]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
46e106cabd2cd993363e422a56addef50713408c
[evince.git] / ChangeLog
1 2009-03-24  Christian Persch  <chpe@gnome.org>
2
3         * cut-n-paste/smclient/eggdesktopfile.c:
4         (egg_desktop_file_launchv), (egg_set_desktop_file):
5         * cut-n-paste/smclient/eggsmclient.c:
6         (egg_sm_client_get_option_group): Update smclient from libegg master.
7
8 2009-03-19  Christian Persch  <chpe@gnome.org>
9
10         * shell/ev-window.c: (ev_window_cmd_save_as),
11         (ev_window_cmd_file_close_window),
12         (ev_view_popup_cmd_save_image_as),
13         (ev_attachment_popup_cmd_save_attachment_as): Set alternative button
14         order for dialogues.
15
16 2009-03-19  Christian Persch  <chpe@gnome.org>
17
18         Bug 575085 – titles not translated in the nautilus tab
19
20         * properties/ev-properties-view.c: (set_property): Translate the
21         categories.
22
23 2009-03-16  Carlos Garcia Campos  <carlosgc@gnome.org>
24
25         * NEWS:
26         * configure.ac:
27
28         Updated for release 2.26.0
29         
30 2009-03-05  Tobias Mueller  <tobiasmue@svn.gnome.org>
31
32         * properties/ev-properties-view.c:
33         (ev_properties_view_format_date): Make the fixed sized string a 
34         semantically correct const char[] instead of a const char* to fix 
35         a compiler warning if built with -Wformat.
36         ** Fixes bug 574168
37
38 2009-03-03  Christian Persch  <chpe@gnome.org>
39
40         * libdocument/ev-document-factory.c:
41         (ev_document_factory_get_document): If the document is encrypted,
42         the ev_document_factory_get_document() is supposed to return the
43         document *and* fill in the error. So let's propagate the local error.
44
45 2009-03-02  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * NEWS:
48
49         Update for release 2.25.92.
50         
51 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
52
53         * libview/ev-view.c: (ev_view_goto_window_create):
54
55         Show the 'jump to page' window in the right GdkScreen. Fixes bug
56         #560541.
57         
58 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
59
60         * shell/ev-window.c: (ev_window_set_document),
61         (ev_window_reload_job_cb):
62
63         Do not lose page position when reloading. Fixes bug #573091.
64         
65 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
66
67         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
68         (pdf_document_thumbnails_get_thumbnail),
69         (pdf_document_thumbnails_get_dimensions):
70
71         Make our own thumbnail when the provided one doesn't have the size
72         we need. Based on patch and feedback by Christian Spurk. Fixes
73         bugs #323198 and #307357.
74         
75 2009-02-27   Christian Spurk  <mail@code.chriki.de>
76
77         * thumbnailer/evince-thumbnailer.c: (main):
78
79         Reduce the restriction on the minimum size of thumbnails from 40
80         to 1. See bug #323198.
81         
82 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
83
84         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
85
86         Use GOption in thumbnailer.
87         
88 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * backend/pdf/ev-poppler.cc: (pdf_document_save),
91         (pdf_document_forms_form_field_text_set_text),
92         (pdf_document_forms_form_field_button_set_state),
93         (pdf_document_forms_form_field_choice_select_item),
94         (pdf_document_forms_form_field_choice_toggle_item),
95         (pdf_document_forms_form_field_choice_unselect_all),
96         (pdf_document_forms_form_field_choice_set_text):
97
98         Use poppler_document_save_a_copy(), which never saves the document
99         modifications, when saving an unmodified document. It makes saving
100         a copy of encrypted PDFs work again. Fixes bug #566791.
101         
102 2009-02-18  Christian Persch  <chpe@gnome.org>
103
104         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
105         Don't use g_quark_from_static_string in a loadable module!
106
107 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
108
109         * configure.ac:
110
111         Update for release 2.25.91
112         
113 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
114
115         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
116         GTK symbol in commented out code. Bug #571707
117
118 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * NEWS:
121
122         Update for release 2.25.91.
123         
124 2009-02-16  Christian Persch  <chpe@gnome.org>
125
126         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
127         memory read.
128
129 2009-02-15  Christian Persch  <chpe@gnome.org>
130
131         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
132         warnings.
133
134 2009-02-15  Christian Persch  <chpe@gnome.org>
135
136         * libdocument/Makefile.am:
137         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
138
139 2009-02-15  Christian Persch  <chpe@gnome.org>
140
141         * libdocument/ev-document-type-builtins.c.template:
142         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
143
144 2009-02-14  Christian Persch  <chpe@gnome.org>
145
146         * backend/impress/impress-document.c: (impress_document_save):
147         Fill in the error.
148
149 2009-02-14  Christian Persch  <chpe@gnome.org>
150
151         * libdocument/ev-document.c: (ev_document_load): Add code to catch
152         backends incorrectly implementing the load vfunc.
153
154 2009-02-14  Christian Persch  <chpe@gnome.org>
155
156         * libdocument/ev-document-factory.c:
157         (ev_document_factory_get_document): Use a local GError, and propagate
158         as appropriate, making sure always to fill in @error if returning NULL.
159
160 2009-02-14  Christian Persch  <chpe@gnome.org>
161
162         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
163
164 2009-02-14  Christian Persch  <chpe@gnome.org>
165
166         * backend/pdf/ev-poppler.cc: Plug a mem leak.
167
168 2009-02-14  Christian Persch  <chpe@gnome.org>
169
170         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
171         an error.
172
173 2009-02-14  Christian Persch  <chpe@gnome.org>
174
175         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
176         to always set @error when returning FALSE. Fix a typo.
177
178 2009-02-14  Christian Persch  <chpe@gnome.org>
179
180         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
181         to always set @error when returning FALSE.
182
183 2009-02-14  Christian Persch  <chpe@gnome.org>
184
185         * backend/comics/comics-document.c: (comics_document_load): Make sure
186         to always set @error when returning FALSE.
187
188 2009-02-14  Christian Persch  <chpe@gnome.org>
189
190         * backend/impress/impress-document.c: (impress_document_load): Plug a
191         mem leak.
192
193 2009-02-14  Christian Persch  <chpe@gnome.org>
194
195         * backend/impress/impress-document.c: (impress_document_load): Don't
196         overwrite an error.
197
198 2009-02-14  Christian Persch  <chpe@gnome.org>
199
200         * libdocument/ev-document.c: (ev_document_info_copy): Remove
201         unnecessary NULL check; g_strdup() is NULL-safe.
202
203 2009-02-14  Christian Persch  <chpe@gnome.org>
204
205         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
206         that this returns either NULL and fills in error, or non-NULL. Use a
207         local GError so we can reliably check it.
208
209 2009-02-14  Christian Persch  <chpe@gnome.org>
210
211         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
212         content type to get the description, not the MIME type.
213
214 2009-02-14  Christian Persch  <chpe@gnome.org>
215
216         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
217         in @error on failure. Also, since this is exported in public APIs,
218         cope with the passed-in GError** being NULL.
219
220 2009-02-13  Christian Persch  <chpe@gnome.org>
221
222         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
223         safety.
224         (get_mime_type_from_data): Return the MIME type, not the content type.
225
226 2009-02-13  Christian Persch  <chpe@gnome.org>
227
228         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
229         the input stream.
230
231 2009-02-13  Christian Persch  <chpe@gnome.org>
232
233         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
234         all errors upwards.
235
236 2009-02-13  Christian Persch  <chpe@gnome.org>
237
238         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
239         more bytes from buffer than were read from the file.
240
241 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
242
243         * properties/ev-properties-view.c (set_property):
244         
245         Fixes bug #571787.
246
247 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
248
249         * shell/eggfindbar.c: (egg_find_bar_init):
250
251         Use gtk_tool_button_set_use_underline() for next/previous buttons
252         so that the underline is used for the mnemonic. Fixes bug #571547.
253         
254 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * shell/ev-window.c: (setup_document_from_metadata),
257         (setup_sidebar_from_metadata), (setup_document_from_metadata),
258         (setup_view_from_metadata), (ev_window_set_document),
259         (ev_window_load_job_cb), (ev_window_reload_job_cb),
260         (ev_window_reload_remote), (ev_window_init):
261
262         Do not use metadata when reloading the document, so that the
263         window is not resized when reloading. See bugs #571051 and
264         #304249.
265         
266 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * configure.ac:
269         * cut-n-paste/smclient/Makefile.am:
270
271         Fix smclient libs on cycgwin. See bug #339172.
272         
273 2009-02-08  Christian Persch  <chpe@gnome.org>
274
275         * configure.ac:
276         * libdocument/Makefile.am:
277         * libview/Makefile.am: Add experimental introspection support.
278         Disabled by default; use --enable-introspection to enable it.
279         Bug #569083.
280
281 2009-02-08  Christian Persch  <chpe@gnome.org>
282
283         * libview/Makefile.am: Link libevdocument.la to libevview.la.
284
285 2009-02-05  Christian Persch  <chpe@gnome.org>
286
287         * backend/comics/comics-document.c: (comics_document_load):
288         * backend/djvu/djvu-document.c: (djvu_document_load):
289         * backend/dvi/dvi-document.c: (dvi_document_load):
290         * backend/impress/impress-document.c: (impress_document_load):
291         * backend/pdf/ev-poppler.cc:
292         * libdocument/ev-document-factory.c: (get_document_from_uri),
293         (ev_document_factory_get_document):
294         * shell/ev-print-operation.c:
295         (ev_print_operation_export_print_dialog_response_cb): Use
296         g_set_error_literal now that we depend on glib 2.18.
297
298 2009-02-05  Hib Eris  <hib@hiberis.nl>
299
300         * shell/ev-application.c:
301
302         Include gdkx.h only with X11. See bug #339172.
303         
304 2009-02-05  Hib Eris  <hib@hiberis.nl>
305
306         * backend/pdf/pdfdocument.evince-backend.in:
307
308         Add application/x-ext-pdf mime type for pdf backend. See bug
309         #339172.
310         
311 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
312
313         * configure.ac:
314         * cut-n-paste/smclient/Makefile.am:
315         * cut-n-paste/smclient/eggdesktopfile.c:
316         * cut-n-paste/smclient/eggsmclient-win32.c:
317         * shell/main.c:
318
319         Make session manager code compile for w32. These changes have been
320         taken from upstream libegg. Based on patch by Hib Eris. See bug
321         #339172.
322         
323 2009-02-05  Hib Eris  <hib@hiberis.nl>
324
325         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
326
327         Make screensaver code compile for w32. These changes have been
328         copied from upstream totem. See bug #339172.
329         
330 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
331
332         * configure.ac:
333         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
334
335         Make use of GConf optional. Based on patch by Hib Eris. See bug
336         #339172.
337         
338 2009-02-04  Christian Persch  <chpe@gnome.org>
339
340         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
341         evince gettext domain, so i18n works in the library.
342
343         * properties/ev-properties-main.c: (nautilus_module_initialize):
344         Remove extra bindtextdomain call.
345
346 2009-02-04  Christian Persch  <chpe@gnome.org>
347
348         * backend/comics/comics-document.c:
349         * backend/djvu/djvu-document.c:
350         * backend/dvi/dvi-document.c:
351         * backend/impress/impress-document.c:
352         * backend/pdf/ev-poppler.cc:
353         * backend/pixbuf/pixbuf-document.c:
354         * backend/ps/ev-spectre.c:
355         * backend/tiff/tiff-document.c:
356         * libdocument/ev-attachment.c:
357         * libdocument/ev-document-factory.c:
358         * libview/ev-jobs.c:
359         * libview/ev-view-accessible.c:
360         * libview/ev-view.c:
361         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
362         gi18n.h.
363
364 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
365
366         * NEWS:
367         * configure.ac:
368
369         Update for release 2.25.90
370         
371 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * cut-n-paste/zoom-control/ephy-zoom-control.c:
374         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
375
376         Remove the old tooltips code and use G_DEFINE_TYPE().
377         
378 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * configure.ac:
381         * help/reference/Makefile.am:
382         * help/reference/libdocument/Makefile.am:
383         * help/reference/libdocument/libevdocument-docs.sgml:
384         * help/reference/libdocument/libevdocument.types:
385         * help/reference/libdocument/version.xml.in:
386         * help/reference/libview/Makefile.am:
387         * help/reference/libview/libevview-docs.sgml:
388         * help/reference/libview/libevview.types:
389         * help/reference/libview/version.xml.in:
390         * help/reference/shell/Makefile.am:
391         * help/reference/shell/evince-docs.sgml:
392         * help/reference/shell/evince.types:
393         * help/reference/shell/tmpl/dummy.sgml:
394         * help/reference/shell/version.xml.in:
395
396         Split API documentation into libdocument, libview and
397         shell. Required gtk-doc files has been added, but API docs still
398         need to be completed and improved. Fixes bug #568465.
399         
400 2009-02-01  Christian Persch  <chpe@gnome.org>
401
402         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
403
404 2009-02-01  Christian Persch  <chpe@gnome.org>
405
406         * backend/Makefile.am:
407         A backend/backend.symbols:
408         * configure.ac: Only export the backend module entry point. Bug
409         #569998.
410
411 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
412
413         * shell/eggfindbar.c: (egg_find_bar_init):
414
415         Add mnemonics to buttons in search bar. Fixes bug #569212.
416         
417 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
418         
419         * shell/ev-print-operation.c:
420         (ev_print_operation_export_print_dialog_response_cb):
421
422         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
423         
424 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
425
426         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
427
428         Clamp top/bottom values of destinations to make sure they are not
429         bigger than the page height. Fixes bug #569327.
430         
431 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * libdocument/ev-debug.h:
434
435         Fix build when debug mode is disabled.
436         
437 2009-01-30  Christian Persch  <chpe@gnome.org>
438
439         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
440         this return TRUE only if any backends were loaded, so the ev_init()
441         function works as documented.
442
443 2009-01-30  Christian Persch  <chpe@gnome.org>
444
445         * evince-document.h:
446         * libdocument/Makefile.am:
447         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
448         #569117.
449
450         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
451         * libdocument/ev-backends-manager.h:
452         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
453         * libdocument/ev-debug.h:
454         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
455         (_ev_file_helpers_shutdown):
456         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
457         private.
458
459         * properties/ev-properties-main.c: (nautilus_module_initialize),
460         (nautilus_module_shutdown):
461         * shell/main.c: (main):
462         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
463         init/shutdown method.
464
465 2009-01-29  Christian Persch  <chpe@gnome.org>
466
467         * shell/main.c: (option_version_cb): Add --version which was lost in
468         the libgnome removal. Bug #562869.
469
470 2009-01-26  Christian Persch  <chpe@gnome.org>
471
472         * shell/ev-application.c: (ev_application_register_service),
473         (ev_application_shutdown):
474         * shell/main.c: (main): Move metadata manager initialisation and
475         shutdown into EvApplication. Follow-up from bug #569120.
476
477 2009-01-26  Christian Persch  <chpe@gnome.org>
478
479         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
480         copy the string twice. Bug #569231.
481
482 2009-01-26  Christian Persch  <chpe@gnome.org>
483
484         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
485         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
486         * libdocument/ev-file-helpers.h:
487         * shell/ev-application.c: (ev_application_shutdown),
488         (ev_application_init), (ev_application_screensaver_disable),
489         (ev_application_save_print_settings),
490         (ev_application_set_page_setup):
491         * shell/ev-application.h:
492         * shell/ev-metadata-manager.c: (load_values),
493         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
494         shell, since it shouldn't be public API. Bug #569120.
495
496         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
497         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
498
499 2009-01-25  Christian Persch  <chpe@gnome.org>
500
501         Bug 569082 – use versioned directory for backends
502
503         * configure.ac: Define ev_binary_version and backenddir.
504         * evince-document.pc.in: Add backenddir variable.
505         * libdocument/Makefile.am:
506         * backend/*/Makefile.am: Remove backenddir definition, so it picks
507         up the one from configure.
508
509 2009-01-25  Christian Persch  <chpe@gnome.org>
510
511         * configure.ac:
512         * evince-document.pc.in: Renamed from evince-backend.pc.in.
513         * libdocument/Makefile.am: Renamed library to libevdocument.la.
514         * libview/Makefile.am:
515         * shell/Makefile.am:
516         * backend/*/Makefile.am: Adapt to changed library name.
517
518         * libdocument/Makefile.am:
519         * libview/Makefile.am: Change the installed headers path to match
520         the directory names in SVN.
521
522         * evince-document.h:
523         * evince-view.h: Add single headers. Bug #568227.
524
525         * libdocument/*.h:
526         * libview/*.h: Add single headers guards.
527
528         * libview/Makefile.am:
529         * libdocument/Makefile.am:
530         * backend/*/Makefile.am:
531         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
532         still include individual headers.
533
534         * properties/Makefile.am:
535         * properties/ev-properties-main.c:
536         * properties/ev-properties-view.h:
537         * thumbnailer/Makefile.am:
538         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
539
540         * libdocument/Makefile.am:
541         * libview/Makefile.am: Generate type builtins from all installed headers.
542         * libdocument/ev-link-action.[ch]:
543         * libdocument/ev-link-dest.[ch]:
544         * libdocument/ev-transition-effect.[ch]:
545         * libview/ev-view.[ch]: Remove handcoded type builtins.
546
547         * libdocument/Makefile.am:
548         * evince-document.h: Add ev-document-factory.h to the public headers.
549
550 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * shell/ev-sidebar-page.c:
553
554         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
555         #568228.
556         
557 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * libdocument/ev-document.h:
560
561         Add EV_DEFINE_INTERFACE macro.
562         
563         * libdocument/ev-async-renderer.c:
564         * libdocument/ev-document-find.c:
565         * libdocument/ev-document-fonts.c:
566         * libdocument/ev-document-forms.c:
567         * libdocument/ev-document-images.c:
568         * libdocument/ev-document-layers.c:
569         * libdocument/ev-document-links.c:
570         * libdocument/ev-document-security.c:
571         * libdocument/ev-document-thumbnails.c:
572         * libdocument/ev-document-transition.c:
573         * libdocument/ev-document.c:
574         * libdocument/ev-file-exporter.c:
575         * libdocument/ev-selection.c:
576
577         Use EV_DEFINE_INTERFACE macro to define interfaces in
578         libdocument. See bug #568228.
579         
580 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * libdocument/ev-document.[ch]:
583
584         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
585         #568228.
586         
587 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
588
589         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
590         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
591         (new_separator_pixbuf):
592         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
593         (egg_toolbar_editor_disconnect_model),
594         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
595         (egg_toolbar_editor_finalize):
596         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
597         * cut-n-paste/toolbar-editor/eggmarshalers.list:
598         
599         Sync EggToolbarEditor with libegg.
600
601 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
602
603         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
604         When saving a file, using the default permissions for the user/system,
605         respecting umask and any setgid bit on the directory. Uses the new
606         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
607         Bug #568593.
608         
609 2009-01-21  Christian Persch  <chpe@gnome.org>
610
611         * configure.ac:
612         * libdocument/Makefile.am:
613         * libview/Makefile.am: Add libtool versioning to libevbackend and
614         libevview. Bug #568229.
615
616 2009-01-21  Christian Persch  <chpe@gnome.org>
617
618         * Makefile.am:
619         * configure.ac:
620         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
621
622 2009-01-21  Christian Persch  <chpe@gnome.org>
623
624         * configure.ac:
625         * libdocument/Makefile.am:
626         A libdocument/ev-version.h.in: Add version defines and version check
627         macro. Bug #568224.
628
629 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
630
631         * shell/ev-sidebar-links.c
632         * shell/ev-print-operation.c:
633         * shell/ev-history.c:
634         * shell/ev-file-monitor.c:
635         * shell/ev-window.c:
636         * shell/ev-password-view.c:
637         * shell/ev-sidebar-thumbnails.c:
638         * shell/ev-sidebar-attachments.c:
639         * libview/ev-pixbuf-cache.c:
640         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
641         Bug #568386.
642
643 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
644
645         * libdocument/ev-document-info.h:
646
647         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
648         
649 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
650
651         * libview/Makefile.am:
652
653         Install ev-job-scheduler.h. See bug #567790.
654         
655 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
656
657         * libdocument/Makefile.am:
658
659         Install ev-backends-manager.h and
660         ev-document-type-builtins.h. Fixes bug #567787.
661         
662 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * NEWS:
665         * configure.ac:
666
667         Update for release 2.25.5
668         
669 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * libview/ev-view.c: (ev_view_drag_data_get):
672
673         Fix second parameter passed to gtk_selection_data_set_uris(), 
674         it expects a gchar **.
675         
676 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
677
678         * libdocument/Makefile.am:
679         * libdocument/ev-document-info.h:
680         * libdocument/ev-document-type-builtins.c.template:
681         * libdocument/ev-document-type-builtins.h.template:
682         * libdocument/ev-document.c: (ev_document_info_get_type),
683         (ev_document_info_copy):
684
685         Make EvDocumentInfo and enums definded in ev-document-info.h
686         GTypes. Fixes bug #567789.
687         
688 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
689
690         * shell/main.c (arguments_parse): Fix for a minor code typo.
691
692 2009-01-18  Christian Persch  <chpe@gnome.org>
693
694         * help/reference/Makefile.am:
695         * help/reference/evince.types: Fix the API docs build. Bug #568171.
696
697 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
698
699         * libview/Makefile.am:
700         * libview/ev-view-type-builtins.c.template:
701         * libview/ev-view-type-builtins.h.template:
702
703         Make EvJobPriority a proper GType. Fixes bug #567788.
704         
705 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
706
707         * configure.ac:
708         * cut-n-paste/*/Makefile.am:
709         * libdocument/Makefile.am:
710
711         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
712         code.
713         
714 2009-01-18  Christian Persch  <chpe@gnome.org>
715
716         * libview/ev-view.c: (ev_view_drag_data_get),
717         (ev_view_drag_motion), (ev_view_update_primary_selection),
718         (clear_link_selected):
719         * shell/ev-sidebar-attachments.c:
720         (ev_sidebar_attachments_drag_data_get),
721         (ev_sidebar_attachments_get_property),
722         (ev_sidebar_attachments_init):
723         * shell/ev-window.c: Update drag handling code to use the
724         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
725         hardcoding the targets lists. Bug #558084.
726         
727 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
728
729         * libdocument/Makefile.am:
730         * libdocument/ev-backend-marshal.c:
731         * libdocument/ev-backend-marshalers.list:
732         * libdocument/ev-document.c:
733
734         Remove unused marshalers stuff from libdocument.
735         
736 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
737
738         * po/POTFILES.in:
739
740         Update for the current source tree.
741         
742 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
743
744         * configure.ac:
745         * Makefile.am:
746         * libdocument/Makefile.am:
747         * libview/Makefile.am:
748         * libview/ev-job-scheduler.[ch]:
749         * libview/ev-jobs.[ch]:
750         * libview/ev-page-cache.[ch]:
751         * libview/ev-pixbuf-cache.[ch]:
752         * libview/ev-timeline.[ch]:
753         * libview/ev-transition-animation.[ch]:
754         * libview/ev-view-accessible.[ch]:
755         * libview/ev-view-marshal.list:
756         * libview/ev-view.[ch]:
757         * shell/Makefile.am:
758
759         Move EvView specific code to a libeviview library so that it can
760         be embbeded in other applications. Based on patches by Tomeu
761         Vizoso. Fixes bug #567751.
762         
763 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
764
765         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
766         * shell/ev-window.c: (ev_window_load_job_cb),
767         (ev_window_load_job_cb), (ev_window_open_uri),
768         (ev_window_reload_local), (ev_window_dispose):
769
770         Remove dest, mode and search_string from EvJobLoad since they are
771         not really needed by the job, but for the window.
772         
773 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
774
775         * shell/ev-view.c: (ev_view_drag_data_received),
776         (ev_view_class_init), (ev_view_init):
777         * shell/ev-window.c: (ev_window_drag_data_received),
778         (ev_window_class_init), (ev_window_init):
779
780         Make the whole EvWindow the destination of a drag and drop
781         operation.
782         
783 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * shell/ev-window.c: (window_open_file_copy_progress_cb):
786
787         Add missing brakets around the percentage in progress
788         messages. See bug #567910.
789         
790 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * shell/ev-application.c: (ev_application_open_window),
793         (ev_application_open_uri_at_dest):
794
795         Do no use gdk_x11_* when not available. Based on patch by Hib
796         Eris, see bug #339172.
797         
798 2009-01-16  Hib Eris  <hib@hiberis.nl>
799
800         * configure.ac:
801         * properties/ev-properties-view.c:
802         (ev_properties_view_format_date):
803
804         Check for localtime_r. See bug #339172.
805         
806 2009-01-16  Hib Eris  <hib@hiberis.nl>
807
808         * shell/main.c:
809
810         Include gdkx only for dbus support. See bug #339172.
811         
812 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
813
814         * shell/ev-view.c: (ev_view_set_zoom_for_size):
815
816         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
817         #567785.
818         
819 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
820
821         * shell/ev-window.c: (reload_remote_copy_progress_cb),
822         (window_save_file_copy_progress_cb):
823
824         Use brakets around the percentage in progress messages. See bug
825         #567910.
826         
827 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * shell/ev-window.c: (reload_remote_copy_ready_cb):
830
831         Fix typo in error message. See bug #567910.
832         
833 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
834
835         * shell/ev-window.c: (ev_window_cmd_file_close_window):
836
837         Fix mnemonic conflict. Fixes bug #567937.
838         
839 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
840
841         * NEWS:
842         * configure.ac:
843
844         Update for release 2.25.4
845         
846 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
847
848         * configure.ac:
849         
850         GLib version requirement bumped to 2.18 due to g_set_error_literal.
851         Thanks to Christian Spurk.
852
853 2008-12-31  Hib Eris  <hib@hiberis.nl>
854         
855         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
856
857         Fix mime type handling.
858         
859 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * po/POTFILES.in:
862
863         Add ev-print-operation.c.
864         
865 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * shell/ev-window.c: (ev_window_clear_progress_idle),
868         (reset_progress_idle), (ev_window_show_progress_message),
869         (ev_window_reset_progress_cancellable),
870         (ev_window_progress_response_cb), (show_loading_progress),
871         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
872         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
873         (show_reloading_progress), (reload_remote_copy_ready_cb),
874         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
875         (show_saving_progress), (window_save_file_copy_ready_cb),
876         (window_save_file_copy_progress_cb), (ev_window_save_remote),
877         (ev_window_dispose):
878
879         Show progress information when loading/saving remote files. Fixes
880         bug #370958.
881         
882 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
885
886         Show better warning message when temp file cannot be deleted.
887         
888 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * shell/ev-window.c: (image_save_dialog_response_cb):
891
892         Fix saving images to remote locations.
893         
894 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * shell/ev-application.[ch]: (ev_application_shutdown),
897         (ev_application_get_print_settings_file),
898         (ev_application_save_print_settings),
899         (ev_application_get_print_settings),
900         (ev_application_set_print_settings),
901         (ev_application_get_page_setup), (ev_application_set_page_setup):
902         * shell/ev-window.c: (ev_window_save_print_page_setup),
903         (ev_window_load_print_page_setup_from_metadata),
904         (ev_window_print_page_setup_done_cb),
905         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
906         (ev_window_cmd_preview_print):
907
908         Remember page setup options too. Paper size is globally remembered
909         while page margins are stored per document in metadata file. Fixes
910         bugs #525185 and #349102.
911         
912 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/ev-print-operation.c:
915         (ev_print_operation_export_print_dialog_response_cb):
916
917         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
918         
919 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
920
921         * shell/ev-print-operation.c: (export_cancel),
922         (export_job_cancelled), (ev_print_operation_export_begin),
923         (ev_print_operation_export_cancel):
924         * shell/ev-window.c: (ev_window_print_cancel),
925         (ev_window_print_update_pending_jobs_message),
926         (ev_window_print_operation_done),
927         (ev_window_print_operation_status_changed),
928         (print_jobs_confirmation_dialog_response),
929         (ev_window_cmd_file_close_window):
930
931         Show a confirmation dialog when there are pending print jobs while
932         closing the main window. Fixes bug #480964.
933         
934 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
935
936         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
937         (ev_print_operation_get_job_name),
938         (ev_print_operation_get_status),
939         (ev_print_operation_get_progress),
940         (ev_print_operation_update_status),
941         (ev_print_operation_export_get_job_name), (clamp_ranges),
942         (get_first_and_last_page), (ev_print_operation_export_run_next),
943         (print_job_finished), (export_print_done), (export_job_cancelled),
944         (update_progress), (export_print_page),
945         (ev_print_operation_export_begin),
946         (ev_print_operation_export_print_dialog_response_cb),
947         (ev_print_operation_export_run),
948         (ev_print_operation_export_cancel),
949         (ev_print_operation_export_class_init):
950         * shell/ev-window.c:
951         (ev_window_print_update_pending_jobs_message),
952         (ev_window_print_operation_done),
953         (ev_window_print_progress_response_cb),
954         (ev_window_print_operation_status_changed),
955         (ev_window_print_operation_begin_print), (ev_window_print_range),
956         (ev_window_dispose):
957
958         Show progress information when printing. Fixes bug #482770.
959         
960 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
961
962         * shell/Makefile.am:
963         * shell/ev-progress-message-area.[ch]:
964         * shell/ev-message-area.[ch]: (ev_message_area_init),
965         (ev_message_area_set_image_from_stock):
966
967         Add EvProgressMessageArea derived from EvMessageArea to show
968         progress information in the message area. 
969         
970 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
971
972         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
973
974         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
975         close button. Add a function to get the contents of the message
976         area.
977         
978 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * shell/Makefile.am:
981         * shell/ev-print-operation.[ch]:
982         * shell/ev-jobs.[ch]: (ev_job_export_init),
983         (ev_job_export_dispose), (ev_job_export_run),
984         (ev_job_export_class_init), (ev_job_export_new),
985         (ev_job_export_set_page):
986         * shell/ev-window.c: (ev_window_print_operation_done),
987         (ev_window_print_range), (ev_window_dispose):
988
989         First step of the printing system rework. EvJobPrint has been
990         replaced by EvJobExport so that every page is scheduled to be
991         exported in a thread instead of scheduling the whole printing
992         process. This way the gui is responsive during printing.
993         
994 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * shell/ev-window.c: (setup_size_from_metadata),
997         (ev_window_load_print_settings_from_metadata):
998
999         Fix memory leaks.
1000         
1001 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1002
1003         * libdocument/ev-document.c: (ev_document_get_type):
1004
1005         Add GObject type as prerequisite to EvDocument interface so that
1006         document instances can be used as GObjects.
1007         
1008 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1009
1010         * shell/ev-view.c: (jump_to_find_result):
1011
1012         Only jump the the location of the find result for the first match
1013         when searching. It drastically improves the performance when
1014         searching. Bug catched and fixed by Michael Hunold. Fixes bug
1015         #564774.
1016         
1017 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1018
1019         * properties/ev-properties-main.c: (ev_properties_get_pages):
1020         * properties/ev-properties-view.[ch]:
1021         (ev_properties_view_dispose), (ev_properties_view_class_init),
1022         (ev_properties_view_set_info), (ev_properties_view_new):
1023         * shell/ev-properties-dialog.[ch]:
1024         (ev_properties_dialog_set_document):
1025         * shell/ev-window.c: (ev_window_setup_document),
1026         (ev_window_cmd_file_properties):
1027
1028         Add document URI to properties page. Fixes bug #555376.
1029         
1030 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * configure.ac:
1033         * data/Makefile.am:
1034         * data/evince-password.glade: Removed
1035         * data/evince-properties.glade: Removed
1036         * properties/ev-properties-view.c:
1037         (ev_properties_view_class_init), (set_property),
1038         (ev_properties_view_set_info), (ev_properties_view_init):
1039         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1040         (font_cell_data_func), (ev_properties_fonts_init):
1041
1042         Remove Glade dependency.
1043         
1044 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1045
1046         * backend/comics/comics-document.c: (comics_document_load):
1047
1048         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
1049         
1050 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1051
1052         * NEWS:
1053         * configure.ac:
1054
1055         Update for release 2.25.2
1056         
1057 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1058
1059         * configure.ac:
1060         * shell/Makefile.am:
1061         * shell/ev-keyring.[ch]:
1062         * shell/ev-password.[ch]: Removed
1063         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1064         (ev_password_view_class_init), (ev_password_view_clicked_cb),
1065         (ev_password_view_init), (ev_password_view_set_uri),
1066         (ev_password_dialog_got_response),
1067         (ev_password_dialog_remember_button_toggled),
1068         (ev_password_dialog_entry_changed_cb),
1069         (ev_password_dialog_entry_activated_cb),
1070         (ev_password_view_ask_password), (ev_password_view_get_password),
1071         (ev_password_view_get_password_save_flags),
1072         (ev_password_view_new):
1073         * shell/ev-window.c: (ev_window_password_view_unlock),
1074         (ev_window_load_job_cb), (ev_window_close_dialogs),
1075         (ev_window_init):
1076
1077         Rework the password view. When the password is in the keyring it's
1078         used automatically without showing the password dialog and it's  
1079         only stored in the keyring when we are sure it's correct. The
1080         password dialog has been reworked too, in order to make it
1081         more hig compliant and consistent with the GTK+ dialog used in
1082         gtkmountoperation. Fixes bug #562496. 
1083         
1084 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * backend/comics/comics-document.c: (comics_document_load):
1087
1088         Do not trust file extensions when getting the command needed to
1089         uncompress comic documents. Fixes bug #562143.
1090         
1091 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * libdocument/ev-document-factory.c: (get_document_from_uri),
1094         (ev_document_factory_get_document):
1095         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1096         (get_mime_type_from_data), (ev_file_get_mime_type):
1097
1098         Move mime-type functions from document-facrory to file-helpers so
1099         that it can be reused.
1100         
1101 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1102
1103         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1104         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1105         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1106         (ev_window_reload_remote), (ev_window_reload_document):
1107
1108         Add support for reloading remote documents. Fixes bug #555399.
1109         
1110 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * shell/ev-view.c: (ev_view_find_previous):
1113
1114         Make sure find_result is never < 0 which causes a crash while
1115         searching. Fixes bug #558377.
1116         
1117 2008-11-19  Marek Kašík <mkasik@redhat.com>
1118
1119         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1120         (ev_pixbuf_cache_get_selection_surface):
1121         
1122         Fixes crash on fast scrolling with simultaneous text selection.
1123
1124 2008-11-19  Marek Kašík <mkasik@redhat.com>
1125
1126         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1127         * shell/ev-window.c (launch_external_uri):
1128         
1129         Fixes assertion fail on selecting text. See bug #561393.
1130
1131 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1132
1133         * shell/Makefile.am:
1134         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1135         (ev_job_layers_dispose), (ev_job_layers_run),
1136         (ev_job_layers_class_init), (ev_job_layers_new):
1137         * shell/ev-sidebar-layers.[ch]:
1138         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1139         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1140         (ev_view_reload_page), (ev_view_reload):
1141         * shell/ev-window.c: (setup_sidebar_from_metadata),
1142         (ev_window_sidebar_current_page_changed_cb),
1143         (sidebar_layers_visibility_changed), (ev_window_init):
1144
1145         Add layers support.
1146         
1147 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1148
1149         * data/icons/22x22/actions/Makefile.am:
1150         * data/icons/22x22/actions/eye.png:
1151         * shell/ev-stock-icons.[ch]:
1152         
1153         Add eye icon from gimp to hide/show layers.
1154         
1155 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1156
1157         * configure.ac:
1158         * cut-n-paste/Makefile.am:
1159         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1160         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1161         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1162
1163         Add GimpCellRendererToggle from gimp slightly modified to fit our
1164         needs. 
1165         
1166 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * configure.ac:
1169         * backend/pdf/ev-poppler.cc:
1170
1171         Implement layers interface in PDF backend.
1172         
1173 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1174
1175         * libdocument/Makefile.am:
1176         * libdocument/ev-document-layers.[ch]:
1177         * libdocument/ev-layer.[ch]:
1178
1179         Add optional content (layers) interface.
1180         
1181 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1182
1183         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1184         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1185
1186         Removes unused code.
1187
1188 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * NEWS:
1191         * configure.ac:
1192
1193         Update for 2.25.1 release
1194
1195 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * shell/ev-window.c:
1198
1199         Fix build with GTK+ < 2.14
1200
1201 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1202
1203         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1204         
1205         Makes menu label translatable. Fixes bug #559129.
1206
1207 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1208
1209         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1210         (t1_transform_font):
1211         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1212         
1213         More renames of warning to mdvi_warning in follow up to the
1214         fix of the bug #553369. Fix for the bug #559257 by
1215         Tuxce <tuxce.net@gmail.com>.
1216         
1217 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1218
1219         * shell/ev-application.c: (ev_application_init_session):
1220         * shell/main.c: (main):
1221
1222         Move the egg_set_desktop_file() call to main and remove
1223         gtk_window_set_default_icon_name() since it's already called by
1224         egg_set_desktop_file()
1225         
1226 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1227
1228         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1229
1230         Initialize GError to NULL.
1231         
1232 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1233
1234         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1235         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1236         (ev_window_preview_print_finished), (launch_action):
1237
1238         Do not use popup dialogs to show error messages anymore, use the
1239         message area instead.
1240         
1241 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * shell/ev-window.c: (ev_window_error_message),
1244         (ev_window_warning_message), (ev_window_set_document),
1245         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1246         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1247         (ev_window_cmd_help_contents), (launch_external_uri),
1248         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1249         (ev_attachment_popup_cmd_open_attachment),
1250         (attachment_save_dialog_response_cb):
1251
1252         Use a message format (with printf()-style) in
1253         ev_window_error_message and ev_window_warning_message.
1254
1255 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * shell/ev-window.c: (ev_window_error_message),
1258         (ev_window_warning_message), (ev_window_set_document),
1259         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1260         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1261         (ev_window_cmd_help_contents), (launch_external_uri),
1262         (image_save_dialog_response_cb),
1263         (ev_attachment_popup_cmd_open_attachment),
1264         (attachment_save_dialog_response_cb):
1265
1266         Change ev_window_error_message and ev_window_warning_message to
1267         receive a EvWindow instead of a GtkWindow. It's more consistent
1268         and avoids unneeded casts.
1269         
1270 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1271
1272         * shell/ev-window.c: (ev_window_cmd_help_contents):
1273
1274         Use gtk_show_uri() when availale to display help contents.
1275         
1276 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1277
1278         * configure.ac:
1279         * backend/pdf/ev-poppler.cc:
1280         * properties/ev-properties-view.c:
1281         * shell/Makefile.am:
1282         * shell/ev-tooltip.[ch]: Removed
1283         * shell/ev-view-private.h
1284         * shell/eggfindbar.c:
1285         * shell/ev-application.c:
1286         * shell/ev-open-recent-action.c:
1287         * shell/ev-sidebar-thumbnails.c:
1288         * shell/ev-view.c:
1289         * shell/ev-window.c:
1290
1291         Bump GTK+ requirement to 2.12.
1292         
1293 2008-10-27 Christian Persch <chpe@gnome.org>
1294
1295         * backend/djvu/djvu-document.c
1296         * backend/dvi/cairo-device.c
1297         * cut-n-paste/evmountoperation/ev-mount-operation.h
1298         * cut-n-paste/gedit-message-area/gedit-message-area.h
1299         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1300         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1301         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1302         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1303         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1304         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1305         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1306         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1307         * cut-n-paste/zoom-control/ephy-zoom-action.c
1308         * cut-n-paste/zoom-control/ephy-zoom-action.h
1309         * cut-n-paste/zoom-control/ephy-zoom-control.c
1310         * cut-n-paste/zoom-control/ephy-zoom-control.h
1311         * libdocument/ev-async-renderer.h
1312         * libdocument/ev-document-factory.c
1313         * libdocument/ev-document-misc.h
1314         * libdocument/ev-image.h
1315         * libdocument/ev-selection.h
1316         * shell/ev-properties-fonts.h
1317         * shell/ev-stock-icons.h
1318         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1319         directly. Bug #558064.
1320
1321 2008-10-27 Christian Persch <chpe@gnome.org>
1322
1323         * cut-and-paste/smclient/*: Update from libegg.
1324
1325 2008-10-27 Christian Persch <chpe@gnome.org>
1326
1327         * backend/djvu/djvu-document.c
1328         * backend/ps/ev-spectre.c
1329         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1330
1331 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1332
1333         * shell/ev-view.c (ev_view_change_page),
1334         (ev_view_transition_animation_finish),
1335         (ev_view_transition_animation_cancel), (page_changed_cb),
1336         (ev_view_set_presentation), (ev_view_next_page),
1337         (ev_view_previous_page):
1338         
1339         Cancel the animation without scheduling transition start
1340         and proceed to the next page to fix bug #516749.
1341
1342 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1343
1344         * NEWS:
1345         * configure.ac:
1346
1347         Update for release 2.24.1
1348         
1349 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1352
1353         Disable toggle function of F5 when in presentation mode. Patch by
1354         Dave Neary. Fixes bug #556162.
1355         
1356 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1357
1358         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1359         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1360         (ev_sidebar_thumbnails_fill_model),
1361         (ev_sidebar_thumbnails_refresh),
1362         (ev_sidebar_thumbnails_set_document):
1363
1364         Instead of using only one loading icon for thumbnails based on the
1365         size of the first page, create an icon for every different page
1366         size. Fixes bug #556264.
1367         
1368 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1371
1372         Fix memory leak.
1373         
1374 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1375
1376         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1377
1378         Removes bad prefixes from window title. Patch by 
1379         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1380         
1381 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1382
1383         * shell/ev-window.c: (launch_external_uri):
1384
1385         Do not consider mailto links as http uris. Fixes bug #555801.
1386         
1387 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1388
1389         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1390
1391         Fix memory leak. Fixes bug #555134.
1392         
1393 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1396
1397         Emit the job finished signal when the job is handled before the
1398         page_ready callback.
1399         
1400 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * shell/ev-window.c: (launch_action):
1403
1404         Use GdkAppLaunchContext when available to launch external
1405         applications.
1406         
1407 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1408
1409         * shell/ev-window.c: (launch_action):
1410
1411         Fix launching external applications for launch actions which seems
1412         to be broken since the gio port. Fixes bug #554500.
1413         
1414 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1415
1416         * backend/dvi/Makefile.am:
1417         * backend/dvi/cairo-device.c:
1418         * backend/dvi/dvi-document.c:
1419         * backend/dvi/mdvi-lib/Makefile.am:
1420
1421         Fix several compile warnings in the dvi backend.
1422         
1423 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * backend/dvi/mdvi-lib/common.h:
1426         * backend/dvi/mdvi-lib/dviread.c:
1427         * backend/dvi/mdvi-lib/font.c:
1428         * backend/dvi/mdvi-lib/fontmap.c:
1429         * backend/dvi/mdvi-lib/fontsrch.c:
1430         * backend/dvi/mdvi-lib/gf.c:
1431         * backend/dvi/mdvi-lib/pagesel.c:
1432         * backend/dvi/mdvi-lib/pk.c:
1433         * backend/dvi/mdvi-lib/sp-epsf.c:
1434         * backend/dvi/mdvi-lib/special.c:
1435         * backend/dvi/mdvi-lib/tfm.c:
1436         * backend/dvi/mdvi-lib/tfmfile.c:
1437         * backend/dvi/mdvi-lib/util.c:
1438         * backend/dvi/mdvi-lib/vf.c:
1439
1440         Rename error as mdvi_error to avoid symbol conflicts with the libc
1441         error. Rename also message, crash, fatal and warning for
1442         consistency. Fixes bug #553369.
1443         
1444 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1445
1446         * backend/dvi/dvi-document.c: (dvi_document_load):
1447
1448         Fix memory leak.
1449         
1450 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1451
1452         * backend/dvi/dvi-document.c:
1453
1454         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1455         G_IMPLEMENT_INTERFACE.
1456         
1457 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1458
1459         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1460
1461         Make sure copy_job_page_and_selection_to_job_info is always called
1462         before copy_job_to_job_info. Fixes bug #552382.
1463         
1464 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1465
1466         * NEWS:
1467         * configure.ac:
1468
1469         Update for release 2.24.0
1470         
1471 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1472
1473         * shell/ev-window.c: (launch_external_uri):
1474
1475         Use GdkAppLaunchContext when available to launch external uris.
1476         
1477 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1478
1479         * shell/ev-window.c: (launch_external_uri):
1480
1481         Use the message area to show errors when lauching external uris
1482         instead of a popup window.
1483         
1484 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1485
1486         * shell/ev-window.c: (launch_external_uri):
1487
1488         Assume invalid uris are http uris. Fixes bug #552071.
1489         
1490 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1491
1492         * NEWS:
1493         * configure.ac:
1494
1495         Update for release 2.23.92.
1496         
1497 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1498
1499         * shell/eggfindbar.c: (egg_find_bar_class_init):
1500
1501         Allow page scrolling with PageUp/PageDown keys when find bar is
1502         active. Fixes bug #529833.
1503         
1504 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * shell/ev-view-private.h:
1507         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1508         (ev_view_scroll), (ev_view_class_init):
1509         * shell/ev-view-accessible.c:
1510         (ev_view_accessible_action_do_action):
1511         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1512         (ev_window_cmd_scroll_backward):
1513
1514         Use GtkScrollType instead of EvScrollType.
1515         
1516 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1517
1518         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1519         
1520         Patch for case unsensitive page label match by Michael Lee.
1521         See bug #550136.
1522         
1523         * shell/ev-page-action.c (create_tool_item):    
1524         * test/Makefile.am:
1525         * test/test1.py:
1526         * test/test4.py:
1527         * test/test5.py:
1528         
1529         Added test for the above and updated other tests.
1530
1531 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1532
1533         * shell/ev-window.c: (image_save_dialog_response_cb):
1534
1535         Do not append the file extension twice when saving an image.
1536         
1537 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1538
1539         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1540
1541         Remove an invalid ifdef.
1542         
1543 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1544
1545         * shell/ev-view.c: (ev_view_motion_notify_event):
1546
1547         Make sure the cursor is correctly restored after showing the right
1548         click menu.
1549         
1550 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1551
1552         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1553         (ev_attachment_open):
1554         * shell/ev-sidebar-attachments.c:
1555         (ev_sidebar_attachments_button_press):
1556         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1557
1558         Use GdkAppLaunchContext when available to open attachments.
1559         
1560 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1561
1562         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1563
1564         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1565         by Eric Piel.
1566         
1567 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1568
1569         * shell/ev-application.c: (ev_application_get_media_keys):
1570         * shell/ev-media-player-keys.[ch]:
1571         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1572         (ev_media_player_keys_grab_keys),
1573         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1574         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1575         * shell/ev-window.[ch]: (ev_window_dispose),
1576         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1577         (ev_window_init):
1578
1579         Clean up the media player keys stuff.
1580         
1581 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1582
1583         * NEWS:
1584         * configure.ac:
1585
1586         Update for release 2.23.91.
1587         
1588 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1589
1590         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1591         (sm_client_xsmp_set_initial_properties):
1592
1593         Fix memory leak.
1594         
1595 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * shell/ev-application.c: (ev_application_open_window),
1598         (ev_application_open_uri_at_dest):
1599
1600         Make sure evince starts up in the right workspace when resuming a
1601         previous session.
1602         
1603 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1604
1605         * shell/ev-application.[ch]: (ev_application_open_window),
1606         (ev_application_add_icon_path_for_screen),
1607         (ev_application_open_uri_at_dest):
1608
1609         Fix window manager warnings shown in ~/.xsession-errors
1610         
1611 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1612
1613         * configure.ac:
1614         * cut-n-paste/Makefile.am:
1615         * cut-n-paste/smclient/Makefile.am:
1616         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1617         * cut-n-paste/smclient/eggsmclient-private.h:
1618         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1619         * cut-n-paste/smclient/eggsmclient.[ch]:
1620
1621         EggSMClient copied from libegg
1622
1623         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1624         * shell/Makefile.am:
1625         * shell/ev-application.[ch]: (ev_application_load_session),
1626         (smclient_save_state_cb), (smclient_quit_cb),
1627         (ev_application_init_session), (ev_application_shutdown),
1628         (ev_application_init):
1629         * shell/main.c: (main):
1630
1631         Use EggSMClient instead of gnome-client and remove libgnome and
1632         libgnomeui dependencies.
1633         
1634 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1635
1636         * shell/main.c: (main):
1637
1638         Remove gnome_authentication_manager_init.
1639         
1640 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1641
1642         * shell/ev-view.c: (ev_view_goto_window_create):
1643
1644         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1645         since it's now deprecated.
1646         
1647 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * backend/djvu/Makefile.am:
1650         * backend/djvu/djvu-document-private.h:
1651         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1652         (djvu_document_find_iface_init):
1653         * backend/djvu/djvu-text-page.[ch]:
1654         * backend/djvu/djvu-text.[ch]: Removed
1655         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1656         (pdf_document_find_iface_init):
1657         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1658         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1659         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1660         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1661         (ev_job_find_has_results), (ev_job_find_get_results):
1662         * shell/ev-view-private.h:
1663         * shell/ev-view.[ch]: (ev_view_expose_event),
1664         (highlight_find_results), (ev_view_finalize),
1665         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1666         (ev_view_set_document), (ev_view_find_get_n_results),
1667         (ev_view_find_get_result), (jump_to_find_result),
1668         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1669         (ev_view_find_previous), (ev_view_find_search_changed),
1670         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1671         * shell/ev-window.c: (ev_window_update_actions),
1672         (page_changed_cb), (ev_window_setup_document),
1673         (ev_window_update_find_status_message),
1674         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1675         (ev_window_clear_find_job), (find_bar_close_cb),
1676         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1677         (ev_window_dispose), (ev_window_init):
1678
1679         Rework find interface. The find logic has been moved from backends
1680         to the shell avoiding a lot of duplicated code in the backends and
1681         making easier to implement the find interface in the backends.
1682         
1683 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1684
1685         * backend/pdf/ev-poppler.cc:
1686         (pdf_document_thumbnails_get_dimensions):
1687
1688         Make sure thumbnail size returned by the PDF is actually
1689         valid. Fixes bug #548462.
1690         
1691 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1692
1693         * shell/ev-window.c: (ev_window_setup_document),
1694         (ev_window_set_document), (ev_window_dispose):
1695
1696         Remove the idle function for setting the document up when the
1697         window is destroyed. Fixes bug #549163.
1698         
1699 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1700
1701         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1702         (ev_job_attachments_dispose), (ev_job_attachments_run),
1703         (ev_job_attachments_class_init), (ev_job_attachments_new):
1704         * shell/ev-sidebar-attachments.c:
1705         (ev_sidebar_attachments_set_document):
1706
1707         Add a new job to get the attachments in a thread with the document
1708         lock held. Fixes bug #548653.
1709         
1710 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1711
1712         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1713         (tiff_document_document_iface_init):
1714
1715         Implement document_get_page_label in tiff backend.
1716         
1717 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1718
1719         * backend/tiff/tiff-document.c: (tiff_document_render):
1720
1721         Handle document orientation in tiff backend. Fixes bug #548444.
1722         
1723 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1724
1725         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1726
1727         Do not crash when adjustment page size is 0. Fixes bug #547440.
1728         
1729 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1730
1731         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1732
1733         Sync with current GTK+.
1734         
1735 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1736
1737         * configure.ac:
1738         
1739         Update for release 2.23.6.
1740
1741 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1744         (ev_job_load_set_password):
1745         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1746         * shell/ev-window.c: (password_dialog_response),
1747         (ev_window_load_job_cb):
1748
1749         Fix loading encrypted documents since I broke it with the jobs
1750         rework.
1751         
1752 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1753
1754         * NEWS:
1755
1756         Update NEWS for 2.23.6 release.
1757         
1758 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1759
1760         * backend/impress/impress-document.c:
1761         * backend/impress/render.h:
1762         * libdocument/ev-document-factory.c:
1763         * libdocument/ev-document-factory.h:
1764         * libdocument/ev-document-links.h:
1765         * libdocument/ev-document-misc.c:
1766         * libdocument/ev-document-misc.h:
1767         * properties/ev-properties-main.c:
1768         * properties/ev-properties-view.c:
1769         * properties/ev-properties-view.h:
1770         * shell/eggfindbar.c:
1771         * shell/eggfindbar.h:
1772         * shell/ev-application.c:
1773         * shell/ev-application.h:
1774         * shell/ev-jobs.h:
1775         * shell/ev-message-area.h:
1776         * shell/ev-navigation-action.c:
1777         * shell/ev-navigation-action.h:
1778         * shell/ev-open-recent-action.c:
1779         * shell/ev-open-recent-action.h:
1780         * shell/ev-page-action-widget.c:
1781         * shell/ev-page-action.c:
1782         * shell/ev-page-action.h:
1783         * shell/ev-page-cache.h:
1784         * shell/ev-password-view.h:
1785         * shell/ev-password.h:
1786         * shell/ev-pixbuf-cache.h:
1787         * shell/ev-properties-fonts.c:
1788         * shell/ev-sidebar-attachments.c:
1789         * shell/ev-sidebar-links.c:
1790         * shell/ev-sidebar-links.h:
1791         * shell/ev-sidebar-thumbnails.c:
1792         * shell/ev-sidebar-thumbnails.h:
1793         * shell/ev-sidebar.c:
1794         * shell/ev-sidebar.h:
1795         * shell/ev-stock-icons.c:
1796         * shell/ev-tooltip.h:
1797         * shell/ev-view.c:
1798         * shell/ev-view.h:
1799         * shell/ev-window.c:
1800         * shell/ev-window.h:
1801         * shell/main.c:
1802
1803         More #include cleanups. Again: reordering, single gtk.h
1804         includes and other stuff.
1805
1806 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1807
1808         * shell/eggfindbar.c:
1809         * shell/ev-application.c:
1810         * shell/ev-message-area.c:
1811         * shell/ev-navigation-action.c:
1812         * shell/ev-open-recent-action.c:
1813         * shell/ev-page-action-widget.c:
1814         * shell/ev-page-action.c:
1815         * shell/ev-password-view.c:
1816         * shell/ev-properties-dialog.c:
1817         * shell/ev-properties-fonts.c:
1818         * shell/ev-sidebar-attachments.c:
1819         * shell/ev-sidebar-page.c:
1820         * shell/ev-sidebar-thumbnails.c:
1821         * shell/ev-stock-icons.c:
1822         * shell/ev-tooltip.c:
1823         * shell/ev-view.c:
1824         * shell/ev-window.c:
1825         * shell/main.c:
1826
1827         Cleanup many #include statements: reorder so that a
1828         generic-to-specific order is used, use single gtk.h
1829         includes, and some other cleanups.
1830
1831 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1832
1833         * shell/ev-jobs.h:
1834
1835         Add gio header.
1836         
1837 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1838
1839         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1840         (ev_document_fc_mutex_trylock):
1841         * shell/Makefile.am:
1842         * shell/ev-job-queue.[ch]:
1843         * shell/ev-job-scheduler.[ch]:
1844         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1845         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1846         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1847         (ev_job_failed_from_error), (ev_job_succeeded),
1848         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1849         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1850         (ev_job_links_class_init), (ev_job_render_init),
1851         (notify_page_ready), (ev_job_render_page_ready),
1852         (ev_job_render_run), (ev_job_render_class_init),
1853         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1854         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1855         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1856         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1857         (ev_job_save_dispose), (ev_job_save_run),
1858         (ev_job_save_class_init), (ev_job_print_init),
1859         (ev_job_print_dispose), (ev_job_print_run),
1860         (ev_job_print_class_init):
1861         * shell/ev-page-cache.c:
1862         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1863         (check_job_size_and_unref), (move_one_job),
1864         (copy_job_to_job_info), (add_job),
1865         (ev_pixbuf_cache_add_jobs_if_needed):
1866         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1867         (job_fonts_finished_cb), (job_fonts_updated_cb),
1868         (ev_properties_fonts_set_document):
1869         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1870         (ev_sidebar_links_set_document):
1871         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1872         (ev_sidebar_thumbnails_set_document),
1873         (ev_sidebar_thumbnails_clear_job):
1874         * shell/ev-view-private.h:
1875         * shell/ev-view.c:
1876         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1877         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1878         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1879         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1880         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1881         (ev_window_reload_document), (ev_window_clear_save_job),
1882         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1883         (ev_window_clear_print_job), (ev_window_print_job_cb),
1884         (ev_window_print_dialog_response_cb):
1885         * shell/main.c: (main):
1886
1887         Rework the jobs system in order to make it simpler and more
1888         extensible. It allows to run jobs in the main loop instead of
1889         using a thread when it's appropriate like the fonts job. Now it's
1890         also possible to cancel jobs that are currently running. 
1891         
1892 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1893
1894         * libdocument/ev-debug.c: (profile_init):
1895
1896         Create the hash table also when profiling service is enabled for
1897         all sections.
1898         
1899 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1902         (ev_profiler_stop):
1903         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1904         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1905         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1906         (ev_job_print_run):
1907         * shell/main.c: (main):
1908
1909         Add a profile mode available when debug is enabled. Add profilers
1910         in ev-jobs.
1911         
1912 2008-07-23  Götz Waschk <waschk@mandriva.org>
1913
1914         * configure.ac: Correctly build desktop file. Fixes
1915         bug #544237.
1916
1917 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1918
1919         * configure.ac:
1920         
1921         Update for release 2.23.5.
1922
1923 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * NEWS:
1926
1927         Update NEWS for 2.23.5 release.
1928         
1929 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * shell/ev-window.c: (ev_window_state_event),
1932         (ev_window_class_init):
1933
1934         Intercept window manager's fullscreen request in order to run/stop
1935         fullscreen mode. Fixes bug #493541.
1936         
1937 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1938
1939         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1940
1941         Restart the job search when the find bar is opened for the second
1942         time. Fixes bug #531956.
1943         
1944 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1945
1946         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1947         (get_document_from_uri):
1948
1949         Make sure we always return a valid error struct when
1950         get_document_from_uri fails. Fixes nautilus crash, see bug
1951         #542548.
1952         
1953 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1954
1955         * libdocument/ev-transition-effect.c
1956         (ev_transition_effect_type_get_type),
1957         (ev_transition_effect_alignment_get_type),
1958         (ev_transition_effect_direction_get_type):
1959         
1960         Fixes bug #542924. Makes enums static to fix Solaris build.
1961
1962 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1963
1964         * shell/ev-view.c: (ev_view_key_press_event):
1965
1966         Add '.' keybinding for blanking the screen in presentation
1967         mode. Fixes bug #542001.
1968         
1969 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1970
1971         * libdocument/ev-document-misc.c:
1972         (ev_document_misc_pixbuf_from_surface):
1973
1974         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1975         #540950.
1976         
1977 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1978
1979         * backend/comics/comics-document.c (comics_document_load):
1980         * backend/comics/comicsdocument.evince-backend.in:
1981         * configure.ac:
1982         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1983         
1984         Added support for 7-zip based cb7 comic book. Patch by
1985         Kartik Rustagi. Fixes bug #532312.
1986
1987 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1988
1989         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1990         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1991         Fixes bug #539972.
1992
1993 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1994
1995         * shell/Makefile.am:
1996         * shell/ev-application.c (ev_application_init),
1997         (ev_application_get_media_keys):
1998         * shell/ev-application.h:
1999         * shell/ev-marshal.list:
2000         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
2001         (proxy_destroy), (on_media_player_key_pressed),
2002         (ev_media_player_keys_init), (ev_media_player_keys_focused),
2003         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
2004         * shell/ev-media-player-keys.h:
2005         * shell/ev-window.c (ev_window_go_previous_page),
2006         (ev_window_go_next_page), (ev_window_go_first_page),
2007         (ev_window_go_last_page), (ev_window_start_presentation),
2008         (ev_window_dispose), (view_actions_focus_in_cb):
2009         * shell/ev-window.h: When building with D-Bus support, listen
2010         for multimedia key events from gnome-settings-daemon. This allows
2011         to go to the next/previous/first/last pages using, respectively,
2012         Next/Previous/Rewing/Fast Forward. The Play button is used to start
2013         a presentation. Fixes bug #539971.
2014
2015 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2016
2017         * configure.ac:
2018         
2019         Update for release 2.23.4.
2020
2021 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2022
2023         * NEWS:
2024
2025         Update news for 2.23.4 release.
2026         
2027 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2028
2029         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
2030         * shell/ev-sidebar-thumbnails.c:
2031         (ev_sidebar_thumbnails_set_loading_icon),
2032         (ev_sidebar_thumbnails_refresh):
2033         * shell/ev-window.c: (ev_window_error_message),
2034         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
2035         (ev_window_set_document):
2036
2037         Do not crash opening documents with no pages and show a warning
2038         message in the message area. Fixes bugs #537574 and #171588.
2039         
2040 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2041
2042         * shell/Makefile.am:
2043         * shell/ev-file-monitor.[ch]:
2044         * shell/ev-window.c: (ev_window_document_changed),
2045         (ev_window_clear_reload_job), (ev_window_load_job_cb),
2046         (ev_window_reload_job_cb), (ev_window_open_uri),
2047         (ev_window_reload_document), (ev_window_cmd_view_reload),
2048         (ev_window_dispose):
2049
2050         Automaticly reload the document when the file has changed on
2051         disk. Bug #304249.
2052         
2053 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
2054
2055         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2056         * libdocument/ev-image.c: (ev_image_save_tmp):
2057         * libdocument/ev-module.c: (ev_module_load):
2058         * shell/ev-application.c: (ev_application_shutdown),
2059         (ev_application_get_print_settings):
2060         * shell/ev-sidebar-attachments.c:
2061         (ev_sidebar_attachments_button_press),
2062         (ev_sidebar_attachments_drag_data_get):
2063         * shell/ev-window.c: (window_save_file_copy_ready_cb),
2064         (ev_window_print_finished), (ev_window_print_send),
2065         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2066         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2067         (ev_window_cmd_preview_print):
2068         * shell/main.c: (load_files_remote):
2069         Fix some build warnings under GCC 4.3.0. (#537535).
2070
2071 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * shell/ev-jobs.c: (ev_job_render_dispose):
2074
2075         Fix a crash in debug mode. Patch by Daniel M German.
2076         
2077 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * shell/ev-window.c:
2080
2081         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2082         
2083 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2084
2085         * shell/ev-window.c: (ev_window_print_send),
2086         (ev_window_do_preview_print):
2087
2088         Use the window title as print job name instead of just
2089         "evince-print". Fixes bug #534493.
2090         
2091 2008-05-19  Frederic Peters  <fpeters@0d.be>
2092
2093         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2094         Bug #533897.
2095
2096 2008-05-19  Frederic Peters  <fpeters@0d.be>
2097
2098         * help/reference/Makefile.am: added missing libevmountoperation to
2099         gtkdoc-scanobj libraries.  Bug #533896.
2100
2101 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2102
2103         * properties/ev-properties-view.c (get_default_user_units):
2104         Fixes check for default units string translation. Bug #533323.
2105
2106 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2107
2108         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2109         be an iks_free(). Fix an array overflow in the XML parser that
2110         would occur whenever the number of attributes in a tag was greater
2111         than 0 and divisible by 6. Fixes GNOME bug #530852.
2112
2113 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2114
2115         * backend/djvu/djvu-document-private.h:
2116         * backend/djvu/djvu-links.c:
2117         * backend/djvu/djvu-text.c:
2118         * backend/djvu/djvu-document.c: (djvu_handle_events),
2119         (djvu_wait_for_message), (djvu_document_load),
2120         (document_get_page_size), (djvu_document_render),
2121         (djvu_document_thumbnails_get_thumbnail),
2122         (djvu_document_file_exporter_end):
2123
2124         Make sure load job doesn't finish successfully when the document
2125         is not successfully decoded by libdjvu. Fixes bug #530202.
2126         
2127 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2128
2129         * configure.ac:
2130         * libdocument/Makefile.am:
2131         * libdocument/ev-debug.[ch]:
2132         * libdocument/ev-document.c:
2133         * shell/ev-jobs.c: (ev_job_links_dispose),
2134         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2135         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2136         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2137         (ev_job_render_page_ready), (ev_job_render_run),
2138         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2139         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2140         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2141         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2142         (ev_job_print_new), (ev_job_print_run):
2143         * shell/main.c: (main):
2144
2145         Add debug mode based on gedit code. Add debug messages in
2146         ev-jobs.
2147         
2148 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2149
2150         * libdocument/ev-document-factory.c: (get_document_from_uri):
2151
2152         Fix memory leak.
2153         
2154 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2155
2156         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2157         (get_mime_type_from_data), (get_document_from_uri),
2158         (ev_document_factory_get_document):
2159         
2160         Improved error message about file opening failture.
2161         Bug #529129.
2162
2163 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2164
2165         * data/evince-toolbar.xml:
2166         
2167         Allow to add SaveAs to toolbar.
2168
2169 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2170
2171         * shell/ev-view-private.h:
2172         * shell/ev-view.[ch]: (ev_view_button_release_event),
2173         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2174         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2175         (ev_view_update_primary_selection), (clear_link_selected),
2176         (ev_view_copy_link_address):
2177         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2178
2179         Update also the primary selection when copying a link
2180         address. Fixes bug #520855.
2181         
2182 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2183
2184         * libdocument/ev-document-factory.c: (get_document_from_uri):
2185
2186         Use the pixbuf backend only when the mime type is not supported by
2187         any of the other backend so that tiff documents, for instance, are
2188         handled by the tiff backend instead of the pixbuf backend. fixes
2189         bug #520290.
2190         
2191 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2192
2193         * cut-n-paste/Makefile.am:
2194
2195         Add evmountoperation to subdirs list.
2196         
2197 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2198
2199         * configure.ac:
2200
2201         Fix libspectre check in configure script. Fixes bug #528549.
2202         
2203 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2204
2205         * configure.ac:
2206         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2207         * shell/Makefile.am:
2208         * shell/ev-window.c: (ev_window_load_remote_failed),
2209         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2210
2211         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2212         open documents in remote locations that are not mounted.
2213         
2214 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2215
2216         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2217         (bitmap_convert_msb8):
2218         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2219         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2220
2221         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2222         
2223 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2226         (ev_job_render_new), (ev_job_render_set_selection_info),
2227         (ev_job_render_run):
2228         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2229         (check_job_size_and_unref),
2230         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2231         (add_job), (ev_pixbuf_cache_get_selection_surface):
2232
2233         Create the render context needed for rendering a page in the render
2234         thread so that we don't block the main thread. Simplify
2235         EvJobRender API.
2236         
2237 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * libdocument/Makefile.am:
2240         * libdocument/ev-page.[ch]:
2241         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2242         (ev_render_context_new), (ev_render_context_set_page):
2243         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2244         (ev_form_field_finalize), (ev_form_field_class_init):
2245         * libdocument/ev-document-forms.[ch]:
2246         (ev_document_forms_get_form_fields):
2247         * libdocument/ev-document.[ch]: (ev_document_get_page),
2248         (ev_document_get_page_size), (ev_document_get_page_label):
2249         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2250         (ev_job_render_run), (ev_job_thumbnail_new),
2251         (ev_job_thumbnail_run), (ev_job_print_run):
2252         * shell/ev-page-cache.c: (ev_page_cache_new):
2253         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2254         (check_job_size_and_unref), (add_job):
2255         * shell/ev-sidebar-thumbnails.c: (add_range):
2256         * shell/ev-view.c: (ev_view_form_field_get_region),
2257         (ev_view_form_field_button_create_widget),
2258         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2259         (ev_view_handle_form_field), (ev_view_size_allocate),
2260         (get_selected_text):
2261         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2262         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2263         (pdf_document_get_page), (pdf_document_get_page_label),
2264         (pdf_document_render), (pdf_document_get_info),
2265         (pdf_document_document_iface_init),
2266         (pdf_document_thumbnails_get_thumbnail),
2267         (pdf_document_thumbnails_get_dimensions),
2268         (pdf_document_file_exporter_do_page),
2269         (pdf_selection_render_selection),
2270         (pdf_selection_get_selected_text),
2271         (pdf_selection_get_selection_region),
2272         (pdf_selection_get_selection_map),
2273         (pdf_document_forms_get_form_fields),
2274         (pdf_document_forms_form_field_text_get_text),
2275         (pdf_document_forms_form_field_text_set_text),
2276         (pdf_document_forms_form_field_button_set_state),
2277         (pdf_document_forms_form_field_button_get_state),
2278         (pdf_document_forms_form_field_choice_get_item),
2279         (pdf_document_forms_form_field_choice_get_n_items),
2280         (pdf_document_forms_form_field_choice_is_item_selected),
2281         (pdf_document_forms_form_field_choice_select_item),
2282         (pdf_document_forms_form_field_choice_toggle_item),
2283         (pdf_document_forms_form_field_choice_unselect_all),
2284         (pdf_document_forms_form_field_choice_set_text),
2285         (pdf_document_forms_form_field_choice_get_text):
2286         * backend/ps/ev-spectre.c: (ps_document_get_page),
2287         (ps_document_get_page_size), (ps_document_get_page_label),
2288         (ps_document_render), (ps_document_document_iface_init),
2289         (ps_document_file_exporter_do_page):
2290         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2291         (tiff_document_render), (tiff_document_render_pixbuf),
2292         (tiff_document_file_exporter_do_page):
2293         * backend/pixbuf/pixbuf-document.c:
2294         (pixbuf_document_get_page_size):
2295         * backend/comics/comics-document.c:
2296         (comics_document_get_page_size), (comics_document_render_pixbuf):
2297         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2298         (djvu_document_render), (djvu_selection_get_selected_text),
2299         (djvu_document_thumbnails_get_thumbnail),
2300         (djvu_document_file_exporter_do_page),
2301         (djvu_document_find_get_result):
2302         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2303         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2304         (dvi_document_thumbnails_get_thumbnail),
2305         (dvi_document_file_exporter_do_page):
2306         * backend/impress/impress-document.c:
2307         (impress_document_get_page_size),
2308         (impress_document_render_pixbuf):
2309         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2310
2311         Add EvPage so that we can hold a reference to the backend
2312         page. Form fields keep now a reference to the poppler page
2313         improving performance since we don't have to create/destroy the
2314         poppler field for every form operation. This will be needed for
2315         annotations too.
2316         
2317 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2318
2319         * data/evince-ui.xml:
2320         * shell/ev-window.c:
2321
2322         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2323         
2324 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2325
2326         * configure.ac:
2327         * backend/ps/Makefile.am:
2328
2329         Remove gs stuff from ps backend.
2330         
2331 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2332
2333         * configure.ac:
2334         * backend/pdf/ev-poppler.cc:
2335
2336         Bump poppler requirement to 0.8.0.
2337         
2338 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2339
2340         * NEWS:
2341         * configure.ac:
2342
2343         Update for release 2.22.1.1
2344
2345 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2346
2347         * configure.ac:
2348
2349         Fix build (again) when poppler version is 0.6
2350         
2351 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2352
2353         * backend/djvu/djvu-links.c: (build_tree):
2354
2355         Make sure link title is a valid utf8 string. Fixes bug #526517.
2356         
2357 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2358
2359         * configure.ac:
2360
2361         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2362         #526799.
2363         
2364 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2365
2366         * configure.ac:
2367         
2368         Update for release 2.22.1.
2369
2370 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2371
2372         * NEWS:
2373
2374         Update for upcoming release.
2375
2376 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * configure.ac:
2379         * backend/dvi/dvidocument.evince-backend.in:
2380
2381         Add compressed dvi to the list of supported mime types. Patch by
2382         Ed Catmur. Fixes bug #307087.
2383
2384 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2385
2386         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2387
2388         Fix a crash when printing a range that doesn't specify the start or
2389         end page. Fixes bug #524288.
2390
2391 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2392
2393         * shell/ev-window.c: (ev_window_cmd_continuous),
2394         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2395         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2396         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2397         (ev_window_run_presentation), (ev_window_stop_presentation),
2398         (ev_window_cmd_view_presentation),
2399         (ev_window_cmd_leave_fullscreen),
2400         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2401
2402         Do not unfullscreen and fullscreen again the window when changing
2403         from fullscreen to presentation mode and vice versa. Fixes bug
2404         #524112.
2405         
2406 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2407
2408         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2409
2410         Do not crash when thumbnail failed to render in PS backend. Fixes
2411         bug #525015.
2412         
2413 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2416         (ev_window_load_file_remote), (ev_window_open_uri):
2417
2418         Handle errors when opening remote files.
2419         
2420 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2421
2422         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2423
2424         Only grab the focus for the current visible proxy widget. Fixes
2425         bug #521224.
2426         
2427 2008-03-30  Emil Soleyman  <emil@nishra.com>
2428
2429         * shell/ev-window.c: (launch_external_uri):
2430         
2431         Reuse g_app_info_launch_default_for_uri to
2432         save some code and fix bug #525009.
2433
2434 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2435
2436         * shell/ev-window.c (image_save_dialog_response_cb):
2437
2438         Use g_str_has_suffix. See bug #523069.
2439
2440 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2441
2442         * configure.ac:
2443
2444         Add a configure option to enable/diable DBus. Patch by Rémi
2445         Cardona. Fixes bug 521797.
2446
2447 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2450
2451         Fix printing in documents with rotated pages. Patch by Eugen
2452         Dedu. Fixes bug #512648.
2453         
2454 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2455
2456         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2457         (ev_link_from_action):
2458
2459         Fix warning messages.
2460         
2461 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * shell/ev-window.c: (image_save_dialog_response_cb):
2464
2465         Do not append the extension to filename when saving an image
2466         if the filename alredy contains the extension. Fixes bug #523069.
2467         
2468 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2469
2470         * shell/ev-view.[ch]: (ev_view_find_cancel):
2471         * shell/ev-window.c: (find_bar_close_cb):
2472
2473         Cancel the find operation when the find bar is closed. Fixes bug
2474         #508845.
2475         
2476 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2477
2478         * backend/ps/psdocument.evince-backend.in:
2479
2480         Make ps backend module resident. Fixes bug #520607.
2481         
2482 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2483
2484         * shell/ev-jobs.c: (ev_job_print_run):
2485
2486         Invert collate action in order to work as expected, fix reverse
2487         printing so that it doesn't start with a blank page and fix number
2488         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2489         
2490 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2491
2492         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2493
2494         Fix build with poppler <= 0.7.2
2495         
2496 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2497
2498         * libdocument/ev-document-misc.c:
2499         (ev_document_misc_surface_from_pixbuf):
2500
2501         Fix selections with poppler-splash.
2502         
2503 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2504
2505         * configure.ac:
2506         * backend/pdf/ev-poppler.cc:
2507
2508         Fix build with poppler >= 0.7.2
2509         
2510 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2511
2512         * configure.ac:
2513         
2514         Update for release 2.22.0
2515
2516 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2517
2518         * NEWS:
2519
2520         Update for upcoming release.
2521
2522 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2523
2524         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2525
2526         Bug 495107 – Handle print dialog responses correctly
2527
2528         Correctly handle print dialog response. Properly fixes
2529         the above mentioned bug.
2530
2531 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2532
2533         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2534
2535         Make sure print job is only run when the print button is
2536         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2537         
2538 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2539
2540         * backend/pdf/pdfdocument.evince-backend.in:
2541         * libdocument/ev-backends-manager.c:
2542         (ev_backends_manager_load_backend),
2543         (ev_backends_manager_get_document):
2544         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2545
2546         Allow making backend modules resident. This is needed only for
2547         some backends like pdf to avoid registering glib types more than
2548         once.
2549         
2550 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * backend/comics/comics-document.c:
2553         * backend/djvu/djvu-document.c:
2554         * backend/impress/impress-document.c:
2555         * backend/pdf/ev-poppler.cc:
2556         * backend/pixbuf/pixbuf-document.c:
2557         * backend/ps/ev-spectre.c:
2558         * backend/ps/ps-document.c:
2559         * backend/tiff/tiff-document.c:
2560         * libdocument/ev-document.h:
2561         * properties/ev-properties-main.c:
2562
2563         Use g_type_module_add_interface instead of
2564         g_type_add_interface_static. Fixes bug #519679.
2565         
2566 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2567
2568         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2569         Added. Returns whether the animation has everything necessary to run.
2570         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2571         is ready just because it's been created. Fixes #519106.
2572         (draw_one_page): Do not show the "Loading..." text in presentation
2573         mode, there was a slim probability that this could happen.
2574
2575 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2578
2579         Duplicate mime_type string before freeing it so that it doesn't
2580         always fail when getting mime type from uri. Fixes bug #518874.
2581         
2582 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2583
2584         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2585
2586         Fix a crash when a choice form field doesn't have any item
2587         selected. Fixes bug #518831
2588         
2589 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2590
2591         * shell/ev-window.c (ev_window_clear_temp_file):
2592         Use g_file_has_prefix instead of renamed
2593         g_file_contains_file.
2594
2595         * configure.ac:
2596         Require new glib for above change.
2597         
2598 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2599
2600         * libdocument/ev-image.c: (ev_image_finalize),
2601         (ev_image_save_tmp):
2602
2603         Return a real uri instead of a filename when saving an
2604         image. Fixes images drag an drop from evince to nautilus. 
2605         
2606 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2607
2608         * backend/pdf/ev-poppler.cc:
2609         (pdf_document_images_get_image_mapping):
2610
2611         Return the image list in the right order. Fixes bug #516237.
2612         
2613 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2614
2615         * backend/impress/impress-document.c:
2616         (impress_document_thumbnails_get_thumbnail):
2617
2618         Remove unused variable to avoid a compiler warning.
2619
2620 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2621
2622         * configure.ac:
2623         
2624         Update for release 2.21.91.
2625
2626 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2627
2628         * configure.ac:
2629         * shell/Makefile.am:
2630         * shell/ev-application.[ch]:
2631         * shell/ev-sidebar-links.c:
2632         * shell/ev-utils.[ch]:
2633         * shell/ev-window.[ch]:
2634
2635         Remove libgnomeprint support. Fixes bug #512370.
2636         
2637 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2638
2639         * thumbnailer/evince-thumbnailer.c: (main):
2640
2641         Initialize glib type system before using it. Fixes bug #513934.
2642         
2643 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * properties/ev-properties-main.c:
2646
2647         Add missing #include.
2648         
2649 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2650
2651         * configure.ac:
2652         * backend/djvu/djvu-document.c: (djvu_document_render):
2653         * backend/tiff/tiff-document.c: (tiff_document_render):
2654
2655         Use the new cairo function cairo_format_stride_for_width when
2656         available. Fixes bug #482720.
2657
2658 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2659
2660         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2661         (get_mime_type_from_data), (get_document_from_uri):
2662
2663         Use g_content_type_guess() only when slow is true in
2664         get_document_from_uri(). Fix several memory leaks.
2665         
2666 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2667
2668         * libdocument/ev-document-factory.c:
2669         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2670         (get_document_from_uri):
2671
2672         Use g_content_type_guess () to get mimetype for files.
2673         Bug #510401.
2674
2675 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2676
2677         * thumbnailer/Makefile.am:
2678
2679         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2680         
2681 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2682
2683         * configure.ac:
2684
2685         Fix build with --without-libgnome. Fixes bug #512771.
2686         
2687 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2688
2689         * backend/dvi/Makefile.am: Install only dvi
2690         module. Fixes bug #512718.
2691
2692 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2693
2694         * properties/ev-properties-main.c: (nautilus_module_initialize):
2695         
2696         Initialize backends in properties tab. Fixes bug
2697         #512720.
2698
2699 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2700
2701         * properties/Makefile.am: No need to link with 
2702         libraries. Fixes bug #512719.
2703
2704 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2705
2706         * NEWS:
2707         * configure.ac:
2708         
2709         Update for release 2.21.90.
2710
2711 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2712
2713         * shell/ev-window.c: (ev_window_cmd_escape):
2714
2715         Fix compile warning.
2716         
2717 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2718
2719         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2720
2721         Fix printing in dvi backend when filename contains white
2722         espaces. Fixes bug #502839.
2723         
2724 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2725
2726         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2727         (screensaver_disable_x11):
2728         * shell/Makefile.am:
2729         * shell/xdg-user-dir-lookup.c: Removed
2730         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2731         * shell/ev-view.c: (ev_view_presentation_transition_start):
2732         * shell/ev-window.c: (ev_window_cmd_file_open),
2733         (ev_window_cmd_save_as), (presentation_set_timeout):
2734
2735         Remove #ifdefs that are no longer needed.
2736         
2737 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2738
2739         * shell/ev-view.[ch]: (ev_view_button_release_event),
2740         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2741         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2742         (ev_window_cmd_escape):
2743
2744         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2745         
2746 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * configure.ac:
2749         * backend/comics/comics-document.c: (comics_document_load):
2750         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2751         (ev_attachment_set_property), (ev_attachment_init),
2752         (ev_attachment_save), (ev_attachment_launch_app),
2753         (ev_attachment_open):
2754         * libdocument/ev-document-factory.c: (get_document_from_uri):
2755         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2756         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2757         * shell/ev-jobs.c:
2758         * shell/ev-password.c: (ev_password_dialog_set_property),
2759         (ev_password_dialog_save_password):
2760         * shell/ev-sidebar-attachments.c:
2761         (ev_sidebar_attachments_drag_data_get):
2762         * shell/ev-window-title.c: (get_filename_from_uri):
2763         * shell/ev-window.c: (ev_window_clear_temp_file),
2764         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2765         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2766         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2767         (launch_external_uri), (image_save_dialog_response_cb),
2768         (attachment_save_dialog_response_cb):
2769         * shell/main.c: (load_files), (load_files_remote), (main):
2770         * thumbnailer/evince-thumbnailer.c: (main):
2771
2772         Port to gio and drop gnome-vfs dependency. Fixes bug
2773         #510401. Based on patch by Cosimo Cecchi.
2774         
2775 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2776
2777         * NEWS:
2778
2779         Fixed formatting inconsistencies (spaces vs. tabs)
2780
2781 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2782
2783         * shell/ev-window.c:
2784
2785         Use top/up/bottom/down arrows instead of
2786         first/left/last/right in the toolbar and menu actions.
2787         This fixes issues with RTL languages and is visually
2788         consistent with the page view. Fixes bug #170081.
2789
2790 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2791
2792         * NEWS:
2793
2794         Fixed some inaccuracies pointed out by Carlos Garcia
2795         Campos.
2796
2797 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2798
2799         * NEWS:
2800         * data/evince.schemas.in:
2801         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2802
2803         Override PDF restrictions by default. Fixes bug #382700.
2804
2805 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2806
2807         * NEWS: Updated for upcoming release
2808
2809 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2810
2811         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2812
2813         Fix memory leak.
2814         
2815 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2816
2817         * shell/ev-window.c: (register_custom_actions):
2818         
2819         Added comment for translators
2820
2821 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2822
2823         * shell/ev-view.c: (ev_view_button_release_event):
2824
2825         Do not create the idle function for kinetic scrolling if we are
2826         not in a drag operation.
2827
2828 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2829
2830         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2831         (ev_view_button_press_event), (ev_view_motion_notify_event),
2832         (ev_view_button_release_event):
2833
2834         Restore cursor after autoscrolling. Fixes bug #509958.
2835
2836 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2837
2838         * configure.ac:
2839         * backend/pdf/ev-poppler.cc:
2840         (pdf_document_images_get_image_mapping),
2841         (pdf_document_images_get_image),
2842         (pdf_document_document_images_iface_init):
2843         * libdocument/ev-document-images.[ch]:
2844         (ev_document_images_get_image_mapping),
2845         (ev_document_images_get_image):
2846         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2847         (ev_image_get_id), (ev_image_save_tmp):
2848         * shell/ev-jobs.c: (ev_job_render_run):
2849         * shell/ev-view.c: (ev_view_drag_data_get):
2850         * shell/ev-window.c: (image_save_dialog_response_cb),
2851         (ev_view_popup_cmd_copy_image):
2852
2853         Do not render images when rendering the page but on demand. It
2854         reduces the memory comsumption.
2855         
2856 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2857
2858         * configure.a:
2859         * shell/ev-password.c:
2860
2861         Make gnome-keyring optional. Fixes bug #509676.
2862         
2863 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * shell/ev-pixbuf-cache.c: (add_job):
2866
2867         Initialize include_images variable as FALSE instead of TRUE.
2868         
2869 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2870
2871         * configure.ac:
2872         * cut-n-paste/Makefile.am:
2873         * cut-n-paste/fileformatchooser/Makefile.am:
2874         * cut-n-paste/fileformatchooser/egg-macros.h:
2875         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2876         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2877         * shell/Makefile.am:
2878         * shell/ev-utils.c:
2879         (file_chooser_dialog_add_writable_pixbuf_formats),
2880         (get_gdk_pixbuf_format_by_extension):
2881         * shell/ev-utils.h:
2882         * shell/ev-window.c: (ev_window_error_message),
2883         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2884         
2885         Simplify image format selection on save.
2886
2887 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2888
2889         * shell/ev-view.c: (ev_view_scroll_event):
2890         
2891         Repair gorizontal scrolling with shift. Fixes
2892         bug #483412.
2893
2894 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2895         
2896         * MAINTAINERS:
2897
2898         Fix formatting issues.
2899         
2900 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2901
2902         * backend/comics/comics-document.c: (comics_regex_quote):
2903         
2904         Don't overquote special chars except of '. See bug 
2905         502500. Thanks to Tom Parker.
2906
2907 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2908
2909         * MAINTAINERS:
2910         
2911         Added Nickolay and Carlos, since they're doing most of
2912         the releases nowadays.
2913
2914 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2915
2916         * properties/Makefile.am:
2917
2918         Get the nautilus extension dir properly instead of using
2919         a hack. Fixes bug #505359.
2920
2921 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2922
2923         * properties/Makefile.am:
2924         
2925         Install nautilus extension into new place. See bug
2926         #505359. Thanks to Matthias Clasen, Brian Pepple and
2927         Damien Carbery.
2928
2929 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2930
2931         * shell/ev-window.c: (ev_window_get_recent_file_label):
2932         
2933         RTL marker in recent file list. See bug #509076.
2934
2935 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2936
2937         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2938         * shell/ev-window.c: (image_save_dialog_response_cb):
2939
2940         Fix compile warnings due to unused variables.
2941         
2942 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2943
2944         * configure.ac:
2945         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2946         * backend/ps/ev-spectre.c: (ps_document_render):
2947
2948         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2949
2950 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2951
2952         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2953         (ev_transition_animation_paint): Implement "fade" effect.
2954
2955 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2956
2957         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2958         (ev_transition_animation_paint): Implement "uncover" effect.
2959
2960 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2961
2962         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2963         (ev_transition_animation_paint): Implement "cover" effect.
2964
2965 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2966
2967         * shell/ev-transition-animation.c (ev_transition_animation_push)
2968         (ev_transition_animation_paint): Implement "push" effect.
2969
2970 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2971
2972         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2973         (ev_transition_animation_paint): Implement "dissolve" effect.
2974
2975 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2976
2977         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2978         (ev_transition_animation_paint): Implement "wipe" effect.
2979
2980 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2981
2982         * shell/ev-transition-animation.c (ev_transition_animation_box)
2983         (ev_transition_animation_paint): Implement "box" effect.
2984
2985 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2986
2987         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2988         (ev_transition_animation_paint): Implement "blinds" effect.
2989
2990 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2991
2992         * shell/ev-transition-animation.c (ev_transition_animation_split)
2993         (ev_transition_animation_paint): Implement "split" effect.
2994
2995 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2996
2997         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2998         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2999         (ev_view_transition_animation_start) 
3000         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
3001         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
3002         (ev_view_next_page) (ev_view_previous_page):
3003         
3004         Use EvTransitionAnimation to drive page changes in the presentation
3005         mode, the animation will wait to start until both the origin and 
3006         destination page surfaces are available. Fixes #458460.
3007
3008         (draw_loading_text):
3009
3010         Remove workaround for bug #320352, it's now fixed properly.
3011
3012
3013 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3014
3015         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
3016         will contain the implementations for page transition animations, at
3017         the moment it just has the "replace" effect.
3018         * shell/Makefile.am: Added these files to build.
3019
3020 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3021
3022         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
3023         animations.
3024         * shell/Makefile.am: Added these files to build.
3025
3026 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3027
3028         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
3029         implementation to get_effect() in EvDocumentTransitionIface.
3030
3031 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3032
3033         * libdocument/ev-transition-effect.[ch]: New files, define a page
3034         transition effect, at the moment it maps PopplerPageTransition to a
3035         GObject.
3036         * libdocument/Makefile.am: Added these files to build.
3037         * libdocument/ev-document-transition.[ch]
3038         (ev_document_transition_get_effect): New method, gets the
3039         EvTransitionEffect returned by the interface implementation, with
3040         fallback to the "replace" effect.
3041
3042 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
3043
3044         * configure.ac:
3045         * cut-n-paste/Makefile.am:
3046         * cut-n-paste/fileformatchooser/Makefile.am:
3047         * cut-n-paste/fileformatchooser/egg-macros.h:
3048         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
3049         * shell/Makefile.am:
3050         * shell/ev-window.c: (image_save_dialog_response_cb),
3051         (ev_view_popup_cmd_save_image_as):
3052
3053         Allow exporting images in any format supported by
3054         GdkPixbuf. Fixes bug #500209.
3055         
3056 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3057
3058         * backend/pixbuf/pixbuf-document.c:
3059
3060         More warnings fixed.
3061         
3062 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3063
3064         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3065         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3066         * backend/djvu/djvu-text.h:
3067         * backend/tiff/tiff-document.c: (tiff_document_render):
3068
3069         Fix compile warnings.
3070         
3071 2007-12-28  Christian Persch  <chpe@gnome.org>
3072
3073         * **/*.c: Include config.h. Bug #504721.
3074
3075 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3076
3077         * configure.ac:
3078         * Makefile.am:
3079         * po/POTFILES.in:
3080         * backend/comics/Makefile.am:
3081         * backend/comics/comics-document.[ch]:
3082         * backend/comics/comicsdocument.evince-backend.in:
3083         * backend/djvu/Makefile.am:
3084         * backend/djvu/djvu-document.[ch]:
3085         * backend/djvu/djvudocument.evince-backend.in:
3086         * backend/dvi/Makefile.am:
3087         * backend/dvi/dvi-document.[c]:
3088         * backend/dvi/dvidocument.evince-backend.in:
3089         * backend/impress/Makefile.am:
3090         * backend/impress/impress-document.[ch]:
3091         * backend/impress/impressdocument.evince-backend.in:
3092         * backend/pdf/Makefile.am:
3093         * backend/pdf/ev-poppler.cc:
3094         * backend/pdf/ev-poppler.h:
3095         * backend/pdf/pdfdocument.evince-backend.in:
3096         * backend/pixbuf/Makefile.am:
3097         * backend/pixbuf/pixbuf-document.[ch]:
3098         * backend/pixbuf/pixbufdocument.evince-backend.in:
3099         * backend/ps/Makefile.am:
3100         * backend/ps/ev-spectre.[ch]:
3101         * backend/ps/ps-document.[ch]:
3102         * backend/ps/psdocument.evince-backend.in:
3103         * backend/tiff/Makefile.am:
3104         * backend/tiff/tiff-document.[ch]:
3105         * backend/tiff/tiffdocument.evince-backend.in:
3106         * libdocument/Makefile.am:
3107         * libdocument/ev-backends-manager.[ch]:
3108         * libdocument/ev-module.[ch]:
3109         * libdocument/ev-document.h:
3110         * libdocument/ev-document-factory.[ch]:
3111         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3112         (get_compression_from_mime_type), (get_document_from_uri),
3113         (ev_document_factory_get_document), (file_filter_add_mime_types),
3114         (ev_document_factory_add_filters):
3115         * shell/Makefile.am:
3116         * shell/ev-window-title.c: (get_filename_from_uri):
3117         * shell/main.c: (main):
3118         * thumbnailer/Makefile.am:
3119         * thumbnailer/evince-thumbnailer.c: (main):
3120
3121         Plugin system for backends. Fixes bug #351348.
3122         
3123 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3124
3125         * shell/ev-view-private.h:
3126         * shell/ev-view.c: (ev_view_drag_update_momentum),
3127         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3128         (ev_view_button_release_event), (ev_view_destroy):
3129         
3130         Kinetic scrolling implemented as requested in
3131         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3132
3133 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3134
3135         * data/evince-toolbar.xml:
3136         * data/evince-ui.xml:
3137         * shell/ev-view-private.h:
3138         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3139         (ev_view_button_press_event), (ev_view_motion_notify_event),
3140         (ev_view_button_release_event), (ev_view_init),
3141         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3142         (ev_view_set_cursor):
3143         * shell/ev-view.h:
3144         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3145         (ev_window_cmd_view_autoscroll):
3146         
3147         Autoscroll feature with the context menu. Fixes bug 
3148         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3149
3150 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3151
3152         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3153
3154         Disconnect also page-ready signal when removing a job because the
3155         page size has changed. Thanks to kripken
3156         <kripkensteiner@gmail.com>.
3157
3158 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3159
3160         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3161         
3162         Scroll pages in page entry with mouse wheel. Fixes bug
3163         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3164
3165 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3166
3167         * backend/dvi/Makefile.am:
3168         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3169         (mdvi_cairo_device_init):
3170         * backend/dvi/mdvi-lib/common.h:
3171         * backend/dvi/mdvi-lib/mdvi.h:
3172         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3173         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3174         (mdvi_build_path_from_cwd):
3175
3176         Add ps specials support in dvi backend when libspectre is
3177         present. Fixes bug #386005.
3178         
3179 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3180
3181         * configure.ac:
3182         * backend/ps/Makefile.am:
3183         * backend/ps/ev-spectre.[ch]:
3184         
3185         Use libspectre, if available, for the ps backend. Fixes bugs
3186         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3187
3188 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3189         
3190         * backend/comics/comics-document.c: (comics_document_load):
3191         
3192         Cygwin build issue fix.
3193
3194 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3195
3196         * shell/ev-view.c: (ev_view_set_zoom):
3197
3198         Do not limit the minimum zoom factor when sizing mode is best bit
3199         or fit width. Fixes bug #503805.
3200         
3201 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3202
3203         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3204         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3205         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3206         (ev_link_dest_get_property), (ev_link_dest_set_property),
3207         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3208         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3209         (ev_link_dest_new_fitr):
3210         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3211         (goto_fith_dest), (goto_xyz_dest):
3212
3213         Do not change left, top and zoom values when they are null in PDF
3214         destinations. Fixes bug #460658.
3215         
3216 2007-12-10  Christian Persch  <chpe@gnome.org>
3217
3218         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3219         (ev_view_accessible_class_init),
3220         (ev_view_accessible_idle_do_action),
3221         (ev_view_accessible_action_do_action),
3222         (ev_view_accessible_action_get_description),
3223         (ev_view_accessible_action_set_description),
3224         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3225         (ev_view_accessible_factory_init),
3226         (ev_view_accessible_factory_get_accessible_type):
3227         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3228         private data, and G_DEFINE_TYPE. Bug #502843.
3229
3230 2007-12-08  Christian Persch  <chpe@gnome.org>
3231
3232         * shell/ev-metadata-manager.c: (item_free),
3233         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3234         (value_free), (parse_value), (parseItem),
3235         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3236         (save_values): Use GSlice to allocate small amounts of memory. Bug
3237         #475972.
3238
3239 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3240
3241         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3242
3243         Restore cursor to normal after a drag operation. Fixes bug
3244         #501603.
3245         
3246 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3247
3248         * NEWS:
3249         * configure.ac:
3250         
3251         Update for release 2.21.1
3252
3253 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * configure.ac:
3256         * cut-n-paste/gedit-message-area/Makefile.am:
3257         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3258         * shell/Makefile.am:
3259         * shell/ev-message-area.[ch]:
3260         * shell/ev-window.c: (ev_window_set_message_area),
3261         (ev_window_error_message_response_cb), (ev_window_error_message),
3262         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3263         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3264         (ev_attachment_popup_cmd_open_attachment),
3265         (attachment_save_dialog_response_cb), (ev_window_set_document),
3266         (ev_window_init):
3267
3268         Use a message area instead of a popup dialog for error
3269         notifications. Fixes bug #337495.
3270         
3271 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3272
3273         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3274         (ev_window_run_fullscreen):
3275
3276         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3277         
3278 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3279
3280         * ev-sidebar-thumbnails.c: (update_visible_range),
3281         (ev_sidebar_thumbnails_refresh),
3282         (ev_sidebar_thumbnails_set_document),
3283         (ev_sidebar_thumbnails_support_document):
3284
3285         Show thumbnails for documents with one page. Fixes bug #358751.
3286         
3287 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3288
3289         * shell/ev-window.c:
3290         (ev_window_load_print_settings_from_metadata),
3291         (ev_window_save_print_settings), (ev_window_print_finished),
3292         (ev_window_print_range):
3293
3294         Print settings that are specific to the document are now saved per
3295         document in the metadata file. Fixes bug #488806.
3296         
3297 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3298
3299         * backend/tiff/tiff-document.c: (tiff_document_render):
3300
3301         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3302         
3303 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3304
3305         * shell/ev-application.[ch]: (get_find_string_from_args),
3306         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3307         (ev_application_open_uri_list):
3308         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3309         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3310         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3311         (ev_window_cmd_recent_file_activate),
3312         (ev_window_open_recent_action_item_activated),
3313         (ev_window_print_send), (open_remote_link):
3314         * shell/main.c: (arguments_parse):
3315
3316         Add a command line option for search. Fixes bug #497710.
3317         
3318 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3319
3320         * shell/ev-jobs.c: (ev_job_print_new):
3321
3322         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3323         
3324 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3325
3326         * data/evince-toolbar.xml:
3327         * shell/Makefile.am:
3328         * shell/ev-application.c: (ev_application_init):
3329         * shell/ev-open-recent-action.[ch]:
3330         * shell/ev-window.c:
3331         (ev_window_open_recent_action_item_activated),
3332         (register_custom_actions):
3333
3334         Add an expander to the open toolbar item which pops up a dropdown
3335         menu with the recently used documents. Fixes bug #487215.
3336         
3337 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3338
3339         * shell/ev-window.c: (ev_window_open_uri),
3340         (ev_window_cmd_view_reload):
3341
3342         Do not jump to the first page when reloading by running evince
3343         from the command line. Fixes bug #490847.
3344         
3345 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3346
3347         * shell/ev-window.c: (ev_window_cmd_help_contents):
3348
3349         Plugged memory leak when help file is not found. Fixes bug
3350         #490762.
3351         
3352 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3353
3354         * configure.ac:
3355
3356         Enable djvu, dvi and comics backends by default. Fixes bug
3357         #437121.
3358         
3359 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3360
3361         * configure.ac:
3362         * cut-n-paste/Makefile.am:
3363         * cut-n-paste/recent-files/*: Removed
3364         * help/reference/Makefile.am:
3365         * shell/Makefile.am:
3366         * shell/ev-application.[ch]: (ev_application_shutdown),
3367         (ev_application_init):
3368         * shell/ev-window.c: (ev_window_add_recent),
3369         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3370
3371         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3372         
3373 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3374
3375         * shell/ev-window.c: (launch_external_uri):
3376
3377         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3378         and report error if the URL is not supported (#489910).
3379
3380 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3381
3382         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3383         (pdf_document_file_exporter_begin_page),
3384         (pdf_document_file_exporter_end_page):
3385
3386         Fix printing with poppler splash backend. Fixes bug #489774.
3387         
3388 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3389
3390         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3391         * shell/ev-print-job.c: (ev_print_job_class_init):
3392
3393         Fix a crash when printing with the gnome-print dialog. Fixes bug
3394         #488939.
3395         
3396 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3397
3398         * backend/pixbuf/pixbuf-document.c:
3399
3400         Fix an implicit function definition warning (#487655)
3401
3402 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3403
3404         * shell/ev-window.c:
3405
3406         Fix conflicting shortcut for view sade pane and presentation.
3407         
3408 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3409
3410         * backend/pdf/ev-poppler.cc:
3411         (pdf_document_file_exporter_begin_page),
3412         (pdf_document_file_exporter_do_page),
3413         (pdf_document_file_exporter_end_page),
3414         (pdf_document_file_exporter_iface_init):
3415         * libdocument/ev-file-exporter.[ch]:
3416         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3417         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3418         (ev_job_print_run):
3419
3420         When printing multiple pages per sheet in reverse option, do not
3421         invert the order of the pages in every sheet, but the order of the
3422         sheets. Do not print blank pages when page range is invalid. Fixes
3423         bugs #484857 and #485521.
3424         
3425 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3426
3427         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3428         (ev_job_print_run):
3429         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3430
3431         Respect ranges order when printing more than one range in random
3432         order.
3433         
3434 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3435
3436         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3437         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3438
3439         Rotate also the window icon when document is rotated. Fixes bug
3440         #474681.
3441         
3442 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3443
3444         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3445         (pdf_document_forms_get_form_fields):
3446
3447         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3448         Matthias Drochner.
3449         
3450 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3451
3452         * configure.ac:
3453         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3454
3455         Use poppler_page_render_for_printing() instead of
3456         poppler_page_render() if available when exporting to a ps or pdf
3457         file. Fixes bug #476627.
3458         
3459 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3460
3461         * shell/ev-window.c: (ev_window_run_fullscreen):
3462
3463         Do not show the toolbar in fullscreen mode if the main toolbar is
3464         not visible. Fixes bug #483048.
3465         
3466 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3467
3468         * shell/ev-view.c: (ev_view_button_press_event):
3469
3470         Give priority to form fields over images when deciding whether a
3471         button press event is over an image or form field. It allows edit
3472         form fields when they are over a background image. Fixes bug
3473         #477841.
3474         
3475 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3476
3477         * NEWS:
3478         * configure.ac:
3479         
3480         Update for release 2.20.0
3481
3482 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * backend/pdf/ev-poppler.cc:
3485
3486         Remove #ifdef HAVE_FORMS, so that forms support works again.
3487
3488 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3489
3490         * configure.ac:
3491         * data/evince.desktop.in.in:
3492         
3493         Fixes desktop file issues. See bug #473471.
3494
3495 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3496
3497         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3498         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3499         (ev_job_queue_remove_job):
3500         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3501         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3502         * shell/ev-window.c: (ev_window_clear_save_job),
3503         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3504         (ev_window_dispose):
3505
3506         Move save a copy task to its own job so that it's carried out in a
3507         thread avoiding another lock in the main thread. Use
3508         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3509         can be saved to a pathin another file system. Fixes bug #456891.
3510         
3511 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3512
3513         * NEWS:
3514         * configure.ac:
3515         
3516         Update for release 2.19.92
3517
3518 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3519
3520         * configure.ac:
3521         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3522         (pdf_selection_get_selection_region),
3523         (pdf_selection_get_selection_map),
3524         (ev_form_field_from_poppler_field):
3525
3526         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3527         and triple click selections are enabled again now.
3528
3529 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3530
3531         * shell/ev-window.c: (ev_window_add_history):
3532
3533         Make sure not to use the history with documents not supporting
3534         links. Fixes bug #468954.
3535
3536 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * shell/ev-window.c: (ev_window_load_job_cb):
3539
3540         Restart the search when reloading a document with the find bar
3541         visible. Fixes bug #461962.
3542
3543 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3544
3545         * shell/ev-window.c: (setup_document_from_metadata),
3546         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3547
3548         Do not jump to the first page when reloading a document from the
3549         last page.
3550
3551 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3552
3553         * shell/ev-window.c: (update_chrome_flag),
3554         (setup_sidebar_from_metadata),
3555         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3556         (ev_window_cmd_edit_find_next),
3557         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3558         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3559         (find_bar_close_cb), (view_actions_focus_in_cb):
3560
3561         Do not update visibility when changing a chrome flag so that it's
3562         possible to update several flags and update visibility only once
3563         for all of them.
3564
3565 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3566
3567         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3568
3569         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3570         supported by gtk+. Fixes bug #460907.
3571
3572 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3573
3574         * shell/ev-view.c: (view_update_range_and_current_page):
3575
3576         Make sure current-page <= end-page in continuous mode. Fixes bug
3577         #454950.
3578
3579 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3580
3581         * backend/pdf/ev-poppler.cc: (build_tree):
3582
3583         Ignore outline items without a title. Fixes bug #453913.
3584
3585 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3586
3587         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3588         (ev_view_button_release_event), (ev_view_leave_notify_event):
3589
3590         Use always drag mouse cursor during a drag operation. Fixes bug
3591         #470564.
3592
3593 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3594
3595         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3596         (pdf_selection_get_selection_region),
3597         (pdf_selection_get_selection_map):
3598
3599         Temporarily disable double and triple selections since it depends on
3600         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3601         released and the update of the external dependency minimal version
3602         approved.
3603
3604 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3605
3606         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3607         (pdf_document_file_exporter_do_page):
3608         * libdocument/ev-file-exporter.h:
3609         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3610         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3611
3612         Actually fix printing regressions. Remove orientation from
3613         EvPrintContext since it's redundant.
3614
3615 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3616
3617         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3618         * backend/impress/impress-document.c:
3619         (impress_document_document_iface_init):
3620         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3621         * backend/djvu/djvu-document.c:
3622         (djvu_document_document_iface_init),
3623         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3624         * backend/tiff/tiff-document.c:
3625         (tiff_document_document_iface_init):
3626         * backend/pixbuf/pixbuf-document.c:
3627         (pixbuf_document_document_iface_init):
3628         * backend/comics/comics-document.c:
3629         (comics_document_document_iface_init):
3630         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3631         (pdf_selection_render_selection),
3632         (pdf_selection_get_selected_text),
3633         (pdf_selection_get_selection_region),
3634         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3635         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3636         (ev_selection_get_selection_region),
3637         (ev_selection_get_selection_map):
3638         * libdocument/ev-document.[ch]:
3639         * shell/ev-pixbuf-cache.[ch]: (add_job),
3640         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3641         * shell/ev-view-private.h:
3642         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3643         (ev_job_render_run):
3644         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3645         * shell/ev-view.c: (start_selection_for_event),
3646         (ev_view_button_press_event), (ev_view_drag_data_get),
3647         (ev_view_drag_data_received), (ev_view_button_release_event),
3648         (compute_new_selection_text), (compute_selections),
3649         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3650         (ev_view_primary_get_cb):
3651
3652         Add support for double and triple click selections.
3653
3654 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3655
3656         * NEWS:
3657         * configure.ac:
3658
3659         Update for release 2.19.4
3660
3661 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3662
3663         * shell/ev-view-private.h:
3664         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3665         (ev_view_set_highlight_search):
3666         * shell/ev-view.h:
3667         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3668         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3669         (find_bar_visibility_changed_cb):
3670         
3671         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3672
3673 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3674
3675         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3676         (pdf_document_file_exporter_begin),
3677         (pdf_document_file_exporter_do_page):
3678         * shell/ev-jobs.c: (ev_job_print_run):
3679         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3680
3681         Create always a portrait cairo surface and rotate when needed for
3682         landscape. It fixes printing problems in real printers.
3683
3684 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3685
3686         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3687         * libdocument/ev-file-exporter.[ch]:
3688         (ev_file_exporter_get_capabilities):
3689         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3690         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3691
3692         Adjust number of pages per row according to page orientation when
3693         printing 2 or 6 pages per sheet.
3694
3695 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3696
3697         * shell/ev-window.c: (ev_window_print_send):
3698
3699         Reset also cups setting to 1 when printing multiple pages per
3700         sheet. Fixes bug #468853.
3701
3702 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3703
3704         * libdocument/ev-document-misc.c:
3705         (ev_document_misc_surface_rotate_and_scale):
3706
3707         Use directly cairo_surface_get_content() when creating a similar
3708         surface as suggested by Jeff Muizelaar. Thanks again.
3709
3710 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * backend/djvu/djvu-document.c: (djvu_document_render):
3713         * backend/tiff/tiff-document.c: (tiff_document_render):
3714         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3715         * libdocument/ev-document-misc.c:
3716         (ev_document_misc_surface_from_pixbuf),
3717         (ev_document_misc_surface_rotate_and_scale):
3718
3719         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3720         creating page surfaces. Fixes bug #453123. Thank you very much to
3721         Jeff Muizelaar <jeff@infidigm.net>.
3722
3723 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3724
3725         * shell/ev-page-cache.c: (ev_page_cache_new),
3726         (ev_page_cache_get_thumbnail_size):
3727         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3728         (ev_sidebar_thumbnails_set_loading_icon):
3729
3730         Also store in page-cache the dimensions of the thumbnails so that
3731         they can be used to create the correct loading icon in the side
3732         pane. Fixes bug #466857.
3733
3734 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3735
3736         * backend/pdf/ev-poppler.cc:
3737         (pdf_document_thumbnails_get_thumbnail):
3738
3739         Fix thumbnails rotation in pdf documents that include embedded 
3740         thumbnails.
3741
3742 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3743
3744         * backend/pdf/ev-poppler.cc:
3745
3746         Don't use #ifdef in macro expansion. Some compilers don't
3747         like that. Closes bug #467042.
3748
3749 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3750
3751         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3752         
3753         Fixes memory leak in djvu backend.
3754
3755 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3756
3757         * data/icons/32x32/Makefile.am:
3758         * data/icons/32x32/actions/Makefile.am:
3759         * data/icons/32x32/actions/view-page-cont.svg:
3760         * data/icons/32x32/actions/view-page-facing.svg:
3761         * data/icons/48x48/Makefile.am:
3762         * data/icons/48x48/actions/Makefile.am:
3763         * data/icons/48x48/actions/view-page-cont.svg:
3764         * data/icons/48x48/actions/view-page-facing.svg:
3765         
3766         Icons for a new sizes.
3767
3768 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3769
3770         * shell/ev-page-cache.c: (build_height_to_page),
3771         (ev_page_cache_get_height_to_page):
3772         
3773         Fixes invalid read, see bug #466401.
3774
3775 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3776
3777         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3778         (set_drag_cursor):
3779         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3780         (configure_item_cursor), (new_pixbuf_from_widget):
3781
3782         Fix multihead problems in toolbar editor. Fixes bug #382055.
3783
3784 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3785
3786         * shell/ev-window.c: (ev_window_cmd_file_open),
3787         (ev_window_cmd_save_as):
3788
3789         Use g_get_user_special_dir when available instead of
3790         xdg_user_dir_lookup.
3791
3792 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3793
3794         * MAINTAINERS:
3795         
3796         Updated according to request on desktop-devel.
3797
3798 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3799
3800         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3801
3802         Do not use cairo_rectangle and cairo_clip since we are
3803         not using cairo_fill but cairo_paint. Use the same cairo context
3804         for every page in the same expose event.
3805
3806 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3807
3808         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3809         leak.
3810
3811 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3812
3813         * configure.ac:
3814         * NEWS:
3815
3816         Release 0.9.3
3817
3818 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3819
3820         * libdocument/ev-document-info.h:
3821         * libdocument/ev-document.h:
3822         * shell/ev-page-action.h:
3823         * shell/ev-sidebar-links.h:
3824
3825         Fix a headers problem with ev-link
3826         
3827         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3828         * shell/ev-view-private.h:
3829         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3830         (get_link_area), (ev_view_query_tooltip),
3831         (ev_view_leave_notify_event), (ev_view_destroy),
3832         (ev_view_class_init):
3833
3834         Use new gtk tooltips when available instead of ev-tooltip.
3835         
3836 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3837
3838         * shell/ev-window.c: (update_chrome_visibility),
3839         (ev_window_sidebar_visibility_changed_cb):
3840
3841         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3842         
3843 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3844
3845         * shell/ev-navigation-action.c:
3846         (ev_navigation_action_history_changed),
3847         (ev_navigation_action_set_history):
3848         * shell/ev-navigation-action-widget.c:
3849         (ev_navigation_action_widget_init):
3850         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3851
3852         Fix compile warnings.
3853         
3854 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3855
3856         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3857         (egg_editable_toolbar_dispose):
3858
3859         Fix memory leak.
3860         
3861 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3862
3863         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3864         (screensaver_disable_x11):
3865         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3866         * shell/ev-window.c: (presentation_set_timeout):
3867         * shell/ev-view.c: (ev_view_presentation_transition_start):
3868
3869         Use g_timeout_add_seconds instead of g_timeout_add when
3870         available.
3871         
3872 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3875
3876         Set horizontal scrollbar policy to AUTOMATIC instead of
3877         NEVER. Workaround for bug #449462.
3878         
3879 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3880
3881         * shell/ev-jobs.c: (ev_job_render_page_ready):
3882
3883         Add page_ready callback to main loop with high priority and hold
3884         a reference to job during idle.
3885         
3886 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3887
3888         * configure.ac:
3889         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3890         (pdf_document_file_exporter_begin),
3891         (pdf_document_file_exporter_do_page),
3892         (pdf_document_file_exporter_get_capabilities):
3893         * libdocument/ev-file-exporter.h:
3894         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3895         * shell/ev-window.c: (ev_window_print_send),
3896         (ev_window_print_dialog_response_cb):
3897
3898         Allow printing multiple pages per sheet. Fixes bug #395573.
3899         
3900 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3901
3902         * shell/ev-view.c: (tip_from_link):
3903         
3904         Check for NULL, fixes bug #460862.
3905
3906 2007-07-29  Christian Persch  <chpe@gnome.org>
3907
3908         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3909         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3910         (ev_window_cmd_preview_print):
3911         
3912         Fixes bug #437681 - blocks while enumerating printers.
3913
3914 2007-07-29  Christian Persch  <chpe@gnome.org>
3915
3916         * shell/ev-window.c: (ev_window_screen_changed):
3917         
3918         Don't use deprecated gtk+ function. See bug #460909.
3919
3920 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3921
3922         * shell/ev-utils.c: (get_num_monitors):
3923         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3924
3925         Do not use display before initializing it. Remove compile
3926         warnings.
3927
3928 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3929
3930         * shell/ev-view.c: (ev_view_class_init):
3931         
3932         Unix-like hjkl bindings added. See bug #458111.
3933
3934 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3935
3936         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3937         * shell/ev-utils.h:
3938         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3939         (ev_view_update_view_size):
3940         * shell/ev-view.h:
3941         * shell/ev-window.c: (ev_window_update_actions),
3942         (setup_view_from_metadata), (ev_window_screen_changed),
3943         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3944         (zoom_control_changed_cb):
3945         * shell/ev-window.h:
3946         
3947         Reorganizes utility functions.
3948
3949 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3950
3951         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3952         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3953         (add_job), (ev_pixbuf_cache_get_surface),
3954         (ev_pixbuf_cache_get_link_mapping),
3955         (ev_pixbuf_cache_get_image_mapping),
3956         (ev_pixbuf_cache_get_form_field_mapping),
3957         (ev_pixbuf_cache_get_text_mapping):
3958         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3959         (notify_page_ready), (ev_job_render_page_ready),
3960         (ev_job_render_run):
3961
3962         Add page_ready signal to notify that page is ready as soon as
3963         possible even if other page elements like links, forms, images or
3964         text mapping are not ready yet.
3965
3966 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3967
3968         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3969         (dvi_document_file_exporter_do_page),
3970         (dvi_document_file_exporter_get_capabilities),
3971         (dvi_document_file_exporter_iface_init):
3972         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3973         (ps_document_file_exporter_do_page),
3974         (ps_document_file_exporter_get_capabilities),
3975         (ps_document_file_exporter_iface_init):
3976         * backend/djvu/djvu-document.c:
3977         (djvu_document_file_exporter_begin),
3978         (djvu_document_file_exporter_end),
3979         (djvu_document_file_exporter_get_capabilities),
3980         (djvu_document_file_exporter_iface_init):
3981         * backend/tiff/tiff-document.c:
3982         (tiff_document_file_exporter_begin),
3983         (tiff_document_file_exporter_get_capabilities),
3984         (tiff_document_document_file_exporter_iface_init):
3985         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3986         (pdf_document_file_exporter_do_page),
3987         (pdf_document_file_exporter_get_capabilities),
3988         (pdf_document_file_exporter_iface_init):
3989         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3990         (ev_file_exporter_get_capabilities):
3991         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3992         (idle_print_handler), (ev_print_job_print):
3993         * shell/ev-jobs.c: (ev_job_print_run):
3994         * shell/ev-window.c: (ev_window_print_send),
3995         (ev_window_print_range):
3996
3997         Use capabilities to know which options should be offered by the
3998         print dialog depending on the document backend.
3999
4000 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4001
4002         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
4003
4004         Give priority to forms over text to set the cursor.
4005
4006 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4007
4008         * shell/ev-view-private.h:
4009         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
4010         (ev_view_leave_notify_event), (ev_view_finalize),
4011         (ev_view_get_property), (ev_view_class_init):
4012
4013         Use IBEAM cursor for text form fields and NORMAL cursor for read
4014         only fields. Remove unused status attribute.
4015
4016 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4017
4018         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4019
4020         Update region for current selected items also for checkbox
4021         buttons, since they can behave as radio buttons when they are in a
4022         set.
4023
4024 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4025
4026         * configure.ac:
4027         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4028
4029         Get max length of text form fields.
4030
4031 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4032
4033         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4034         * libdocument/ev-form-field.h:
4035         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
4036
4037         Fix build with current poppler cvs head.
4038
4039 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4040
4041         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4042         * shell/eggfindbar.c: (egg_find_bar_init):
4043
4044         Fix build with gtk+ >= 2.11.5 due to gtktooltips
4045         deprecation. Fixes bug #455667
4046
4047 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4048
4049         * NEWS:
4050         * configure.ac:
4051         
4052         Update for release 0.9.2
4053
4054 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4055
4056         * shell/ev-view.c: (ev_view_form_field_text_save),
4057         (ev_view_form_field_choice_save):
4058
4059         Fix a crash when closing whith a form widget visible.
4060
4061 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4064
4065         Update also the region of the current selected button when
4066         clicking on another button if they are radio buttons.
4067
4068 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4069
4070         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4071         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4072         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4073         (ev_pixbuf_cache_get_link_mapping),
4074         (ev_pixbuf_cache_get_image_mapping),
4075         (ev_pixbuf_cache_get_form_field_mapping),
4076         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4077         * shell/ev-view.c: (ev_view_form_field_get_region),
4078         (ev_view_form_field_button_create_widget),
4079         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4080         (job_finished_cb):
4081
4082         Redraw only form field region instead of the whole page when
4083         reloading a page to show changes on the form field.
4084
4085 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4086
4087         * shell/ev-view.c: (ev_view_form_field_choice_save):
4088
4089         Fix selection of first item in list form fields.
4090
4091 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4092
4093         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4094         (ev_pixbuf_cache_reload_page),
4095         (ev_pixbuf_cache_get_form_field_mapping):
4096
4097         Some refactoring to avoid duplicated code.
4098
4099 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4100
4101         * configure.ac:
4102         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4103         (ev_form_field_from_poppler_field),
4104         (pdf_document_forms_get_form_fields),
4105         (pdf_document_forms_form_field_text_get_text),
4106         (pdf_document_forms_form_field_text_set_text),
4107         (pdf_document_forms_form_field_button_set_state),
4108         (pdf_document_forms_form_field_button_get_state),
4109         (pdf_document_forms_form_field_choice_get_item),
4110         (pdf_document_forms_form_field_choice_get_n_items),
4111         (pdf_document_forms_form_field_choice_is_item_selected),
4112         (pdf_document_forms_form_field_choice_select_item),
4113         (pdf_document_forms_form_field_choice_toggle_item),
4114         (pdf_document_forms_form_field_choice_unselect_all),
4115         (pdf_document_forms_form_field_choice_set_text),
4116         (pdf_document_forms_form_field_choice_get_text),
4117         (pdf_document_document_forms_iface_init):
4118         * libdocument/Makefile.am:
4119         * libdocument/ev-form-field.[ch]:
4120         * libdocument/ev-document-forms.[ch]:
4121         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4122         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4123         (add_job), (ev_pixbuf_cache_reload_page),
4124         (ev_pixbuf_cache_get_form_field_mapping):
4125         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4126         * shell/ev-view-private.h:
4127         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4128         (ev_view_handle_cursor_over_xy),
4129         (ev_view_get_form_field_at_location),
4130         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4131         (ev_view_form_field_button_create_widget),
4132         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4133         (ev_view_form_field_text_create_widget),
4134         (ev_view_form_field_choice_save),
4135         (ev_view_form_field_choice_changed),
4136         (ev_view_form_field_choice_create_widget),
4137         (ev_view_handle_form_field), (ev_view_size_allocate),
4138         (ev_view_realize), (draw_end_presentation_page),
4139         (ev_view_button_press_event), (ev_view_remove_all),
4140         (ev_view_motion_notify_event), (ev_view_key_press_event),
4141         (ev_view_enter_notify_event), (highlight_find_results),
4142         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4143         (ev_view_class_init), (page_changed_cb),
4144         (on_adjustment_value_changed), (ev_view_set_presentation),
4145         (merge_selection_region), (ev_view_set_cursor),
4146         (ev_view_reset_presentation_state):
4147         
4148         Merge evince-forms branch.
4149
4150 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4151
4152         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4153
4154         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4155         This script also updates itself from libegg
4156
4157         * cut-n-paste/toolbar-editor/egg*:
4158         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4159         libegg
4160
4161 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4162
4163         * shell/ev-window.c:
4164         
4165         Adds a nice icon to page action during toolbar editing.
4166         See bug #452872.
4167
4168 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4169
4170         * data/evince-toolbar.xml:
4171         * shell/ev-window.c:
4172         
4173         Let user add a presentation and fullscreen icons on toolbar.
4174         See bug #449734.
4175
4176 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4177
4178         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4179
4180         new script to keep in sync with toolbareditor in libegg
4181
4182         * cut-n-paste/toolbar-editor/*: 
4183
4184         Run update-toolbareditor-from-libegg so we are in sync again. 
4185         Fixes bug #452850.
4186         
4187
4188 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4189
4190         * shell/ev-sidebar-links.c: (job_finished_callback):
4191
4192         Do not connect selection changed signal more than once. Fixes bug
4193         #349433.
4194
4195 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4196
4197         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4198
4199         Do not change sidebar chrome flag when pressing F9 key in
4200         presentation mode.
4201
4202 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4203
4204         * backend/pdf/ev-poppler.cc:
4205         (pdf_document_thumbnails_get_dimensions):
4206
4207         Make sure thumbnails width and height is not <= 0. Fixes a crash
4208         with some pdf documents which have really small pages.
4209
4210 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4211
4212         * shell/main.c: (main):
4213
4214         Fixes program description translation issue.
4215         Bug #450148.
4216
4217 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4218
4219         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4220
4221         Do not change current page when returning from black/white mode
4222         in presentation. Fixes bug #415032.
4223
4224 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4225
4226         * NEWS:
4227         * configure.ac:
4228         
4229         Update for release 0.9.1
4230
4231 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4232
4233         * backend/dvi/dvi-document.c:
4234         (dvi_document_finalize),
4235         (dvi_document_file_exporter_format_supported),
4236         (dvi_document_file_exporter_begin),
4237         (dvi_document_file_exporter_do_page),
4238         (dvi_document_file_exporter_end),
4239         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4240         
4241         PDF exporter for dvi documents. Fixes bug #441319.
4242
4243 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4244
4245         * shell/ev-window.c: (ev_window_clear_print_job):
4246
4247         Clear gtk print job when job has finished. Fixes bug #447612.
4248
4249 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4250
4251         * shell/ev-window.c: (ev_window_print_send),
4252         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4253
4254         Add preview button to print dialog. Fixes bug #445419.
4255
4256 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4257
4258         * backend/dvi/Makefile.am:
4259         * backend/dvi/pixbuf-device.[ch]: Removed
4260         * backend/dvi/cairo-device.[ch]: Added
4261         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4262         * backend/dvi/dvi-document.c: (dvi_document_load),
4263         (dvi_document_render), (dvi_document_finalize),
4264         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4265         (dvi_document_do_color_special):
4266         * libdocument/ev-document-misc.[ch]:
4267         (ev_document_misc_pixbuf_from_surface):
4268
4269         Port dvi backend to cairo and fix a problem with colors. 
4270
4271 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4272
4273         * shell/ev-view.c: (draw_one_page):
4274
4275         Draw only visible region.
4276
4277 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4278
4279         * backend/djvu/djvu-document.c: (djvu_document_render):
4280
4281         Fix rotation in djvu backend.
4282
4283 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4284
4285         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4286         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4287         (ev_pixbuf_cache_get_image_mapping),
4288         (ev_pixbuf_cache_get_text_mapping):
4289
4290         Redraw view every time we have a new surface. Fixes bug #443587.
4291
4292 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4293
4294         * libdocument/ev-document.c: (ev_document_info_free):
4295
4296         Fix memory leaks.
4297
4298 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * backend/dvi/dvi-document.c: (dvi_document_render),
4301         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4302         * backend/impress/impress-document.c:
4303         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4304         (impress_document_render), (impress_document_document_iface_init),
4305         (impress_document_thumbnails_get_thumbnail):
4306         * backend/djvu/djvu-document-private.h:
4307         * backend/djvu/djvu-document.c: (djvu_document_render),
4308         (djvu_document_finalize), (djvu_document_document_iface_init),
4309         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4310         * backend/tiff/tiff-document.c: (tiff_document_render),
4311         (tiff_document_render_pixbuf),
4312         (tiff_document_document_iface_init):
4313         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4314         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4315         (pdf_selection_render_selection):
4316         * backend/comics/comics-document.c:
4317         (comics_document_render_pixbuf), (comics_document_render),
4318         (comics_document_document_iface_init):
4319         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4320         (pixbuf_document_document_iface_init):
4321         * libdocument/ev-document-misc.[ch]:
4322         (ev_document_misc_surface_from_pixbuf),
4323         (ev_document_misc_surface_rotate_and_scale):
4324         * libdocument/ev-document.[ch]: (ev_document_render):
4325         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4326         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4327         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4328         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4329         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4330         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4331         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4332         (render_finished_cb), (ev_job_render_run):
4333         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4334         (merge_selection_region):
4335
4336         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4337         and selections.
4338
4339 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4340
4341         * shell/ev-window-title.c: (ev_window_title_update):
4342
4343         Fix memory leak.
4344
4345 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4346
4347         * shell/ev-view.c: (draw_loading_text):
4348
4349         Show loading text centered. Fixes bug #433061
4350
4351 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4352
4353         * shell/ev-sidebar-thumbnails.c:
4354         (ev_sidebar_thumbnails_set_loading_icon):
4355
4356         Remove a mutex in the main thread that blocks the UI in heavy
4357         documents.
4358
4359 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4360
4361         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4362
4363         Set points_set to TRUE so that selections don't disappear after a
4364         zoom change.
4365
4366 2007-06-07  Michael Monreal  <infernux@web.de>
4367
4368         * data/icons/16x16/actions/Makefile.am:
4369         * data/icons/16x16/actions/zoom.svg:
4370         * data/icons/22x22/actions/Makefile.am:
4371         * data/icons/22x22/actions/zoom.svg:
4372         * data/icons/24x24/actions/Makefile.am:
4373         * shell/ev-stock-icons.c:
4374         * shell/ev-stock-icons.h:
4375         * shell/ev-window.c:
4376         
4377         Zoom icon artwork. See bug #444795.
4378
4379 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4380
4381         * shell/ev-metadata-manager.c: Remove extraneous function
4382         (Closes: #444386)
4383
4384 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4385
4386         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4387         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4388         (ev_metadata_manager_set), (ev_metadata_manager_save):
4389         Simplify the timeout, no need for modified anymore
4390
4391 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4392
4393         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4394         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4395         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4396         (ev_metadata_manager_save): Adapted patch from Arjan van de
4397         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4398         time, saves on power (Closes: #443851)
4399
4400 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4401
4402         * configure.ac:
4403         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4404         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4405
4406         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4407
4408 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4409
4410         * shell/ev-window.c: (ev_window_add_history):
4411
4412         Check if history is NULL
4413
4414 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4415
4416         * libdocument/ev-image.c: (ev_image_finalize):
4417         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4418         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4419         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4420         (ev_tmp_uri_unlink):
4421
4422         Add functions to delete temporary files created by evince in a safe
4423         way.
4424
4425         * shell/ev-window.c: (ev_window_clear_local_uri),
4426         (open_xfer_update_progress_callback),
4427         (save_xfer_update_progress_callback), (ev_window_save_remote),
4428         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4429         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4430         (attachment_save_dialog_response_cb),
4431         (ev_attachment_popup_cmd_save_attachment_as):
4432
4433         Allow saving a copy of a document, image or attachment to a remote
4434         location. Fixes bug #440754. 
4435
4436 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4437
4438         * configure.ac:
4439         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4440
4441         Fix build with current poppler from cvs head. 
4442
4443 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4444
4445         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4446
4447         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4448         directory exists.
4449
4450 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4451
4452         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4453         * shell/ev-window.c:
4454
4455         Change sidebar ordering. Fixes bug #439939.
4456
4457 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4458
4459         * backend/comics/Makefile.am:
4460         
4461         Fixes build with --without-libgnome.
4462
4463 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4464         
4465         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4466
4467         Update cursor and tooltip on page change and view scroll. Fixes bug
4468         #439217.
4469
4470 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4471
4472         * NEWS:
4473         * configure.ac:
4474         
4475         Update for release 0.9.0
4476
4477 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4478
4479         * backend/djvu/djvu-document-private.h:
4480         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4481         (djvu_document_finalize),
4482         (djvu_document_file_exporter_format_supported),
4483         (djvu_document_file_exporter_begin),
4484         (djvu_document_file_exporter_do_page),
4485         (djvu_document_file_exporter_end),
4486         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4487         
4488         Implemented printing with djvu. Bug #437998.
4489
4490 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4491
4492         * backend/impress/zip.c:
4493         Add missing ulong definition.
4494
4495         * backend/ps/ps-interpreter.c:
4496         Add missing headers.
4497
4498         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4499
4500 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4501
4502         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4503
4504         Add missing call to parent class dispose method. 
4505
4506 2007-05-12  Ross Burton  <ross@openedhand.com>
4507
4508         * shell/main.c:
4509         Sync keybindings manually when building without libgnome
4510         (#437925).
4511
4512 2007-05-12  Ross Burton  <ross@openedhand.com>
4513
4514         * shell/ev-window.c:
4515         Respect the screen when opening help (#437866).
4516
4517 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4518
4519         * data/evince-ui.xml:
4520         * shell/ev-application.[ch]: (get_print_settings_from_args),
4521         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4522         (ev_application_open_uri_list):
4523         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4524         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4525         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4526         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4527         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4528         (ev_window_dispose):
4529         * shell/main.c: (arguments_parse):
4530
4531         Add print button in preview mode. Fixes bug #396475. 
4532
4533 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4534
4535         * cut-n-paste/zoom-control/ephy-zoom.h:
4536         
4537         Fixes zoom level factors. See bug #408119 for details.
4538
4539 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4540
4541         * backend/comics/comics-document.c: (comics_regex_quote),
4542         (extract_argv):
4543         
4544         Correctly quote symbols. Fixes crash in the bug
4545         #415370.
4546
4547 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4548
4549         * shell/ev-navigation-action-widget.c:
4550         (ev_navigation_action_widget_init),
4551         (ev_navigation_action_widget_class_init),
4552         (ev_navigation_action_widget_button_press_event):
4553         
4554         Connect to button-press event on correct widget. Fixes
4555         bug #431988
4556
4557 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4558
4559         * shell/ev-application.c: (ev_application_open_window),
4560         (ev_application_add_icon_path_for_screen),
4561         (ev_application_open_uri_at_dest):
4562         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4563         * shell/ev-navigation-action.c: (build_menu):
4564         
4565         Add app-specific icons to our icon theme. Fixes bug
4566         #425508.
4567
4568 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4569
4570         * shell/ev-history.c: (ev_history_class_init),
4571         (ev_history_add_link):
4572         * shell/ev-history.h:
4573         * shell/ev-navigation-action.c:
4574         (ev_navigation_action_history_changed),
4575         (ev_navigation_action_set_history), (build_menu),
4576         (ev_navigation_action_finalize):
4577         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4578         
4579         Make navigation action unsensitive instead of showing
4580         menu with unsensitive word. Fixes bug #417392.
4581
4582 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4583
4584         * shell/ev-application.[ch]: (ev_application_shutdown),
4585         (ev_application_get_print_settings),
4586         (ev_application_set_print_settings):
4587         * shell/ev-window.c:
4588
4589         Remember print settings. Fixes bug #349102. 
4590
4591 2007-05-08  Christian Persch  <chpe@gnome.org>
4592
4593         * configure.ac:
4594         * properties/ev-properties-view.c:
4595
4596         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4597         Bug #382438.
4598
4599 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4600
4601         * configure.ac:
4602         * properties/ev-properties-view.c: (ev_regular_paper_size):
4603
4604         Use gtk+ builtin paper list to identify the document's paper size.
4605         Fixes bug #382438. 
4606
4607 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4608
4609         * configure.ac:
4610
4611         Fix build when compiling with thumbnailer and libgnome support. 
4612
4613 2007-05-04  Ross Burton  <ross@openedhand.com>
4614
4615         * configure.ac:
4616         Add --without-libgnome, check for libgnome and libgnomeui
4617         separately, and add them to the symbols as required.
4618
4619         * libdocument/ev-file-helpers.c:
4620         When building without libgnome, use g_get_user_config_dir instead
4621         of gnome_user_dir_get.
4622
4623         * shell/ev-application.c:
4624         When building without libgnome, don't use session management.
4625
4626         * shell/main.c:
4627         When building without libgnome, don't use GnomeProgram or
4628         initialise the authentication manager.
4629
4630         This fixes #328842.
4631
4632 2007-05-04  Ross Burton  <ross@openedhand.com>
4633
4634         * shell/ev-window.c:
4635         Don't use libgnome to open help, instead call Yelp directly.
4636
4637 2007-05-04  Ross Burton  <ross@openedhand.com>
4638
4639         * shell/ev-sidebar-attachments.c:
4640         Don't use libgnome to lookup icons for MIME types, instead copy
4641         code from GTK+ to do it manually.
4642
4643 2007-05-04  Ross Burton  <ross@openedhand.com>
4644
4645         * configure.ac:
4646         Add libxml to the dependencies for SHELL_CORE (#435818).
4647
4648 2007-05-02  Ross Burton  <ross@openedhand.com>
4649
4650         * configure.ac:
4651         * Makefile.am:
4652         Add --disable-thumbnailer (#434825)
4653
4654 2007-05-02  Ross Burton  <ross@openedhand.com>
4655
4656         * shell/ev-window.c:
4657         Add missing includes, fix indentation.
4658
4659         * shell/main.c:
4660         Fix indentation.
4661
4662 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4663
4664         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4665         ev_application_open_uri_at_dest instead of ev_application_open_uri
4666         preventing new document always being opened in a new window even if there
4667         is an empty window.
4668
4669 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4670
4671         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4672         (egg_recent_view_uimanager_finalize):
4673         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4674         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4675         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4676         (ev_pixbuf_cache_dispose):
4677         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4678         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4679         
4680         Add missing chain to parent class methods. Fixes
4681         bug #433128.
4682
4683 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4684
4685         * data/Makefile.am (update-icon-cache): Updates
4686         gtk-update-icon-cache in uninstall-hook.
4687
4688 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4689
4690         * shell/ev-window.c: (ev_window_setup_document),
4691         (ev_window_set_document), (ev_window_load_job_cb):
4692         * shell/ev-view.c: (setup_caches):
4693         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4694
4695         Start rendering pages before any other jobs. 
4696
4697 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4698
4699         * shell/ev-window.c: (ev_window_stop_fullscreen),
4700         (ev_window_stop_presentation):
4701
4702         Update chrome visibility before window unfullscreen. 
4703
4704 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4705
4706         * data/Makefile.am:
4707         * data/evince-ui.xml:
4708         * shell/ev-stock-icons.[ch]:
4709         * shell/ev-application.[ch]: (ev_application_shutdown),
4710         (ev_application_init), (ev_application_get_toolbars_model):
4711         * shell/ev-window.c: (update_chrome_visibility),
4712         (fullscreen_toolbar_setup_item_properties),
4713         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4714         (ev_window_run_presentation), (ev_window_stop_presentation),
4715         (ev_window_run_preview), (ev_window_screen_changed),
4716         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4717         (ev_window_dispose), (ev_window_init):
4718
4719         Make fullscreen toolbar always visible. Do not use egg toolbars for
4720         fullscreen and preview modes since such toolbars are not editables.
4721         Fixes bugs #300278, #338910 and #316188.  
4722
4723 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4724
4725         * shell/ev-application.c:
4726         * shell/ev-job-queue.c:
4727         * shell/ev-metadata-manager.c:
4728         * shell/ev-stock-icons.c:
4729         * shell/ev-window.c:
4730         * shell/main.c:
4731         
4732         Developers documentation updated.
4733
4734 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4735
4736         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4737
4738         Check whether uri is valid before launching it. Fixes bug #427664.
4739
4740 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4741
4742         * shell/ev-window.c:
4743
4744         Change key accelerator for Open a Copy menu entry which is in conflict
4745         with Close. Fixes bug #427321.
4746
4747 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4748
4749         * NEWS:
4750         * configure.ac:
4751         
4752         Update for release 0.8.1
4753
4754 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4755
4756         * shell/ev-window.c: (setup_size_from_metadata):
4757         
4758         Do not make window bigger than screen. Fixes bug 
4759         #388985.
4760
4761 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4762
4763         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4764         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4765
4766         Use default resolution when it's not provided by document. Fixes bug
4767         #408762.
4768
4769 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4770
4771         * configure.ac:
4772         * thumbnailer/Makefile.am:
4773         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4774         * thumbnailer/evince-thumbnailer.schemas.in:
4775         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4776
4777         Add support for ps, eps and compressed documents thumbnails. Do not
4778         ignore size parameter. 
4779
4780 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4781
4782         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4783         (dvi_document_do_color_special):
4784         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4785
4786         Implement font color specials in the DVI backend. Fixes bug #303651.
4787
4788 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4789
4790         Fixup the previous commit:
4791
4792         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4793         * shell/xdg-user-dir-lookup.c: Make the function non-static
4794         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4795
4796 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4797
4798         * shell/ev-window.c (file_open_dialog_response_cb): Use
4799         the xdg-user-dirs DOCUMENTS folder as default folder when
4800         opening a file chooser.  (#424858)
4801
4802         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4803         xdg-user-dirs.
4804
4805 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4806
4807         * shell/ev-window.c: (ev_window_load_job_cb):
4808
4809         Do not setup view from metadata on preview mode. 
4810
4811 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4812
4813         * shell/main.c:
4814
4815         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4816
4817 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4818
4819         * shell/ev-view.c: (ev_view_primary_get_cb):
4820
4821         Check pointer != NULL before using it. Fixes bug #416841. 
4822
4823 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4824
4825         * NEWS:
4826         * configure.ac:
4827         
4828         Release 0.8.0
4829
4830 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4831
4832         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4833
4834         Do not render thumbnails when sidebar thumbnail page is not visible
4835         at startup. Fixes bug #416447. 
4836
4837 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4838
4839         * data/evince.desktop.in.in:
4840
4841         "Application" is not a valid category in the freedesktop specification.
4842
4843 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4844
4845         * libdocument/ev-file-helpers.[ch]: (compression_run),
4846         (ev_file_uncompress), (ev_file_compress):
4847         * shell/ev-window.c: (file_save_dialog_response_cb):
4848
4849         Save document compressed when saving a copy of a compressed document.
4850         Fixes bug #334542.
4851
4852 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4853
4854         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4855
4856         Allow deleting in goto window entry in presentation mode. 
4857
4858 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4859
4860         * Makefile.am: Dist MAINTAINERS.
4861
4862 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4863
4864         * shell/ev-window.c: (ev_window_update_actions):
4865
4866         Fix zoom shortcut keys when searching. Fixes bug #409828.
4867
4868 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4869
4870         * shell/ev-window.c: (ev_window_setup_document):
4871
4872         Fix crash when loading documents with only one page. 
4873
4874 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4875
4876         * backend/dvi/dvi-document.c:
4877         (dvi_document_thumbnails_get_dimensions),
4878         (dvi_document_thumbnails_get_thumbnail):
4879         * backend/impress/impress-document.c:
4880         (impress_document_thumbnails_get_thumbnail),
4881         (impress_document_thumbnails_get_dimensions):
4882         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4883         (ps_document_thumbnails_get_dimensions):
4884         * backend/djvu/djvu-document.c:
4885         (djvu_document_thumbnails_get_dimensions),
4886         (djvu_document_thumbnails_get_thumbnail):
4887         * backend/tiff/tiff-document.c:
4888         (tiff_document_thumbnails_get_thumbnail),
4889         (tiff_document_thumbnails_get_dimensions):
4890         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4891         (pdf_document_thumbnails_get_thumbnail),
4892         (pdf_document_thumbnails_get_dimensions):
4893         * backend/comics/comics-document.c:
4894         (comics_document_thumbnails_get_thumbnail),
4895         (comics_document_thumbnails_get_dimensions):
4896         * backend/pixbuf/pixbuf-document.c:
4897         (pixbuf_document_thumbnails_get_thumbnail),
4898         (pixbuf_document_thumbnails_get_dimensions):
4899         * libdocument/ev-document-thumbnails.[ch]:
4900         (ev_document_thumbnails_get_thumbnail),
4901         (ev_document_thumbnails_get_dimensions):
4902         * libdocument/ev-document-misc.[ch]:
4903         (ev_document_misc_get_thumbnail_frame):
4904         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4905         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4906         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4907         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4908         (ev_sidebar_thumbnails_refresh):
4909         * shell/ev-window.c: (ev_window_setup_document):
4910         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4911
4912         Use an EvRenderContext for rendering thumbnails instead of a suggested
4913         width, so that different sized pages get sized proportionally.
4914
4915 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4916
4917         * shell/ev-view.c: (ev_view_button_press_event),
4918         (ev_view_key_press_event):
4919
4920         Fix critical warnings when there is no document loaded. 
4921
4922 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4923
4924         * shell/ev-page-action-widget.c:
4925         * shell/ev-navigation-action.c:
4926         * shell/ev-window.c:
4927
4928         Fix compile warnings. 
4929
4930 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4931
4932         * backend/djvu/djvu-text.h:
4933         * backend/djvu/djvu-document.c:
4934         * backend/djvu/djvu-text-page.c:
4935         * backend/djvu/djvu-links.c:
4936         * backend/djvu/djvu-text-page.h:
4937         * backend/djvu/djvu-text.c:
4938         
4939         Fix build on Mac. Fixes bug #392186. Patch by
4940         <ephraim_owns@hotmail.com>
4941
4942 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4943
4944         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4945
4946         Restore cairo context before rendering every page when printing a PDF
4947         document into a PDF file. 
4948
4949 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4950
4951         * backend/ps/gstypes.h:
4952         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4953         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4954         (ps_document_thumbnails_get_thumbnail):
4955
4956         Handle PostScript page orientation. Fixes bug #318568.
4957
4958 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4959
4960         * backend/ps/Makefile.am:
4961         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4962         (document_load), (ps_document_load), (save_document),
4963         (save_page_list), (ps_document_get_n_pages),
4964         (ps_document_get_page_size), (ps_document_get_info),
4965         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4966         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4967         (ps_document_thumbnails_get_thumbnail),
4968         (ps_document_thumbnails_get_dimensions),
4969         (ps_document_document_thumbnails_iface_init):
4970         * backend/ps/ps.[ch]: (psgetpagebox):
4971         * backend/ps/ps-interpreter.[ch]:
4972
4973         Add support for thumbnails in ps backend. Fixes bug #164755. 
4974
4975 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4976
4977         * NEWS:
4978         * configure.ac:
4979         
4980         Release 0.7.2
4981
4982 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4983
4984         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4985         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4986         (ev_window_dispose):
4987
4988         Use document thumbnail as window icon. Fixes bug #384442.
4989
4990 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4991
4992         * configure.ac:
4993
4994         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4995         duplicated adding application/x-bzpostscript instead. 
4996
4997 2007-02-11  Tom Parker  <palfrey@tevp.net>
4998
4999         * backend/ps/ps-document.c: (document_load):
5000
5001         Check return value of psscan before trying
5002         to use it. Fixes bug #372414.
5003
5004 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5005
5006         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5007
5008         Fix invalid free in ev-page-cache. Fixes bug #404745.
5009
5010 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5011
5012         * test/Makefile.am:
5013         * test/test3.py:
5014         
5015         Added reload test case.
5016
5017 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5018
5019         * po/POTFILES.in:
5020         * backend/djvu/djvu-document.c: (djvu_document_load):
5021
5022         Check whether there are missing files in indirect multipage djvu
5023         documents. Fixes bug #361683. 
5024
5025 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5026
5027         * test/Makefile.am:
5028         * test/test-mime.bin:
5029         * test/test3.py:
5030         
5031         Added test for slow mime type
5032
5033 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5034
5035         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5036
5037         Add some checks and call parent_class->finalize. Fixes bug #404745.
5038
5039 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5040
5041         * shell/ev-navigation-action.c: (connect_proxy):
5042         
5043         Fixes dropdown history menu. Thanks a lot Carlos!
5044
5045 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5046
5047         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
5048
5049         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5050         bug #373715.
5051
5052 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5053
5054         * backend/ps/ps.c: (psscan):
5055
5056         Fix memory leak. 
5057
5058 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5059
5060         * configure.ac:
5061         * libdocument/ev-file-helpers.c: 
5062
5063         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5064
5065 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5066
5067         * configure.ac:
5068         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5069         (ps_interpreter_start), (document_load), (save_document),
5070         (save_page_list):
5071         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5072         * libdocument/ev-document-factory.c:
5073         (ev_document_factory_get_from_mime), (get_document_from_uri),
5074         (free_uncompressed_uri), (ev_document_factory_get_document):
5075         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5076
5077         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5078
5079 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5080
5081         * libdocument/ev-document.h:
5082
5083         Fix typo in function name. 
5084
5085 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5086
5087         * backend/ps/ps-document.c: (ps_interpreter_finished),
5088         (ps_interpreter_start), (ps_interpreter_failed):
5089
5090         Handle ghostscript interpreter crashes. 
5091
5092 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5093
5094         * shell/ev-window.c: (ev_window_open_uri),
5095         (window_configure_event_cb):
5096
5097         Setup window size and position before showing it. Fixes bug #401711.
5098
5099 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5100
5101         * backend/ps/Makefile.am:
5102         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5103         (ps_document_dispose), (ps_document_class_init),
5104         (ps_interpreter_input), (ps_interpreter_output),
5105         (ps_interpreter_error), (setup_interpreter_env),
5106         (ps_interpreter_start), (ps_interpreter_stop),
5107         (ps_interpreter_failed), (ps_interpreter_is_ready),
5108         (check_filecompressed), (document_load), (ps_document_load),
5109         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5110         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5111         (render_page):
5112
5113         Rework ps-document. Code cleanups, remove deprecated code. 
5114
5115 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5116
5117         * shell/ev-view.c: (ev_view_button_press_event):
5118
5119         Do not start an image drag and drop operation when pointer is on 
5120         text, so that we can select text when the whole background is an
5121         image. 
5122
5123 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5124
5125         * shell/ev-window.c: (ev_window_update_actions): 
5126
5127         Disable all zoom related actions during presentation mode. 
5128
5129 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5130
5131         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5132
5133         Do not zoom in or out on presentation mode. Fixes bug #401305.
5134
5135 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5136
5137         * shell/ev-navigation-action.c: (connect_proxy),
5138         (create_menu_item), (ev_navigation_action_class_init):
5139         
5140         Correctly show menu and fix crash when navigaton 
5141         action is out of toolbar visible area.
5142
5143 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5144
5145         * data/Makefile.am:
5146         * data/evince.1:
5147         
5148         Added man file
5149
5150 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5151
5152         * help/reference/* :
5153         * configure.ac:
5154         
5155         Added gtk-doc based documentation for Evince.
5156         Still in initial state but I hope it will
5157         grow.
5158         
5159         * configure.ac:
5160         
5161         Lower dbus requirement to 0.70
5162
5163 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5164
5165         * shell/ev-window.c: (ev_window_add_history):
5166
5167         Fix memory leak. 
5168
5169 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5170
5171         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5172         * shell/ev-view.h:
5173         * shell/ev-window.c: (ev_window_add_history):
5174         
5175         Correctly handle named destination links
5176
5177 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5178
5179         * NOTES:
5180         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5181         * backend/pdf/ev-poppler.cc:
5182         * libdocument/ev-document-links.h:
5183         * libdocument/ev-link.c: (ev_link_get_page):
5184         * libdocument/ev-link.h:
5185         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5186         (ev_history_add_link):
5187         * shell/ev-history.h:
5188         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5189         (new_history_menu_item), (build_menu):
5190         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5191         * shell/ev-sidebar-links.c: (create_loading_model),
5192         (print_section_cb), (ev_sidebar_links_construct),
5193         (fill_page_labels), (update_page_callback_foreach),
5194         (update_page_callback), (job_finished_callback):
5195         * shell/ev-view.c: (ev_view_handle_link):
5196         * shell/ev-window.c: (ev_window_find_chapter),
5197         (ev_window_add_history), (view_handle_link_cb),
5198         (history_changed_cb):
5199         
5200         Implements another history variant
5201
5202 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5203
5204         * shell/ev-window.c: (view_external_link_cb):
5205         * shell/ev-view.c: (ev_view_button_release_event):
5206
5207         Open links in new window when clicking with middle button. 
5208
5209 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5210
5211         * shell/ev-navigation-action.c: (new_history_menu_item):
5212         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5213         * shell/ev-view.c: (ev_view_handle_link):
5214         * shell/ev-window.c:
5215         
5216         Store link before jump, not the destination. For me it 
5217         seems like more natural history behavior.
5218
5219 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5220
5221         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5222         (ev_navigation_action_class_init):
5223         * shell/ev-navigation-action.h:
5224         * shell/ev-page-action.c: (activate_cb):
5225         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5226         (ev_page_cache_set_current_page_history):
5227         * shell/ev-page-cache.h:
5228         * shell/ev-sidebar-thumbnails.c:
5229         (ev_sidebar_tree_selection_changed),
5230         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5231         * shell/ev-view-private.h:
5232         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5233         * shell/ev-view.h:
5234         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5235         (ev_window_setup_document), (ev_window_load_job_cb):
5236         * shell/ev-window.h:
5237         
5238         History finally works as expected.
5239
5240 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5241
5242         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5243
5244         Do not update links treeview if it doesn't have a model assigned yet. 
5245
5246 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5247
5248         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5249         (ev_sidebar_links_class_init), (update_page_callback):
5250
5251         Do not update links treeview when sidepane is not visible. 
5252
5253 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5254
5255         * shell/ev-marshal.list:
5256         * shell/ev-page-action.c: (activate_cb),
5257         (ev_page_action_class_init):
5258         * shell/ev-page-action.h:
5259         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5260         * shell/ev-window.c:
5261         
5262         Remove activate_link signal, not required.
5263
5264 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5265
5266         * shell/ev-navigation-action.c: (build_menu):
5267         
5268         Reorder menu items and build menu with fixed length.
5269
5270 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5271
5272         * shell/ev-view.c: (get_selected_text):
5273         
5274         Normalize text to fix ligatures problem. See bug
5275         #341947 for details.
5276
5277 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5278
5279         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5280
5281         Fix memory leak in ev-page-cache. 
5282
5283 2007-01-25  Tom Parker <palfrey@tevp.net>
5284
5285         * backend/impress/impress-document.c: (impress_document_load),
5286         (impress_document_finalize), (impress_document_init):
5287         * properties/ev-properties-main.c: (ev_properties_get_pages):
5288         
5289         Correctly handle impress document errors. Fixes nautilus
5290         crash in property page #370491.
5291
5292 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5293
5294         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5295         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5296         (ev_job_queue_remove_job):
5297         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5298         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5299         (ev_job_load_run):
5300         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5301         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5302         (ev_window_load_job_cb), (xfer_update_progress_callback),
5303         (ev_window_open_uri), (ev_window_dispose):
5304         * shell/main.c: (main):
5305
5306         Do file transfer asynchronously in the main thread instead of
5307         synchronously in the load thread. Fixes bugs #399694, #398307 and
5308         #343542.
5309
5310 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5311
5312         * shell/ev-jobs.c: (ev_job_xfer_run):
5313
5314         Load the document with the font-config lock held. 
5315
5316 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5317
5318         * backend/ps/ps-document.c: (start_interpreter):
5319
5320         Fix memory leaks in ps backend. 
5321
5322 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5323
5324         * backend/impress/impress-document.c:
5325         (impress_document_render_pixbuf):
5326
5327         Do not acquire fontconfig lock in impress backend, since it is using
5328         the main loop for rendering. 
5329
5330 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5331
5332         * po/POTFILES.in: 
5333
5334         Remove mdvi files that shouldn't be translated. 
5335
5336 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5337
5338         * shell/ev-view-private.h:
5339         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5340         (ev_view_set_zoom):
5341
5342         Render "loading..." text into a cairo surface instead of directly into
5343         the window so that fontconfig lock is only needed once and UI is not
5344         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5345
5346 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5347
5348         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5349         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5350
5351         Use icon theme associated with the window screen rather than default. 
5352
5353 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5354
5355         * configure.ac:
5356
5357         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5358
5359 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5360
5361         * data/icons/*/apps/evince.*:
5362
5363         Move Evince icons under new apps directory.
5364
5365         * data/icons/*/actions/*:
5366
5367         Add new custom themeable Evince icons: view-page-continuous, 
5368         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5369         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5370
5371         * configure.ac:
5372
5373         Add new directories to AC_CONFIG_FILES.
5374
5375         * shell/ev-stock-icons.c:
5376         * shell/ev-stock-icons.h:
5377
5378         Use new custom themeable icons.
5379
5380 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5381
5382         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5383
5384         Do not draw white background page in presentation mode. 
5385
5386 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5387
5388         * shell/ev-view.c: Remove unused gnome-vfs include.
5389
5390 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5391
5392         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5393         
5394         Format string is corrected, fixes bug #397129.
5395
5396 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5397
5398         * shell/ev-window.c: (ev_window_setup_recent):
5399
5400         Do not include in recent menu inexistent documents. Fixes
5401         bug #339171.
5402
5403 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5404
5405         * po/POTFILES.skip: 
5406
5407         Update POTFILES.skip file according to current source tree. 
5408
5409 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5410
5411         * shell/ev-window.c: (file_save_dialog_response_cb):
5412
5413         Do Save a copy in atomic way. Fixes bug #328266. 
5414
5415 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5416
5417         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5418
5419         Keep selected cell always visible in index treeview.
5420
5421 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5422         
5423         * shell/ev-view.c: (ev_view_size_allocate):
5424
5425         Restore horizontal scrollbar after switching to/from fullscreen
5426         or presentation mode. Fixes bug #331728.
5427
5428 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5429
5430         * shell/ev-view-private.h:
5431         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5432         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5433         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5434         (ev_view_can_zoom_out):
5435
5436         Use max and min scale values in the view iby taking dpi into account. 
5437
5438 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5439
5440         * configure.ac:
5441         * NEWS:
5442
5443         Release 0.7.1
5444
5445 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5446
5447         * shell/ev-window.c: (ev_window_print_send):
5448
5449         Send print job to printer with some settings set to default values,
5450         since we have already exported to a file according to such settings
5451         and they could be taken twice by some printers. 
5452
5453 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5454
5455         * shell/ev-jobs.c: (ev_job_xfer_run):
5456         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5457
5458         Show main window and load document with the font-config lock held. 
5459
5460 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5461
5462         * configure.ac:
5463         * shell/ev-application.c: (ev_application_register_service):
5464         * shell/main.c: (load_files_remote):
5465
5466         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5467
5468 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5469
5470         * doc/debugging.txt:
5471         
5472         Remove obsolete documentation.
5473
5474 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5475
5476         * Makefile.am:
5477         * backend/Makefile.am:
5478         * backend/comics/Makefile.am:
5479         * backend/djvu/Makefile.am:
5480         * backend/dvi/Makefile.am:
5481         * backend/ev-async-renderer.c:
5482         * backend/ev-async-renderer.h:
5483         * backend/ev-attachment.c:
5484         * backend/ev-attachment.h:
5485         * backend/ev-backend-marshal.c:
5486         * backend/ev-document-factory.c:
5487         * backend/ev-document-factory.h:
5488         * backend/ev-document-find.c:
5489         * backend/ev-document-find.h:
5490         * backend/ev-document-fonts.c:
5491         * backend/ev-document-fonts.h:
5492         * backend/ev-document-images.c:
5493         * backend/ev-document-images.h:
5494         * backend/ev-document-info.h:
5495         * backend/ev-document-links.c:
5496         * backend/ev-document-links.h:
5497         * backend/ev-document-misc.c:
5498         * backend/ev-document-misc.h:
5499         * backend/ev-document-security.c:
5500         * backend/ev-document-security.h:
5501         * backend/ev-document-thumbnails.c:
5502         * backend/ev-document-thumbnails.h:
5503         * backend/ev-document-transition.c:
5504         * backend/ev-document-transition.h:
5505         * backend/ev-document.c:
5506         * backend/ev-document.h:
5507         * backend/ev-file-exporter.c:
5508         * backend/ev-file-exporter.h:
5509         * backend/ev-image.c:
5510         * backend/ev-image.h:
5511         * backend/ev-link-action.c:
5512         * backend/ev-link-action.h:
5513         * backend/ev-link-dest.c:
5514         * backend/ev-link-dest.h:
5515         * backend/ev-link.c:
5516         * backend/ev-link.h:
5517         * backend/ev-render-context.c:
5518         * backend/ev-render-context.h:
5519         * backend/ev-selection.c:
5520         * backend/ev-selection.h:
5521         * backend/impress/Makefile.am:
5522         * backend/pdf/Makefile.am:
5523         * backend/pixbuf/Makefile.am:
5524         * backend/ps/Makefile.am:
5525         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5526         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5527         (start_interpreter), (stop_interpreter), (document_load),
5528         (ps_document_next_page), (render_page):
5529         * backend/tiff/Makefile.am:
5530         * comics/Makefile.am:
5531         * comics/comics-document.c:
5532         * comics/comics-document.h:
5533         * configure.ac:
5534         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5535         * djvu/Makefile.am:
5536         * djvu/djvu-document-private.h:
5537         * djvu/djvu-document.c:
5538         * djvu/djvu-document.h:
5539         * djvu/djvu-links.c:
5540         * djvu/djvu-links.h:
5541         * djvu/djvu-text-page.c:
5542         * djvu/djvu-text-page.h:
5543         * djvu/djvu-text.c:
5544         * djvu/djvu-text.h:
5545         * dvi/Makefile.am:
5546         * dvi/dvi-document.c:
5547         * dvi/dvi-document.h:
5548         * dvi/fonts.c:
5549         * dvi/fonts.h:
5550         * dvi/mdvi-lib/Makefile.am:
5551         * dvi/mdvi-lib/afmparse.c:
5552         * dvi/mdvi-lib/afmparse.h:
5553         * dvi/mdvi-lib/bitmap.c:
5554         * dvi/mdvi-lib/bitmap.h:
5555         * dvi/mdvi-lib/color.c:
5556         * dvi/mdvi-lib/color.h:
5557         * dvi/mdvi-lib/common.c:
5558         * dvi/mdvi-lib/common.h:
5559         * dvi/mdvi-lib/defaults.h:
5560         * dvi/mdvi-lib/dvimisc.c:
5561         * dvi/mdvi-lib/dviopcodes.h:
5562         * dvi/mdvi-lib/dviread.c:
5563         * dvi/mdvi-lib/files.c:
5564         * dvi/mdvi-lib/font.c:
5565         * dvi/mdvi-lib/fontmap.c:
5566         * dvi/mdvi-lib/fontmap.h:
5567         * dvi/mdvi-lib/fontsrch.c:
5568         * dvi/mdvi-lib/gf.c:
5569         * dvi/mdvi-lib/hash.c:
5570         * dvi/mdvi-lib/hash.h:
5571         * dvi/mdvi-lib/list.c:
5572         * dvi/mdvi-lib/mdvi.h:
5573         * dvi/mdvi-lib/pagesel.c:
5574         * dvi/mdvi-lib/paper.c:
5575         * dvi/mdvi-lib/paper.h:
5576         * dvi/mdvi-lib/pk.c:
5577         * dvi/mdvi-lib/private.h:
5578         * dvi/mdvi-lib/setup.c:
5579         * dvi/mdvi-lib/sp-epsf.c:
5580         * dvi/mdvi-lib/special.c:
5581         * dvi/mdvi-lib/sysdeps.h:
5582         * dvi/mdvi-lib/t1.c:
5583         * dvi/mdvi-lib/tfm.c:
5584         * dvi/mdvi-lib/tfmfile.c:
5585         * dvi/mdvi-lib/tt.c:
5586         * dvi/mdvi-lib/util.c:
5587         * dvi/mdvi-lib/vf.c:
5588         * dvi/pixbuf-device.c:
5589         * dvi/pixbuf-device.h:
5590         * impress/Makefile.am:
5591         * impress/common.h:
5592         * impress/document.c:
5593         * impress/f_oasis.c:
5594         * impress/f_oo13.c:
5595         * impress/iksemel.c:
5596         * impress/iksemel.h:
5597         * impress/imposter.h:
5598         * impress/impress-document.c:
5599         * impress/impress-document.h:
5600         * impress/internal.h:
5601         * impress/r_back.c:
5602         * impress/r_draw.c:
5603         * impress/r_geometry.c:
5604         * impress/r_gradient.c:
5605         * impress/r_style.c:
5606         * impress/r_text.c:
5607         * impress/render.c:
5608         * impress/render.h:
5609         * impress/zip.c:
5610         * impress/zip.h:
5611         * lib/Makefile.am:
5612         * lib/ev-debug.c:
5613         * lib/ev-debug.h:
5614         * lib/ev-file-helpers.c:
5615         * lib/ev-file-helpers.h:
5616         * lib/ev-gui.c:
5617         * lib/ev-gui.h:
5618         * lib/ev-tooltip.c:
5619         * lib/ev-tooltip.h:
5620         * libdocument/Makefile.am:
5621         * libdocument/ev-file-helpers.c:
5622         * pdf/Makefile.am:
5623         * pdf/ev-poppler.cc:
5624         * pdf/ev-poppler.h:
5625         * pixbuf/Makefile.am:
5626         * pixbuf/pixbuf-document.c:
5627         * pixbuf/pixbuf-document.h:
5628         * properties/Makefile.am:
5629         * ps/Makefile.am:
5630         * ps/gsdefaults.c:
5631         * ps/gsdefaults.h:
5632         * ps/gsio.c:
5633         * ps/gsio.h:
5634         * ps/gstypes.h:
5635         * ps/ps-document.c:
5636         * ps/ps-document.h:
5637         * ps/ps.c:
5638         * ps/ps.h:
5639         * shell/Makefile.am:
5640         * shell/ev-application.h:
5641         * shell/ev-sidebar-links.c:
5642         * shell/ev-sidebar-links.h:
5643         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5644         (ev_gui_menu_position_tree_selection):
5645         * shell/ev-utils.h:
5646         * shell/ev-view.c: (ev_view_finalize):
5647         * shell/ev-window.c:
5648         * shell/main.c: (main):
5649         * thumbnailer/Makefile.am:
5650         * tiff/Makefile.am:
5651         * tiff/tiff-document.c:
5652         * tiff/tiff-document.h:
5653         * tiff/tiff2ps.c:
5654         * tiff/tiff2ps.h:
5655         
5656         Reorganize source tree.
5657
5658 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5659
5660         * backend/ev-document-factory.c:
5661
5662         Do not include ev-poppler.h when pdf is disabled. 
5663
5664 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5665
5666         * configure.ac:
5667         * data/evince-ui.xml:
5668         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5669         (pdf_document_document_images_iface_init):
5670         * backend/Makefile.am:
5671         * backend/ev-document-images.[ch]:
5672         * backend/ev-image.[ch]:
5673         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5674         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5675         (ev_job_xfer_run):
5676         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5677         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5678         (ev_pixbuf_cache_get_image_mapping):
5679         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5680         (view_menu_popup_cb), (ev_window_dispose),
5681         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5682         (ev_view_popup_cmd_copy_image):
5683         * shell/ev-view-private.h:
5684         * shell/ev-view.c: (ev_view_get_image_at_location),
5685         (ev_view_do_popup_menu), (ev_view_popup_menu),
5686         (ev_view_button_press_event), (ev_view_drag_data_get),
5687         (ev_view_drag_motion), (ev_view_drag_data_received),
5688         (ev_view_motion_notify_event), (ev_view_button_release_event),
5689         (ev_view_finalize), (ev_view_class_init):
5690
5691         Add image handling support. Fixes bugs #310008 and #325047. Images
5692         selection is not supported yet. 
5693
5694 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5695
5696         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5697         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5698         (ev_view_init):
5699
5700         Move view drag and drop stuff to ev-view.
5701
5702 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5703
5704         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5705         * shell/ev-view.c: (clear_selection): 
5706
5707         Clear selection also in pixbuf cache.
5708
5709 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5710
5711         * data/evince.desktop.in.in:
5712         
5713         Change icon name in desktop file. See bug #390734
5714         for details.
5715
5716 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5717
5718         * thumbnailer/Makefile.am:
5719
5720         Use top_builddir instead top_srcdir for generated schema
5721         file installation. Fixes bug #390161.
5722
5723 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5724
5725         * configure.ac:
5726         * backend/Makefile.am:
5727         * backend/ev-document-transition.[ch]:
5728         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5729         (pdf_document_page_transition_iface_init):
5730         * shell/ev-view-private.h:
5731         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5732         (ev_view_set_presentation), (transition_next_page),
5733         (ev_view_presentation_transition_stop),
5734         (ev_view_presentation_transition_start), (ev_view_next_page):
5735
5736         Add page transition support in presentation mode. At the moment only
5737         page duration is supported, but not transition effects. Fixes bug
5738         #309815.
5739
5740 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5741
5742         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5743
5744         Run find_link_dest with document lock held, since it's called by links
5745         thread and main thread at the same time. 
5746
5747 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5748
5749         * shell/ev-view.c: (goto_dest):
5750
5751         Update page-cache when page is changed by the view, so that
5752         page-changed signal is emitted. 
5753
5754 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5755
5756         * test/test1.py:
5757         * test/test2.py:
5758
5759         Use C locale in tests. 
5760
5761 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5762
5763         * shell/ev-window.c: (ev_window_run_presentation):
5764         * shell/ev-view-private.h:
5765         * shell/ev-view.c: (ev_view_set_presentation):
5766
5767         Restore zoom settings when back from presentation mode. 
5768
5769 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5770
5771         * shell/ev-window.c: (ev_window_run_presentation):
5772
5773         Always use "best fit" zoom in presentation mode.
5774         Fixes bug #389195.
5775
5776 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5777
5778         * shell/ev-view.c: (ev_view_goto_window_create):
5779
5780         Show "Jump to page" label in the page jumping popup in
5781         presentation mode instead of just a GtkEntry.
5782
5783 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5784
5785         * shell/ev-window.c: (launch_external_uri):
5786
5787         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5788         #378085.
5789
5790 2006-12-22  Elijah Newren  <newren gmail com>
5791
5792         * configure.ac: explicitly check for libxml2.  Fixes #388795
5793
5794 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5795
5796         * shell/ev-view-private.h:
5797         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5798         (ev_view_goto_window_delete_event), (key_is_numeric),
5799         (ev_view_goto_window_key_press_event),
5800         (ev_view_goto_window_button_press_event),
5801         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5802         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5803         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5804
5805         Allow jumping to another page by typing a page number in presentation
5806         mode. It uses a popup window with an entry. Fixes bug #353625.
5807
5808 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5809
5810         * configure.ac:
5811         * properties/ev-properties-view.c: (ev_get_default_user_units),
5812         (ev_regular_paper_size):
5813         
5814         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5815         to Damien Carbery <damien.carbery@sun.com> and
5816         Yevgen Muntyan <muntyan@tamu.edu>.
5817
5818 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5819
5820         * shell/ev-window.c: (setup_document_from_metadata):
5821
5822         Make sure Evince doesn't restore the view on the last
5823         page when a document is reopened. Fixes bug #383381.
5824
5825 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5826
5827         * shell/ev-view.c: (draw_loading_text):
5828
5829         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5830
5831 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5832
5833         * configure.ac:
5834         * NEWS:
5835
5836         Release 0.7.0
5837
5838 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5839
5840         * configure.ac:
5841         * pdf/ev-poppler.cc: (pdf_print_context_free),
5842         (pdf_document_file_exporter_begin),
5843         (pdf_document_file_exporter_do_page):
5844
5845         Make cairo-pdf depedency optional. 
5846
5847 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5848
5849         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5850
5851         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5852
5853 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5854
5855         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5856         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5857         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5858         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5859         * shell/ev-view.c: (draw_loading_text):
5860         * shell/ev-window.c: (ev_window_cmd_file_properties):
5861
5862         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5863         related to using FontConfig from different threads.
5864         
5865 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5866
5867         * shell/ev-view.c: (draw_loading_text):
5868
5869         Acquire lock document when drawing "Loading..." text so that only one
5870         thread will use FontConfig at the same time. Fixes bug #374750.
5871
5872 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5873
5874         * shell/ev-page-action.[ch]: (activate_cb):
5875         * shell/ev-window.c: (activate_label_cb):
5876
5877         Check if text inserted in page entry is a valid page number when it
5878         doesn't match to any document page label. Fixes bug #383165.
5879
5880 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5881         * shell/ev-window.c:
5882
5883         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5884         available with GTK < 2.10. Added an ifdef to avoid compilation
5885         error.
5886
5887 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5888
5889         * configure.ac:
5890         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5891
5892         Fix ps backend in multihead systems.
5893
5894 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5895
5896         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5897         * shell/ev-window.c: (ev_window_get_screen_dpi),
5898         (ev_window_update_actions), (setup_view_from_metadata),
5899         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5900
5901         Take screen DPI into account when zooming. Fixes bug #318285.
5902
5903 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5904
5905         * data/Makefile.am:
5906
5907         Cleaned up/slightly refactored Makefile.am. Added GConf
5908         schemas uninstallation as well.
5909
5910 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5911
5912         * Makefile.am:
5913         * test/Makefile.am:
5914
5915         Fight with autotools to fix make check. Make distcheck
5916         works fine as well now!
5917
5918 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5919
5920         * shell/ev-view.c: (draw_end_presentation_page):
5921
5922         Corrected "end of presentation" string.
5923
5924 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5925
5926         * shell/ev-view.c: (ev_view_key_press_event):
5927
5928         Correctly propagate key press event so that up/down keys
5929         work as expected (correct behaviour was broken by
5930         black/white screen key bindings for presentations).
5931
5932 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5933
5934         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5935         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5936         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5937         (pdf_selection_get_selection_region),
5938         (pdf_selection_get_selection_map):
5939
5940         Add "static" to some private functions. 
5941
5942 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5943
5944         * lib/ev-tooltip.h:
5945         * properties/ev-properties-view.h:
5946         * shell/ev-jobs.h:
5947         * shell/ev-properties-dialog.h:
5948         * shell/ev-properties-fonts.h:
5949         * shell/ev-sidebar-links.h:
5950         * shell/ev-sidebar-thumbnails.h:
5951         * shell/ev-sidebar.h:
5952         * shell/ev-window.h:
5953         
5954         Fixes CHACK type in class casts. See bug #385343
5955         for details.
5956
5957 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5958
5959         * shell/ev-view-private.h:
5960         * shell/ev-view.c: (draw_end_presentation_page),
5961         (ev_view_expose_event), (ev_view_key_press_event),
5962         (ev_view_class_init), (ev_view_init):
5963
5964         Blank screen in presentation mode when pressing 'b' (filling with
5965         black) or 'w' (filling with white) keys. Fixes bug #358132.
5966
5967 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5968
5969         * data/evince-toolbar.xml:
5970         * shell/ev-window.c:
5971         
5972         Use stock icon for Select All action. Fixes
5973         bug #382652.
5974
5975 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5976
5977         * shell/ev-view.c: (get_doc_point_from_offset),
5978         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5979
5980         Add links support in rotated documents. Fixes bug #343733.
5981
5982 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5983
5984         * shell/ev-view-private.h:
5985         * shell/ev-view.c: (draw_end_presentation_page),
5986         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5987
5988         Show a blank page after the last page in presentation mode with a
5989         message indicating that presentation has finished and how to exit. 
5990
5991 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5992
5993         * shell/ev-window.c: (fullscreen_timeout_cb):
5994
5995         Hide cursor after a while in presentation mode. 
5996
5997 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5998
5999         * backend/ev-document-info.h:
6000         * data/evince-properties.glade:
6001         * pdf/ev-poppler.cc:
6002         * properties/ev-properties-view.c: (ev_regular_paper_size),
6003         (ev_properties_view_set_info):
6004         * ps/ps-document.c: (ps_document_get_info):
6005
6006         Adds a paper size field to the properties dialog. Fixes
6007         bug #307315. Patch by Kasper Svendsen (with some i18n
6008         changes done by me).
6009
6010 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6011
6012         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6013         (screensaver_init_dbus), (totem_scrsaver_new),
6014         (totem_scrsaver_init):
6015         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6016         * shell/ev-application.c: (ev_application_register_service),
6017         (ev_application_screensaver_enable),
6018         (ev_application_screensaver_disable):
6019         * shell/ev-application.h:
6020         * shell/ev-window.c: (ev_window_run_presentation),
6021         (ev_window_stop_presentation), (build_comments_string),
6022         (ev_window_init):
6023         
6024         Move screensaver handling to application. No more
6025         message on startup.
6026
6027 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6028
6029         * configure.ac:
6030         * backend/Makefile.am:
6031         * backend/ev-file-exporter.[ch]:
6032         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
6033         * ps/ps-document.c: (ps_document_file_exporter_*):
6034         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
6035         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6036         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6037         (ev_window_print_dialog_response_cb), (ev_window_print_range):
6038
6039         Allow printing to PDF when suppoted by the backend.
6040         
6041 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6042
6043         * shell/ev-window.c: (build_comments_string):
6044
6045         Use always "Document Viewer" in about dialog. 
6046
6047 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6048
6049         * djvu/djvu-document.c: (djvu_document_get_page_size):
6050
6051         Display a warning message when get_pageinfo fails. 
6052
6053 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
6054
6055         * Makefile.am:
6056         * backend/Makefile.am:
6057         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6058         * configure.ac:
6059         * shell/ev-window.c: (build_comments_string):
6060         
6061         Make pdf compilation optional. See bug #38007.
6062
6063 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6064
6065         * ps/ps.c: (get_next_text):
6066
6067         Fix CVE-2006-5864.
6068
6069 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6070
6071         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6072         * shell/ev-navigation-action.c: (connect_proxy),
6073         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6074         
6075         Do not call g_type_class_peek_parent twice.
6076
6077 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6078
6079         * configure.ac:
6080         * data/icons/24x24/.cvsignore:
6081         * data/icons/24x24/Makefile.am:
6082         * data/icons/24x24/evince.png:
6083         * data/icons/Makefile.am:
6084         
6085         Add 24x24 icon. Thanks to 
6086         Michael Monreal <infernux@web.de>.
6087
6088 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6089
6090         * configure.ac: Fix typo in configure.ac. Thanks
6091         to dmacks@netspace.org for notification.
6092
6093 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6094
6095         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6096         
6097         Drop dbus include, fixes compilation with older dbus.
6098
6099 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6100
6101         * configure.ac:
6102         * cut-n-paste/Makefile.am:
6103         * cut-n-paste/totem-screensaver/.cvsignore
6104         * cut-n-paste/totem-screensaver/Makefile.am:
6105         * cut-n-paste/totem-screensaver/README:
6106         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6107         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6108         * shell/Makefile.am:
6109         * shell/ev-window.c: (ev_window_run_presentation),
6110         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6111         (ev_window_init):
6112
6113         Implemented screensaver enabling/disabling for
6114         presentation mode (not fullscreen mode). Code stolen
6115         from Totem (with some minor tweaks). Fixes bug #338889.
6116
6117 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6118
6119         * configure.ac:
6120
6121         Bump gnome-icon-theme requirements. We use the rotation
6122         icons that appeared recently.
6123
6124 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6125
6126         * shell/ev-history.c: (ev_history_add_page):
6127         * shell/ev-history.h:
6128         * shell/ev-window.c: (page_changed_cb):
6129         
6130         Use page labels instead of numbers.
6131
6132 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6133
6134         * data/evince-toolbar.xml:
6135         * po/POTFILES.in:
6136         * shell/Makefile.am:
6137         * shell/ev-navigation-action-widget.c:
6138         (ev_navigation_action_widget_init),
6139         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6140         (menu_detacher), (ev_navigation_action_widget_set_menu),
6141         (menu_position_func), (popup_menu_under_arrow),
6142         (ev_navigation_action_widget_toggled),
6143         (ev_navigation_action_widget_button_press_event):
6144         * shell/ev-navigation-action-widget.h:
6145         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6146         (ev_navigation_action_set_window), (activate_menu_item_cb),
6147         (new_history_menu_item), (new_empty_history_menu_item),
6148         (build_menu), (menu_activated_cb), (connect_proxy),
6149         (create_tool_item), (ev_navigation_action_init),
6150         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6151         * shell/ev-navigation-action.h:
6152         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6153         (ev_page_action_widget_set_page_cache),
6154         (ev_page_action_widget_finalize),
6155         (ev_page_action_widget_class_init), (match_selected_cb),
6156         (display_completion_text), (match_completion), (build_new_tree_cb),
6157         (get_filter_model_from_model),
6158         (ev_page_action_widget_update_model):
6159         * shell/ev-page-action-widget.h:
6160         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6161         (connect_proxy):
6162         * shell/ev-page-action.h:
6163         * shell/ev-stock-icons.c:
6164         * shell/ev-stock-icons.h:
6165         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6166         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6167         (register_custom_actions):
6168         * shell/main.c:
6169         
6170         Preliminary history implementation
6171
6172 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6173
6174         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6175         (dvi_document_class_init), (dvi_document_init_params):
6176         * dvi/mdvi-lib/font.c: (font_reference):
6177         
6178         Add reference to subfont. Fixes bug #374277.
6179
6180 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6181
6182         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6183         (ev_window_cmd_file_open_copy_at_dest):
6184
6185         Fix a race condition when creating symlink. Increase the counter
6186         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6187         Mathias Hasselmann).
6188
6189 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6190
6191         * backend/Makefile.am:
6192         * backend/ev-attachment.c: (ev_attachment_open):
6193         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6194         (ev_tmp_dir), (ev_tmp_filename):
6195         * shell/ev-sidebar-attachments.c:
6196         (ev_sidebar_attachments_drag_data_get):
6197         * shell/ev-window.c: (ev_window_clear_temp_file):
6198
6199         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6200         in ensure_dir_exists. Abort without crashing when we can't create
6201         user's directory.
6202
6203 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6204
6205         * data/evince-ui.xml:
6206         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6207         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6208         (ev_window_cmd_file_open_copy_at_dest),
6209         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6210         (ev_view_popup_cmd_open_link_new_window):
6211
6212         Allow opening a copy of the current document in a new window. Fixes bug
6213         #357472
6214
6215 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6216
6217         * data/evince-toolbar.xml:
6218         
6219         Add rotate right and rotate left to available items for toolbar.
6220         
6221         * data/evince-ui.xml:
6222         * shell/ev-window.c: (ev_window_init):
6223         
6224         Customize toolbar with right click. Fixes bug #372451.
6225
6226 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6227
6228         * shell/ev-window.c: 
6229         
6230         Use "object-rotate-{left,right}" stock icons. Fixes 
6231         bug #373863.
6232
6233 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6234
6235         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6236         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6237         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6238         (ev_window_open_uri):
6239         * shell/main.c: (arguments_parse):
6240
6241         Remove temp file created when evince is used by GTK+ in
6242         preview mode. Fixes bug #365282. 
6243
6244 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6245
6246         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6247         
6248         Fixes bug #372474 - Side pane disabled when entering 
6249         and leaving fullscreen mode.
6250
6251 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6252
6253         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6254         * data/Makefile.am:
6255         * data/evince-preview-toolbar.xml:
6256         * data/evince-toolbar.xml:
6257         * shell/ev-application.c: (ev_application_shutdown),
6258         (ev_application_init), (ev_application_get_toolbars_model):
6259         * shell/ev-application.h:
6260         * shell/ev-window.c: (update_chrome_visibility),
6261         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6262         (ev_window_cmd_edit_toolbar), (ev_window_init):
6263         
6264         Fixes bug #364364 - toolbar editor shows zoom actions again.
6265
6266 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6267
6268         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6269
6270         Do not take margins into consideration for paper size when printing.
6271         Really fixes bug #350491.
6272
6273 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6274
6275         * data/evince-ui.xml:
6276         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6277         (ev_window_cmd_file_print_setup),
6278         (ev_window_print_dialog_response_cb),
6279         (ev_window_setup_action_sensitivity):
6280
6281         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6282
6283 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6284
6285         * shell/ev-window.c: (ev_window_print_range):
6286
6287         Revert my previuos commit, since printing to PDF is not supported by
6288         evince yet. 
6289
6290 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6291
6292         * shell/ev-window.c: (ev_window_print_range):
6293
6294         Enable print to a PDF. Fixes bug #332121.
6295
6296 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6297
6298         * shell/ev-application-service.xml:
6299         * shell/ev-application.[ch]: (ev_application_open_window),
6300         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6301         (ev_application_open_uri), (ev_application_open_uri_list):
6302         * shell/ev-window.c: (file_open_dialog_response_cb),
6303         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6304         (drag_data_received_cb), (open_remote_link):
6305         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6306
6307         Add support for multiscreen systems. Fixes bug #316206.
6308
6309 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6310
6311         * shell/ev-jobs.[ch]: (ev_job_print_new),
6312         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6313         (ev_job_print_do_page):
6314         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6315
6316         Allow printing only odd/even pages. Fixes bug #367289.
6317
6318 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6319
6320         * test/test1.py:
6321         * test/test2.py:
6322
6323         Re-add locale settings to test files.
6324
6325 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6326
6327         * data/evince-ui.xml:
6328         * shell/ev-window.c: (set_action_properties):
6329         
6330         Removed garbage from code and ui.
6331
6332 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6333
6334         * shell/ev-window.c: (ev_window_cmd_help_about):
6335
6336         Shamelessly add my name to the list of contributors.
6337
6338 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6339
6340         * test/test1.py:
6341         * test/test2.py:
6342
6343         Cleaned up the dogtail scripts.
6344
6345 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6346
6347         * shell/ev-view.c: (draw_loading_text): Don't render
6348         "loading..." text in presentation mode. Temporary
6349         workaround for bug #320352.
6350
6351 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6352
6353         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6354         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6355
6356         Use print settings scale, copies, collate and reverse which were
6357         ignored. Fixes bug #359032.
6358
6359 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6360
6361         * configure.ac:
6362         * data/evince-password.glade:
6363         * test/Makefile.am:
6364         * test/test-encrypt.pdf:
6365         * test/test-links.pdf:
6366         * test/test1.py:
6367         * test/test2.py:
6368
6369         Add automated UI tests for evince with dogtail. See
6370         bug #300948.    
6371
6372 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6373
6374         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6375
6376         Hide fullscreen toolbar when switching to another desktop workspace.
6377         Fixes bug #338871
6378
6379 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6380
6381         * shell/ev-window-title.c: 
6382         
6383         Test for .dvi in title of pdf documents.
6384
6385 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6386
6387         * shell/ev-view.c: (ev_view_scroll):
6388
6389         Page Up/Down should do page jumps in "Best fit" mode.
6390         If a user has explicitly chosen to view exactly one page
6391         at a time, scrolling just a part of the page when
6392         pressing Page Up/Down is not right. Fixes bug #323107.
6393
6394 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6395
6396         * NEWS:
6397         * configure.ac:
6398         
6399         Update for 0.6.1
6400
6401 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6402
6403         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6404         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6405         
6406         Correctly disconnect from job signals on destroy.
6407
6408 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6409
6410         * shell/ev-view-private.h:
6411         * shell/ev-view.c: (view_set_adjustment_values),
6412         (view_update_range_and_current_page),
6413         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6414         
6415         Fixes bug #343199, current page now follows find page.
6416
6417 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6418
6419         * backend/ev-document-factory.c:
6420         * configure.ac:
6421         Assigned OpenDocument presenation MIME type to the
6422         Impress backend. Added some missing (but harmless)
6423         #ifdefs in the document factory as well to make things
6424         consistent again. Fixes bug #360658.
6425
6426 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6427
6428         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6429         * backend/ev-document-find.c: (ev_document_find_get_type):
6430         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6431         * backend/ev-document-links.c: (ev_document_links_get_type):
6432         * backend/ev-document-security.c: (ev_document_security_get_type):
6433         * backend/ev-document-thumbnails.c:
6434         (ev_document_thumbnails_get_type):
6435         * backend/ev-document.c: (ev_document_get_type):
6436         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6437         * backend/ev-selection.c: (ev_selection_get_type):
6438         * cut-n-paste/recent-files/egg-recent-model.c:
6439         (egg_recent_model_get_type):
6440         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6441         (egg_recent_view_uimanager_get_type):
6442         * cut-n-paste/recent-files/egg-recent-view.c:
6443         (egg_recent_view_get_type):
6444         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6445         (egg_editable_toolbar_get_type):
6446         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6447         (egg_toolbar_editor_get_type):
6448         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6449         (egg_toolbars_model_get_type):
6450         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6451         (egg_tree_multi_drag_source_get_type):
6452         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6453         (ephy_zoom_action_get_type):
6454         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6455         (ephy_zoom_control_get_type):
6456         * impress/r_back.c: (_imp_fill_back):
6457         * properties/ev-properties-main.c:
6458         (ev_properties_plugin_register_type):
6459         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6460         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6461         (ev_view_accessible_factory_get_type):
6462
6463         Reduce relocations. Bug #360616.
6464
6465 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6466
6467         * backend/ev-document-factory.c:
6468         (ev_document_factory_get_document):
6469         
6470         Load document even if extension is wrong.
6471
6472 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6473
6474         * shell/ev-metadata-manager.c: (save_values):
6475         * shell/ev-window.c: (setup_size_from_metadata),
6476         (setup_view_from_metadata), (ev_window_setup_document),
6477         (ev_window_xfer_job_cb), (window_configure_event_cb):
6478         
6479         Set size according to the document size/page size ratio.
6480         That should correct rather wierd behaviour of the previous
6481         commit.
6482
6483 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6484
6485         * shell/ev-window.c: (setup_view_from_metadata):
6486         
6487         Set size for new windows from previous window size.
6488         See bugs #354968 and #168450 for details. Thanks
6489         to Meik Hellmund.
6490
6491 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6492
6493         * djvu/djvu-links.c: (build_tree):
6494
6495         Fix memory leak.
6496
6497 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6498
6499         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6500         
6501         Don't make sidebar close button insensitive. Fixes
6502         bug #357871.
6503
6504 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6505
6506         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6507         (ev_window_set_view_accels_sensitivity):
6508         
6509         Don't enable Slash on documents which don't support
6510         find. Fixes bug #358648.
6511
6512 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6513
6514         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6515         open dialog fall back to the current document uri if the
6516         filechooser hasn't been used before. Fixes bug #356980.
6517
6518 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6519
6520         * shell/ev-window.c: (ev_window_setup_recent), 
6521         (ev_window_get_recent_file_label):
6522
6523         Escape underscores in filenames of recent file items.
6524
6525 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6526
6527         * configure.ac:
6528         
6529         Bumped poppler requirements, really 0.5.3 is very 
6530         buggy, now we require 0.5.4.
6531
6532 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6533
6534         * djvu/Makefile.am:
6535         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6536         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6537         (djvu_document_document_links_iface_init):
6538         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6539         (number_from_string_10), (get_djvu_link_dest),
6540         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6541         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6542         (djvu_links_get_links), (djvu_links_find_link_dest),
6543         (djvu_links_get_links_model):
6544         * djvu/djvu-links.h:
6545         
6546         Add support for links and bookmarks in djvu documents. Thanks
6547         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6548         patch.
6549
6550 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6551
6552         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6553         
6554         Reopen should reload document. Fixes 
6555         bug 327951.
6556
6557 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6558
6559         * configure.ac:
6560         * data/Makefile.am:
6561         * data/evince-16.png:
6562         * data/evince-22.png:
6563         * data/evince.png:
6564         * data/evince.svg:
6565         * data/icons/16x16/Makefile.am:
6566         * data/icons/16x16/evince.png:
6567         * data/icons/22x22/Makefile.am:
6568         * data/icons/22x22/evince.png:
6569         * data/icons/48x48/Makefile.am:
6570         * data/icons/48x48/evince.png:
6571         * data/icons/Makefile.am:
6572         * data/icons/scalable/Makefile.am:
6573         * data/icons/scalable/evince.svg:
6574         
6575         Install icons with correct names. Fixes
6576         bug #354429.
6577
6578 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6579
6580         * shell/ev-view.c: (ev_view_button_release_event):
6581
6582         Don't open links with middle mouse button. Fixes bug #353649
6583
6584 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6585
6586         * NEWS:
6587         * configure.ac:
6588         
6589         Update for release 0.6.0
6590
6591 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6592
6593         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6594         Implement Close named action. Patch by Carlos Garcia Campos.
6595
6596 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6597
6598         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6599         
6600         Don't clear link mapping on copy_job_to_job_info. Fixes
6601         bug 346168.
6602
6603 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6604
6605         * shell/main.c: (main):
6606
6607         Revert my previous commit, gnome_program_init owns the option context.
6608         Fix another memory leak in main. Both caught by Christian Persch. 
6609
6610 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6611
6612         * shell/main.c: (main):
6613
6614         Fix memory leak.
6615
6616 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6617
6618         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6619
6620         Fix crash when opening a pdf with password protection. 
6621
6622 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6623
6624         * pdf/ev-poppler.cc: (pdf_document_search_free):
6625
6626         Fix memory leak. 
6627
6628 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6629
6630         * backend/ev-document-factory.c:
6631         (ev_document_factory_get_document):
6632         * tiff/tiff-document.c: (tiff_document_finalize):
6633         
6634         More correct handling of document loading. Fixes
6635         bug #349043.
6636
6637 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6638
6639         * backend/ev-attachment.c: (ev_attachment_save):
6640
6641         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6642         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6643
6644 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6645         
6646         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6647         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6648
6649 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6650
6651         * shell/ev-sidebar-thumbnails.c:
6652
6653         Do not render thumbnails unless thumbnails page is active in the
6654         sidebar.
6655
6656 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6657
6658         * shell/ev-properties-dialog.c:
6659
6660         Fix dialogue spacing. Bug #351370.
6661
6662 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6663
6664         * configure.ac:
6665
6666         Use lowercase gettext catalog file names (evince.mo
6667         instead of Evince.mo)
6668
6669 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6670
6671         * shell/ev-sidebar-attachments.c:
6672
6673         GtkIconTheme is now screen safe too. Fixes bug #350878
6674
6675 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6676
6677         * shell/ev-window.c:
6678
6679         GtkRecent manager is now screen safe. Fixes bug #350145
6680
6681 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6682
6683         * shell/ev-sidebar.c: (ev_sidebar_init):
6684         
6685         Make sidebar close icon smaller. Fix for bug 350177.
6686         See also bugs 350176 and 165770.
6687
6688 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6689
6690         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6691
6692         Ignore zoom for xyz destinations when it's <= 1, keeping user
6693         preferences instead. Set correct sizing-mode for fith and fitv
6694         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6695
6696 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6697
6698         * NEWS:
6699         * configure.ac:
6700         
6701         Update for release 0.5.5
6702
6703 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6704         
6705         * shell/ev-window.c: (ev_window_cmd_escape)
6706
6707         Escape unfocus page entry. Fixes bug #345809.
6708
6709 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6710
6711         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6712         (build_tree), (pdf_document_links_get_links),
6713         (pdf_document_links_find_link_dest):
6714         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6715         (goto_xyz_dest):
6716
6717         Convert from PDF style coordinates to X style coordinates in the
6718         backend rather than in the view. Fixes bug #338440
6719
6720 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6721
6722         * shell/ev-window.c:
6723         
6724         Remove Ctrl+Shift+T shortcut for toolbars. See
6725         the bug #350098.
6726
6727 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6728
6729         * configure.ac:
6730
6731         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6732         of this. 
6733
6734 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6735
6736         * configure.ac:
6737         * cut-n-paste/Makefile.am:
6738         * data/evince-ui.xml:
6739         * shell/Makefile.am:
6740         * shell/ev-application.[ch]:
6741         * shell/ev-window.c:
6742
6743         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6744         #349273
6745
6746 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6747
6748         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6749         findbar code: s/help/search/
6750
6751 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6752
6753         * shell/ev-window.c: (setup_document_from_metadata),
6754         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6755         (setup_view_from_metadata):
6756         
6757         Fix memory leaks.
6758
6759 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6760
6761         * autogen.sh, configure.ac: 
6762         
6763         Update automake usage. See bug 349292.
6764
6765 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6766
6767         * shell/eggfindbar.c: (egg_find_bar_class_init),
6768         (entry_activate_callback), (egg_find_bar_init),
6769         (egg_find_bar_set_status_text):
6770         * shell/eggfindbar.h:
6771         
6772         Unify Evince findbar with Epiphany. Nice patch
6773         from Fabricio Silva <silva@crans.org> and
6774         Frederic Peters <fpeters@entrouvert.com>. See
6775         bug #339966 for details.
6776
6777 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6778
6779         * data/evince.desktop.in.in:
6780         
6781         Correct information for bugzilla. Thanks to
6782         Olaf Vitters, see bug #348855.
6783
6784 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6785
6786         * shell/ev-jobs.[ch]:
6787         * shell/ev-sidebar-links.c:
6788         * shell/ev-window.[ch]:
6789
6790         GtkPrintJob doesn't support print ranges or current page, so we export
6791         to a ps file now when printing ranges or current page.
6792
6793 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6794
6795         * pdf/ev-poppler.cc:
6796         * shell/ev-window.c: (do_action_named):
6797
6798         We should be more clear about bugzilla. See the
6799         poppler bug #7623.
6800
6801 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6802
6803         * configure.ac:
6804         * shell/Makefile.am:
6805         * shell/ev-job-queue.c:
6806         * shell/ev-jobs.[ch]:
6807         * shell/ev-sidebar-links.c:
6808         * shell/ev-window.[ch]:
6809         
6810         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6811         #348422
6812
6813 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6814
6815         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6816         * shell/ev-application-service.xml:
6817         * shell/ev-application.[ch]:
6818         * shell/ev-jobs.[ch]:
6819         * shell/ev-window.[ch]: (ev_window_run_preview):
6820         * shell/main.c: 
6821
6822         Add preview mode to use evince as a printing previewer. It also adds
6823         other command line options for fullscreen and presentation modes.
6824         Fixes bugs #347822, #317031
6825
6826 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6827
6828         * NEWS:
6829         * configure.ac:
6830         
6831         Update for release 0.5.4
6832
6833 2006-07-11  Bastien Nocera <hadess@hadess.net>
6834
6835         * Makefile.am:
6836         * backend/Makefile.am:
6837         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6838         * backend/ev-document-factory.h:
6839         * configure.ac:
6840         * impress/.cvsignore:
6841         * impress/Makefile.am:
6842         * impress/common.h:
6843         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6844         (imp_get_page), (imp_next_page), (imp_prev_page),
6845         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6846         * impress/f_oasis.c: (render_object), (render_page),
6847         (get_geometry), (_imp_oasis_load):
6848         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6849         (_imp_oo13_load):
6850         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6851         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6852         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6853         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6854         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6855         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6856         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6857         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6858         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6859         (iks_new_within), (iks_insert), (iks_insert_cdata),
6860         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6861         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6862         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6863         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6864         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6865         (iks_cdata), (iks_cdata_size), (iks_has_children),
6866         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6867         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6868         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6869         (iks_tree), (iks_load), (iks_save):
6870         * impress/iksemel.h:
6871         * impress/imposter.h:
6872         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6873         (imp_render_draw_bezier_real), (imp_render_get_size),
6874         (imp_render_set_fg_color), (imp_render_draw_line),
6875         (imp_render_draw_rect), (imp_render_draw_polygon),
6876         (imp_render_draw_arc), (imp_render_draw_bezier),
6877         (imp_render_open_image), (imp_render_get_image_size),
6878         (imp_render_scale_image), (imp_render_draw_image),
6879         (imp_render_close_image), (imp_render_markup),
6880         (imp_render_get_text_size), (imp_render_draw_text),
6881         (impress_document_load), (impress_document_save),
6882         (impress_document_get_n_pages), (impress_document_get_page_size),
6883         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6884         (impress_document_finalize), (impress_document_class_init),
6885         (impress_document_can_get_text), (impress_document_get_info),
6886         (impress_document_document_iface_init),
6887         (impress_document_thumbnails_get_thumbnail),
6888         (impress_document_thumbnails_get_dimensions),
6889         (impress_document_document_thumbnails_iface_init),
6890         (impress_document_init):
6891         * impress/impress-document.h:
6892         * impress/internal.h:
6893         * impress/r_back.c: (_imp_fill_back):
6894         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6895         (_imp_draw_image), (_imp_tile_image):
6896         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6897         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6898         (r_polyline):
6899         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6900         (r_draw_gradient_complex), (r_draw_gradient):
6901         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6902         (r_get_bullet):
6903         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6904         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6905         (r_text):
6906         * impress/render.c: (imp_create_context), (imp_context_set_page),
6907         (imp_context_set_step), (imp_render), (imp_delete_context):
6908         * impress/render.h:
6909         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6910         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6911         (zip_load_xml), (zip_get_size), (zip_load):
6912         * impress/zip.h:
6913         * shell/ev-utils.c:
6914         
6915         New backend to support impress slides. Fixes bug #30867.
6916
6917 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6918
6919         * shell/ev-utils.c: (using_postscript_printer):
6920         
6921         Fixes crash when print using PAPI backend,
6922         bug #345012.
6923
6924 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6925
6926         * shell/ev-jobs.c: (ev_job_xfer_run):
6927         * shell/ev-window.c: (password_dialog_response),
6928         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6929         (ev_window_dispose):
6930         Fixes bug #344160: if the xfer job doesn't complete
6931         because a password is required, reload the existing
6932         instance instead of creating a new one.
6933
6934 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6935
6936         * shell/main.c: (main): Call gdk_threads_init. Thus
6937         we'll avoid errors in auth dialog. Fix for the bug
6938         #343347.
6939
6940 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6941
6942         * configure.ac: Advertise pixbuf support, fix
6943         for the bug 343317.
6944
6945 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6946
6947         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6948         (ev_sidebar_thumbnails_set_document):
6949         
6950         Update sidebar thumbnails after reloading.
6951
6952 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6953
6954         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6955         * shell/ev-jobs.h:
6956         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6957         (ev_window_cmd_view_reload), (ev_window_init):
6958         
6959         Don't crash on reload. Fix for the bug #343167.
6960
6961 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6962
6963         * shell/ev-jobs.c: (ev_job_render_run):
6964         
6965         Check for document links.
6966
6967 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6968
6969         * backend/ev-attachment.c: (ev_attachment_save),
6970         (ev_attachment_launch_app), (ev_attachment_open):
6971         * backend/ev-document-factory.c: (get_document_from_uri):
6972         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6973         (egg_recent_view_uimanager_set_list):
6974         * ps/ps-document.c: (check_filecompressed), (document_load),
6975         (ps_document_load):
6976         * shell/ev-metadata-manager.c: (load_values):
6977         * shell/ev-password.c: (ev_password_dialog_set_property):
6978         * shell/ev-view.c: (tip_from_link):
6979         * shell/ev-window.c: (file_save_dialog_response_cb),
6980         (ev_window_print_dialog_response_cb):
6981         
6982         Use consistent quoting style. Fix for the bug #320285.
6983
6984 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6985
6986         * shell/ev-jobs.c: (ev_job_xfer_run):
6987         * shell/main.c: (load_files):
6988                 
6989         Open links with anchors. Fix for the bug #339836.
6990
6991 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6992
6993         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6994         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6995         (ev_link_dest_set_property), (ev_link_dest_finalize),
6996         (ev_link_dest_class_init), (ev_link_dest_new_named),
6997         (ev_link_dest_new_page_label):
6998         * backend/ev-link-dest.h:
6999         * shell/ev-application.c: (ev_application_open_uri):
7000         * shell/ev-view.c: (goto_dest):
7001         * shell/ev-window.c:
7002         * shell/ev-window.h:
7003         
7004         Fix page-label command line option. Bug #342070.
7005
7006 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7007
7008         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
7009         
7010         Don't show highlight rects if page can't be showed. Fix for 
7011         the bug #342076
7012
7013 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7014
7015         * shell/ev-window.c: (setup_sidebar_from_metadata),
7016         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
7017         
7018         Setup sidebar from metadata even if there is no document
7019         loaded. Fix for the bug #342807.
7020
7021 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7022
7023         * cut-n-paste/toolbar-editor/Makefile.am:
7024         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7025         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
7026         (find_action), (drag_data_delete_cb), (drag_begin_cb),
7027         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
7028         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
7029         (popup_context_menu_cb), (button_press_event_cb),
7030         (configure_item_sensitivity), (configure_item_cursor),
7031         (configure_item_tooltip), (connect_widget_signals),
7032         (action_sensitive_cb), (create_item_from_action),
7033         (create_item_from_position), (toolbar_drag_data_received_cb),
7034         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7035         (toolbar_drag_leave_cb), (configure_drag_dest),
7036         (toggled_visibility_cb), (toolbar_visibility_refresh),
7037         (create_dock), (toolbar_changed_cb), (unparent_fixed),
7038         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7039         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
7040         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
7041         (egg_editable_toolbar_dispose),
7042         (egg_editable_toolbar_set_ui_manager),
7043         (egg_editable_toolbar_get_selected),
7044         (egg_editable_toolbar_set_selected), (set_edit_mode),
7045         (egg_editable_toolbar_set_property),
7046         (egg_editable_toolbar_get_property),
7047         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
7048         (egg_editable_toolbar_new_with_model),
7049         (egg_editable_toolbar_get_edit_mode),
7050         (egg_editable_toolbar_set_edit_mode),
7051         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7052         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7053         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7054         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7055         (item_added_or_removed_cb), (toolbar_removed_cb),
7056         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7057         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7058         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7059         (editor_create_item_from_name), (append_table),
7060         (update_editor_sheet), (egg_toolbar_editor_init):
7061         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7062         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7063         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7064         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7065         (toolbar_node_free), (egg_toolbars_model_get_flags),
7066         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7067         (egg_toolbars_model_get_name), (impl_add_item),
7068         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7069         (parse_data_list), (parse_item_list), (parse_toolbars),
7070         (egg_toolbars_model_load_toolbars), (parse_available_list),
7071         (parse_names), (egg_toolbars_model_load_names),
7072         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7073         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7074         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7075         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7076         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7077         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7078         (egg_toolbars_model_set_types), (fill_avail_array),
7079         (egg_toolbars_model_get_name_avail),
7080         (egg_toolbars_model_get_name_flags),
7081         (egg_toolbars_model_set_name_flags):
7082         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7083         * cut-n-paste/toolbar-editor/eggintl.h:
7084         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7085         (egg_tree_multi_drag_source_get_type),
7086         (egg_tree_multi_drag_source_row_draggable),
7087         (egg_tree_multi_drag_source_drag_data_delete),
7088         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7089         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7090         (path_list_free), (set_context_data), (get_context_data),
7091         (get_info), (egg_tree_multi_drag_drag_data_get),
7092         (egg_tree_multi_drag_motion_event),
7093         (egg_tree_multi_drag_button_press_event),
7094         (egg_tree_multi_drag_add_drag_support):
7095         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7096         * shell/ev-application.c: (ev_application_init),
7097         (ev_application_save_toolbars_model):
7098         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7099         (ev_window_cmd_edit_toolbar), (ev_window_init):
7100         
7101         Sync toolbareditor with epiphany and libegg
7102
7103 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7104
7105         * configure.ac: 
7106
7107         Depend on poppler 0.5.2
7108
7109 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7110
7111         * shell/ev-jobs.c: (ev_job_render_run):
7112         
7113         Check if document supports links iterface.
7114
7115 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7116
7117         * NEWS:
7118         * configure.ac:
7119         
7120         Update for release 0.5.3
7121
7122 2006-05-13  Michael Plump  <plumpy@skylab.org>
7123
7124         * configure.ac:
7125         * shell/Makefile.am:
7126         * shell/main.c: (main):
7127         
7128         Port to GOption command line parsing. Fix for the 
7129         bug #327518
7130
7131 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7132
7133         * shell/ev-window.c: (ev_window_cmd_help_about):
7134         
7135         Do not wrap license. Fix for the bug #309460.
7136
7137 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7138
7139         * configure.ac:
7140         * properties/ev-properties-main.c: (ev_properties_get_pages):
7141         * shell/ev-application.c: (ev_application_open_window),
7142         (ev_application_open_uri_at_dest):
7143         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7144         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7145         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7146         * shell/ev-utils.c: (save_print_config_to_file):
7147         * shell/ev-window.c: (ev_window_cmd_save_as),
7148         (ev_attachment_popup_cmd_save_attachment_as):
7149         * shell/main.c: (load_files_remote):
7150         
7151         Bump requirements to gtk 2.8 and drop all ifdefs used.
7152
7153 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7154
7155         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7156         * shell/ev-window.c: (ev_window_init):
7157         
7158         Show attachments page.
7159
7160 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7161
7162         * po/POTFILES.in:
7163         * shell/ev-attachment-bar.c:
7164         * shell/ev-attachment-bar.h:
7165         * shell/ev-sidebar-attachments.c:
7166         (ev_sidebar_attachments_icon_cache_add),
7167         (icon_theme_get_pixbuf_from_mime_type),
7168         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7169         (ev_sidebar_attachments_icon_cache_refresh),
7170         (ev_sidebar_attachments_get_attachment_at_pos),
7171         (ev_sidebar_attachments_popup_menu_show),
7172         (ev_sidebar_attachments_popup_menu),
7173         (ev_sidebar_attachments_button_press),
7174         (ev_sidebar_attachments_update_icons),
7175         (ev_sidebar_attachments_drag_data_get),
7176         (ev_sidebar_attachments_get_property),
7177         (ev_sidebar_attachments_destroy),
7178         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7179         (ev_sidebar_attachments_new),
7180         (ev_sidebar_attachments_set_document),
7181         (ev_sidebar_attachments_support_document),
7182         (ev_sidebar_attachments_get_label),
7183         (ev_sidebar_attachments_page_iface_init):
7184         * shell/ev-sidebar-attachments.h:
7185         * shell/ev-window.c: (update_chrome_visibility),
7186         (setup_sidebar_from_metadata), (ev_window_setup_document),
7187         (ev_window_sidebar_current_page_changed_cb),
7188         (attachment_bar_menu_popup_cb), (ev_window_init):
7189         
7190         Move attachments bar to sidebar.
7191
7192 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7193
7194         * pdf/ev-poppler.cc:
7195         * shell/ev-application.[ch]:
7196         * shell/main.c:
7197
7198         Fix some memory leaks.
7199
7200 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7201
7202         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7203
7204         Change the properties dialog response to
7205         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7206         will make the dialog go away when the user presses
7207         enter. With gtk+ >= 2.9 this will happen anyway, but for
7208         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7209         escape by default. Fixes bug #340539. See also bug
7210         #101293 for the gtk+ part.
7211
7212 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7213
7214         * shell/ev-view.c (tip_from_action_named): Replace some strings
7215         that were wrong. Closes #340970.
7216
7217 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7218
7219         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7220
7221         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7222         #341049
7223
7224 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7225
7226         * djvu/Makefile.am:
7227         * dvi/Makefile.am:
7228         * dvi/mdvi-lib/Makefile.am:
7229         * properties/Makefile.am:
7230         * ps/Makefile.am:
7231         * shell/Makefile.am:
7232         * thumbnailer/Makefile.am:
7233         
7234         Due to broken libtool that is unable to track dependencies
7235         of noinst libraries we are forced to explicitely point
7236         libraries for binary. Fix for the bug #333334.
7237
7238 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7239
7240         * data/evince.desktop.in.in:
7241         * shell/ev-view.c: (view_update_range_and_current_page),
7242         (ev_view_next_page), (ev_view_previous_page):
7243         * shell/ev-window.c: (update_chrome_visibility),
7244         (setup_sidebar_from_metadata), (ev_window_setup_document),
7245         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7246         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7247         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7248         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7249         (ev_window_stop_presentation), (ev_window_focus_in_event),
7250         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7251         (ev_window_init):
7252         * thumbnailer/Makefile.am:
7253         
7254         Update fullscreen and presentation timeout handling. Hide
7255         cursor in presentation after timeout. Fix for the bugs
7256         #136359 and #336981.
7257
7258 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7259
7260         * backend/ev-link-action.[ch]:
7261         * pdf/ev-poppler.cc: (ev_link_from_action):
7262         * shell/ev-view-private.h:
7263         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7264         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7265
7266         Add support for Named Action links
7267
7268 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7269
7270         * backend/Makefile.am:
7271         * backend/ev-document-links.[ch]:
7272         * backend/ev-document.[ch]:
7273         * backend/ev-link-action.[ch]:
7274         * backend/ev-link-dest.[ch]:
7275         * backend/ev-link.[ch]:
7276         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7277         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7278         * shell/ev-page-action.c: (build_new_tree_cb):
7279         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7280         (links_page_num_func), (update_page_callback):
7281         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7282         (tip_from_link):
7283         * shell/ev-jobs.c:
7284         * shell/ev-window.[ch]: (ev_window_open_uri),
7285         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7286         * shell/ev-application.[ch]: (ev_application_open_window),
7287         (ev_application_open_uri):
7288
7289         Rework links system, it adds support for remote links now and it makes
7290         easier to add new kinds of actions and destinations. Fixes bug #317292
7291
7292 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7293
7294         * data/Makefile.am:
7295         * data/evince.png:
7296         * data/evince-16.png:
7297         * data/evince-22.png:
7298         * data/evince.svg:
7299         * shell/main.c: (main):
7300         
7301         Evince use it's own icon. Fix for the bug #313392.
7302
7303         * shell/ev-window.c: (fullscreen_timeout_cb),
7304         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7305         (ev_window_cmd_help_about), (ev_window_dispose):
7306         
7307         Simplify fullscreen timeout code.
7308
7309 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7310
7311         * backend/ev-attachment.c: 
7312         * shell/ev-attachment-bar.c:
7313         * shell/ev-window.c:
7314
7315         Allow multiple selection of attachments
7316
7317 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7318
7319         * shell/ev-view.c: (view_update_range_and_current_page),
7320         (ev_view_scroll):
7321         
7322         Fix for the bug #312573 – Optimal selection of current 
7323         page among visible pages.
7324
7325 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7326
7327         * configure.ac:
7328         * djvu/Makefile.am:
7329         * djvu/djvu-text.h:
7330         
7331         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7332         for the bug 339868.
7333
7334 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7335
7336         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7337
7338 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7339
7340         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7341         dictated by the GNOME HIG. Fixes bug #339235.
7342
7343 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7344
7345         * data/evince-ui.xml:
7346         * shell/ev-view.c: (ev_view_can_find_previous):
7347         * shell/ev-view.h:
7348         * shell/ev-window.c: (ev_window_update_actions),
7349         (ev_window_cmd_edit_find_previous):
7350
7351         Add support for "Find Previous" as dictated by the GNOME HIG. A
7352         menu item is added and some glue code to make it all work is added
7353         to various files.
7354
7355 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7356
7357         * configure.ac: Award myself the "useless use of cat" award.
7358
7359 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7360
7361         * po/LINGUAS: New file listing all supported languages.
7362
7363         * configure.in: Use po/LINGUAS instead of including all languages
7364         directly in this file. See the wiki for more information:
7365         http://live.gnome.org/GnomeGoals/PoLinguas
7366
7367 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7368
7369         * backend/ev-document-factory.c:
7370
7371         Do not load the document twice when there isn't errors
7372
7373 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7374
7375         * backend/ev-attachment.c: 
7376
7377         Fix a crash when there isn't a default application to open an
7378         attachment
7379
7380 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7381
7382         * backend/ev-attachment.[ch]:
7383         * shell/ev-attachment-bar.[ch]:
7384
7385         Added missing files. 
7386
7387 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7388
7389         * backend/Makefile.am:
7390         * data/evince-ui.xml:
7391         * backend/ev-attachment.[ch]:
7392         * backend/ev-document.[ch]: (ev_document_has_attachments),
7393         (ev_document_get_attachments):
7394         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7395         (attachment_save_to_buffer), (pdf_document_get_attachments),
7396         (pdf_document_document_iface_init):
7397         * shell/Makefile.am:
7398         * shell/ev-attachment-bar.[ch]:
7399         * shell/ev-window.c:
7400
7401         Add support for PDF attachments. Fixes bug #325143
7402
7403 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7404
7405         * backend/ev-document-factory.c: (get_document_from_uri),
7406         (ev_document_factory_get_document):
7407         * backend/ev-document-factory.h:
7408         * properties/ev-properties-main.c: (ev_properties_get_pages):
7409         * shell/Makefile.am:
7410         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7411         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7412         (ev_job_queue_remove_job):
7413         * shell/ev-job-queue.h:
7414         * shell/ev-job-xfer.c:
7415         * shell/ev-job-xfer.h:
7416         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7417         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7418         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7419         (ev_job_xfer_run):
7420         * shell/ev-jobs.h:
7421         * shell/ev-window.c: (ev_window_is_empty),
7422         (password_dialog_response), (ev_window_clear_xfer_job),
7423         (ev_window_xfer_job_cb), (ev_window_open_uri),
7424         (ev_window_cmd_focus_page_selector),
7425         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7426         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7427         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7428         (ev_window_dispose):
7429         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7430         
7431         * Cleanup mime type detection on document load. Fix for the
7432         bug #336448.
7433
7434 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7435
7436         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7437         
7438         Fix crash on exit, described in the bug #336825.
7439
7440 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7441
7442         * backend/ev-document-factory.c:
7443         (ev_document_factory_get_from_mime),
7444         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7445         (ev_document_factory_get_document),
7446         (file_filter_add_mime_list_and_free),
7447         (ev_document_factory_add_filters):
7448         * backend/ev-document-factory.h:
7449         * properties/ev-properties-main.c: (ev_properties_get_pages):
7450         * shell/Makefile.am:
7451         * shell/ev-application.c:
7452         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7453         * shell/ev-window.c: (ev_window_cmd_file_open),
7454         (ev_window_cmd_save_as):
7455         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7456         
7457         Rework factory functions so they are placed now in a single 
7458         file ev-document-factory.c
7459
7460 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7461
7462         * shell/ev-window.c: (update_chrome_visibility):
7463         
7464         Fix for the bug 166566 - don't show menubar in fullscreen
7465         mode.
7466
7467 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7468
7469         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7470
7471 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7472
7473         * shell/ev-view.c: (ev_view_expose_event):
7474         
7475         More correctly draw loading text when document
7476         is empty.
7477
7478 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7479
7480         * shell/ev-view.c: (ev_view_scroll):
7481         
7482         Fix for the bug #334854, page down and page up switch
7483         pages in presentation mode.
7484
7485 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7486
7487         * shell/ev-window.c: (ev_window_set_action_sensitive),
7488         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7489         (ev_window_set_view_accels_sensitivity),
7490         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7491         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7492         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7493         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7494         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7495         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7496         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7497         (view_actions_focus_in_cb), (ev_window_init):
7498         
7499         Fix for the bug #333902, now it's possible to search
7500         words with slash.
7501
7502 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7503
7504         * configure.ac: Added Breton translation.
7505         * po/br.po: Added Breton translation.
7506
7507 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7508
7509         * shell/ev-window-title (ev_window_title_update):
7510
7511         Fix memory leak in window title. Fixes bug #333944
7512
7513 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7514
7515         * shell/ev-metadata-manager.c (parseItem):
7516
7517         Fix memory leaks. Fixes bug #333945
7518
7519 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7520         
7521         * NEWS, configure.ac, TODO:
7522         
7523         Update for release 0.5.2.
7524
7525 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7526
7527         * shell/ev-view.c: (view_update_range_and_current_page),
7528         (page_changed_cb):
7529         
7530         Don't jump on scrolling, fix for the bug #333127.
7531
7532 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7533
7534         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7535         
7536         Scroll by one page in presentation mode. Fix for the bug
7537         #332993.
7538
7539 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7540
7541         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7542
7543 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7544
7545         * configure.ac  Added lv in ALL_LINGUAS line.
7546
7547 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7548         
7549         * NEWS, configure.ac:
7550         
7551         Update for release 0.5.1
7552
7553 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7554
7555         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7556         * backend/ev-document-misc.h:
7557         * shell/ev-view.c: (draw_one_page):
7558         
7559          Clairfy what page the toolbar page number applies to. Fix
7560          for the bug #328102.
7561
7562 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7563
7564         * shell/ev-view-private.h:
7565         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7566         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7567         (ev_view_search_changed):
7568         * shell/ev-view.h:
7569         * shell/ev-window.c: (find_bar_search_changed_cb):
7570         
7571         Dont't jump to find result if window was scrolled during search.
7572         Fix for the bug #313266.
7573
7574 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7575
7576         * shell/eggfindbar.c: (egg_find_bar_class_init):
7577         * shell/eggfindbar.h:
7578         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7579         * shell/ev-view-private.h:
7580         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7581         (ev_view_class_init), (ev_sizing_mode_get_type),
7582         (ev_scroll_type_get_type):
7583         * shell/ev-view.h:
7584         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7585         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7586         (ev_window_init):
7587         
7588         Fix for the bug 319133 - Find entry should allow text scroll.
7589
7590 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7591
7592         * shell/ev-view-private.h:
7593         * shell/ev-view.c: (view_update_range_and_current_page),
7594         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7595         (ev_view_set_document), (update_find_status_message),
7596         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7597         (ev_view_find_previous):
7598         
7599         Fix for the bug #319137. Search now takes account for scrolling.
7600
7601 2006-02-19  Michael Hofmann <mh21@piware.de>
7602
7603         * configure.ac:
7604         * djvu/Makefile.am:
7605         * djvu/djvu-document-private.h:
7606         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7607         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7608         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7609         (djvu_document_can_get_text), (djvu_document_get_text),
7610         (djvu_document_document_iface_init),
7611         (djvu_document_thumbnails_get_thumbnail),
7612         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7613         (djvu_document_find_get_result),
7614         (djvu_document_find_page_has_results),
7615         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7616         (djvu_document_find_iface_init):
7617         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7618         (djvu_text_page_selection), (djvu_text_page_limits_process),
7619         (djvu_text_page_limits), (djvu_text_page_copy),
7620         (djvu_text_page_position), (djvu_text_page_union),
7621         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7622         (djvu_text_page_box), (djvu_text_page_append_text),
7623         (djvu_text_page_search), (djvu_text_page_prepare_search),
7624         (djvu_text_page_new), (djvu_text_page_free):
7625         * djvu/djvu-text-page.h:
7626         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7627         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7628         (djvu_text_n_results), (djvu_text_has_results),
7629         (djvu_text_get_result), (djvu_text_get_progress):
7630         * djvu/djvu-text.h:
7631         
7632         Text search in djvu. Fix for the bug #303415.
7633
7634 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7635
7636         * configure.ac:
7637         * shell/ev-window.c: (ev_window_cmd_save_as):
7638         
7639         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7640         Thanks to Gary Coady <gary@lyranthe.org>
7641
7642 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7643
7644         * shell/ev-print-job.c: (idle_print_handler):
7645         
7646         Inverse order printing, bug #320919.
7647
7648 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7649
7650         * data/evince-toolbar.xml:
7651         * shell/ev-window.c:
7652         
7653         Allow to add sidebar checkbutton on toolbar. Fix
7654         for the bug #144577.
7655
7656 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7657
7658         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7659         
7660         Add checks that have sense for empty ps document.
7661
7662 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7663
7664         * configure.ac: Include PS in mime types list. 
7665
7666 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7667
7668         * configure.ac:
7669         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7670         * ps/gsdefaults.h:
7671         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7672         
7673         Runtime check for gs interpreter. Fix for the bug #320868.
7674         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7675
7676 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7677
7678         * shell/ev-application.c: 
7679
7680         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7681         dbus>=0.60, so that the request is not queued. 
7682
7683 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7684
7685         * configure.ac:
7686         * shell/Makefile.am:
7687         * shell/ev-sidebar-links.c: (print_section_cb):
7688         * shell/ev-utils.c:
7689         * shell/ev-utils.h:
7690         * shell/ev-window.c: (update_action_sensitivity),
7691         (ev_window_close_dialogs), (ev_window_print):
7692         * shell/ev-window.h:
7693         
7694         Make printing support optional. Patch from Eduardo de Barros Lima
7695         <eduardo.lima@indt.org.br> for the bug #330546.
7696
7697 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7698
7699         * shell/ev-view-private.h:
7700         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7701         (ev_view_set_document):
7702         * shell/ev-view.h:
7703         * shell/ev-window.c: (ev_window_load_job_cb),
7704         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7705         (ev_window_init):
7706
7707         Draw Loading message during xfer job. Fix for the bug #329495.
7708
7709 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7710
7711         * comics/comics-document.c: (comics_regex_quote),
7712         (comics_document_load), (extract_argv):
7713         
7714         Correcly quote regexp before passing it to unzip.
7715
7716 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7717
7718         * shell/ev-page-cache.c: (build_height_to_page),
7719         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7720         (ev_page_cache_get_dual_even_left):
7721         * shell/ev-page-cache.h:
7722         * shell/ev-view.c: (view_update_range_and_current_page),
7723         (get_page_y_offset), (get_page_extents):
7724         
7725         Place even pages to the left if document has less then
7726         two pages. Fix for the bug #328856.
7727
7728 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7729
7730         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7731         
7732         Correct comics scheme. This make evince create thumbnails
7733         for comic books. Fix for the bug 329088.
7734
7735 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7736
7737         * data/evince-password.glade: Don't explicitly set
7738         invisible_char to the current default value in case
7739         the default changes; let GTK+ do its magic.
7740
7741 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7742
7743         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7744         real filename to tmp filename since often document
7745         type is determined by extension.
7746
7747 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7748
7749         * shell/ev-view.c: (add_scroll_binding_keypad),
7750         (ev_view_binding_activated), (ev_view_class_init):
7751         
7752         Add keybindings for percision-scrolling of display area. 
7753         Fix for the bug #314072.
7754
7755 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7756
7757         * data/evince.desktop.in.in:
7758         
7759         Add GTK to the list of categories. Fix for the bug #328034.
7760
7761 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7762
7763         * shell/ev-application.c: (ev_application_shutdown),
7764         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7765         * shell/ev-application.h:
7766         * shell/ev-window.c: (file_open_dialog_response_cb),
7767         (ev_window_cmd_file_open):
7768         
7769         Save last uri in file chooser dialog. Fix for the bug #327950.
7770
7771 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7772
7773         * NEWS:
7774         * README:
7775         
7776         Final update for release 0.5.0
7777         
7778         * shell/Makefile.am:
7779         
7780         Remove disable deprecated until we'll require libgnome-2.13.7
7781         and port to GOption argument parsing. See bug 327518.
7782
7783 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7784
7785         * comics/comics-document.c: (comics_document_save):
7786         * djvu/djvu-document.c: (djvu_document_save):
7787         * dvi/dvi-document.c: (dvi_document_save):
7788         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7789         * lib/ev-file-helpers.h:
7790         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7791         * tiff/tiff-document.c: (tiff_document_save):
7792         
7793         Use common save function for backends.
7794
7795 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7796
7797         * backend/ev-document-types.c:
7798         
7799         Fix crash on saving pixbuf.
7800
7801 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7802
7803         * cut-n-paste/recent-files/egg-recent-item.c:
7804         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7805         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7806         (parse_info_free), (valid_element), (start_element_handler),
7807         (end_element_handler), (text_handler), (egg_recent_model_filter),
7808         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7809         (egg_recent_model_monitor), (egg_recent_model_read),
7810         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7811         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7812         (egg_recent_model_set_property), (egg_recent_model_class_init),
7813         (egg_recent_model_init), (egg_recent_model_add_full),
7814         (egg_recent_model_delete), (egg_recent_model_get_list),
7815         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7816         (egg_recent_model_set_filter_mime_types),
7817         (egg_recent_model_clear_group_filter),
7818         (egg_recent_model_set_filter_groups),
7819         (egg_recent_model_clear_scheme_filter),
7820         (egg_recent_model_set_filter_uri_schemes),
7821         (egg_recent_model_remove_expired):
7822         * cut-n-paste/recent-files/egg-recent-util.c:
7823         (egg_recent_util_get_icon):
7824         * cut-n-paste/recent-files/egg-recent-util.h:
7825         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7826         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7827         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7828         (egg_recent_view_uimanager_set_property),
7829         (egg_recent_view_uimanager_get_property),
7830         (egg_recent_view_uimanager_class_init),
7831         (egg_recent_view_uimanager_init),
7832         (egg_recent_view_uimanager_set_label_width),
7833         (egg_recent_view_uimanager_get_label_width):
7834         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7835         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7836         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7837         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7838         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7839         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7840         
7841         Update from libegg.
7842
7843 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7844
7845         * shell/ev-page-cache.c: (build_height_to_page),
7846         (ev_page_cache_get_height_to_page):
7847         * shell/ev-page-cache.h:
7848         * shell/ev-view.c: (view_update_range_and_current_page),
7849         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7850         (ev_view_previous_page):
7851         
7852         Dual mode places even pages to the left. Fix for the bug #309393.
7853
7854         * shell/ev-view.h:
7855         * shell/ev-window.c: (update_action_sensitivity),
7856         (setup_view_from_metadata), (view_menu_popup_cb):
7857         
7858         Don't restore presentation in empty windows, more intelligent
7859         next page behaviour in dual mode.
7860
7861         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7862         (ev_pixbuf_cache_clear_job_sizes):
7863         
7864         Cleanup job callback on removal. Fix for the bug #325886.
7865
7866 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7867
7868         * ps/ps.c: (psscan):
7869         
7870         Commit workaround Mozilla problem. Fix for the bug #325919
7871         
7872         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7873         (save_item):
7874         
7875         Fix for year 2038 problem.
7876
7877 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7878
7879         * shell/ev-window.c: (setup_document_from_metadata),
7880         (ev_window_cmd_view_reload):
7881
7882         Clamp page recieved from metadata in valid values. Fix
7883         for the bug #325986.
7884
7885 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7886
7887         * MAINTAINERS: 
7888         Add MAINTAINERS as requested on desktop-devel-list.
7889
7890 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7891
7892         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7893         (mime_type_supported_by_gdk_pixbuf),
7894         (ev_document_factory_get_mime_types),
7895         (ev_document_factory_get_all_mime_types):
7896         
7897         Don't add pixbuf mime types if pixbuf backend is disabled.
7898         
7899         * shell/ev-application.c: (ev_application_get_uri_window):
7900         
7901         Fix for the bug 325815 - unhandled MIME type message doesn't 
7902         appear a second time. 
7903         
7904         * shell/ev-document-types.c: (ev_document_types_add_filters):
7905         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7906         (password_dialog_response), (ev_window_popup_password_dialog),
7907         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7908         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7909         (ev_window_run_presentation), (ev_window_stop_presentation),
7910         (save_sizing_mode), (ev_window_zoom_changed_cb),
7911         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7912         (ev_window_dual_mode_changed_cb),
7913         (ev_window_sidebar_current_page_changed_cb),
7914         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7915         (window_state_event_cb), (window_configure_event_cb):
7916         
7917         Cleanup additional uris holded by EvWindow.
7918
7919 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7920
7921         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7922         (ev_view_can_previous_page), (ev_view_can_next_page):
7923         * shell/ev-view.h:
7924         * shell/ev-window.c: (update_action_sensitivity):
7925         
7926         Two page scrolling with Space and PageUp in dual mode. Second fix 
7927         for the bug #316608.
7928
7929 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7930
7931         * shell/ev-view.c: (scroll_to_current_page):
7932         
7933         Correctly clamp adjustment value. Fix for the bug
7934         #325808.
7935
7936 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7937
7938         * shell/ev-sidebar-links.c: (print_section_cb):
7939         * shell/ev-window.c: (ev_window_get_uri),
7940         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7941         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7942         (ev_window_dispose):
7943         
7944         Make print dialog non-modal. Fix for the bug #325622.
7945
7946 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7947
7948         * shell/ev-metadata-manager.c:
7949         * shell/ev-utils.c: (using_pdf_printer),
7950         (using_postscript_printer), (load_print_config_from_file),
7951         (save_print_config_to_file):
7952         * shell/ev-utils.h:
7953         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7954         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7955         (setup_view_from_metadata), (ev_window_setup_document),
7956         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7957         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7958         (ev_window_run_presentation), (ev_window_stop_presentation),
7959         (save_sizing_mode), (ev_window_zoom_changed_cb),
7960         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7961         (ev_window_dual_mode_changed_cb),
7962         (ev_window_sidebar_current_page_changed_cb),
7963         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7964         (window_state_event_cb), (window_configure_event_cb),
7965         (ev_window_init):
7966         
7967         Setting saving behaviour fixes.
7968
7969 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7970
7971         * configure.ac:
7972         
7973         Make antialiasing gs options better and allow
7974         to change them during configure. Fix for the 
7975         bug #319049.
7976
7977 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7978
7979         * shell/ev-window.c: (setup_view_from_metadata):
7980         
7981         Remember if last window was maximized. Fix for the
7982         bug #323797.
7983
7984 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7985
7986         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7987
7988 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7989
7990         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7991         * shell/ev-page-action.c: (build_new_tree_cb):
7992         * shell/ev-sidebar-links.c: (links_page_num_func),
7993         (update_page_callback_foreach), (update_page_callback):
7994         * shell/ev-view.c: (scroll_to_current_page):
7995         
7996         Fix for the bug #325067 with more intelligent selection
7997         of current link in sidebar. Make sidebar handle links
7998         of FITR-like type more correctly.
7999
8000         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8001         (dvi_pixbuf_put_pixel):
8002         
8003         Fix memory consumtion with disabled alpha channel.
8004
8005 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8006
8007         * data/evince-ui.xml:
8008         * shell/ev-window.c: (view_menu_popup_cb),
8009         (ev_popup_cmd_open_link), (ev_window_init):
8010         
8011         Update context menu for internal links. Fix for the bug
8012         #325066.
8013
8014 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8015
8016         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
8017         
8018         Bind context menu to keyboard also. Fix for the bug
8019         #325065.
8020
8021 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8022
8023         * shell/ev-view.c: (selection_scroll_timeout_cb):
8024         
8025         Horizontal scroll on selection also.
8026
8027 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8028
8029         * shell/ev-metadata-manager.c: (parse_value):
8030         * shell/ev-view.c: (goto_xyz_link):
8031         
8032         Correct zoom setup and metadata save broken in 
8033         some locales.
8034
8035 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8036
8037         * shell/ev-view-private.h:
8038         * shell/ev-view.c: (scroll_to_current_page),
8039         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
8040         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
8041         (page_changed_cb), (ev_view_set_continuous),
8042         (ev_view_set_dual_page), (ev_view_set_presentation):
8043         
8044         Delay scroll until allocation to correctly position page. Fix
8045         for the bug #317334.
8046
8047 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8048
8049         * NEWS:
8050         * configure.ac:
8051         
8052         Update NEWS and require poppler 0.5.0.
8053
8054 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
8055         
8056         * data/evince-ui.xml:
8057         * shell/ev-view-private.h:
8058         * shell/ev-view.c: (ev_view_get_link_at_location),
8059         (handle_link_over_xy), (ev_view_button_press_event),
8060         (ev_view_button_release_event), (ev_view_class_init):
8061         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8062         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8063         (ev_window_init):
8064         
8065         Implement right-click context menu.
8066
8067 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8068
8069         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8070         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8071         (mdvi_pixbuf_device_render):
8072         * pdf/ev-poppler.cc:
8073
8074         Don't generate thumbnails with alpha. See bug #324077.
8075         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8076
8077 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8078
8079         * shell/ev-window.c: (setup_chrome_from_metadata):
8080         
8081         Fix typo that was hiding toolbar.
8082
8083 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8084
8085         * shell/ev-view-private.h:
8086         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8087         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8088         (ev_view_button_release_event), (ev_view_destroy):
8089         
8090         Small cleanup and autoscrolling during selection. Thanks to 
8091         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8092
8093 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8094
8095         * configure.ac:
8096         
8097         Correctly check for comics option.
8098
8099 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8100         * Makefile.am:
8101         * configure.ac:
8102         * backend/Makefile.am:
8103         * backend/ev-document-factory.c:
8104         * shell/ev-document-types.c:
8105
8106         Included option in configure to make ps backend 
8107         compilation optional with --disable-ps.
8108
8109 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8110
8111         * backend/ev-document-factory.c:
8112         * comics/Makefile.am:
8113         * comics/comics-document.c: (comics_document_load):
8114         * comics/ev-cbr-mime.xml:
8115         * configure.ac:
8116         
8117         Comics mime types are added to shared-mime-info CVS. Now
8118         we don't need to install our own mime types.
8119
8120 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8121
8122         * shell/ev-window.c:
8123         
8124         Add shortcut for "save a copy" menu entry. Fix for
8125         the bug #324582.
8126
8127 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8128
8129         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8130         (job_finished_cb), (new_selection_pixbuf_needed),
8131         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8132         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8133         
8134         Rework selection job info logic and fix critical warning.
8135
8136 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8137
8138         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8139
8140 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8141
8142         * data/evince-ui.xml:
8143         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8144         
8145         Enter as shortcut key for next page. Fix for the bug
8146         #321394.
8147
8148 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8149
8150         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8151
8152 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8153
8154         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8155         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8156         (new_selection_pixbuf_needed),
8157         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8158         (clear_job_selection):
8159         
8160         Too early for 0.5. Pixbuf cache code cleaned a bit.
8161
8162 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8163
8164         * NEWS:
8165         * configure.ac:
8166         
8167         Release 0.5.0 preparation
8168
8169 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8170
8171         * comics/Makefile.am:
8172         * configure.ac:
8173         * shell/ev-document-types.c: (ev_document_types_add_filters):
8174         
8175         More advanced handling of custom mime type installation.
8176
8177 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8178
8179         * data/evince.schemas.in:
8180         * shell/ev-metadata-manager.c: (value_free),
8181         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8182         (ev_metadata_manager_get), (ev_metadata_manager_set):
8183         * shell/ev-metadata-manager.h:
8184         * shell/ev-window.c: (update_chrome_flag),
8185         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8186         (setup_document_from_metadata), (setup_chrome_from_metadata),
8187         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8188         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8189         (ev_window_view_toolbar_cb),
8190         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8191         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8192         
8193         Save last document settings and reuse them for new documents.
8194
8195 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8196
8197         * Makefile.am:
8198         * backend/Makefile.am:
8199         * backend/ev-document-factory.c:
8200         * backend/ev-document-factory.h:
8201         * comics/Makefile.am:
8202         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8203         (comics_document_load), (comics_document_save),
8204         (comics_document_get_n_pages), (comics_document_get_page_size),
8205         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8206         (comics_document_class_init), (comics_document_can_get_text),
8207         (comics_document_get_info), (comics_document_document_iface_init),
8208         (comics_document_init), (get_supported_image_extensions),
8209         (comics_document_thumbnails_get_geometry),
8210         (comics_document_thumbnails_get_thumbnail),
8211         (comics_document_thumbnails_get_dimensions),
8212         (comics_document_document_thumbnails_iface_init), (extract_argv):
8213         * comics/comics-document.h:
8214         * comics/ev-cbr-mime.xml:
8215         * configure.ac:
8216         * po/POTFILES.in:
8217         * shell/ev-application.c: (ev_application_register_service):
8218         * shell/ev-document-types.c: (ev_document_types_add_filters):
8219         * thumbnailer/Makefile.am:
8220         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8221         
8222         New CBR/CBZ backend for comic books.
8223
8224 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8225
8226         * shell/main.c: (load_files_remote):
8227
8228         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8229         warning on startup of second instance is fixed. It
8230         is bug #320353.
8231
8232 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8233
8234         * shell/ev-window.c: (ev_window_finalize):
8235         
8236         Fix double free that cause crash.
8237
8238 2005-10-29  Bastien Nocera <hadess@hadess.net>
8239
8240         * tiff/tiff-document.c: (tiff_document_load):
8241         
8242         Fix memory leak.
8243
8244 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8245
8246         * po/POTFILES.in:
8247         * shell/Makefile.am:
8248         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8249         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8250         (ev_view_accessible_get_text),
8251         (ev_view_accessible_get_character_at_offset),
8252         (ev_view_accessible_get_text_before_offset),
8253         (ev_view_accessible_get_text_at_offset),
8254         (ev_view_accessible_get_text_after_offset),
8255         (ev_view_accessible_get_character_count),
8256         (ev_view_accessible_get_caret_offset),
8257         (ev_view_accessible_set_caret_offset),
8258         (ev_view_accessible_get_run_attributes),
8259         (ev_view_accessible_get_default_attributes),
8260         (ev_view_accessible_get_character_extents),
8261         (ev_view_accessible_get_offset_at_point),
8262         (ev_view_accessible_get_n_selections),
8263         (ev_view_accessible_get_selection),
8264         (ev_view_accessible_add_selection),
8265         (ev_view_accessible_remove_selection),
8266         (ev_view_accessible_set_selection),
8267         (ev_view_accessible_text_iface_init),
8268         (ev_view_accessible_idle_do_action),
8269         (ev_view_accessible_action_do_action),
8270         (ev_view_accessible_action_get_n_actions),
8271         (ev_view_accessible_action_get_description),
8272         (ev_view_accessible_action_get_name),
8273         (ev_view_accessible_action_set_description),
8274         (ev_view_accessible_action_iface_init),
8275         (ev_view_accessible_get_type), (ev_view_accessible_new),
8276         (ev_view_accessible_factory_get_accessible_type),
8277         (ev_view_accessible_factory_create_accessible),
8278         (ev_view_accessible_factory_class_init),
8279         (ev_view_accessible_factory_get_type):
8280         * shell/ev-view-accessible.h:
8281         * shell/ev-view-private.h:
8282         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8283         * shell/ev-view.h:
8284         
8285         Initial accessibility support.
8286
8287 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8288
8289         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8290
8291 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8292
8293         * shell/ev-print-job.c: (idle_print_handler):
8294         
8295         Fix for bug Bug 318916: Printing multiple pages.
8296
8297 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8298
8299         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8300
8301 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8302
8303         * pdf/ev-poppler.cc:
8304         
8305         Thumnail dimensions unified with other backends.
8306         
8307         * shell/ev-window-title.c: (ev_window_title_update):
8308         
8309         Fix warning.
8310
8311 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8312
8313         * data/ev-stock-zoom-fit-width.png:
8314         
8315         Remove unused file.
8316
8317 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8318
8319         * configure.ac:
8320         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8321         (djvu_document_finalize):
8322         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8323         (dvi_document_finalize):
8324         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8325         (pixbuf_document_save), (pixbuf_document_finalize):
8326         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8327         (tiff_document_finalize):
8328         
8329         Save a copy implemented for various backends.
8330
8331 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8332
8333         * configure.ac:
8334         
8335         Don't link with ltiff if tiff is disabled.
8336
8337 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8338
8339         * pdf/GDKSplashOutputDev.cc:
8340         * pdf/GDKSplashOutputDev.h:
8341         * pdf/Thumb.cc:
8342         * pdf/Thumb.h:
8343         * pdf/pdf-document.cc:
8344         * pdf/pdf-document.h:
8345         * pdf/test-gdk-output-dev.cc:
8346         
8347         Remove old unused files.
8348
8349 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8350
8351         * shell/ev-window.c: (ev_window_setup_document):
8352         
8353         Fixed warnings on reload and probably crash reason.
8354
8355 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8356
8357         * properties/ev-properties-view.c:
8358         (ev_properties_view_format_date):
8359         
8360         Check if date is invalid. Fix for bug 318134.
8361
8362 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8363
8364         * shell/ev-window-title.c:
8365         
8366         Add .indd files (Adobe Indesign) to the list of "bad
8367         extensions".
8368
8369 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8370
8371         * data/evince-ui.xml:
8372         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8373         
8374         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8375
8376 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8377
8378         * shell/ev-window.c: (launch_link), (launch_external_uri),
8379         (view_external_link_cb):
8380
8381         URL-escape link before passing it to gnome_vfs_url_show.
8382
8383 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8384
8385         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8386         there isn't text selected.
8387
8388 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8389
8390         * shell/ev-view.c: (handle_link_over_xy):
8391
8392         Check tooltip is valid utf8 before showing it
8393
8394 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8395
8396         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8397
8398 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8399
8400         * shell/ev-window-title.c: (ev_window_title_update):
8401
8402         Guard against using g_strstrip on NULL. Fixes bug #317291.
8403
8404 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8405
8406         * pdf/ev-poppler.cc:
8407
8408         Show title even for unknown links
8409
8410 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8411
8412         * shell/ev-window-title.c: (ev_window_title_update):
8413
8414         Strip the title string
8415
8416 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8417
8418         * shell/ev-window-title.c:
8419
8420         Add .rtf to the bad extensions list
8421
8422 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8423
8424         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8425         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8426
8427         Ignore link coordinates if they are outside page bounds
8428
8429 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8430
8431         * backend/ev-link.c: (ev_link_type_get_type),
8432         (ev_link_get_filename), (ev_link_get_params),
8433         (ev_link_get_property), (ev_link_set_property),
8434         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8435         * backend/ev-link.h:
8436         * pdf/ev-poppler.cc:
8437         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8438         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8439         (ev_window_init):
8440
8441         Implement launch links. Delegate external link opening to
8442         the window.
8443
8444 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8445
8446         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8447         (ev_link_get_right), (ev_link_get_property),
8448         (ev_link_set_property), (ev_link_class_init),
8449         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8450         * backend/ev-link.h:
8451         * pdf/ev-poppler.cc:
8452         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8453
8454         Implement fitr links
8455
8456 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8457
8458         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8459         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8460         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8461         (ev_view_size_request_continuous),
8462         (ev_view_size_request_dual_page),
8463         (ev_view_size_request_single_page), (ev_view_size_allocate),
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         Do not use modes for link, we need to calculate size ad hoc.
8473         Still not perfect because of the usual scrollbar issues grrr.
8474
8475 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8476
8477         * backend/ev-link.c: (ev_link_type_get_type),
8478         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8479         * backend/ev-link.h:
8480         * pdf/ev-poppler.cc:
8481         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8482         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8483         (ev_view_size_request_continuous),
8484         (ev_view_size_request_dual_page),
8485         (ev_view_size_request_single_page), (ev_view_size_allocate),
8486         (zoom_for_size_fit_height),
8487         (ev_view_zoom_for_size_continuous_and_dual_page),
8488         (ev_view_zoom_for_size_continuous),
8489         (ev_view_zoom_for_size_dual_page),
8490         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8491         (ev_sizing_mode_get_type):
8492         * shell/ev-view.h:
8493         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8494
8495         Implement FIT_HEIGHT mode (only for links).
8496         Implement FITH links
8497
8498 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8499
8500         * shell/ev-window-title.c: (get_filename_from_uri),
8501         (ev_window_title_sanitize_extension), (ev_window_title_update),
8502         (ev_window_title_set_document), (ev_window_title_set_uri),
8503         (ev_window_title_free):
8504         * shell/ev-window-title.h:
8505         * shell/ev-window.c: (ev_window_setup_document),
8506         (ev_window_popup_password_dialog):
8507
8508         Refactor window title building while fixing it for
8509         password documents.
8510
8511 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8512
8513         * pdf/ev-poppler.cc:
8514
8515         Escape link title before setting it in the model
8516
8517 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8518
8519         * shell/ev-application.c: (removed_from_session), (save_session),
8520         (init_session), (ev_application_get_empty_window),
8521         (ev_application_init), (ev_application_get_windows):
8522         * shell/ev-application.h:
8523         * shell/ev-window.c: (ev_window_finalize):
8524
8525         Add a function to retrieve window list and share it where
8526         necessary.
8527         Implement session handling, works pretty well thanks to the
8528         metadata system.
8529
8530 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8531
8532         * shell/ev-password.c: (ev_password_item_created_callback),
8533         (ev_password_dialog_save_password):
8534         
8535         Fix for bug 316972. Use async gnome-keyring API.
8536
8537 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8538
8539         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8540         Remove unused unrealize handler. Add scroll handling to
8541         ev_view_scroll_event for presentation mode (bug #316708),
8542         and fix the event state checks there.
8543
8544 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8545
8546         * shell/ev-page-action.c: (page_changed_cb):
8547
8548         "marco, maybe we should be crazy and jump right to 6! :)"
8549
8550         Bryan Clark, Sep 2005
8551
8552 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8553
8554         * ps/ps-document.c: (save_document), (ps_document_save),
8555         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8556         (ps_document_ps_export_end):
8557
8558         Fix unstructured documents save and print
8559
8560 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8561
8562         * shell/ev-application.c: (ev_application_open_uri):
8563
8564         Fix window size persistance
8565
8566 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8567
8568         * shell/ev-view.c: (ev_view_button_release_event):
8569
8570         Based on a patch from carlosgc@gnome.org. Mouse buttons
8571         switch pages in presentation mode.
8572
8573 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8574
8575         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8576
8577         Dont cast to int before scaling
8578
8579 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8580
8581         * backend/ev-link.c: (ev_link_type_get_type),
8582         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8583         (ev_link_new_page_fith):
8584         * backend/ev-link.h:
8585         * pdf/ev-poppler.cc:
8586         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8587
8588         Implement FIT and FITH links
8589
8590 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8591
8592         * pdf/ev-poppler.cc:
8593
8594         Return 0 results when search is not in progress.
8595
8596         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8597         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8598
8599         Update menu sensitivity when cancelling search
8600
8601 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8602
8603         * shell/ev-view.c: (ev_view_can_find_next):
8604
8605         Take all pages in consideration, not just current one
8606
8607 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8608
8609         * shell/ev-page-cache.c:
8610         * shell/ev-page-cache.h:
8611         * shell/ev-view.c: (ev_view_binding_activated),
8612         (ev_view_next_page), (ev_view_previous_page),
8613         (ev_sizing_mode_get_type):
8614         * shell/ev-view.h:
8615         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8616         (ev_window_cmd_go_next_page):
8617
8618         Move page next/previous functions from page chace to
8619         view and change it to move by 2 page steps in dual mode.
8620
8621 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8622
8623         * shell/ev-window.c: (update_sidebar_visibility),
8624         (setup_sidebar_from_metadata), (ev_window_setup_document),
8625         (setup_view_from_metadata):
8626
8627         Show the index by default when there is one     
8628
8629 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8630
8631         * shell/ev-window-title.c: (ev_window_title_set_document):
8632
8633         Missing null check
8634
8635 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8636
8637         * shell/ev-view.c: (view_update_range_and_current_page):
8638         
8639         Allow display of last odd page in dual view. Fix for 316347.
8640
8641 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8642
8643         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8644         
8645         Make close button default. Fix for 316383.
8646
8647 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8648
8649         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8650         
8651         Mark close button as default. Fix for 316381.
8652
8653 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8654
8655         * backend/ev-link.c: (ev_link_class_init):
8656
8657         Allow negative doubles in left/top properties
8658
8659 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8660
8661         * shell/ev-window.c:
8662
8663         Remove a bunch of strings that was used only
8664         by the statusbar.
8665
8666 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8667
8668         * shell/ev-window-title.c: (get_filename_from_uri),
8669         (ev_window_title_set_document):
8670
8671         When title has a confusing extension, show also
8672         the document filename inside ()
8673
8674 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8675
8676         * shell/Makefile.am:
8677         * shell/ev-window-title.c: (ev_window_title_new),
8678         (ev_window_title_update), (ev_window_title_set_type),
8679         (ev_window_title_set_document), (ev_window_title_free):
8680         * shell/ev-window-title.h:
8681         * shell/ev-window.c: (ev_window_setup_document),
8682         (password_dialog_response), (ev_window_popup_password_dialog),
8683         (ev_window_dispose), (ev_window_init):
8684
8685         Factor out and cleanup window title code
8686
8687 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8688
8689         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8690         (unable_to_load):
8691
8692         Make dialog transient so it doesnt block other windows
8693
8694 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8695
8696         * pdf/ev-poppler.cc:
8697         
8698         Fix pdf thumbnails rendering.
8699
8700 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8701
8702         * shell/ev-window.c: (fullscreen_set_timeout):
8703         
8704         Increase timeout to hide full screen popup. Bug 
8705         316123. 
8706
8707 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8708
8709         * data/evince.schemas.in:
8710         * shell/ev-window.c: (update_action_sensitivity):
8711
8712         Allow the user to override document restrictions. Fix for bug
8713         305818.
8714
8715 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8716
8717         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8718         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8719         (ev_window_class_init): Fix multihead behaviour of fullscreen
8720         toolbar popup. Fixes bug #315451.
8721
8722 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8723
8724         * configure.ac:
8725         * data/evince-password.glade:
8726         * shell/ev-password.c: (ev_password_dialog_set_property),
8727         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8728         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8729         (ev_password_dialog_entry_changed_cb),
8730         (ev_password_dialog_entry_activated_cb),
8731         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8732         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8733         (ev_password_dialog_set_bad_pass):
8734         * shell/ev-password.h:
8735         * shell/ev-window.c: (password_dialog_response),
8736         (ev_window_popup_password_dialog):
8737         
8738         Support for gnome-keyring for encrypted PDF's.
8739
8740 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8741
8742         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8743         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8744         (ev_view_enter_notify_event), (ev_view_class_init):
8745         
8746         More precise handling of enter_notify/leave_notify events
8747         in EvView. Fix for bug 315470.
8748
8749 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8750
8751         * shell/ev-window.c: (fullscreen_timeout_cb),
8752         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8753         (ev_window_dispose):
8754
8755         leak fix: unref fullscreen_timeout_source before clearing it
8756
8757 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8758
8759         * configure.ac, dvi/mdvi/Makefile.am: 
8760         
8761         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8762
8763 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8764
8765         * backend/ev-link.c: (ev_link_new_page_xyz):
8766         * pdf/ev-poppler.cc:
8767         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8768
8769         Fix some bugs with xyz links, respect zoom
8770
8771 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8772
8773         * shell/ev-window.c: (page_changed_cb),
8774         (setup_document_from_metadata), (update_sidebar_visibility),
8775         (setup_view_from_metadata), (ev_window_run_fullscreen),
8776         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8777         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8778         (ev_window_dual_mode_changed_cb),
8779         (ev_window_sidebar_current_page_changed_cb):
8780
8781         null check uri before setting and getting metadata
8782
8783 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8784
8785         * dvi/Makefile.am:
8786         * properties/Makefile.am:
8787         * shell/Makefile.am:
8788         * thumbnailer/Makefile.am:
8789
8790         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8791
8792 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8793
8794         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8795         (selection_changed_callback):
8796         * shell/ev-sidebar-links.h:
8797
8798         Add a signal for link activation.
8799
8800         * shell/ev-view.c: (ev_view_goto_link),
8801         (ev_view_button_release_event):
8802         * shell/ev-view.h:
8803         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8804         (ev_window_init):
8805
8806         Implement the signal so that we can handle all link types.
8807
8808         * shell/ev-page-cache.c:
8809
8810         Remove unused set_link function
8811
8812 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8813
8814         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8815
8816         Add some space from the cursor, hardcoded but I couldnt
8817         find a better way.
8818
8819 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8820
8821         * lib/ev-tooltip.c:
8822
8823         Use mozilla style vs gtk style, way better for links.
8824
8825         * shell/ev-view.c: (ev_view_motion_notify_event),
8826         (ev_view_destroy), (ev_view_init):
8827
8828         Deactive tooltip when the link hovered is changed.
8829
8830 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8831
8832         * backend/ev-document.h:
8833         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8834         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8835         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8836         (ev_link_new_page), (ev_link_new_page_xyz):
8837         * backend/ev-link.h:
8838         * pdf/ev-poppler.cc:
8839         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8840         (go_to_link), (tip_from_link):
8841
8842         Implement xyz links, still not functional. Links are a total
8843         mess, will need to refactor and bugfix a lot :(
8844
8845 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8846
8847         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8848
8849 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8850
8851         * data/evince-ui.xml:
8852         * data/evince.schemas.in:
8853         * shell/Makefile.am:
8854         * shell/ev-window.c: (update_chrome_visibility),
8855         (password_dialog_response), (ev_window_load_job_cb),
8856         (ev_window_xfer_job_cb), (ev_window_open_uri),
8857         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8858         (ev_window_init):
8859
8860         Remove the statusbar. This regress loading feedback, need to
8861         check with Bryan what we want to do there...
8862
8863 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8864
8865         * lib/ev-tooltip.c: (ev_tooltip_init):
8866
8867         Fix tooltip border and size handling
8868
8869 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8870
8871         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8872         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8873         (ev_tooltip_timeout), (ev_tooltip_activate),
8874         (ev_tooltip_deactivate):
8875         * lib/ev-tooltip.h:
8876         * shell/ev-view.c: (ev_view_motion_notify_event):
8877
8878         Delay popup showing. Mirror gtk logic/times.
8879
8880 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8881
8882         * lib/Makefile.am:
8883         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8884         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8885         (ev_tooltip_set_text), (ev_tooltip_set_position):
8886         * lib/ev-tooltip.h:
8887
8888         Simple widget to show tooltips at a custom position
8889
8890         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8891         (ev_view_destroy):
8892
8893         Use it for links. First go, needs work
8894
8895 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8896
8897         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8898         HIG fixes.  Use title capitalization for window title. Use 12 
8899         pixels of space between the dialog's vbox and action area.
8900
8901 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8902
8903         * shell/ev-window.c: (file_open_dialog_response_cb),
8904         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8905         (ev_window_cmd_save_as):
8906
8907         Make file pickers not modal and refactor code some
8908
8909 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8910
8911         * shell/ev-sidebar.h:
8912         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8913         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8914         (ev_sidebar_class_init), (ev_sidebar_select_page),
8915         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8916         (ev_sidebar_set_page):
8917
8918         Add a current page property and allow to get/set it
8919
8920         * shell/ev-window.c: (setup_view_from_metadata),
8921         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8922
8923         Persist current sidebar page per document
8924
8925 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8926
8927         * data/evince.schemas.in:
8928         * shell/ev-window.c: (update_chrome_visibility),
8929         (setup_document_from_metadata), (update_sidebar_visibility),
8930         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8931         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8932         (ev_window_run_presentation), (ev_window_stop_presentation),
8933         (ev_window_view_sidebar_cb),
8934         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8935         (load_chrome), (ev_window_init):
8936
8937         Persist size/visibility of sidebar per document
8938
8939 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8940
8941         * shell/ev-view.c (draw_loading_text): Draw loading text.
8942
8943 2005-09-02  Dan Damian  <dand@gnome.ro>
8944
8945         * configure.in: Added "ro" to ALL_LINGUAS.
8946
8947 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8948
8949         * shell/ev-view.c: (clear_caches):
8950
8951         ev_page_cache_get doesnt return a reference,
8952         dont try to unref it.
8953
8954 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8955
8956         * shell/main.c: (load_files_remote):
8957
8958         Fix timestamp parameter with dbus <= 0.33
8959
8960 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8961
8962         * data/evince.schemas.in:
8963
8964         Add missing full stop
8965
8966 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8967
8968         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8969         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8970
8971         Plug some memory leaks
8972
8973 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8974
8975         * configure.ac:
8976         * lib/ev-debug.c: (trap_handler):
8977
8978         Check for execinfo.h and use it only if it exists.
8979         Ported from Epiphany (bug #314776).
8980
8981 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8982
8983         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8984
8985 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8986
8987         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8988         * po/id.po      : Added Indonesian translation
8989
8990 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8991
8992         * shell/main.c:
8993         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8994         * NEWS: Release 0.4.0
8995
8996 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8997
8998         * configure.ac: catch another gtk+-2.8ism
8999         * shell/main.c: Make work with gtk+-2.6
9000
9001 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
9002
9003         * shell/ev-application-service.xml: Add 'timestamp' argument to
9004           ev_application_open_window and ev_application_open_uri methods.
9005
9006         * shell/ev-application.h: Add 'timestamp' argument to
9007           ev_application_open_window, ev_application_open_uri,
9008           and ev_application_open_uri_list functions.
9009
9010         * shell/ev-application.c (ev_application_open_window,
9011           ev_application_open_uri, ev_application_open_uri_list): Change
9012           functions that show/present windows to use a timestamp if one
9013           is passed in.
9014
9015         * shell/ev-window.c (ev_window_cmd_file_open,
9016           ev_window_cmd_recent_file_activate, drag_data_received_cb):
9017         * shell/main.c (load_files): Modify calls to ev_application to
9018           include GDK_CURRENT_TIME as timestamp.
9019
9020         * shell/main.c (load_files_remote): Obtain timestamp for client
9021           instance from GDK and pass to server instance so new windows are
9022           focused properly.  Fix dbus_g_proxy_call() calls by including second
9023           G_TYPE_INVALID.
9024           
9025         Closes bug #314475.
9026
9027 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
9028
9029         * shell/ev-window.c (ev_window_finalize): Check for
9030         avail. EvWindows when quiting to handle the finalize better,
9031         #314497
9032
9033 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9034         
9035         * properties/ev-properties-view.c: 
9036         
9037         Set textdomain to libglade. Fixes translation problem in property page.
9038
9039 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9040
9041         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
9042         * dvi/Makefile.am:
9043         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
9044         * dvi/mdvi-lib/Makefile.am:
9045         
9046         Fix rotation of thumbnails, ported to new API. Moved library
9047         dependencies earlier, probably it will fix linkage problem.
9048
9049 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9050
9051         * backend/ev-document-misc.c:
9052         (ev_document_misc_get_thumbnail_frame):
9053         * backend/ev-document-misc.h:
9054         * configure.ac:
9055         * pdf/ev-poppler.cc:
9056         * shell/Makefile.am:
9057         * shell/ev-sidebar-thumbnails.c: (add_range),
9058         (ev_sidebar_thumbnails_set_loading_icon),
9059         (ev_sidebar_thumbnails_refresh),
9060         (ev_sidebar_thumbnails_set_document):
9061         * shell/ev-sidebar-thumbnails.h:
9062         * shell/ev-view.c: (ev_view_motion_notify_event),
9063         (ev_view_set_property), (ev_view_get_property),
9064         (ev_view_class_init), (ev_view_set_rotation):
9065         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9066         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9067         (ev_window_init):
9068         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9069         Redo rotation (again).  prepare for 0.4.0
9070
9071 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
9072
9073         * configure.ac: Bump poppler requirement to 0.4.1.
9074
9075         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9076         argument to poppler_page_render_selection() call.
9077
9078 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9079
9080         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9081         (djvu_document_thumbnails_get_thumbnail):
9082         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9083         (dvi_document_thumbnails_get_thumbnail):
9084         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9085         (pixbuf_document_thumbnails_get_thumbnail):
9086         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9087         
9088         Update rotation direction of backends to fit with pdf and ps.
9089
9090 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9091
9092         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9093         * backend/ev-async-renderer.h:
9094         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9095         (setup_page), (ps_document_get_page_size),
9096         (ps_async_renderer_render_pixbuf):
9097         * ps/ps-document.h:
9098         * shell/ev-jobs.c: (ev_job_render_run):
9099
9100         Fix orientation in the postscript document
9101
9102 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9103
9104         * pdf/ev-poppler.cc:
9105         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9106         * shell/ev-view.c: (highlight_find_results):
9107
9108         Adapt to the new poppler rotation API. Fix text maps on landscape
9109         documents.
9110
9111 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9112
9113         * shell/ev-view.c (compute_new_selection_text): get the correct
9114         region when selecting in modes other than continuous.
9115
9116 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9117
9118         * shell/main.c (main): remove redundant g_warnings.
9119
9120 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9121
9122         * shell/Makefile.am: Don't include autogenerated
9123         file ev-application-service.h into distribution, since
9124         it causes dbus crash. Fix for bugs 313724 and 313443. 
9125
9126 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9127
9128         * configure.ac: Fix sed expression for FreeBSD. Thanks
9129         to Joe Marcus Clark <marcus@freebsd.org>
9130         
9131         * shell/eggfindbar.c: (entry_activate_callback),
9132         (entry_changed_callback), (egg_find_bar_init),
9133         (egg_find_bar_set_search_string):
9134         
9135         Made findbar buttons unsensitive if there is no text in
9136         entry. Fix for the bug 313285.
9137
9138 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9139
9140         * ps/ps-document.c: Use g_filename_display_name for displaying
9141         filenames and revert string freeze breackage
9142
9143 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9144
9145         * NEWS:
9146         * configure.ac:
9147
9148         Update for 0.3.4
9149
9150         * shell/Makefile.am:
9151
9152         Add ev-application-service.xml to extra dist
9153
9154         * shell/ev-view.c: (find_page_at_location):
9155
9156         Remove unused function (fix warning)
9157
9158 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9159
9160         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9161         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9162         
9163         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9164         bug 313623.
9165
9166 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9167
9168         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9169         * shell/ev-window.c:
9170         Fix build warnings
9171
9172 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9173
9174         * configure.ac: Update script to get dbus version.
9175         Fix for the bug #313443.
9176
9177 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9178
9179         * shell/ev-window.c: (ev_window_cmd_escape):
9180         
9181         Return focus back to view on escape. Fix for bug 313295.
9182
9183 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9184
9185         * shell/ev-window.c: (update_window_title),
9186         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9187         (ev_window_cmd_save_as):
9188         
9189         Correct conversion from uri to displayable string. Fix for
9190         bug 313296.
9191
9192 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9193
9194         * ps/ps-document.c: convert filename to utf8 when there is an error
9195         loading document. Fixes #309915
9196
9197 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9198
9199         * configure.ac:
9200
9201         We depend on poppler 0.4.0
9202
9203 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9204
9205         * configure.ac:
9206         * NEWS: Release 0.3.3.
9207         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9208
9209 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9210
9211         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9212         add a couple missing mnemonics to menu items, use title 
9213         capitalization for menu items and window titles, and add 
9214         ellipsis to open menu item.     
9215
9216 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9217
9218         * pdf/ev-poppler.cc:
9219         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9220         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9221         (ev_view_get_rotation):
9222         * shell/ev-view.h:
9223         * shell/ev-window.c: (setup_view_from_metadata),
9224         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9225         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9226         disk.
9227
9228 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9229
9230         * configure.ac: Added tr to ALL_LINGUAS
9231
9232 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9233
9234         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9235         requires several clicks to find word. Thanks to 
9236         Colin Slater <kiltedtaco@gmail.com>.
9237
9238 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9239
9240         * data/evince.desktop.in.in: Hide menu entry and
9241         rename it to "Document Viewer". Fix for bug 
9242         #312399.
9243
9244 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9245
9246         * shell/ev-page-action.c (ev_page_action_class_init): 
9247
9248         Point to the correct function in constructor of the
9249         activate_label signal
9250
9251 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9252
9253         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9254         * shell/ev-jobs.h: Make thread safe.
9255
9256 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9257
9258         * shell/ev-view.c: (view_update_range_and_current_page):
9259         Don't update page range if we are scrolling to some document
9260         point.
9261
9262 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9263
9264         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9265         when getting max_page_width, fix drawing in dual mode.
9266
9267 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9268
9269         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9270         getting the area for select_all.
9271
9272 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9273
9274         * backend/ev-selection.c: (ev_selection_render_selection):
9275         * backend/ev-selection.h:
9276         * pdf/ev-poppler.cc:
9277         * shell/ev-jobs.c: (ev_job_render_new):
9278         * shell/ev-jobs.h:
9279         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9280         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9281         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9282         (ev_view_class_init):
9283
9284         Change selection color on focus in and focus out events.  Also,
9285         poppler now uses GdkColor for specifying the selection colors, so
9286         drop some awkward conversion code.
9287
9288 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9289
9290         * configure.ac: Added Hebrew translation
9291
9292 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9293
9294         * NOTES:
9295         * backend/ev-selection.c: (ev_selection_render_selection):
9296         * backend/ev-selection.h:
9297         * pdf/ev-poppler.cc:
9298         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9299         (ev_job_render_run):
9300         * shell/ev-jobs.h:
9301         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9302         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9303         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9304         (ev_pixbuf_cache_style_changed),
9305         (ev_pixbuf_cache_get_selection_pixbuf),
9306         (ev_pixbuf_cache_set_selection_list),
9307         (ev_pixbuf_cache_get_selection_list):
9308         * shell/ev-pixbuf-cache.h:
9309         * shell/ev-utils.c: (ev_print_region_contents):
9310         * shell/ev-utils.h:
9311         * shell/ev-view.c: (ev_view_queue_draw_page),
9312         (selection_update_idle_cb), (ev_view_motion_notify_event),
9313         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9314         (setup_caches), (ev_view_find_next), (merge_selection_region),
9315         (selection_free):
9316         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9317
9318         Clean up selection to be much smoother!
9319
9320 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9321
9322         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9323         to poppler_page_render_selection().
9324
9325 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9326
9327         * ps/ps-document.c: (save_page_list): Use
9328         unzipped document when printing. Thanks to 
9329         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9330         311016.
9331
9332 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9333
9334         * shell/ev-window.c: (update_action_sensitivity):
9335         
9336         Disable print and save respect to lockdown gconf keys. Fix
9337         for 312342.
9338
9339 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9340
9341         * configure.ac:
9342         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9343         (write_to_temp_file), (ev_file_set_contents):
9344         * shell/ev-utils.h:
9345         * shell/ev-window.c: (save_print_config_to_file):
9346         
9347         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9348         Fix for bug 312238
9349
9350 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9351
9352         * shell/ev-window.c: (load_print_config_from_file),
9353         (save_print_config_to_file), (ev_window_print_range):
9354
9355         Persist the print settings. Fixes bug #311578.
9356
9357 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9358
9359         * djvu/djvu-document.c: (djvu_document_get_page_size),
9360         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9361         (djvu_document_thumbnails_get_thumbnail):
9362         * dvi/dvi-document.c: (dvi_document_get_page_size),
9363         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9364         (dvi_document_thumbnails_get_dimensions),
9365         (dvi_document_thumbnails_get_thumbnail):
9366         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9367         (pixbuf_document_render_pixbuf),
9368         (pixbuf_document_document_iface_init),
9369         (pixbuf_document_thumbnails_get_thumbnail):
9370         
9371         Update backends to make them build with new rotation system.
9372
9373 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9374
9375         * help/C/figures/evince_start_window.png:
9376         
9377         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9378
9379 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9380
9381         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9382         * shell/ev-pixbuf-cache.h:
9383         * shell/ev-sidebar-thumbnails.c:
9384         (ev_sidebar_thumbnails_get_property), (add_range),
9385         (adjustment_changed_cb):
9386         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9387         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9388         we were thumbnailing the entire docment on startup, slowing us
9389         down hugely. 
9390
9391 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9392
9393         * shell/ev-page-cache.c: (ev_page_cache_new):
9394         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9395         == 0, fixes #310306.
9396
9397 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9398
9399         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9400         (ev_view_rotate_left):
9401
9402         Account rotation in doc_rect_to_view_rect.
9403         Ensure rotation doesnt go out of bounds.
9404
9405 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9406
9407         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9408
9409         Correct and cleanup w/h swapping
9410
9411 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9412
9413         * backend/ev-document-thumbnails.c:
9414         (ev_document_thumbnails_get_thumbnail):
9415         * backend/ev-document-thumbnails.h:
9416         * backend/ev-document.c:
9417         * backend/ev-document.h:
9418         * backend/ev-render-context.c: (ev_render_context_new),
9419         (ev_render_context_set_rotation):
9420         * backend/ev-render-context.h:
9421         * pdf/ev-poppler.cc:
9422         * ps/ps-document.c: (ps_document_document_iface_init):
9423         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9424         * shell/ev-jobs.h:
9425         * shell/ev-page-cache.c: (build_height_to_page),
9426         (ev_page_cache_new), (ev_page_cache_get_size),
9427         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9428         (ev_page_cache_get_height_to_page):
9429         * shell/ev-page-cache.h:
9430         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9431         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9432         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9433         (ev_pixbuf_cache_get_selection_pixbuf):
9434         * shell/ev-pixbuf-cache.h:
9435         * shell/ev-print-job.c: (idle_print_handler):
9436         * shell/ev-sidebar-thumbnails.c: (add_range):
9437         * shell/ev-view.c: (view_update_range_and_current_page),
9438         (get_page_y_offset), (get_page_extents),
9439         (ev_view_size_request_continuous_dual_page),
9440         (ev_view_size_request_continuous),
9441         (ev_view_size_request_dual_page),
9442         (ev_view_size_request_single_page), (draw_one_page),
9443         (ev_view_set_rotation), (ev_view_rotate_right),
9444         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9445         (ev_view_zoom_for_size_continuous_and_dual_page),
9446         (ev_view_zoom_for_size_continuous),
9447         (ev_view_zoom_for_size_dual_page),
9448         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9449         (ev_view_select_all):
9450         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9451         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9452         (tiff_document_document_iface_init),
9453         (tiff_document_thumbnails_get_thumbnail):
9454
9455         Use rotation rather than orientation. It's easier and enough
9456         for our needs.
9457
9458 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9459
9460         * shell/ev-page-cache.c: (build_height_to_page),
9461         (ev_page_cache_new), (ev_page_cache_get_size),
9462         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9463         (ev_page_cache_get_height_to_page):
9464         * shell/ev-page-cache.h:
9465         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9466         (ev_view_size_request_continuous_dual_page),
9467         (ev_view_size_request_continuous),
9468         (ev_view_zoom_for_size_continuous_and_dual_page),
9469         (ev_view_zoom_for_size_continuous):
9470
9471         Make the page cache aware of page orientation.
9472
9473 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9474
9475         * backend/ev-document-thumbnails.c:
9476         (ev_document_thumbnails_get_thumbnail):
9477         * backend/ev-document-thumbnails.h:
9478         * backend/ev-document.c:
9479         * backend/ev-document.h:
9480         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9481         * backend/ev-ps-exporter.h:
9482         * pdf/ev-poppler.cc:
9483         * ps/ps-document.c: (ps_document_document_iface_init),
9484         (ps_document_ps_export_do_page):
9485         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9486         * shell/ev-jobs.h:
9487         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9488         (ev_page_cache_get):
9489         * shell/ev-page-cache.h:
9490         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9491         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9492         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9493         * shell/ev-pixbuf-cache.h:
9494         * shell/ev-print-job.c: (idle_print_handler):
9495         * shell/ev-sidebar-thumbnails.c: (add_range):
9496         * shell/ev-view.c: (view_update_range_and_current_page),
9497         (get_page_extents), (ev_view_size_request_dual_page),
9498         (ev_view_size_request_single_page), (draw_one_page),
9499         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9500         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9501         (ev_view_zoom_for_size_dual_page),
9502         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9503         (ev_view_select_all):
9504         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9505         * tiff/tiff-document.c: (tiff_document_get_page_size),
9506         (tiff_document_get_orientation), (rotate_pixbuf),
9507         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9508         (tiff_document_thumbnails_get_thumbnail),
9509         (tiff_document_ps_export_do_page), (tiff_document_init):
9510
9511         Really make use of the orientation bit of the render context.
9512         Use the render context in a few more places in the backend API.
9513         This regress orientation, but now it's done right. Will try to
9514         fix it up asap...
9515
9516 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9517
9518         * shell/ev-view.c: (ensure_rectangle_is_visible):
9519
9520         Patch by Nickolay V. Shmyrev to fix find flickering
9521
9522 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9523
9524         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9525         duplex parameters to ::begin.
9526
9527         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9528         * shell/ev-print-job.c (idle_print_handler): 
9529         * ps/ps-document.c (ps_document_ps_export_begin): 
9530         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9531         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9532         implementations. Poppler backend needs poppler cvs. Rest has
9533         unchanged behavior.
9534
9535 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9536
9537         * shell/ev-window.c (using_pdf_printer): new function.
9538         (ev_window_print_range): print a less techy message if someone
9539         tries to print to PDF.
9540
9541 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9542
9543         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9544         from "unknown font" string. Bug #311431
9545
9546 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9547
9548         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9549
9550 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9551
9552         Bug #311280
9553         
9554         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9555         name for PopplerFontTypes
9556         (pdf_document_fonts_fill_model): add font type to the detail column
9557
9558         * backend/ev-document-fonts.h: added
9559         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9560
9561         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9562         font name and font details, add a little markup.
9563         (ev_properties_fonts_init): use the new cell data func, specify ypad
9564         property for the cell renderer.
9565         (ev_properties_fonts_set_document): add the details column.
9566
9567 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9568
9569         * configure.ac: Added "pl" to ALL_LINGUAS.
9570
9571 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9572
9573         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9574
9575 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9576
9577         * help/ChangeLog: Started this for translations of manual.
9578         * configure.ac, autogen.sh, .cvsignore: Migrated to
9579         gnome-doc-utils. Patch in bug #311222.
9580
9581 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9582
9583         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9584         #ifdef this away to fix an unused-function warning.
9585
9586 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9587
9588         * configure.ac: Added 'gl' to ALL_LINGUAS.
9589
9590 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9591
9592         * configure.ac: Added ne in ALL_LINGUAS
9593         
9594 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9595
9596         * shell/ev-view.c: (ev_view_leave_notify_event):
9597         
9598         Clear status message when pointer leaves view. Fix for bug
9599         #310818 
9600
9601 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9602
9603         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9604
9605 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9606
9607         * shell/ev-view.c: (ev_view_leave_notify_event),
9608         (ev_view_class_init):
9609         
9610         Set cursor to normal then leaving view.
9611
9612 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9613
9614         * configure.ac:
9615         
9616         Fix required djvulibre version.
9617
9618 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9619
9620         *configure.ac: Hindi (hi) language added
9621
9622 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9623
9624         *configure.ac: Punjabi (pa) Language added
9625
9626 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9627
9628         * data/evince-ui.xml, shell/ev-window.c:
9629         
9630         Add keypad accelerators for zooming. Fix for bug 308128.
9631
9632 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9633
9634         * Makefile.am:
9635         * backend/Makefile.am:
9636         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9637         * configure.ac:
9638         * shell/ev-document-types.c: (ev_document_types_add_filters):
9639
9640         Allow to enable/disable the pixbuf backend.
9641         Default to off for now. If we want it enabled we should
9642         really put mime types in the desktop, implement properties etc.
9643
9644         * properties/evince-properties.c:
9645
9646         Initialize error to NULL.
9647         Check error is not NULL before freeing.
9648
9649 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9650
9651         * shell/ev-window.c:
9652
9653         Use F5 as presentation accell
9654
9655 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9656
9657         * shell/ev-window.c: (update_chrome_visibility),
9658         (ev_window_create_fullscreen_popup), (ev_window_init):
9659
9660         Do not leak the fullscreen toolbar
9661
9662 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9663
9664         * shell/ev-window.c: (view_actions_focus_in_cb),
9665         (view_actions_focus_out_cb):
9666
9667         These has a return value! Fix totally random focus
9668         issues we was seeing.
9669
9670 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9671
9672         * shell/main.c: (load_files_remote):
9673
9674         Allow open more than one file
9675
9676 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9677
9678         * shell/main.c: (load_files_remote):
9679
9680         Fix for dbus 0.33. bug #309975
9681
9682 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9683
9684         * properties/ev-properties-main.c: (ev_properties_get_pages):
9685
9686         Actually return NULL for types we dont support
9687
9688 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9689
9690         * po/POTFILES.in:
9691
9692         Remove empty lines.
9693
9694 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9695
9696         * backend/ev-document-factory.c:
9697         (ev_document_factory_get_document):
9698
9699         Do not try to create the object if type
9700         is invalid.
9701
9702 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9703
9704         * ps/ps-document.c: (ps_document_dispose),
9705         (ps_async_renderer_render_pixbuf):
9706         * ps/ps-document.h:
9707
9708         Do not leak the target window
9709
9710 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9711
9712         * shell/ev-application.c: (ev_application_init):
9713
9714         Let tbe check file existence for us.
9715         Add a comment about eggrecent mime filter.
9716
9717 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9718
9719         * data/evince-ui.xml:
9720         * shell/ev-application.c: (ev_application_shutdown),
9721         (ev_application_init), (ev_application_get_toolbars_model),
9722         (ev_application_get_recent_model),
9723         (ev_application_save_toolbars_model):
9724         * shell/ev-application.h:
9725         * shell/ev-window.c: (ev_window_add_recent),
9726         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9727         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9728         (ev_window_init):
9729
9730         Use common toolbar and recent models for all windows.
9731         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9732
9733 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9734
9735         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9736         successfully check for gtk_icon_view_get_visible_range.
9737
9738 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9739
9740         * djvu/Makefile.am:
9741         * dvi/Makefile.am:
9742         
9743         Fix djvu and dvi backend build.
9744
9745 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9746
9747         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9748         (new_separator_pixbuf):
9749
9750         Don't leak windows.
9751
9752 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9753
9754         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9755
9756         HIGification of toolbar editor dialogue.
9757
9758 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9759
9760         * configure.ac:
9761         * shell/Makefile.am:
9762
9763         Ever build metadata manager since it's just
9764         disabled at runtime now.
9765
9766 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9767
9768         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9769         (ev_metadata_manager_get), (ev_metadata_manager_set):
9770         * shell/ev-metadata-manager.h:
9771
9772         Add an _init functions that enabled metadata management
9773         at runtime.
9774
9775         * shell/ev-window.c: (page_changed_cb),
9776         (setup_document_from_metadata), (ev_window_setup_document),
9777         (setup_view_from_metadata), (ev_window_open_uri),
9778         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9779         (ev_window_run_presentation), (ev_window_stop_presentation),
9780         (save_sizing_mode), (ev_window_zoom_changed_cb),
9781         (ev_window_continuous_changed_cb),
9782         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9783         (window_configure_event_cb):
9784
9785         Remove all ugly metadata define since we deal with it
9786         at runtime now.
9787
9788         * shell/main.c: (load_files_remote), (main):
9789
9790         Add support for dbus cvs head. Hopefully didnt break one
9791         of the other versions now!
9792
9793         If we dont get a response from the dbus server just
9794         give up with it and not enable metadata.
9795
9796 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9797
9798         * Makefile.am:
9799         * backend/Makefile.am:
9800         * configure.ac:
9801         * cut-n-paste/recent-files/Makefile.am:
9802         * cut-n-paste/toolbar-editor/Makefile.am:
9803         * cut-n-paste/zoom-control/Makefile.am:
9804         * lib/Makefile.am:
9805         * pdf/Makefile.am:
9806         * pixbuf/Makefile.am:
9807         * properties/Makefile.am:
9808         * ps/Makefile.am:
9809         * shell/Makefile.am:
9810         * thumbnailer/Makefile.am:
9811         * tiff/Makefile.am:
9812
9813         Make frontends depend on just libev.
9814         Rework and group CFLAGS/LIBS definitions.
9815         Cleanups.
9816
9817 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9818
9819         * shell/ev-window:
9820
9821         do not unnecessarily save zoom
9822
9823         * configure.ac:
9824         * lib/ev-file-helpers.c: (ev_dot_dir):
9825         * shell/Makefile.am:
9826         * shell/dummy.cc:
9827
9828         Some cleanups
9829
9830 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9831
9832         * configure.ac:
9833         
9834         Remove unnecessary dependencies
9835
9836 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9837
9838         * properties/Makefile.am:
9839         * thumbnailer/Makefile.am:
9840         * tiff/Makefile.am:
9841
9842         Some more cleanups. Was really necessary
9843         but I probably introduced bugs, feel free
9844         to flame :)
9845
9846 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9847
9848         * backend/Makefile.am:
9849         * configure.ac:
9850         * cut-n-paste/recent-files/Makefile.am:
9851         * cut-n-paste/toolbar-editor/Makefile.am:
9852         * cut-n-paste/zoom-control/Makefile.am:
9853         * lib/Makefile.am:
9854         * pdf/Makefile.am:
9855         * pixbuf/Makefile.am:
9856         * properties/Makefile.am:
9857         * ps/Makefile.am:
9858         * shell/Makefile.am:
9859         * thumbnailer/Makefile.am:
9860         * tiff/Makefile.am:
9861
9862         Use gnome-common macros when possible.
9863         Cleanup dependencies.
9864         Actually disable deprecated where possible.
9865
9866 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9867
9868         * Makefile.am:
9869         * backend/Makefile.am:
9870         * properties/Makefile.am:
9871         * shell/Makefile.am:
9872         * thumbnailer/Makefile.am:
9873
9874         This should solve the circular dep without
9875         requiring dir reorg!
9876
9877         * shell/ev-window.c: (setup_view_from_metadata):
9878
9879         Never restore window size/position when the
9880         window is already visible.
9881
9882 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9883
9884         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9885
9886         Return a boolean from timeout func. Fix ported from gedit.
9887
9888 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9889
9890         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9891
9892 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9893
9894         * shell/ev-document-types.c: set "All Documents" as default filter in
9895         open dialog
9896
9897 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9898
9899         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9900         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9901         (ev_metadata_manager_set_boolean): fix value/val thinko.
9902
9903 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9904
9905         * shell/ev-window.c: (setup_view_from_metadata),
9906         (window_state_event_cb), (window_configure_event_cb),
9907         (ev_window_init):
9908
9909         Remember window position and maximized state
9910
9911 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9912
9913         * configure.ac:
9914
9915         Fix DBUS configure checks.
9916
9917         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9918         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9919         (ev_metadata_manager_set_boolean):
9920
9921         Plug mem leaks.
9922
9923         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9924         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9925         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9926         (ev_window_continuous_changed_cb),
9927         (ev_window_dual_mode_changed_cb), (ev_window_new):
9928
9929         Fix the build without DBUS.
9930
9931 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9932
9933         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9934         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9935         (ev_metadata_manager_set_string),
9936         (ev_metadata_manager_set_boolean):
9937         * shell/ev-metadata-manager.h:
9938
9939         Add support for some more types
9940
9941         * shell/ev-view.c: (scroll_to_current_page),
9942         (ev_view_get_continuous), (ev_view_set_continuous),
9943         (ev_view_get_dual_page):
9944         * shell/ev-view.h:
9945         * shell/ev-window.c: (page_changed_cb),
9946         (setup_document_from_metadata), (ev_window_setup_document),
9947         (setup_view_from_metadata), (ev_window_open_uri),
9948         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9949         (ev_window_run_presentation), (ev_window_stop_presentation),
9950         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9951         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9952         (ev_window_update_dual_page_action),
9953         (ev_window_continuous_changed_cb),
9954         (ev_window_dual_mode_changed_cb), (ev_window_init):
9955
9956         Remember a bunch of view/document properties. Prolly some
9957         are still missing but it's getting interesting.
9958
9959 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9960
9961         * configure.ac: check if dbus-binding-tool is installed. Not the
9962         case on current Ubuntu breezy, it seems.
9963
9964 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9965
9966         * data/evince.desktop.in.in:
9967         
9968         Allow open uri lists and add TryExec field.
9969
9970 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9971
9972         * configure.ac:
9973
9974         Enable dbus when available, do not require a configure
9975         option.
9976
9977 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9978
9979         * configure.ac:
9980
9981         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9982         disabled.
9983
9984 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9985         Marco Pesenti Gritti  <mpg@redhat.com>
9986
9987         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9988         
9989         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9990         functions to the format required by dbus
9991
9992         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9993         errors. Use the RPC parameters in the expected way
9994
9995 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9996
9997         * Makefile.am:
9998         * properties/Makefile.am:
9999         * properties/ev-properties-main.c: (ev_properties_get_pages):
10000
10001         Support all mime types
10002
10003         * shell/Makefile.am:
10004         * thumbnailer/Makefile.am:
10005         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
10006         (evince_thumbnail_pngenc_get):
10007
10008         Use the document factory
10009
10010 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10011
10012         * backend/Makefile.am:
10013         * backend/ev-document-factory.c:
10014         (mime_type_supported_by_gdk_pixbuf),
10015         (ev_document_type_get_from_mime),
10016         (ev_document_factory_get_document),
10017         (ev_document_factory_get_backend),
10018         (ev_document_factory_get_mime_types),
10019         (ev_document_factory_get_all_mime_types):
10020         * backend/ev-document-factory.h:
10021         * shell/Makefile.am:
10022         * shell/ev-document-types.c: (get_document_from_uri),
10023         (ev_document_types_get_document),
10024         (file_filter_add_mime_list_and_free),
10025         (ev_document_types_add_filters):
10026         * shell/ev-document-types.h:
10027         * shell/ev-job-xfer.c: (ev_job_xfer_run):
10028         * shell/ev-properties-dialog.c:
10029         (ev_properties_dialog_set_document):
10030         * shell/ev-window.c: (ev_window_cmd_file_open),
10031         (ev_window_cmd_save_as):
10032         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10033
10034         Rework document types managing to avoid code duplication
10035         and actually abstract from backend implementations.
10036         Also provide a minimal factory api that can be used by
10037         thumbnailer/properties.
10038
10039 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10040
10041         * properties/ev-properties-view.c: (ev_properties_view_set_info):
10042         Plug a mem leak.
10043         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
10044         HIG spacings.
10045
10046 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10047
10048         * shell/ev-properties-dialog.c
10049         (ev_properties_dialog_set_document): only call
10050         ev_properties_fonts_set_document() if the document implements the
10051         fonts interface
10052
10053 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10054
10055         * configure.ac:
10056         * properties/Makefile.am:
10057         * properties/ev-properties-view.c:
10058         (ev_properties_view_register_type):
10059         * properties/ev-properties-view.h:
10060         * properties/ev-properties-main.h:
10061
10062         Implement nautilus plugin for properties.
10063         Works only for pdf atm, I need to rework the
10064         document types stuff to get this to work
10065         for all backends...
10066
10067 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10068
10069         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10070         (ev_properties_fonts_set_document): use
10071         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10072
10073 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10074
10075         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10076         them
10077         (PlaceImage, tiff2ps_process_page): use
10078         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10079
10080
10081 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10082
10083         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10084         (main): to call gnome_authentication_manager_init. Should fix
10085         Bug #308510
10086
10087         * configure.ac: that requires libgnomeui 2.6.0.
10088
10089 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10090
10091         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10092         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10093         use the new tiff2ps interfaces
10094
10095         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10096         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10097
10098         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10099         structure instead of global variables.  Remove use of static
10100         variables in functions.
10101
10102 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10103
10104         * shell/ev-page-action.c: unref the completion after setting it to the
10105         entry
10106
10107 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10108
10109         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10110         postscript files
10111
10112 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10113
10114         * shell/ev-window.c (update_action_sensitivity): disable
10115         File->Print if the document does not implement the ps exporter
10116         interface
10117
10118 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10119
10120         * Makefile.am:
10121         * configure.ac:
10122         * data/evince-properties.glade:
10123         * properties/.cvsignore:
10124         * properties/Makefile.am:
10125         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10126         (ev_properties_view_class_init), (ev_properties_view_format_date),
10127         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10128         (ev_properties_view_init), (ev_properties_view_new):
10129         * properties/ev-properties-view.h:
10130         * shell/Makefile.am:
10131         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10132         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10133         (ev_properties_dialog_new):
10134         * shell/ev-properties-dialog.h:
10135         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10136         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10137         (update_progress_label), (job_fonts_finished_cb),
10138         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10139         * shell/ev-properties-fonts.h:
10140         * shell/ev-properties.c:
10141         * shell/ev-properties.h:
10142         * shell/ev-window.c: (ev_window_setup_document),
10143         (ev_window_cmd_file_properties):
10144
10145         Split the properties pages in two different objects, depend
10146         only on the backend where possible, use widgets instead
10147         of gobject for the glade part, reimplement the dialog
10148         itself with gtk.
10149         I need this to implement nautilus properties page.
10150
10151 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10152
10153         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10154         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10155         (tiff_document_document_ps_exporter_iface_init): implement the ps
10156         exporter interface for tiff documents
10157
10158         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10159         libtiff to implement TIFF postscript export
10160
10161         * tiff/tiff2ps.h: added a header file for external tiff2ps
10162         functions.
10163
10164         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10165         tiff2ps.h
10166
10167 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10168
10169         * shell/ev-view.c: (scroll_to_current_page),
10170         (ev_view_set_fullscreen), (ev_view_set_presentation):
10171         
10172         Scroll to current page when exit from presentation
10173
10174 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10175
10176         * shell/ev-window.c: (update_document_mode),
10177         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10178         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10179         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10180         
10181         Exit from fullscreen mode when switch to presentation. Fix for
10182         bug 309365
10183
10184 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10185
10186         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10187         return NULL if the document does not implement the selection
10188         interface.
10189
10190 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10191
10192         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10193         reported height by using the resolution aspect ratio
10194         (tiff_document_render_pixbuf): scale the pixbuf using the
10195         resolution aspect ratio
10196
10197 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10198
10199         * configure.ac:
10200         
10201         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10202         <kiltedaco@gmail.com>
10203         
10204         * djvu/djvu-document.c: (djvu_document_get_orientation),
10205         (djvu_document_set_orientation), (djvu_document_get_page_size),
10206         (rotate_pixbuf), (djvu_document_render_pixbuf),
10207         (djvu_document_document_iface_init):
10208         * dvi/dvi-document.c: (dvi_document_get_orientation),
10209         (dvi_document_set_orientation), (dvi_document_get_page_size),
10210         (rotate_pixbuf), (dvi_document_render_pixbuf),
10211         (dvi_document_document_iface_init):
10212         
10213         Dvi and djvu backends are ported to new API
10214
10215 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10216
10217         * backend/ev-selection.c: (ev_selection_get_selection_region),
10218         (ev_selection_get_selection_map):
10219         * backend/ev-selection.h:
10220         * pdf/ev-poppler.cc:
10221         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10222         * shell/ev-jobs.h:
10223         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10224         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10225         (ev_pixbuf_cache_get_text_mapping):
10226         * shell/ev-pixbuf-cache.h:
10227         * shell/ev-view.c: (location_in_text),
10228         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10229         support to EvView.  Now we can see where we can select!  Sweet!
10230
10231 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10232
10233         * shell/ev-view.c (ev_view_button_press_event): Fix
10234         event->y + view->scroll_x typo.
10235
10236 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10237
10238         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10239         sub-GdkPixbuf instead of passing dest_x and dest_y.
10240         
10241         * shell/ev-view.c: (view_point_to_doc_point),
10242         (view_rect_to_doc_rect), (ev_view_button_press_event),
10243         (ev_view_motion_notify_event), (compute_new_selection_rect),
10244         (gdk_rectangle_point_in), (compute_new_selection_text),
10245         (compute_selections): Update selection code to keep the selection
10246         around as two points and not as a normalized rectangle, and fix
10247         page level selection in two-column mode.
10248
10249 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10250
10251         * shell/ev-window.c: (window_configure_event_cb): 
10252         
10253         Fix compilation
10254         
10255 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10256
10257         * pdf/ev-poppler.cc:
10258
10259         Fix compilation
10260
10261 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10262
10263         * shell/Makefile.am:
10264         * shell/ev-metadata-manager.c: (item_free),
10265         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10266         (parse_value), (parseItem), (load_values),
10267         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10268         (save_values), (save_item), (get_oldest), (resize_items),
10269         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10270         * shell/ev-metadata-manager.h:
10271
10272         Metadata manager from gedit but modified to use GValue, so that
10273         we dont need to keep converting from strings.
10274
10275         * configure.ac:
10276
10277         ENABLE_METADATA conditional, on when dbus is on
10278
10279         * shell/ev-application.c: (ev_application_open_uri):
10280
10281         Show the window after load so that we can initialize
10282         window size before it's showed.
10283
10284         * shell/ev-window.c: (ev_window_setup_from_metadata),
10285         (ev_window_open_uri), (window_configure_event_cb),
10286         (ev_window_init):
10287
10288         Save and load metadata information about window size.
10289         Not yet keeping states in account.
10290
10291         * shell/main.c: (main):
10292
10293         Shutdown metadata manager.
10294
10295 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10296
10297         * shell/ev-application-service.xml:
10298         * configure.ac:
10299         * shell/Makefile.am:
10300         * shell/ev-application.c:
10301         * shell/ev-application.h:
10302         * shell/ev-window.c:
10303         * shell/ev-window.h:
10304         * shell/main.c:
10305
10306         Add an optional dbus interface (--enable-dbus).
10307         Rework application code, mainly to be easier to
10308         use "remotely".
10309         Do not open multiple windows with the same document,
10310         spatial evince!
10311
10312 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10313
10314         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10315         pixbuf iff it exists.
10316
10317 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10318
10319         * shell/*:
10320         * backend/ev-render-context.[ch]:
10321         * backend/ev-selection.[ch]:
10322
10323         Massive changes.  We now support text selection of pdfs, and not
10324         just rectangular selection.  This is pretty broken still, but I
10325         want to get something into CVS.
10326
10327 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10328
10329         * pdf/ev-poppler.cc:
10330         
10331         Fix for Bug 309080: crash on window close.
10332         
10333         * shell/ev-page-action.c: (page_changed_cb):
10334         
10335         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10336         jensgr@gmx.net (Jens Granseuer).
10337
10338 2005-06-25  Marcel Telka  <marcel@telka.sk>
10339
10340         * configure.in (ALL_LINGUAS): Added sk.
10341
10342 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10343
10344         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10345         not a document open
10346
10347 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10348
10349         * NEWS:
10350         * configure.ac:
10351
10352         Release 0.3.2
10353
10354         * cut-n-paste/recent-files/Makefile.am:
10355
10356         Fix make distcheck
10357
10358 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10359
10360         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10361         (pixbuf_document_set_orientation), (rotate_pixbuf),
10362         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10363         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10364
10365         Implement rotation and cleanup the code a bit.
10366
10367         * tiff/tiff-document.c: (tiff_document_get_page_size),
10368         (tiff_document_get_orientation), (tiff_document_set_orientation),
10369         (rotate_pixbuf), (tiff_document_render_pixbuf),
10370         (tiff_document_document_iface_init), (tiff_document_init):
10371
10372         Implement rotation. Was the quicker solution for the release
10373         but we really need to share this code in the shell.
10374
10375 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10376
10377         * pdf/ev-poppler.cc:
10378
10379         Enable rotation, require poppler cvs. Fix a leak.
10380
10381 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10382
10383         * shell/ev-window.c: (update_action_sensitivity):
10384         
10385         Make properties unsensitive if document backend doesn't provide
10386         any info
10387
10388 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10389
10390         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10391         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10392         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10393         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10394         (bitmap_flip_rotate_counter_clockwise):
10395         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10396         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10397         (buff_gets):
10398         * dvi/mdvi-lib/common.h:
10399         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10400         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10401         (opendvi), (mdvi_reload), (mdvi_init_context),
10402         (mdvi_destroy_context), (mdvi_dopage), (special):
10403         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10404         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10405         (file_hash_free), (register_encoding), (parse_spec),
10406         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10407         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10408         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10409         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10410         (mdvi_register_font_type), (mdvi_unregister_font_type),
10411         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10412         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10413         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10414         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10415         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10416         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10417         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10418         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10419         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10420         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10421         (mdvi_unregister_special), (mdvi_flush_specials):
10422         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10423         (t1_font_remove):
10424         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10425         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10426         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10427         (free_font_metrics), (flush_font_metrics):
10428         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10429         (tt_font_remove):
10430         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10431         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10432         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10433         (dstring_insert), (dstring_new), (dstring_reset):
10434         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10435         
10436         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10437         avoid conflict with libtool on FC4
10438         
10439         * shell/ev-window.c: (ev_window_cmd_help_about):
10440         
10441         Update copyright year. Fix for bug 308828.
10442
10443 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10444
10445         * shell/ev-view.c: (add_scroll_binding_keypad),
10446         (ev_view_binding_activated), (ev_view_class_init),
10447         (on_adjustment_value_changed):
10448         
10449         Bug 170874: Arrow keys switch pages in presentation mode
10450
10451 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10452
10453         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10454         
10455         Fix for Bug 308265: Sidebar dissappears coming out of 
10456         Presentation mode
10457
10458 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10459
10460         * shell/ev-application.c: (ev_application_open):
10461         * shell/ev-document-types.c: (ev_document_types_add_filters),
10462         (ev_document_types_add_filters_for_type):
10463         * shell/ev-document-types.h:
10464         * shell/ev-window.c: (ev_window_cmd_save_as):
10465         
10466         Suggest basename as template when saving, provide filters
10467         for save dialog. It's bug 308402
10468
10469 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10470
10471         * pdf/ev-poppler.cc:
10472         * shell/ev-sidebar-links.c: (job_finished_callback):
10473         * shell/ev-view.c: (update_find_status_message):
10474         
10475         Some leaks fixed
10476
10477 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10478
10479         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10480         (egg_recent_view_uimanager_set_list):
10481
10482         Fix buglet in !show_numbers case.
10483
10484 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10485
10486         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10487         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10488
10489         Use pango ellipsisation.
10490
10491         * pdf/ev-poppler.cc:
10492
10493         Fix refcount leak, from nsh.
10494
10495 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10496
10497         * cut-n-paste/recent-files/Makefile.am:
10498         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10499         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10500         
10501         Removed EggRecentViewGtk
10502         
10503         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10504         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10505         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10506         (ev_window_setup_recent):
10507         
10508         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10509         with other projects
10510
10511 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10512
10513         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10514         (egg_recent_view_gtk_finalize):
10515
10516         Fix memory leak
10517
10518         * cut-n-paste/toolbar-editor/Makefile.am:
10519         
10520         Fix location of cursor icon.
10521         
10522         * pdf/ev-poppler.cc:
10523         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10524         (display_completion_text), (match_completion):
10525         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10526         (selection_changed_callback), (create_loading_model),
10527         (print_section_cb), (links_page_num_func),
10528         (update_page_callback_foreach):
10529         * shell/ev-window.c: (ev_window_dispose):
10530         
10531         Small memory fixes. Links model now store objects instead
10532         of pointers to improve memory management. 
10533
10534 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10535
10536         * shell/ev-window.c: (zoom_control_changed_cb):
10537         
10538         Fix update of zoom control (bug 308268).
10539
10540 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10541
10542         * shell/ev-properties.c (set_property): escape the text correctly.
10543         Handles non-UTF-8 properties and escaped properties.  Also, sets
10544         the text to "<i>None</i>" if the property isn't set.
10545
10546         * data/evince-properties.glade: Change the label to be ellipsized,
10547         and give it a minimum size.
10548
10549 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10550
10551         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10552         * shell/ev-sidebar-links.c: (create_loading_model):
10553         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10554         * shell/ev-view.c: (ev_view_set_document):
10555         * shell/ev-window.c: (ev_window_dispose):
10556         
10557         Various small fixes, mostly memory leaks. Thanks to valgrind.
10558
10559 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10560
10561         * ps/ps-document.c: remove the locale.h include again ;-). And
10562         kill the (bogus) setlocale/savelocale business.
10563
10564 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10565
10566         * ps/ps-document.c:
10567         
10568         Include locale.h to fix build
10569         
10570         * shell/ev-sidebar.c:
10571         
10572         Remove unnecessary includes
10573
10574 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10575
10576         * dvi/dvi-document.c: (dvi_document_load):
10577         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10578         * po/POTFILES.in:
10579         
10580         Check for incorrect dvi files. Fix parsing dvi on AMD64
10581         platform. Thanks to tester@tester.ca (Olivier Crete).
10582
10583 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10584
10585         * shell/ev-page-action.c: (match_selected_cb),
10586         (display_completion_text), (match_completion), (update_model):
10587         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10588         (expand_open_links):
10589         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10590         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10591         (ev_sidebar_set_document):
10592         * shell/ev-window.c: (ev_window_xfer_job_cb),
10593         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10594         
10595         Fixed lot's of memory leaks, for example, memory leak on reload, 
10596         described in bug 307793.
10597
10598 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10599
10600         * pdf/ev-poppler.cc:
10601         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10602         (update_visible_range), (adjustment_changed_cb),
10603         (ev_sidebar_thumbnails_fill_model),
10604         (ev_sidebar_thumbnails_refresh),
10605         (ev_sidebar_tree_selection_changed),
10606         (ev_sidebar_icon_selection_changed),
10607         (ev_sidebar_thumbnails_use_icon_view),
10608         (ev_sidebar_thumbnails_set_document):
10609         * shell/ev-sidebar-thumbnails.h:
10610         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10611         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10612
10613         Refresh thumbnails when changing orientation. Not fully
10614         working yet becuase of a sidebar bug.
10615
10616         Set page orientation to poppler page everywhere. This sucks
10617         really need to fix poppler.
10618
10619 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10620
10621         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10622         (egg_recent_view_gtk_new_menu_item),
10623         (egg_recent_view_gtk_set_property),
10624         (egg_recent_view_gtk_get_property),
10625         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10626         (egg_recent_view_gtk_set_tooltip_func),
10627         (egg_recent_view_gtk_set_label_width),
10628         (egg_recent_view_gtk_get_label_width):
10629         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10630
10631         Sync with libegg (ellipsize labels)
10632
10633 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10634
10635         * data/evince-ui.xml:
10636         * shell/ev-window.c: (ev_window_cmd_go_forward),
10637         (ev_window_cmd_go_backward):
10638         
10639         Shift + PageUp moves 10 Pages. Fix for 306125
10640
10641 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10642
10643         * pdf/ev-poppler.cc:
10644
10645         Add a flag to check if orientation has been overriden
10646
10647 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10648
10649         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10650         field if necessary.
10651
10652         * ps/ps.h: add creator field to document.
10653
10654         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10655         set creator field.
10656
10657 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10658
10659         * data/evince-properties.glade:
10660         * shell/ev-properties.c: (ev_properties_set_document):
10661
10662         s/PDF Version/Format
10663
10664 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10665
10666         * shell/ev-properties.c: (ev_properties_set_document):
10667
10668         Remove unnecessary translations
10669
10670 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10671
10672         * cut-n-paste/toolbar-editor/Makefile.am:
10673
10674         Correct library name    
10675
10676 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10677
10678         * configure.ac:
10679         * cut-n-paste/recent-files/egg-recent-model.c:
10680         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10681         (egg_recent_model_unlock_file):
10682         * cut-n-paste/recent-files/egg-recent-util.c:
10683         (egg_recent_util_get_unique_id):
10684         * cut-n-paste/recent-files/update-from-egg.sh:
10685         * cut-n-paste/toolbar-editor/Makefile.am:
10686         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10687         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10688         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10689         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10690         (egg_toolbars_model_get_type):
10691         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10692
10693         Better makefile for toolbar editor and update everything
10694         to latest libegg.
10695
10696 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10697
10698         * shell/ev-window.c: (update_document_mode):
10699
10700         Prefer presentation mode when the document
10701         require fullscreen.
10702
10703 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10704
10705         * data/evince-ui.xml:
10706         * shell/ev-window.c:
10707
10708         Add control-equal for zooming
10709
10710 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10711
10712         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10713
10714 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10715
10716         * backend/ev-document.c: (ev_document_get_orientation):
10717         * backend/ev-document.h:
10718         * pdf/ev-poppler.cc:
10719         * ps/ps-document.c: (ps_document_get_orientation),
10720         (ps_document_set_orientation), (ps_document_document_iface_init):
10721
10722         Add a get_orientation api. Improve set_orientation.
10723
10724         * data/evince-ui.xml:
10725         * shell/ev-view.c: (ev_view_set_orientation),
10726         (ev_view_rotate_right), (ev_view_rotate_left):
10727         * shell/ev-view.h:
10728         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10729         (ev_window_cmd_edit_rotate_right):
10730
10731         Better ui for changing document orientation
10732
10733 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10734
10735         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10736         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10737         * shell/ev-sidebar-links.h:
10738         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10739         (ev_sidebar_page_iface_init):
10740         * shell/ev-sidebar-page.h:
10741         * shell/ev-sidebar-thumbnails.c:
10742         (ev_sidebar_thumbnails_get_property),
10743         (ev_sidebar_thumbnails_class_init),
10744         (ev_sidebar_thumbnails_set_document):
10745         * shell/ev-sidebar-thumbnails.h:
10746         * shell/ev-view.c: (ev_view_motion_notify_event):
10747         * shell/ev-window.c: (update_chrome_visibility),
10748         (ev_window_cmd_focus_page_selector),
10749         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10750         (sidebar_page_main_widget_update_cb), (ev_window_init):
10751         
10752         Autoraise toolbar on GoToPage binding and fix bindings in
10753         EvSidebarThumbnails page.
10754
10755 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10756
10757         * shell/ev-properties.c: (update_progress_label):
10758
10759         Hide the progress label when finished; bug #307697.
10760
10761 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10762
10763         * pdf/ev-poppler.cc:
10764
10765         Enable is_open for links, you will need poppler cvs
10766
10767         * shell/ev-properties.c: (job_fonts_finished_cb):
10768
10769         Get a lock on the document when filling the tree view
10770
10771 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10772
10773         * backend/ev-document-links.h:
10774         * pdf/ev-poppler.cc:
10775         * shell/ev-sidebar-links.c: (create_loading_model),
10776         (expand_open_links), (job_finished_callback):
10777
10778         Expand links when specified by the document.
10779         Depend on a poppler api (defined out for now)
10780
10781 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10782
10783         * shell/ev-properties.c: (ev_properties_dispose),
10784         (ev_properties_class_init), (dialog_destroy_cb),
10785         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10786         (ev_properties_set_document), (ev_properties_new),
10787         (ev_properties_show):
10788         * shell/ev-properties.h:
10789
10790         Make it an object, cleanup the code, api to show it as transient
10791         and to set the document.
10792
10793         * shell/ev-window.c: (ev_window_setup_document),
10794         (ev_window_cmd_file_properties):
10795
10796         Adapt to EvProperties changes, do not show multiple
10797         times, update it when document changes.
10798
10799 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10800
10801         * ps/gstypes.h:
10802         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10803         (ps_document_set_orientation), (ps_document_document_iface_init):
10804         * ps/ps-document.h:
10805
10806         Implement orientation here too
10807
10808         * shell/ev-properties.c: (ev_properties_new):
10809         * data/evince-properties.glade:
10810
10811         Hide the fonts page for backends that doesnt
10812         support it.     
10813
10814 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10815
10816         * backend/ev-document.c: (ev_document_set_orientation):
10817         * backend/ev-document.h:
10818         * pdf/ev-poppler.cc:
10819
10820         Add orientation api. Currently poppler api is not optimal,
10821         we need to set orientation every time we _get a page.
10822         I will try to fix that at some point.
10823
10824         * data/evince-ui.xml:
10825         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10826         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10827
10828         Add orientation menu items
10829
10830         * shell/ev-page-cache.c: (ev_page_cache_clear):
10831         * shell/ev-page-cache.h:
10832
10833         Add api to clear the cache
10834
10835         * shell/ev-view.c: (setup_caches), (clear_caches),
10836         (ev_view_set_document), (ev_view_zoom_out),
10837         (ev_view_set_orientation):
10838         * shell/ev-view.h:
10839
10840         Implement orientation changing
10841
10842 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10843
10844         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10845         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10846         * backend/ev-document-fonts.h:
10847
10848         Separate scan and fill so that we can incrementally fill from
10849         the main thread. Add a progress api.
10850
10851         * data/evince-properties.glade:
10852         * pdf/ev-poppler.cc:
10853         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10854         * shell/ev-jobs.h:
10855         * shell/ev-properties.c: (update_progress_label),
10856         (job_fonts_finished_cb), (setup_fonts_view):
10857
10858         Incrementally feel the list and show the progress
10859         percentage in a label like acrobat does.
10860
10861         You are going to need poppler cvs
10862
10863 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10864
10865         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10866         * backend/ev-document-fonts.h:
10867         * pdf/ev-poppler.cc:
10868
10869         Make fonts model fill incrementally.
10870
10871         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10872         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10873         (ev_job_queue_remove_job):
10874         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10875         (ev_job_fonts_new), (ev_job_fonts_run):
10876         * shell/ev-jobs.h:
10877
10878         New job for fonts scanning
10879
10880         * shell/ev-properties.c: (job_fonts_finished_cb),
10881         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10882         * shell/ev-properties.h:
10883         * shell/ev-window.c: (ev_window_cmd_file_properties):
10884
10885         Incrementally feel the treeview using the new job. Show Loading...
10886         message until scanning is completed.
10887
10888         Hopefully I didnt break the build without the poppler patch.
10889
10890 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10891
10892         * shell/ev-application.c: (ev_application_open):
10893         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10894         (ev_document_type_get_type), (ev_document_type_lookup):
10895         * shell/ev-document-types.h:
10896         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10897         * shell/ev-job-xfer.h:
10898         * shell/ev-window.c: (ev_window_clear_local_uri),
10899         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10900         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10901         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10902         
10903         Transfer remote documents to tmp directory to display them later.
10904
10905 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10906
10907         * backend/ev-document-info.h:
10908         * shell/ev-properties.c: (ev_properties_new):
10909
10910         s/GTime*/GTime. Not sure why we was using a pointer
10911         at all there!
10912
10913 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10914
10915         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10916         situations.  That situation is that you're using GTK+-HEAD with
10917         the patch at #306726 is applied, and you have a document with <
10918         1500 pages in it.  It's not quite as uniformly nice as the
10919         TreeView, but should be better in the long run.
10920
10921         I'm pretty sure I guarded against breaking compilation with
10922         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10923         I missed some.
10924
10925         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10926         widget yet, so I commented that code out
10927         enable_view_actions_for_widget() for now.  Need to figure this
10928         out.
10929
10930         * shell/ev-page-action.c (match_selected_cb): emit the right
10931         signals.  Our cool C-l completion now works.
10932
10933 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10934
10935         * backend/Makefile.am:
10936         * backend/ev-document-fonts.c:
10937         * backend/ev-document-links.c:
10938         * backend/ev-document.c: (ev_document_load):
10939         * backend/ev-document.h:
10940         * backend/ev-job-queue.c:
10941         * backend/ev-job-queue.h:
10942         * backend/ev-jobs.c:
10943         * backend/ev-jobs.h:
10944         * backend/ev-page-cache.c:
10945         * backend/ev-page-cache.h:
10946
10947         EvPageCache and EvJobs are moved to shell.
10948
10949         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10950         (ev_tmp_filename):
10951         * lib/ev-file-helpers.h:
10952         
10953         New helper to work with temporary files
10954         
10955         * shell/Makefile.am:
10956         * shell/ev-application.c: (ev_application_open):
10957         * shell/ev-application.h:
10958         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10959         (remove_job_from_async_queue), (add_job_to_async_queue),
10960         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10961         (handle_job), (search_for_jobs_unlocked),
10962         (no_jobs_available_unlocked), (ev_render_thread),
10963         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10964         (ev_job_queue_add_job), (move_job_async), (move_job),
10965         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10966         * shell/ev-job-queue.h:
10967         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10968         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10969         * shell/ev-job-xfer.h:
10970         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10971         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10972         (ev_job_links_class_init), (ev_job_render_init),
10973         (ev_job_render_dispose), (ev_job_render_class_init),
10974         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10975         (ev_job_thumbnail_class_init), (ev_job_load_init),
10976         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10977         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10978         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10979         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10980         * shell/ev-jobs.h:
10981         * shell/ev-page-action.c: (ev_page_action_set_document):
10982         * shell/ev-page-cache.c: (ev_page_cache_init),
10983         (ev_page_cache_class_init), (ev_page_cache_finalize),
10984         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10985         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10986         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10987         (ev_page_cache_get_title), (ev_page_cache_get_size),
10988         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10989         (ev_page_cache_get_height_to_page),
10990         (ev_page_cache_get_max_label_chars),
10991         (ev_page_cache_get_page_label),
10992         (ev_page_cache_has_nonnumeric_page_labels),
10993         (ev_page_cache_get_info), (ev_page_cache_next_page),
10994         (ev_page_cache_prev_page), (ev_page_cache_get):
10995         * shell/ev-page-cache.h:
10996         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10997         (ev_pixbuf_cache_clear_job_sizes),
10998         (ev_pixbuf_cache_add_jobs_if_needed),
10999         (ev_pixbuf_cache_set_page_range):
11000         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
11001         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
11002         * shell/ev-sidebar-thumbnails.c:
11003         (ev_sidebar_tree_selection_changed),
11004         (ev_sidebar_thumbnails_set_document):
11005         * shell/ev-statusbar.c: (ev_statusbar_destroy),
11006         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
11007         (ev_statusbar_get_context_id), (ev_statusbar_push),
11008         (ev_statusbar_pop), (ev_statusbar_set_maximized),
11009         (ev_statusbar_pulse), (ev_statusbar_show_progress),
11010         (ev_statusbar_set_progress):
11011         * shell/ev-statusbar.h:
11012         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
11013         (ev_view_find_previous):
11014         * shell/ev-window.c: (ev_window_is_empty),
11015         (ev_window_setup_document), (password_dialog_response),
11016         (ev_window_clear_jobs), (ev_window_load_job_cb),
11017         (ev_window_xfer_job_cb), (ev_window_open_uri),
11018         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
11019         (ev_window_print), (ev_window_print_range),
11020         (ev_window_state_event), (ev_window_cmd_view_reload),
11021         (menu_item_select_cb), (menu_item_deselect_cb),
11022         (view_status_changed_cb), (ev_window_dispose),
11023         (drag_data_received_cb), (ev_window_init):
11024         * shell/ev-window.h:
11025         * shell/main.c: (load_files):
11026         
11027         New statusbar to show progress on idle. Two new jobs - 
11028         xfer job and load job to load document in background. And update
11029         of page_cache clients to new location of code.
11030
11031 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
11032
11033         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
11034         selection in open dialog. It also remembers the last visited directory 
11035         in the current session.
11036
11037 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11038
11039         * shell/ev-properties.c: (ev_properties_new):
11040         * shell/ev-properties.h:
11041         * shell/ev-window.c: (ev_window_cmd_file_properties):
11042         
11043         Get document info from page cache instead of document itself.
11044         This should fix crash related to race conditions described in
11045         bug 306545.
11046
11047 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11048
11049         * ps/ps-document.c: (ps_document_init),
11050         (send_ps), (get_page_box), (output), (catchPipe), (input),
11051         (stop_interpreter), (file_length), (file_readable),
11052         (check_filecompressedb), (ps_document_enable_interpreter),
11053         (document_load), (ps_async_renderer_render_pixbuf):
11054         * ps/ps-document.h:
11055
11056         Big cleanup of the ps code
11057
11058 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11059
11060         * backend/Makefile.am:
11061         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11062         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11063         * backend/ev-async-renderer.h:
11064
11065         Add an async renderer interface (method + callback) which
11066         is useful for backends like ps.
11067
11068         * backend/ev-job-queue.c: (remove_job_from_async_queue),
11069         (add_job_to_async_queue), (job_finished_cb), (handle_job),
11070         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11071         (ev_job_queue_add_job), (move_job_async), (move_job),
11072         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11073
11074         Add queues for async renderer, these are executed on the
11075         main thread.
11076
11077         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11078         (ev_job_render_run):
11079         * backend/ev-jobs.h:
11080
11081         If the backend support async renderer interface use it.
11082
11083         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11084         (setup_pixmap), (ps_document_get_type),
11085         (ps_async_renderer_render_pixbuf),
11086         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11087
11088         Implement async renderer interface.
11089
11090 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11091
11092         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11093
11094         Cleanup links job on exit.
11095
11096 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11097
11098         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11099         (drag_data_get_cb), (drag_data_received_cb):
11100         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11101         (drag_data_get_cb), (parse_item_list),
11102         (egg_toolbar_editor_load_actions):
11103         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11104         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11105         (parse_item_list), (parse_toolbars):
11106         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11107         (dvi_pixbuf_put_pixel):
11108         
11109         Fix gcc 4.0 warnings
11110
11111 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11112
11113         * ps/ps-document.c: (start_interpreter):
11114
11115         Fix warning when loading ps
11116
11117 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11118
11119         * ps/ps-document.c: (output):
11120
11121         Fix crash when priting gs error messages.
11122
11123 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11124
11125         * backend/ev-page-cache.c: (_ev_page_cache_new):
11126         * backend/ev-page-cache.h:
11127
11128         Use a const to return title so that we dont double
11129         free it. Small cleanup and fix a leak.
11130
11131         * shell/ev-window.c: (update_window_title):
11132
11133         strdup value from get_title.
11134
11135 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11136
11137         * shell/ev-sidebar-links.c: (job_finished_callback),
11138         (ev_sidebar_links_set_document):
11139
11140         Cleanup the old job when changing document
11141
11142 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11143
11144         * shell/ev-stock-icons.c:
11145         * shell/ev-stock-icons.h:
11146         * shell/ev-window.c:
11147         
11148         Add stock icons for actions that can appear in toolbar. Fix for
11149         bug 306566.
11150
11151 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11152
11153         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11154         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11155         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11156         * backend/ev-page-cache.h:
11157         * shell/ev-view.c: (scroll_to_current_page),
11158         (view_update_range_and_current_page), (get_page_y_offset),
11159         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11160         (ev_view_size_request_continuous),
11161         (ev_view_zoom_for_size_continuous_and_dual_page),
11162         (ev_view_zoom_for_size_continuous):
11163         
11164         More compact EvView layout in document with pages of different size.
11165
11166 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11167
11168         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11169         compilation.
11170
11171 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11172
11173         * shell/ev-view.c: (view_set_adjustment_values):
11174         * shell/ev-window.c: (ev_window_cmd_file_properties):
11175         
11176         A bit different fix for rounding problem but it has no
11177         problems on startup. Make properties window transient to parent.
11178
11179 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11180
11181         * pdf/ev-poppler.cc:
11182         
11183         More commenting of font stuff.
11184
11185 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11186
11187         * pdf/ev-poppler.cc:
11188
11189         Comment out some more fonts stuff. Should really
11190         work without the poppler patch now.
11191
11192 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11193
11194         * pdf/ev-poppler.cc:
11195
11196         Adapt to api change
11197
11198 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11199
11200         * data/evince-properties.glade:
11201         * pdf/ev-poppler.cc:
11202         * shell/ev-properties.c: (setup_fonts_view):
11203
11204         Set the column title. Show the dialog only
11205         once everything is setup.
11206         Getting font info can be very slow... will
11207         prolly need to make this threaded too.
11208
11209 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11210
11211         * backend/Makefile.am:
11212         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11213         (ev_document_fonts_get_fonts_model):
11214         * backend/ev-document-fonts.h:
11215         * data/evince-properties.glade:
11216         * pdf/ev-poppler.cc:
11217         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11218         * shell/ev-properties.h:
11219         * shell/ev-window.c: (ev_window_cmd_file_properties):
11220
11221         Implement fonts list. Defined out for now, since it depends
11222         on a not yet committed poppler patch.
11223
11224 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11225
11226         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11227         page + 1.
11228
11229         * shell/ev-window.c: Make sure we add the timeout when we get a
11230         focus-in event.
11231
11232         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11233         adjustment->value before calculating the zoom factor to average
11234         out all of our rounding errors.  The page no longer 'drifts' when
11235         resizing.
11236
11237 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11238
11239         * data/evince-properties.glade:
11240         * shell/ev-properties.c: (ev_properties_format_date),
11241         (set_property):
11242         
11243         Labels don't expand when the dialogue is resized.
11244         strftime result needs to be converted to UTF-8. Thanks
11245         to Christian Persch <chpe@gnome.org>.
11246
11247 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11248
11249         * data/evince-properties.glade:
11250
11251         Hide the fonts tab
11252
11253 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11254
11255         * backend/ev-document-info.h:
11256         * backend/ev-document.c: (ev_document_info_free):
11257         * data/evince-properties.glade:
11258         * pdf/ev-poppler.cc:
11259         * ps/ps-document.c: (ps_document_get_info):
11260         * shell/ev-properties.c: (ev_properties_format_date),
11261         (set_property), (ev_properties_new):
11262         * shell/ev-properties.h:
11263         * shell/ev-window.c: (ev_window_cmd_file_properties):
11264
11265         Rework properties code to take only EvPropertyInfo
11266         in the constructor so that it can be useful for
11267         nautilus plugin too.
11268
11269         Deal with backends that doesnt support some properties.
11270         Make set property code generic.
11271
11272 2005-06-04  Christian Persch <chpe@gnome.org>
11273
11274         * data/evince-properties.glade:
11275
11276         fix spacings, make resizeable, and make data labels
11277         selectable + ellipsised
11278
11279 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11280
11281         * backend/ev-document-info.h:
11282         * data/Makefile.am:
11283         * data/evince-ui.xml:
11284         * pdf/ev-poppler.cc:
11285         * shell/Makefile.am:
11286         * shell/ev-window.c: (update_action_sensitivity),
11287         (ev_window_cmd_file_properties):
11288
11289         Initial go at file properties. Patch by
11290         Emil Soleyman-Zomalan <emil@soleyman.com>.
11291         Needs love see #169583
11292
11293 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11294
11295         * ps/ps-document.c: (output):
11296         * ps/ps.c: (psscan):
11297
11298         Try to render even if psscan fails.
11299
11300 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11301
11302         * ps/ps.c: (psscan), (pscopydoc):
11303
11304         Port buffered reading code from gv
11305
11306 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11307
11308         * ps/ps-document.c: (interpreter_message), (output):
11309
11310         Do not fail on interpreter messages
11311
11312 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11313
11314         * backend/ev-document-misc.c:
11315         (ev_document_misc_get_thumbnail_frame):
11316
11317         Pages can be 0 x 0, dont assert on this case
11318
11319 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11320
11321         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11322         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11323
11324         Correctly manage our reference on document. Finally the reload
11325         huge leak is gone...
11326
11327 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11328
11329         * ps/ps-document.c: (ps_document_dispose):
11330
11331         Forgot to chain it to the parent. Thanks chpe.
11332
11333 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11334
11335         * ps/ps-document.c: (ps_document_dispose),
11336         (ps_document_class_init), (stop_interpreter), (document_load):
11337
11338         Cleanup dispose a bit. Dont leak the whole pixmap.
11339
11340 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11341
11342         * pdf/ev-poppler.cc:
11343
11344         Release the poppler document on dispose
11345
11346 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11347
11348         * shell/ev-view.c: (ev_view_set_document):
11349
11350         Release ref on the pixbuf cache when changing
11351         document.
11352
11353 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11354
11355         * ps/ps-document.c: (ps_document_get_info):
11356
11357         Fix a double free
11358
11359 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11360
11361         * backend/ev-page-cache.c: (ev_page_cache_init),
11362         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11363         * backend/ev-page-cache.h:
11364         * shell/ev-page-action.c: (page_changed_cb):
11365         
11366         Set page action entry width depending on labels width. Fix
11367         for bug 305202.
11368
11369 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11370
11371         * backend/ev-link.c: (ev_link_class_init):
11372
11373         Allow -1 as page value (error)
11374
11375 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11376
11377         * shell/ev-sidebar-thumbnails.c:
11378         (ev_sidebar_thumbnails_set_document):
11379         * shell/ev-view.c: (scroll_to_current_page),
11380         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11381         (page_changed_cb), (on_adjustment_value_changed),
11382         (ev_view_set_document):
11383
11384         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11385         Fix bug 305377
11386
11387 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11388
11389         * configure.ac:
11390         * djvu/djvu-document.c: (djvu_document_get_page_size):
11391
11392         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11393         bug 301993.
11394
11395 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11396
11397         * shell/ev-view.c (draw_one_page): modify the expose handling to
11398         get the shadows.
11399
11400         * shell/ev-window.c (update_action_sensitivity): Respect
11401         permissions field.  Kowtow to the man.
11402
11403         * pdf/ev-poppler.cc: Get the permissions field.
11404
11405         * tiff/*c: Make a tiny bit more robust.
11406
11407 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11408
11409         * djvu/djvu-document.c:
11410         
11411         Pop messages from djvu context message queue.
11412
11413 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11414
11415         * configure.ac, Makefile.am, shell/Makefile.am:
11416         * tiff/Makefile.am, shell/ev-document-types.c:
11417         
11418         Cleanup tiff configure checks. Fix for bug 305218.
11419
11420 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11421
11422         * configure.ac: Added "uk" to ALL_LINGUAS.
11423
11424 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11425
11426         * cut-n-paste/zoom-control/ephy-zoom.c:
11427         (ephy_zoom_get_changed_zoom_level):
11428         * cut-n-paste/zoom-control/ephy-zoom.h:
11429         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11430         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11431         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11432         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11433         (zoom_control_changed_cb), (ev_window_init):
11434         
11435         Fix minor points related to moving best fit up. Introduce
11436         "zoom" property and make zoom control change it's value on
11437         notify::zoom signals. Fix for 305080.
11438
11439 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11440
11441         * data/evince-ui.xml:
11442         * shell/ev-window.c: (set_view_actions_sensitivity):
11443         
11444         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11445
11446 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11447
11448         * configure.ac:
11449
11450         Depends on poppler 0.3.2
11451
11452 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11453
11454         * cut-n-paste/recent-files/egg-recent-item.c:
11455         (egg_recent_item_get_short_name):
11456         * cut-n-paste/toolbar-editor/Makefile.am:
11457         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11458         (new_pixbuf_from_widget):
11459         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11460         * cut-n-paste/toolbar-editor/egg-marshal.c:
11461         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11462         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11463
11464         Sync
11465
11466 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11467
11468         * tiff/tiff-document.c: Rough TIFF backend.
11469
11470 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11471
11472         * NEWS:
11473         * configure.ac:
11474         * cut-n-paste/toolbar-editor/Makefile.am:
11475
11476         Release 0.3.1
11477
11478 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11479
11480         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11481         (ev_view_find_next), (ev_view_find_previous):
11482
11483         Remove the locks around get_n_results   
11484
11485 2005-05-21  Juerg Billeter  <j@bitron.ch>
11486
11487         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11488
11489         Pass correct number of pages to poppler.
11490
11491 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11492
11493         * configure.ac:
11494         * data/Makefile.am:
11495         * data/evince.desktop.in: 
11496         * data/evince.desktop.in.in:
11497         * po/POTFILES.in:
11498         
11499         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11500
11501 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11502
11503         * shell/ev-view.c: (view_update_adjustments),
11504         (view_set_adjustment_values): cast adjustmen->value to (int)
11505         before using it.  Otherwise, we get off by a pixel in some
11506         situations.
11507
11508         (draw_one_page): Draw the border on expose.
11509
11510 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11511
11512         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11513         adjustment when the mode changes, #304923
11514
11515 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11516
11517         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11518         flickering on resize but still use gdk_window_scroll on
11519         scrolling
11520
11521 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11522
11523         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11524         option, #170458
11525
11526 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11527
11528         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11529         second page on page_changed if possible, #304669
11530
11531 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11532
11533         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11534         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11535
11536 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11537
11538         * .cvsignore:
11539         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11540         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11541         (ev_view_zoom_for_size_presentation),
11542         (ev_view_zoom_for_size_continuous_and_dual_page),
11543         (ev_view_zoom_for_size_continuous),
11544         (ev_view_zoom_for_size_dual_page),
11545         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11546         * shell/ev-view.h:
11547         * shell/ev-window.c: (update_view_size),
11548         (ev_window_sizing_mode_changed_cb):
11549
11550         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11551         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11552         an infinite loop, #304769
11553
11554
11555 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11556
11557         * data/evince-ui.xml:
11558         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11559         * shell/ev-window.c: (set_view_actions_sensitivity):
11560
11561         Make PgUp/Down behave like Space
11562
11563 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11564
11565         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11566         * backend/ev-ps-exporter.h:
11567         * pdf/ev-poppler.cc:
11568         * ps/ps-document.c: (ps_document_ps_export_begin):
11569         * shell/ev-print-job.c: (idle_print_handler):
11570
11571         Adapt to new poppler api
11572
11573 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11574
11575         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11576         (ephy_zoom_control_init):
11577
11578         Translate zoom levels
11579
11580 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11581
11582         * cut-n-paste/zoom-control/ephy-zoom.c:
11583         (ephy_zoom_get_zoom_level_index):
11584
11585         Fix current zoom -> zoom control match
11586
11587 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11588
11589         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11590         rather than the scrolled_window that it's in. Fixes bug #304655.
11591
11592 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11593
11594         * shell/ev-view.c: (view_update_adjustments),
11595         (view_set_adjustment_values), (view_update_range_and_current_page),
11596         (view_scroll_to_page), (set_scroll_adjustment),
11597         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11598         (ev_view_scroll), (ev_view_scroll_view),
11599         (ensure_rectangle_is_visible), (find_page_at_location),
11600         (get_link_at_location), (go_to_link), (status_message_from_link),
11601         (ev_view_size_request_continuous_dual_page),
11602         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11603         (ev_view_unrealize), (ev_view_expose_event),
11604         (ev_view_button_press_event), (ev_view_motion_notify_event),
11605         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11606         (draw_rubberband), (highlight_find_results), (draw_one_page),
11607         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11608         (ev_view_init), (find_changed_cb), (page_changed_cb),
11609         (on_adjustment_value_changed), (ev_view_new),
11610         (ev_view_set_document), (ev_view_set_zoom),
11611         (ev_view_set_continuous), (ev_view_set_dual_page),
11612         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11613         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11614         (ev_view_zoom_for_size_presentation),
11615         (ev_view_zoom_for_size_continuous_dual_page),
11616         (ev_view_zoom_for_size_continuous),
11617         (ev_view_zoom_for_size_dual_page),
11618         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11619         (ev_view_get_status), (ev_view_set_status),
11620         (update_find_status_message), (ev_view_get_find_status),
11621         (ev_view_set_find_status), (jump_to_find_result),
11622         (jump_to_find_page), (compute_selections), (clear_selection),
11623         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11624         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11625         (ev_view_update_primary_selection),
11626         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11627         * shell/ev-view.h:
11628         * shell/ev-window.c: (ev_window_open_page_label),
11629         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11630         (ev_window_init):
11631         * shell/ev-window.h:
11632         * shell/main.c: (load_files):
11633
11634         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11635         when resizing.  Remove the bin_window().  Also, patch from James
11636         Bowes to fix command line page, #300641
11637         
11638 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11639
11640         * data/evince-ui.xml:
11641         * shell/ev-view.c:
11642         * shell/ev-view.h:
11643         * shell/ev-window.c: (update_action_sensitivity):
11644
11645         Get rid of View->Normal Size, it's just confusing
11646
11647 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11648
11649         * backend/ev-document-info.h:
11650         * backend/ev-document.c: (ev_document_info_free): Free the
11651         EvDocumentInfo.
11652
11653         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11654         (clear_range), (add_range), (update_visible_range),
11655         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11656         (ev_sidebar_thumbnails_set_document):
11657         * shell/ev-window.c: (ev_window_setup_document): Only render the
11658         visible thumbnails.  It takes an instant to render, but it uses
11659         much less memory.
11660
11661 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11662
11663         * shell/ev-sidebar-links.c: (popup_menu_cb):
11664
11665         Select first item
11666
11667 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11668
11669         * lib/Makefile.am:
11670         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11671         (button_press_cb), (ev_sidebar_links_construct):
11672
11673         Show the popup menu also on keybindings
11674
11675 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11676
11677         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11678         * shell/ev-window.h:
11679
11680         Expose api to print a range (with dialog). Make private _print use
11681         it.
11682
11683         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11684         (ev_sidebar_links_construct):
11685
11686         Show a print context menu on linkx, it prints the selected
11687         section.
11688
11689 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11690
11691         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11692         button.
11693
11694 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11695
11696         * AUTHORS:
11697
11698         Update
11699
11700         * shell/ev-window.c: (build_comments_string),
11701         (ev_window_cmd_help_about):
11702
11703         Show poppler version/backend and authors
11704
11705 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11706
11707         * cut-n-paste/zoom-control/ephy-zoom.c:
11708         (ephy_zoom_get_zoom_level_index):
11709         * cut-n-paste/zoom-control/ephy-zoom.h:
11710
11711         Move the best fit items at the top of the list
11712
11713 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11714
11715         * shell/ev-marshal.list:
11716         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11717         (activate_cb), (match_selected_cb), (activate_link_cb),
11718         (connect_proxy), (ev_page_action_class_init):
11719         * shell/ev-page-action.h:
11720
11721         Use signals to notify action activation. Hopefully
11722         I did not break completion since I cant test...
11723
11724         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11725         (register_custom_actions):
11726
11727         Connect to page selector actions and also grab focus on
11728         the view when activated.
11729
11730 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11731
11732         * pdf/ev-poppler.cc:
11733         * backend/ev-page-cache.c: make page size calculation consistent
11734         and set it to (int)( width * scale + 0.5).  This makes the weird
11735         line going through the middle of the page go away.
11736
11737         * shell/ev-view.c: move painting the background page after
11738         checking the expose area covers us.
11739
11740 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11741
11742         * data/evince-password.glade:
11743         
11744         Mark labels as not translatable. Fix for bug 302842.
11745
11746 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11747
11748         * configure.ac: Added "es" to ALL_LINGUAS.
11749
11750 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11751
11752         * data/evince-toolbar.xml:
11753         * shell/ev-window.c: (update_action_sensitivity),
11754         (ev_window_setup_document), (ev_window_set_page_mode),
11755         (ev_window_init):
11756
11757         Remove some leftover code from jrb first continous
11758         attempt. Use the new actions, we still need good icons
11759         though...
11760
11761 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11762
11763         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11764
11765         Update label when connecting proxy. Fix a warning with NULL
11766         page_cache.
11767
11768 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11769
11770         * data/evince-ui.xml:
11771         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11772         * shell/ev-page-action.h:
11773         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11774
11775         Add mnemonic for edit toolbar.
11776         ctrl+l focus the page entry.
11777
11778 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11779
11780         * lib/Makefile.am:
11781         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11782         (ev_window_init):
11783         * shell/main.c: (main):
11784
11785         Put the toolbar xml in evince own dot dir
11786
11787 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11788
11789         * shell/ev-window.c: (ev_window_init):
11790
11791         Make the toolbar not removable
11792
11793 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11794
11795         * data/evince-ui.xml:
11796         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11797         * shell/ev-sidebar-links.h:
11798         * shell/ev-sidebar-thumbnails.c:
11799         (ev_sidebar_thumbnails_get_treeview):
11800         * shell/ev-sidebar-thumbnails.h:
11801         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11802         (ev_view_class_init):
11803         * shell/ev-view.h:
11804         * shell/ev-window.c: (update_action_sensitivity),
11805         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11806         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11807         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11808         (ev_window_init):
11809
11810         This is evil... Make space/backspace global accelerators but
11811         enable them only for some widgets (sidebars and view).
11812         I dont like it, but I dont know a better way... :/
11813
11814 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11815
11816         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11817         (ev_page_action_widget_finalize),
11818         (ev_page_action_widget_class_init), (update_page_cache):
11819
11820         Keep a weak reference on proxy->page_cache so that we
11821         dont try to disconnect the signal if the object is already
11822         gone. Maybe there is a better way to cleanup reference handling
11823         in page action though...
11824
11825 2005-05-10  Juerg Billeter  <j@bitron.ch>
11826
11827         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11828         * backend/ev-ps-exporter.h:
11829         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11830         * ps/ps-document.c: (ps_document_ps_export_begin):
11831         
11832         Change api to pass print range to ps_exporter_begin. The pdf backend
11833         requires this information.
11834         
11835         * shell/ev-print-job.c: (idle_print_handler):
11836         
11837         Adapt to api change
11838
11839 2005-05-10  Juerg Billeter  <j@bitron.ch>
11840
11841         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11842         (idle_print_handler)
11843         * shell/ev-window.c: (ev_window_print):
11844
11845         Support printing page range, based on patch by Amaury Jacquot
11846
11847 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11848
11849         * data/evince-toolbar.xml:
11850
11851         Add zoom control to available items
11852
11853 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11854
11855         * shell/ev-window.c: (update_action_sensitivity):
11856
11857         Set slash action insensitive when appropriate
11858
11859 2005-05-10  Christian Persch <chpe@gnome.org>
11860
11861         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11862
11863         Fix warning on the overflow menu
11864
11865 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11866
11867         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11868
11869         Check for uri correctness/existence
11870
11871 2005-05-09  Juerg Billeter  <j@bitron.ch>
11872
11873         * shell/ev-window.c: (using_postscript_printer):
11874
11875         LPD printers use postscript, too
11876
11877 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11878
11879         * shell/ev-window.c: (register_custom_actions):
11880
11881         The zoom one is actually sort of useful,
11882         put it back
11883
11884 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11885
11886         * shell/ev-window.c: (register_custom_actions):
11887
11888         Hide page/zoom controls from overflow, they
11889         are useless.
11890
11891 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11892
11893         * cut-n-paste/update-from-egg.sh:
11894         
11895         Share it between all cut-n-paste subdirs
11896
11897         * cut-n-paste/recent-files/Makefile.am:
11898
11899         Fix to use "global" update-from-egg.sh
11900
11901         * cut-n-paste/recent-files/egg-recent-model.c:
11902         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11903         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11904         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11905         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11906
11907         Update from libegg
11908
11909         * cut-n-paste/toolbar-editor/Makefile.am:
11910
11911         Fix to use "global" update-from-egg.sh
11912
11913         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11914
11915         Update from libegg
11916
11917 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11918
11919         * configure.ac:
11920         * cut-n-paste/Makefile.am:
11921         * cut-n-paste/recent-files/Makefile.am:
11922         * cut-n-paste/toolbar-editor/.cvsignore:
11923         * cut-n-paste/toolbar-editor/Makefile.am:
11924         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11925         (egg_editable_toolbar_get_type), (get_toolbar_position),
11926         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11927         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11928         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11929         (set_item_drag_source), (create_item_from_action), (create_item),
11930         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11931         (popup_toolbar_context_menu_cb), (free_dragged_item),
11932         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11933         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11934         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11935         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11936         (item_added_cb), (item_removed_cb),
11937         (egg_editable_toolbar_construct),
11938         (egg_editable_toolbar_disconnect_model),
11939         (egg_editable_toolbar_deconstruct),
11940         (egg_editable_toolbar_set_model),
11941         (egg_editable_toolbar_set_ui_manager),
11942         (egg_editable_toolbar_set_property),
11943         (egg_editable_toolbar_get_property),
11944         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11945         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11946         (egg_editable_toolbar_new_with_model),
11947         (egg_editable_toolbar_get_edit_mode),
11948         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11949         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11950         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11951         (new_pixbuf_from_widget), (new_separator_pixbuf),
11952         (update_separator_image), (style_set_cb),
11953         (_egg_editable_toolbar_new_separator_image),
11954         (egg_editable_toolbar_get_model):
11955         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11956         * cut-n-paste/toolbar-editor/egg-marshal.c:
11957         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11958         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11959         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11960         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11961         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11962         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11963         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11964         (editor_drag_data_delete_cb), (drag_data_get_cb),
11965         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11966         (editor_create_item), (update_editor_sheet), (setup_editor),
11967         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11968         (parse_item_list), (model_has_action), (update_actions_list),
11969         (egg_toolbar_editor_load_actions):
11970         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11971         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11972         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11973         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11974         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11975         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11976         (egg_toolbars_model_add_separator), (impl_add_item),
11977         (parse_item_list), (egg_toolbars_model_add_toolbar),
11978         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11979         (impl_get_item_data), (impl_get_item_type),
11980         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11981         (egg_toolbars_model_init), (free_toolbar),
11982         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11983         (egg_toolbars_model_remove_toolbar),
11984         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11985         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11986         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11987         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11988         (egg_toolbars_model_get_item_data),
11989         (egg_toolbars_model_get_item_type):
11990         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11991         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11992         * data/Makefile.am:
11993         * data/evince-toolbar.xml:
11994         * data/evince-ui.xml:
11995         * data/hand-open.png:
11996         * po/POTFILES.in:
11997         * shell/Makefile.am:
11998         * shell/ev-window.c: (update_chrome_visibility),
11999         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
12000         (ev_window_dispose), (ev_window_init):
12001
12002         Implement epiphany like toolbar editor. Based on patch by
12003         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12004
12005 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12006
12007         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
12008
12009         Use set_cursor instead of set_selection, so that
12010         the keyboard focus moves too.
12011
12012 2005-05-09  Aleksey Kliger <akliger@gmail.com>
12013
12014         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
12015
12016         Fix infinite loop when loading Type1 fonts
12017
12018 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12019
12020         * data/evince-ui.xml:
12021         * shell/ev-window.c:
12022
12023         Slash -> Find
12024
12025 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
12026
12027         * configure.ac:
12028
12029         Make --disable really disable
12030
12031 2005-05-07  Juerg Billeter  <j@bitron.ch>
12032
12033         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
12034
12035         Compare page labels even without has_labels set, fixes setting page
12036         with entry
12037
12038 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12039
12040         * shell/ev-view.c: (ev_view_create_invisible_cursor),
12041         (ev_view_set_cursor), (ev_view_button_press_event),
12042         (ev_view_motion_notify_event), (ev_view_button_release_event),
12043         (ev_view_init):
12044
12045         Implement middle button scrolling. Based on a patch
12046         by Tommi Komulainen <tommi.komulainen@iki.fi>.
12047
12048 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
12049
12050         * shell/ev-document-types.c: (get_slow_mime_type),
12051         (get_document_type_from_mime), (ev_document_type_lookup):
12052         * shell/ev-document-types.h:
12053
12054         Change api to lookup from uri. Do fast lookup first, if the
12055         type is unknown try with data sniffing.
12056
12057         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12058         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12059
12060         Adapt to api change
12061
12062 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12063
12064         * thumbnailer/Makefile.am:
12065
12066         Fix distcheck
12067
12068 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12069
12070         * NEWS:
12071         * configure.ac:
12072
12073         Release 0.3.0
12074
12075         * data/evince-ui.xml:
12076
12077         Hide presentation mode for now
12078
12079         * shell/ev-view.c: (highlight_find_results):
12080
12081         Show current find selection only on current page
12082
12083 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12084
12085         * shell/ev-view.c: (ev_view_select_all):
12086
12087         Compute size of the actual page, not of
12088         the current one.
12089
12090 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12091
12092         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12093         (view_rect_to_doc_rect), (compute_selections),
12094         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12095         (ev_view_copy), (ev_view_primary_get_cb),
12096         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12097         (ev_view_button_press_event), (ev_view_motion_notify_event),
12098         (ev_view_button_release_event), (page_changed_cb):
12099
12100         Fix text selection
12101
12102 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12103
12104         * shell/ev-view.c: (compute_border), (get_page_extents),
12105         (doc_rect_to_view_rect), (highlight_find_results),
12106         (ev_view_bin_expose), (ev_view_select_all),
12107         (ev_view_motion_notify_event), (update_find_status_message),
12108         (jump_to_find_result), (jump_to_find_page):
12109
12110         First go at fixing search, still buggy
12111
12112 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12113
12114         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12115         dropdown box and button at the top of the sidebar.
12116
12117 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12118
12119         * configure.ac: Output zoom-control Makefile.
12120         * cut-n-paste/Makefile.am: build zoom-control subdir.
12121         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12122         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12123         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12124         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12125         * cut-n-paste/zoom-control/ephy-zoom.c:
12126         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12127         from epiphany, and modified to add a separator into the menu.
12128         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12129         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12130         zoom-control action.
12131         * shell/Makefile.am: Include zoom-control flags.
12132         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12133         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12134         (ev_view_zoom_for_size_presentation),
12135         (ev_view_zoom_for_size_continuous_and_dual_page),
12136         (ev_view_zoom_for_size_continuous),
12137         (ev_view_zoom_for_size_dual_page),
12138         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12139         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12140         ev_view_get_zoom and ev_view_get_sizing_mode.
12141         * shell/ev-view.h:
12142         * shell/ev-window.c: (update_action_sensitivity),
12143         (update_sizing_buttons), (zoom_control_changed_cb),
12144         (register_custom_actions): Initialize and use the zoom-control 
12145         widget.
12146
12147 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12148
12149         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12150         preview cache back to 1.  Don't know when it got set to 0.
12151         
12152         * shell/ev-view.c: (compute_border), (ev_view_realize),
12153         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12154         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12155         (ev_view_get_fullscreen), (ev_view_set_presentation),
12156         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12157         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12158         * shell/ev-view.h:
12159         * shell/ev-window.c:
12160         (update_chrome_visibility),
12161         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12162         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12163         (update_document_mode), (ev_window_update_fullscreen_action),
12164         (ev_window_fullscreen), (ev_window_unfullscreen),
12165         (ev_window_cmd_view_fullscreen),
12166         (ev_window_update_presentation_action),
12167         (ev_window_run_presentation), (ev_window_stop_presentation),
12168         (ev_window_cmd_view_presentation), (ev_window_state_event),
12169         (ev_window_focus_in_event), (ev_window_focus_out_event),
12170         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12171         * data/evince-ui.xml: Initial presentation mode.  We should
12172         probably hide this until it's done, as it's quite rough.  Also,
12173         change full-screen to fullscreen and add two getters to EvView.
12174
12175 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12176
12177         * shell/ev-page-action.c: (update_page_cache),
12178         (ev_page_action_dispose):
12179         * shell/ev-window.c: (destroy_fullscreen_popup),
12180         (ev_window_create_fullscreen_popup):
12181
12182         Use connect_object rather than explicitly
12183         disconnect on dispose.
12184
12185 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12186
12187         * shell/ev-page-action.c: (update_page_cache),
12188         (ev_page_action_dispose):
12189
12190 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12191
12192         * backend/ev-page-cache.c: (_ev_page_cache_new),
12193         (ev_page_cache_set_page_label),
12194         (ev_page_cache_has_nonnumeric_page_labels):
12195         * backend/ev-page-cache.h:
12196         * shell/ev-page-action.c: (update_pages_label):
12197         
12198         If all page labels are numeric, fallback to default
12199         way to display number of pages. See bug 173185.
12200
12201 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12202
12203         * shell/ev-page-action.c: (ev_page_action_dispose):
12204         * shell/ev-view.c: (view_update_range_and_current_page):
12205         * shell/ev-window.c: (ev_window_dispose):
12206         
12207         Set page on scroll in continuous mode. Fixes bug 301986.
12208         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12209
12210 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12211
12212         * configure.ac:
12213
12214         Require poppler 0.3.0
12215
12216 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12217         
12218         * shell/Makefile.am, configure.ac: Fix build problems
12219         with t1lib. Bug 301996.
12220
12221 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12222
12223         * shell/ev-view.c: (ev_view_scroll_event):
12224         
12225         Scroll up increase zoom
12226
12227 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12228
12229         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12230         (ev_view_set_sizing_mode),
12231         (ev_view_zoom_for_size_continuous_and_dual_page),
12232         (ev_view_zoom_for_size_continuous):
12233         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12234         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12235         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12236         (ev_window_init):
12237
12238         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12239         Fix for 165473 and 165472.
12240
12241 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12242
12243         * po/POTFILES.in:
12244         * thumbnailer/Makefile.am:
12245         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12246         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12247         * thumbnailer/evince-thumbnailer.schemas.in:
12248         
12249         Make thumbnailer schemas translatable. Fix for bug 301773
12250         
12251         * thumbnailer/evince-thumbnailer-djvu.schemas:
12252         * thumbnailer/evince-thumbnailer-dvi.schemas:
12253         * thumbnailer/evince-thumbnailer.schemas:
12254
12255         Removed files
12256
12257 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12258
12259         * shell/ev-view.c (ev_view_init): forgot to set this.
12260
12261 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12262
12263         * shell/ev-view.c: (find_page_at_location),
12264         (get_link_at_location),
12265         (ev_view_set_show_border), (ev_view_set_spacing),
12266         (ev_view_zoom_for_size_continuous_and_dual_page),
12267         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12268         Also, add a quick fix measuring of widths.  Also, removed
12269         ev_view_set_spacing and ev_view_set_show_border.
12270         
12271         * shell/ev-window.c: (ev_window_unfullscreen),
12272         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12273
12274 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12275
12276         * shell/ev-view.c: (view_update_range_and_current_page),
12277         (page_changed_cb):
12278         
12279         Fix crash on exit and scrolling to page in continuous view.
12280
12281 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12282
12283         * TODO:
12284         * backend/ev-page-cache.c: (_ev_page_cache_new),
12285         (ev_page_cache_get_max_width_size),
12286         (ev_page_cache_get_max_height_size):
12287         * backend/ev-page-cache.h:
12288         * data/evince-ui.xml:
12289         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12290         * shell/ev-view.c: (view_update_adjustments),
12291         (view_update_range_and_current_page), (get_bounding_box_size),
12292         (ev_view_size_request_continuous_and_dual_page),
12293         (ev_view_size_request_continuous),
12294         (ev_view_size_request_dual_page),
12295         (ev_view_size_request_single_page), (ev_view_size_request),
12296         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12297         (ev_view_bin_expose), (ev_view_expose_event),
12298         (ev_view_set_property), (ev_view_get_property),
12299         (ev_view_class_init), (ev_view_init), (ev_view_new),
12300         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12301         (ev_view_set_dual_page), (ev_view_set_full_screen),
12302         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12303         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12304         (ev_view_zoom_out), (zoom_for_size_fit_width),
12305         (zoom_for_size_best_fit),
12306         (ev_view_zoom_for_size_continuous_and_dual_page),
12307         (ev_view_zoom_for_size_continuous),
12308         (ev_view_zoom_for_size_dual_page),
12309         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12310         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12311         * shell/ev-view.h:
12312         * shell/ev-window.c: (update_action_sensitivity),
12313         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12314         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12315         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12316         (ev_window_cmd_view_zoom_out), (update_view_size),
12317         (ev_window_set_sizing_mode), (ev_window_init):
12318
12319         Add Continuous and Dual page modes.
12320
12321 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12322
12323         * dvi/dvi-document.c: (dvi_document_load),
12324         (dvi_document_thumbnails_get_thumbnail),
12325         (dvi_document_init_params): Fix up some mixups between
12326         width and height to correct thumbnail rendering.
12327
12328 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12329
12330         * dvi/mdvi-lib/private.h:
12331         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12332         
12333         Suppess output for kpathsea during font generation. Thanks to
12334         James Bowes
12335
12336 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12337
12338         * NEWS:
12339         * configure.ac:
12340
12341         Release 0.2.1
12342
12343         * Makefile.am: fix distcheck.
12344
12345 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12346
12347         * shell/ev-sidebar-links.c: (selection_changed_callback),
12348         (update_page_callback), (row_activated_callback),
12349         (job_finished_callback), (ev_sidebar_links_set_document):
12350         
12351         Fix for bug #169901. Double click on links expands tree.
12352
12353 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12354
12355         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12356         hard-coded style. Fix for bug 170111
12357
12358 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12359
12360         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12361         locking.
12362
12363 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12364
12365         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12366
12367 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12368
12369         * pdf/ev-poppler.cc:
12370         * shell/ev-view.c: (highlight_find_results):
12371
12372         Fix find on single page documents
12373
12374 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12375
12376         * data/evince.schemas.in: fix for bug 301390
12377
12378 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12379
12380         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12381         (ev_view_zoom_out), (ev_view_zoom_normal):
12382         * shell/ev-view.h:
12383         * shell/ev-window.c: (update_action_sensitivity),
12384         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12385         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12386         (ev_window_cmd_view_normal_size):
12387
12388         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12389         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12390         better than oom. 
12391
12392 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12393
12394         * configure.ac:
12395
12396         Depend on 2.57, 2.59 doesnt seem to be necessary
12397
12398 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12399
12400         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12401         (create_tool_item):
12402
12403         Put back total number of pages as (1 of 1234)
12404
12405 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12406
12407         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12408         remove the job.
12409
12410         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12411         function.  This helps debugging.
12412
12413 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12414
12415         * djvu/djvu-document.c: (djvu_document_class_init),
12416         (djvu_document_get_info), (djvu_document_document_iface_init):
12417         * dvi/dvi-document.c: (dvi_document_class_init),
12418         (dvi_document_get_info), (dvi_document_document_iface_init):
12419
12420         Dummy implementation of get_info method for dvi and
12421         djvu. Fix crashes with those backends
12422
12423 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12424
12425         * data/evince.desktop.in:
12426
12427         Add application/x-gzpostscript
12428
12429 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12430
12431         * data/evince.schemas.in: Added real long descriptions, 
12432         closes bug 172496 
12433
12434         * README: Added actual text, closes bug 171869
12435
12436 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12437
12438         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12439
12440         Thumbnail page 0
12441
12442 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12443
12444         * backend/ev-document-info.h:
12445
12446         s/GDate */GDate so we can just use g_free
12447
12448 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12449
12450         * shell/ev-window.c: (update_document_mode),
12451         (ev_window_setup_document):
12452
12453         Show the window in fullscreen when specified by
12454         the document
12455
12456 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12457
12458         * backend/ev-document.c: (ev_document_class_init),
12459         (ev_document_get_info), (ev_document_render_pixbuf):
12460         * backend/ev-document.h:
12461         * backend/ev-page-cache.c: (_ev_page_cache_new):
12462         * pdf/ev-poppler.cc:
12463         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12464         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12465         * ps/ps-document.c: (ps_document_class_init), (document_load),
12466         (ps_document_get_info), (ps_document_document_iface_init):
12467
12468         Remove get_title from the interface, we can just use document info
12469
12470 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12471
12472         * backend/Makefile.am:
12473         * backend/ev-document.c: (ev_document_render_get_info):
12474         * backend/ev-document.h:
12475         * pdf/ev-poppler.cc:
12476
12477         Initial support for document info. Based on jrb patch.
12478
12479 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12480
12481         * shell/ev-window.c: (ev_window_state_event),
12482         (ev_window_class_init), (ev_window_init):
12483         
12484         Doesn't show resize grip when maximized. See bug #301053
12485
12486 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12487
12488         * po/POTFILES.in:
12489         
12490         ev-sidebar-thumbnails now has translatable labels
12491         
12492         * shell/Makefile.am:
12493         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12494         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12495         (ev_sidebar_links_page_iface_init):
12496         * shell/ev-sidebar-links.h:
12497         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12498         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12499         (ev_sidebar_page_get_label):
12500         * shell/ev-sidebar-page.h:
12501         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12502         (ev_sidebar_thumbnails_set_document),
12503         (ev_sidebar_thumbnails_support_document),
12504         (ev_sidebar_thumbnails_get_label),
12505         (ev_sidebar_thumbnails_page_iface_init):
12506         * shell/ev-sidebar-thumbnails.h:
12507         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12508         (ev_sidebar_set_document):
12509         * shell/ev-sidebar.h:
12510         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12511         
12512         Small rework of sidebar code. Now sidebar pages should implement
12513         EvSidebarPage interface. That makes page management in EvSidebar
12514         easier. See bug #164811 for details
12515
12516 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12517
12518         * shell/ev-application.c: (ev_application_open):
12519         * shell/ev-document-types.c:
12520         
12521         Fix build error and small problem with application exit
12522
12523 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12524
12525         * thumbnailer/Makefile.am:
12526         * thumbnailer/evince-thumbnailer-djvu.schemas:
12527         * thumbnailer/evince-thumbnailer-dvi.schemas:
12528         
12529         Conditionally install schemas for djvu/dvi thumbnailer
12530
12531 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12532
12533         * shell/ev-document-types.h: 
12534         * shell/ev-document-types.c: 
12535         New files, handling the mapping from mimetypes to backends
12536         
12537         * shell/ev-window.c: 
12538         * thumbnailer/evince-thumbnailer.c:     
12539         Use the ev-document-types code
12540         
12541         * shell/Makefile.am: 
12542         Added new convenience library libevbackendfactory_la, containing
12543         the new mimetype->backend logic; moved the backends into it.
12544
12545         * thumbnailer/Makefile.am:
12546         Make the thumbnailer link with the libevbackend.la convenience
12547         library, rather than having a duplicate of the backend logic here.
12548
12549 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12550
12551         * shell/ev-stock-icons.c: constify some vars.
12552         * shell/ev-window.c: ditto.
12553
12554 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12555
12556         * ps/ps-document.c (get_page_orientation):
12557
12558         Respect document orientation 
12559
12560 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12561
12562         * djvu/Makefile.am:
12563         * dvi/Makefile.am:
12564         * shell/Makefile.am:
12565         
12566         Move library dependencies to components.
12567         
12568         * shell/ev-window.c: (update_window_title),
12569         (start_loading_document):
12570         
12571         Fix display of uris with spaces. Bug 168358.
12572
12573 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12574
12575         * shell/ev-sidebar-links.c: (selection_changed_cb):
12576         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12577         (ev_view_button_release_event), (ev_view_set_document):
12578         * shell/ev-view.h:
12579         * shell/ev-window.c: (find_bar_search_changed_cb):
12580         * shell/ev-window.h: Minor cleanups removing some dead code.
12581
12582 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12583
12584         * backend/ev-page-cache.c: (_ev_page_cache_new):
12585         
12586         Set current page to 0 if document has pages.
12587
12588 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12589
12590         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12591
12592         Initialize GError to NULL, fix a crash when loading fails.
12593
12594 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12595
12596         * shell/ev-window.c: (update_view_size):
12597
12598         Calculate shadow size only when there is actually
12599         a shadow.
12600
12601 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12602
12603         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12604         * shell/ev-view.h:
12605
12606         Allow setting view spacing, default to 0
12607
12608         * shell/ev-window.c: (ev_window_unfullscreen),
12609         (ev_window_cmd_view_fullscreen), (ev_window_init):
12610
12611         Remove spacing in fullscreen mode
12612
12613 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12614
12615         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12616         (ev_view_size_request), (expose_bin_window),
12617         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12618         * shell/ev-view.h:
12619         * shell/ev-window.c: (ev_window_unfullscreen),
12620         (ev_window_cmd_view_fullscreen):
12621
12622         Do not draw the border in fulscreen
12623
12624 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12625
12626         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12627         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12628         (find_page_at_location), (page_changed_cb):
12629
12630         Rework border calculation, so that I can more easily disable it.
12631         Code somewhat cleaner too.
12632
12633 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12634
12635         * backend/ev-page-cache.c: (ev_page_cache_init),
12636         (_ev_page_cache_new):
12637
12638         Remove some assertions, documents can have 0 pages.
12639         Make initial current page -1.
12640
12641         * shell/ev-page-action.c: (page_changed_cb):
12642
12643         Show "" if current page is -1
12644
12645         * shell/ev-window.c: (update_action_sensitivity),
12646         (ev_window_setup_document):
12647
12648         When document has 0 pages do not set the view
12649         and make nearly everything insensitive.
12650
12651 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12652
12653         * shell/ev-page-view.c:
12654         * shell/ev-page-view.h:
12655
12656         Remove unused files.
12657         
12658         * shell/ev-sidebar-thumbnails.c:
12659         (ev_sidebar_thumbnails_set_document):
12660         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12661         (ev_sidebar_supports_document):
12662         * shell/ev-sidebar.h:
12663         * shell/ev-window.c: (ev_window_setup_document):
12664         
12665         Doesn't show thumbnails if document has 1 page. Make
12666         sidebar menu entries sensitive only if if they have 
12667         sense. Fix bug 164811. 
12668
12669 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12670
12671         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12672         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12673         (ev_view_zoom_out), (ev_view_set_size):
12674
12675         Rework sizing to deal with documents with not uniform page
12676         size.
12677
12678 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12679
12680         * backend/ev-page-cache.c: (_ev_page_cache_new):
12681
12682         Fix several page size caching bugs
12683
12684 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12685
12686         * shell/ev-window.c: (set_action_properties):
12687
12688         Make all toolbar items translatable
12689
12690 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12691
12692         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12693         (save_page_list), (ps_document_save),
12694         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12695         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12696         (ps_document_ps_exporter_iface_init):
12697         * ps/ps-document.h:
12698
12699         Based on a patch by J�rg Billeter <j@bitron.ch>
12700         
12701         Implement print and save a copy for the ps backend.
12702
12703 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12704
12705         * backend/ev-document.h:
12706         * djvu/djvu-document.c: (djvu_document_can_get_text),
12707         (djvu_document_document_iface_init):
12708         * dvi/dvi-document.c: (dvi_document_can_get_text),
12709         (dvi_document_document_iface_init):
12710         * pdf/ev-poppler.cc:
12711         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12712         (pixbuf_document_document_iface_init):
12713         * ps/ps-document.c: (ps_document_can_get_text),
12714         (ps_document_document_iface_init):
12715         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12716         * shell/ev-window.c: (update_action_sensitivity):
12717
12718         Fix the crash when trying to copy in backends that doesnt
12719         support it. We can implement a better solution once we
12720         do real text selection.
12721
12722 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12723
12724         * data/evince-ui.xml:
12725         * shell/ev-window.c: (ev_window_cmd_escape):
12726         
12727         Work around the Escape conflict (find bar and unfullscreen)
12728
12729 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12730
12731         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12732         
12733         Fix for #300233. Next page correctly handles document end.
12734         
12735         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12736         (ev_sidebar_thumbnails_class_init),
12737         (ev_sidebar_thumbnails_set_document),
12738         (ev_sidebar_thumbnails_clear_job),
12739         (ev_sidebar_thumbnails_clear_model):
12740         
12741         Cleanup thumbnail jobs on document changes.
12742         
12743         * shell/ev-view.c: (add_scroll_binding_keypad),
12744         (add_scroll_binding_shifted), (ev_view_class_init):
12745         
12746         Shift + Space scrolls up. Fix for #173184
12747         
12748         * shell/ev-window.c: (ev_window_open_page),
12749         (ev_window_cmd_view_reload):
12750         
12751         Fix reload (Bug #300094)
12752
12753 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12754
12755         
12756         * dvi/mdvi-lib/assoc.c:
12757         * dvi/mdvi-lib/assoc.h: Removed garbage files
12758         
12759         * dvi/mdvi-lib/bitmap.c:
12760         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12761         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12762         * dvi/mdvi-lib/color.h: Antialias of rules
12763         
12764         * dvi/mdvi-lib/common.h:
12765         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12766         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12767         * dvi/mdvi-lib/files.c:
12768         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12769         * dvi/mdvi-lib/mdvi.h:
12770         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12771         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12772         * dvi/mdvi-lib/util.c: Fix compile warnings
12773         
12774         * dvi/dvi-document.c:
12775         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12776         (dvi_document_thumbnails_get_thumbnail),
12777         (dvi_document_document_thumbnails_iface_init):
12778         * dvi/mdvi-lib/Makefile.am:
12779         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12780         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12781         
12782         Dvi backend now renders thumbnails
12783
12784 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12785
12786         * shell/main.c: (main): 
12787         
12788         Save accelerators on exit. Fixes bug #172095.
12789
12790 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12791
12792         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12793         update priority" comment.
12794
12795         * backend/ev-job-queue.c: Give a way to change priority.
12796
12797 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12798
12799         * shell/ev-page-action.c: Fix logic.
12800
12801 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12802
12803         * shell/ev-view.c: (ev_view_can_find_next):
12804         * shell/ev-window.c: (ev_window_setup_document):
12805
12806         Check that the document supports find
12807
12808 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12809
12810         * data/evince-ui.xml:
12811         * shell/ev-view.c: (ev_view_can_find_next):
12812         * shell/ev-view.h:
12813         * shell/ev-window.c: (update_action_sensitivity),
12814         (find_changed_cb), (ev_window_setup_document),
12815         (ev_window_cmd_edit_find_next):
12816
12817         Add Edit->Find Next
12818
12819 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12820
12821         * pdf/ev-poppler.cc:
12822         * shell/ev-print-job.c: (idle_print_handler):
12823
12824         Make printing work again
12825
12826 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12827
12828         * shell/ev-page-action.h:
12829         * shell/ev-page-action.c: (ev_page_action_widget_init),
12830         (ev_page_action_widget_class_init), (page_changed_cb),
12831         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12832         (get_filter_model_from_model), (match_selected_cb),
12833         (display_completion_text), (match_completion), (update_model),
12834         (connect_proxy), (ev_page_action_set_property),
12835         (ev_page_action_get_property), (ev_page_action_set_document),
12836         (ev_page_action_set_model), (ev_page_action_class_init): Big
12837         reworking to make completions work iff we have >= GTK-2.7.0
12838                 
12839         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12840         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12841         (job_finished_cb): We now have a 'model' property that is set when
12842         the links are loaded.  This can be caught with "notify::model"
12843
12844         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12845         listen for the model to be set, and propagate it to the action.
12846
12847 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12848
12849         * cut-n-paste/recent-files/egg-recent-item.c:
12850         (egg_recent_item_set_uri), (make_valid_utf8),
12851         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12852         * cut-n-paste/recent-files/egg-recent-item.h:
12853         
12854         Update egg-recent from libegg. This should fix long
12855         startup problem. For details see
12856         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12857
12858 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12859
12860         * cut-n-paste/recent-files/Makefile.am:
12861         * data/evince-ui.xml, shell/Makefile.am:
12862         * shell/ev-application.c, shell/ev-application.h:
12863         * shell/ev-window.c: Recent files support.
12864         
12865         * configure.ac: Added "ru" to ALL_LINGUAS.
12866         
12867         * dvju: new backend to support DJVU files.
12868         * dvi: new backend to support DVI.
12869
12870         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12871         * ev-application.c: Support for new backends.
12872         
12873         * help, ev-window.c, main.c shell/Makefile.am: 
12874         Evince user documentation.
12875
12876 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12877
12878         * po/POTFILES.in:
12879         * shell/ev-window.c:
12880         * thumbnailer/evince-thumbnailer.c:
12881
12882         s/pdf-document/ev-poppler
12883
12884 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12885
12886         * NEWS:
12887         * configure.ac:
12888
12889         Release 0.2.0
12890
12891         * ps/ps-document.c: (setup_pixmap):
12892
12893         Remove debug code
12894
12895 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12896
12897         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12898         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12899         (ev_window_cmd_go_first_page): Fix of by one errors.
12900
12901 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12902
12903         * ps/ps-document.c: (get_page_box):
12904
12905         Fix page size calculation
12906
12907 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12908
12909         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12910         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12911         (get_page_orientation), (setup_page), (document_load),
12912         (ps_document_get_page_size), (render_pixbuf_idle):
12913         * ps/ps-document.h:
12914
12915         More refactoring to adapt to EvDocument changes
12916
12917 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12918
12919         * ps/ps-document.c: (start_interpreter):
12920
12921         Actually add alpha args
12922
12923 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12924
12925         * pdf/ev-poppler.cc:
12926
12927         Make clipboard work again
12928
12929 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12930
12931         Make searching work again.
12932         
12933         * backend/ev-document.c:
12934         * backend/ev-document.h:
12935         * backend/ev-document-find.c:
12936         * backend/ev-document-find.h: Change EvDocumentIface so we no
12937         longer store the current page or zoom level in the document.  The
12938         consequence is that all calls that operate on the current page now
12939         instead take the page number as an extra argument, and all
12940         coordinates are now doubles in document coordinate system.
12941
12942         * pdf/ev-poppler.cc:
12943         * pixbuf/pixbuf-document.c:
12944         * ps/ps-document.c: Update backends accordingly.
12945
12946 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12947
12948         * autogen.sh:
12949
12950         Add required gettext version
12951
12952 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12953
12954         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12955         make F1 bring up non-existent help.
12956
12957         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12958         epiphany's find bar, #167477
12959
12960         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12961         <emil@nishra.com> to add space-bar scrolling, 
12962
12963         * shell/ev-window.c (static GtkActionEntry entries): add default
12964         keybinding for Help (F1)
12965         Fixes #171068
12966
12967         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12968         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12969         170110
12970
12971 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12972
12973         * Makefile.am: 
12974         * pixbuf/pixbuf-document.c: 
12975
12976         Got pixbuf backend working again
12977
12978 2005-04-01  Steve Murphy  <murf@e-tools.com>
12979
12980         * configure.in: Added "rw" to ALL_LINGUAS.
12981
12982 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12983
12984         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12985         model types, noticed by Martin Kretzschmar.
12986
12987 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12988
12989         * pdf/ev-poppler.cc: Implement search based on
12990         poppler_page_find_text().  Currently a bit crude since we remember
12991         all matches from all pages.  Also, we grab the big document lock
12992         when we search since searching changes the underlying stream and
12993         thus conflicts with the rendering thread.
12994         
12995         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12996         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12997         (ev_view_find_previous): Fix some page indexes to be 0 based,
12998         offset rubber band by view offset,
12999
13000 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
13001
13002         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
13003
13004 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
13005
13006         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
13007         completely because I didn't understand GtkActions.  I should
13008         read Marco's code more carefully in the future.
13009
13010         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
13011         function
13012
13013 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
13014
13015         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
13016         PopplerRectangle change from poppler CVS.
13017
13018 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
13019
13020         * backend/ev-document.c: (ev_document_get_page_label):
13021         * backend/ev-document.h:
13022         * backend/ev-page-cache.c: (_ev_page_cache_new),
13023         (ev_page_cache_get_page_label):
13024         * backend/ev-page-cache.h:
13025         * pdf/ev-poppler.cc:
13026         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
13027         (links_page_num_func):
13028         * shell/ev-sidebar-thumbnails.c:
13029         (ev_sidebar_thumbnails_set_document):
13030         * shell/ev-view.c: (status_message_from_link),
13031         (ev_view_motion_notify_event):
13032         * shell/ev-window.c: (document_supports_sidebar): Add in page
13033         label support.  It's not perfect yet, but it's the first 'feature'
13034         in a while.
13035         Also, fix a bogus comment noticed by crispin. 
13036
13037 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
13038
13039         * Makefile.am: Remove pixbuf backend for now
13040
13041         * configure.ac: Require poppler-glib instead of just poppler.
13042
13043         * backend/ev-document-thumbnails.h: Add a comment
13044
13045         * backend/ev-document.h:
13046         * backend/ev-document.c: (ev_document_class_init),
13047         (ev_document_load), (ev_document_get_link),
13048         (ev_document_get_links): Remove 3 methods and add get_links.
13049         Also, made 0 based.
13050
13051         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13052         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13053
13054         * backend/ev-link.c: (ev_link_set_title),
13055         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13056         (ev_link_mapping_find):
13057         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
13058         
13059         * backend/ev-page-cache.c: (ev_page_cache_init),
13060         (_ev_page_cache_new), (ev_page_cache_set_current_page),
13061         (ev_page_cache_get_size), (ev_page_cache_next_page),
13062         (ev_page_cache_prev_page): Fix to be 0 based.
13063
13064         * pdf/Makefile.am: 
13065         * pdf/ev-poppler.h:
13066         * pdf/ev-poppler.cc: New backend.
13067         
13068         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13069         (ps_document_get_page), (ps_document_document_iface_init):
13070
13071         * shell/ev-pixbuf-cache.h:
13072         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13073         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13074         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13075         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13076         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13077         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13078         based.
13079         
13080         * shell/ev-sidebar-thumbnails.c:
13081         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13082         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13083
13084         * shell/ev-view.c: (status_message_from_link),
13085         (find_page_at_location), (get_link_at_location),
13086         (ev_view_motion_notify_event), (ev_view_button_release_event),
13087         (ev_view_init): Use the new link code.  Fix to be 0 based.
13088
13089         * shell/ev-window.c: (update_action_sensitivity),
13090         (document_supports_sidebar): 0 based.
13091
13092 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13093
13094         * pdf/pdf-document.cc: Patch from Fernando Herrera
13095         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13096         *blush*
13097
13098 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13099
13100         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13101         1 to the page, as this seems to be 1 based.  I thought we has this
13102         fixed.  grump.
13103
13104 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13105
13106         * TODO:
13107         * backend/Makefile.am:
13108         * backend/ev-document-links.c:
13109         (ev_document_links_has_document_links),
13110         (ev_document_links_get_links_model):
13111         * backend/ev-document-links.h:
13112         * backend/ev-document.c: (ev_document_get_page_cache),
13113         (ev_document_get_doc_mutex), (ev_document_load),
13114         (ev_document_save), (ev_document_get_title),
13115         (ev_document_get_n_pages), (ev_document_set_page),
13116         (ev_document_get_page), (ev_document_set_target),
13117         (ev_document_set_scale), (ev_document_set_page_offset),
13118         (ev_document_get_page_size), (ev_document_get_text),
13119         (ev_document_get_link), (ev_document_render),
13120         (ev_document_render_pixbuf), (ev_document_scale_changed):
13121         * backend/ev-document.h:
13122         * backend/ev-job-queue.c: (remove_object_from_queue),
13123         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13124         (no_jobs_available_unlocked), (ev_render_thread),
13125         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13126         (ev_job_queue_remove_job):
13127         * backend/ev-job-queue.h:
13128         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13129         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13130         (ev_job_links_class_init), (ev_job_render_init),
13131         (ev_job_render_dispose), (ev_job_render_class_init),
13132         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13133         (ev_job_thumbnail_class_init), (ev_job_finished),
13134         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13135         (ev_job_render_run), (ev_job_thumbnail_new),
13136         (ev_job_thumbnail_run):
13137         * backend/ev-jobs.h:
13138         * backend/ev-link.c:
13139         * backend/ev-link.h:
13140         * backend/ev-page-cache.c: (ev_page_cache_init),
13141         (ev_page_cache_class_init), (ev_page_cache_finalize),
13142         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13143         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13144         (ev_page_cache_set_link), (ev_page_cache_get_title),
13145         (ev_page_cache_get_size), (ev_page_cache_next_page),
13146         (ev_page_cache_prev_page):
13147         * backend/ev-page-cache.h:
13148         * pdf/pdf-document.cc:
13149         * ps/gsdefaults.c:
13150         * ps/gsdefaults.h:
13151         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13152         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13153         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13154         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13155         (is_interpreter_ready), (output), (catchPipe), (input),
13156         (start_interpreter), (check_filecompressed), (compute_dimensions),
13157         (ps_document_enable_interpreter), (document_load),
13158         (ps_document_next_page), (render_page), (ps_document_set_page),
13159         (ps_document_set_scale), (render_pixbuf_idle),
13160         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13161         * ps/ps-document.h:
13162         * shell/Makefile.am:
13163         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13164         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13165         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13166         (ev_pixbuf_cache_new), (job_finished_cb),
13167         (check_job_size_and_unref), (move_one_job),
13168         (ev_pixbuf_cache_update_range), (find_job_cache),
13169         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13170         (ev_pixbuf_cache_add_jobs_if_needed),
13171         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13172         * shell/ev-pixbuf-cache.h:
13173         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13174         (idle_print_handler):
13175         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13176         (selection_changed_cb), (create_loading_model),
13177         (ev_sidebar_links_construct), (links_page_num_func),
13178         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13179         (update_page_callback), (job_finished_cb),
13180         (ev_sidebar_links_set_document):
13181         * shell/ev-sidebar-thumbnails.c:
13182         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13183         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13184         (page_changed_cb), (thumbnail_job_completed_callback),
13185         (ev_sidebar_thumbnails_set_document):
13186         * shell/ev-sidebar-thumbnails.h:
13187         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13188         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13189         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13190         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13191         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13192         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13193         (ev_view_button_release_event), (ev_view_scroll_view),
13194         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13195         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13196         (ev_view_new), (job_finished_cb), (page_changed_cb),
13197         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13198         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13199         (ev_view_find_previous):
13200         * shell/ev-view.h:
13201         * shell/ev-window.c: (update_action_sensitivity),
13202         (ev_window_open_page), (update_window_title), (update_total_pages),
13203         (page_changed_cb), (ev_window_setup_document),
13204         (password_dialog_response), (ev_window_cmd_save_as),
13205         (ev_window_print), (ev_window_cmd_go_previous_page),
13206         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13207         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13208         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13209         * shell/main.c: (main):
13210
13211         Merge evince-threads branch
13212
13213 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13214
13215         * configure.ac: Added "lt" to ALL_LINGUAS.
13216
13217 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13218
13219         * NEWS:
13220         * configure.ac:
13221
13222         Release 0.1.9
13223
13224 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13225
13226         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13227
13228         Fix here also the thumbnails 1-basedness :)
13229
13230 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13231
13232         * NEWS:
13233         * configure.ac:
13234
13235         Release 0.1.8
13236
13237 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13238
13239         * pdf/pdf-document.cc:
13240         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13241         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13242
13243         Fix the mess we did with thumbnails and 1-basedness
13244
13245 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13246
13247         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13248
13249 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13250
13251         * NEWS:
13252         * configure.ac:
13253
13254         Release 0.1.7
13255
13256 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13257
13258         * ps/Makefile.am:
13259         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13260         (gtk_gs_defaults_get_alpha_parameters),
13261         (gtk_gs_defaults_get_ungzip_cmd),
13262         (gtk_gs_defaults_get_unbzip2_cmd):
13263         * ps/gsdefaults.h:
13264         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13265         (ps_document_get_orientation), (document_load),
13266         (ps_document_goto_page), (ps_document_set_page_size):
13267         * ps/ps-document.h:
13268
13269         Some more sanitization of the ps backend. Remove a lot
13270         of unused code and do not base our defaults on ggv
13271         preferences (ugh!)
13272
13273 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13274
13275         * thumbnailer/evince-thumbnailer.schemas:
13276         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13277         (main): add -s option for thumbnail size.
13278
13279 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13280
13281         * configure.ac:
13282
13283         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13284         remove it.
13285
13286 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13287
13288         * pdf/pdf-document.cc:
13289
13290         Remove 4 pixels of useless border from the
13291         thumbnail.
13292
13293 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13294
13295         * backend/ev-document-thumbnails.c:
13296         (ev_document_thumbnails_get_thumbnail):
13297         * backend/ev-document-thumbnails.h:
13298
13299         Rework API a bit. Add a border flag and
13300         change sizing logic (now the size we specify
13301         applies to the bigger dimension).
13302
13303         * pdf/pdf-document.cc:
13304         * pixbuf/pixbuf-document.c:
13305         (pixbuf_document_thumbnails_get_thumbnail):
13306         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13307         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13308
13309         Adapt to the new API and do not draw a border for nautilus
13310         thumbnailer.
13311
13312 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13313
13314         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13315         take thumbnails from page "0" instead of "1". Added a copyright header.
13316
13317 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13318
13319         * ps/ps-document.c: (set_up_page), (start_interpreter):
13320
13321         Make it C89 compliant
13322
13323 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13324
13325         * Makefile.am:
13326         * configure.ac:
13327         * pdf/.cvsignore:
13328         * pdf/pdf-document.cc:
13329         * thumbnailer/Makefile.am:
13330         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13331         (main):
13332         * thumbnailer/evince-thumbnailer.schemas:
13333         * thumbnailer/pdf-icon.png:
13334
13335         Add a nautilus thumbnailer.
13336         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13337
13338 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13339
13340         * NEWS:
13341         * configure.ac:
13342         * po/POTFILES.in:
13343
13344         Release 0.1.6
13345
13346 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13347
13348         Use poppler instead of including xpdf source code.  Poppler is a
13349         fork of xpdf to build it as a shared library. See
13350         http://freedesktop.org/wiki/Software/poppler.
13351
13352         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13353         xpdf fork.
13354         
13355         * pdf/Makefile.am: Build libpdfdocument.a here.
13356         
13357         * pdf/GDKSplashOutputDev.cc:
13358         * pdf/GDKSplashOutputDev.h:
13359         * pdf/GnomeVFSStream.cc:
13360         * pdf/GnomeVFSStream.h:
13361         * pdf-document.cc:
13362         * pdf-document.h:
13363         * test-gdk-output-dev.cc
13364         * Thumb.cc:
13365         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13366         against poppler.
13367
13368 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13369
13370         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13371
13372         Clear idle stack before unsetting the document
13373
13374 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13375
13376         * ps/ps-document.c: (ps_document_widget_event),
13377         (ps_document_set_target), (ps_document_finalize),
13378         (ps_document_get_page):
13379
13380         Disconnect the widget event signal on finalize.
13381         Some code cleanups.
13382
13383 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13384
13385         * ps/ps-document.c: (set_up_page):
13386
13387         If there is no bpixmap create one, even if size
13388         is not changed.
13389
13390 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13391
13392         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13393         (set_up_page), (document_load), (ps_document_set_zoom):
13394
13395         Default page is 0. Calculate size even when we have no
13396         target yet.
13397
13398 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13399
13400         * shell/ev-sidebar.c: expand the selection widget to be always as
13401         wide as the sidebar
13402
13403 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13404
13405         * shell/ev-sidebar-thumbnails.c:
13406         (ev_sidebar_thumbnails_set_document):
13407
13408         Clear the list store when setting document
13409
13410 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13411
13412         * shell/ev-page-action.c: (update_entry), (sync_entry),
13413         (activate_cb), (entry_size_request_cb), (create_tool_item),
13414         (connect_proxy):
13415
13416         Use an entry for the page control instead of spinbuttons
13417
13418 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13419
13420         * data/evince.schemas.in:
13421
13422         Correct confusing string
13423
13424 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13425
13426         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13427         for real.  Gosh, how long has this been broken.
13428
13429         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13430         check for a NULL link.  We crash otherwise.
13431
13432 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13433
13434         * NEWS:
13435         * configure.ac:
13436
13437         Release 0.1.5
13438
13439 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13440
13441         * configure.ac: add the french translation.
13442
13443 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13444
13445         * shell/ev-window.c:
13446
13447         Remove unused header -> fix distcheck
13448
13449 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13450
13451         * shell/ev-window.c: (update_window_title),
13452         (ev_window_popup_password_dialog):
13453
13454         Unescape filename for display
13455
13456 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13457
13458         * pdf/xpdf/pdf-document.cc:
13459
13460         In get_page_size deal with rotation. Also
13461         cleanup the function a bit.
13462
13463 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13464
13465         * pdf/xpdf/pdf-document.cc:
13466
13467         Fix crash when opening in new window
13468
13469 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13470
13471         * configure.ac:
13472
13473         Check ghostscript >= 7
13474
13475 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13476
13477         * shell/ev-window.c:
13478
13479         Make page width the default sizing mode
13480
13481 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13482         Marco Pesenti Gritti <marco@gnome.org>
13483
13484         * shell/ev-window.c: Remember the sidebar size
13485
13486         * data/evince.schemas.in: Add a new gconf key to store the size of
13487         the sidebar
13488
13489 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13490
13491         * data/evince-ui.xml:
13492         * shell/ev-window.c: (update_action_sensitivity),
13493         (ev_window_cmd_view_reload):
13494         
13495         Add a "Reload" action and menu entry
13496
13497 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13498
13499         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13500         iff the type doesn't support thumbnailing and indexing.
13501
13502 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13503
13504         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13505
13506 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13507
13508         * pdf/splash/Splash.cc:
13509
13510         Port fix for a crasher from kde bug
13511         http://bugs.kde.org/show_bug.cgi?id=97131
13512
13513 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13514
13515         * pdf/xpdf/pdf-document.cc:
13516
13517         Return a link even if it's of an unrecognized
13518         type. Otherwise we go in an infinte cycle.
13519
13520 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13521
13522         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13523         (size_allocate_cb), (ev_window_set_sizing_mode):
13524
13525         Update size when switching mode
13526
13527 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13528
13529         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13530         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13531         (ev_window_cmd_view_normal_size):
13532
13533         Fix size toggle buttons behavior
13534
13535 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13536
13537         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13538         (doc_rect_to_view_rect), (ev_view_size_allocate),
13539         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13540         (scale_changed_callback):
13541
13542         Do not cache offsets in size_allocate.
13543
13544 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13545
13546         * shell/ev-view.c: (ev_view_size_allocate):
13547
13548         Calculate offsets before calling the parent
13549         class (which does a redraw)
13550
13551 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13552
13553         * pdf/xpdf/pdf-document.cc:
13554
13555         Fix a crasher on exit. Unused code, put a TODO
13556
13557 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13558
13559         * backend/ev-document.c: (ev_document_class_init),
13560         (ev_document_page_changed), (ev_document_scale_changed):
13561         * backend/ev-document.h:
13562
13563         Separate page/scale notifications
13564
13565         * pdf/xpdf/pdf-document.cc:
13566
13567         Emit the new signals.
13568         Do not display the pdf page in _render, do it
13569         when scale/page are requested.
13570
13571         * ps/ps-document.c: (ps_document_set_zoom),
13572         (ps_document_widget_event):
13573         * ps/ps-document.h:
13574
13575         Emit the new signals.
13576
13577         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13578         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13579         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13580         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13581         * shell/ev-view.h:
13582         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13583         (ev_window_cmd_view_page_width), (size_allocate_cb),
13584         (ev_window_set_sizing_mode):
13585
13586         Rework sizing to be pixel based.
13587         There are bugs but should be already way better.
13588
13589 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13590
13591         * shell/ev-window.c: (ev_window_init):
13592
13593         Do not allow to shrink sidebar smaller then
13594         child requisition
13595
13596 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13597
13598         * shell/ev-sidebar.[ch]
13599         * shell/ev-window.c:
13600
13601         Improved sidebar widget. Fixes #166683
13602
13603 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13604
13605         * shell/ev-view.c (update_find_status_message): Give translators
13606         more flexibility with ngettext plural handling.
13607
13608 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13609
13610         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13611         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13612         page when we get the page size.
13613
13614 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13615
13616         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13617
13618         ps pages are 0 based, convert 
13619
13620 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13621
13622         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13623
13624         Initialize correct parent class. Set GError on document load
13625
13626 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13627
13628         * pdf/xpdf/pdf-document.cc:
13629
13630         Fixup selection offset calculation
13631
13632         * shell/ev-view.c: (view_rect_to_doc_rect),
13633         (doc_rect_to_view_rect), (ev_view_size_allocate),
13634         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13635         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13636
13637         Store selection as document relative, so that zooming
13638         and offset changing doesnt break it.
13639
13640 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13641
13642         * shell/ev-view.c: (ev_view_best_fit):
13643
13644         Do not try to best fit if the view is not realized
13645
13646 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13647           
13648         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13649
13650 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13651
13652         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13653
13654 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13655
13656         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13657         the popup window.  That prevents it resizing when in full screen
13658         mode.
13659
13660         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13661         multiple rerenders.  This pretty much sucks.
13662
13663         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13664         rest of the toolbar.
13665
13666 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13667
13668         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13669
13670 2005-02-17  Alexander Shopov  <ash@contact.bg>
13671
13672         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13673
13674 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13675
13676         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13677
13678 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13679
13680         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13681         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13682         (set_document_page), (document_changed_callback),
13683         (ev_view_set_document), (ev_view_find_previous),
13684         (ev_view_hide_cursor), (ev_view_show_cursor):
13685         * shell/ev-view.h:
13686         * shell/ev-window.c: (update_chrome_visibility),
13687         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13688         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13689         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13690         (ev_window_unfullscreen):
13691         * shell/main.c: (main):
13692
13693         Automatically hide the fullscreen button.
13694         Patch by Kristian Høgsberg <krh@redhat.com>
13695
13696 2005-02-16  Vincent Noel  <vnoel@cox.net>
13697
13698         * shell/main.c (main): Specify an icon for the window. Patch by
13699         Jaap A. Haitsma. Fixes #166177.
13700
13701 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13702
13703         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13704
13705 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13706
13707         * backend/ev-document-misc.h:
13708         * backend/ev-document-misc.c:
13709         (ev_document_misc_get_page_border_size),
13710         (ev_document_misc_paint_one_page): New function to canonicalize
13711         sizing/painting a border.
13712
13713         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13714         used.
13715
13716         * pdf/xpdf/pdf-document.cc: use new function
13717
13718         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13719         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13720         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13721         shell/ev-window.c: (update_sizing_buttons),
13722         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13723         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13724         (ev_window_cmd_view_page_width), (size_allocate_cb),
13725         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13726         and "fit width" values act as toggle buttons so they stay
13727         toggled.  It's not 100% perfect, and it's a little slow, but it's
13728         good enough to commit I think.
13729
13730 2005-02-15  David Lodge  <dave@cirt.net>
13731
13732         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13733
13734 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13735
13736         * shell/ev-window.c (update_window_title): replace newlines in
13737         the title by spaces. Bug #166107.
13738
13739 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13740
13741         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13742         parameters providing allocation width and height without
13743         scrollbars and width of a possible vertical scrollbar. With this
13744         additional information the functions can work as
13745         intended. Unfortunately they're not idempotent. We should
13746         transform these commands to toggles. Fixes Bug #164976
13747         Initial patch by Stephane Loeuillet, then heavily modified.
13748
13749         * shell/ev-view.h: update prototypes.
13750
13751         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13752         (ev_window_cmd_view_page_width): provide EvView fit functions with
13753         all the information they need. Formulas to calculate this
13754         information taken from GtkScrolledWindow.
13755
13756 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13757
13758         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13759         created a thumbnail, the list store is updated to know
13760         that the thumbnail is set. Fixes bug #166792
13761
13762 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13763
13764         * shell/ev-window.c: fixed typo, closes bug 166897
13765
13766         * TODO: updated TODO with bug numbers that are relevant
13767
13768 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13769
13770         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13771
13772 2005-02-09  Vincent Noel  <vnoel@cox.net>
13773
13774         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13775         and "Next" toolbar buttons as important to make them stand out.
13776
13777 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13778
13779         * lib/ev-debug.c:
13780         * lib/ev-debug.h:
13781         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13782         (start_interpreter), (stop_interpreter), (document_load),
13783         (ps_document_next_page), (ps_document_goto_page),
13784         (ps_document_set_page_size), (ps_document_widget_event),
13785         (ps_document_render):
13786         * shell/ev-page-view.c: (ev_page_view_dispose):
13787         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13788
13789         Fix compilation on non-gcc platforms
13790
13791 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13792
13793         * NEWS:
13794         * configure.ac:
13795
13796         Release 0.1.4
13797
13798         * pdf/xpdf/Catalog.cc:
13799         * pdf/xpdf/XRef.cc:
13800
13801         Fix the fix for CAN-2004-0888
13802
13803 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13804
13805         * data/Makefile.am:
13806         * data/evince-ui.xml:
13807         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13808         * shell/ev-stock-icons.h:
13809         * shell/ev-window.c: (update_action_sensitivity),
13810         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13811         (set_action_properties):
13812
13813         Improve toolbar layout/icons
13814
13815 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13816
13817         * pdf/xpdf/pdf-document.cc:
13818
13819         Add warnings about unimplemented/unknown link
13820         types.
13821
13822 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13823
13824         * ps/ps-document.c: (set_up_page):
13825
13826         Log gs property
13827
13828 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13829
13830         * ps/ps-document.c: (start_interpreter):
13831
13832         Log gs env var
13833
13834 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13835
13836         * shell/ev-page-view.c: (ev_page_view_dispose):
13837         * shell/ev-view.c: (ev_view_finalize):
13838         * shell/ev-window.c: (ev_window_setup_document),
13839         (ev_window_dispose), (ev_window_init):
13840
13841         Solve more refs issues.
13842
13843         I commented out the page_view initialization for now:
13844         it was never destroyed (because it's never added
13845         to a container). Because of that we was leaking
13846         gs processes. Couldnt think to a clean fix.
13847         We need to figure this out, password view has the
13848         same issue probably.
13849
13850 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13851
13852         * ps/ps-document.c: (ps_document_finalize),
13853         (ps_document_get_n_pages), (ps_document_get_page):
13854
13855         Some cleanups, stop the interpreter on finalize
13856
13857         * shell/ev-page-view.c: (ev_page_view_dispose),
13858         (ev_page_view_class_init):
13859
13860         Release our reference on the document
13861
13862 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13863
13864         * Makefile.am:
13865         * configure.ac:
13866         * doc/debugging.txt:
13867         * lib/.cvsignore:
13868         * lib/Makefile.am:
13869         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13870         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13871         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13872         * lib/ev-debug.h:
13873
13874         Add debugging helpers
13875
13876         * ps/Makefile.am:
13877         * ps/ps-document.c: (set_up_page), (start_interpreter),
13878         (stop_interpreter), (document_load), (ps_document_next_page),
13879         (ps_document_goto_page), (ps_document_set_page_size),
13880         (ps_document_widget_event), (ps_document_render):
13881         * shell/Makefile.am:
13882         * shell/ev-view.c: (expose_bin_window):
13883         * shell/main.c: (main):
13884
13885         Add some logs
13886         
13887 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13888
13889         * ps/ps-document.c: (ps_document_widget_event):
13890
13891         Initialize message_window, this should make ps
13892         rendering really work! (Never noticed because I was
13893         testing with a ps that is causing gs to exit every time!)
13894
13895 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13896
13897         * data/evince.schemas.in: updated simple error in applyto closing tag
13898
13899 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13900
13901         * Makefile.am:
13902         * configure.ac:
13903         * data/.cvsignore:
13904         * data/Makefile.am:
13905         * data/evince-ui.xml:
13906         A data/evince.schemas.in:
13907         * po/POTFILES.in:
13908         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13909         * shell/ev-stock-icons.h:
13910         * shell/ev-window.c: (update_chrome_visibility),
13911         (update_chrome_flag), (ev_window_cmd_edit_find),
13912         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13913         (ev_window_unfullscreen), (ev_window_focus_in_event),
13914         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13915         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13916         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13917         (ev_window_dispose), (ev_window_class_init),
13918         (set_action_properties), (set_chrome_actions), (load_chrome),
13919         (ev_window_init):
13920
13921         Implement fullscreen mode changes from bug #164776.
13922         Also implement persistent chrome toggles.
13923
13924 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13925
13926         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13927
13928 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13929
13930         * NEWS:
13931         * configure.ac:
13932         * shell/ev-view.c:
13933
13934         Add another check for find interface
13935
13936         Release 0.1.3
13937
13938 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13939
13940         * shell/ev-application.c: (ev_application_open):
13941         * shell/ev-window.c: (ev_window_open):
13942
13943         Open gzipped ps documents
13944
13945 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13946
13947         * TODO:
13948         * shell/ev-view.c: (set_document_page):
13949
13950         Clamp page number, dont try to move to
13951         not existant pages.
13952
13953 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13954
13955         * backend/ev-document-find.c: (ev_document_find_changed):
13956         * backend/ev-document-find.h:
13957         * pdf/xpdf/pdf-document.cc:
13958         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13959         * shell/ev-window.c: (find_bar_search_changed_cb):
13960
13961         Fix several bugs with find
13962
13963 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13964
13965         * shell/ev-sidebar-thumbnails.c
13966         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13967         document. Prevents warning from scroll_to_cell.
13968
13969 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13970
13971         * configure.ac: Add «nb» to ALL_LINGUAS too.
13972
13973 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13974
13975         * NOTES: New file with some random thoughts.
13976
13977         * TODO: Update.
13978
13979         * backend/ev-document-misc.c:
13980         (ev_document_misc_get_page_border_size): New function to
13981         canonicalize shadow drawing sizes.  Possibly goofy.
13982
13983         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13984         (ev_view_best_fit), (ev_view_fit_width):
13985         * pdf/xpdf/pdf-document.cc:
13986         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13987         * ps/ps-document.c: (ps_document_get_page_size):
13988         * backend/ev-document-misc.h:
13989         * backend/ev-document.c: (ev_document_get_page_size):
13990         * backend/ev-document.h: get_page_size now takes a page number
13991         parameter.  Made all the backends/frontends honor it.
13992
13993         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13994         see.  Doesn't work yet.
13995
13996         * shell/Makefile.am:
13997         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13998         Doesn't do anything yet.
13999
14000         * shell/ev-sidebar-thumbnails.c:
14001         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
14002         [0..n_pages-1]
14003
14004         * shell/ev-window.c: (update_action_sensitivity),
14005         (ev_window_setup_document), (ev_window_set_page_mode),
14006         (ev_window_page_mode_cb), (ev_window_init): Clean up the
14007         view-swapping code a bit so we can have multiple views on a
14008         document.  Add the multi-page view, though it can't be turned on
14009         yet.
14010
14011 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14012
14013         * shell/ev-application.c: (ev_application_open):
14014         * shell/ev-view.c: (expose_bin_window):
14015         * shell/ev-window.c: (ev_window_open):
14016
14017         Support eps and check document supports find
14018         before drawing highlightings in expose.
14019
14020 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14021
14022         * pixbuf/pixbuf-document.c:
14023         (pixbuf_document_thumbnails_get_dimensions),
14024         (pixbuf_document_document_thumbnails_iface_init):
14025
14026         implement get_dimensions
14027
14028 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14029
14030         * NEWS:
14031         * configure.ac:
14032
14033         Release 0.1.2
14034
14035 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14036
14037         * shell/ev-view.c: (set_document_page):
14038
14039         Scroll at the top of the page when changing page
14040
14041 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14042
14043         * shell/ev-view.c: (ev_view_motion_notify_event):
14044
14045         Do not redraw unnecessarily
14046
14047 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14048
14049         * pdf/xpdf/pdf-document.cc:
14050         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14051         (expose_bin_window), (find_changed_cb):
14052
14053         Yay! find works now... Now to find bugs...
14054
14055 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14056
14057         * backend/ev-document-find.c: (ev_document_find_base_init),
14058         (ev_document_find_changed):
14059         * backend/ev-document-find.h:
14060         * pdf/xpdf/pdf-document.cc:
14061         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14062         (expose_bin_window), (ev_view_init), (set_document_page),
14063         (ensure_rectangle_is_visible), (jump_to_find_result),
14064         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14065         (ev_view_find_next), (ev_view_find_previous):
14066         * shell/ev-view.h:
14067         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14068
14069         More work on find implementation, mostly there now
14070
14071 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
14072
14073         * backend/ev-backend-marshalers.list:
14074         * backend/ev-document-find.c: (ev_document_find_base_init),
14075         (ev_document_find_cancel), (ev_document_find_page_has_results),
14076         (ev_document_find_get_n_results), (ev_document_find_get_result),
14077         (ev_document_find_get_progress), (ev_document_find_changed):
14078         * backend/ev-document-find.h:
14079
14080         Enanche the find interface to be really able to do
14081         multi page find.
14082
14083         * pdf/xpdf/pdf-document.cc:
14084
14085         Implement
14086
14087         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14088         (expose_bin_window), (ev_view_init),
14089         (ev_view_get_find_status_message), (find_changed_cb),
14090         (ev_view_set_document), (set_document_page):
14091
14092         Adapt to the new interface. A few things are regressed sorry,
14093         I will finish it soon.
14094
14095 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14096
14097         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14098         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14099         ev_sidebar_thumbnails_parent_class variable, don't define another
14100         parent_class variable.
14101
14102         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14103         (ev_page_action_class_init): ditto.
14104
14105         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14106         (pixbuf_document_class_init): ditto.
14107
14108         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14109         ditto.
14110
14111         * .cvsignore: ignore various valgrind output files.
14112
14113 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14114
14115         * data/evince-ui.xml:
14116         * shell/Makefile.am:
14117         * shell/ev-history.c:
14118         * shell/ev-history.h:
14119         * shell/ev-navigation-action.c:
14120         * shell/ev-navigation-action.h:
14121         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14122         (ev_view_set_page), (ev_view_fit_width):
14123         * shell/ev-view.h:
14124         * shell/ev-window.c: (update_action_sensitivity),
14125         (ev_window_setup_document), (register_custom_actions):
14126
14127         Kill session history
14128
14129 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14130
14131         * shell/ev-window.c: (update_action_sensitivity):
14132
14133         Fix inverted up/down buttons
14134
14135 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14136
14137         * shell/ev-sidebar-thumbnails.c
14138         (ev_sidebar_thumbnails_select_page): make sure the selected
14139         thumbnail stays visible.
14140
14141 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14142
14143         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14144         scrolled window for Federico.
14145
14146 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14147
14148         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14149
14150 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14151
14152         * configure.ac:
14153         * pdf/splash/SplashFTFontEngine.cc:
14154
14155         Fix CID fonts with freetype 2.1.9
14156
14157 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14158
14159         * TODO: added item for desktop icon thumbnailer
14160
14161 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14162
14163         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14164         unloaded docs when the title is accessed.
14165
14166         * shell/ev-password-view.[hc]: New widget for displaying password
14167         state.
14168
14169         * shell/ev-window.[ch]: Refactor password handling code to handle
14170         the new view.
14171
14172 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14173
14174         * NEWS:
14175         * configure.ac:
14176         * data/Makefile.am:
14177
14178         Release 0.1.1
14179
14180 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14181
14182         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14183         ignore page offset here, to make search results independent of it,
14184
14185         * shell/ev-view.c (expose_bin_window): but take offsets into
14186         account here. Bug #164932
14187
14188         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14189         scale at the right time. Bug #164996
14190
14191 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14192
14193         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14194         fix the problem. Now I just removed the Adobe font names and hope
14195         that the URW fonts are always in outline format. Bug #164934
14196
14197         * shell/ev-window.c (update_window_title): empty titles are
14198         useless, use filename in that case too.
14199
14200         * NEWS: Add some content.
14201
14202 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14203
14204         * TODO: added one more TODO item and a TODONE section :)
14205
14206 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14207
14208         * ps/ps-document.h: add page_[xy]_offset fields.
14209
14210         * ps/ps-document.c (ps_document_set_page_offset)
14211         (ps_document_render): Keep offset in consideration in a few
14212         places. Bug #164752 "postscript documents are not centered in
14213         window"
14214
14215         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14216         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14217
14218         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14219         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14220         stub out missing methods for complete EvDocument implementation.
14221         Fixes segfaults with Save A Copy and Copy actions.
14222
14223         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14224         (ps_document_document_iface_init): ditto.
14225         
14226 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14227
14228         * data/.cvsignore:
14229         * data/Makefile.am:
14230         * data/evince.desktop.in:
14231
14232         Add desktop file
14233
14234 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14235
14236         * shell/ev-view.c: (ev_view_button_press_event),
14237         (ev_view_motion_notify_event):
14238
14239         Make selection work in any direction
14240
14241 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14242
14243         * TODO:
14244         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14245
14246         Use shorter labels for some of the toolbars items
14247
14248 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14249
14250         * pdf/xpdf/pdf-document.cc:
14251
14252         Check the links info is initialized before
14253         using it. Should fix a crash on startup.
14254
14255 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14256
14257         * pixbuf/pixbuf-document.c
14258         (pixbuf_document_thumbnails_get_dimensions): force floating point
14259         division to calculate page_ratio. Fixes crash with landscape
14260         format pixbufs.
14261
14262 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14263
14264         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14265
14266 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14267
14268         * shell/ev-view.c (set_document_page): unset has_selection when
14269         the page changes.
14270         (set_document_page): handle paper size changes when the page
14271         changes (test with Free Culture, page 2).
14272
14273 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14274
14275         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14276         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14277
14278         Use normal style color for the widget background and
14279         draw a black box around the page.
14280
14281 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14282
14283         * pdf/xpdf/pdf-document.cc:
14284
14285         Keep offset in consideration in a few places
14286
14287         * shell/ev-view.c: (expose_bin_window):
14288
14289         Set the offsets so that the document is ever centered
14290
14291 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14292
14293         * TODO: Added TODO items and finished off the first todo item
14294
14295         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14296         reflect current authors
14297
14298 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14299
14300         * pdf/xpdf/pdf-document.cc:
14301         * shell/ev-view.c: (ev_view_set_cursor),
14302         (ev_view_motion_notify_event), (document_changed_callback),
14303         (set_document_page):
14304
14305         Show a wait cursor while the page is rendering
14306
14307 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14308
14309         * shell/ev-sidebar-thumbnails.c:
14310         (ev_sidebar_tree_selection_changed),
14311         (ev_sidebar_thumbnails_select_page):
14312         * shell/ev-sidebar-thumbnails.h:
14313         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14314         (ev_view_can_go_forward):
14315         * shell/ev-window.c: (ev_window_open_page),
14316         (ev_window_setup_document), (update_current_page),
14317         (view_page_changed_cb), (ev_window_init):
14318         * shell/ev-window.h:
14319
14320         Ensure thumbnails selection, toolbar page control and
14321         current page are in sync.
14322
14323 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14324
14325         * pdf/xpdf/XRef.cc:
14326
14327         Fix CAN-2005-0064
14328
14329 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14330
14331         * backend/Makefile.am:
14332         * backend/ev-document-links.h:
14333         * backend/ev-document-security.c: (ev_document_security_get_type),
14334         (ev_document_security_has_document_security),
14335         (ev_document_security_set_password):
14336         * backend/ev-document-security.h:
14337         * backend/ev-document.c: (ev_document_error_quark):
14338         * backend/ev-document.h:
14339         * data/Makefile.am:
14340         * data/evince-password.glade:
14341         * pdf/xpdf/pdf-document.cc:
14342         * shell/Makefile.am:
14343         * shell/ev-password.c: (ev_password_set_bad_password_label),
14344         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14345         (ev_password_dialog_get_password),
14346         (ev_password_dialog_set_bad_pass):
14347         * shell/ev-password.h:
14348         * shell/ev-window.c: (ev_window_get_attribute),
14349         (ev_window_set_property), (update_action_sensitivity),
14350         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14351         (ev_window_setup_document), (ev_window_get_password),
14352         (ev_window_open), (ev_window_cmd_save_as),
14353         (using_postscript_printer), (ev_window_print),
14354         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14355         (update_fullscreen_popup), (ev_window_fullscreen),
14356         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14357         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14358         (menu_item_select_cb), (find_bar_search_changed_cb),
14359         (ev_window_dispose), (ev_window_init):
14360
14361         Add initial support for password-supported dialogs.  This could be
14362         a lot cooler, but it'll do for now.
14363
14364 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14365
14366         * pdf/xpdf/pdf-document.cc:
14367         * shell/ev-view.c: (status_message_from_link),
14368         (ev_view_set_status), (ev_view_set_cursor),
14369         (ev_view_motion_notify_event), (ev_view_init):
14370         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14371
14372         Fix bugs in the links implementation and change cursor
14373         when hovering a link.
14374
14375 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14376
14377         * viewer/.cvsignore: added cvsignore file for viewer directory
14378
14379         * TODO: created TODO document
14380
14381 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14382
14383         * shell/ev-view.h:
14384         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14385         new functions to help with implementation of sensitivity code
14386         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14387         of all actions that might require it.  Fixes a crash when you
14388         click on the Zoom actions in a window lacking a document.
14389
14390 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14391
14392         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14393         of the Find action
14394
14395 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14396
14397         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14398         (pixbuf_document_document_iface_init):
14399         * ps/ps-document.c: (ps_document_get_link),
14400         (ps_document_document_iface_init):
14401         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14402         (status_message_from_link), (ev_view_set_status),
14403         (ev_view_set_find_status), (ev_view_motion_notify_event),
14404         (ev_view_button_release_event), (ev_view_set_property),
14405         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14406         (ev_view_get_find_status_message), (update_find_results),
14407         (ev_view_get_status), (ev_view_get_find_status):
14408         * shell/ev-view.h:
14409         * shell/ev-window.c: (view_status_changed_cb),
14410         (view_find_status_changed_cb), (ev_window_init):
14411
14412         View status message support, use it to show the links.
14413         Needs work...
14414
14415 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14416
14417         * backend/ev-document.c: (ev_document_get_link):
14418         * backend/ev-document.h:
14419         * pdf/xpdf/pdf-document.cc:
14420         * shell/ev-application.c: (ev_application_open):
14421         * shell/ev-application.h:
14422         * shell/ev-sidebar-links.c: (selection_changed_cb):
14423         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14424         (ev_view_go_to_link):
14425
14426         Add support for document links
14427
14428 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14429
14430         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14431         (create_tool_item):
14432         Set the spin button limits correctly.
14433         
14434         * shell/ev-sidebar-thumbnails.c:
14435         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14436         Support changing pages by clicking on the thumbnails.
14437         
14438 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14439
14440         * pixbuf/pixbuf-document.c:
14441         (pixbuf_document_thumbnails_get_dimensions),
14442         (pixbuf_document_document_thumbnails_iface_init):
14443
14444         implement get_dimensions
14445
14446 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14447
14448         * ps/ps-document.c: (ps_document_goto_page):
14449
14450         Fix page switching on multipage documents
14451
14452 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14453
14454         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14455         
14456         check for NULL before assigning to width and height parameters
14457
14458 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14459
14460         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14461         (pixbuf_document_set_property), (pixbuf_document_get_property):
14462
14463         implement get/set properties
14464
14465 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14466
14467         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14468         
14469         return NULL instead of "Unknown", letting the title get set to
14470         the filename when the pdf has no title.
14471
14472 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14473
14474         * ps/ps-document.c: (ps_document_get_page_count),
14475         (ps_document_goto_page):
14476
14477 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14478
14479         * shell/ev-history.c: (ev_history_get_property),
14480         (ev_history_set_property), (ev_history_class_init),
14481         (ev_history_add_page), (ev_history_set_current_index):
14482         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14483         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14484         (ev_navigation_action_finalize):
14485         * shell/ev-navigation-action.h:
14486         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14487         (ev_view_go_forward), (ev_view_get_find_status_message),
14488         (history_index_changed_cb), (ev_view_set_history):
14489         * shell/ev-view.h:
14490         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14491         (update_current_page), (register_custom_actions):
14492
14493         Implement history dropdowns
14494
14495 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14496
14497         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14498         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14499         (ev_view_go_forward):
14500         * shell/ev-window.c: (register_custom_actions):
14501
14502         Fix several history bugs
14503
14504 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14505
14506         * configure.ac: Add «nb» to ALL_LINGUAS.
14507
14508 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14509
14510         * backend/Makefile.am:
14511         * backend/ev-bookmark.c:
14512         * backend/ev-bookmark.h:
14513         * backend/ev-document-bookmarks.c:
14514         * backend/ev-document-bookmarks.h:
14515         * backend/ev-document-links.c: (ev_document_links_get_type),
14516         (ev_document_links_has_document_links),
14517         (ev_document_links_begin_read), (ev_document_links_get_link),
14518         (ev_document_links_get_child), (ev_document_links_next),
14519         (ev_document_links_free_iter):
14520         * backend/ev-document-links.h:
14521         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14522         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14523         (ev_link_get_link_type), (ev_link_set_link_type),
14524         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14525         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14526         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14527         (ev_link_new_external):
14528         * backend/ev-link.h:
14529         * pdf/xpdf/pdf-document.cc:
14530         * shell/Makefile.am:
14531         * shell/ev-application.c: (ev_application_open_link):
14532         * shell/ev-application.h:
14533         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14534         (ev_history_get_link_nth):
14535         * shell/ev-history.h:
14536         * shell/ev-sidebar-bookmarks.c:
14537         * shell/ev-sidebar-bookmarks.h:
14538         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14539         (ev_sidebar_links_class_init), (selection_changed_cb),
14540         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14541         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14542         (do_one_iteration), (populate_links_idle),
14543         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14544         * shell/ev-sidebar-links.h:
14545         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14546         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14547         (go_to_index):
14548         * shell/ev-view.h:
14549         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14550         * shell/ev-window.h:
14551
14552         Rename bookmark to link, and use "Index" for the sidebar panel.
14553
14554 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14555
14556         * shell/Makefile.am:
14557         * shell/ev-application.c: (ev_application_open_bookmark):
14558         * shell/ev-application.h:
14559         * shell/ev-history.c: (ev_history_init), (free_links_list),
14560         (ev_history_finalize), (ev_history_class_init),
14561         (ev_history_add_link), (ev_history_add_page),
14562         (ev_history_get_link_nth), (ev_history_get_n_links),
14563         (ev_history_get_current_index), (ev_history_set_current_index),
14564         (ev_history_new):
14565         * shell/ev-history.h:
14566         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14567         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14568         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14569         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14570         (ev_view_set_page):
14571         * shell/ev-view.h:
14572         * shell/ev-window.c: (ev_window_open_bookmark),
14573         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14574         (goto_page_cb), (register_custom_actions):
14575         * shell/ev-window.h:
14576
14577         Initial history implementation. Needs work.
14578
14579 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14580
14581         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14582
14583 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14584
14585         * cut-n-paste/recent-files/egg-recent-item.c:
14586         * cut-n-paste/recent-files/egg-recent-item.h:
14587         * cut-n-paste/recent-files/egg-recent-model.c:
14588         * cut-n-paste/recent-files/egg-recent-util.c:
14589         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14590         * cut-n-paste/recent-files/egg-recent-view.c:
14591
14592         Update
14593
14594 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14595
14596         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14597         (fillGlyph, fillImageMask, drawImage):
14598         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14599         pdf/splash/SplashTypes.h:
14600         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14601         packed mode for Splash.
14602
14603         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14604         RGB8 packed mode, eliminates the pixbuf data creation loop.
14605
14606         * shell/ev-print-job.c (ev_print_job_finalize)
14607         (ev_print_job_set_property, ev_print_job_get_property)
14608         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14609         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14610         (print_closure_finalize, ev_print_job_print): implement
14611         printing (for backends with EvPsExporter)
14612
14613         * shell/ev_print_job.h: update prototypes.
14614
14615         * shell/ev-window.c (ev_window_print): unref print job after
14616         printing.
14617
14618         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14619         unless the document implements the EvDocumentFind interface.
14620
14621 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14622
14623         * configure.ac: Added ja to ALL_LINGUAS.
14624
14625 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14626
14627         * pdf/xpdf/pdf-document.cc:
14628
14629         add a FIXME. We should probably not allocate
14630         a bookmark object every time
14631
14632 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14633
14634         * shell/ev-application.c: (ev_application_open),
14635         (ev_application_open_bookmark):
14636         * shell/ev-application.h:
14637         
14638         Add a way to open bookmarks
14639
14640         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14641         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14642         (ev_bookmark_set_property), (ev_bookmark_class_init),
14643         (ev_bookmark_new_title), (ev_bookmark_new_link),
14644         (ev_bookmark_new_external):
14645
14646         Support for external uris, better constructors.
14647
14648         * backend/ev-bookmark.h:
14649         * pdf/xpdf/pdf-document.cc:
14650         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14651
14652         Handle external uris
14653
14654 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14655
14656         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14657         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14658
14659         Hook up bookmarks navigation
14660
14661 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14662
14663         * backend/Makefile.am:
14664         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14665         (ev_bookmark_get_title), (ev_bookmark_set_title),
14666         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14667         (ev_bookmark_get_page), (ev_bookmark_set_page),
14668         (ev_bookmark_get_property), (ev_bookmark_set_property),
14669         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14670         (ev_bookmark_new):
14671         * backend/ev-bookmark.h:
14672         * backend/ev-document-bookmarks.c:
14673         (ev_document_bookmarks_get_bookmark):
14674         * backend/ev-document-bookmarks.h:
14675         * pdf/xpdf/pdf-document.cc:
14676         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14677
14678         Add a bookmark object to the backend and use it instead of get_values
14679
14680 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14681
14682         * data/evince-ui.xml:
14683
14684         Cleanup and add select all.
14685
14686         * shell/ev-view.c: (ev_view_select_all),
14687         (ev_view_button_press_event):
14688         * shell/ev-view.h:
14689         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14690
14691         Add select all.
14692         Clear selection on click.
14693
14694 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14695
14696         * shell/ev-sidebar-thumbnails.c
14697         (ev_sidebar_thumbnails_set_document): forgot to unref the
14698         loading_icon.
14699
14700 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14701
14702         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14703         at the visible page, not just linearly.  This makes it look fast.
14704
14705 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14706
14707         * backend/ev-document-misc.c
14708         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14709         white.
14710         * backend/ev-document-thumbnails.h: New interface to get the size
14711         of a page.
14712
14713 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14714
14715         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14716         make dist works
14717
14718 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14719
14720         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14721         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14722         things up a bit.
14723
14724         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14725
14726 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14727
14728         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14729         fonts. Should fix font problems on systems that have the base
14730         fonts in bitmap format. Reported by James Henstridge
14731         <james@jamesh.id.au>.
14732
14733 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14734
14735         * pdf/xpdf/Gfx.cc:
14736         * pdf/xpdf/GfxState.cc:
14737
14738         Fix for CAN-2004-1125
14739
14740 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14741
14742         * shell/ev-view.c: (ev_view_copy):
14743         * shell/ev-view.h:
14744         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14745
14746         Implement Edit->Copy
14747
14748 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14749
14750         * backend/ev-document.c: (ev_document_get_text):
14751         * backend/ev-document.h:
14752         * pdf/xpdf/pdf-document.cc:
14753         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14754         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14755         (ev_view_update_primary_selection), (ev_view_button_press_event),
14756         (ev_view_motion_notify_event), (ev_view_button_release_event):
14757
14758         Beginnings of clipboard support. Incomplete but primary sort
14759         of work.
14760
14761 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14762
14763         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14764         (expose_bin_window):
14765
14766         Nicer rubberband drawing, from GtkIconView.
14767
14768 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14769
14770         * backend/ev-document.c: (ev_document_save):
14771         * backend/ev-document.h:
14772         * data/evince-ui.xml:
14773         * pdf/xpdf/pdf-document.cc:
14774         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14775
14776         Implement "Save a copy..." menu item
14777
14778 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14779
14780         * shell/ev-view.c: (ev_view_zoom):
14781
14782         Queue a resize when zoom changes
14783
14784 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14785
14786         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14787         shadows.
14788
14789         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14790         thumbnails..
14791
14792 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14793
14794         * pdf/xpdf/pdf-document.cc
14795         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14796
14797 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14798
14799         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14800         It's slow, but I'll speed it up next!
14801
14802 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14803
14804         * shell/main.c (load_files):
14805
14806         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14807         from the command line and because it seems more appropriate.
14808
14809 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14810
14811         * data/evince-ui.xml:
14812         * shell/ev-window.c: (update_action_sensitivity),
14813         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14814
14815         s/next page/page down
14816         s/previous page/page up
14817
14818 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14819
14820         * data/evince-ui.xml:
14821
14822         Change the layout to match clarkbw design.
14823
14824         * shell/Makefile.am:
14825         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14826         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14827         (ev_navigation_action_finalize),
14828         (ev_navigation_action_set_property),
14829         (ev_navigation_action_get_property),
14830         (ev_navigation_action_class_init):
14831         * shell/ev-navigation-action.h:
14832
14833         Implement clarkbw toolbar navigation controls (incomplete)
14834
14835         * shell/ev-page-action.c: (update_label), (update_spin),
14836         (value_changed_cb), (create_tool_item), (connect_proxy),
14837         (ev_page_action_init), (ev_page_action_finalize),
14838         (ev_page_action_set_property), (ev_page_action_get_property),
14839         (ev_page_action_set_current_page),
14840         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14841         * shell/ev-page-action.h:
14842
14843         Implement a page switcher in the toolbar
14844
14845         * shell/ev-view.c: (ev_view_scroll_view):
14846         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14847         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14848         (register_custom_actions), (ev_window_init):
14849
14850         Change page on PageUp/Down.
14851
14852 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14853
14854         * pdf/xpdf/pdf-document.cc
14855         (pdf_document_thumbnails_get_thumbnail): initial stab at
14856         implementing thumbnail support for pdfs.  It only does documents
14857         with precached pdfs now.
14858
14859 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14860
14861         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14862         thumbnail code into a time-based idle as well.  Also, turn off the
14863         shadow temporarily as it's really slow.
14864
14865 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14866
14867         * backend/ev-document.c: (ev_document_class_init):
14868         * pdf/xpdf/pdf-document.cc:
14869         * shell/ev-window.c: (ev_window_open):
14870
14871         Fix document title bugs and fallback to
14872         filename when not available.
14873
14874 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14875
14876         * backend/ev-document.c: (ev_document_get_type),
14877         (ev_document_class_init), (ev_document_load),
14878         (ev_document_get_title):
14879         * backend/ev-document.h:
14880         * pdf/xpdf/pdf-document.cc:
14881         * ps/ps-document.c: (ps_document_set_property),
14882         (ps_document_get_property), (ps_document_class_init),
14883         (document_load):
14884         * ps/ps-document.h:
14885         * ps/ps.h:
14886         * shell/ev-window.c: (update_window_title), (ev_window_open),
14887         (ev_window_init):
14888
14889         Initial support for document title. Not working yet.
14890
14891 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14892
14893         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14894
14895         Grab focus on the view when clicking it
14896
14897 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14898
14899         * shell/ev-marshal.list:
14900         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14901         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14902
14903         Add key bindings to the view. Now if the focus would work
14904         right...
14905
14906 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14907
14908         * Makefile.am:
14909         * backend/Makefile.am:
14910         * data/Makefile.am:
14911         * dvi/Makefile.am:
14912         * dvi/dvilib/Makefile.am:
14913         * pdf/xpdf/Makefile.am:
14914         * po/POTFILES.in:
14915         * ps/Makefile.am:
14916
14917         Fix distcheck
14918
14919 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14920
14921         * shell/ev-view.c: (ev_view_realize):
14922
14923         Fix mouse wheel scrolling
14924
14925 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14926
14927         * ps/Makefile.am:
14928         * ps/gstypes.h:
14929         * ps/gtkgs.c:
14930         * ps/gtkgs.h:
14931         * ps/ps-document.c: (catchPipe), (ps_document_init),
14932         (ps_document_class_init), (ps_document_cleanup),
14933         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14934         (set_up_page), (close_pipe), (is_interpreter_ready),
14935         (interpreter_failed), (output), (input), (start_interpreter),
14936         (stop_interpreter), (file_length), (file_readable),
14937         (check_filecompressed), (check_pdf), (compute_xdpi),
14938         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14939         (ps_document_get_type), (ps_document_emit_error_msg),
14940         (document_load), (ps_document_next_page),
14941         (ps_document_get_current_page), (ps_document_get_page_count),
14942         (ps_document_goto_page), (ps_document_set_page_size),
14943         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14944         (ps_document_load), (ps_document_get_n_pages),
14945         (ps_document_set_page), (ps_document_get_page),
14946         (ps_document_widget_event), (ps_document_set_target),
14947         (ps_document_set_scale), (ps_document_set_page_offset),
14948         (ps_document_get_page_size), (ps_document_render),
14949         (ps_document_document_iface_init):
14950         * ps/ps-document.h:
14951         * ps/ps.c:
14952         * shell/ev-window.c: (ev_window_open):
14953
14954         Rename GtkGS to PSDocument
14955
14956 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14957
14958         * ps/gtkgs.c: (gtk_gs_class_init):
14959         * ps/gtkgs.h:
14960
14961         Some more leftover...
14962
14963 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14964
14965         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14966         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14967         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14968         * ps/gtkgs.h:
14969
14970         Remove unused code and make a lot of stuff private
14971
14972 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14973
14974         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14975         (gtk_gs_defaults_changed):
14976         * ps/gsdefaults.h:
14977         * ps/gtkgs.c:
14978         * ps/gtkgs.h:
14979         * ps/ps.h:
14980
14981         Cleanup headers dependencies
14982
14983 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14984
14985         * ps/Makefile.am:
14986         * ps/ggvutils.c:
14987         * ps/ggvutils.h:
14988         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14989         * ps/gsdefaults.h:
14990         * ps/gtkgs.c: (file_length), (file_readable),
14991         (check_filecompressed), (check_pdf), (gtk_gs_load),
14992         (gtk_gs_get_postscript):
14993
14994         Get rid of ggvutils
14995
14996 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14997
14998         * ps/ggvutils.c:
14999         * ps/ggvutils.h:
15000         * ps/gsio.h:
15001         * ps/gtkgs.c: (gtk_gs_set_zoom):
15002
15003         Cleanups
15004
15005 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15006
15007         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
15008
15009         Ensure the page is rerendered when changing zoom
15010
15011 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15012
15013         * backend/ev-document.c: (ev_document_base_init),
15014         (ev_document_changed):
15015         * backend/ev-document.h:
15016
15017         Add a changed event that is emitted when the page content
15018         changes. This is necessary to deal with the fact that
15019         in ps backend rendering happen asycrounously.
15020         This makes the ps backend mostly work.
15021
15022         * pdf/xpdf/pdf-document.cc:
15023
15024         Emit changed event
15025
15026         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
15027         (ps_document_set_target):
15028
15029         Emit changed event
15030
15031         * shell/ev-view.c: (document_changed_callback),
15032         (ev_view_set_document), (ev_view_set_page):
15033
15034         Redraw on the changed signal
15035
15036 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
15037
15038         * configure.ac: Added pt_BR to ALL_LINGUAS.
15039
15040 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
15041
15042         * backend/ev-document-bookmarks.c:
15043         (ev_document_bookmarks_get_child): *
15044         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
15045         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
15046         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
15047         (ev_sidebar_bookmarks_destroy),
15048         (ev_sidebar_bookmarks_class_init),
15049         (ev_sidebar_bookmarks_construct), (stack_data_free),
15050         (do_one_iteration), (populate_bookmarks_idle),
15051         (ev_sidebar_bookmarks_clear_document),
15052         (ev_sidebar_bookmarks_set_document): *
15053         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15054         (ev_sidebar_add_page),
15055         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15056         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
15057         it displays both the topics and the page numbers.
15058
15059 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
15060
15061         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15062         toggle.
15063         * shell/ev-window.c (toggle_entries): Set sidebar default value to
15064         visible.
15065
15066 2004-12-23  Adam Weinberger  <adamw@gnome.org>
15067
15068         * configure.ac: Added en_CA to ALL_LINGUAS.
15069
15070 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15071
15072         * ChangeLog: replace bottom of this ChangeLog (merged history of
15073         ggv and gpdf; where all paths were wrong and most of the files are
15074         not even in this tree) with ChangeLog (from arch) of the shell
15075         code.
15076
15077 2004-12-23  Havoc Pennington  <hp@redhat.com>
15078
15079         * shell/ev-window.c: hook up potentially-questionable "find
15080         results status text" feature - something involving the sidebar or
15081         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15082         might be better in the end.
15083
15084         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15085         with corresponding signal when it should be updated
15086
15087         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15088
15089 2004-12-22  Havoc Pennington  <hp@redhat.com>
15090
15091         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15092         find stuff on other pages, sort of (only returns one result on
15093         invisible pages, to show they have results; updates full results
15094         for a page when you view it). Currently repaints the current page
15095         every time a new result is found on any page, which isn't so nice.
15096
15097 2004-12-22  Havoc Pennington  <hp@redhat.com>
15098
15099         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15100         the document doesn't support find (better ideas?)
15101         (find_bar_search_changed_cb): handle missing document or document
15102         that doesn't support find
15103
15104         * pdf/xpdf/pdf-document.cc: port to implement the new
15105         EvDocumentFindIface
15106
15107         * backend/ev-document-find.c: create a new interface for searching
15108
15109         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15110
15111 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15112
15113         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15114         libevbackend.la.
15115
15116         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15117         EvPrintJob constructor arguments.
15118
15119         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15120         for documents that can export PostScript (page by page).
15121
15122         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15123         
15124         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15125         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15126         (pdf_document_ps_exporter_iface_init:
15127         Implement EvPSExporter.
15128
15129         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15130
15131 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15132
15133         * backend/Makefile.am:
15134         * backend/ev-document-thumbnails.c:
15135         (ev_document_thumbnails_get_type),
15136         (ev_document_thumbnails_get_thumbnail):
15137         * backend/ev-document-thumbnails.h:
15138         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15139         (pixbuf_document_thumbnails_get_thumbnail),
15140         (pixbuf_document_document_thumbnails_iface_init):
15141         * shell/Makefile.am:
15142         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15143         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15144         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15145         * shell/ev-sidebar-thumbnails.h:
15146         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15147         (ev_sidebar_set_document):
15148         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15149         (create_shadow), (ev_pixbuf_add_shadow):
15150         * shell/ev-utils.h:
15151         Add thumbnail support.
15152         
15153 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15154
15155         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15156         (using_postscript_printer): Set up a print dialog for "PostScript
15157         injection" method.
15158
15159         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15160         EvPrintJob.
15161
15162         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15163
15164 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15165
15166         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15167         (ps_document_set_target), (ps_document_get_page_size),
15168         (ps_document_render):
15169         * ps/gtkgs.h:
15170
15171         Fix a few bugs
15172
15173 2004-12-22  Christian Rose  <menthos@menthos.com>
15174
15175         * configure.ac: Added "sv" to ALL_LINGUAS.
15176
15177 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15178
15179         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15180         document supports bookmarks.
15181
15182 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15183
15184         * ps/ggvutils.c: (ggv_file_readable):
15185         * ps/ggvutils.h:
15186         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15187         (gtk_gs_get_postscript):
15188
15189         Remove unused utils
15190
15191 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15192
15193         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15194         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15195         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15196         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15197         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15198         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15199         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15200         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15201         (gtk_gs_set_antialiasing), (ps_document_load),
15202         (ps_document_render):
15203         * ps/gtkgs.h:
15204
15205         Another check point for the ps backend. Now I can get it to show
15206         pages!
15207
15208 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15209
15210         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15211         document setting code.
15212
15213 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15214
15215         * shell/eggfindbar.c: (entry_activate_callback):
15216         Animate the next button when activate is pressed.
15217         
15218 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15219
15220         * shell/ev-window.c: (ev_window_cmd_edit_find),
15221         (update_fullscreen_popup), (ev_window_fullscreen),
15222         (ev_window_unfullscreen), (ev_window_state_event_cb),
15223         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15224         Fix bugs in fullscreen code.
15225         
15226 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15227
15228         * Makefile.am:
15229         * configure.ac:
15230         * pixbuf/Makefile.am:
15231         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15232         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15233         (pixbuf_document_set_page), (pixbuf_document_get_page),
15234         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15235         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15236         (pixbuf_document_render), (pixbuf_document_begin_find),
15237         (pixbuf_document_end_find), (pixbuf_document_finalize),
15238         (pixbuf_document_class_init),
15239         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15240         * pixbuf/pixbuf-document.h:
15241         * shell/Makefile.am:
15242         * shell/ev-application.c: (ev_application_open):
15243         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15244         (ev_window_open):
15245         Add pixbuf backend.
15246         
15247 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15248
15249         * Makefile.am: 
15250         * dvi/dvilib/Makefile.am:
15251         * dvi/Makefile.am:
15252         * configure.ac: Auto*ify dvi and dvi/dvilib
15253
15254         * dvi/Makefile: Remove from CVS
15255         
15256         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15257         confusion.
15258
15259         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15260         
15261         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15262         
15263 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15264
15265         * ps/Makefile.am:
15266         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15267         (gtk_gs_value_adjustment_changed), (compute_size),
15268         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15269         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15270         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15271         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15272         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15273         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15274         (ps_document_load), (ps_document_get_n_pages),
15275         (ps_document_set_page), (ps_document_get_page),
15276         (ps_document_set_target), (ps_document_set_scale),
15277         (ps_document_set_page_offset), (ps_document_get_page_size),
15278         (ps_document_render), (ps_document_begin_find),
15279         (ps_document_end_find), (ps_document_document_iface_init):
15280         * ps/gtkgs.h:
15281         * shell/Makefile.am:
15282         * shell/ev-window.c: (ev_window_open):
15283
15284         Some work to integrate gtkgs with EvDocument
15285
15286 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15287
15288         * shell/ev-window.c: (update_fullscreen_popup),
15289         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15290         (exit_fullscreen_button_clicked_cb),
15291         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15292         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15293         (ev_window_state_event_cb), (ev_window_init):
15294         Add fullscreen support from Epiphany.
15295         
15296 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15297
15298         * data/ev-stock-zoom-fit-width.png: fit-width
15299         stock icon from gpdf.
15300         
15301         * shell/ev-stock-icons.[ch]: copied from gpdf.
15302         
15303         * shell/main.c: (main): init stock icons.
15304         
15305         * shell/ev-window.c: use the fit-width icon.
15306         
15307         * data/evince-ui.xml: add zooming toolbar items.
15308
15309 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15310
15311         * shell/ev-view.c: 
15312         (ev_view_best_fit), (ev_view_fit_width): because
15313         get_page_size() returns the scaled page size, we
15314         need to calculate the scale factor relative to
15315         the previous scale factor. Should really just
15316         add get_real_page_size().
15317
15318 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15319
15320         * shell/ev-view.[ch]:
15321         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15322         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15323         add zooming.
15324         
15325         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15326         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15327         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15328         hook it up.
15329         
15330         * pdf/xpdf/pdf-document.cc:
15331         (pdf_document_begin_find),
15332         (pdf_document_end_find): make static.
15333
15334 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15335
15336         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15337
15338         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15339         names to fontconfig patterns.
15340         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15341
15342         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15343         setupBaseFontsFc.
15344
15345 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15346
15347         * Makefile.am:
15348         * configure.ac:
15349         * ps/Makefile.am:
15350         * ps/ggvutils.c:
15351         * ps/ggvutils.h:
15352         * ps/gsdefaults.c:
15353         * ps/gsdefaults.h:
15354         * ps/gsio.c:
15355         * ps/gsio.h:
15356         * ps/gtkgs.c:
15357         * ps/gtkgs.h:
15358         * ps/ps.c:
15359         * ps/ps.h:
15360
15361         Import ggv backend. Not hooked up yet.
15362
15363 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15364
15365         * shell/main.c: (load_files), (main): load files
15366         from the command line.
15367
15368 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15369
15370         * configure.ac: don't require bonobo.
15371         
15372         * cut-n-paste/recent-files/*: kill bonobo recent
15373         view.
15374
15375         * shell/ev-window.c:
15376         (ev_window_is_empty): upd.
15377         (unable_to_load), (ev_window_open): load backend
15378         based on the mime type.
15379
15380 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15381
15382         * backend/.cvsignore: ignore generated marshalers source.
15383
15384         * shell/main.c (main): this is not epiphany.
15385
15386 2004-12-22  Havoc Pennington  <hp@redhat.com>
15387
15388         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15389         (expose_bin_window): draw find highlights
15390
15391         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15392         
15393         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15394         (pdf_document_end_find): implement this interface
15395
15396         * backend/ev-document.c (ev_document_found): add this to emit
15397         signal
15398
15399 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15400
15401         * data/evince-ui.xml: Add a few more toolbar items.
15402
15403         * shell/ev-window.c: Hook up page navigation toolbar 
15404         items.
15405
15406         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15407         a page-changed signal.
15408
15409         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15410         Add ev_document_get_page().
15411
15412         * shell/ev-window.c: Sensitize/desensitize navigation
15413         actions.
15414
15415 2004-12-21  Havoc Pennington  <hp@redhat.com>
15416
15417         * backend/ev-backend-marshal.c,
15418         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15419         marshaler-generator thingy. I'm sure there's a better way to do
15420         this in the modern world.
15421
15422         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15423         end_find methods and "found" signal.
15424
15425         * configure.ac: find glib-genmarshal
15426
15427 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15428
15429         * shell/ev-sidebar.c: Construct an actual sidebar.
15430         * shell/ev-sidebar-bookmarks.[ch]:
15431         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15432
15433 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15434
15435         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15436         Redo size handling.
15437         
15438         * shell/ev-view.c: Track the size from the document.
15439
15440 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15441
15442         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15443         constructor assumes ownership of the string passed in.
15444         
15445         * shell/ev-window.c (ev_window_open): Destroy the error
15446         dialog once we've displayed it.
15447
15448 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15449
15450         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15451         a bit, it works! (sort of)
15452
15453         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15454         Move to .cc since we need to use C++ in the implementation.
15455
15456         * shell/dummy.cc: Add a CC file to force evince
15457         to be linked as a C++ program.
15458
15459 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15460
15461         * shell/ev-view.[ch]: Start of content-area widget.
15462
15463         * shell/ev-window.c: Create a EvView, update it
15464         as we change documents.
15465
15466         * shell/Makefile.am shell/ev-marshal.list: Add
15467         generated marshalers.
15468
15469 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15470
15471         * Makefile.am (SUBDIRS): move shell.
15472
15473 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15474
15475         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15476         .a to libtool convenience libraries.
15477
15478         * shell/ev-window.c (ev_window_open): Hard code loading
15479         a PDF document.
15480         
15481         * backend/ev-document.h: Add a boolean return to load(),
15482         fix GError * to GError **.
15483
15484         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15485         object for a PDF backend EvDocument.
15486
15487 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15488
15489         * dvi/*: New directory with the beginning of a .dvi backend.
15490
15491 2004-12-21  Havoc Pennington  <hp@redhat.com>
15492
15493         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15494         previous/next instead of back/forward
15495
15496 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15497
15498         * backend/ev-document.[ch]: Fix a couple of problems so
15499         it compile.
15500
15501 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15502
15503         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15504         to backend/ directory, rename EvViewer to EvDocument.
15505
15506 2004-12-21  Havoc Pennington  <hp@redhat.com>
15507
15508         * shell/ev-window.c: hook up the find bar widget; now we just need
15509         a document to find things in
15510
15511         * shell/eggfindbar.c: a find bar widget
15512
15513 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15514
15515         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15516
15517 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15518
15519         * pdf/**: Import of xpdf code from gpdf. 
15520
15521         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15522
15523         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15524         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15525         Fix FreeType includes.
15526
15527         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15528         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15529         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15530         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15531         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15532         Include xpdfconfig.h
15533         
15534 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15535
15536         * shell/ev-window.c (ev_window_dispose): dispose can be called
15537         multiple times.
15538
15539 2004-12-21  Havoc Pennington  <hp@redhat.com>
15540
15541         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15542         rather than Evince
15543
15544         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15545         items; really they should be synced with the strings, etc. from
15546         current gpdf, but just getting the boring typing out of the way 
15547
15548 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15549
15550         * po/POTFILES.in:
15551         * shell/ev-application.c: (window_destroy_cb):
15552         * shell/ev-window.c:
15553         * shell/main.c: (main):
15554
15555         Actually show the window...
15556
15557 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15558
15559         * Makefile.am:
15560         * shell/Makefile.am:
15561         * shell/ev-application.c: (ev_application_class_init):
15562         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15563
15564         Make it build again
15565
15566 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15567
15568         Import to gnome cvs.
15569         
15570         * Remove copies of gpdf and ggv trees.
15571         * Rip out all the recursive configure code.
15572         * Remove bonobo machinery.
15573         * viewer/*: GInterfaces that backends should/can implement.
15574
15575 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15576
15577         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15578         typo
15579
15580 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15581
15582         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15583         (ev_application_finalize, ev_application_class_init)
15584         (ev_application_init): use GType instance private data for priv.
15585
15586         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15587         (ev_window_finalize, ev_window_class_init)
15588         (ev_window_init): ditto.
15589
15590 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15591
15592         * shell/ev-application.c (ev_application_new_window): make public
15593         (ev_application_show_initial_window): kill.
15594
15595         * shell/ev-application.h: update prototypes.
15596
15597         * shell/main.cc (main): inline ev_application_show_initial_window.
15598
15599 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15600
15601         * shell/ev-application.c (ev_application_new_window): impl.
15602         (ev_application_show_initial_window): use it.
15603         (is_window_empty, ev_application_get_empty_window): returns an
15604         existing empty window or a new one.
15605         (ev_application_open): from ev_window_cmd_file_open.
15606
15607         * shell/ev-application.h: update prototypes
15608
15609         * shell/ev-window.c (ev_window_is_empty): impl.
15610         (ev_window_open): make public.
15611         (ev_window_cmd_file_open): use ev_application_open
15612
15613         * shell/ev-window.h: update prototypes, remove unused.
15614
15615 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15616
15617         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15618         move destroy handler out of here...
15619
15620         * shell/ev-application.c, shell/ev-application.h: ...into this new
15621         class. Also handles initial window creation.
15622
15623         * shell/main.cc (main): use EvApplication to create initial
15624         window.
15625
15626 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15627
15628         * Makefile.am (SUBDIRS): add cut-n-paste
15629
15630         * cut-n-paste/Makefile.am: add
15631
15632         * configure.ac: generate Makefiles in cut-n-paste
15633
15634 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15635
15636         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15637         (ev_window_class_init): install ev_window_dispose.
15638
15639 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15640
15641         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15642         char (gchar looks stupid).
15643
15644 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15645
15646         * po/de.po: updated German translation.
15647
15648 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15649
15650         * configure.ac: add more pkg-config library checks for gnome-vfs,
15651         bonobo etc.
15652
15653         * gpdf/configure.in: temporarily disable libpaper
15654         checks. Otherwise I'd have to add the checks for the shell, too.
15655
15656 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15657
15658         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15659         and * file filters to the file choose.
15660
15661 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15662
15663         * po/de.po: Updated German translation.
15664
15665 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15666
15667         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15668
15669 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15670
15671         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15672
15673         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15674         (ev_window_init): implement those menuitems.
15675
15676 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15677
15678         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15679
15680         * shell/ev-window.c (ev_window_init): use the toolbar.
15681
15682 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15683
15684         * shell/ev-window.c (ev_window_init): use menu translations
15685
15686 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15687
15688         * configure.ac: add "de" to ALL_LINGUAS.
15689
15690         * po/de.po: add German translation.
15691
15692 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15693
15694         * Makefile.am (SUBDIRS): add po
15695
15696         * configure.ac: check intltool, glib-gettext etc, generate
15697         po/Makefile.in
15698
15699         * po, po/POTFILES.in, po/POTFILES.skip: new.
15700
15701 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15702
15703         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15704         already use (#ifdef ENABLE_NLS)
15705
15706         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15707         pointer indirection thinko.
15708
15709         * shell/main.c: include gi18n.h for bindtextdomain etc.
15710
15711 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15712
15713         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15714         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15715         tooltips for menu items in the statusbar.
15716
15717 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15718
15719         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15720         pkgdatadir drop UIDIR
15721
15722 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15723
15724         * data/evince-ui.xml: Add File->Open menu item
15725
15726         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15727         chooser), hook it up in the ui manager.
15728
15729 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15730
15731         * shell/ev-window.c: fix Help->About tooltip.
15732
15733 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15734
15735         * configure.ac: set CFLAGS for libevprivate.
15736
15737         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15738         definitions, factory etc.
15739
15740         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15741
15742         * shell/Makefile.am: link against libevprivate.a.
15743
15744         * shell/ev-window.c (entries): add stock icon to Help->About.
15745
15746         * shell/main.c (main): init stock icon code.
15747
15748 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15749
15750         * lib/recent-files: egg recent files code
15751
15752         * lib/Makefile.am: add.
15753
15754         * Makefile.am: add lib subdir.
15755
15756         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15757         set CFLAGS for recent-files.
15758
15759 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15760
15761         * configure.ac: disable -ansi and -pedantic gcc flags. They
15762         disable POSIX stuff in stdio.h, but egg-recent uses them.
15763
15764 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15765
15766         * configure.ac: add --disable-deprecated flag (defaults to on in
15767         "cvs" builds).
15768
15769         * shell/Makefile.am (INCLUDES): use it.
15770
15771 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15772
15773         * shell/main.c: add missing #include.
15774
15775         * shell/ev-window.c: fix for pedantic gcc.
15776         (ev_window_cmd_help_about): split license into paragraphs for
15777         translators and pedantic compilers.
15778
15779 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15780
15781         * configure.ac: add more warning flags if compiling with gcc from
15782         cvs (or explicitly requested with --enable-more-warnings).
15783
15784 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15785
15786         * data/evince-ui.xml: add File and File->Close menu.
15787
15788         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15789         (ev_window_destroy): quit after destroy.
15790         (ev_window_class_init): override GtkObject::destroy.
15791         (entries): install close_window callback.
15792
15793 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15794
15795         * Makefile.am (SUBDIRS): add data subdir.
15796
15797         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15798         gtk+ 2.5.0 for GtkAboutDialog.
15799
15800         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15801         main window.
15802
15803         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15804
15805         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15806         manager.
15807         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15808
15809 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15810
15811         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15812
15813 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15814
15815         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15816
15817 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15818
15819         * shell/*: Added shell directory boilerplate, build it.
15820
15821 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15822
15823         * configure.ac, Makefile.am: Added top-level configure.ac and
15824         Makefile.am