]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
4ed30e4b52ee5933d577e11c0c11836c08cc32a2
[evince.git] / ChangeLog
1 2009-03-19  Christian Persch  <chpe@gnome.org>
2
3         * shell/ev-window.c: (ev_window_cmd_save_as),
4         (ev_window_cmd_file_close_window),
5         (ev_view_popup_cmd_save_image_as),
6         (ev_attachment_popup_cmd_save_attachment_as): Set alternative button
7         order for dialogues.
8
9 2009-03-19  Christian Persch  <chpe@gnome.org>
10
11         Bug 575085 – titles not translated in the nautilus tab
12
13         * properties/ev-properties-view.c: (set_property): Translate the
14         categories.
15
16 2009-03-16  Carlos Garcia Campos  <carlosgc@gnome.org>
17
18         * NEWS:
19         * configure.ac:
20
21         Updated for release 2.26.0
22         
23 2009-03-05  Tobias Mueller  <tobiasmue@svn.gnome.org>
24
25         * properties/ev-properties-view.c:
26         (ev_properties_view_format_date): Make the fixed sized string a 
27         semantically correct const char[] instead of a const char* to fix 
28         a compiler warning if built with -Wformat.
29         ** Fixes bug 574168
30
31 2009-03-03  Christian Persch  <chpe@gnome.org>
32
33         * libdocument/ev-document-factory.c:
34         (ev_document_factory_get_document): If the document is encrypted,
35         the ev_document_factory_get_document() is supposed to return the
36         document *and* fill in the error. So let's propagate the local error.
37
38 2009-03-02  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * NEWS:
41
42         Update for release 2.25.92.
43         
44 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
45
46         * libview/ev-view.c: (ev_view_goto_window_create):
47
48         Show the 'jump to page' window in the right GdkScreen. Fixes bug
49         #560541.
50         
51 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
52
53         * shell/ev-window.c: (ev_window_set_document),
54         (ev_window_reload_job_cb):
55
56         Do not lose page position when reloading. Fixes bug #573091.
57         
58 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
59
60         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
61         (pdf_document_thumbnails_get_thumbnail),
62         (pdf_document_thumbnails_get_dimensions):
63
64         Make our own thumbnail when the provided one doesn't have the size
65         we need. Based on patch and feedback by Christian Spurk. Fixes
66         bugs #323198 and #307357.
67         
68 2009-02-27   Christian Spurk  <mail@code.chriki.de>
69
70         * thumbnailer/evince-thumbnailer.c: (main):
71
72         Reduce the restriction on the minimum size of thumbnails from 40
73         to 1. See bug #323198.
74         
75 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
76
77         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
78
79         Use GOption in thumbnailer.
80         
81 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * backend/pdf/ev-poppler.cc: (pdf_document_save),
84         (pdf_document_forms_form_field_text_set_text),
85         (pdf_document_forms_form_field_button_set_state),
86         (pdf_document_forms_form_field_choice_select_item),
87         (pdf_document_forms_form_field_choice_toggle_item),
88         (pdf_document_forms_form_field_choice_unselect_all),
89         (pdf_document_forms_form_field_choice_set_text):
90
91         Use poppler_document_save_a_copy(), which never saves the document
92         modifications, when saving an unmodified document. It makes saving
93         a copy of encrypted PDFs work again. Fixes bug #566791.
94         
95 2009-02-18  Christian Persch  <chpe@gnome.org>
96
97         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
98         Don't use g_quark_from_static_string in a loadable module!
99
100 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
101
102         * configure.ac:
103
104         Update for release 2.25.91
105         
106 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
107
108         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
109         GTK symbol in commented out code. Bug #571707
110
111 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * NEWS:
114
115         Update for release 2.25.91.
116         
117 2009-02-16  Christian Persch  <chpe@gnome.org>
118
119         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
120         memory read.
121
122 2009-02-15  Christian Persch  <chpe@gnome.org>
123
124         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
125         warnings.
126
127 2009-02-15  Christian Persch  <chpe@gnome.org>
128
129         * libdocument/Makefile.am:
130         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
131
132 2009-02-15  Christian Persch  <chpe@gnome.org>
133
134         * libdocument/ev-document-type-builtins.c.template:
135         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
136
137 2009-02-14  Christian Persch  <chpe@gnome.org>
138
139         * backend/impress/impress-document.c: (impress_document_save):
140         Fill in the error.
141
142 2009-02-14  Christian Persch  <chpe@gnome.org>
143
144         * libdocument/ev-document.c: (ev_document_load): Add code to catch
145         backends incorrectly implementing the load vfunc.
146
147 2009-02-14  Christian Persch  <chpe@gnome.org>
148
149         * libdocument/ev-document-factory.c:
150         (ev_document_factory_get_document): Use a local GError, and propagate
151         as appropriate, making sure always to fill in @error if returning NULL.
152
153 2009-02-14  Christian Persch  <chpe@gnome.org>
154
155         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
156
157 2009-02-14  Christian Persch  <chpe@gnome.org>
158
159         * backend/pdf/ev-poppler.cc: Plug a mem leak.
160
161 2009-02-14  Christian Persch  <chpe@gnome.org>
162
163         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
164         an error.
165
166 2009-02-14  Christian Persch  <chpe@gnome.org>
167
168         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
169         to always set @error when returning FALSE. Fix a typo.
170
171 2009-02-14  Christian Persch  <chpe@gnome.org>
172
173         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
174         to always set @error when returning FALSE.
175
176 2009-02-14  Christian Persch  <chpe@gnome.org>
177
178         * backend/comics/comics-document.c: (comics_document_load): Make sure
179         to always set @error when returning FALSE.
180
181 2009-02-14  Christian Persch  <chpe@gnome.org>
182
183         * backend/impress/impress-document.c: (impress_document_load): Plug a
184         mem leak.
185
186 2009-02-14  Christian Persch  <chpe@gnome.org>
187
188         * backend/impress/impress-document.c: (impress_document_load): Don't
189         overwrite an error.
190
191 2009-02-14  Christian Persch  <chpe@gnome.org>
192
193         * libdocument/ev-document.c: (ev_document_info_copy): Remove
194         unnecessary NULL check; g_strdup() is NULL-safe.
195
196 2009-02-14  Christian Persch  <chpe@gnome.org>
197
198         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
199         that this returns either NULL and fills in error, or non-NULL. Use a
200         local GError so we can reliably check it.
201
202 2009-02-14  Christian Persch  <chpe@gnome.org>
203
204         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
205         content type to get the description, not the MIME type.
206
207 2009-02-14  Christian Persch  <chpe@gnome.org>
208
209         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
210         in @error on failure. Also, since this is exported in public APIs,
211         cope with the passed-in GError** being NULL.
212
213 2009-02-13  Christian Persch  <chpe@gnome.org>
214
215         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
216         safety.
217         (get_mime_type_from_data): Return the MIME type, not the content type.
218
219 2009-02-13  Christian Persch  <chpe@gnome.org>
220
221         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
222         the input stream.
223
224 2009-02-13  Christian Persch  <chpe@gnome.org>
225
226         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
227         all errors upwards.
228
229 2009-02-13  Christian Persch  <chpe@gnome.org>
230
231         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
232         more bytes from buffer than were read from the file.
233
234 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
235
236         * properties/ev-properties-view.c (set_property):
237         
238         Fixes bug #571787.
239
240 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * shell/eggfindbar.c: (egg_find_bar_init):
243
244         Use gtk_tool_button_set_use_underline() for next/previous buttons
245         so that the underline is used for the mnemonic. Fixes bug #571547.
246         
247 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
248
249         * shell/ev-window.c: (setup_document_from_metadata),
250         (setup_sidebar_from_metadata), (setup_document_from_metadata),
251         (setup_view_from_metadata), (ev_window_set_document),
252         (ev_window_load_job_cb), (ev_window_reload_job_cb),
253         (ev_window_reload_remote), (ev_window_init):
254
255         Do not use metadata when reloading the document, so that the
256         window is not resized when reloading. See bugs #571051 and
257         #304249.
258         
259 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * configure.ac:
262         * cut-n-paste/smclient/Makefile.am:
263
264         Fix smclient libs on cycgwin. See bug #339172.
265         
266 2009-02-08  Christian Persch  <chpe@gnome.org>
267
268         * configure.ac:
269         * libdocument/Makefile.am:
270         * libview/Makefile.am: Add experimental introspection support.
271         Disabled by default; use --enable-introspection to enable it.
272         Bug #569083.
273
274 2009-02-08  Christian Persch  <chpe@gnome.org>
275
276         * libview/Makefile.am: Link libevdocument.la to libevview.la.
277
278 2009-02-05  Christian Persch  <chpe@gnome.org>
279
280         * backend/comics/comics-document.c: (comics_document_load):
281         * backend/djvu/djvu-document.c: (djvu_document_load):
282         * backend/dvi/dvi-document.c: (dvi_document_load):
283         * backend/impress/impress-document.c: (impress_document_load):
284         * backend/pdf/ev-poppler.cc:
285         * libdocument/ev-document-factory.c: (get_document_from_uri),
286         (ev_document_factory_get_document):
287         * shell/ev-print-operation.c:
288         (ev_print_operation_export_print_dialog_response_cb): Use
289         g_set_error_literal now that we depend on glib 2.18.
290
291 2009-02-05  Hib Eris  <hib@hiberis.nl>
292
293         * shell/ev-application.c:
294
295         Include gdkx.h only with X11. See bug #339172.
296         
297 2009-02-05  Hib Eris  <hib@hiberis.nl>
298
299         * backend/pdf/pdfdocument.evince-backend.in:
300
301         Add application/x-ext-pdf mime type for pdf backend. See bug
302         #339172.
303         
304 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
305
306         * configure.ac:
307         * cut-n-paste/smclient/Makefile.am:
308         * cut-n-paste/smclient/eggdesktopfile.c:
309         * cut-n-paste/smclient/eggsmclient-win32.c:
310         * shell/main.c:
311
312         Make session manager code compile for w32. These changes have been
313         taken from upstream libegg. Based on patch by Hib Eris. See bug
314         #339172.
315         
316 2009-02-05  Hib Eris  <hib@hiberis.nl>
317
318         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
319
320         Make screensaver code compile for w32. These changes have been
321         copied from upstream totem. See bug #339172.
322         
323 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
324
325         * configure.ac:
326         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
327
328         Make use of GConf optional. Based on patch by Hib Eris. See bug
329         #339172.
330         
331 2009-02-04  Christian Persch  <chpe@gnome.org>
332
333         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
334         evince gettext domain, so i18n works in the library.
335
336         * properties/ev-properties-main.c: (nautilus_module_initialize):
337         Remove extra bindtextdomain call.
338
339 2009-02-04  Christian Persch  <chpe@gnome.org>
340
341         * backend/comics/comics-document.c:
342         * backend/djvu/djvu-document.c:
343         * backend/dvi/dvi-document.c:
344         * backend/impress/impress-document.c:
345         * backend/pdf/ev-poppler.cc:
346         * backend/pixbuf/pixbuf-document.c:
347         * backend/ps/ev-spectre.c:
348         * backend/tiff/tiff-document.c:
349         * libdocument/ev-attachment.c:
350         * libdocument/ev-document-factory.c:
351         * libview/ev-jobs.c:
352         * libview/ev-view-accessible.c:
353         * libview/ev-view.c:
354         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
355         gi18n.h.
356
357 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * NEWS:
360         * configure.ac:
361
362         Update for release 2.25.90
363         
364 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
365
366         * cut-n-paste/zoom-control/ephy-zoom-control.c:
367         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
368
369         Remove the old tooltips code and use G_DEFINE_TYPE().
370         
371 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * configure.ac:
374         * help/reference/Makefile.am:
375         * help/reference/libdocument/Makefile.am:
376         * help/reference/libdocument/libevdocument-docs.sgml:
377         * help/reference/libdocument/libevdocument.types:
378         * help/reference/libdocument/version.xml.in:
379         * help/reference/libview/Makefile.am:
380         * help/reference/libview/libevview-docs.sgml:
381         * help/reference/libview/libevview.types:
382         * help/reference/libview/version.xml.in:
383         * help/reference/shell/Makefile.am:
384         * help/reference/shell/evince-docs.sgml:
385         * help/reference/shell/evince.types:
386         * help/reference/shell/tmpl/dummy.sgml:
387         * help/reference/shell/version.xml.in:
388
389         Split API documentation into libdocument, libview and
390         shell. Required gtk-doc files has been added, but API docs still
391         need to be completed and improved. Fixes bug #568465.
392         
393 2009-02-01  Christian Persch  <chpe@gnome.org>
394
395         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
396
397 2009-02-01  Christian Persch  <chpe@gnome.org>
398
399         * backend/Makefile.am:
400         A backend/backend.symbols:
401         * configure.ac: Only export the backend module entry point. Bug
402         #569998.
403
404 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
405
406         * shell/eggfindbar.c: (egg_find_bar_init):
407
408         Add mnemonics to buttons in search bar. Fixes bug #569212.
409         
410 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
411         
412         * shell/ev-print-operation.c:
413         (ev_print_operation_export_print_dialog_response_cb):
414
415         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
416         
417 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
418
419         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
420
421         Clamp top/bottom values of destinations to make sure they are not
422         bigger than the page height. Fixes bug #569327.
423         
424 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
425
426         * libdocument/ev-debug.h:
427
428         Fix build when debug mode is disabled.
429         
430 2009-01-30  Christian Persch  <chpe@gnome.org>
431
432         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
433         this return TRUE only if any backends were loaded, so the ev_init()
434         function works as documented.
435
436 2009-01-30  Christian Persch  <chpe@gnome.org>
437
438         * evince-document.h:
439         * libdocument/Makefile.am:
440         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
441         #569117.
442
443         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
444         * libdocument/ev-backends-manager.h:
445         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
446         * libdocument/ev-debug.h:
447         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
448         (_ev_file_helpers_shutdown):
449         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
450         private.
451
452         * properties/ev-properties-main.c: (nautilus_module_initialize),
453         (nautilus_module_shutdown):
454         * shell/main.c: (main):
455         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
456         init/shutdown method.
457
458 2009-01-29  Christian Persch  <chpe@gnome.org>
459
460         * shell/main.c: (option_version_cb): Add --version which was lost in
461         the libgnome removal. Bug #562869.
462
463 2009-01-26  Christian Persch  <chpe@gnome.org>
464
465         * shell/ev-application.c: (ev_application_register_service),
466         (ev_application_shutdown):
467         * shell/main.c: (main): Move metadata manager initialisation and
468         shutdown into EvApplication. Follow-up from bug #569120.
469
470 2009-01-26  Christian Persch  <chpe@gnome.org>
471
472         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
473         copy the string twice. Bug #569231.
474
475 2009-01-26  Christian Persch  <chpe@gnome.org>
476
477         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
478         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
479         * libdocument/ev-file-helpers.h:
480         * shell/ev-application.c: (ev_application_shutdown),
481         (ev_application_init), (ev_application_screensaver_disable),
482         (ev_application_save_print_settings),
483         (ev_application_set_page_setup):
484         * shell/ev-application.h:
485         * shell/ev-metadata-manager.c: (load_values),
486         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
487         shell, since it shouldn't be public API. Bug #569120.
488
489         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
490         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
491
492 2009-01-25  Christian Persch  <chpe@gnome.org>
493
494         Bug 569082 – use versioned directory for backends
495
496         * configure.ac: Define ev_binary_version and backenddir.
497         * evince-document.pc.in: Add backenddir variable.
498         * libdocument/Makefile.am:
499         * backend/*/Makefile.am: Remove backenddir definition, so it picks
500         up the one from configure.
501
502 2009-01-25  Christian Persch  <chpe@gnome.org>
503
504         * configure.ac:
505         * evince-document.pc.in: Renamed from evince-backend.pc.in.
506         * libdocument/Makefile.am: Renamed library to libevdocument.la.
507         * libview/Makefile.am:
508         * shell/Makefile.am:
509         * backend/*/Makefile.am: Adapt to changed library name.
510
511         * libdocument/Makefile.am:
512         * libview/Makefile.am: Change the installed headers path to match
513         the directory names in SVN.
514
515         * evince-document.h:
516         * evince-view.h: Add single headers. Bug #568227.
517
518         * libdocument/*.h:
519         * libview/*.h: Add single headers guards.
520
521         * libview/Makefile.am:
522         * libdocument/Makefile.am:
523         * backend/*/Makefile.am:
524         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
525         still include individual headers.
526
527         * properties/Makefile.am:
528         * properties/ev-properties-main.c:
529         * properties/ev-properties-view.h:
530         * thumbnailer/Makefile.am:
531         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
532
533         * libdocument/Makefile.am:
534         * libview/Makefile.am: Generate type builtins from all installed headers.
535         * libdocument/ev-link-action.[ch]:
536         * libdocument/ev-link-dest.[ch]:
537         * libdocument/ev-transition-effect.[ch]:
538         * libview/ev-view.[ch]: Remove handcoded type builtins.
539
540         * libdocument/Makefile.am:
541         * evince-document.h: Add ev-document-factory.h to the public headers.
542
543 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
544
545         * shell/ev-sidebar-page.c:
546
547         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
548         #568228.
549         
550 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * libdocument/ev-document.h:
553
554         Add EV_DEFINE_INTERFACE macro.
555         
556         * libdocument/ev-async-renderer.c:
557         * libdocument/ev-document-find.c:
558         * libdocument/ev-document-fonts.c:
559         * libdocument/ev-document-forms.c:
560         * libdocument/ev-document-images.c:
561         * libdocument/ev-document-layers.c:
562         * libdocument/ev-document-links.c:
563         * libdocument/ev-document-security.c:
564         * libdocument/ev-document-thumbnails.c:
565         * libdocument/ev-document-transition.c:
566         * libdocument/ev-document.c:
567         * libdocument/ev-file-exporter.c:
568         * libdocument/ev-selection.c:
569
570         Use EV_DEFINE_INTERFACE macro to define interfaces in
571         libdocument. See bug #568228.
572         
573 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * libdocument/ev-document.[ch]:
576
577         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
578         #568228.
579         
580 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
581
582         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
583         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
584         (new_separator_pixbuf):
585         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
586         (egg_toolbar_editor_disconnect_model),
587         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
588         (egg_toolbar_editor_finalize):
589         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
590         * cut-n-paste/toolbar-editor/eggmarshalers.list:
591         
592         Sync EggToolbarEditor with libegg.
593
594 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
595
596         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
597         When saving a file, using the default permissions for the user/system,
598         respecting umask and any setgid bit on the directory. Uses the new
599         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
600         Bug #568593.
601         
602 2009-01-21  Christian Persch  <chpe@gnome.org>
603
604         * configure.ac:
605         * libdocument/Makefile.am:
606         * libview/Makefile.am: Add libtool versioning to libevbackend and
607         libevview. Bug #568229.
608
609 2009-01-21  Christian Persch  <chpe@gnome.org>
610
611         * Makefile.am:
612         * configure.ac:
613         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
614
615 2009-01-21  Christian Persch  <chpe@gnome.org>
616
617         * configure.ac:
618         * libdocument/Makefile.am:
619         A libdocument/ev-version.h.in: Add version defines and version check
620         macro. Bug #568224.
621
622 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
623
624         * shell/ev-sidebar-links.c
625         * shell/ev-print-operation.c:
626         * shell/ev-history.c:
627         * shell/ev-file-monitor.c:
628         * shell/ev-window.c:
629         * shell/ev-password-view.c:
630         * shell/ev-sidebar-thumbnails.c:
631         * shell/ev-sidebar-attachments.c:
632         * libview/ev-pixbuf-cache.c:
633         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
634         Bug #568386.
635
636 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
637
638         * libdocument/ev-document-info.h:
639
640         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
641         
642 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
643
644         * libview/Makefile.am:
645
646         Install ev-job-scheduler.h. See bug #567790.
647         
648 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
649
650         * libdocument/Makefile.am:
651
652         Install ev-backends-manager.h and
653         ev-document-type-builtins.h. Fixes bug #567787.
654         
655 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * NEWS:
658         * configure.ac:
659
660         Update for release 2.25.5
661         
662 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * libview/ev-view.c: (ev_view_drag_data_get):
665
666         Fix second parameter passed to gtk_selection_data_set_uris(), 
667         it expects a gchar **.
668         
669 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
670
671         * libdocument/Makefile.am:
672         * libdocument/ev-document-info.h:
673         * libdocument/ev-document-type-builtins.c.template:
674         * libdocument/ev-document-type-builtins.h.template:
675         * libdocument/ev-document.c: (ev_document_info_get_type),
676         (ev_document_info_copy):
677
678         Make EvDocumentInfo and enums definded in ev-document-info.h
679         GTypes. Fixes bug #567789.
680         
681 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
682
683         * shell/main.c (arguments_parse): Fix for a minor code typo.
684
685 2009-01-18  Christian Persch  <chpe@gnome.org>
686
687         * help/reference/Makefile.am:
688         * help/reference/evince.types: Fix the API docs build. Bug #568171.
689
690 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
691
692         * libview/Makefile.am:
693         * libview/ev-view-type-builtins.c.template:
694         * libview/ev-view-type-builtins.h.template:
695
696         Make EvJobPriority a proper GType. Fixes bug #567788.
697         
698 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * configure.ac:
701         * cut-n-paste/*/Makefile.am:
702         * libdocument/Makefile.am:
703
704         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
705         code.
706         
707 2009-01-18  Christian Persch  <chpe@gnome.org>
708
709         * libview/ev-view.c: (ev_view_drag_data_get),
710         (ev_view_drag_motion), (ev_view_update_primary_selection),
711         (clear_link_selected):
712         * shell/ev-sidebar-attachments.c:
713         (ev_sidebar_attachments_drag_data_get),
714         (ev_sidebar_attachments_get_property),
715         (ev_sidebar_attachments_init):
716         * shell/ev-window.c: Update drag handling code to use the
717         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
718         hardcoding the targets lists. Bug #558084.
719         
720 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * libdocument/Makefile.am:
723         * libdocument/ev-backend-marshal.c:
724         * libdocument/ev-backend-marshalers.list:
725         * libdocument/ev-document.c:
726
727         Remove unused marshalers stuff from libdocument.
728         
729 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * po/POTFILES.in:
732
733         Update for the current source tree.
734         
735 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
736
737         * configure.ac:
738         * Makefile.am:
739         * libdocument/Makefile.am:
740         * libview/Makefile.am:
741         * libview/ev-job-scheduler.[ch]:
742         * libview/ev-jobs.[ch]:
743         * libview/ev-page-cache.[ch]:
744         * libview/ev-pixbuf-cache.[ch]:
745         * libview/ev-timeline.[ch]:
746         * libview/ev-transition-animation.[ch]:
747         * libview/ev-view-accessible.[ch]:
748         * libview/ev-view-marshal.list:
749         * libview/ev-view.[ch]:
750         * shell/Makefile.am:
751
752         Move EvView specific code to a libeviview library so that it can
753         be embbeded in other applications. Based on patches by Tomeu
754         Vizoso. Fixes bug #567751.
755         
756 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
757
758         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
759         * shell/ev-window.c: (ev_window_load_job_cb),
760         (ev_window_load_job_cb), (ev_window_open_uri),
761         (ev_window_reload_local), (ev_window_dispose):
762
763         Remove dest, mode and search_string from EvJobLoad since they are
764         not really needed by the job, but for the window.
765         
766 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
767
768         * shell/ev-view.c: (ev_view_drag_data_received),
769         (ev_view_class_init), (ev_view_init):
770         * shell/ev-window.c: (ev_window_drag_data_received),
771         (ev_window_class_init), (ev_window_init):
772
773         Make the whole EvWindow the destination of a drag and drop
774         operation.
775         
776 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
777
778         * shell/ev-window.c: (window_open_file_copy_progress_cb):
779
780         Add missing brakets around the percentage in progress
781         messages. See bug #567910.
782         
783 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * shell/ev-application.c: (ev_application_open_window),
786         (ev_application_open_uri_at_dest):
787
788         Do no use gdk_x11_* when not available. Based on patch by Hib
789         Eris, see bug #339172.
790         
791 2009-01-16  Hib Eris  <hib@hiberis.nl>
792
793         * configure.ac:
794         * properties/ev-properties-view.c:
795         (ev_properties_view_format_date):
796
797         Check for localtime_r. See bug #339172.
798         
799 2009-01-16  Hib Eris  <hib@hiberis.nl>
800
801         * shell/main.c:
802
803         Include gdkx only for dbus support. See bug #339172.
804         
805 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
806
807         * shell/ev-view.c: (ev_view_set_zoom_for_size):
808
809         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
810         #567785.
811         
812 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
813
814         * shell/ev-window.c: (reload_remote_copy_progress_cb),
815         (window_save_file_copy_progress_cb):
816
817         Use brakets around the percentage in progress messages. See bug
818         #567910.
819         
820 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
821
822         * shell/ev-window.c: (reload_remote_copy_ready_cb):
823
824         Fix typo in error message. See bug #567910.
825         
826 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
827
828         * shell/ev-window.c: (ev_window_cmd_file_close_window):
829
830         Fix mnemonic conflict. Fixes bug #567937.
831         
832 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
833
834         * NEWS:
835         * configure.ac:
836
837         Update for release 2.25.4
838         
839 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
840
841         * configure.ac:
842         
843         GLib version requirement bumped to 2.18 due to g_set_error_literal.
844         Thanks to Christian Spurk.
845
846 2008-12-31  Hib Eris  <hib@hiberis.nl>
847         
848         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
849
850         Fix mime type handling.
851         
852 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
853
854         * po/POTFILES.in:
855
856         Add ev-print-operation.c.
857         
858 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
859
860         * shell/ev-window.c: (ev_window_clear_progress_idle),
861         (reset_progress_idle), (ev_window_show_progress_message),
862         (ev_window_reset_progress_cancellable),
863         (ev_window_progress_response_cb), (show_loading_progress),
864         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
865         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
866         (show_reloading_progress), (reload_remote_copy_ready_cb),
867         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
868         (show_saving_progress), (window_save_file_copy_ready_cb),
869         (window_save_file_copy_progress_cb), (ev_window_save_remote),
870         (ev_window_dispose):
871
872         Show progress information when loading/saving remote files. Fixes
873         bug #370958.
874         
875 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
878
879         Show better warning message when temp file cannot be deleted.
880         
881 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * shell/ev-window.c: (image_save_dialog_response_cb):
884
885         Fix saving images to remote locations.
886         
887 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
888
889         * shell/ev-application.[ch]: (ev_application_shutdown),
890         (ev_application_get_print_settings_file),
891         (ev_application_save_print_settings),
892         (ev_application_get_print_settings),
893         (ev_application_set_print_settings),
894         (ev_application_get_page_setup), (ev_application_set_page_setup):
895         * shell/ev-window.c: (ev_window_save_print_page_setup),
896         (ev_window_load_print_page_setup_from_metadata),
897         (ev_window_print_page_setup_done_cb),
898         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
899         (ev_window_cmd_preview_print):
900
901         Remember page setup options too. Paper size is globally remembered
902         while page margins are stored per document in metadata file. Fixes
903         bugs #525185 and #349102.
904         
905 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * shell/ev-print-operation.c:
908         (ev_print_operation_export_print_dialog_response_cb):
909
910         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
911         
912 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/ev-print-operation.c: (export_cancel),
915         (export_job_cancelled), (ev_print_operation_export_begin),
916         (ev_print_operation_export_cancel):
917         * shell/ev-window.c: (ev_window_print_cancel),
918         (ev_window_print_update_pending_jobs_message),
919         (ev_window_print_operation_done),
920         (ev_window_print_operation_status_changed),
921         (print_jobs_confirmation_dialog_response),
922         (ev_window_cmd_file_close_window):
923
924         Show a confirmation dialog when there are pending print jobs while
925         closing the main window. Fixes bug #480964.
926         
927 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
930         (ev_print_operation_get_job_name),
931         (ev_print_operation_get_status),
932         (ev_print_operation_get_progress),
933         (ev_print_operation_update_status),
934         (ev_print_operation_export_get_job_name), (clamp_ranges),
935         (get_first_and_last_page), (ev_print_operation_export_run_next),
936         (print_job_finished), (export_print_done), (export_job_cancelled),
937         (update_progress), (export_print_page),
938         (ev_print_operation_export_begin),
939         (ev_print_operation_export_print_dialog_response_cb),
940         (ev_print_operation_export_run),
941         (ev_print_operation_export_cancel),
942         (ev_print_operation_export_class_init):
943         * shell/ev-window.c:
944         (ev_window_print_update_pending_jobs_message),
945         (ev_window_print_operation_done),
946         (ev_window_print_progress_response_cb),
947         (ev_window_print_operation_status_changed),
948         (ev_window_print_operation_begin_print), (ev_window_print_range),
949         (ev_window_dispose):
950
951         Show progress information when printing. Fixes bug #482770.
952         
953 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
954
955         * shell/Makefile.am:
956         * shell/ev-progress-message-area.[ch]:
957         * shell/ev-message-area.[ch]: (ev_message_area_init),
958         (ev_message_area_set_image_from_stock):
959
960         Add EvProgressMessageArea derived from EvMessageArea to show
961         progress information in the message area. 
962         
963 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
964
965         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
966
967         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
968         close button. Add a function to get the contents of the message
969         area.
970         
971 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
972
973         * shell/Makefile.am:
974         * shell/ev-print-operation.[ch]:
975         * shell/ev-jobs.[ch]: (ev_job_export_init),
976         (ev_job_export_dispose), (ev_job_export_run),
977         (ev_job_export_class_init), (ev_job_export_new),
978         (ev_job_export_set_page):
979         * shell/ev-window.c: (ev_window_print_operation_done),
980         (ev_window_print_range), (ev_window_dispose):
981
982         First step of the printing system rework. EvJobPrint has been
983         replaced by EvJobExport so that every page is scheduled to be
984         exported in a thread instead of scheduling the whole printing
985         process. This way the gui is responsive during printing.
986         
987 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * shell/ev-window.c: (setup_size_from_metadata),
990         (ev_window_load_print_settings_from_metadata):
991
992         Fix memory leaks.
993         
994 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * libdocument/ev-document.c: (ev_document_get_type):
997
998         Add GObject type as prerequisite to EvDocument interface so that
999         document instances can be used as GObjects.
1000         
1001 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1002
1003         * shell/ev-view.c: (jump_to_find_result):
1004
1005         Only jump the the location of the find result for the first match
1006         when searching. It drastically improves the performance when
1007         searching. Bug catched and fixed by Michael Hunold. Fixes bug
1008         #564774.
1009         
1010 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1011
1012         * properties/ev-properties-main.c: (ev_properties_get_pages):
1013         * properties/ev-properties-view.[ch]:
1014         (ev_properties_view_dispose), (ev_properties_view_class_init),
1015         (ev_properties_view_set_info), (ev_properties_view_new):
1016         * shell/ev-properties-dialog.[ch]:
1017         (ev_properties_dialog_set_document):
1018         * shell/ev-window.c: (ev_window_setup_document),
1019         (ev_window_cmd_file_properties):
1020
1021         Add document URI to properties page. Fixes bug #555376.
1022         
1023 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1024
1025         * configure.ac:
1026         * data/Makefile.am:
1027         * data/evince-password.glade: Removed
1028         * data/evince-properties.glade: Removed
1029         * properties/ev-properties-view.c:
1030         (ev_properties_view_class_init), (set_property),
1031         (ev_properties_view_set_info), (ev_properties_view_init):
1032         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1033         (font_cell_data_func), (ev_properties_fonts_init):
1034
1035         Remove Glade dependency.
1036         
1037 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * backend/comics/comics-document.c: (comics_document_load):
1040
1041         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
1042         
1043 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1044
1045         * NEWS:
1046         * configure.ac:
1047
1048         Update for release 2.25.2
1049         
1050 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1051
1052         * configure.ac:
1053         * shell/Makefile.am:
1054         * shell/ev-keyring.[ch]:
1055         * shell/ev-password.[ch]: Removed
1056         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1057         (ev_password_view_class_init), (ev_password_view_clicked_cb),
1058         (ev_password_view_init), (ev_password_view_set_uri),
1059         (ev_password_dialog_got_response),
1060         (ev_password_dialog_remember_button_toggled),
1061         (ev_password_dialog_entry_changed_cb),
1062         (ev_password_dialog_entry_activated_cb),
1063         (ev_password_view_ask_password), (ev_password_view_get_password),
1064         (ev_password_view_get_password_save_flags),
1065         (ev_password_view_new):
1066         * shell/ev-window.c: (ev_window_password_view_unlock),
1067         (ev_window_load_job_cb), (ev_window_close_dialogs),
1068         (ev_window_init):
1069
1070         Rework the password view. When the password is in the keyring it's
1071         used automatically without showing the password dialog and it's  
1072         only stored in the keyring when we are sure it's correct. The
1073         password dialog has been reworked too, in order to make it
1074         more hig compliant and consistent with the GTK+ dialog used in
1075         gtkmountoperation. Fixes bug #562496. 
1076         
1077 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * backend/comics/comics-document.c: (comics_document_load):
1080
1081         Do not trust file extensions when getting the command needed to
1082         uncompress comic documents. Fixes bug #562143.
1083         
1084 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * libdocument/ev-document-factory.c: (get_document_from_uri),
1087         (ev_document_factory_get_document):
1088         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1089         (get_mime_type_from_data), (ev_file_get_mime_type):
1090
1091         Move mime-type functions from document-facrory to file-helpers so
1092         that it can be reused.
1093         
1094 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1097         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1098         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1099         (ev_window_reload_remote), (ev_window_reload_document):
1100
1101         Add support for reloading remote documents. Fixes bug #555399.
1102         
1103 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1104
1105         * shell/ev-view.c: (ev_view_find_previous):
1106
1107         Make sure find_result is never < 0 which causes a crash while
1108         searching. Fixes bug #558377.
1109         
1110 2008-11-19  Marek Kašík <mkasik@redhat.com>
1111
1112         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1113         (ev_pixbuf_cache_get_selection_surface):
1114         
1115         Fixes crash on fast scrolling with simultaneous text selection.
1116
1117 2008-11-19  Marek Kašík <mkasik@redhat.com>
1118
1119         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1120         * shell/ev-window.c (launch_external_uri):
1121         
1122         Fixes assertion fail on selecting text. See bug #561393.
1123
1124 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * shell/Makefile.am:
1127         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1128         (ev_job_layers_dispose), (ev_job_layers_run),
1129         (ev_job_layers_class_init), (ev_job_layers_new):
1130         * shell/ev-sidebar-layers.[ch]:
1131         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1132         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1133         (ev_view_reload_page), (ev_view_reload):
1134         * shell/ev-window.c: (setup_sidebar_from_metadata),
1135         (ev_window_sidebar_current_page_changed_cb),
1136         (sidebar_layers_visibility_changed), (ev_window_init):
1137
1138         Add layers support.
1139         
1140 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * data/icons/22x22/actions/Makefile.am:
1143         * data/icons/22x22/actions/eye.png:
1144         * shell/ev-stock-icons.[ch]:
1145         
1146         Add eye icon from gimp to hide/show layers.
1147         
1148 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * configure.ac:
1151         * cut-n-paste/Makefile.am:
1152         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1153         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1154         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1155
1156         Add GimpCellRendererToggle from gimp slightly modified to fit our
1157         needs. 
1158         
1159 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1160
1161         * configure.ac:
1162         * backend/pdf/ev-poppler.cc:
1163
1164         Implement layers interface in PDF backend.
1165         
1166 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * libdocument/Makefile.am:
1169         * libdocument/ev-document-layers.[ch]:
1170         * libdocument/ev-layer.[ch]:
1171
1172         Add optional content (layers) interface.
1173         
1174 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1175
1176         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1177         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1178
1179         Removes unused code.
1180
1181 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1182
1183         * NEWS:
1184         * configure.ac:
1185
1186         Update for 2.25.1 release
1187
1188 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * shell/ev-window.c:
1191
1192         Fix build with GTK+ < 2.14
1193
1194 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1195
1196         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1197         
1198         Makes menu label translatable. Fixes bug #559129.
1199
1200 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1201
1202         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1203         (t1_transform_font):
1204         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1205         
1206         More renames of warning to mdvi_warning in follow up to the
1207         fix of the bug #553369. Fix for the bug #559257 by
1208         Tuxce <tuxce.net@gmail.com>.
1209         
1210 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * shell/ev-application.c: (ev_application_init_session):
1213         * shell/main.c: (main):
1214
1215         Move the egg_set_desktop_file() call to main and remove
1216         gtk_window_set_default_icon_name() since it's already called by
1217         egg_set_desktop_file()
1218         
1219 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1220
1221         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1222
1223         Initialize GError to NULL.
1224         
1225 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1228         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1229         (ev_window_preview_print_finished), (launch_action):
1230
1231         Do not use popup dialogs to show error messages anymore, use the
1232         message area instead.
1233         
1234 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * shell/ev-window.c: (ev_window_error_message),
1237         (ev_window_warning_message), (ev_window_set_document),
1238         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1239         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1240         (ev_window_cmd_help_contents), (launch_external_uri),
1241         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1242         (ev_attachment_popup_cmd_open_attachment),
1243         (attachment_save_dialog_response_cb):
1244
1245         Use a message format (with printf()-style) in
1246         ev_window_error_message and ev_window_warning_message.
1247
1248 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * shell/ev-window.c: (ev_window_error_message),
1251         (ev_window_warning_message), (ev_window_set_document),
1252         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1253         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1254         (ev_window_cmd_help_contents), (launch_external_uri),
1255         (image_save_dialog_response_cb),
1256         (ev_attachment_popup_cmd_open_attachment),
1257         (attachment_save_dialog_response_cb):
1258
1259         Change ev_window_error_message and ev_window_warning_message to
1260         receive a EvWindow instead of a GtkWindow. It's more consistent
1261         and avoids unneeded casts.
1262         
1263 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1264
1265         * shell/ev-window.c: (ev_window_cmd_help_contents):
1266
1267         Use gtk_show_uri() when availale to display help contents.
1268         
1269 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * configure.ac:
1272         * backend/pdf/ev-poppler.cc:
1273         * properties/ev-properties-view.c:
1274         * shell/Makefile.am:
1275         * shell/ev-tooltip.[ch]: Removed
1276         * shell/ev-view-private.h
1277         * shell/eggfindbar.c:
1278         * shell/ev-application.c:
1279         * shell/ev-open-recent-action.c:
1280         * shell/ev-sidebar-thumbnails.c:
1281         * shell/ev-view.c:
1282         * shell/ev-window.c:
1283
1284         Bump GTK+ requirement to 2.12.
1285         
1286 2008-10-27 Christian Persch <chpe@gnome.org>
1287
1288         * backend/djvu/djvu-document.c
1289         * backend/dvi/cairo-device.c
1290         * cut-n-paste/evmountoperation/ev-mount-operation.h
1291         * cut-n-paste/gedit-message-area/gedit-message-area.h
1292         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1293         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1294         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1295         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1296         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1297         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1298         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1299         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1300         * cut-n-paste/zoom-control/ephy-zoom-action.c
1301         * cut-n-paste/zoom-control/ephy-zoom-action.h
1302         * cut-n-paste/zoom-control/ephy-zoom-control.c
1303         * cut-n-paste/zoom-control/ephy-zoom-control.h
1304         * libdocument/ev-async-renderer.h
1305         * libdocument/ev-document-factory.c
1306         * libdocument/ev-document-misc.h
1307         * libdocument/ev-image.h
1308         * libdocument/ev-selection.h
1309         * shell/ev-properties-fonts.h
1310         * shell/ev-stock-icons.h
1311         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1312         directly. Bug #558064.
1313
1314 2008-10-27 Christian Persch <chpe@gnome.org>
1315
1316         * cut-and-paste/smclient/*: Update from libegg.
1317
1318 2008-10-27 Christian Persch <chpe@gnome.org>
1319
1320         * backend/djvu/djvu-document.c
1321         * backend/ps/ev-spectre.c
1322         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1323
1324 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1325
1326         * shell/ev-view.c (ev_view_change_page),
1327         (ev_view_transition_animation_finish),
1328         (ev_view_transition_animation_cancel), (page_changed_cb),
1329         (ev_view_set_presentation), (ev_view_next_page),
1330         (ev_view_previous_page):
1331         
1332         Cancel the animation without scheduling transition start
1333         and proceed to the next page to fix bug #516749.
1334
1335 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1336
1337         * NEWS:
1338         * configure.ac:
1339
1340         Update for release 2.24.1
1341         
1342 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1343
1344         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1345
1346         Disable toggle function of F5 when in presentation mode. Patch by
1347         Dave Neary. Fixes bug #556162.
1348         
1349 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1352         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1353         (ev_sidebar_thumbnails_fill_model),
1354         (ev_sidebar_thumbnails_refresh),
1355         (ev_sidebar_thumbnails_set_document):
1356
1357         Instead of using only one loading icon for thumbnails based on the
1358         size of the first page, create an icon for every different page
1359         size. Fixes bug #556264.
1360         
1361 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1362
1363         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1364
1365         Fix memory leak.
1366         
1367 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1368
1369         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1370
1371         Removes bad prefixes from window title. Patch by 
1372         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1373         
1374 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1375
1376         * shell/ev-window.c: (launch_external_uri):
1377
1378         Do not consider mailto links as http uris. Fixes bug #555801.
1379         
1380 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1383
1384         Fix memory leak. Fixes bug #555134.
1385         
1386 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1389
1390         Emit the job finished signal when the job is handled before the
1391         page_ready callback.
1392         
1393 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * shell/ev-window.c: (launch_action):
1396
1397         Use GdkAppLaunchContext when available to launch external
1398         applications.
1399         
1400 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * shell/ev-window.c: (launch_action):
1403
1404         Fix launching external applications for launch actions which seems
1405         to be broken since the gio port. Fixes bug #554500.
1406         
1407 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1408
1409         * backend/dvi/Makefile.am:
1410         * backend/dvi/cairo-device.c:
1411         * backend/dvi/dvi-document.c:
1412         * backend/dvi/mdvi-lib/Makefile.am:
1413
1414         Fix several compile warnings in the dvi backend.
1415         
1416 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * backend/dvi/mdvi-lib/common.h:
1419         * backend/dvi/mdvi-lib/dviread.c:
1420         * backend/dvi/mdvi-lib/font.c:
1421         * backend/dvi/mdvi-lib/fontmap.c:
1422         * backend/dvi/mdvi-lib/fontsrch.c:
1423         * backend/dvi/mdvi-lib/gf.c:
1424         * backend/dvi/mdvi-lib/pagesel.c:
1425         * backend/dvi/mdvi-lib/pk.c:
1426         * backend/dvi/mdvi-lib/sp-epsf.c:
1427         * backend/dvi/mdvi-lib/special.c:
1428         * backend/dvi/mdvi-lib/tfm.c:
1429         * backend/dvi/mdvi-lib/tfmfile.c:
1430         * backend/dvi/mdvi-lib/util.c:
1431         * backend/dvi/mdvi-lib/vf.c:
1432
1433         Rename error as mdvi_error to avoid symbol conflicts with the libc
1434         error. Rename also message, crash, fatal and warning for
1435         consistency. Fixes bug #553369.
1436         
1437 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1438
1439         * backend/dvi/dvi-document.c: (dvi_document_load):
1440
1441         Fix memory leak.
1442         
1443 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * backend/dvi/dvi-document.c:
1446
1447         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1448         G_IMPLEMENT_INTERFACE.
1449         
1450 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1451
1452         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1453
1454         Make sure copy_job_page_and_selection_to_job_info is always called
1455         before copy_job_to_job_info. Fixes bug #552382.
1456         
1457 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1458
1459         * NEWS:
1460         * configure.ac:
1461
1462         Update for release 2.24.0
1463         
1464 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1465
1466         * shell/ev-window.c: (launch_external_uri):
1467
1468         Use GdkAppLaunchContext when available to launch external uris.
1469         
1470 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1471
1472         * shell/ev-window.c: (launch_external_uri):
1473
1474         Use the message area to show errors when lauching external uris
1475         instead of a popup window.
1476         
1477 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1478
1479         * shell/ev-window.c: (launch_external_uri):
1480
1481         Assume invalid uris are http uris. Fixes bug #552071.
1482         
1483 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1484
1485         * NEWS:
1486         * configure.ac:
1487
1488         Update for release 2.23.92.
1489         
1490 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1491
1492         * shell/eggfindbar.c: (egg_find_bar_class_init):
1493
1494         Allow page scrolling with PageUp/PageDown keys when find bar is
1495         active. Fixes bug #529833.
1496         
1497 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1498
1499         * shell/ev-view-private.h:
1500         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1501         (ev_view_scroll), (ev_view_class_init):
1502         * shell/ev-view-accessible.c:
1503         (ev_view_accessible_action_do_action):
1504         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1505         (ev_window_cmd_scroll_backward):
1506
1507         Use GtkScrollType instead of EvScrollType.
1508         
1509 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1510
1511         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1512         
1513         Patch for case unsensitive page label match by Michael Lee.
1514         See bug #550136.
1515         
1516         * shell/ev-page-action.c (create_tool_item):    
1517         * test/Makefile.am:
1518         * test/test1.py:
1519         * test/test4.py:
1520         * test/test5.py:
1521         
1522         Added test for the above and updated other tests.
1523
1524 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1525
1526         * shell/ev-window.c: (image_save_dialog_response_cb):
1527
1528         Do not append the file extension twice when saving an image.
1529         
1530 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1531
1532         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1533
1534         Remove an invalid ifdef.
1535         
1536 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1537
1538         * shell/ev-view.c: (ev_view_motion_notify_event):
1539
1540         Make sure the cursor is correctly restored after showing the right
1541         click menu.
1542         
1543 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1544
1545         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1546         (ev_attachment_open):
1547         * shell/ev-sidebar-attachments.c:
1548         (ev_sidebar_attachments_button_press):
1549         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1550
1551         Use GdkAppLaunchContext when available to open attachments.
1552         
1553 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1556
1557         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1558         by Eric Piel.
1559         
1560 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1561
1562         * shell/ev-application.c: (ev_application_get_media_keys):
1563         * shell/ev-media-player-keys.[ch]:
1564         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1565         (ev_media_player_keys_grab_keys),
1566         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1567         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1568         * shell/ev-window.[ch]: (ev_window_dispose),
1569         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1570         (ev_window_init):
1571
1572         Clean up the media player keys stuff.
1573         
1574 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1575
1576         * NEWS:
1577         * configure.ac:
1578
1579         Update for release 2.23.91.
1580         
1581 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1582
1583         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1584         (sm_client_xsmp_set_initial_properties):
1585
1586         Fix memory leak.
1587         
1588 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1589
1590         * shell/ev-application.c: (ev_application_open_window),
1591         (ev_application_open_uri_at_dest):
1592
1593         Make sure evince starts up in the right workspace when resuming a
1594         previous session.
1595         
1596 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * shell/ev-application.[ch]: (ev_application_open_window),
1599         (ev_application_add_icon_path_for_screen),
1600         (ev_application_open_uri_at_dest):
1601
1602         Fix window manager warnings shown in ~/.xsession-errors
1603         
1604 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1605
1606         * configure.ac:
1607         * cut-n-paste/Makefile.am:
1608         * cut-n-paste/smclient/Makefile.am:
1609         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1610         * cut-n-paste/smclient/eggsmclient-private.h:
1611         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1612         * cut-n-paste/smclient/eggsmclient.[ch]:
1613
1614         EggSMClient copied from libegg
1615
1616         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1617         * shell/Makefile.am:
1618         * shell/ev-application.[ch]: (ev_application_load_session),
1619         (smclient_save_state_cb), (smclient_quit_cb),
1620         (ev_application_init_session), (ev_application_shutdown),
1621         (ev_application_init):
1622         * shell/main.c: (main):
1623
1624         Use EggSMClient instead of gnome-client and remove libgnome and
1625         libgnomeui dependencies.
1626         
1627 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1628
1629         * shell/main.c: (main):
1630
1631         Remove gnome_authentication_manager_init.
1632         
1633 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1634
1635         * shell/ev-view.c: (ev_view_goto_window_create):
1636
1637         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1638         since it's now deprecated.
1639         
1640 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1641
1642         * backend/djvu/Makefile.am:
1643         * backend/djvu/djvu-document-private.h:
1644         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1645         (djvu_document_find_iface_init):
1646         * backend/djvu/djvu-text-page.[ch]:
1647         * backend/djvu/djvu-text.[ch]: Removed
1648         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1649         (pdf_document_find_iface_init):
1650         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1651         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1652         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1653         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1654         (ev_job_find_has_results), (ev_job_find_get_results):
1655         * shell/ev-view-private.h:
1656         * shell/ev-view.[ch]: (ev_view_expose_event),
1657         (highlight_find_results), (ev_view_finalize),
1658         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1659         (ev_view_set_document), (ev_view_find_get_n_results),
1660         (ev_view_find_get_result), (jump_to_find_result),
1661         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1662         (ev_view_find_previous), (ev_view_find_search_changed),
1663         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1664         * shell/ev-window.c: (ev_window_update_actions),
1665         (page_changed_cb), (ev_window_setup_document),
1666         (ev_window_update_find_status_message),
1667         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1668         (ev_window_clear_find_job), (find_bar_close_cb),
1669         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1670         (ev_window_dispose), (ev_window_init):
1671
1672         Rework find interface. The find logic has been moved from backends
1673         to the shell avoiding a lot of duplicated code in the backends and
1674         making easier to implement the find interface in the backends.
1675         
1676 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1677
1678         * backend/pdf/ev-poppler.cc:
1679         (pdf_document_thumbnails_get_dimensions):
1680
1681         Make sure thumbnail size returned by the PDF is actually
1682         valid. Fixes bug #548462.
1683         
1684 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * shell/ev-window.c: (ev_window_setup_document),
1687         (ev_window_set_document), (ev_window_dispose):
1688
1689         Remove the idle function for setting the document up when the
1690         window is destroyed. Fixes bug #549163.
1691         
1692 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1693
1694         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1695         (ev_job_attachments_dispose), (ev_job_attachments_run),
1696         (ev_job_attachments_class_init), (ev_job_attachments_new):
1697         * shell/ev-sidebar-attachments.c:
1698         (ev_sidebar_attachments_set_document):
1699
1700         Add a new job to get the attachments in a thread with the document
1701         lock held. Fixes bug #548653.
1702         
1703 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1706         (tiff_document_document_iface_init):
1707
1708         Implement document_get_page_label in tiff backend.
1709         
1710 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1711
1712         * backend/tiff/tiff-document.c: (tiff_document_render):
1713
1714         Handle document orientation in tiff backend. Fixes bug #548444.
1715         
1716 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1719
1720         Do not crash when adjustment page size is 0. Fixes bug #547440.
1721         
1722 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1723
1724         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1725
1726         Sync with current GTK+.
1727         
1728 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1729
1730         * configure.ac:
1731         
1732         Update for release 2.23.6.
1733
1734 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1735
1736         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1737         (ev_job_load_set_password):
1738         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1739         * shell/ev-window.c: (password_dialog_response),
1740         (ev_window_load_job_cb):
1741
1742         Fix loading encrypted documents since I broke it with the jobs
1743         rework.
1744         
1745 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * NEWS:
1748
1749         Update NEWS for 2.23.6 release.
1750         
1751 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1752
1753         * backend/impress/impress-document.c:
1754         * backend/impress/render.h:
1755         * libdocument/ev-document-factory.c:
1756         * libdocument/ev-document-factory.h:
1757         * libdocument/ev-document-links.h:
1758         * libdocument/ev-document-misc.c:
1759         * libdocument/ev-document-misc.h:
1760         * properties/ev-properties-main.c:
1761         * properties/ev-properties-view.c:
1762         * properties/ev-properties-view.h:
1763         * shell/eggfindbar.c:
1764         * shell/eggfindbar.h:
1765         * shell/ev-application.c:
1766         * shell/ev-application.h:
1767         * shell/ev-jobs.h:
1768         * shell/ev-message-area.h:
1769         * shell/ev-navigation-action.c:
1770         * shell/ev-navigation-action.h:
1771         * shell/ev-open-recent-action.c:
1772         * shell/ev-open-recent-action.h:
1773         * shell/ev-page-action-widget.c:
1774         * shell/ev-page-action.c:
1775         * shell/ev-page-action.h:
1776         * shell/ev-page-cache.h:
1777         * shell/ev-password-view.h:
1778         * shell/ev-password.h:
1779         * shell/ev-pixbuf-cache.h:
1780         * shell/ev-properties-fonts.c:
1781         * shell/ev-sidebar-attachments.c:
1782         * shell/ev-sidebar-links.c:
1783         * shell/ev-sidebar-links.h:
1784         * shell/ev-sidebar-thumbnails.c:
1785         * shell/ev-sidebar-thumbnails.h:
1786         * shell/ev-sidebar.c:
1787         * shell/ev-sidebar.h:
1788         * shell/ev-stock-icons.c:
1789         * shell/ev-tooltip.h:
1790         * shell/ev-view.c:
1791         * shell/ev-view.h:
1792         * shell/ev-window.c:
1793         * shell/ev-window.h:
1794         * shell/main.c:
1795
1796         More #include cleanups. Again: reordering, single gtk.h
1797         includes and other stuff.
1798
1799 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1800
1801         * shell/eggfindbar.c:
1802         * shell/ev-application.c:
1803         * shell/ev-message-area.c:
1804         * shell/ev-navigation-action.c:
1805         * shell/ev-open-recent-action.c:
1806         * shell/ev-page-action-widget.c:
1807         * shell/ev-page-action.c:
1808         * shell/ev-password-view.c:
1809         * shell/ev-properties-dialog.c:
1810         * shell/ev-properties-fonts.c:
1811         * shell/ev-sidebar-attachments.c:
1812         * shell/ev-sidebar-page.c:
1813         * shell/ev-sidebar-thumbnails.c:
1814         * shell/ev-stock-icons.c:
1815         * shell/ev-tooltip.c:
1816         * shell/ev-view.c:
1817         * shell/ev-window.c:
1818         * shell/main.c:
1819
1820         Cleanup many #include statements: reorder so that a
1821         generic-to-specific order is used, use single gtk.h
1822         includes, and some other cleanups.
1823
1824 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1825
1826         * shell/ev-jobs.h:
1827
1828         Add gio header.
1829         
1830 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1831
1832         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1833         (ev_document_fc_mutex_trylock):
1834         * shell/Makefile.am:
1835         * shell/ev-job-queue.[ch]:
1836         * shell/ev-job-scheduler.[ch]:
1837         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1838         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1839         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1840         (ev_job_failed_from_error), (ev_job_succeeded),
1841         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1842         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1843         (ev_job_links_class_init), (ev_job_render_init),
1844         (notify_page_ready), (ev_job_render_page_ready),
1845         (ev_job_render_run), (ev_job_render_class_init),
1846         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1847         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1848         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1849         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1850         (ev_job_save_dispose), (ev_job_save_run),
1851         (ev_job_save_class_init), (ev_job_print_init),
1852         (ev_job_print_dispose), (ev_job_print_run),
1853         (ev_job_print_class_init):
1854         * shell/ev-page-cache.c:
1855         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1856         (check_job_size_and_unref), (move_one_job),
1857         (copy_job_to_job_info), (add_job),
1858         (ev_pixbuf_cache_add_jobs_if_needed):
1859         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1860         (job_fonts_finished_cb), (job_fonts_updated_cb),
1861         (ev_properties_fonts_set_document):
1862         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1863         (ev_sidebar_links_set_document):
1864         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1865         (ev_sidebar_thumbnails_set_document),
1866         (ev_sidebar_thumbnails_clear_job):
1867         * shell/ev-view-private.h:
1868         * shell/ev-view.c:
1869         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1870         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1871         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1872         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1873         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1874         (ev_window_reload_document), (ev_window_clear_save_job),
1875         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1876         (ev_window_clear_print_job), (ev_window_print_job_cb),
1877         (ev_window_print_dialog_response_cb):
1878         * shell/main.c: (main):
1879
1880         Rework the jobs system in order to make it simpler and more
1881         extensible. It allows to run jobs in the main loop instead of
1882         using a thread when it's appropriate like the fonts job. Now it's
1883         also possible to cancel jobs that are currently running. 
1884         
1885 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * libdocument/ev-debug.c: (profile_init):
1888
1889         Create the hash table also when profiling service is enabled for
1890         all sections.
1891         
1892 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1893
1894         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1895         (ev_profiler_stop):
1896         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1897         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1898         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1899         (ev_job_print_run):
1900         * shell/main.c: (main):
1901
1902         Add a profile mode available when debug is enabled. Add profilers
1903         in ev-jobs.
1904         
1905 2008-07-23  Götz Waschk <waschk@mandriva.org>
1906
1907         * configure.ac: Correctly build desktop file. Fixes
1908         bug #544237.
1909
1910 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1911
1912         * configure.ac:
1913         
1914         Update for release 2.23.5.
1915
1916 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1917
1918         * NEWS:
1919
1920         Update NEWS for 2.23.5 release.
1921         
1922 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1923
1924         * shell/ev-window.c: (ev_window_state_event),
1925         (ev_window_class_init):
1926
1927         Intercept window manager's fullscreen request in order to run/stop
1928         fullscreen mode. Fixes bug #493541.
1929         
1930 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1933
1934         Restart the job search when the find bar is opened for the second
1935         time. Fixes bug #531956.
1936         
1937 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1938
1939         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1940         (get_document_from_uri):
1941
1942         Make sure we always return a valid error struct when
1943         get_document_from_uri fails. Fixes nautilus crash, see bug
1944         #542548.
1945         
1946 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1947
1948         * libdocument/ev-transition-effect.c
1949         (ev_transition_effect_type_get_type),
1950         (ev_transition_effect_alignment_get_type),
1951         (ev_transition_effect_direction_get_type):
1952         
1953         Fixes bug #542924. Makes enums static to fix Solaris build.
1954
1955 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1956
1957         * shell/ev-view.c: (ev_view_key_press_event):
1958
1959         Add '.' keybinding for blanking the screen in presentation
1960         mode. Fixes bug #542001.
1961         
1962 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1963
1964         * libdocument/ev-document-misc.c:
1965         (ev_document_misc_pixbuf_from_surface):
1966
1967         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1968         #540950.
1969         
1970 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1971
1972         * backend/comics/comics-document.c (comics_document_load):
1973         * backend/comics/comicsdocument.evince-backend.in:
1974         * configure.ac:
1975         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1976         
1977         Added support for 7-zip based cb7 comic book. Patch by
1978         Kartik Rustagi. Fixes bug #532312.
1979
1980 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1981
1982         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1983         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1984         Fixes bug #539972.
1985
1986 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1987
1988         * shell/Makefile.am:
1989         * shell/ev-application.c (ev_application_init),
1990         (ev_application_get_media_keys):
1991         * shell/ev-application.h:
1992         * shell/ev-marshal.list:
1993         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1994         (proxy_destroy), (on_media_player_key_pressed),
1995         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1996         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1997         * shell/ev-media-player-keys.h:
1998         * shell/ev-window.c (ev_window_go_previous_page),
1999         (ev_window_go_next_page), (ev_window_go_first_page),
2000         (ev_window_go_last_page), (ev_window_start_presentation),
2001         (ev_window_dispose), (view_actions_focus_in_cb):
2002         * shell/ev-window.h: When building with D-Bus support, listen
2003         for multimedia key events from gnome-settings-daemon. This allows
2004         to go to the next/previous/first/last pages using, respectively,
2005         Next/Previous/Rewing/Fast Forward. The Play button is used to start
2006         a presentation. Fixes bug #539971.
2007
2008 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2009
2010         * configure.ac:
2011         
2012         Update for release 2.23.4.
2013
2014 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2015
2016         * NEWS:
2017
2018         Update news for 2.23.4 release.
2019         
2020 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
2023         * shell/ev-sidebar-thumbnails.c:
2024         (ev_sidebar_thumbnails_set_loading_icon),
2025         (ev_sidebar_thumbnails_refresh):
2026         * shell/ev-window.c: (ev_window_error_message),
2027         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
2028         (ev_window_set_document):
2029
2030         Do not crash opening documents with no pages and show a warning
2031         message in the message area. Fixes bugs #537574 and #171588.
2032         
2033 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * shell/Makefile.am:
2036         * shell/ev-file-monitor.[ch]:
2037         * shell/ev-window.c: (ev_window_document_changed),
2038         (ev_window_clear_reload_job), (ev_window_load_job_cb),
2039         (ev_window_reload_job_cb), (ev_window_open_uri),
2040         (ev_window_reload_document), (ev_window_cmd_view_reload),
2041         (ev_window_dispose):
2042
2043         Automaticly reload the document when the file has changed on
2044         disk. Bug #304249.
2045         
2046 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
2047
2048         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2049         * libdocument/ev-image.c: (ev_image_save_tmp):
2050         * libdocument/ev-module.c: (ev_module_load):
2051         * shell/ev-application.c: (ev_application_shutdown),
2052         (ev_application_get_print_settings):
2053         * shell/ev-sidebar-attachments.c:
2054         (ev_sidebar_attachments_button_press),
2055         (ev_sidebar_attachments_drag_data_get):
2056         * shell/ev-window.c: (window_save_file_copy_ready_cb),
2057         (ev_window_print_finished), (ev_window_print_send),
2058         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2059         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2060         (ev_window_cmd_preview_print):
2061         * shell/main.c: (load_files_remote):
2062         Fix some build warnings under GCC 4.3.0. (#537535).
2063
2064 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * shell/ev-jobs.c: (ev_job_render_dispose):
2067
2068         Fix a crash in debug mode. Patch by Daniel M German.
2069         
2070 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2071
2072         * shell/ev-window.c:
2073
2074         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2075         
2076 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2077
2078         * shell/ev-window.c: (ev_window_print_send),
2079         (ev_window_do_preview_print):
2080
2081         Use the window title as print job name instead of just
2082         "evince-print". Fixes bug #534493.
2083         
2084 2008-05-19  Frederic Peters  <fpeters@0d.be>
2085
2086         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2087         Bug #533897.
2088
2089 2008-05-19  Frederic Peters  <fpeters@0d.be>
2090
2091         * help/reference/Makefile.am: added missing libevmountoperation to
2092         gtkdoc-scanobj libraries.  Bug #533896.
2093
2094 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2095
2096         * properties/ev-properties-view.c (get_default_user_units):
2097         Fixes check for default units string translation. Bug #533323.
2098
2099 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2100
2101         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2102         be an iks_free(). Fix an array overflow in the XML parser that
2103         would occur whenever the number of attributes in a tag was greater
2104         than 0 and divisible by 6. Fixes GNOME bug #530852.
2105
2106 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2107
2108         * backend/djvu/djvu-document-private.h:
2109         * backend/djvu/djvu-links.c:
2110         * backend/djvu/djvu-text.c:
2111         * backend/djvu/djvu-document.c: (djvu_handle_events),
2112         (djvu_wait_for_message), (djvu_document_load),
2113         (document_get_page_size), (djvu_document_render),
2114         (djvu_document_thumbnails_get_thumbnail),
2115         (djvu_document_file_exporter_end):
2116
2117         Make sure load job doesn't finish successfully when the document
2118         is not successfully decoded by libdjvu. Fixes bug #530202.
2119         
2120 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2121
2122         * configure.ac:
2123         * libdocument/Makefile.am:
2124         * libdocument/ev-debug.[ch]:
2125         * libdocument/ev-document.c:
2126         * shell/ev-jobs.c: (ev_job_links_dispose),
2127         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2128         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2129         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2130         (ev_job_render_page_ready), (ev_job_render_run),
2131         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2132         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2133         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2134         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2135         (ev_job_print_new), (ev_job_print_run):
2136         * shell/main.c: (main):
2137
2138         Add debug mode based on gedit code. Add debug messages in
2139         ev-jobs.
2140         
2141 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2142
2143         * libdocument/ev-document-factory.c: (get_document_from_uri):
2144
2145         Fix memory leak.
2146         
2147 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2148
2149         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2150         (get_mime_type_from_data), (get_document_from_uri),
2151         (ev_document_factory_get_document):
2152         
2153         Improved error message about file opening failture.
2154         Bug #529129.
2155
2156 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2157
2158         * data/evince-toolbar.xml:
2159         
2160         Allow to add SaveAs to toolbar.
2161
2162 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2163
2164         * shell/ev-view-private.h:
2165         * shell/ev-view.[ch]: (ev_view_button_release_event),
2166         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2167         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2168         (ev_view_update_primary_selection), (clear_link_selected),
2169         (ev_view_copy_link_address):
2170         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2171
2172         Update also the primary selection when copying a link
2173         address. Fixes bug #520855.
2174         
2175 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2176
2177         * libdocument/ev-document-factory.c: (get_document_from_uri):
2178
2179         Use the pixbuf backend only when the mime type is not supported by
2180         any of the other backend so that tiff documents, for instance, are
2181         handled by the tiff backend instead of the pixbuf backend. fixes
2182         bug #520290.
2183         
2184 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2185
2186         * cut-n-paste/Makefile.am:
2187
2188         Add evmountoperation to subdirs list.
2189         
2190 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * configure.ac:
2193
2194         Fix libspectre check in configure script. Fixes bug #528549.
2195         
2196 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2197
2198         * configure.ac:
2199         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2200         * shell/Makefile.am:
2201         * shell/ev-window.c: (ev_window_load_remote_failed),
2202         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2203
2204         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2205         open documents in remote locations that are not mounted.
2206         
2207 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2208
2209         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2210         (bitmap_convert_msb8):
2211         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2212         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2213
2214         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2215         
2216 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2217
2218         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2219         (ev_job_render_new), (ev_job_render_set_selection_info),
2220         (ev_job_render_run):
2221         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2222         (check_job_size_and_unref),
2223         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2224         (add_job), (ev_pixbuf_cache_get_selection_surface):
2225
2226         Create the render context needed for rendering a page in the render
2227         thread so that we don't block the main thread. Simplify
2228         EvJobRender API.
2229         
2230 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2231
2232         * libdocument/Makefile.am:
2233         * libdocument/ev-page.[ch]:
2234         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2235         (ev_render_context_new), (ev_render_context_set_page):
2236         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2237         (ev_form_field_finalize), (ev_form_field_class_init):
2238         * libdocument/ev-document-forms.[ch]:
2239         (ev_document_forms_get_form_fields):
2240         * libdocument/ev-document.[ch]: (ev_document_get_page),
2241         (ev_document_get_page_size), (ev_document_get_page_label):
2242         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2243         (ev_job_render_run), (ev_job_thumbnail_new),
2244         (ev_job_thumbnail_run), (ev_job_print_run):
2245         * shell/ev-page-cache.c: (ev_page_cache_new):
2246         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2247         (check_job_size_and_unref), (add_job):
2248         * shell/ev-sidebar-thumbnails.c: (add_range):
2249         * shell/ev-view.c: (ev_view_form_field_get_region),
2250         (ev_view_form_field_button_create_widget),
2251         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2252         (ev_view_handle_form_field), (ev_view_size_allocate),
2253         (get_selected_text):
2254         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2255         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2256         (pdf_document_get_page), (pdf_document_get_page_label),
2257         (pdf_document_render), (pdf_document_get_info),
2258         (pdf_document_document_iface_init),
2259         (pdf_document_thumbnails_get_thumbnail),
2260         (pdf_document_thumbnails_get_dimensions),
2261         (pdf_document_file_exporter_do_page),
2262         (pdf_selection_render_selection),
2263         (pdf_selection_get_selected_text),
2264         (pdf_selection_get_selection_region),
2265         (pdf_selection_get_selection_map),
2266         (pdf_document_forms_get_form_fields),
2267         (pdf_document_forms_form_field_text_get_text),
2268         (pdf_document_forms_form_field_text_set_text),
2269         (pdf_document_forms_form_field_button_set_state),
2270         (pdf_document_forms_form_field_button_get_state),
2271         (pdf_document_forms_form_field_choice_get_item),
2272         (pdf_document_forms_form_field_choice_get_n_items),
2273         (pdf_document_forms_form_field_choice_is_item_selected),
2274         (pdf_document_forms_form_field_choice_select_item),
2275         (pdf_document_forms_form_field_choice_toggle_item),
2276         (pdf_document_forms_form_field_choice_unselect_all),
2277         (pdf_document_forms_form_field_choice_set_text),
2278         (pdf_document_forms_form_field_choice_get_text):
2279         * backend/ps/ev-spectre.c: (ps_document_get_page),
2280         (ps_document_get_page_size), (ps_document_get_page_label),
2281         (ps_document_render), (ps_document_document_iface_init),
2282         (ps_document_file_exporter_do_page):
2283         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2284         (tiff_document_render), (tiff_document_render_pixbuf),
2285         (tiff_document_file_exporter_do_page):
2286         * backend/pixbuf/pixbuf-document.c:
2287         (pixbuf_document_get_page_size):
2288         * backend/comics/comics-document.c:
2289         (comics_document_get_page_size), (comics_document_render_pixbuf):
2290         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2291         (djvu_document_render), (djvu_selection_get_selected_text),
2292         (djvu_document_thumbnails_get_thumbnail),
2293         (djvu_document_file_exporter_do_page),
2294         (djvu_document_find_get_result):
2295         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2296         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2297         (dvi_document_thumbnails_get_thumbnail),
2298         (dvi_document_file_exporter_do_page):
2299         * backend/impress/impress-document.c:
2300         (impress_document_get_page_size),
2301         (impress_document_render_pixbuf):
2302         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2303
2304         Add EvPage so that we can hold a reference to the backend
2305         page. Form fields keep now a reference to the poppler page
2306         improving performance since we don't have to create/destroy the
2307         poppler field for every form operation. This will be needed for
2308         annotations too.
2309         
2310 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * data/evince-ui.xml:
2313         * shell/ev-window.c:
2314
2315         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2316         
2317 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2318
2319         * configure.ac:
2320         * backend/ps/Makefile.am:
2321
2322         Remove gs stuff from ps backend.
2323         
2324 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2325
2326         * configure.ac:
2327         * backend/pdf/ev-poppler.cc:
2328
2329         Bump poppler requirement to 0.8.0.
2330         
2331 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2332
2333         * NEWS:
2334         * configure.ac:
2335
2336         Update for release 2.22.1.1
2337
2338 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2339
2340         * configure.ac:
2341
2342         Fix build (again) when poppler version is 0.6
2343         
2344 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2345
2346         * backend/djvu/djvu-links.c: (build_tree):
2347
2348         Make sure link title is a valid utf8 string. Fixes bug #526517.
2349         
2350 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2351
2352         * configure.ac:
2353
2354         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2355         #526799.
2356         
2357 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2358
2359         * configure.ac:
2360         
2361         Update for release 2.22.1.
2362
2363 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * NEWS:
2366
2367         Update for upcoming release.
2368
2369 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * configure.ac:
2372         * backend/dvi/dvidocument.evince-backend.in:
2373
2374         Add compressed dvi to the list of supported mime types. Patch by
2375         Ed Catmur. Fixes bug #307087.
2376
2377 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2378
2379         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2380
2381         Fix a crash when printing a range that doesn't specify the start or
2382         end page. Fixes bug #524288.
2383
2384 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2385
2386         * shell/ev-window.c: (ev_window_cmd_continuous),
2387         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2388         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2389         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2390         (ev_window_run_presentation), (ev_window_stop_presentation),
2391         (ev_window_cmd_view_presentation),
2392         (ev_window_cmd_leave_fullscreen),
2393         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2394
2395         Do not unfullscreen and fullscreen again the window when changing
2396         from fullscreen to presentation mode and vice versa. Fixes bug
2397         #524112.
2398         
2399 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2400
2401         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2402
2403         Do not crash when thumbnail failed to render in PS backend. Fixes
2404         bug #525015.
2405         
2406 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2407
2408         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2409         (ev_window_load_file_remote), (ev_window_open_uri):
2410
2411         Handle errors when opening remote files.
2412         
2413 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2416
2417         Only grab the focus for the current visible proxy widget. Fixes
2418         bug #521224.
2419         
2420 2008-03-30  Emil Soleyman  <emil@nishra.com>
2421
2422         * shell/ev-window.c: (launch_external_uri):
2423         
2424         Reuse g_app_info_launch_default_for_uri to
2425         save some code and fix bug #525009.
2426
2427 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2428
2429         * shell/ev-window.c (image_save_dialog_response_cb):
2430
2431         Use g_str_has_suffix. See bug #523069.
2432
2433 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2434
2435         * configure.ac:
2436
2437         Add a configure option to enable/diable DBus. Patch by Rémi
2438         Cardona. Fixes bug 521797.
2439
2440 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2441
2442         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2443
2444         Fix printing in documents with rotated pages. Patch by Eugen
2445         Dedu. Fixes bug #512648.
2446         
2447 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2450         (ev_link_from_action):
2451
2452         Fix warning messages.
2453         
2454 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2455
2456         * shell/ev-window.c: (image_save_dialog_response_cb):
2457
2458         Do not append the extension to filename when saving an image
2459         if the filename alredy contains the extension. Fixes bug #523069.
2460         
2461 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * shell/ev-view.[ch]: (ev_view_find_cancel):
2464         * shell/ev-window.c: (find_bar_close_cb):
2465
2466         Cancel the find operation when the find bar is closed. Fixes bug
2467         #508845.
2468         
2469 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * backend/ps/psdocument.evince-backend.in:
2472
2473         Make ps backend module resident. Fixes bug #520607.
2474         
2475 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * shell/ev-jobs.c: (ev_job_print_run):
2478
2479         Invert collate action in order to work as expected, fix reverse
2480         printing so that it doesn't start with a blank page and fix number
2481         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2482         
2483 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2484
2485         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2486
2487         Fix build with poppler <= 0.7.2
2488         
2489 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * libdocument/ev-document-misc.c:
2492         (ev_document_misc_surface_from_pixbuf):
2493
2494         Fix selections with poppler-splash.
2495         
2496 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2497
2498         * configure.ac:
2499         * backend/pdf/ev-poppler.cc:
2500
2501         Fix build with poppler >= 0.7.2
2502         
2503 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2504
2505         * configure.ac:
2506         
2507         Update for release 2.22.0
2508
2509 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * NEWS:
2512
2513         Update for upcoming release.
2514
2515 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2516
2517         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2518
2519         Bug 495107 – Handle print dialog responses correctly
2520
2521         Correctly handle print dialog response. Properly fixes
2522         the above mentioned bug.
2523
2524 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2525
2526         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2527
2528         Make sure print job is only run when the print button is
2529         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2530         
2531 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2532
2533         * backend/pdf/pdfdocument.evince-backend.in:
2534         * libdocument/ev-backends-manager.c:
2535         (ev_backends_manager_load_backend),
2536         (ev_backends_manager_get_document):
2537         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2538
2539         Allow making backend modules resident. This is needed only for
2540         some backends like pdf to avoid registering glib types more than
2541         once.
2542         
2543 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * backend/comics/comics-document.c:
2546         * backend/djvu/djvu-document.c:
2547         * backend/impress/impress-document.c:
2548         * backend/pdf/ev-poppler.cc:
2549         * backend/pixbuf/pixbuf-document.c:
2550         * backend/ps/ev-spectre.c:
2551         * backend/ps/ps-document.c:
2552         * backend/tiff/tiff-document.c:
2553         * libdocument/ev-document.h:
2554         * properties/ev-properties-main.c:
2555
2556         Use g_type_module_add_interface instead of
2557         g_type_add_interface_static. Fixes bug #519679.
2558         
2559 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2560
2561         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2562         Added. Returns whether the animation has everything necessary to run.
2563         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2564         is ready just because it's been created. Fixes #519106.
2565         (draw_one_page): Do not show the "Loading..." text in presentation
2566         mode, there was a slim probability that this could happen.
2567
2568 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2571
2572         Duplicate mime_type string before freeing it so that it doesn't
2573         always fail when getting mime type from uri. Fixes bug #518874.
2574         
2575 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2578
2579         Fix a crash when a choice form field doesn't have any item
2580         selected. Fixes bug #518831
2581         
2582 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2583
2584         * shell/ev-window.c (ev_window_clear_temp_file):
2585         Use g_file_has_prefix instead of renamed
2586         g_file_contains_file.
2587
2588         * configure.ac:
2589         Require new glib for above change.
2590         
2591 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2592
2593         * libdocument/ev-image.c: (ev_image_finalize),
2594         (ev_image_save_tmp):
2595
2596         Return a real uri instead of a filename when saving an
2597         image. Fixes images drag an drop from evince to nautilus. 
2598         
2599 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2600
2601         * backend/pdf/ev-poppler.cc:
2602         (pdf_document_images_get_image_mapping):
2603
2604         Return the image list in the right order. Fixes bug #516237.
2605         
2606 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2607
2608         * backend/impress/impress-document.c:
2609         (impress_document_thumbnails_get_thumbnail):
2610
2611         Remove unused variable to avoid a compiler warning.
2612
2613 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2614
2615         * configure.ac:
2616         
2617         Update for release 2.21.91.
2618
2619 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2620
2621         * configure.ac:
2622         * shell/Makefile.am:
2623         * shell/ev-application.[ch]:
2624         * shell/ev-sidebar-links.c:
2625         * shell/ev-utils.[ch]:
2626         * shell/ev-window.[ch]:
2627
2628         Remove libgnomeprint support. Fixes bug #512370.
2629         
2630 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2631
2632         * thumbnailer/evince-thumbnailer.c: (main):
2633
2634         Initialize glib type system before using it. Fixes bug #513934.
2635         
2636 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2637
2638         * properties/ev-properties-main.c:
2639
2640         Add missing #include.
2641         
2642 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2643
2644         * configure.ac:
2645         * backend/djvu/djvu-document.c: (djvu_document_render):
2646         * backend/tiff/tiff-document.c: (tiff_document_render):
2647
2648         Use the new cairo function cairo_format_stride_for_width when
2649         available. Fixes bug #482720.
2650
2651 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2652
2653         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2654         (get_mime_type_from_data), (get_document_from_uri):
2655
2656         Use g_content_type_guess() only when slow is true in
2657         get_document_from_uri(). Fix several memory leaks.
2658         
2659 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2660
2661         * libdocument/ev-document-factory.c:
2662         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2663         (get_document_from_uri):
2664
2665         Use g_content_type_guess () to get mimetype for files.
2666         Bug #510401.
2667
2668 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * thumbnailer/Makefile.am:
2671
2672         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2673         
2674 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * configure.ac:
2677
2678         Fix build with --without-libgnome. Fixes bug #512771.
2679         
2680 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2681
2682         * backend/dvi/Makefile.am: Install only dvi
2683         module. Fixes bug #512718.
2684
2685 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2686
2687         * properties/ev-properties-main.c: (nautilus_module_initialize):
2688         
2689         Initialize backends in properties tab. Fixes bug
2690         #512720.
2691
2692 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2693
2694         * properties/Makefile.am: No need to link with 
2695         libraries. Fixes bug #512719.
2696
2697 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2698
2699         * NEWS:
2700         * configure.ac:
2701         
2702         Update for release 2.21.90.
2703
2704 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * shell/ev-window.c: (ev_window_cmd_escape):
2707
2708         Fix compile warning.
2709         
2710 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2713
2714         Fix printing in dvi backend when filename contains white
2715         espaces. Fixes bug #502839.
2716         
2717 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2718
2719         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2720         (screensaver_disable_x11):
2721         * shell/Makefile.am:
2722         * shell/xdg-user-dir-lookup.c: Removed
2723         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2724         * shell/ev-view.c: (ev_view_presentation_transition_start):
2725         * shell/ev-window.c: (ev_window_cmd_file_open),
2726         (ev_window_cmd_save_as), (presentation_set_timeout):
2727
2728         Remove #ifdefs that are no longer needed.
2729         
2730 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2731
2732         * shell/ev-view.[ch]: (ev_view_button_release_event),
2733         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2734         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2735         (ev_window_cmd_escape):
2736
2737         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2738         
2739 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2740
2741         * configure.ac:
2742         * backend/comics/comics-document.c: (comics_document_load):
2743         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2744         (ev_attachment_set_property), (ev_attachment_init),
2745         (ev_attachment_save), (ev_attachment_launch_app),
2746         (ev_attachment_open):
2747         * libdocument/ev-document-factory.c: (get_document_from_uri):
2748         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2749         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2750         * shell/ev-jobs.c:
2751         * shell/ev-password.c: (ev_password_dialog_set_property),
2752         (ev_password_dialog_save_password):
2753         * shell/ev-sidebar-attachments.c:
2754         (ev_sidebar_attachments_drag_data_get):
2755         * shell/ev-window-title.c: (get_filename_from_uri):
2756         * shell/ev-window.c: (ev_window_clear_temp_file),
2757         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2758         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2759         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2760         (launch_external_uri), (image_save_dialog_response_cb),
2761         (attachment_save_dialog_response_cb):
2762         * shell/main.c: (load_files), (load_files_remote), (main):
2763         * thumbnailer/evince-thumbnailer.c: (main):
2764
2765         Port to gio and drop gnome-vfs dependency. Fixes bug
2766         #510401. Based on patch by Cosimo Cecchi.
2767         
2768 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2769
2770         * NEWS:
2771
2772         Fixed formatting inconsistencies (spaces vs. tabs)
2773
2774 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2775
2776         * shell/ev-window.c:
2777
2778         Use top/up/bottom/down arrows instead of
2779         first/left/last/right in the toolbar and menu actions.
2780         This fixes issues with RTL languages and is visually
2781         consistent with the page view. Fixes bug #170081.
2782
2783 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2784
2785         * NEWS:
2786
2787         Fixed some inaccuracies pointed out by Carlos Garcia
2788         Campos.
2789
2790 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2791
2792         * NEWS:
2793         * data/evince.schemas.in:
2794         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2795
2796         Override PDF restrictions by default. Fixes bug #382700.
2797
2798 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2799
2800         * NEWS: Updated for upcoming release
2801
2802 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2805
2806         Fix memory leak.
2807         
2808 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2809
2810         * shell/ev-window.c: (register_custom_actions):
2811         
2812         Added comment for translators
2813
2814 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * shell/ev-view.c: (ev_view_button_release_event):
2817
2818         Do not create the idle function for kinetic scrolling if we are
2819         not in a drag operation.
2820
2821 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2822
2823         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2824         (ev_view_button_press_event), (ev_view_motion_notify_event),
2825         (ev_view_button_release_event):
2826
2827         Restore cursor after autoscrolling. Fixes bug #509958.
2828
2829 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * configure.ac:
2832         * backend/pdf/ev-poppler.cc:
2833         (pdf_document_images_get_image_mapping),
2834         (pdf_document_images_get_image),
2835         (pdf_document_document_images_iface_init):
2836         * libdocument/ev-document-images.[ch]:
2837         (ev_document_images_get_image_mapping),
2838         (ev_document_images_get_image):
2839         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2840         (ev_image_get_id), (ev_image_save_tmp):
2841         * shell/ev-jobs.c: (ev_job_render_run):
2842         * shell/ev-view.c: (ev_view_drag_data_get):
2843         * shell/ev-window.c: (image_save_dialog_response_cb),
2844         (ev_view_popup_cmd_copy_image):
2845
2846         Do not render images when rendering the page but on demand. It
2847         reduces the memory comsumption.
2848         
2849 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2850
2851         * configure.a:
2852         * shell/ev-password.c:
2853
2854         Make gnome-keyring optional. Fixes bug #509676.
2855         
2856 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2857
2858         * shell/ev-pixbuf-cache.c: (add_job):
2859
2860         Initialize include_images variable as FALSE instead of TRUE.
2861         
2862 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2863
2864         * configure.ac:
2865         * cut-n-paste/Makefile.am:
2866         * cut-n-paste/fileformatchooser/Makefile.am:
2867         * cut-n-paste/fileformatchooser/egg-macros.h:
2868         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2869         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2870         * shell/Makefile.am:
2871         * shell/ev-utils.c:
2872         (file_chooser_dialog_add_writable_pixbuf_formats),
2873         (get_gdk_pixbuf_format_by_extension):
2874         * shell/ev-utils.h:
2875         * shell/ev-window.c: (ev_window_error_message),
2876         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2877         
2878         Simplify image format selection on save.
2879
2880 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2881
2882         * shell/ev-view.c: (ev_view_scroll_event):
2883         
2884         Repair gorizontal scrolling with shift. Fixes
2885         bug #483412.
2886
2887 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2888         
2889         * MAINTAINERS:
2890
2891         Fix formatting issues.
2892         
2893 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2894
2895         * backend/comics/comics-document.c: (comics_regex_quote):
2896         
2897         Don't overquote special chars except of '. See bug 
2898         502500. Thanks to Tom Parker.
2899
2900 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2901
2902         * MAINTAINERS:
2903         
2904         Added Nickolay and Carlos, since they're doing most of
2905         the releases nowadays.
2906
2907 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2908
2909         * properties/Makefile.am:
2910
2911         Get the nautilus extension dir properly instead of using
2912         a hack. Fixes bug #505359.
2913
2914 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2915
2916         * properties/Makefile.am:
2917         
2918         Install nautilus extension into new place. See bug
2919         #505359. Thanks to Matthias Clasen, Brian Pepple and
2920         Damien Carbery.
2921
2922 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2923
2924         * shell/ev-window.c: (ev_window_get_recent_file_label):
2925         
2926         RTL marker in recent file list. See bug #509076.
2927
2928 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2929
2930         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2931         * shell/ev-window.c: (image_save_dialog_response_cb):
2932
2933         Fix compile warnings due to unused variables.
2934         
2935 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2936
2937         * configure.ac:
2938         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2939         * backend/ps/ev-spectre.c: (ps_document_render):
2940
2941         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2942
2943 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2944
2945         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2946         (ev_transition_animation_paint): Implement "fade" effect.
2947
2948 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2949
2950         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2951         (ev_transition_animation_paint): Implement "uncover" effect.
2952
2953 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2954
2955         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2956         (ev_transition_animation_paint): Implement "cover" effect.
2957
2958 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2959
2960         * shell/ev-transition-animation.c (ev_transition_animation_push)
2961         (ev_transition_animation_paint): Implement "push" effect.
2962
2963 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2964
2965         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2966         (ev_transition_animation_paint): Implement "dissolve" effect.
2967
2968 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2969
2970         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2971         (ev_transition_animation_paint): Implement "wipe" effect.
2972
2973 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2974
2975         * shell/ev-transition-animation.c (ev_transition_animation_box)
2976         (ev_transition_animation_paint): Implement "box" effect.
2977
2978 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2979
2980         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2981         (ev_transition_animation_paint): Implement "blinds" effect.
2982
2983 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2984
2985         * shell/ev-transition-animation.c (ev_transition_animation_split)
2986         (ev_transition_animation_paint): Implement "split" effect.
2987
2988 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2989
2990         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2991         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2992         (ev_view_transition_animation_start) 
2993         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2994         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2995         (ev_view_next_page) (ev_view_previous_page):
2996         
2997         Use EvTransitionAnimation to drive page changes in the presentation
2998         mode, the animation will wait to start until both the origin and 
2999         destination page surfaces are available. Fixes #458460.
3000
3001         (draw_loading_text):
3002
3003         Remove workaround for bug #320352, it's now fixed properly.
3004
3005
3006 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3007
3008         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
3009         will contain the implementations for page transition animations, at
3010         the moment it just has the "replace" effect.
3011         * shell/Makefile.am: Added these files to build.
3012
3013 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3014
3015         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
3016         animations.
3017         * shell/Makefile.am: Added these files to build.
3018
3019 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3020
3021         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
3022         implementation to get_effect() in EvDocumentTransitionIface.
3023
3024 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3025
3026         * libdocument/ev-transition-effect.[ch]: New files, define a page
3027         transition effect, at the moment it maps PopplerPageTransition to a
3028         GObject.
3029         * libdocument/Makefile.am: Added these files to build.
3030         * libdocument/ev-document-transition.[ch]
3031         (ev_document_transition_get_effect): New method, gets the
3032         EvTransitionEffect returned by the interface implementation, with
3033         fallback to the "replace" effect.
3034
3035 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
3036
3037         * configure.ac:
3038         * cut-n-paste/Makefile.am:
3039         * cut-n-paste/fileformatchooser/Makefile.am:
3040         * cut-n-paste/fileformatchooser/egg-macros.h:
3041         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
3042         * shell/Makefile.am:
3043         * shell/ev-window.c: (image_save_dialog_response_cb),
3044         (ev_view_popup_cmd_save_image_as):
3045
3046         Allow exporting images in any format supported by
3047         GdkPixbuf. Fixes bug #500209.
3048         
3049 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3050
3051         * backend/pixbuf/pixbuf-document.c:
3052
3053         More warnings fixed.
3054         
3055 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3056
3057         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3058         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3059         * backend/djvu/djvu-text.h:
3060         * backend/tiff/tiff-document.c: (tiff_document_render):
3061
3062         Fix compile warnings.
3063         
3064 2007-12-28  Christian Persch  <chpe@gnome.org>
3065
3066         * **/*.c: Include config.h. Bug #504721.
3067
3068 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * configure.ac:
3071         * Makefile.am:
3072         * po/POTFILES.in:
3073         * backend/comics/Makefile.am:
3074         * backend/comics/comics-document.[ch]:
3075         * backend/comics/comicsdocument.evince-backend.in:
3076         * backend/djvu/Makefile.am:
3077         * backend/djvu/djvu-document.[ch]:
3078         * backend/djvu/djvudocument.evince-backend.in:
3079         * backend/dvi/Makefile.am:
3080         * backend/dvi/dvi-document.[c]:
3081         * backend/dvi/dvidocument.evince-backend.in:
3082         * backend/impress/Makefile.am:
3083         * backend/impress/impress-document.[ch]:
3084         * backend/impress/impressdocument.evince-backend.in:
3085         * backend/pdf/Makefile.am:
3086         * backend/pdf/ev-poppler.cc:
3087         * backend/pdf/ev-poppler.h:
3088         * backend/pdf/pdfdocument.evince-backend.in:
3089         * backend/pixbuf/Makefile.am:
3090         * backend/pixbuf/pixbuf-document.[ch]:
3091         * backend/pixbuf/pixbufdocument.evince-backend.in:
3092         * backend/ps/Makefile.am:
3093         * backend/ps/ev-spectre.[ch]:
3094         * backend/ps/ps-document.[ch]:
3095         * backend/ps/psdocument.evince-backend.in:
3096         * backend/tiff/Makefile.am:
3097         * backend/tiff/tiff-document.[ch]:
3098         * backend/tiff/tiffdocument.evince-backend.in:
3099         * libdocument/Makefile.am:
3100         * libdocument/ev-backends-manager.[ch]:
3101         * libdocument/ev-module.[ch]:
3102         * libdocument/ev-document.h:
3103         * libdocument/ev-document-factory.[ch]:
3104         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3105         (get_compression_from_mime_type), (get_document_from_uri),
3106         (ev_document_factory_get_document), (file_filter_add_mime_types),
3107         (ev_document_factory_add_filters):
3108         * shell/Makefile.am:
3109         * shell/ev-window-title.c: (get_filename_from_uri):
3110         * shell/main.c: (main):
3111         * thumbnailer/Makefile.am:
3112         * thumbnailer/evince-thumbnailer.c: (main):
3113
3114         Plugin system for backends. Fixes bug #351348.
3115         
3116 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3117
3118         * shell/ev-view-private.h:
3119         * shell/ev-view.c: (ev_view_drag_update_momentum),
3120         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3121         (ev_view_button_release_event), (ev_view_destroy):
3122         
3123         Kinetic scrolling implemented as requested in
3124         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3125
3126 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3127
3128         * data/evince-toolbar.xml:
3129         * data/evince-ui.xml:
3130         * shell/ev-view-private.h:
3131         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3132         (ev_view_button_press_event), (ev_view_motion_notify_event),
3133         (ev_view_button_release_event), (ev_view_init),
3134         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3135         (ev_view_set_cursor):
3136         * shell/ev-view.h:
3137         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3138         (ev_window_cmd_view_autoscroll):
3139         
3140         Autoscroll feature with the context menu. Fixes bug 
3141         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3142
3143 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3146
3147         Disconnect also page-ready signal when removing a job because the
3148         page size has changed. Thanks to kripken
3149         <kripkensteiner@gmail.com>.
3150
3151 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3152
3153         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3154         
3155         Scroll pages in page entry with mouse wheel. Fixes bug
3156         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3157
3158 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3159
3160         * backend/dvi/Makefile.am:
3161         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3162         (mdvi_cairo_device_init):
3163         * backend/dvi/mdvi-lib/common.h:
3164         * backend/dvi/mdvi-lib/mdvi.h:
3165         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3166         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3167         (mdvi_build_path_from_cwd):
3168
3169         Add ps specials support in dvi backend when libspectre is
3170         present. Fixes bug #386005.
3171         
3172 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3173
3174         * configure.ac:
3175         * backend/ps/Makefile.am:
3176         * backend/ps/ev-spectre.[ch]:
3177         
3178         Use libspectre, if available, for the ps backend. Fixes bugs
3179         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3180
3181 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3182         
3183         * backend/comics/comics-document.c: (comics_document_load):
3184         
3185         Cygwin build issue fix.
3186
3187 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3188
3189         * shell/ev-view.c: (ev_view_set_zoom):
3190
3191         Do not limit the minimum zoom factor when sizing mode is best bit
3192         or fit width. Fixes bug #503805.
3193         
3194 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3195
3196         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3197         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3198         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3199         (ev_link_dest_get_property), (ev_link_dest_set_property),
3200         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3201         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3202         (ev_link_dest_new_fitr):
3203         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3204         (goto_fith_dest), (goto_xyz_dest):
3205
3206         Do not change left, top and zoom values when they are null in PDF
3207         destinations. Fixes bug #460658.
3208         
3209 2007-12-10  Christian Persch  <chpe@gnome.org>
3210
3211         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3212         (ev_view_accessible_class_init),
3213         (ev_view_accessible_idle_do_action),
3214         (ev_view_accessible_action_do_action),
3215         (ev_view_accessible_action_get_description),
3216         (ev_view_accessible_action_set_description),
3217         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3218         (ev_view_accessible_factory_init),
3219         (ev_view_accessible_factory_get_accessible_type):
3220         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3221         private data, and G_DEFINE_TYPE. Bug #502843.
3222
3223 2007-12-08  Christian Persch  <chpe@gnome.org>
3224
3225         * shell/ev-metadata-manager.c: (item_free),
3226         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3227         (value_free), (parse_value), (parseItem),
3228         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3229         (save_values): Use GSlice to allocate small amounts of memory. Bug
3230         #475972.
3231
3232 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3233
3234         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3235
3236         Restore cursor to normal after a drag operation. Fixes bug
3237         #501603.
3238         
3239 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3240
3241         * NEWS:
3242         * configure.ac:
3243         
3244         Update for release 2.21.1
3245
3246 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3247
3248         * configure.ac:
3249         * cut-n-paste/gedit-message-area/Makefile.am:
3250         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3251         * shell/Makefile.am:
3252         * shell/ev-message-area.[ch]:
3253         * shell/ev-window.c: (ev_window_set_message_area),
3254         (ev_window_error_message_response_cb), (ev_window_error_message),
3255         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3256         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3257         (ev_attachment_popup_cmd_open_attachment),
3258         (attachment_save_dialog_response_cb), (ev_window_set_document),
3259         (ev_window_init):
3260
3261         Use a message area instead of a popup dialog for error
3262         notifications. Fixes bug #337495.
3263         
3264 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3265
3266         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3267         (ev_window_run_fullscreen):
3268
3269         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3270         
3271 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3272
3273         * ev-sidebar-thumbnails.c: (update_visible_range),
3274         (ev_sidebar_thumbnails_refresh),
3275         (ev_sidebar_thumbnails_set_document),
3276         (ev_sidebar_thumbnails_support_document):
3277
3278         Show thumbnails for documents with one page. Fixes bug #358751.
3279         
3280 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * shell/ev-window.c:
3283         (ev_window_load_print_settings_from_metadata),
3284         (ev_window_save_print_settings), (ev_window_print_finished),
3285         (ev_window_print_range):
3286
3287         Print settings that are specific to the document are now saved per
3288         document in the metadata file. Fixes bug #488806.
3289         
3290 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3291
3292         * backend/tiff/tiff-document.c: (tiff_document_render):
3293
3294         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3295         
3296 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * shell/ev-application.[ch]: (get_find_string_from_args),
3299         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3300         (ev_application_open_uri_list):
3301         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3302         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3303         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3304         (ev_window_cmd_recent_file_activate),
3305         (ev_window_open_recent_action_item_activated),
3306         (ev_window_print_send), (open_remote_link):
3307         * shell/main.c: (arguments_parse):
3308
3309         Add a command line option for search. Fixes bug #497710.
3310         
3311 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3312
3313         * shell/ev-jobs.c: (ev_job_print_new):
3314
3315         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3316         
3317 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3318
3319         * data/evince-toolbar.xml:
3320         * shell/Makefile.am:
3321         * shell/ev-application.c: (ev_application_init):
3322         * shell/ev-open-recent-action.[ch]:
3323         * shell/ev-window.c:
3324         (ev_window_open_recent_action_item_activated),
3325         (register_custom_actions):
3326
3327         Add an expander to the open toolbar item which pops up a dropdown
3328         menu with the recently used documents. Fixes bug #487215.
3329         
3330 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3331
3332         * shell/ev-window.c: (ev_window_open_uri),
3333         (ev_window_cmd_view_reload):
3334
3335         Do not jump to the first page when reloading by running evince
3336         from the command line. Fixes bug #490847.
3337         
3338 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3339
3340         * shell/ev-window.c: (ev_window_cmd_help_contents):
3341
3342         Plugged memory leak when help file is not found. Fixes bug
3343         #490762.
3344         
3345 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3346
3347         * configure.ac:
3348
3349         Enable djvu, dvi and comics backends by default. Fixes bug
3350         #437121.
3351         
3352 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3353
3354         * configure.ac:
3355         * cut-n-paste/Makefile.am:
3356         * cut-n-paste/recent-files/*: Removed
3357         * help/reference/Makefile.am:
3358         * shell/Makefile.am:
3359         * shell/ev-application.[ch]: (ev_application_shutdown),
3360         (ev_application_init):
3361         * shell/ev-window.c: (ev_window_add_recent),
3362         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3363
3364         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3365         
3366 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3367
3368         * shell/ev-window.c: (launch_external_uri):
3369
3370         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3371         and report error if the URL is not supported (#489910).
3372
3373 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3374
3375         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3376         (pdf_document_file_exporter_begin_page),
3377         (pdf_document_file_exporter_end_page):
3378
3379         Fix printing with poppler splash backend. Fixes bug #489774.
3380         
3381 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3382
3383         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3384         * shell/ev-print-job.c: (ev_print_job_class_init):
3385
3386         Fix a crash when printing with the gnome-print dialog. Fixes bug
3387         #488939.
3388         
3389 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3390
3391         * backend/pixbuf/pixbuf-document.c:
3392
3393         Fix an implicit function definition warning (#487655)
3394
3395 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3396
3397         * shell/ev-window.c:
3398
3399         Fix conflicting shortcut for view sade pane and presentation.
3400         
3401 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3402
3403         * backend/pdf/ev-poppler.cc:
3404         (pdf_document_file_exporter_begin_page),
3405         (pdf_document_file_exporter_do_page),
3406         (pdf_document_file_exporter_end_page),
3407         (pdf_document_file_exporter_iface_init):
3408         * libdocument/ev-file-exporter.[ch]:
3409         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3410         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3411         (ev_job_print_run):
3412
3413         When printing multiple pages per sheet in reverse option, do not
3414         invert the order of the pages in every sheet, but the order of the
3415         sheets. Do not print blank pages when page range is invalid. Fixes
3416         bugs #484857 and #485521.
3417         
3418 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3419
3420         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3421         (ev_job_print_run):
3422         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3423
3424         Respect ranges order when printing more than one range in random
3425         order.
3426         
3427 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3428
3429         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3430         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3431
3432         Rotate also the window icon when document is rotated. Fixes bug
3433         #474681.
3434         
3435 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3436
3437         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3438         (pdf_document_forms_get_form_fields):
3439
3440         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3441         Matthias Drochner.
3442         
3443 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3444
3445         * configure.ac:
3446         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3447
3448         Use poppler_page_render_for_printing() instead of
3449         poppler_page_render() if available when exporting to a ps or pdf
3450         file. Fixes bug #476627.
3451         
3452 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3453
3454         * shell/ev-window.c: (ev_window_run_fullscreen):
3455
3456         Do not show the toolbar in fullscreen mode if the main toolbar is
3457         not visible. Fixes bug #483048.
3458         
3459 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3460
3461         * shell/ev-view.c: (ev_view_button_press_event):
3462
3463         Give priority to form fields over images when deciding whether a
3464         button press event is over an image or form field. It allows edit
3465         form fields when they are over a background image. Fixes bug
3466         #477841.
3467         
3468 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3469
3470         * NEWS:
3471         * configure.ac:
3472         
3473         Update for release 2.20.0
3474
3475 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3476
3477         * backend/pdf/ev-poppler.cc:
3478
3479         Remove #ifdef HAVE_FORMS, so that forms support works again.
3480
3481 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3482
3483         * configure.ac:
3484         * data/evince.desktop.in.in:
3485         
3486         Fixes desktop file issues. See bug #473471.
3487
3488 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3489
3490         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3491         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3492         (ev_job_queue_remove_job):
3493         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3494         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3495         * shell/ev-window.c: (ev_window_clear_save_job),
3496         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3497         (ev_window_dispose):
3498
3499         Move save a copy task to its own job so that it's carried out in a
3500         thread avoiding another lock in the main thread. Use
3501         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3502         can be saved to a pathin another file system. Fixes bug #456891.
3503         
3504 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3505
3506         * NEWS:
3507         * configure.ac:
3508         
3509         Update for release 2.19.92
3510
3511 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3512
3513         * configure.ac:
3514         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3515         (pdf_selection_get_selection_region),
3516         (pdf_selection_get_selection_map),
3517         (ev_form_field_from_poppler_field):
3518
3519         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3520         and triple click selections are enabled again now.
3521
3522 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3523
3524         * shell/ev-window.c: (ev_window_add_history):
3525
3526         Make sure not to use the history with documents not supporting
3527         links. Fixes bug #468954.
3528
3529 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3530
3531         * shell/ev-window.c: (ev_window_load_job_cb):
3532
3533         Restart the search when reloading a document with the find bar
3534         visible. Fixes bug #461962.
3535
3536 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * shell/ev-window.c: (setup_document_from_metadata),
3539         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3540
3541         Do not jump to the first page when reloading a document from the
3542         last page.
3543
3544 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3545
3546         * shell/ev-window.c: (update_chrome_flag),
3547         (setup_sidebar_from_metadata),
3548         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3549         (ev_window_cmd_edit_find_next),
3550         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3551         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3552         (find_bar_close_cb), (view_actions_focus_in_cb):
3553
3554         Do not update visibility when changing a chrome flag so that it's
3555         possible to update several flags and update visibility only once
3556         for all of them.
3557
3558 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3559
3560         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3561
3562         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3563         supported by gtk+. Fixes bug #460907.
3564
3565 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3566
3567         * shell/ev-view.c: (view_update_range_and_current_page):
3568
3569         Make sure current-page <= end-page in continuous mode. Fixes bug
3570         #454950.
3571
3572 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3573
3574         * backend/pdf/ev-poppler.cc: (build_tree):
3575
3576         Ignore outline items without a title. Fixes bug #453913.
3577
3578 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3579
3580         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3581         (ev_view_button_release_event), (ev_view_leave_notify_event):
3582
3583         Use always drag mouse cursor during a drag operation. Fixes bug
3584         #470564.
3585
3586 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3587
3588         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3589         (pdf_selection_get_selection_region),
3590         (pdf_selection_get_selection_map):
3591
3592         Temporarily disable double and triple selections since it depends on
3593         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3594         released and the update of the external dependency minimal version
3595         approved.
3596
3597 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3598
3599         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3600         (pdf_document_file_exporter_do_page):
3601         * libdocument/ev-file-exporter.h:
3602         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3603         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3604
3605         Actually fix printing regressions. Remove orientation from
3606         EvPrintContext since it's redundant.
3607
3608 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3609
3610         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3611         * backend/impress/impress-document.c:
3612         (impress_document_document_iface_init):
3613         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3614         * backend/djvu/djvu-document.c:
3615         (djvu_document_document_iface_init),
3616         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3617         * backend/tiff/tiff-document.c:
3618         (tiff_document_document_iface_init):
3619         * backend/pixbuf/pixbuf-document.c:
3620         (pixbuf_document_document_iface_init):
3621         * backend/comics/comics-document.c:
3622         (comics_document_document_iface_init):
3623         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3624         (pdf_selection_render_selection),
3625         (pdf_selection_get_selected_text),
3626         (pdf_selection_get_selection_region),
3627         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3628         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3629         (ev_selection_get_selection_region),
3630         (ev_selection_get_selection_map):
3631         * libdocument/ev-document.[ch]:
3632         * shell/ev-pixbuf-cache.[ch]: (add_job),
3633         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3634         * shell/ev-view-private.h:
3635         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3636         (ev_job_render_run):
3637         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3638         * shell/ev-view.c: (start_selection_for_event),
3639         (ev_view_button_press_event), (ev_view_drag_data_get),
3640         (ev_view_drag_data_received), (ev_view_button_release_event),
3641         (compute_new_selection_text), (compute_selections),
3642         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3643         (ev_view_primary_get_cb):
3644
3645         Add support for double and triple click selections.
3646
3647 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3648
3649         * NEWS:
3650         * configure.ac:
3651
3652         Update for release 2.19.4
3653
3654 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3655
3656         * shell/ev-view-private.h:
3657         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3658         (ev_view_set_highlight_search):
3659         * shell/ev-view.h:
3660         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3661         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3662         (find_bar_visibility_changed_cb):
3663         
3664         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3665
3666 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3667
3668         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3669         (pdf_document_file_exporter_begin),
3670         (pdf_document_file_exporter_do_page):
3671         * shell/ev-jobs.c: (ev_job_print_run):
3672         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3673
3674         Create always a portrait cairo surface and rotate when needed for
3675         landscape. It fixes printing problems in real printers.
3676
3677 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3680         * libdocument/ev-file-exporter.[ch]:
3681         (ev_file_exporter_get_capabilities):
3682         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3683         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3684
3685         Adjust number of pages per row according to page orientation when
3686         printing 2 or 6 pages per sheet.
3687
3688 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3689
3690         * shell/ev-window.c: (ev_window_print_send):
3691
3692         Reset also cups setting to 1 when printing multiple pages per
3693         sheet. Fixes bug #468853.
3694
3695 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3696
3697         * libdocument/ev-document-misc.c:
3698         (ev_document_misc_surface_rotate_and_scale):
3699
3700         Use directly cairo_surface_get_content() when creating a similar
3701         surface as suggested by Jeff Muizelaar. Thanks again.
3702
3703 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3704
3705         * backend/djvu/djvu-document.c: (djvu_document_render):
3706         * backend/tiff/tiff-document.c: (tiff_document_render):
3707         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3708         * libdocument/ev-document-misc.c:
3709         (ev_document_misc_surface_from_pixbuf),
3710         (ev_document_misc_surface_rotate_and_scale):
3711
3712         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3713         creating page surfaces. Fixes bug #453123. Thank you very much to
3714         Jeff Muizelaar <jeff@infidigm.net>.
3715
3716 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3717
3718         * shell/ev-page-cache.c: (ev_page_cache_new),
3719         (ev_page_cache_get_thumbnail_size):
3720         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3721         (ev_sidebar_thumbnails_set_loading_icon):
3722
3723         Also store in page-cache the dimensions of the thumbnails so that
3724         they can be used to create the correct loading icon in the side
3725         pane. Fixes bug #466857.
3726
3727 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3728
3729         * backend/pdf/ev-poppler.cc:
3730         (pdf_document_thumbnails_get_thumbnail):
3731
3732         Fix thumbnails rotation in pdf documents that include embedded 
3733         thumbnails.
3734
3735 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3736
3737         * backend/pdf/ev-poppler.cc:
3738
3739         Don't use #ifdef in macro expansion. Some compilers don't
3740         like that. Closes bug #467042.
3741
3742 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3743
3744         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3745         
3746         Fixes memory leak in djvu backend.
3747
3748 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3749
3750         * data/icons/32x32/Makefile.am:
3751         * data/icons/32x32/actions/Makefile.am:
3752         * data/icons/32x32/actions/view-page-cont.svg:
3753         * data/icons/32x32/actions/view-page-facing.svg:
3754         * data/icons/48x48/Makefile.am:
3755         * data/icons/48x48/actions/Makefile.am:
3756         * data/icons/48x48/actions/view-page-cont.svg:
3757         * data/icons/48x48/actions/view-page-facing.svg:
3758         
3759         Icons for a new sizes.
3760
3761 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3762
3763         * shell/ev-page-cache.c: (build_height_to_page),
3764         (ev_page_cache_get_height_to_page):
3765         
3766         Fixes invalid read, see bug #466401.
3767
3768 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3769
3770         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3771         (set_drag_cursor):
3772         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3773         (configure_item_cursor), (new_pixbuf_from_widget):
3774
3775         Fix multihead problems in toolbar editor. Fixes bug #382055.
3776
3777 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3778
3779         * shell/ev-window.c: (ev_window_cmd_file_open),
3780         (ev_window_cmd_save_as):
3781
3782         Use g_get_user_special_dir when available instead of
3783         xdg_user_dir_lookup.
3784
3785 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3786
3787         * MAINTAINERS:
3788         
3789         Updated according to request on desktop-devel.
3790
3791 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3792
3793         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3794
3795         Do not use cairo_rectangle and cairo_clip since we are
3796         not using cairo_fill but cairo_paint. Use the same cairo context
3797         for every page in the same expose event.
3798
3799 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3800
3801         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3802         leak.
3803
3804 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3805
3806         * configure.ac:
3807         * NEWS:
3808
3809         Release 0.9.3
3810
3811 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3812
3813         * libdocument/ev-document-info.h:
3814         * libdocument/ev-document.h:
3815         * shell/ev-page-action.h:
3816         * shell/ev-sidebar-links.h:
3817
3818         Fix a headers problem with ev-link
3819         
3820         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3821         * shell/ev-view-private.h:
3822         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3823         (get_link_area), (ev_view_query_tooltip),
3824         (ev_view_leave_notify_event), (ev_view_destroy),
3825         (ev_view_class_init):
3826
3827         Use new gtk tooltips when available instead of ev-tooltip.
3828         
3829 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * shell/ev-window.c: (update_chrome_visibility),
3832         (ev_window_sidebar_visibility_changed_cb):
3833
3834         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3835         
3836 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3837
3838         * shell/ev-navigation-action.c:
3839         (ev_navigation_action_history_changed),
3840         (ev_navigation_action_set_history):
3841         * shell/ev-navigation-action-widget.c:
3842         (ev_navigation_action_widget_init):
3843         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3844
3845         Fix compile warnings.
3846         
3847 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3848
3849         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3850         (egg_editable_toolbar_dispose):
3851
3852         Fix memory leak.
3853         
3854 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3855
3856         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3857         (screensaver_disable_x11):
3858         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3859         * shell/ev-window.c: (presentation_set_timeout):
3860         * shell/ev-view.c: (ev_view_presentation_transition_start):
3861
3862         Use g_timeout_add_seconds instead of g_timeout_add when
3863         available.
3864         
3865 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3866
3867         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3868
3869         Set horizontal scrollbar policy to AUTOMATIC instead of
3870         NEVER. Workaround for bug #449462.
3871         
3872 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * shell/ev-jobs.c: (ev_job_render_page_ready):
3875
3876         Add page_ready callback to main loop with high priority and hold
3877         a reference to job during idle.
3878         
3879 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3880
3881         * configure.ac:
3882         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3883         (pdf_document_file_exporter_begin),
3884         (pdf_document_file_exporter_do_page),
3885         (pdf_document_file_exporter_get_capabilities):
3886         * libdocument/ev-file-exporter.h:
3887         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3888         * shell/ev-window.c: (ev_window_print_send),
3889         (ev_window_print_dialog_response_cb):
3890
3891         Allow printing multiple pages per sheet. Fixes bug #395573.
3892         
3893 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3894
3895         * shell/ev-view.c: (tip_from_link):
3896         
3897         Check for NULL, fixes bug #460862.
3898
3899 2007-07-29  Christian Persch  <chpe@gnome.org>
3900
3901         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3902         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3903         (ev_window_cmd_preview_print):
3904         
3905         Fixes bug #437681 - blocks while enumerating printers.
3906
3907 2007-07-29  Christian Persch  <chpe@gnome.org>
3908
3909         * shell/ev-window.c: (ev_window_screen_changed):
3910         
3911         Don't use deprecated gtk+ function. See bug #460909.
3912
3913 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3914
3915         * shell/ev-utils.c: (get_num_monitors):
3916         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3917
3918         Do not use display before initializing it. Remove compile
3919         warnings.
3920
3921 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3922
3923         * shell/ev-view.c: (ev_view_class_init):
3924         
3925         Unix-like hjkl bindings added. See bug #458111.
3926
3927 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3928
3929         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3930         * shell/ev-utils.h:
3931         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3932         (ev_view_update_view_size):
3933         * shell/ev-view.h:
3934         * shell/ev-window.c: (ev_window_update_actions),
3935         (setup_view_from_metadata), (ev_window_screen_changed),
3936         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3937         (zoom_control_changed_cb):
3938         * shell/ev-window.h:
3939         
3940         Reorganizes utility functions.
3941
3942 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3943
3944         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3945         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3946         (add_job), (ev_pixbuf_cache_get_surface),
3947         (ev_pixbuf_cache_get_link_mapping),
3948         (ev_pixbuf_cache_get_image_mapping),
3949         (ev_pixbuf_cache_get_form_field_mapping),
3950         (ev_pixbuf_cache_get_text_mapping):
3951         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3952         (notify_page_ready), (ev_job_render_page_ready),
3953         (ev_job_render_run):
3954
3955         Add page_ready signal to notify that page is ready as soon as
3956         possible even if other page elements like links, forms, images or
3957         text mapping are not ready yet.
3958
3959 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3960
3961         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3962         (dvi_document_file_exporter_do_page),
3963         (dvi_document_file_exporter_get_capabilities),
3964         (dvi_document_file_exporter_iface_init):
3965         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3966         (ps_document_file_exporter_do_page),
3967         (ps_document_file_exporter_get_capabilities),
3968         (ps_document_file_exporter_iface_init):
3969         * backend/djvu/djvu-document.c:
3970         (djvu_document_file_exporter_begin),
3971         (djvu_document_file_exporter_end),
3972         (djvu_document_file_exporter_get_capabilities),
3973         (djvu_document_file_exporter_iface_init):
3974         * backend/tiff/tiff-document.c:
3975         (tiff_document_file_exporter_begin),
3976         (tiff_document_file_exporter_get_capabilities),
3977         (tiff_document_document_file_exporter_iface_init):
3978         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3979         (pdf_document_file_exporter_do_page),
3980         (pdf_document_file_exporter_get_capabilities),
3981         (pdf_document_file_exporter_iface_init):
3982         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3983         (ev_file_exporter_get_capabilities):
3984         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3985         (idle_print_handler), (ev_print_job_print):
3986         * shell/ev-jobs.c: (ev_job_print_run):
3987         * shell/ev-window.c: (ev_window_print_send),
3988         (ev_window_print_range):
3989
3990         Use capabilities to know which options should be offered by the
3991         print dialog depending on the document backend.
3992
3993 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3994
3995         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3996
3997         Give priority to forms over text to set the cursor.
3998
3999 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4000
4001         * shell/ev-view-private.h:
4002         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
4003         (ev_view_leave_notify_event), (ev_view_finalize),
4004         (ev_view_get_property), (ev_view_class_init):
4005
4006         Use IBEAM cursor for text form fields and NORMAL cursor for read
4007         only fields. Remove unused status attribute.
4008
4009 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4010
4011         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4012
4013         Update region for current selected items also for checkbox
4014         buttons, since they can behave as radio buttons when they are in a
4015         set.
4016
4017 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4018
4019         * configure.ac:
4020         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4021
4022         Get max length of text form fields.
4023
4024 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4025
4026         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4027         * libdocument/ev-form-field.h:
4028         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
4029
4030         Fix build with current poppler cvs head.
4031
4032 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4033
4034         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4035         * shell/eggfindbar.c: (egg_find_bar_init):
4036
4037         Fix build with gtk+ >= 2.11.5 due to gtktooltips
4038         deprecation. Fixes bug #455667
4039
4040 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4041
4042         * NEWS:
4043         * configure.ac:
4044         
4045         Update for release 0.9.2
4046
4047 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4048
4049         * shell/ev-view.c: (ev_view_form_field_text_save),
4050         (ev_view_form_field_choice_save):
4051
4052         Fix a crash when closing whith a form widget visible.
4053
4054 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4055
4056         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4057
4058         Update also the region of the current selected button when
4059         clicking on another button if they are radio buttons.
4060
4061 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4064         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4065         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4066         (ev_pixbuf_cache_get_link_mapping),
4067         (ev_pixbuf_cache_get_image_mapping),
4068         (ev_pixbuf_cache_get_form_field_mapping),
4069         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4070         * shell/ev-view.c: (ev_view_form_field_get_region),
4071         (ev_view_form_field_button_create_widget),
4072         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4073         (job_finished_cb):
4074
4075         Redraw only form field region instead of the whole page when
4076         reloading a page to show changes on the form field.
4077
4078 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4079
4080         * shell/ev-view.c: (ev_view_form_field_choice_save):
4081
4082         Fix selection of first item in list form fields.
4083
4084 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4085
4086         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4087         (ev_pixbuf_cache_reload_page),
4088         (ev_pixbuf_cache_get_form_field_mapping):
4089
4090         Some refactoring to avoid duplicated code.
4091
4092 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4093
4094         * configure.ac:
4095         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4096         (ev_form_field_from_poppler_field),
4097         (pdf_document_forms_get_form_fields),
4098         (pdf_document_forms_form_field_text_get_text),
4099         (pdf_document_forms_form_field_text_set_text),
4100         (pdf_document_forms_form_field_button_set_state),
4101         (pdf_document_forms_form_field_button_get_state),
4102         (pdf_document_forms_form_field_choice_get_item),
4103         (pdf_document_forms_form_field_choice_get_n_items),
4104         (pdf_document_forms_form_field_choice_is_item_selected),
4105         (pdf_document_forms_form_field_choice_select_item),
4106         (pdf_document_forms_form_field_choice_toggle_item),
4107         (pdf_document_forms_form_field_choice_unselect_all),
4108         (pdf_document_forms_form_field_choice_set_text),
4109         (pdf_document_forms_form_field_choice_get_text),
4110         (pdf_document_document_forms_iface_init):
4111         * libdocument/Makefile.am:
4112         * libdocument/ev-form-field.[ch]:
4113         * libdocument/ev-document-forms.[ch]:
4114         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4115         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4116         (add_job), (ev_pixbuf_cache_reload_page),
4117         (ev_pixbuf_cache_get_form_field_mapping):
4118         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4119         * shell/ev-view-private.h:
4120         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4121         (ev_view_handle_cursor_over_xy),
4122         (ev_view_get_form_field_at_location),
4123         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4124         (ev_view_form_field_button_create_widget),
4125         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4126         (ev_view_form_field_text_create_widget),
4127         (ev_view_form_field_choice_save),
4128         (ev_view_form_field_choice_changed),
4129         (ev_view_form_field_choice_create_widget),
4130         (ev_view_handle_form_field), (ev_view_size_allocate),
4131         (ev_view_realize), (draw_end_presentation_page),
4132         (ev_view_button_press_event), (ev_view_remove_all),
4133         (ev_view_motion_notify_event), (ev_view_key_press_event),
4134         (ev_view_enter_notify_event), (highlight_find_results),
4135         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4136         (ev_view_class_init), (page_changed_cb),
4137         (on_adjustment_value_changed), (ev_view_set_presentation),
4138         (merge_selection_region), (ev_view_set_cursor),
4139         (ev_view_reset_presentation_state):
4140         
4141         Merge evince-forms branch.
4142
4143 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4144
4145         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4146
4147         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4148         This script also updates itself from libegg
4149
4150         * cut-n-paste/toolbar-editor/egg*:
4151         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4152         libegg
4153
4154 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4155
4156         * shell/ev-window.c:
4157         
4158         Adds a nice icon to page action during toolbar editing.
4159         See bug #452872.
4160
4161 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4162
4163         * data/evince-toolbar.xml:
4164         * shell/ev-window.c:
4165         
4166         Let user add a presentation and fullscreen icons on toolbar.
4167         See bug #449734.
4168
4169 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4170
4171         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4172
4173         new script to keep in sync with toolbareditor in libegg
4174
4175         * cut-n-paste/toolbar-editor/*: 
4176
4177         Run update-toolbareditor-from-libegg so we are in sync again. 
4178         Fixes bug #452850.
4179         
4180
4181 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4182
4183         * shell/ev-sidebar-links.c: (job_finished_callback):
4184
4185         Do not connect selection changed signal more than once. Fixes bug
4186         #349433.
4187
4188 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4189
4190         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4191
4192         Do not change sidebar chrome flag when pressing F9 key in
4193         presentation mode.
4194
4195 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4196
4197         * backend/pdf/ev-poppler.cc:
4198         (pdf_document_thumbnails_get_dimensions):
4199
4200         Make sure thumbnails width and height is not <= 0. Fixes a crash
4201         with some pdf documents which have really small pages.
4202
4203 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4204
4205         * shell/main.c: (main):
4206
4207         Fixes program description translation issue.
4208         Bug #450148.
4209
4210 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4211
4212         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4213
4214         Do not change current page when returning from black/white mode
4215         in presentation. Fixes bug #415032.
4216
4217 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4218
4219         * NEWS:
4220         * configure.ac:
4221         
4222         Update for release 0.9.1
4223
4224 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4225
4226         * backend/dvi/dvi-document.c:
4227         (dvi_document_finalize),
4228         (dvi_document_file_exporter_format_supported),
4229         (dvi_document_file_exporter_begin),
4230         (dvi_document_file_exporter_do_page),
4231         (dvi_document_file_exporter_end),
4232         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4233         
4234         PDF exporter for dvi documents. Fixes bug #441319.
4235
4236 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4237
4238         * shell/ev-window.c: (ev_window_clear_print_job):
4239
4240         Clear gtk print job when job has finished. Fixes bug #447612.
4241
4242 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4243
4244         * shell/ev-window.c: (ev_window_print_send),
4245         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4246
4247         Add preview button to print dialog. Fixes bug #445419.
4248
4249 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4250
4251         * backend/dvi/Makefile.am:
4252         * backend/dvi/pixbuf-device.[ch]: Removed
4253         * backend/dvi/cairo-device.[ch]: Added
4254         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4255         * backend/dvi/dvi-document.c: (dvi_document_load),
4256         (dvi_document_render), (dvi_document_finalize),
4257         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4258         (dvi_document_do_color_special):
4259         * libdocument/ev-document-misc.[ch]:
4260         (ev_document_misc_pixbuf_from_surface):
4261
4262         Port dvi backend to cairo and fix a problem with colors. 
4263
4264 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4265
4266         * shell/ev-view.c: (draw_one_page):
4267
4268         Draw only visible region.
4269
4270 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4271
4272         * backend/djvu/djvu-document.c: (djvu_document_render):
4273
4274         Fix rotation in djvu backend.
4275
4276 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4277
4278         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4279         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4280         (ev_pixbuf_cache_get_image_mapping),
4281         (ev_pixbuf_cache_get_text_mapping):
4282
4283         Redraw view every time we have a new surface. Fixes bug #443587.
4284
4285 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4286
4287         * libdocument/ev-document.c: (ev_document_info_free):
4288
4289         Fix memory leaks.
4290
4291 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4292
4293         * backend/dvi/dvi-document.c: (dvi_document_render),
4294         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4295         * backend/impress/impress-document.c:
4296         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4297         (impress_document_render), (impress_document_document_iface_init),
4298         (impress_document_thumbnails_get_thumbnail):
4299         * backend/djvu/djvu-document-private.h:
4300         * backend/djvu/djvu-document.c: (djvu_document_render),
4301         (djvu_document_finalize), (djvu_document_document_iface_init),
4302         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4303         * backend/tiff/tiff-document.c: (tiff_document_render),
4304         (tiff_document_render_pixbuf),
4305         (tiff_document_document_iface_init):
4306         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4307         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4308         (pdf_selection_render_selection):
4309         * backend/comics/comics-document.c:
4310         (comics_document_render_pixbuf), (comics_document_render),
4311         (comics_document_document_iface_init):
4312         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4313         (pixbuf_document_document_iface_init):
4314         * libdocument/ev-document-misc.[ch]:
4315         (ev_document_misc_surface_from_pixbuf),
4316         (ev_document_misc_surface_rotate_and_scale):
4317         * libdocument/ev-document.[ch]: (ev_document_render):
4318         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4319         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4320         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4321         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4322         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4323         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4324         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4325         (render_finished_cb), (ev_job_render_run):
4326         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4327         (merge_selection_region):
4328
4329         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4330         and selections.
4331
4332 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4333
4334         * shell/ev-window-title.c: (ev_window_title_update):
4335
4336         Fix memory leak.
4337
4338 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4339
4340         * shell/ev-view.c: (draw_loading_text):
4341
4342         Show loading text centered. Fixes bug #433061
4343
4344 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4345
4346         * shell/ev-sidebar-thumbnails.c:
4347         (ev_sidebar_thumbnails_set_loading_icon):
4348
4349         Remove a mutex in the main thread that blocks the UI in heavy
4350         documents.
4351
4352 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4353
4354         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4355
4356         Set points_set to TRUE so that selections don't disappear after a
4357         zoom change.
4358
4359 2007-06-07  Michael Monreal  <infernux@web.de>
4360
4361         * data/icons/16x16/actions/Makefile.am:
4362         * data/icons/16x16/actions/zoom.svg:
4363         * data/icons/22x22/actions/Makefile.am:
4364         * data/icons/22x22/actions/zoom.svg:
4365         * data/icons/24x24/actions/Makefile.am:
4366         * shell/ev-stock-icons.c:
4367         * shell/ev-stock-icons.h:
4368         * shell/ev-window.c:
4369         
4370         Zoom icon artwork. See bug #444795.
4371
4372 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4373
4374         * shell/ev-metadata-manager.c: Remove extraneous function
4375         (Closes: #444386)
4376
4377 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4378
4379         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4380         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4381         (ev_metadata_manager_set), (ev_metadata_manager_save):
4382         Simplify the timeout, no need for modified anymore
4383
4384 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4385
4386         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4387         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4388         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4389         (ev_metadata_manager_save): Adapted patch from Arjan van de
4390         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4391         time, saves on power (Closes: #443851)
4392
4393 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4394
4395         * configure.ac:
4396         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4397         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4398
4399         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4400
4401 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4402
4403         * shell/ev-window.c: (ev_window_add_history):
4404
4405         Check if history is NULL
4406
4407 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4408
4409         * libdocument/ev-image.c: (ev_image_finalize):
4410         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4411         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4412         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4413         (ev_tmp_uri_unlink):
4414
4415         Add functions to delete temporary files created by evince in a safe
4416         way.
4417
4418         * shell/ev-window.c: (ev_window_clear_local_uri),
4419         (open_xfer_update_progress_callback),
4420         (save_xfer_update_progress_callback), (ev_window_save_remote),
4421         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4422         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4423         (attachment_save_dialog_response_cb),
4424         (ev_attachment_popup_cmd_save_attachment_as):
4425
4426         Allow saving a copy of a document, image or attachment to a remote
4427         location. Fixes bug #440754. 
4428
4429 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4430
4431         * configure.ac:
4432         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4433
4434         Fix build with current poppler from cvs head. 
4435
4436 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4437
4438         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4439
4440         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4441         directory exists.
4442
4443 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4444
4445         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4446         * shell/ev-window.c:
4447
4448         Change sidebar ordering. Fixes bug #439939.
4449
4450 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4451
4452         * backend/comics/Makefile.am:
4453         
4454         Fixes build with --without-libgnome.
4455
4456 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4457         
4458         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4459
4460         Update cursor and tooltip on page change and view scroll. Fixes bug
4461         #439217.
4462
4463 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4464
4465         * NEWS:
4466         * configure.ac:
4467         
4468         Update for release 0.9.0
4469
4470 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4471
4472         * backend/djvu/djvu-document-private.h:
4473         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4474         (djvu_document_finalize),
4475         (djvu_document_file_exporter_format_supported),
4476         (djvu_document_file_exporter_begin),
4477         (djvu_document_file_exporter_do_page),
4478         (djvu_document_file_exporter_end),
4479         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4480         
4481         Implemented printing with djvu. Bug #437998.
4482
4483 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4484
4485         * backend/impress/zip.c:
4486         Add missing ulong definition.
4487
4488         * backend/ps/ps-interpreter.c:
4489         Add missing headers.
4490
4491         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4492
4493 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4494
4495         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4496
4497         Add missing call to parent class dispose method. 
4498
4499 2007-05-12  Ross Burton  <ross@openedhand.com>
4500
4501         * shell/main.c:
4502         Sync keybindings manually when building without libgnome
4503         (#437925).
4504
4505 2007-05-12  Ross Burton  <ross@openedhand.com>
4506
4507         * shell/ev-window.c:
4508         Respect the screen when opening help (#437866).
4509
4510 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4511
4512         * data/evince-ui.xml:
4513         * shell/ev-application.[ch]: (get_print_settings_from_args),
4514         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4515         (ev_application_open_uri_list):
4516         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4517         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4518         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4519         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4520         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4521         (ev_window_dispose):
4522         * shell/main.c: (arguments_parse):
4523
4524         Add print button in preview mode. Fixes bug #396475. 
4525
4526 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4527
4528         * cut-n-paste/zoom-control/ephy-zoom.h:
4529         
4530         Fixes zoom level factors. See bug #408119 for details.
4531
4532 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4533
4534         * backend/comics/comics-document.c: (comics_regex_quote),
4535         (extract_argv):
4536         
4537         Correctly quote symbols. Fixes crash in the bug
4538         #415370.
4539
4540 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4541
4542         * shell/ev-navigation-action-widget.c:
4543         (ev_navigation_action_widget_init),
4544         (ev_navigation_action_widget_class_init),
4545         (ev_navigation_action_widget_button_press_event):
4546         
4547         Connect to button-press event on correct widget. Fixes
4548         bug #431988
4549
4550 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4551
4552         * shell/ev-application.c: (ev_application_open_window),
4553         (ev_application_add_icon_path_for_screen),
4554         (ev_application_open_uri_at_dest):
4555         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4556         * shell/ev-navigation-action.c: (build_menu):
4557         
4558         Add app-specific icons to our icon theme. Fixes bug
4559         #425508.
4560
4561 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4562
4563         * shell/ev-history.c: (ev_history_class_init),
4564         (ev_history_add_link):
4565         * shell/ev-history.h:
4566         * shell/ev-navigation-action.c:
4567         (ev_navigation_action_history_changed),
4568         (ev_navigation_action_set_history), (build_menu),
4569         (ev_navigation_action_finalize):
4570         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4571         
4572         Make navigation action unsensitive instead of showing
4573         menu with unsensitive word. Fixes bug #417392.
4574
4575 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4576
4577         * shell/ev-application.[ch]: (ev_application_shutdown),
4578         (ev_application_get_print_settings),
4579         (ev_application_set_print_settings):
4580         * shell/ev-window.c:
4581
4582         Remember print settings. Fixes bug #349102. 
4583
4584 2007-05-08  Christian Persch  <chpe@gnome.org>
4585
4586         * configure.ac:
4587         * properties/ev-properties-view.c:
4588
4589         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4590         Bug #382438.
4591
4592 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4593
4594         * configure.ac:
4595         * properties/ev-properties-view.c: (ev_regular_paper_size):
4596
4597         Use gtk+ builtin paper list to identify the document's paper size.
4598         Fixes bug #382438. 
4599
4600 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4601
4602         * configure.ac:
4603
4604         Fix build when compiling with thumbnailer and libgnome support. 
4605
4606 2007-05-04  Ross Burton  <ross@openedhand.com>
4607
4608         * configure.ac:
4609         Add --without-libgnome, check for libgnome and libgnomeui
4610         separately, and add them to the symbols as required.
4611
4612         * libdocument/ev-file-helpers.c:
4613         When building without libgnome, use g_get_user_config_dir instead
4614         of gnome_user_dir_get.
4615
4616         * shell/ev-application.c:
4617         When building without libgnome, don't use session management.
4618
4619         * shell/main.c:
4620         When building without libgnome, don't use GnomeProgram or
4621         initialise the authentication manager.
4622
4623         This fixes #328842.
4624
4625 2007-05-04  Ross Burton  <ross@openedhand.com>
4626
4627         * shell/ev-window.c:
4628         Don't use libgnome to open help, instead call Yelp directly.
4629
4630 2007-05-04  Ross Burton  <ross@openedhand.com>
4631
4632         * shell/ev-sidebar-attachments.c:
4633         Don't use libgnome to lookup icons for MIME types, instead copy
4634         code from GTK+ to do it manually.
4635
4636 2007-05-04  Ross Burton  <ross@openedhand.com>
4637
4638         * configure.ac:
4639         Add libxml to the dependencies for SHELL_CORE (#435818).
4640
4641 2007-05-02  Ross Burton  <ross@openedhand.com>
4642
4643         * configure.ac:
4644         * Makefile.am:
4645         Add --disable-thumbnailer (#434825)
4646
4647 2007-05-02  Ross Burton  <ross@openedhand.com>
4648
4649         * shell/ev-window.c:
4650         Add missing includes, fix indentation.
4651
4652         * shell/main.c:
4653         Fix indentation.
4654
4655 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4656
4657         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4658         ev_application_open_uri_at_dest instead of ev_application_open_uri
4659         preventing new document always being opened in a new window even if there
4660         is an empty window.
4661
4662 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4663
4664         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4665         (egg_recent_view_uimanager_finalize):
4666         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4667         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4668         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4669         (ev_pixbuf_cache_dispose):
4670         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4671         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4672         
4673         Add missing chain to parent class methods. Fixes
4674         bug #433128.
4675
4676 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4677
4678         * data/Makefile.am (update-icon-cache): Updates
4679         gtk-update-icon-cache in uninstall-hook.
4680
4681 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4682
4683         * shell/ev-window.c: (ev_window_setup_document),
4684         (ev_window_set_document), (ev_window_load_job_cb):
4685         * shell/ev-view.c: (setup_caches):
4686         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4687
4688         Start rendering pages before any other jobs. 
4689
4690 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4691
4692         * shell/ev-window.c: (ev_window_stop_fullscreen),
4693         (ev_window_stop_presentation):
4694
4695         Update chrome visibility before window unfullscreen. 
4696
4697 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4698
4699         * data/Makefile.am:
4700         * data/evince-ui.xml:
4701         * shell/ev-stock-icons.[ch]:
4702         * shell/ev-application.[ch]: (ev_application_shutdown),
4703         (ev_application_init), (ev_application_get_toolbars_model):
4704         * shell/ev-window.c: (update_chrome_visibility),
4705         (fullscreen_toolbar_setup_item_properties),
4706         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4707         (ev_window_run_presentation), (ev_window_stop_presentation),
4708         (ev_window_run_preview), (ev_window_screen_changed),
4709         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4710         (ev_window_dispose), (ev_window_init):
4711
4712         Make fullscreen toolbar always visible. Do not use egg toolbars for
4713         fullscreen and preview modes since such toolbars are not editables.
4714         Fixes bugs #300278, #338910 and #316188.  
4715
4716 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4717
4718         * shell/ev-application.c:
4719         * shell/ev-job-queue.c:
4720         * shell/ev-metadata-manager.c:
4721         * shell/ev-stock-icons.c:
4722         * shell/ev-window.c:
4723         * shell/main.c:
4724         
4725         Developers documentation updated.
4726
4727 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4728
4729         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4730
4731         Check whether uri is valid before launching it. Fixes bug #427664.
4732
4733 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4734
4735         * shell/ev-window.c:
4736
4737         Change key accelerator for Open a Copy menu entry which is in conflict
4738         with Close. Fixes bug #427321.
4739
4740 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4741
4742         * NEWS:
4743         * configure.ac:
4744         
4745         Update for release 0.8.1
4746
4747 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4748
4749         * shell/ev-window.c: (setup_size_from_metadata):
4750         
4751         Do not make window bigger than screen. Fixes bug 
4752         #388985.
4753
4754 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4755
4756         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4757         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4758
4759         Use default resolution when it's not provided by document. Fixes bug
4760         #408762.
4761
4762 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4763
4764         * configure.ac:
4765         * thumbnailer/Makefile.am:
4766         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4767         * thumbnailer/evince-thumbnailer.schemas.in:
4768         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4769
4770         Add support for ps, eps and compressed documents thumbnails. Do not
4771         ignore size parameter. 
4772
4773 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4774
4775         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4776         (dvi_document_do_color_special):
4777         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4778
4779         Implement font color specials in the DVI backend. Fixes bug #303651.
4780
4781 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4782
4783         Fixup the previous commit:
4784
4785         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4786         * shell/xdg-user-dir-lookup.c: Make the function non-static
4787         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4788
4789 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4790
4791         * shell/ev-window.c (file_open_dialog_response_cb): Use
4792         the xdg-user-dirs DOCUMENTS folder as default folder when
4793         opening a file chooser.  (#424858)
4794
4795         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4796         xdg-user-dirs.
4797
4798 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4799
4800         * shell/ev-window.c: (ev_window_load_job_cb):
4801
4802         Do not setup view from metadata on preview mode. 
4803
4804 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4805
4806         * shell/main.c:
4807
4808         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4809
4810 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4811
4812         * shell/ev-view.c: (ev_view_primary_get_cb):
4813
4814         Check pointer != NULL before using it. Fixes bug #416841. 
4815
4816 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4817
4818         * NEWS:
4819         * configure.ac:
4820         
4821         Release 0.8.0
4822
4823 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4824
4825         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4826
4827         Do not render thumbnails when sidebar thumbnail page is not visible
4828         at startup. Fixes bug #416447. 
4829
4830 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4831
4832         * data/evince.desktop.in.in:
4833
4834         "Application" is not a valid category in the freedesktop specification.
4835
4836 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4837
4838         * libdocument/ev-file-helpers.[ch]: (compression_run),
4839         (ev_file_uncompress), (ev_file_compress):
4840         * shell/ev-window.c: (file_save_dialog_response_cb):
4841
4842         Save document compressed when saving a copy of a compressed document.
4843         Fixes bug #334542.
4844
4845 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4846
4847         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4848
4849         Allow deleting in goto window entry in presentation mode. 
4850
4851 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4852
4853         * Makefile.am: Dist MAINTAINERS.
4854
4855 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4856
4857         * shell/ev-window.c: (ev_window_update_actions):
4858
4859         Fix zoom shortcut keys when searching. Fixes bug #409828.
4860
4861 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4862
4863         * shell/ev-window.c: (ev_window_setup_document):
4864
4865         Fix crash when loading documents with only one page. 
4866
4867 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4868
4869         * backend/dvi/dvi-document.c:
4870         (dvi_document_thumbnails_get_dimensions),
4871         (dvi_document_thumbnails_get_thumbnail):
4872         * backend/impress/impress-document.c:
4873         (impress_document_thumbnails_get_thumbnail),
4874         (impress_document_thumbnails_get_dimensions):
4875         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4876         (ps_document_thumbnails_get_dimensions):
4877         * backend/djvu/djvu-document.c:
4878         (djvu_document_thumbnails_get_dimensions),
4879         (djvu_document_thumbnails_get_thumbnail):
4880         * backend/tiff/tiff-document.c:
4881         (tiff_document_thumbnails_get_thumbnail),
4882         (tiff_document_thumbnails_get_dimensions):
4883         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4884         (pdf_document_thumbnails_get_thumbnail),
4885         (pdf_document_thumbnails_get_dimensions):
4886         * backend/comics/comics-document.c:
4887         (comics_document_thumbnails_get_thumbnail),
4888         (comics_document_thumbnails_get_dimensions):
4889         * backend/pixbuf/pixbuf-document.c:
4890         (pixbuf_document_thumbnails_get_thumbnail),
4891         (pixbuf_document_thumbnails_get_dimensions):
4892         * libdocument/ev-document-thumbnails.[ch]:
4893         (ev_document_thumbnails_get_thumbnail),
4894         (ev_document_thumbnails_get_dimensions):
4895         * libdocument/ev-document-misc.[ch]:
4896         (ev_document_misc_get_thumbnail_frame):
4897         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4898         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4899         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4900         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4901         (ev_sidebar_thumbnails_refresh):
4902         * shell/ev-window.c: (ev_window_setup_document):
4903         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4904
4905         Use an EvRenderContext for rendering thumbnails instead of a suggested
4906         width, so that different sized pages get sized proportionally.
4907
4908 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4909
4910         * shell/ev-view.c: (ev_view_button_press_event),
4911         (ev_view_key_press_event):
4912
4913         Fix critical warnings when there is no document loaded. 
4914
4915 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4916
4917         * shell/ev-page-action-widget.c:
4918         * shell/ev-navigation-action.c:
4919         * shell/ev-window.c:
4920
4921         Fix compile warnings. 
4922
4923 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4924
4925         * backend/djvu/djvu-text.h:
4926         * backend/djvu/djvu-document.c:
4927         * backend/djvu/djvu-text-page.c:
4928         * backend/djvu/djvu-links.c:
4929         * backend/djvu/djvu-text-page.h:
4930         * backend/djvu/djvu-text.c:
4931         
4932         Fix build on Mac. Fixes bug #392186. Patch by
4933         <ephraim_owns@hotmail.com>
4934
4935 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4936
4937         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4938
4939         Restore cairo context before rendering every page when printing a PDF
4940         document into a PDF file. 
4941
4942 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4943
4944         * backend/ps/gstypes.h:
4945         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4946         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4947         (ps_document_thumbnails_get_thumbnail):
4948
4949         Handle PostScript page orientation. Fixes bug #318568.
4950
4951 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4952
4953         * backend/ps/Makefile.am:
4954         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4955         (document_load), (ps_document_load), (save_document),
4956         (save_page_list), (ps_document_get_n_pages),
4957         (ps_document_get_page_size), (ps_document_get_info),
4958         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4959         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4960         (ps_document_thumbnails_get_thumbnail),
4961         (ps_document_thumbnails_get_dimensions),
4962         (ps_document_document_thumbnails_iface_init):
4963         * backend/ps/ps.[ch]: (psgetpagebox):
4964         * backend/ps/ps-interpreter.[ch]:
4965
4966         Add support for thumbnails in ps backend. Fixes bug #164755. 
4967
4968 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4969
4970         * NEWS:
4971         * configure.ac:
4972         
4973         Release 0.7.2
4974
4975 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4976
4977         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4978         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4979         (ev_window_dispose):
4980
4981         Use document thumbnail as window icon. Fixes bug #384442.
4982
4983 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4984
4985         * configure.ac:
4986
4987         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4988         duplicated adding application/x-bzpostscript instead. 
4989
4990 2007-02-11  Tom Parker  <palfrey@tevp.net>
4991
4992         * backend/ps/ps-document.c: (document_load):
4993
4994         Check return value of psscan before trying
4995         to use it. Fixes bug #372414.
4996
4997 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4998
4999         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5000
5001         Fix invalid free in ev-page-cache. Fixes bug #404745.
5002
5003 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5004
5005         * test/Makefile.am:
5006         * test/test3.py:
5007         
5008         Added reload test case.
5009
5010 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5011
5012         * po/POTFILES.in:
5013         * backend/djvu/djvu-document.c: (djvu_document_load):
5014
5015         Check whether there are missing files in indirect multipage djvu
5016         documents. Fixes bug #361683. 
5017
5018 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5019
5020         * test/Makefile.am:
5021         * test/test-mime.bin:
5022         * test/test3.py:
5023         
5024         Added test for slow mime type
5025
5026 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5027
5028         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5029
5030         Add some checks and call parent_class->finalize. Fixes bug #404745.
5031
5032 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5033
5034         * shell/ev-navigation-action.c: (connect_proxy):
5035         
5036         Fixes dropdown history menu. Thanks a lot Carlos!
5037
5038 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5039
5040         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
5041
5042         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5043         bug #373715.
5044
5045 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5046
5047         * backend/ps/ps.c: (psscan):
5048
5049         Fix memory leak. 
5050
5051 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5052
5053         * configure.ac:
5054         * libdocument/ev-file-helpers.c: 
5055
5056         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5057
5058 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5059
5060         * configure.ac:
5061         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5062         (ps_interpreter_start), (document_load), (save_document),
5063         (save_page_list):
5064         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5065         * libdocument/ev-document-factory.c:
5066         (ev_document_factory_get_from_mime), (get_document_from_uri),
5067         (free_uncompressed_uri), (ev_document_factory_get_document):
5068         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5069
5070         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5071
5072 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5073
5074         * libdocument/ev-document.h:
5075
5076         Fix typo in function name. 
5077
5078 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5079
5080         * backend/ps/ps-document.c: (ps_interpreter_finished),
5081         (ps_interpreter_start), (ps_interpreter_failed):
5082
5083         Handle ghostscript interpreter crashes. 
5084
5085 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5086
5087         * shell/ev-window.c: (ev_window_open_uri),
5088         (window_configure_event_cb):
5089
5090         Setup window size and position before showing it. Fixes bug #401711.
5091
5092 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5093
5094         * backend/ps/Makefile.am:
5095         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5096         (ps_document_dispose), (ps_document_class_init),
5097         (ps_interpreter_input), (ps_interpreter_output),
5098         (ps_interpreter_error), (setup_interpreter_env),
5099         (ps_interpreter_start), (ps_interpreter_stop),
5100         (ps_interpreter_failed), (ps_interpreter_is_ready),
5101         (check_filecompressed), (document_load), (ps_document_load),
5102         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5103         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5104         (render_page):
5105
5106         Rework ps-document. Code cleanups, remove deprecated code. 
5107
5108 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5109
5110         * shell/ev-view.c: (ev_view_button_press_event):
5111
5112         Do not start an image drag and drop operation when pointer is on 
5113         text, so that we can select text when the whole background is an
5114         image. 
5115
5116 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5117
5118         * shell/ev-window.c: (ev_window_update_actions): 
5119
5120         Disable all zoom related actions during presentation mode. 
5121
5122 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5123
5124         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5125
5126         Do not zoom in or out on presentation mode. Fixes bug #401305.
5127
5128 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5129
5130         * shell/ev-navigation-action.c: (connect_proxy),
5131         (create_menu_item), (ev_navigation_action_class_init):
5132         
5133         Correctly show menu and fix crash when navigaton 
5134         action is out of toolbar visible area.
5135
5136 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5137
5138         * data/Makefile.am:
5139         * data/evince.1:
5140         
5141         Added man file
5142
5143 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5144
5145         * help/reference/* :
5146         * configure.ac:
5147         
5148         Added gtk-doc based documentation for Evince.
5149         Still in initial state but I hope it will
5150         grow.
5151         
5152         * configure.ac:
5153         
5154         Lower dbus requirement to 0.70
5155
5156 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5157
5158         * shell/ev-window.c: (ev_window_add_history):
5159
5160         Fix memory leak. 
5161
5162 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5163
5164         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5165         * shell/ev-view.h:
5166         * shell/ev-window.c: (ev_window_add_history):
5167         
5168         Correctly handle named destination links
5169
5170 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5171
5172         * NOTES:
5173         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5174         * backend/pdf/ev-poppler.cc:
5175         * libdocument/ev-document-links.h:
5176         * libdocument/ev-link.c: (ev_link_get_page):
5177         * libdocument/ev-link.h:
5178         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5179         (ev_history_add_link):
5180         * shell/ev-history.h:
5181         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5182         (new_history_menu_item), (build_menu):
5183         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5184         * shell/ev-sidebar-links.c: (create_loading_model),
5185         (print_section_cb), (ev_sidebar_links_construct),
5186         (fill_page_labels), (update_page_callback_foreach),
5187         (update_page_callback), (job_finished_callback):
5188         * shell/ev-view.c: (ev_view_handle_link):
5189         * shell/ev-window.c: (ev_window_find_chapter),
5190         (ev_window_add_history), (view_handle_link_cb),
5191         (history_changed_cb):
5192         
5193         Implements another history variant
5194
5195 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5196
5197         * shell/ev-window.c: (view_external_link_cb):
5198         * shell/ev-view.c: (ev_view_button_release_event):
5199
5200         Open links in new window when clicking with middle button. 
5201
5202 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5203
5204         * shell/ev-navigation-action.c: (new_history_menu_item):
5205         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5206         * shell/ev-view.c: (ev_view_handle_link):
5207         * shell/ev-window.c:
5208         
5209         Store link before jump, not the destination. For me it 
5210         seems like more natural history behavior.
5211
5212 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5213
5214         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5215         (ev_navigation_action_class_init):
5216         * shell/ev-navigation-action.h:
5217         * shell/ev-page-action.c: (activate_cb):
5218         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5219         (ev_page_cache_set_current_page_history):
5220         * shell/ev-page-cache.h:
5221         * shell/ev-sidebar-thumbnails.c:
5222         (ev_sidebar_tree_selection_changed),
5223         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5224         * shell/ev-view-private.h:
5225         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5226         * shell/ev-view.h:
5227         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5228         (ev_window_setup_document), (ev_window_load_job_cb):
5229         * shell/ev-window.h:
5230         
5231         History finally works as expected.
5232
5233 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5234
5235         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5236
5237         Do not update links treeview if it doesn't have a model assigned yet. 
5238
5239 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5240
5241         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5242         (ev_sidebar_links_class_init), (update_page_callback):
5243
5244         Do not update links treeview when sidepane is not visible. 
5245
5246 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5247
5248         * shell/ev-marshal.list:
5249         * shell/ev-page-action.c: (activate_cb),
5250         (ev_page_action_class_init):
5251         * shell/ev-page-action.h:
5252         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5253         * shell/ev-window.c:
5254         
5255         Remove activate_link signal, not required.
5256
5257 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5258
5259         * shell/ev-navigation-action.c: (build_menu):
5260         
5261         Reorder menu items and build menu with fixed length.
5262
5263 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5264
5265         * shell/ev-view.c: (get_selected_text):
5266         
5267         Normalize text to fix ligatures problem. See bug
5268         #341947 for details.
5269
5270 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5271
5272         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5273
5274         Fix memory leak in ev-page-cache. 
5275
5276 2007-01-25  Tom Parker <palfrey@tevp.net>
5277
5278         * backend/impress/impress-document.c: (impress_document_load),
5279         (impress_document_finalize), (impress_document_init):
5280         * properties/ev-properties-main.c: (ev_properties_get_pages):
5281         
5282         Correctly handle impress document errors. Fixes nautilus
5283         crash in property page #370491.
5284
5285 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5286
5287         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5288         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5289         (ev_job_queue_remove_job):
5290         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5291         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5292         (ev_job_load_run):
5293         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5294         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5295         (ev_window_load_job_cb), (xfer_update_progress_callback),
5296         (ev_window_open_uri), (ev_window_dispose):
5297         * shell/main.c: (main):
5298
5299         Do file transfer asynchronously in the main thread instead of
5300         synchronously in the load thread. Fixes bugs #399694, #398307 and
5301         #343542.
5302
5303 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5304
5305         * shell/ev-jobs.c: (ev_job_xfer_run):
5306
5307         Load the document with the font-config lock held. 
5308
5309 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5310
5311         * backend/ps/ps-document.c: (start_interpreter):
5312
5313         Fix memory leaks in ps backend. 
5314
5315 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5316
5317         * backend/impress/impress-document.c:
5318         (impress_document_render_pixbuf):
5319
5320         Do not acquire fontconfig lock in impress backend, since it is using
5321         the main loop for rendering. 
5322
5323 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5324
5325         * po/POTFILES.in: 
5326
5327         Remove mdvi files that shouldn't be translated. 
5328
5329 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5330
5331         * shell/ev-view-private.h:
5332         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5333         (ev_view_set_zoom):
5334
5335         Render "loading..." text into a cairo surface instead of directly into
5336         the window so that fontconfig lock is only needed once and UI is not
5337         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5338
5339 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5340
5341         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5342         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5343
5344         Use icon theme associated with the window screen rather than default. 
5345
5346 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5347
5348         * configure.ac:
5349
5350         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5351
5352 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5353
5354         * data/icons/*/apps/evince.*:
5355
5356         Move Evince icons under new apps directory.
5357
5358         * data/icons/*/actions/*:
5359
5360         Add new custom themeable Evince icons: view-page-continuous, 
5361         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5362         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5363
5364         * configure.ac:
5365
5366         Add new directories to AC_CONFIG_FILES.
5367
5368         * shell/ev-stock-icons.c:
5369         * shell/ev-stock-icons.h:
5370
5371         Use new custom themeable icons.
5372
5373 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5374
5375         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5376
5377         Do not draw white background page in presentation mode. 
5378
5379 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5380
5381         * shell/ev-view.c: Remove unused gnome-vfs include.
5382
5383 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5384
5385         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5386         
5387         Format string is corrected, fixes bug #397129.
5388
5389 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5390
5391         * shell/ev-window.c: (ev_window_setup_recent):
5392
5393         Do not include in recent menu inexistent documents. Fixes
5394         bug #339171.
5395
5396 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5397
5398         * po/POTFILES.skip: 
5399
5400         Update POTFILES.skip file according to current source tree. 
5401
5402 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5403
5404         * shell/ev-window.c: (file_save_dialog_response_cb):
5405
5406         Do Save a copy in atomic way. Fixes bug #328266. 
5407
5408 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5409
5410         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5411
5412         Keep selected cell always visible in index treeview.
5413
5414 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5415         
5416         * shell/ev-view.c: (ev_view_size_allocate):
5417
5418         Restore horizontal scrollbar after switching to/from fullscreen
5419         or presentation mode. Fixes bug #331728.
5420
5421 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5422
5423         * shell/ev-view-private.h:
5424         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5425         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5426         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5427         (ev_view_can_zoom_out):
5428
5429         Use max and min scale values in the view iby taking dpi into account. 
5430
5431 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5432
5433         * configure.ac:
5434         * NEWS:
5435
5436         Release 0.7.1
5437
5438 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5439
5440         * shell/ev-window.c: (ev_window_print_send):
5441
5442         Send print job to printer with some settings set to default values,
5443         since we have already exported to a file according to such settings
5444         and they could be taken twice by some printers. 
5445
5446 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5447
5448         * shell/ev-jobs.c: (ev_job_xfer_run):
5449         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5450
5451         Show main window and load document with the font-config lock held. 
5452
5453 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5454
5455         * configure.ac:
5456         * shell/ev-application.c: (ev_application_register_service):
5457         * shell/main.c: (load_files_remote):
5458
5459         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5460
5461 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5462
5463         * doc/debugging.txt:
5464         
5465         Remove obsolete documentation.
5466
5467 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5468
5469         * Makefile.am:
5470         * backend/Makefile.am:
5471         * backend/comics/Makefile.am:
5472         * backend/djvu/Makefile.am:
5473         * backend/dvi/Makefile.am:
5474         * backend/ev-async-renderer.c:
5475         * backend/ev-async-renderer.h:
5476         * backend/ev-attachment.c:
5477         * backend/ev-attachment.h:
5478         * backend/ev-backend-marshal.c:
5479         * backend/ev-document-factory.c:
5480         * backend/ev-document-factory.h:
5481         * backend/ev-document-find.c:
5482         * backend/ev-document-find.h:
5483         * backend/ev-document-fonts.c:
5484         * backend/ev-document-fonts.h:
5485         * backend/ev-document-images.c:
5486         * backend/ev-document-images.h:
5487         * backend/ev-document-info.h:
5488         * backend/ev-document-links.c:
5489         * backend/ev-document-links.h:
5490         * backend/ev-document-misc.c:
5491         * backend/ev-document-misc.h:
5492         * backend/ev-document-security.c:
5493         * backend/ev-document-security.h:
5494         * backend/ev-document-thumbnails.c:
5495         * backend/ev-document-thumbnails.h:
5496         * backend/ev-document-transition.c:
5497         * backend/ev-document-transition.h:
5498         * backend/ev-document.c:
5499         * backend/ev-document.h:
5500         * backend/ev-file-exporter.c:
5501         * backend/ev-file-exporter.h:
5502         * backend/ev-image.c:
5503         * backend/ev-image.h:
5504         * backend/ev-link-action.c:
5505         * backend/ev-link-action.h:
5506         * backend/ev-link-dest.c:
5507         * backend/ev-link-dest.h:
5508         * backend/ev-link.c:
5509         * backend/ev-link.h:
5510         * backend/ev-render-context.c:
5511         * backend/ev-render-context.h:
5512         * backend/ev-selection.c:
5513         * backend/ev-selection.h:
5514         * backend/impress/Makefile.am:
5515         * backend/pdf/Makefile.am:
5516         * backend/pixbuf/Makefile.am:
5517         * backend/ps/Makefile.am:
5518         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5519         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5520         (start_interpreter), (stop_interpreter), (document_load),
5521         (ps_document_next_page), (render_page):
5522         * backend/tiff/Makefile.am:
5523         * comics/Makefile.am:
5524         * comics/comics-document.c:
5525         * comics/comics-document.h:
5526         * configure.ac:
5527         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5528         * djvu/Makefile.am:
5529         * djvu/djvu-document-private.h:
5530         * djvu/djvu-document.c:
5531         * djvu/djvu-document.h:
5532         * djvu/djvu-links.c:
5533         * djvu/djvu-links.h:
5534         * djvu/djvu-text-page.c:
5535         * djvu/djvu-text-page.h:
5536         * djvu/djvu-text.c:
5537         * djvu/djvu-text.h:
5538         * dvi/Makefile.am:
5539         * dvi/dvi-document.c:
5540         * dvi/dvi-document.h:
5541         * dvi/fonts.c:
5542         * dvi/fonts.h:
5543         * dvi/mdvi-lib/Makefile.am:
5544         * dvi/mdvi-lib/afmparse.c:
5545         * dvi/mdvi-lib/afmparse.h:
5546         * dvi/mdvi-lib/bitmap.c:
5547         * dvi/mdvi-lib/bitmap.h:
5548         * dvi/mdvi-lib/color.c:
5549         * dvi/mdvi-lib/color.h:
5550         * dvi/mdvi-lib/common.c:
5551         * dvi/mdvi-lib/common.h:
5552         * dvi/mdvi-lib/defaults.h:
5553         * dvi/mdvi-lib/dvimisc.c:
5554         * dvi/mdvi-lib/dviopcodes.h:
5555         * dvi/mdvi-lib/dviread.c:
5556         * dvi/mdvi-lib/files.c:
5557         * dvi/mdvi-lib/font.c:
5558         * dvi/mdvi-lib/fontmap.c:
5559         * dvi/mdvi-lib/fontmap.h:
5560         * dvi/mdvi-lib/fontsrch.c:
5561         * dvi/mdvi-lib/gf.c:
5562         * dvi/mdvi-lib/hash.c:
5563         * dvi/mdvi-lib/hash.h:
5564         * dvi/mdvi-lib/list.c:
5565         * dvi/mdvi-lib/mdvi.h:
5566         * dvi/mdvi-lib/pagesel.c:
5567         * dvi/mdvi-lib/paper.c:
5568         * dvi/mdvi-lib/paper.h:
5569         * dvi/mdvi-lib/pk.c:
5570         * dvi/mdvi-lib/private.h:
5571         * dvi/mdvi-lib/setup.c:
5572         * dvi/mdvi-lib/sp-epsf.c:
5573         * dvi/mdvi-lib/special.c:
5574         * dvi/mdvi-lib/sysdeps.h:
5575         * dvi/mdvi-lib/t1.c:
5576         * dvi/mdvi-lib/tfm.c:
5577         * dvi/mdvi-lib/tfmfile.c:
5578         * dvi/mdvi-lib/tt.c:
5579         * dvi/mdvi-lib/util.c:
5580         * dvi/mdvi-lib/vf.c:
5581         * dvi/pixbuf-device.c:
5582         * dvi/pixbuf-device.h:
5583         * impress/Makefile.am:
5584         * impress/common.h:
5585         * impress/document.c:
5586         * impress/f_oasis.c:
5587         * impress/f_oo13.c:
5588         * impress/iksemel.c:
5589         * impress/iksemel.h:
5590         * impress/imposter.h:
5591         * impress/impress-document.c:
5592         * impress/impress-document.h:
5593         * impress/internal.h:
5594         * impress/r_back.c:
5595         * impress/r_draw.c:
5596         * impress/r_geometry.c:
5597         * impress/r_gradient.c:
5598         * impress/r_style.c:
5599         * impress/r_text.c:
5600         * impress/render.c:
5601         * impress/render.h:
5602         * impress/zip.c:
5603         * impress/zip.h:
5604         * lib/Makefile.am:
5605         * lib/ev-debug.c:
5606         * lib/ev-debug.h:
5607         * lib/ev-file-helpers.c:
5608         * lib/ev-file-helpers.h:
5609         * lib/ev-gui.c:
5610         * lib/ev-gui.h:
5611         * lib/ev-tooltip.c:
5612         * lib/ev-tooltip.h:
5613         * libdocument/Makefile.am:
5614         * libdocument/ev-file-helpers.c:
5615         * pdf/Makefile.am:
5616         * pdf/ev-poppler.cc:
5617         * pdf/ev-poppler.h:
5618         * pixbuf/Makefile.am:
5619         * pixbuf/pixbuf-document.c:
5620         * pixbuf/pixbuf-document.h:
5621         * properties/Makefile.am:
5622         * ps/Makefile.am:
5623         * ps/gsdefaults.c:
5624         * ps/gsdefaults.h:
5625         * ps/gsio.c:
5626         * ps/gsio.h:
5627         * ps/gstypes.h:
5628         * ps/ps-document.c:
5629         * ps/ps-document.h:
5630         * ps/ps.c:
5631         * ps/ps.h:
5632         * shell/Makefile.am:
5633         * shell/ev-application.h:
5634         * shell/ev-sidebar-links.c:
5635         * shell/ev-sidebar-links.h:
5636         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5637         (ev_gui_menu_position_tree_selection):
5638         * shell/ev-utils.h:
5639         * shell/ev-view.c: (ev_view_finalize):
5640         * shell/ev-window.c:
5641         * shell/main.c: (main):
5642         * thumbnailer/Makefile.am:
5643         * tiff/Makefile.am:
5644         * tiff/tiff-document.c:
5645         * tiff/tiff-document.h:
5646         * tiff/tiff2ps.c:
5647         * tiff/tiff2ps.h:
5648         
5649         Reorganize source tree.
5650
5651 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5652
5653         * backend/ev-document-factory.c:
5654
5655         Do not include ev-poppler.h when pdf is disabled. 
5656
5657 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5658
5659         * configure.ac:
5660         * data/evince-ui.xml:
5661         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5662         (pdf_document_document_images_iface_init):
5663         * backend/Makefile.am:
5664         * backend/ev-document-images.[ch]:
5665         * backend/ev-image.[ch]:
5666         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5667         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5668         (ev_job_xfer_run):
5669         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5670         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5671         (ev_pixbuf_cache_get_image_mapping):
5672         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5673         (view_menu_popup_cb), (ev_window_dispose),
5674         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5675         (ev_view_popup_cmd_copy_image):
5676         * shell/ev-view-private.h:
5677         * shell/ev-view.c: (ev_view_get_image_at_location),
5678         (ev_view_do_popup_menu), (ev_view_popup_menu),
5679         (ev_view_button_press_event), (ev_view_drag_data_get),
5680         (ev_view_drag_motion), (ev_view_drag_data_received),
5681         (ev_view_motion_notify_event), (ev_view_button_release_event),
5682         (ev_view_finalize), (ev_view_class_init):
5683
5684         Add image handling support. Fixes bugs #310008 and #325047. Images
5685         selection is not supported yet. 
5686
5687 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5688
5689         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5690         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5691         (ev_view_init):
5692
5693         Move view drag and drop stuff to ev-view.
5694
5695 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5696
5697         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5698         * shell/ev-view.c: (clear_selection): 
5699
5700         Clear selection also in pixbuf cache.
5701
5702 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5703
5704         * data/evince.desktop.in.in:
5705         
5706         Change icon name in desktop file. See bug #390734
5707         for details.
5708
5709 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5710
5711         * thumbnailer/Makefile.am:
5712
5713         Use top_builddir instead top_srcdir for generated schema
5714         file installation. Fixes bug #390161.
5715
5716 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5717
5718         * configure.ac:
5719         * backend/Makefile.am:
5720         * backend/ev-document-transition.[ch]:
5721         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5722         (pdf_document_page_transition_iface_init):
5723         * shell/ev-view-private.h:
5724         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5725         (ev_view_set_presentation), (transition_next_page),
5726         (ev_view_presentation_transition_stop),
5727         (ev_view_presentation_transition_start), (ev_view_next_page):
5728
5729         Add page transition support in presentation mode. At the moment only
5730         page duration is supported, but not transition effects. Fixes bug
5731         #309815.
5732
5733 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5734
5735         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5736
5737         Run find_link_dest with document lock held, since it's called by links
5738         thread and main thread at the same time. 
5739
5740 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5741
5742         * shell/ev-view.c: (goto_dest):
5743
5744         Update page-cache when page is changed by the view, so that
5745         page-changed signal is emitted. 
5746
5747 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5748
5749         * test/test1.py:
5750         * test/test2.py:
5751
5752         Use C locale in tests. 
5753
5754 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5755
5756         * shell/ev-window.c: (ev_window_run_presentation):
5757         * shell/ev-view-private.h:
5758         * shell/ev-view.c: (ev_view_set_presentation):
5759
5760         Restore zoom settings when back from presentation mode. 
5761
5762 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5763
5764         * shell/ev-window.c: (ev_window_run_presentation):
5765
5766         Always use "best fit" zoom in presentation mode.
5767         Fixes bug #389195.
5768
5769 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5770
5771         * shell/ev-view.c: (ev_view_goto_window_create):
5772
5773         Show "Jump to page" label in the page jumping popup in
5774         presentation mode instead of just a GtkEntry.
5775
5776 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5777
5778         * shell/ev-window.c: (launch_external_uri):
5779
5780         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5781         #378085.
5782
5783 2006-12-22  Elijah Newren  <newren gmail com>
5784
5785         * configure.ac: explicitly check for libxml2.  Fixes #388795
5786
5787 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5788
5789         * shell/ev-view-private.h:
5790         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5791         (ev_view_goto_window_delete_event), (key_is_numeric),
5792         (ev_view_goto_window_key_press_event),
5793         (ev_view_goto_window_button_press_event),
5794         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5795         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5796         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5797
5798         Allow jumping to another page by typing a page number in presentation
5799         mode. It uses a popup window with an entry. Fixes bug #353625.
5800
5801 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5802
5803         * configure.ac:
5804         * properties/ev-properties-view.c: (ev_get_default_user_units),
5805         (ev_regular_paper_size):
5806         
5807         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5808         to Damien Carbery <damien.carbery@sun.com> and
5809         Yevgen Muntyan <muntyan@tamu.edu>.
5810
5811 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5812
5813         * shell/ev-window.c: (setup_document_from_metadata):
5814
5815         Make sure Evince doesn't restore the view on the last
5816         page when a document is reopened. Fixes bug #383381.
5817
5818 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5819
5820         * shell/ev-view.c: (draw_loading_text):
5821
5822         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5823
5824 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5825
5826         * configure.ac:
5827         * NEWS:
5828
5829         Release 0.7.0
5830
5831 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5832
5833         * configure.ac:
5834         * pdf/ev-poppler.cc: (pdf_print_context_free),
5835         (pdf_document_file_exporter_begin),
5836         (pdf_document_file_exporter_do_page):
5837
5838         Make cairo-pdf depedency optional. 
5839
5840 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5841
5842         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5843
5844         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5845
5846 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5847
5848         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5849         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5850         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5851         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5852         * shell/ev-view.c: (draw_loading_text):
5853         * shell/ev-window.c: (ev_window_cmd_file_properties):
5854
5855         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5856         related to using FontConfig from different threads.
5857         
5858 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5859
5860         * shell/ev-view.c: (draw_loading_text):
5861
5862         Acquire lock document when drawing "Loading..." text so that only one
5863         thread will use FontConfig at the same time. Fixes bug #374750.
5864
5865 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5866
5867         * shell/ev-page-action.[ch]: (activate_cb):
5868         * shell/ev-window.c: (activate_label_cb):
5869
5870         Check if text inserted in page entry is a valid page number when it
5871         doesn't match to any document page label. Fixes bug #383165.
5872
5873 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5874         * shell/ev-window.c:
5875
5876         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5877         available with GTK < 2.10. Added an ifdef to avoid compilation
5878         error.
5879
5880 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5881
5882         * configure.ac:
5883         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5884
5885         Fix ps backend in multihead systems.
5886
5887 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5888
5889         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5890         * shell/ev-window.c: (ev_window_get_screen_dpi),
5891         (ev_window_update_actions), (setup_view_from_metadata),
5892         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5893
5894         Take screen DPI into account when zooming. Fixes bug #318285.
5895
5896 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5897
5898         * data/Makefile.am:
5899
5900         Cleaned up/slightly refactored Makefile.am. Added GConf
5901         schemas uninstallation as well.
5902
5903 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5904
5905         * Makefile.am:
5906         * test/Makefile.am:
5907
5908         Fight with autotools to fix make check. Make distcheck
5909         works fine as well now!
5910
5911 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5912
5913         * shell/ev-view.c: (draw_end_presentation_page):
5914
5915         Corrected "end of presentation" string.
5916
5917 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5918
5919         * shell/ev-view.c: (ev_view_key_press_event):
5920
5921         Correctly propagate key press event so that up/down keys
5922         work as expected (correct behaviour was broken by
5923         black/white screen key bindings for presentations).
5924
5925 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5926
5927         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5928         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5929         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5930         (pdf_selection_get_selection_region),
5931         (pdf_selection_get_selection_map):
5932
5933         Add "static" to some private functions. 
5934
5935 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5936
5937         * lib/ev-tooltip.h:
5938         * properties/ev-properties-view.h:
5939         * shell/ev-jobs.h:
5940         * shell/ev-properties-dialog.h:
5941         * shell/ev-properties-fonts.h:
5942         * shell/ev-sidebar-links.h:
5943         * shell/ev-sidebar-thumbnails.h:
5944         * shell/ev-sidebar.h:
5945         * shell/ev-window.h:
5946         
5947         Fixes CHACK type in class casts. See bug #385343
5948         for details.
5949
5950 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5951
5952         * shell/ev-view-private.h:
5953         * shell/ev-view.c: (draw_end_presentation_page),
5954         (ev_view_expose_event), (ev_view_key_press_event),
5955         (ev_view_class_init), (ev_view_init):
5956
5957         Blank screen in presentation mode when pressing 'b' (filling with
5958         black) or 'w' (filling with white) keys. Fixes bug #358132.
5959
5960 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5961
5962         * data/evince-toolbar.xml:
5963         * shell/ev-window.c:
5964         
5965         Use stock icon for Select All action. Fixes
5966         bug #382652.
5967
5968 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5969
5970         * shell/ev-view.c: (get_doc_point_from_offset),
5971         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5972
5973         Add links support in rotated documents. Fixes bug #343733.
5974
5975 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5976
5977         * shell/ev-view-private.h:
5978         * shell/ev-view.c: (draw_end_presentation_page),
5979         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5980
5981         Show a blank page after the last page in presentation mode with a
5982         message indicating that presentation has finished and how to exit. 
5983
5984 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5985
5986         * shell/ev-window.c: (fullscreen_timeout_cb):
5987
5988         Hide cursor after a while in presentation mode. 
5989
5990 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5991
5992         * backend/ev-document-info.h:
5993         * data/evince-properties.glade:
5994         * pdf/ev-poppler.cc:
5995         * properties/ev-properties-view.c: (ev_regular_paper_size),
5996         (ev_properties_view_set_info):
5997         * ps/ps-document.c: (ps_document_get_info):
5998
5999         Adds a paper size field to the properties dialog. Fixes
6000         bug #307315. Patch by Kasper Svendsen (with some i18n
6001         changes done by me).
6002
6003 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6004
6005         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6006         (screensaver_init_dbus), (totem_scrsaver_new),
6007         (totem_scrsaver_init):
6008         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6009         * shell/ev-application.c: (ev_application_register_service),
6010         (ev_application_screensaver_enable),
6011         (ev_application_screensaver_disable):
6012         * shell/ev-application.h:
6013         * shell/ev-window.c: (ev_window_run_presentation),
6014         (ev_window_stop_presentation), (build_comments_string),
6015         (ev_window_init):
6016         
6017         Move screensaver handling to application. No more
6018         message on startup.
6019
6020 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6021
6022         * configure.ac:
6023         * backend/Makefile.am:
6024         * backend/ev-file-exporter.[ch]:
6025         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
6026         * ps/ps-document.c: (ps_document_file_exporter_*):
6027         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
6028         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6029         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6030         (ev_window_print_dialog_response_cb), (ev_window_print_range):
6031
6032         Allow printing to PDF when suppoted by the backend.
6033         
6034 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6035
6036         * shell/ev-window.c: (build_comments_string):
6037
6038         Use always "Document Viewer" in about dialog. 
6039
6040 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6041
6042         * djvu/djvu-document.c: (djvu_document_get_page_size):
6043
6044         Display a warning message when get_pageinfo fails. 
6045
6046 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
6047
6048         * Makefile.am:
6049         * backend/Makefile.am:
6050         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6051         * configure.ac:
6052         * shell/ev-window.c: (build_comments_string):
6053         
6054         Make pdf compilation optional. See bug #38007.
6055
6056 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6057
6058         * ps/ps.c: (get_next_text):
6059
6060         Fix CVE-2006-5864.
6061
6062 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6063
6064         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6065         * shell/ev-navigation-action.c: (connect_proxy),
6066         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6067         
6068         Do not call g_type_class_peek_parent twice.
6069
6070 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6071
6072         * configure.ac:
6073         * data/icons/24x24/.cvsignore:
6074         * data/icons/24x24/Makefile.am:
6075         * data/icons/24x24/evince.png:
6076         * data/icons/Makefile.am:
6077         
6078         Add 24x24 icon. Thanks to 
6079         Michael Monreal <infernux@web.de>.
6080
6081 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6082
6083         * configure.ac: Fix typo in configure.ac. Thanks
6084         to dmacks@netspace.org for notification.
6085
6086 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6087
6088         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6089         
6090         Drop dbus include, fixes compilation with older dbus.
6091
6092 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6093
6094         * configure.ac:
6095         * cut-n-paste/Makefile.am:
6096         * cut-n-paste/totem-screensaver/.cvsignore
6097         * cut-n-paste/totem-screensaver/Makefile.am:
6098         * cut-n-paste/totem-screensaver/README:
6099         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6100         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6101         * shell/Makefile.am:
6102         * shell/ev-window.c: (ev_window_run_presentation),
6103         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6104         (ev_window_init):
6105
6106         Implemented screensaver enabling/disabling for
6107         presentation mode (not fullscreen mode). Code stolen
6108         from Totem (with some minor tweaks). Fixes bug #338889.
6109
6110 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6111
6112         * configure.ac:
6113
6114         Bump gnome-icon-theme requirements. We use the rotation
6115         icons that appeared recently.
6116
6117 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6118
6119         * shell/ev-history.c: (ev_history_add_page):
6120         * shell/ev-history.h:
6121         * shell/ev-window.c: (page_changed_cb):
6122         
6123         Use page labels instead of numbers.
6124
6125 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6126
6127         * data/evince-toolbar.xml:
6128         * po/POTFILES.in:
6129         * shell/Makefile.am:
6130         * shell/ev-navigation-action-widget.c:
6131         (ev_navigation_action_widget_init),
6132         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6133         (menu_detacher), (ev_navigation_action_widget_set_menu),
6134         (menu_position_func), (popup_menu_under_arrow),
6135         (ev_navigation_action_widget_toggled),
6136         (ev_navigation_action_widget_button_press_event):
6137         * shell/ev-navigation-action-widget.h:
6138         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6139         (ev_navigation_action_set_window), (activate_menu_item_cb),
6140         (new_history_menu_item), (new_empty_history_menu_item),
6141         (build_menu), (menu_activated_cb), (connect_proxy),
6142         (create_tool_item), (ev_navigation_action_init),
6143         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6144         * shell/ev-navigation-action.h:
6145         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6146         (ev_page_action_widget_set_page_cache),
6147         (ev_page_action_widget_finalize),
6148         (ev_page_action_widget_class_init), (match_selected_cb),
6149         (display_completion_text), (match_completion), (build_new_tree_cb),
6150         (get_filter_model_from_model),
6151         (ev_page_action_widget_update_model):
6152         * shell/ev-page-action-widget.h:
6153         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6154         (connect_proxy):
6155         * shell/ev-page-action.h:
6156         * shell/ev-stock-icons.c:
6157         * shell/ev-stock-icons.h:
6158         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6159         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6160         (register_custom_actions):
6161         * shell/main.c:
6162         
6163         Preliminary history implementation
6164
6165 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6166
6167         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6168         (dvi_document_class_init), (dvi_document_init_params):
6169         * dvi/mdvi-lib/font.c: (font_reference):
6170         
6171         Add reference to subfont. Fixes bug #374277.
6172
6173 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6174
6175         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6176         (ev_window_cmd_file_open_copy_at_dest):
6177
6178         Fix a race condition when creating symlink. Increase the counter
6179         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6180         Mathias Hasselmann).
6181
6182 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6183
6184         * backend/Makefile.am:
6185         * backend/ev-attachment.c: (ev_attachment_open):
6186         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6187         (ev_tmp_dir), (ev_tmp_filename):
6188         * shell/ev-sidebar-attachments.c:
6189         (ev_sidebar_attachments_drag_data_get):
6190         * shell/ev-window.c: (ev_window_clear_temp_file):
6191
6192         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6193         in ensure_dir_exists. Abort without crashing when we can't create
6194         user's directory.
6195
6196 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6197
6198         * data/evince-ui.xml:
6199         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6200         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6201         (ev_window_cmd_file_open_copy_at_dest),
6202         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6203         (ev_view_popup_cmd_open_link_new_window):
6204
6205         Allow opening a copy of the current document in a new window. Fixes bug
6206         #357472
6207
6208 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6209
6210         * data/evince-toolbar.xml:
6211         
6212         Add rotate right and rotate left to available items for toolbar.
6213         
6214         * data/evince-ui.xml:
6215         * shell/ev-window.c: (ev_window_init):
6216         
6217         Customize toolbar with right click. Fixes bug #372451.
6218
6219 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6220
6221         * shell/ev-window.c: 
6222         
6223         Use "object-rotate-{left,right}" stock icons. Fixes 
6224         bug #373863.
6225
6226 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6227
6228         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6229         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6230         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6231         (ev_window_open_uri):
6232         * shell/main.c: (arguments_parse):
6233
6234         Remove temp file created when evince is used by GTK+ in
6235         preview mode. Fixes bug #365282. 
6236
6237 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6238
6239         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6240         
6241         Fixes bug #372474 - Side pane disabled when entering 
6242         and leaving fullscreen mode.
6243
6244 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6245
6246         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6247         * data/Makefile.am:
6248         * data/evince-preview-toolbar.xml:
6249         * data/evince-toolbar.xml:
6250         * shell/ev-application.c: (ev_application_shutdown),
6251         (ev_application_init), (ev_application_get_toolbars_model):
6252         * shell/ev-application.h:
6253         * shell/ev-window.c: (update_chrome_visibility),
6254         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6255         (ev_window_cmd_edit_toolbar), (ev_window_init):
6256         
6257         Fixes bug #364364 - toolbar editor shows zoom actions again.
6258
6259 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6260
6261         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6262
6263         Do not take margins into consideration for paper size when printing.
6264         Really fixes bug #350491.
6265
6266 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6267
6268         * data/evince-ui.xml:
6269         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6270         (ev_window_cmd_file_print_setup),
6271         (ev_window_print_dialog_response_cb),
6272         (ev_window_setup_action_sensitivity):
6273
6274         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6275
6276 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6277
6278         * shell/ev-window.c: (ev_window_print_range):
6279
6280         Revert my previuos commit, since printing to PDF is not supported by
6281         evince yet. 
6282
6283 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6284
6285         * shell/ev-window.c: (ev_window_print_range):
6286
6287         Enable print to a PDF. Fixes bug #332121.
6288
6289 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6290
6291         * shell/ev-application-service.xml:
6292         * shell/ev-application.[ch]: (ev_application_open_window),
6293         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6294         (ev_application_open_uri), (ev_application_open_uri_list):
6295         * shell/ev-window.c: (file_open_dialog_response_cb),
6296         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6297         (drag_data_received_cb), (open_remote_link):
6298         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6299
6300         Add support for multiscreen systems. Fixes bug #316206.
6301
6302 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6303
6304         * shell/ev-jobs.[ch]: (ev_job_print_new),
6305         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6306         (ev_job_print_do_page):
6307         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6308
6309         Allow printing only odd/even pages. Fixes bug #367289.
6310
6311 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6312
6313         * test/test1.py:
6314         * test/test2.py:
6315
6316         Re-add locale settings to test files.
6317
6318 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6319
6320         * data/evince-ui.xml:
6321         * shell/ev-window.c: (set_action_properties):
6322         
6323         Removed garbage from code and ui.
6324
6325 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6326
6327         * shell/ev-window.c: (ev_window_cmd_help_about):
6328
6329         Shamelessly add my name to the list of contributors.
6330
6331 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6332
6333         * test/test1.py:
6334         * test/test2.py:
6335
6336         Cleaned up the dogtail scripts.
6337
6338 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6339
6340         * shell/ev-view.c: (draw_loading_text): Don't render
6341         "loading..." text in presentation mode. Temporary
6342         workaround for bug #320352.
6343
6344 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6345
6346         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6347         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6348
6349         Use print settings scale, copies, collate and reverse which were
6350         ignored. Fixes bug #359032.
6351
6352 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6353
6354         * configure.ac:
6355         * data/evince-password.glade:
6356         * test/Makefile.am:
6357         * test/test-encrypt.pdf:
6358         * test/test-links.pdf:
6359         * test/test1.py:
6360         * test/test2.py:
6361
6362         Add automated UI tests for evince with dogtail. See
6363         bug #300948.    
6364
6365 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6366
6367         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6368
6369         Hide fullscreen toolbar when switching to another desktop workspace.
6370         Fixes bug #338871
6371
6372 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6373
6374         * shell/ev-window-title.c: 
6375         
6376         Test for .dvi in title of pdf documents.
6377
6378 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6379
6380         * shell/ev-view.c: (ev_view_scroll):
6381
6382         Page Up/Down should do page jumps in "Best fit" mode.
6383         If a user has explicitly chosen to view exactly one page
6384         at a time, scrolling just a part of the page when
6385         pressing Page Up/Down is not right. Fixes bug #323107.
6386
6387 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6388
6389         * NEWS:
6390         * configure.ac:
6391         
6392         Update for 0.6.1
6393
6394 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6395
6396         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6397         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6398         
6399         Correctly disconnect from job signals on destroy.
6400
6401 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6402
6403         * shell/ev-view-private.h:
6404         * shell/ev-view.c: (view_set_adjustment_values),
6405         (view_update_range_and_current_page),
6406         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6407         
6408         Fixes bug #343199, current page now follows find page.
6409
6410 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6411
6412         * backend/ev-document-factory.c:
6413         * configure.ac:
6414         Assigned OpenDocument presenation MIME type to the
6415         Impress backend. Added some missing (but harmless)
6416         #ifdefs in the document factory as well to make things
6417         consistent again. Fixes bug #360658.
6418
6419 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6420
6421         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6422         * backend/ev-document-find.c: (ev_document_find_get_type):
6423         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6424         * backend/ev-document-links.c: (ev_document_links_get_type):
6425         * backend/ev-document-security.c: (ev_document_security_get_type):
6426         * backend/ev-document-thumbnails.c:
6427         (ev_document_thumbnails_get_type):
6428         * backend/ev-document.c: (ev_document_get_type):
6429         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6430         * backend/ev-selection.c: (ev_selection_get_type):
6431         * cut-n-paste/recent-files/egg-recent-model.c:
6432         (egg_recent_model_get_type):
6433         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6434         (egg_recent_view_uimanager_get_type):
6435         * cut-n-paste/recent-files/egg-recent-view.c:
6436         (egg_recent_view_get_type):
6437         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6438         (egg_editable_toolbar_get_type):
6439         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6440         (egg_toolbar_editor_get_type):
6441         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6442         (egg_toolbars_model_get_type):
6443         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6444         (egg_tree_multi_drag_source_get_type):
6445         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6446         (ephy_zoom_action_get_type):
6447         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6448         (ephy_zoom_control_get_type):
6449         * impress/r_back.c: (_imp_fill_back):
6450         * properties/ev-properties-main.c:
6451         (ev_properties_plugin_register_type):
6452         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6453         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6454         (ev_view_accessible_factory_get_type):
6455
6456         Reduce relocations. Bug #360616.
6457
6458 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6459
6460         * backend/ev-document-factory.c:
6461         (ev_document_factory_get_document):
6462         
6463         Load document even if extension is wrong.
6464
6465 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6466
6467         * shell/ev-metadata-manager.c: (save_values):
6468         * shell/ev-window.c: (setup_size_from_metadata),
6469         (setup_view_from_metadata), (ev_window_setup_document),
6470         (ev_window_xfer_job_cb), (window_configure_event_cb):
6471         
6472         Set size according to the document size/page size ratio.
6473         That should correct rather wierd behaviour of the previous
6474         commit.
6475
6476 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6477
6478         * shell/ev-window.c: (setup_view_from_metadata):
6479         
6480         Set size for new windows from previous window size.
6481         See bugs #354968 and #168450 for details. Thanks
6482         to Meik Hellmund.
6483
6484 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6485
6486         * djvu/djvu-links.c: (build_tree):
6487
6488         Fix memory leak.
6489
6490 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6491
6492         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6493         
6494         Don't make sidebar close button insensitive. Fixes
6495         bug #357871.
6496
6497 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6498
6499         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6500         (ev_window_set_view_accels_sensitivity):
6501         
6502         Don't enable Slash on documents which don't support
6503         find. Fixes bug #358648.
6504
6505 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6506
6507         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6508         open dialog fall back to the current document uri if the
6509         filechooser hasn't been used before. Fixes bug #356980.
6510
6511 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6512
6513         * shell/ev-window.c: (ev_window_setup_recent), 
6514         (ev_window_get_recent_file_label):
6515
6516         Escape underscores in filenames of recent file items.
6517
6518 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * configure.ac:
6521         
6522         Bumped poppler requirements, really 0.5.3 is very 
6523         buggy, now we require 0.5.4.
6524
6525 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6526
6527         * djvu/Makefile.am:
6528         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6529         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6530         (djvu_document_document_links_iface_init):
6531         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6532         (number_from_string_10), (get_djvu_link_dest),
6533         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6534         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6535         (djvu_links_get_links), (djvu_links_find_link_dest),
6536         (djvu_links_get_links_model):
6537         * djvu/djvu-links.h:
6538         
6539         Add support for links and bookmarks in djvu documents. Thanks
6540         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6541         patch.
6542
6543 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6544
6545         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6546         
6547         Reopen should reload document. Fixes 
6548         bug 327951.
6549
6550 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6551
6552         * configure.ac:
6553         * data/Makefile.am:
6554         * data/evince-16.png:
6555         * data/evince-22.png:
6556         * data/evince.png:
6557         * data/evince.svg:
6558         * data/icons/16x16/Makefile.am:
6559         * data/icons/16x16/evince.png:
6560         * data/icons/22x22/Makefile.am:
6561         * data/icons/22x22/evince.png:
6562         * data/icons/48x48/Makefile.am:
6563         * data/icons/48x48/evince.png:
6564         * data/icons/Makefile.am:
6565         * data/icons/scalable/Makefile.am:
6566         * data/icons/scalable/evince.svg:
6567         
6568         Install icons with correct names. Fixes
6569         bug #354429.
6570
6571 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6572
6573         * shell/ev-view.c: (ev_view_button_release_event):
6574
6575         Don't open links with middle mouse button. Fixes bug #353649
6576
6577 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6578
6579         * NEWS:
6580         * configure.ac:
6581         
6582         Update for release 0.6.0
6583
6584 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6585
6586         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6587         Implement Close named action. Patch by Carlos Garcia Campos.
6588
6589 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6590
6591         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6592         
6593         Don't clear link mapping on copy_job_to_job_info. Fixes
6594         bug 346168.
6595
6596 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6597
6598         * shell/main.c: (main):
6599
6600         Revert my previous commit, gnome_program_init owns the option context.
6601         Fix another memory leak in main. Both caught by Christian Persch. 
6602
6603 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6604
6605         * shell/main.c: (main):
6606
6607         Fix memory leak.
6608
6609 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6610
6611         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6612
6613         Fix crash when opening a pdf with password protection. 
6614
6615 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6616
6617         * pdf/ev-poppler.cc: (pdf_document_search_free):
6618
6619         Fix memory leak. 
6620
6621 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * backend/ev-document-factory.c:
6624         (ev_document_factory_get_document):
6625         * tiff/tiff-document.c: (tiff_document_finalize):
6626         
6627         More correct handling of document loading. Fixes
6628         bug #349043.
6629
6630 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6631
6632         * backend/ev-attachment.c: (ev_attachment_save):
6633
6634         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6635         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6636
6637 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6638         
6639         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6640         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6641
6642 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6643
6644         * shell/ev-sidebar-thumbnails.c:
6645
6646         Do not render thumbnails unless thumbnails page is active in the
6647         sidebar.
6648
6649 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6650
6651         * shell/ev-properties-dialog.c:
6652
6653         Fix dialogue spacing. Bug #351370.
6654
6655 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6656
6657         * configure.ac:
6658
6659         Use lowercase gettext catalog file names (evince.mo
6660         instead of Evince.mo)
6661
6662 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6663
6664         * shell/ev-sidebar-attachments.c:
6665
6666         GtkIconTheme is now screen safe too. Fixes bug #350878
6667
6668 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6669
6670         * shell/ev-window.c:
6671
6672         GtkRecent manager is now screen safe. Fixes bug #350145
6673
6674 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6675
6676         * shell/ev-sidebar.c: (ev_sidebar_init):
6677         
6678         Make sidebar close icon smaller. Fix for bug 350177.
6679         See also bugs 350176 and 165770.
6680
6681 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6682
6683         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6684
6685         Ignore zoom for xyz destinations when it's <= 1, keeping user
6686         preferences instead. Set correct sizing-mode for fith and fitv
6687         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6688
6689 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6690
6691         * NEWS:
6692         * configure.ac:
6693         
6694         Update for release 0.5.5
6695
6696 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6697         
6698         * shell/ev-window.c: (ev_window_cmd_escape)
6699
6700         Escape unfocus page entry. Fixes bug #345809.
6701
6702 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6703
6704         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6705         (build_tree), (pdf_document_links_get_links),
6706         (pdf_document_links_find_link_dest):
6707         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6708         (goto_xyz_dest):
6709
6710         Convert from PDF style coordinates to X style coordinates in the
6711         backend rather than in the view. Fixes bug #338440
6712
6713 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6714
6715         * shell/ev-window.c:
6716         
6717         Remove Ctrl+Shift+T shortcut for toolbars. See
6718         the bug #350098.
6719
6720 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6721
6722         * configure.ac:
6723
6724         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6725         of this. 
6726
6727 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6728
6729         * configure.ac:
6730         * cut-n-paste/Makefile.am:
6731         * data/evince-ui.xml:
6732         * shell/Makefile.am:
6733         * shell/ev-application.[ch]:
6734         * shell/ev-window.c:
6735
6736         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6737         #349273
6738
6739 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6740
6741         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6742         findbar code: s/help/search/
6743
6744 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6745
6746         * shell/ev-window.c: (setup_document_from_metadata),
6747         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6748         (setup_view_from_metadata):
6749         
6750         Fix memory leaks.
6751
6752 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6753
6754         * autogen.sh, configure.ac: 
6755         
6756         Update automake usage. See bug 349292.
6757
6758 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6759
6760         * shell/eggfindbar.c: (egg_find_bar_class_init),
6761         (entry_activate_callback), (egg_find_bar_init),
6762         (egg_find_bar_set_status_text):
6763         * shell/eggfindbar.h:
6764         
6765         Unify Evince findbar with Epiphany. Nice patch
6766         from Fabricio Silva <silva@crans.org> and
6767         Frederic Peters <fpeters@entrouvert.com>. See
6768         bug #339966 for details.
6769
6770 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6771
6772         * data/evince.desktop.in.in:
6773         
6774         Correct information for bugzilla. Thanks to
6775         Olaf Vitters, see bug #348855.
6776
6777 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6778
6779         * shell/ev-jobs.[ch]:
6780         * shell/ev-sidebar-links.c:
6781         * shell/ev-window.[ch]:
6782
6783         GtkPrintJob doesn't support print ranges or current page, so we export
6784         to a ps file now when printing ranges or current page.
6785
6786 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6787
6788         * pdf/ev-poppler.cc:
6789         * shell/ev-window.c: (do_action_named):
6790
6791         We should be more clear about bugzilla. See the
6792         poppler bug #7623.
6793
6794 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6795
6796         * configure.ac:
6797         * shell/Makefile.am:
6798         * shell/ev-job-queue.c:
6799         * shell/ev-jobs.[ch]:
6800         * shell/ev-sidebar-links.c:
6801         * shell/ev-window.[ch]:
6802         
6803         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6804         #348422
6805
6806 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6807
6808         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6809         * shell/ev-application-service.xml:
6810         * shell/ev-application.[ch]:
6811         * shell/ev-jobs.[ch]:
6812         * shell/ev-window.[ch]: (ev_window_run_preview):
6813         * shell/main.c: 
6814
6815         Add preview mode to use evince as a printing previewer. It also adds
6816         other command line options for fullscreen and presentation modes.
6817         Fixes bugs #347822, #317031
6818
6819 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6820
6821         * NEWS:
6822         * configure.ac:
6823         
6824         Update for release 0.5.4
6825
6826 2006-07-11  Bastien Nocera <hadess@hadess.net>
6827
6828         * Makefile.am:
6829         * backend/Makefile.am:
6830         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6831         * backend/ev-document-factory.h:
6832         * configure.ac:
6833         * impress/.cvsignore:
6834         * impress/Makefile.am:
6835         * impress/common.h:
6836         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6837         (imp_get_page), (imp_next_page), (imp_prev_page),
6838         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6839         * impress/f_oasis.c: (render_object), (render_page),
6840         (get_geometry), (_imp_oasis_load):
6841         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6842         (_imp_oo13_load):
6843         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6844         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6845         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6846         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6847         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6848         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6849         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6850         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6851         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6852         (iks_new_within), (iks_insert), (iks_insert_cdata),
6853         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6854         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6855         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6856         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6857         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6858         (iks_cdata), (iks_cdata_size), (iks_has_children),
6859         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6860         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6861         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6862         (iks_tree), (iks_load), (iks_save):
6863         * impress/iksemel.h:
6864         * impress/imposter.h:
6865         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6866         (imp_render_draw_bezier_real), (imp_render_get_size),
6867         (imp_render_set_fg_color), (imp_render_draw_line),
6868         (imp_render_draw_rect), (imp_render_draw_polygon),
6869         (imp_render_draw_arc), (imp_render_draw_bezier),
6870         (imp_render_open_image), (imp_render_get_image_size),
6871         (imp_render_scale_image), (imp_render_draw_image),
6872         (imp_render_close_image), (imp_render_markup),
6873         (imp_render_get_text_size), (imp_render_draw_text),
6874         (impress_document_load), (impress_document_save),
6875         (impress_document_get_n_pages), (impress_document_get_page_size),
6876         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6877         (impress_document_finalize), (impress_document_class_init),
6878         (impress_document_can_get_text), (impress_document_get_info),
6879         (impress_document_document_iface_init),
6880         (impress_document_thumbnails_get_thumbnail),
6881         (impress_document_thumbnails_get_dimensions),
6882         (impress_document_document_thumbnails_iface_init),
6883         (impress_document_init):
6884         * impress/impress-document.h:
6885         * impress/internal.h:
6886         * impress/r_back.c: (_imp_fill_back):
6887         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6888         (_imp_draw_image), (_imp_tile_image):
6889         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6890         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6891         (r_polyline):
6892         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6893         (r_draw_gradient_complex), (r_draw_gradient):
6894         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6895         (r_get_bullet):
6896         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6897         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6898         (r_text):
6899         * impress/render.c: (imp_create_context), (imp_context_set_page),
6900         (imp_context_set_step), (imp_render), (imp_delete_context):
6901         * impress/render.h:
6902         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6903         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6904         (zip_load_xml), (zip_get_size), (zip_load):
6905         * impress/zip.h:
6906         * shell/ev-utils.c:
6907         
6908         New backend to support impress slides. Fixes bug #30867.
6909
6910 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6911
6912         * shell/ev-utils.c: (using_postscript_printer):
6913         
6914         Fixes crash when print using PAPI backend,
6915         bug #345012.
6916
6917 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6918
6919         * shell/ev-jobs.c: (ev_job_xfer_run):
6920         * shell/ev-window.c: (password_dialog_response),
6921         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6922         (ev_window_dispose):
6923         Fixes bug #344160: if the xfer job doesn't complete
6924         because a password is required, reload the existing
6925         instance instead of creating a new one.
6926
6927 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6928
6929         * shell/main.c: (main): Call gdk_threads_init. Thus
6930         we'll avoid errors in auth dialog. Fix for the bug
6931         #343347.
6932
6933 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6934
6935         * configure.ac: Advertise pixbuf support, fix
6936         for the bug 343317.
6937
6938 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6939
6940         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6941         (ev_sidebar_thumbnails_set_document):
6942         
6943         Update sidebar thumbnails after reloading.
6944
6945 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6946
6947         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6948         * shell/ev-jobs.h:
6949         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6950         (ev_window_cmd_view_reload), (ev_window_init):
6951         
6952         Don't crash on reload. Fix for the bug #343167.
6953
6954 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6955
6956         * shell/ev-jobs.c: (ev_job_render_run):
6957         
6958         Check for document links.
6959
6960 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6961
6962         * backend/ev-attachment.c: (ev_attachment_save),
6963         (ev_attachment_launch_app), (ev_attachment_open):
6964         * backend/ev-document-factory.c: (get_document_from_uri):
6965         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6966         (egg_recent_view_uimanager_set_list):
6967         * ps/ps-document.c: (check_filecompressed), (document_load),
6968         (ps_document_load):
6969         * shell/ev-metadata-manager.c: (load_values):
6970         * shell/ev-password.c: (ev_password_dialog_set_property):
6971         * shell/ev-view.c: (tip_from_link):
6972         * shell/ev-window.c: (file_save_dialog_response_cb),
6973         (ev_window_print_dialog_response_cb):
6974         
6975         Use consistent quoting style. Fix for the bug #320285.
6976
6977 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6978
6979         * shell/ev-jobs.c: (ev_job_xfer_run):
6980         * shell/main.c: (load_files):
6981                 
6982         Open links with anchors. Fix for the bug #339836.
6983
6984 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6985
6986         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6987         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6988         (ev_link_dest_set_property), (ev_link_dest_finalize),
6989         (ev_link_dest_class_init), (ev_link_dest_new_named),
6990         (ev_link_dest_new_page_label):
6991         * backend/ev-link-dest.h:
6992         * shell/ev-application.c: (ev_application_open_uri):
6993         * shell/ev-view.c: (goto_dest):
6994         * shell/ev-window.c:
6995         * shell/ev-window.h:
6996         
6997         Fix page-label command line option. Bug #342070.
6998
6999 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7000
7001         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
7002         
7003         Don't show highlight rects if page can't be showed. Fix for 
7004         the bug #342076
7005
7006 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7007
7008         * shell/ev-window.c: (setup_sidebar_from_metadata),
7009         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
7010         
7011         Setup sidebar from metadata even if there is no document
7012         loaded. Fix for the bug #342807.
7013
7014 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7015
7016         * cut-n-paste/toolbar-editor/Makefile.am:
7017         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7018         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
7019         (find_action), (drag_data_delete_cb), (drag_begin_cb),
7020         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
7021         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
7022         (popup_context_menu_cb), (button_press_event_cb),
7023         (configure_item_sensitivity), (configure_item_cursor),
7024         (configure_item_tooltip), (connect_widget_signals),
7025         (action_sensitive_cb), (create_item_from_action),
7026         (create_item_from_position), (toolbar_drag_data_received_cb),
7027         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7028         (toolbar_drag_leave_cb), (configure_drag_dest),
7029         (toggled_visibility_cb), (toolbar_visibility_refresh),
7030         (create_dock), (toolbar_changed_cb), (unparent_fixed),
7031         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7032         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
7033         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
7034         (egg_editable_toolbar_dispose),
7035         (egg_editable_toolbar_set_ui_manager),
7036         (egg_editable_toolbar_get_selected),
7037         (egg_editable_toolbar_set_selected), (set_edit_mode),
7038         (egg_editable_toolbar_set_property),
7039         (egg_editable_toolbar_get_property),
7040         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
7041         (egg_editable_toolbar_new_with_model),
7042         (egg_editable_toolbar_get_edit_mode),
7043         (egg_editable_toolbar_set_edit_mode),
7044         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7045         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7046         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7047         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7048         (item_added_or_removed_cb), (toolbar_removed_cb),
7049         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7050         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7051         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7052         (editor_create_item_from_name), (append_table),
7053         (update_editor_sheet), (egg_toolbar_editor_init):
7054         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7055         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7056         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7057         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7058         (toolbar_node_free), (egg_toolbars_model_get_flags),
7059         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7060         (egg_toolbars_model_get_name), (impl_add_item),
7061         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7062         (parse_data_list), (parse_item_list), (parse_toolbars),
7063         (egg_toolbars_model_load_toolbars), (parse_available_list),
7064         (parse_names), (egg_toolbars_model_load_names),
7065         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7066         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7067         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7068         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7069         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7070         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7071         (egg_toolbars_model_set_types), (fill_avail_array),
7072         (egg_toolbars_model_get_name_avail),
7073         (egg_toolbars_model_get_name_flags),
7074         (egg_toolbars_model_set_name_flags):
7075         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7076         * cut-n-paste/toolbar-editor/eggintl.h:
7077         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7078         (egg_tree_multi_drag_source_get_type),
7079         (egg_tree_multi_drag_source_row_draggable),
7080         (egg_tree_multi_drag_source_drag_data_delete),
7081         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7082         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7083         (path_list_free), (set_context_data), (get_context_data),
7084         (get_info), (egg_tree_multi_drag_drag_data_get),
7085         (egg_tree_multi_drag_motion_event),
7086         (egg_tree_multi_drag_button_press_event),
7087         (egg_tree_multi_drag_add_drag_support):
7088         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7089         * shell/ev-application.c: (ev_application_init),
7090         (ev_application_save_toolbars_model):
7091         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7092         (ev_window_cmd_edit_toolbar), (ev_window_init):
7093         
7094         Sync toolbareditor with epiphany and libegg
7095
7096 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7097
7098         * configure.ac: 
7099
7100         Depend on poppler 0.5.2
7101
7102 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7103
7104         * shell/ev-jobs.c: (ev_job_render_run):
7105         
7106         Check if document supports links iterface.
7107
7108 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7109
7110         * NEWS:
7111         * configure.ac:
7112         
7113         Update for release 0.5.3
7114
7115 2006-05-13  Michael Plump  <plumpy@skylab.org>
7116
7117         * configure.ac:
7118         * shell/Makefile.am:
7119         * shell/main.c: (main):
7120         
7121         Port to GOption command line parsing. Fix for the 
7122         bug #327518
7123
7124 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7125
7126         * shell/ev-window.c: (ev_window_cmd_help_about):
7127         
7128         Do not wrap license. Fix for the bug #309460.
7129
7130 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7131
7132         * configure.ac:
7133         * properties/ev-properties-main.c: (ev_properties_get_pages):
7134         * shell/ev-application.c: (ev_application_open_window),
7135         (ev_application_open_uri_at_dest):
7136         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7137         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7138         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7139         * shell/ev-utils.c: (save_print_config_to_file):
7140         * shell/ev-window.c: (ev_window_cmd_save_as),
7141         (ev_attachment_popup_cmd_save_attachment_as):
7142         * shell/main.c: (load_files_remote):
7143         
7144         Bump requirements to gtk 2.8 and drop all ifdefs used.
7145
7146 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7147
7148         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7149         * shell/ev-window.c: (ev_window_init):
7150         
7151         Show attachments page.
7152
7153 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7154
7155         * po/POTFILES.in:
7156         * shell/ev-attachment-bar.c:
7157         * shell/ev-attachment-bar.h:
7158         * shell/ev-sidebar-attachments.c:
7159         (ev_sidebar_attachments_icon_cache_add),
7160         (icon_theme_get_pixbuf_from_mime_type),
7161         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7162         (ev_sidebar_attachments_icon_cache_refresh),
7163         (ev_sidebar_attachments_get_attachment_at_pos),
7164         (ev_sidebar_attachments_popup_menu_show),
7165         (ev_sidebar_attachments_popup_menu),
7166         (ev_sidebar_attachments_button_press),
7167         (ev_sidebar_attachments_update_icons),
7168         (ev_sidebar_attachments_drag_data_get),
7169         (ev_sidebar_attachments_get_property),
7170         (ev_sidebar_attachments_destroy),
7171         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7172         (ev_sidebar_attachments_new),
7173         (ev_sidebar_attachments_set_document),
7174         (ev_sidebar_attachments_support_document),
7175         (ev_sidebar_attachments_get_label),
7176         (ev_sidebar_attachments_page_iface_init):
7177         * shell/ev-sidebar-attachments.h:
7178         * shell/ev-window.c: (update_chrome_visibility),
7179         (setup_sidebar_from_metadata), (ev_window_setup_document),
7180         (ev_window_sidebar_current_page_changed_cb),
7181         (attachment_bar_menu_popup_cb), (ev_window_init):
7182         
7183         Move attachments bar to sidebar.
7184
7185 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7186
7187         * pdf/ev-poppler.cc:
7188         * shell/ev-application.[ch]:
7189         * shell/main.c:
7190
7191         Fix some memory leaks.
7192
7193 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7194
7195         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7196
7197         Change the properties dialog response to
7198         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7199         will make the dialog go away when the user presses
7200         enter. With gtk+ >= 2.9 this will happen anyway, but for
7201         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7202         escape by default. Fixes bug #340539. See also bug
7203         #101293 for the gtk+ part.
7204
7205 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7206
7207         * shell/ev-view.c (tip_from_action_named): Replace some strings
7208         that were wrong. Closes #340970.
7209
7210 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7211
7212         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7213
7214         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7215         #341049
7216
7217 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7218
7219         * djvu/Makefile.am:
7220         * dvi/Makefile.am:
7221         * dvi/mdvi-lib/Makefile.am:
7222         * properties/Makefile.am:
7223         * ps/Makefile.am:
7224         * shell/Makefile.am:
7225         * thumbnailer/Makefile.am:
7226         
7227         Due to broken libtool that is unable to track dependencies
7228         of noinst libraries we are forced to explicitely point
7229         libraries for binary. Fix for the bug #333334.
7230
7231 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7232
7233         * data/evince.desktop.in.in:
7234         * shell/ev-view.c: (view_update_range_and_current_page),
7235         (ev_view_next_page), (ev_view_previous_page):
7236         * shell/ev-window.c: (update_chrome_visibility),
7237         (setup_sidebar_from_metadata), (ev_window_setup_document),
7238         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7239         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7240         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7241         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7242         (ev_window_stop_presentation), (ev_window_focus_in_event),
7243         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7244         (ev_window_init):
7245         * thumbnailer/Makefile.am:
7246         
7247         Update fullscreen and presentation timeout handling. Hide
7248         cursor in presentation after timeout. Fix for the bugs
7249         #136359 and #336981.
7250
7251 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7252
7253         * backend/ev-link-action.[ch]:
7254         * pdf/ev-poppler.cc: (ev_link_from_action):
7255         * shell/ev-view-private.h:
7256         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7257         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7258
7259         Add support for Named Action links
7260
7261 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7262
7263         * backend/Makefile.am:
7264         * backend/ev-document-links.[ch]:
7265         * backend/ev-document.[ch]:
7266         * backend/ev-link-action.[ch]:
7267         * backend/ev-link-dest.[ch]:
7268         * backend/ev-link.[ch]:
7269         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7270         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7271         * shell/ev-page-action.c: (build_new_tree_cb):
7272         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7273         (links_page_num_func), (update_page_callback):
7274         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7275         (tip_from_link):
7276         * shell/ev-jobs.c:
7277         * shell/ev-window.[ch]: (ev_window_open_uri),
7278         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7279         * shell/ev-application.[ch]: (ev_application_open_window),
7280         (ev_application_open_uri):
7281
7282         Rework links system, it adds support for remote links now and it makes
7283         easier to add new kinds of actions and destinations. Fixes bug #317292
7284
7285 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7286
7287         * data/Makefile.am:
7288         * data/evince.png:
7289         * data/evince-16.png:
7290         * data/evince-22.png:
7291         * data/evince.svg:
7292         * shell/main.c: (main):
7293         
7294         Evince use it's own icon. Fix for the bug #313392.
7295
7296         * shell/ev-window.c: (fullscreen_timeout_cb),
7297         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7298         (ev_window_cmd_help_about), (ev_window_dispose):
7299         
7300         Simplify fullscreen timeout code.
7301
7302 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7303
7304         * backend/ev-attachment.c: 
7305         * shell/ev-attachment-bar.c:
7306         * shell/ev-window.c:
7307
7308         Allow multiple selection of attachments
7309
7310 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7311
7312         * shell/ev-view.c: (view_update_range_and_current_page),
7313         (ev_view_scroll):
7314         
7315         Fix for the bug #312573 – Optimal selection of current 
7316         page among visible pages.
7317
7318 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7319
7320         * configure.ac:
7321         * djvu/Makefile.am:
7322         * djvu/djvu-text.h:
7323         
7324         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7325         for the bug 339868.
7326
7327 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7328
7329         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7330
7331 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7332
7333         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7334         dictated by the GNOME HIG. Fixes bug #339235.
7335
7336 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7337
7338         * data/evince-ui.xml:
7339         * shell/ev-view.c: (ev_view_can_find_previous):
7340         * shell/ev-view.h:
7341         * shell/ev-window.c: (ev_window_update_actions),
7342         (ev_window_cmd_edit_find_previous):
7343
7344         Add support for "Find Previous" as dictated by the GNOME HIG. A
7345         menu item is added and some glue code to make it all work is added
7346         to various files.
7347
7348 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7349
7350         * configure.ac: Award myself the "useless use of cat" award.
7351
7352 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7353
7354         * po/LINGUAS: New file listing all supported languages.
7355
7356         * configure.in: Use po/LINGUAS instead of including all languages
7357         directly in this file. See the wiki for more information:
7358         http://live.gnome.org/GnomeGoals/PoLinguas
7359
7360 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7361
7362         * backend/ev-document-factory.c:
7363
7364         Do not load the document twice when there isn't errors
7365
7366 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7367
7368         * backend/ev-attachment.c: 
7369
7370         Fix a crash when there isn't a default application to open an
7371         attachment
7372
7373 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7374
7375         * backend/ev-attachment.[ch]:
7376         * shell/ev-attachment-bar.[ch]:
7377
7378         Added missing files. 
7379
7380 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7381
7382         * backend/Makefile.am:
7383         * data/evince-ui.xml:
7384         * backend/ev-attachment.[ch]:
7385         * backend/ev-document.[ch]: (ev_document_has_attachments),
7386         (ev_document_get_attachments):
7387         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7388         (attachment_save_to_buffer), (pdf_document_get_attachments),
7389         (pdf_document_document_iface_init):
7390         * shell/Makefile.am:
7391         * shell/ev-attachment-bar.[ch]:
7392         * shell/ev-window.c:
7393
7394         Add support for PDF attachments. Fixes bug #325143
7395
7396 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7397
7398         * backend/ev-document-factory.c: (get_document_from_uri),
7399         (ev_document_factory_get_document):
7400         * backend/ev-document-factory.h:
7401         * properties/ev-properties-main.c: (ev_properties_get_pages):
7402         * shell/Makefile.am:
7403         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7404         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7405         (ev_job_queue_remove_job):
7406         * shell/ev-job-queue.h:
7407         * shell/ev-job-xfer.c:
7408         * shell/ev-job-xfer.h:
7409         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7410         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7411         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7412         (ev_job_xfer_run):
7413         * shell/ev-jobs.h:
7414         * shell/ev-window.c: (ev_window_is_empty),
7415         (password_dialog_response), (ev_window_clear_xfer_job),
7416         (ev_window_xfer_job_cb), (ev_window_open_uri),
7417         (ev_window_cmd_focus_page_selector),
7418         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7419         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7420         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7421         (ev_window_dispose):
7422         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7423         
7424         * Cleanup mime type detection on document load. Fix for the
7425         bug #336448.
7426
7427 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7428
7429         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7430         
7431         Fix crash on exit, described in the bug #336825.
7432
7433 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7434
7435         * backend/ev-document-factory.c:
7436         (ev_document_factory_get_from_mime),
7437         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7438         (ev_document_factory_get_document),
7439         (file_filter_add_mime_list_and_free),
7440         (ev_document_factory_add_filters):
7441         * backend/ev-document-factory.h:
7442         * properties/ev-properties-main.c: (ev_properties_get_pages):
7443         * shell/Makefile.am:
7444         * shell/ev-application.c:
7445         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7446         * shell/ev-window.c: (ev_window_cmd_file_open),
7447         (ev_window_cmd_save_as):
7448         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7449         
7450         Rework factory functions so they are placed now in a single 
7451         file ev-document-factory.c
7452
7453 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7454
7455         * shell/ev-window.c: (update_chrome_visibility):
7456         
7457         Fix for the bug 166566 - don't show menubar in fullscreen
7458         mode.
7459
7460 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7461
7462         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7463
7464 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7465
7466         * shell/ev-view.c: (ev_view_expose_event):
7467         
7468         More correctly draw loading text when document
7469         is empty.
7470
7471 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7472
7473         * shell/ev-view.c: (ev_view_scroll):
7474         
7475         Fix for the bug #334854, page down and page up switch
7476         pages in presentation mode.
7477
7478 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7479
7480         * shell/ev-window.c: (ev_window_set_action_sensitive),
7481         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7482         (ev_window_set_view_accels_sensitivity),
7483         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7484         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7485         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7486         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7487         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7488         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7489         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7490         (view_actions_focus_in_cb), (ev_window_init):
7491         
7492         Fix for the bug #333902, now it's possible to search
7493         words with slash.
7494
7495 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7496
7497         * configure.ac: Added Breton translation.
7498         * po/br.po: Added Breton translation.
7499
7500 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7501
7502         * shell/ev-window-title (ev_window_title_update):
7503
7504         Fix memory leak in window title. Fixes bug #333944
7505
7506 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7507
7508         * shell/ev-metadata-manager.c (parseItem):
7509
7510         Fix memory leaks. Fixes bug #333945
7511
7512 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7513         
7514         * NEWS, configure.ac, TODO:
7515         
7516         Update for release 0.5.2.
7517
7518 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7519
7520         * shell/ev-view.c: (view_update_range_and_current_page),
7521         (page_changed_cb):
7522         
7523         Don't jump on scrolling, fix for the bug #333127.
7524
7525 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7526
7527         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7528         
7529         Scroll by one page in presentation mode. Fix for the bug
7530         #332993.
7531
7532 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7533
7534         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7535
7536 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7537
7538         * configure.ac  Added lv in ALL_LINGUAS line.
7539
7540 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7541         
7542         * NEWS, configure.ac:
7543         
7544         Update for release 0.5.1
7545
7546 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7547
7548         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7549         * backend/ev-document-misc.h:
7550         * shell/ev-view.c: (draw_one_page):
7551         
7552          Clairfy what page the toolbar page number applies to. Fix
7553          for the bug #328102.
7554
7555 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7556
7557         * shell/ev-view-private.h:
7558         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7559         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7560         (ev_view_search_changed):
7561         * shell/ev-view.h:
7562         * shell/ev-window.c: (find_bar_search_changed_cb):
7563         
7564         Dont't jump to find result if window was scrolled during search.
7565         Fix for the bug #313266.
7566
7567 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7568
7569         * shell/eggfindbar.c: (egg_find_bar_class_init):
7570         * shell/eggfindbar.h:
7571         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7572         * shell/ev-view-private.h:
7573         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7574         (ev_view_class_init), (ev_sizing_mode_get_type),
7575         (ev_scroll_type_get_type):
7576         * shell/ev-view.h:
7577         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7578         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7579         (ev_window_init):
7580         
7581         Fix for the bug 319133 - Find entry should allow text scroll.
7582
7583 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7584
7585         * shell/ev-view-private.h:
7586         * shell/ev-view.c: (view_update_range_and_current_page),
7587         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7588         (ev_view_set_document), (update_find_status_message),
7589         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7590         (ev_view_find_previous):
7591         
7592         Fix for the bug #319137. Search now takes account for scrolling.
7593
7594 2006-02-19  Michael Hofmann <mh21@piware.de>
7595
7596         * configure.ac:
7597         * djvu/Makefile.am:
7598         * djvu/djvu-document-private.h:
7599         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7600         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7601         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7602         (djvu_document_can_get_text), (djvu_document_get_text),
7603         (djvu_document_document_iface_init),
7604         (djvu_document_thumbnails_get_thumbnail),
7605         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7606         (djvu_document_find_get_result),
7607         (djvu_document_find_page_has_results),
7608         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7609         (djvu_document_find_iface_init):
7610         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7611         (djvu_text_page_selection), (djvu_text_page_limits_process),
7612         (djvu_text_page_limits), (djvu_text_page_copy),
7613         (djvu_text_page_position), (djvu_text_page_union),
7614         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7615         (djvu_text_page_box), (djvu_text_page_append_text),
7616         (djvu_text_page_search), (djvu_text_page_prepare_search),
7617         (djvu_text_page_new), (djvu_text_page_free):
7618         * djvu/djvu-text-page.h:
7619         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7620         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7621         (djvu_text_n_results), (djvu_text_has_results),
7622         (djvu_text_get_result), (djvu_text_get_progress):
7623         * djvu/djvu-text.h:
7624         
7625         Text search in djvu. Fix for the bug #303415.
7626
7627 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7628
7629         * configure.ac:
7630         * shell/ev-window.c: (ev_window_cmd_save_as):
7631         
7632         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7633         Thanks to Gary Coady <gary@lyranthe.org>
7634
7635 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7636
7637         * shell/ev-print-job.c: (idle_print_handler):
7638         
7639         Inverse order printing, bug #320919.
7640
7641 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7642
7643         * data/evince-toolbar.xml:
7644         * shell/ev-window.c:
7645         
7646         Allow to add sidebar checkbutton on toolbar. Fix
7647         for the bug #144577.
7648
7649 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7650
7651         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7652         
7653         Add checks that have sense for empty ps document.
7654
7655 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7656
7657         * configure.ac: Include PS in mime types list. 
7658
7659 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7660
7661         * configure.ac:
7662         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7663         * ps/gsdefaults.h:
7664         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7665         
7666         Runtime check for gs interpreter. Fix for the bug #320868.
7667         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7668
7669 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7670
7671         * shell/ev-application.c: 
7672
7673         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7674         dbus>=0.60, so that the request is not queued. 
7675
7676 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7677
7678         * configure.ac:
7679         * shell/Makefile.am:
7680         * shell/ev-sidebar-links.c: (print_section_cb):
7681         * shell/ev-utils.c:
7682         * shell/ev-utils.h:
7683         * shell/ev-window.c: (update_action_sensitivity),
7684         (ev_window_close_dialogs), (ev_window_print):
7685         * shell/ev-window.h:
7686         
7687         Make printing support optional. Patch from Eduardo de Barros Lima
7688         <eduardo.lima@indt.org.br> for the bug #330546.
7689
7690 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7691
7692         * shell/ev-view-private.h:
7693         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7694         (ev_view_set_document):
7695         * shell/ev-view.h:
7696         * shell/ev-window.c: (ev_window_load_job_cb),
7697         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7698         (ev_window_init):
7699
7700         Draw Loading message during xfer job. Fix for the bug #329495.
7701
7702 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7703
7704         * comics/comics-document.c: (comics_regex_quote),
7705         (comics_document_load), (extract_argv):
7706         
7707         Correcly quote regexp before passing it to unzip.
7708
7709 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7710
7711         * shell/ev-page-cache.c: (build_height_to_page),
7712         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7713         (ev_page_cache_get_dual_even_left):
7714         * shell/ev-page-cache.h:
7715         * shell/ev-view.c: (view_update_range_and_current_page),
7716         (get_page_y_offset), (get_page_extents):
7717         
7718         Place even pages to the left if document has less then
7719         two pages. Fix for the bug #328856.
7720
7721 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7722
7723         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7724         
7725         Correct comics scheme. This make evince create thumbnails
7726         for comic books. Fix for the bug 329088.
7727
7728 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7729
7730         * data/evince-password.glade: Don't explicitly set
7731         invisible_char to the current default value in case
7732         the default changes; let GTK+ do its magic.
7733
7734 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7735
7736         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7737         real filename to tmp filename since often document
7738         type is determined by extension.
7739
7740 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7741
7742         * shell/ev-view.c: (add_scroll_binding_keypad),
7743         (ev_view_binding_activated), (ev_view_class_init):
7744         
7745         Add keybindings for percision-scrolling of display area. 
7746         Fix for the bug #314072.
7747
7748 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7749
7750         * data/evince.desktop.in.in:
7751         
7752         Add GTK to the list of categories. Fix for the bug #328034.
7753
7754 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7755
7756         * shell/ev-application.c: (ev_application_shutdown),
7757         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7758         * shell/ev-application.h:
7759         * shell/ev-window.c: (file_open_dialog_response_cb),
7760         (ev_window_cmd_file_open):
7761         
7762         Save last uri in file chooser dialog. Fix for the bug #327950.
7763
7764 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7765
7766         * NEWS:
7767         * README:
7768         
7769         Final update for release 0.5.0
7770         
7771         * shell/Makefile.am:
7772         
7773         Remove disable deprecated until we'll require libgnome-2.13.7
7774         and port to GOption argument parsing. See bug 327518.
7775
7776 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7777
7778         * comics/comics-document.c: (comics_document_save):
7779         * djvu/djvu-document.c: (djvu_document_save):
7780         * dvi/dvi-document.c: (dvi_document_save):
7781         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7782         * lib/ev-file-helpers.h:
7783         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7784         * tiff/tiff-document.c: (tiff_document_save):
7785         
7786         Use common save function for backends.
7787
7788 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7789
7790         * backend/ev-document-types.c:
7791         
7792         Fix crash on saving pixbuf.
7793
7794 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7795
7796         * cut-n-paste/recent-files/egg-recent-item.c:
7797         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7798         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7799         (parse_info_free), (valid_element), (start_element_handler),
7800         (end_element_handler), (text_handler), (egg_recent_model_filter),
7801         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7802         (egg_recent_model_monitor), (egg_recent_model_read),
7803         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7804         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7805         (egg_recent_model_set_property), (egg_recent_model_class_init),
7806         (egg_recent_model_init), (egg_recent_model_add_full),
7807         (egg_recent_model_delete), (egg_recent_model_get_list),
7808         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7809         (egg_recent_model_set_filter_mime_types),
7810         (egg_recent_model_clear_group_filter),
7811         (egg_recent_model_set_filter_groups),
7812         (egg_recent_model_clear_scheme_filter),
7813         (egg_recent_model_set_filter_uri_schemes),
7814         (egg_recent_model_remove_expired):
7815         * cut-n-paste/recent-files/egg-recent-util.c:
7816         (egg_recent_util_get_icon):
7817         * cut-n-paste/recent-files/egg-recent-util.h:
7818         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7819         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7820         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7821         (egg_recent_view_uimanager_set_property),
7822         (egg_recent_view_uimanager_get_property),
7823         (egg_recent_view_uimanager_class_init),
7824         (egg_recent_view_uimanager_init),
7825         (egg_recent_view_uimanager_set_label_width),
7826         (egg_recent_view_uimanager_get_label_width):
7827         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7828         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7829         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7830         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7831         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7832         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7833         
7834         Update from libegg.
7835
7836 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7837
7838         * shell/ev-page-cache.c: (build_height_to_page),
7839         (ev_page_cache_get_height_to_page):
7840         * shell/ev-page-cache.h:
7841         * shell/ev-view.c: (view_update_range_and_current_page),
7842         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7843         (ev_view_previous_page):
7844         
7845         Dual mode places even pages to the left. Fix for the bug #309393.
7846
7847         * shell/ev-view.h:
7848         * shell/ev-window.c: (update_action_sensitivity),
7849         (setup_view_from_metadata), (view_menu_popup_cb):
7850         
7851         Don't restore presentation in empty windows, more intelligent
7852         next page behaviour in dual mode.
7853
7854         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7855         (ev_pixbuf_cache_clear_job_sizes):
7856         
7857         Cleanup job callback on removal. Fix for the bug #325886.
7858
7859 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7860
7861         * ps/ps.c: (psscan):
7862         
7863         Commit workaround Mozilla problem. Fix for the bug #325919
7864         
7865         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7866         (save_item):
7867         
7868         Fix for year 2038 problem.
7869
7870 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7871
7872         * shell/ev-window.c: (setup_document_from_metadata),
7873         (ev_window_cmd_view_reload):
7874
7875         Clamp page recieved from metadata in valid values. Fix
7876         for the bug #325986.
7877
7878 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7879
7880         * MAINTAINERS: 
7881         Add MAINTAINERS as requested on desktop-devel-list.
7882
7883 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7884
7885         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7886         (mime_type_supported_by_gdk_pixbuf),
7887         (ev_document_factory_get_mime_types),
7888         (ev_document_factory_get_all_mime_types):
7889         
7890         Don't add pixbuf mime types if pixbuf backend is disabled.
7891         
7892         * shell/ev-application.c: (ev_application_get_uri_window):
7893         
7894         Fix for the bug 325815 - unhandled MIME type message doesn't 
7895         appear a second time. 
7896         
7897         * shell/ev-document-types.c: (ev_document_types_add_filters):
7898         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7899         (password_dialog_response), (ev_window_popup_password_dialog),
7900         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7901         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7902         (ev_window_run_presentation), (ev_window_stop_presentation),
7903         (save_sizing_mode), (ev_window_zoom_changed_cb),
7904         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7905         (ev_window_dual_mode_changed_cb),
7906         (ev_window_sidebar_current_page_changed_cb),
7907         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7908         (window_state_event_cb), (window_configure_event_cb):
7909         
7910         Cleanup additional uris holded by EvWindow.
7911
7912 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7913
7914         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7915         (ev_view_can_previous_page), (ev_view_can_next_page):
7916         * shell/ev-view.h:
7917         * shell/ev-window.c: (update_action_sensitivity):
7918         
7919         Two page scrolling with Space and PageUp in dual mode. Second fix 
7920         for the bug #316608.
7921
7922 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7923
7924         * shell/ev-view.c: (scroll_to_current_page):
7925         
7926         Correctly clamp adjustment value. Fix for the bug
7927         #325808.
7928
7929 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7930
7931         * shell/ev-sidebar-links.c: (print_section_cb):
7932         * shell/ev-window.c: (ev_window_get_uri),
7933         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7934         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7935         (ev_window_dispose):
7936         
7937         Make print dialog non-modal. Fix for the bug #325622.
7938
7939 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7940
7941         * shell/ev-metadata-manager.c:
7942         * shell/ev-utils.c: (using_pdf_printer),
7943         (using_postscript_printer), (load_print_config_from_file),
7944         (save_print_config_to_file):
7945         * shell/ev-utils.h:
7946         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7947         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7948         (setup_view_from_metadata), (ev_window_setup_document),
7949         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7950         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7951         (ev_window_run_presentation), (ev_window_stop_presentation),
7952         (save_sizing_mode), (ev_window_zoom_changed_cb),
7953         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7954         (ev_window_dual_mode_changed_cb),
7955         (ev_window_sidebar_current_page_changed_cb),
7956         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7957         (window_state_event_cb), (window_configure_event_cb),
7958         (ev_window_init):
7959         
7960         Setting saving behaviour fixes.
7961
7962 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7963
7964         * configure.ac:
7965         
7966         Make antialiasing gs options better and allow
7967         to change them during configure. Fix for the 
7968         bug #319049.
7969
7970 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7971
7972         * shell/ev-window.c: (setup_view_from_metadata):
7973         
7974         Remember if last window was maximized. Fix for the
7975         bug #323797.
7976
7977 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7978
7979         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7980
7981 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7982
7983         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7984         * shell/ev-page-action.c: (build_new_tree_cb):
7985         * shell/ev-sidebar-links.c: (links_page_num_func),
7986         (update_page_callback_foreach), (update_page_callback):
7987         * shell/ev-view.c: (scroll_to_current_page):
7988         
7989         Fix for the bug #325067 with more intelligent selection
7990         of current link in sidebar. Make sidebar handle links
7991         of FITR-like type more correctly.
7992
7993         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7994         (dvi_pixbuf_put_pixel):
7995         
7996         Fix memory consumtion with disabled alpha channel.
7997
7998 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7999
8000         * data/evince-ui.xml:
8001         * shell/ev-window.c: (view_menu_popup_cb),
8002         (ev_popup_cmd_open_link), (ev_window_init):
8003         
8004         Update context menu for internal links. Fix for the bug
8005         #325066.
8006
8007 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8008
8009         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
8010         
8011         Bind context menu to keyboard also. Fix for the bug
8012         #325065.
8013
8014 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8015
8016         * shell/ev-view.c: (selection_scroll_timeout_cb):
8017         
8018         Horizontal scroll on selection also.
8019
8020 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8021
8022         * shell/ev-metadata-manager.c: (parse_value):
8023         * shell/ev-view.c: (goto_xyz_link):
8024         
8025         Correct zoom setup and metadata save broken in 
8026         some locales.
8027
8028 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8029
8030         * shell/ev-view-private.h:
8031         * shell/ev-view.c: (scroll_to_current_page),
8032         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
8033         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
8034         (page_changed_cb), (ev_view_set_continuous),
8035         (ev_view_set_dual_page), (ev_view_set_presentation):
8036         
8037         Delay scroll until allocation to correctly position page. Fix
8038         for the bug #317334.
8039
8040 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8041
8042         * NEWS:
8043         * configure.ac:
8044         
8045         Update NEWS and require poppler 0.5.0.
8046
8047 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
8048         
8049         * data/evince-ui.xml:
8050         * shell/ev-view-private.h:
8051         * shell/ev-view.c: (ev_view_get_link_at_location),
8052         (handle_link_over_xy), (ev_view_button_press_event),
8053         (ev_view_button_release_event), (ev_view_class_init):
8054         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8055         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8056         (ev_window_init):
8057         
8058         Implement right-click context menu.
8059
8060 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8061
8062         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8063         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8064         (mdvi_pixbuf_device_render):
8065         * pdf/ev-poppler.cc:
8066
8067         Don't generate thumbnails with alpha. See bug #324077.
8068         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8069
8070 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8071
8072         * shell/ev-window.c: (setup_chrome_from_metadata):
8073         
8074         Fix typo that was hiding toolbar.
8075
8076 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8077
8078         * shell/ev-view-private.h:
8079         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8080         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8081         (ev_view_button_release_event), (ev_view_destroy):
8082         
8083         Small cleanup and autoscrolling during selection. Thanks to 
8084         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8085
8086 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8087
8088         * configure.ac:
8089         
8090         Correctly check for comics option.
8091
8092 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8093         * Makefile.am:
8094         * configure.ac:
8095         * backend/Makefile.am:
8096         * backend/ev-document-factory.c:
8097         * shell/ev-document-types.c:
8098
8099         Included option in configure to make ps backend 
8100         compilation optional with --disable-ps.
8101
8102 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8103
8104         * backend/ev-document-factory.c:
8105         * comics/Makefile.am:
8106         * comics/comics-document.c: (comics_document_load):
8107         * comics/ev-cbr-mime.xml:
8108         * configure.ac:
8109         
8110         Comics mime types are added to shared-mime-info CVS. Now
8111         we don't need to install our own mime types.
8112
8113 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8114
8115         * shell/ev-window.c:
8116         
8117         Add shortcut for "save a copy" menu entry. Fix for
8118         the bug #324582.
8119
8120 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8121
8122         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8123         (job_finished_cb), (new_selection_pixbuf_needed),
8124         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8125         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8126         
8127         Rework selection job info logic and fix critical warning.
8128
8129 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8130
8131         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8132
8133 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8134
8135         * data/evince-ui.xml:
8136         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8137         
8138         Enter as shortcut key for next page. Fix for the bug
8139         #321394.
8140
8141 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8142
8143         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8144
8145 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8146
8147         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8148         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8149         (new_selection_pixbuf_needed),
8150         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8151         (clear_job_selection):
8152         
8153         Too early for 0.5. Pixbuf cache code cleaned a bit.
8154
8155 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8156
8157         * NEWS:
8158         * configure.ac:
8159         
8160         Release 0.5.0 preparation
8161
8162 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8163
8164         * comics/Makefile.am:
8165         * configure.ac:
8166         * shell/ev-document-types.c: (ev_document_types_add_filters):
8167         
8168         More advanced handling of custom mime type installation.
8169
8170 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8171
8172         * data/evince.schemas.in:
8173         * shell/ev-metadata-manager.c: (value_free),
8174         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8175         (ev_metadata_manager_get), (ev_metadata_manager_set):
8176         * shell/ev-metadata-manager.h:
8177         * shell/ev-window.c: (update_chrome_flag),
8178         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8179         (setup_document_from_metadata), (setup_chrome_from_metadata),
8180         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8181         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8182         (ev_window_view_toolbar_cb),
8183         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8184         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8185         
8186         Save last document settings and reuse them for new documents.
8187
8188 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8189
8190         * Makefile.am:
8191         * backend/Makefile.am:
8192         * backend/ev-document-factory.c:
8193         * backend/ev-document-factory.h:
8194         * comics/Makefile.am:
8195         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8196         (comics_document_load), (comics_document_save),
8197         (comics_document_get_n_pages), (comics_document_get_page_size),
8198         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8199         (comics_document_class_init), (comics_document_can_get_text),
8200         (comics_document_get_info), (comics_document_document_iface_init),
8201         (comics_document_init), (get_supported_image_extensions),
8202         (comics_document_thumbnails_get_geometry),
8203         (comics_document_thumbnails_get_thumbnail),
8204         (comics_document_thumbnails_get_dimensions),
8205         (comics_document_document_thumbnails_iface_init), (extract_argv):
8206         * comics/comics-document.h:
8207         * comics/ev-cbr-mime.xml:
8208         * configure.ac:
8209         * po/POTFILES.in:
8210         * shell/ev-application.c: (ev_application_register_service):
8211         * shell/ev-document-types.c: (ev_document_types_add_filters):
8212         * thumbnailer/Makefile.am:
8213         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8214         
8215         New CBR/CBZ backend for comic books.
8216
8217 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8218
8219         * shell/main.c: (load_files_remote):
8220
8221         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8222         warning on startup of second instance is fixed. It
8223         is bug #320353.
8224
8225 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8226
8227         * shell/ev-window.c: (ev_window_finalize):
8228         
8229         Fix double free that cause crash.
8230
8231 2005-10-29  Bastien Nocera <hadess@hadess.net>
8232
8233         * tiff/tiff-document.c: (tiff_document_load):
8234         
8235         Fix memory leak.
8236
8237 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8238
8239         * po/POTFILES.in:
8240         * shell/Makefile.am:
8241         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8242         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8243         (ev_view_accessible_get_text),
8244         (ev_view_accessible_get_character_at_offset),
8245         (ev_view_accessible_get_text_before_offset),
8246         (ev_view_accessible_get_text_at_offset),
8247         (ev_view_accessible_get_text_after_offset),
8248         (ev_view_accessible_get_character_count),
8249         (ev_view_accessible_get_caret_offset),
8250         (ev_view_accessible_set_caret_offset),
8251         (ev_view_accessible_get_run_attributes),
8252         (ev_view_accessible_get_default_attributes),
8253         (ev_view_accessible_get_character_extents),
8254         (ev_view_accessible_get_offset_at_point),
8255         (ev_view_accessible_get_n_selections),
8256         (ev_view_accessible_get_selection),
8257         (ev_view_accessible_add_selection),
8258         (ev_view_accessible_remove_selection),
8259         (ev_view_accessible_set_selection),
8260         (ev_view_accessible_text_iface_init),
8261         (ev_view_accessible_idle_do_action),
8262         (ev_view_accessible_action_do_action),
8263         (ev_view_accessible_action_get_n_actions),
8264         (ev_view_accessible_action_get_description),
8265         (ev_view_accessible_action_get_name),
8266         (ev_view_accessible_action_set_description),
8267         (ev_view_accessible_action_iface_init),
8268         (ev_view_accessible_get_type), (ev_view_accessible_new),
8269         (ev_view_accessible_factory_get_accessible_type),
8270         (ev_view_accessible_factory_create_accessible),
8271         (ev_view_accessible_factory_class_init),
8272         (ev_view_accessible_factory_get_type):
8273         * shell/ev-view-accessible.h:
8274         * shell/ev-view-private.h:
8275         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8276         * shell/ev-view.h:
8277         
8278         Initial accessibility support.
8279
8280 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8281
8282         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8283
8284 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8285
8286         * shell/ev-print-job.c: (idle_print_handler):
8287         
8288         Fix for bug Bug 318916: Printing multiple pages.
8289
8290 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8291
8292         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8293
8294 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8295
8296         * pdf/ev-poppler.cc:
8297         
8298         Thumnail dimensions unified with other backends.
8299         
8300         * shell/ev-window-title.c: (ev_window_title_update):
8301         
8302         Fix warning.
8303
8304 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8305
8306         * data/ev-stock-zoom-fit-width.png:
8307         
8308         Remove unused file.
8309
8310 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8311
8312         * configure.ac:
8313         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8314         (djvu_document_finalize):
8315         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8316         (dvi_document_finalize):
8317         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8318         (pixbuf_document_save), (pixbuf_document_finalize):
8319         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8320         (tiff_document_finalize):
8321         
8322         Save a copy implemented for various backends.
8323
8324 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8325
8326         * configure.ac:
8327         
8328         Don't link with ltiff if tiff is disabled.
8329
8330 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8331
8332         * pdf/GDKSplashOutputDev.cc:
8333         * pdf/GDKSplashOutputDev.h:
8334         * pdf/Thumb.cc:
8335         * pdf/Thumb.h:
8336         * pdf/pdf-document.cc:
8337         * pdf/pdf-document.h:
8338         * pdf/test-gdk-output-dev.cc:
8339         
8340         Remove old unused files.
8341
8342 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8343
8344         * shell/ev-window.c: (ev_window_setup_document):
8345         
8346         Fixed warnings on reload and probably crash reason.
8347
8348 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8349
8350         * properties/ev-properties-view.c:
8351         (ev_properties_view_format_date):
8352         
8353         Check if date is invalid. Fix for bug 318134.
8354
8355 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8356
8357         * shell/ev-window-title.c:
8358         
8359         Add .indd files (Adobe Indesign) to the list of "bad
8360         extensions".
8361
8362 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8363
8364         * data/evince-ui.xml:
8365         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8366         
8367         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8368
8369 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8370
8371         * shell/ev-window.c: (launch_link), (launch_external_uri),
8372         (view_external_link_cb):
8373
8374         URL-escape link before passing it to gnome_vfs_url_show.
8375
8376 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8377
8378         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8379         there isn't text selected.
8380
8381 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8382
8383         * shell/ev-view.c: (handle_link_over_xy):
8384
8385         Check tooltip is valid utf8 before showing it
8386
8387 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8388
8389         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8390
8391 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8392
8393         * shell/ev-window-title.c: (ev_window_title_update):
8394
8395         Guard against using g_strstrip on NULL. Fixes bug #317291.
8396
8397 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8398
8399         * pdf/ev-poppler.cc:
8400
8401         Show title even for unknown links
8402
8403 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8404
8405         * shell/ev-window-title.c: (ev_window_title_update):
8406
8407         Strip the title string
8408
8409 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8410
8411         * shell/ev-window-title.c:
8412
8413         Add .rtf to the bad extensions list
8414
8415 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8416
8417         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8418         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8419
8420         Ignore link coordinates if they are outside page bounds
8421
8422 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8423
8424         * backend/ev-link.c: (ev_link_type_get_type),
8425         (ev_link_get_filename), (ev_link_get_params),
8426         (ev_link_get_property), (ev_link_set_property),
8427         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8428         * backend/ev-link.h:
8429         * pdf/ev-poppler.cc:
8430         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8431         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8432         (ev_window_init):
8433
8434         Implement launch links. Delegate external link opening to
8435         the window.
8436
8437 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8438
8439         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8440         (ev_link_get_right), (ev_link_get_property),
8441         (ev_link_set_property), (ev_link_class_init),
8442         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8443         * backend/ev-link.h:
8444         * pdf/ev-poppler.cc:
8445         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8446
8447         Implement fitr links
8448
8449 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8450
8451         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8452         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8453         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8454         (ev_view_size_request_continuous),
8455         (ev_view_size_request_dual_page),
8456         (ev_view_size_request_single_page), (ev_view_size_allocate),
8457         (ev_view_zoom_for_size_continuous_and_dual_page),
8458         (ev_view_zoom_for_size_continuous),
8459         (ev_view_zoom_for_size_dual_page),
8460         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8461         (ev_sizing_mode_get_type):
8462         * shell/ev-view.h:
8463         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8464
8465         Do not use modes for link, we need to calculate size ad hoc.
8466         Still not perfect because of the usual scrollbar issues grrr.
8467
8468 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8469
8470         * backend/ev-link.c: (ev_link_type_get_type),
8471         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8472         * backend/ev-link.h:
8473         * pdf/ev-poppler.cc:
8474         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8475         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8476         (ev_view_size_request_continuous),
8477         (ev_view_size_request_dual_page),
8478         (ev_view_size_request_single_page), (ev_view_size_allocate),
8479         (zoom_for_size_fit_height),
8480         (ev_view_zoom_for_size_continuous_and_dual_page),
8481         (ev_view_zoom_for_size_continuous),
8482         (ev_view_zoom_for_size_dual_page),
8483         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8484         (ev_sizing_mode_get_type):
8485         * shell/ev-view.h:
8486         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8487
8488         Implement FIT_HEIGHT mode (only for links).
8489         Implement FITH links
8490
8491 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8492
8493         * shell/ev-window-title.c: (get_filename_from_uri),
8494         (ev_window_title_sanitize_extension), (ev_window_title_update),
8495         (ev_window_title_set_document), (ev_window_title_set_uri),
8496         (ev_window_title_free):
8497         * shell/ev-window-title.h:
8498         * shell/ev-window.c: (ev_window_setup_document),
8499         (ev_window_popup_password_dialog):
8500
8501         Refactor window title building while fixing it for
8502         password documents.
8503
8504 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8505
8506         * pdf/ev-poppler.cc:
8507
8508         Escape link title before setting it in the model
8509
8510 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8511
8512         * shell/ev-application.c: (removed_from_session), (save_session),
8513         (init_session), (ev_application_get_empty_window),
8514         (ev_application_init), (ev_application_get_windows):
8515         * shell/ev-application.h:
8516         * shell/ev-window.c: (ev_window_finalize):
8517
8518         Add a function to retrieve window list and share it where
8519         necessary.
8520         Implement session handling, works pretty well thanks to the
8521         metadata system.
8522
8523 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8524
8525         * shell/ev-password.c: (ev_password_item_created_callback),
8526         (ev_password_dialog_save_password):
8527         
8528         Fix for bug 316972. Use async gnome-keyring API.
8529
8530 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8531
8532         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8533         Remove unused unrealize handler. Add scroll handling to
8534         ev_view_scroll_event for presentation mode (bug #316708),
8535         and fix the event state checks there.
8536
8537 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8538
8539         * shell/ev-page-action.c: (page_changed_cb):
8540
8541         "marco, maybe we should be crazy and jump right to 6! :)"
8542
8543         Bryan Clark, Sep 2005
8544
8545 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8546
8547         * ps/ps-document.c: (save_document), (ps_document_save),
8548         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8549         (ps_document_ps_export_end):
8550
8551         Fix unstructured documents save and print
8552
8553 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8554
8555         * shell/ev-application.c: (ev_application_open_uri):
8556
8557         Fix window size persistance
8558
8559 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8560
8561         * shell/ev-view.c: (ev_view_button_release_event):
8562
8563         Based on a patch from carlosgc@gnome.org. Mouse buttons
8564         switch pages in presentation mode.
8565
8566 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8567
8568         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8569
8570         Dont cast to int before scaling
8571
8572 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * backend/ev-link.c: (ev_link_type_get_type),
8575         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8576         (ev_link_new_page_fith):
8577         * backend/ev-link.h:
8578         * pdf/ev-poppler.cc:
8579         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8580
8581         Implement FIT and FITH links
8582
8583 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8584
8585         * pdf/ev-poppler.cc:
8586
8587         Return 0 results when search is not in progress.
8588
8589         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8590         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8591
8592         Update menu sensitivity when cancelling search
8593
8594 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8595
8596         * shell/ev-view.c: (ev_view_can_find_next):
8597
8598         Take all pages in consideration, not just current one
8599
8600 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8601
8602         * shell/ev-page-cache.c:
8603         * shell/ev-page-cache.h:
8604         * shell/ev-view.c: (ev_view_binding_activated),
8605         (ev_view_next_page), (ev_view_previous_page),
8606         (ev_sizing_mode_get_type):
8607         * shell/ev-view.h:
8608         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8609         (ev_window_cmd_go_next_page):
8610
8611         Move page next/previous functions from page chace to
8612         view and change it to move by 2 page steps in dual mode.
8613
8614 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8615
8616         * shell/ev-window.c: (update_sidebar_visibility),
8617         (setup_sidebar_from_metadata), (ev_window_setup_document),
8618         (setup_view_from_metadata):
8619
8620         Show the index by default when there is one     
8621
8622 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8623
8624         * shell/ev-window-title.c: (ev_window_title_set_document):
8625
8626         Missing null check
8627
8628 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8629
8630         * shell/ev-view.c: (view_update_range_and_current_page):
8631         
8632         Allow display of last odd page in dual view. Fix for 316347.
8633
8634 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8635
8636         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8637         
8638         Make close button default. Fix for 316383.
8639
8640 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8641
8642         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8643         
8644         Mark close button as default. Fix for 316381.
8645
8646 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8647
8648         * backend/ev-link.c: (ev_link_class_init):
8649
8650         Allow negative doubles in left/top properties
8651
8652 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8653
8654         * shell/ev-window.c:
8655
8656         Remove a bunch of strings that was used only
8657         by the statusbar.
8658
8659 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8660
8661         * shell/ev-window-title.c: (get_filename_from_uri),
8662         (ev_window_title_set_document):
8663
8664         When title has a confusing extension, show also
8665         the document filename inside ()
8666
8667 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8668
8669         * shell/Makefile.am:
8670         * shell/ev-window-title.c: (ev_window_title_new),
8671         (ev_window_title_update), (ev_window_title_set_type),
8672         (ev_window_title_set_document), (ev_window_title_free):
8673         * shell/ev-window-title.h:
8674         * shell/ev-window.c: (ev_window_setup_document),
8675         (password_dialog_response), (ev_window_popup_password_dialog),
8676         (ev_window_dispose), (ev_window_init):
8677
8678         Factor out and cleanup window title code
8679
8680 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8681
8682         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8683         (unable_to_load):
8684
8685         Make dialog transient so it doesnt block other windows
8686
8687 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8688
8689         * pdf/ev-poppler.cc:
8690         
8691         Fix pdf thumbnails rendering.
8692
8693 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8694
8695         * shell/ev-window.c: (fullscreen_set_timeout):
8696         
8697         Increase timeout to hide full screen popup. Bug 
8698         316123. 
8699
8700 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8701
8702         * data/evince.schemas.in:
8703         * shell/ev-window.c: (update_action_sensitivity):
8704
8705         Allow the user to override document restrictions. Fix for bug
8706         305818.
8707
8708 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8709
8710         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8711         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8712         (ev_window_class_init): Fix multihead behaviour of fullscreen
8713         toolbar popup. Fixes bug #315451.
8714
8715 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8716
8717         * configure.ac:
8718         * data/evince-password.glade:
8719         * shell/ev-password.c: (ev_password_dialog_set_property),
8720         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8721         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8722         (ev_password_dialog_entry_changed_cb),
8723         (ev_password_dialog_entry_activated_cb),
8724         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8725         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8726         (ev_password_dialog_set_bad_pass):
8727         * shell/ev-password.h:
8728         * shell/ev-window.c: (password_dialog_response),
8729         (ev_window_popup_password_dialog):
8730         
8731         Support for gnome-keyring for encrypted PDF's.
8732
8733 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8734
8735         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8736         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8737         (ev_view_enter_notify_event), (ev_view_class_init):
8738         
8739         More precise handling of enter_notify/leave_notify events
8740         in EvView. Fix for bug 315470.
8741
8742 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8743
8744         * shell/ev-window.c: (fullscreen_timeout_cb),
8745         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8746         (ev_window_dispose):
8747
8748         leak fix: unref fullscreen_timeout_source before clearing it
8749
8750 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8751
8752         * configure.ac, dvi/mdvi/Makefile.am: 
8753         
8754         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8755
8756 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8757
8758         * backend/ev-link.c: (ev_link_new_page_xyz):
8759         * pdf/ev-poppler.cc:
8760         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8761
8762         Fix some bugs with xyz links, respect zoom
8763
8764 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8765
8766         * shell/ev-window.c: (page_changed_cb),
8767         (setup_document_from_metadata), (update_sidebar_visibility),
8768         (setup_view_from_metadata), (ev_window_run_fullscreen),
8769         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8770         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8771         (ev_window_dual_mode_changed_cb),
8772         (ev_window_sidebar_current_page_changed_cb):
8773
8774         null check uri before setting and getting metadata
8775
8776 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8777
8778         * dvi/Makefile.am:
8779         * properties/Makefile.am:
8780         * shell/Makefile.am:
8781         * thumbnailer/Makefile.am:
8782
8783         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8784
8785 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8786
8787         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8788         (selection_changed_callback):
8789         * shell/ev-sidebar-links.h:
8790
8791         Add a signal for link activation.
8792
8793         * shell/ev-view.c: (ev_view_goto_link),
8794         (ev_view_button_release_event):
8795         * shell/ev-view.h:
8796         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8797         (ev_window_init):
8798
8799         Implement the signal so that we can handle all link types.
8800
8801         * shell/ev-page-cache.c:
8802
8803         Remove unused set_link function
8804
8805 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8806
8807         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8808
8809         Add some space from the cursor, hardcoded but I couldnt
8810         find a better way.
8811
8812 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8813
8814         * lib/ev-tooltip.c:
8815
8816         Use mozilla style vs gtk style, way better for links.
8817
8818         * shell/ev-view.c: (ev_view_motion_notify_event),
8819         (ev_view_destroy), (ev_view_init):
8820
8821         Deactive tooltip when the link hovered is changed.
8822
8823 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8824
8825         * backend/ev-document.h:
8826         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8827         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8828         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8829         (ev_link_new_page), (ev_link_new_page_xyz):
8830         * backend/ev-link.h:
8831         * pdf/ev-poppler.cc:
8832         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8833         (go_to_link), (tip_from_link):
8834
8835         Implement xyz links, still not functional. Links are a total
8836         mess, will need to refactor and bugfix a lot :(
8837
8838 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8839
8840         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8841
8842 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8843
8844         * data/evince-ui.xml:
8845         * data/evince.schemas.in:
8846         * shell/Makefile.am:
8847         * shell/ev-window.c: (update_chrome_visibility),
8848         (password_dialog_response), (ev_window_load_job_cb),
8849         (ev_window_xfer_job_cb), (ev_window_open_uri),
8850         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8851         (ev_window_init):
8852
8853         Remove the statusbar. This regress loading feedback, need to
8854         check with Bryan what we want to do there...
8855
8856 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8857
8858         * lib/ev-tooltip.c: (ev_tooltip_init):
8859
8860         Fix tooltip border and size handling
8861
8862 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8863
8864         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8865         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8866         (ev_tooltip_timeout), (ev_tooltip_activate),
8867         (ev_tooltip_deactivate):
8868         * lib/ev-tooltip.h:
8869         * shell/ev-view.c: (ev_view_motion_notify_event):
8870
8871         Delay popup showing. Mirror gtk logic/times.
8872
8873 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8874
8875         * lib/Makefile.am:
8876         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8877         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8878         (ev_tooltip_set_text), (ev_tooltip_set_position):
8879         * lib/ev-tooltip.h:
8880
8881         Simple widget to show tooltips at a custom position
8882
8883         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8884         (ev_view_destroy):
8885
8886         Use it for links. First go, needs work
8887
8888 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8889
8890         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8891         HIG fixes.  Use title capitalization for window title. Use 12 
8892         pixels of space between the dialog's vbox and action area.
8893
8894 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8895
8896         * shell/ev-window.c: (file_open_dialog_response_cb),
8897         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8898         (ev_window_cmd_save_as):
8899
8900         Make file pickers not modal and refactor code some
8901
8902 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8903
8904         * shell/ev-sidebar.h:
8905         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8906         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8907         (ev_sidebar_class_init), (ev_sidebar_select_page),
8908         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8909         (ev_sidebar_set_page):
8910
8911         Add a current page property and allow to get/set it
8912
8913         * shell/ev-window.c: (setup_view_from_metadata),
8914         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8915
8916         Persist current sidebar page per document
8917
8918 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8919
8920         * data/evince.schemas.in:
8921         * shell/ev-window.c: (update_chrome_visibility),
8922         (setup_document_from_metadata), (update_sidebar_visibility),
8923         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8924         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8925         (ev_window_run_presentation), (ev_window_stop_presentation),
8926         (ev_window_view_sidebar_cb),
8927         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8928         (load_chrome), (ev_window_init):
8929
8930         Persist size/visibility of sidebar per document
8931
8932 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8933
8934         * shell/ev-view.c (draw_loading_text): Draw loading text.
8935
8936 2005-09-02  Dan Damian  <dand@gnome.ro>
8937
8938         * configure.in: Added "ro" to ALL_LINGUAS.
8939
8940 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8941
8942         * shell/ev-view.c: (clear_caches):
8943
8944         ev_page_cache_get doesnt return a reference,
8945         dont try to unref it.
8946
8947 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8948
8949         * shell/main.c: (load_files_remote):
8950
8951         Fix timestamp parameter with dbus <= 0.33
8952
8953 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8954
8955         * data/evince.schemas.in:
8956
8957         Add missing full stop
8958
8959 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8960
8961         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8962         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8963
8964         Plug some memory leaks
8965
8966 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8967
8968         * configure.ac:
8969         * lib/ev-debug.c: (trap_handler):
8970
8971         Check for execinfo.h and use it only if it exists.
8972         Ported from Epiphany (bug #314776).
8973
8974 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8975
8976         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8977
8978 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8979
8980         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8981         * po/id.po      : Added Indonesian translation
8982
8983 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8984
8985         * shell/main.c:
8986         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8987         * NEWS: Release 0.4.0
8988
8989 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8990
8991         * configure.ac: catch another gtk+-2.8ism
8992         * shell/main.c: Make work with gtk+-2.6
8993
8994 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8995
8996         * shell/ev-application-service.xml: Add 'timestamp' argument to
8997           ev_application_open_window and ev_application_open_uri methods.
8998
8999         * shell/ev-application.h: Add 'timestamp' argument to
9000           ev_application_open_window, ev_application_open_uri,
9001           and ev_application_open_uri_list functions.
9002
9003         * shell/ev-application.c (ev_application_open_window,
9004           ev_application_open_uri, ev_application_open_uri_list): Change
9005           functions that show/present windows to use a timestamp if one
9006           is passed in.
9007
9008         * shell/ev-window.c (ev_window_cmd_file_open,
9009           ev_window_cmd_recent_file_activate, drag_data_received_cb):
9010         * shell/main.c (load_files): Modify calls to ev_application to
9011           include GDK_CURRENT_TIME as timestamp.
9012
9013         * shell/main.c (load_files_remote): Obtain timestamp for client
9014           instance from GDK and pass to server instance so new windows are
9015           focused properly.  Fix dbus_g_proxy_call() calls by including second
9016           G_TYPE_INVALID.
9017           
9018         Closes bug #314475.
9019
9020 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
9021
9022         * shell/ev-window.c (ev_window_finalize): Check for
9023         avail. EvWindows when quiting to handle the finalize better,
9024         #314497
9025
9026 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9027         
9028         * properties/ev-properties-view.c: 
9029         
9030         Set textdomain to libglade. Fixes translation problem in property page.
9031
9032 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9033
9034         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
9035         * dvi/Makefile.am:
9036         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
9037         * dvi/mdvi-lib/Makefile.am:
9038         
9039         Fix rotation of thumbnails, ported to new API. Moved library
9040         dependencies earlier, probably it will fix linkage problem.
9041
9042 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9043
9044         * backend/ev-document-misc.c:
9045         (ev_document_misc_get_thumbnail_frame):
9046         * backend/ev-document-misc.h:
9047         * configure.ac:
9048         * pdf/ev-poppler.cc:
9049         * shell/Makefile.am:
9050         * shell/ev-sidebar-thumbnails.c: (add_range),
9051         (ev_sidebar_thumbnails_set_loading_icon),
9052         (ev_sidebar_thumbnails_refresh),
9053         (ev_sidebar_thumbnails_set_document):
9054         * shell/ev-sidebar-thumbnails.h:
9055         * shell/ev-view.c: (ev_view_motion_notify_event),
9056         (ev_view_set_property), (ev_view_get_property),
9057         (ev_view_class_init), (ev_view_set_rotation):
9058         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9059         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9060         (ev_window_init):
9061         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9062         Redo rotation (again).  prepare for 0.4.0
9063
9064 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
9065
9066         * configure.ac: Bump poppler requirement to 0.4.1.
9067
9068         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9069         argument to poppler_page_render_selection() call.
9070
9071 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9072
9073         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9074         (djvu_document_thumbnails_get_thumbnail):
9075         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9076         (dvi_document_thumbnails_get_thumbnail):
9077         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9078         (pixbuf_document_thumbnails_get_thumbnail):
9079         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9080         
9081         Update rotation direction of backends to fit with pdf and ps.
9082
9083 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9084
9085         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9086         * backend/ev-async-renderer.h:
9087         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9088         (setup_page), (ps_document_get_page_size),
9089         (ps_async_renderer_render_pixbuf):
9090         * ps/ps-document.h:
9091         * shell/ev-jobs.c: (ev_job_render_run):
9092
9093         Fix orientation in the postscript document
9094
9095 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9096
9097         * pdf/ev-poppler.cc:
9098         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9099         * shell/ev-view.c: (highlight_find_results):
9100
9101         Adapt to the new poppler rotation API. Fix text maps on landscape
9102         documents.
9103
9104 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9105
9106         * shell/ev-view.c (compute_new_selection_text): get the correct
9107         region when selecting in modes other than continuous.
9108
9109 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9110
9111         * shell/main.c (main): remove redundant g_warnings.
9112
9113 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9114
9115         * shell/Makefile.am: Don't include autogenerated
9116         file ev-application-service.h into distribution, since
9117         it causes dbus crash. Fix for bugs 313724 and 313443. 
9118
9119 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9120
9121         * configure.ac: Fix sed expression for FreeBSD. Thanks
9122         to Joe Marcus Clark <marcus@freebsd.org>
9123         
9124         * shell/eggfindbar.c: (entry_activate_callback),
9125         (entry_changed_callback), (egg_find_bar_init),
9126         (egg_find_bar_set_search_string):
9127         
9128         Made findbar buttons unsensitive if there is no text in
9129         entry. Fix for the bug 313285.
9130
9131 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9132
9133         * ps/ps-document.c: Use g_filename_display_name for displaying
9134         filenames and revert string freeze breackage
9135
9136 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9137
9138         * NEWS:
9139         * configure.ac:
9140
9141         Update for 0.3.4
9142
9143         * shell/Makefile.am:
9144
9145         Add ev-application-service.xml to extra dist
9146
9147         * shell/ev-view.c: (find_page_at_location):
9148
9149         Remove unused function (fix warning)
9150
9151 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9152
9153         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9154         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9155         
9156         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9157         bug 313623.
9158
9159 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9160
9161         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9162         * shell/ev-window.c:
9163         Fix build warnings
9164
9165 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9166
9167         * configure.ac: Update script to get dbus version.
9168         Fix for the bug #313443.
9169
9170 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9171
9172         * shell/ev-window.c: (ev_window_cmd_escape):
9173         
9174         Return focus back to view on escape. Fix for bug 313295.
9175
9176 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9177
9178         * shell/ev-window.c: (update_window_title),
9179         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9180         (ev_window_cmd_save_as):
9181         
9182         Correct conversion from uri to displayable string. Fix for
9183         bug 313296.
9184
9185 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9186
9187         * ps/ps-document.c: convert filename to utf8 when there is an error
9188         loading document. Fixes #309915
9189
9190 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9191
9192         * configure.ac:
9193
9194         We depend on poppler 0.4.0
9195
9196 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9197
9198         * configure.ac:
9199         * NEWS: Release 0.3.3.
9200         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9201
9202 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9203
9204         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9205         add a couple missing mnemonics to menu items, use title 
9206         capitalization for menu items and window titles, and add 
9207         ellipsis to open menu item.     
9208
9209 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9210
9211         * pdf/ev-poppler.cc:
9212         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9213         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9214         (ev_view_get_rotation):
9215         * shell/ev-view.h:
9216         * shell/ev-window.c: (setup_view_from_metadata),
9217         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9218         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9219         disk.
9220
9221 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9222
9223         * configure.ac: Added tr to ALL_LINGUAS
9224
9225 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9226
9227         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9228         requires several clicks to find word. Thanks to 
9229         Colin Slater <kiltedtaco@gmail.com>.
9230
9231 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9232
9233         * data/evince.desktop.in.in: Hide menu entry and
9234         rename it to "Document Viewer". Fix for bug 
9235         #312399.
9236
9237 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9238
9239         * shell/ev-page-action.c (ev_page_action_class_init): 
9240
9241         Point to the correct function in constructor of the
9242         activate_label signal
9243
9244 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9245
9246         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9247         * shell/ev-jobs.h: Make thread safe.
9248
9249 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9250
9251         * shell/ev-view.c: (view_update_range_and_current_page):
9252         Don't update page range if we are scrolling to some document
9253         point.
9254
9255 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9256
9257         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9258         when getting max_page_width, fix drawing in dual mode.
9259
9260 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9261
9262         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9263         getting the area for select_all.
9264
9265 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9266
9267         * backend/ev-selection.c: (ev_selection_render_selection):
9268         * backend/ev-selection.h:
9269         * pdf/ev-poppler.cc:
9270         * shell/ev-jobs.c: (ev_job_render_new):
9271         * shell/ev-jobs.h:
9272         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9273         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9274         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9275         (ev_view_class_init):
9276
9277         Change selection color on focus in and focus out events.  Also,
9278         poppler now uses GdkColor for specifying the selection colors, so
9279         drop some awkward conversion code.
9280
9281 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9282
9283         * configure.ac: Added Hebrew translation
9284
9285 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9286
9287         * NOTES:
9288         * backend/ev-selection.c: (ev_selection_render_selection):
9289         * backend/ev-selection.h:
9290         * pdf/ev-poppler.cc:
9291         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9292         (ev_job_render_run):
9293         * shell/ev-jobs.h:
9294         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9295         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9296         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9297         (ev_pixbuf_cache_style_changed),
9298         (ev_pixbuf_cache_get_selection_pixbuf),
9299         (ev_pixbuf_cache_set_selection_list),
9300         (ev_pixbuf_cache_get_selection_list):
9301         * shell/ev-pixbuf-cache.h:
9302         * shell/ev-utils.c: (ev_print_region_contents):
9303         * shell/ev-utils.h:
9304         * shell/ev-view.c: (ev_view_queue_draw_page),
9305         (selection_update_idle_cb), (ev_view_motion_notify_event),
9306         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9307         (setup_caches), (ev_view_find_next), (merge_selection_region),
9308         (selection_free):
9309         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9310
9311         Clean up selection to be much smoother!
9312
9313 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9314
9315         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9316         to poppler_page_render_selection().
9317
9318 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9319
9320         * ps/ps-document.c: (save_page_list): Use
9321         unzipped document when printing. Thanks to 
9322         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9323         311016.
9324
9325 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9326
9327         * shell/ev-window.c: (update_action_sensitivity):
9328         
9329         Disable print and save respect to lockdown gconf keys. Fix
9330         for 312342.
9331
9332 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9333
9334         * configure.ac:
9335         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9336         (write_to_temp_file), (ev_file_set_contents):
9337         * shell/ev-utils.h:
9338         * shell/ev-window.c: (save_print_config_to_file):
9339         
9340         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9341         Fix for bug 312238
9342
9343 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9344
9345         * shell/ev-window.c: (load_print_config_from_file),
9346         (save_print_config_to_file), (ev_window_print_range):
9347
9348         Persist the print settings. Fixes bug #311578.
9349
9350 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9351
9352         * djvu/djvu-document.c: (djvu_document_get_page_size),
9353         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9354         (djvu_document_thumbnails_get_thumbnail):
9355         * dvi/dvi-document.c: (dvi_document_get_page_size),
9356         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9357         (dvi_document_thumbnails_get_dimensions),
9358         (dvi_document_thumbnails_get_thumbnail):
9359         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9360         (pixbuf_document_render_pixbuf),
9361         (pixbuf_document_document_iface_init),
9362         (pixbuf_document_thumbnails_get_thumbnail):
9363         
9364         Update backends to make them build with new rotation system.
9365
9366 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9367
9368         * help/C/figures/evince_start_window.png:
9369         
9370         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9371
9372 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9373
9374         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9375         * shell/ev-pixbuf-cache.h:
9376         * shell/ev-sidebar-thumbnails.c:
9377         (ev_sidebar_thumbnails_get_property), (add_range),
9378         (adjustment_changed_cb):
9379         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9380         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9381         we were thumbnailing the entire docment on startup, slowing us
9382         down hugely. 
9383
9384 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9385
9386         * shell/ev-page-cache.c: (ev_page_cache_new):
9387         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9388         == 0, fixes #310306.
9389
9390 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9391
9392         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9393         (ev_view_rotate_left):
9394
9395         Account rotation in doc_rect_to_view_rect.
9396         Ensure rotation doesnt go out of bounds.
9397
9398 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9399
9400         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9401
9402         Correct and cleanup w/h swapping
9403
9404 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9405
9406         * backend/ev-document-thumbnails.c:
9407         (ev_document_thumbnails_get_thumbnail):
9408         * backend/ev-document-thumbnails.h:
9409         * backend/ev-document.c:
9410         * backend/ev-document.h:
9411         * backend/ev-render-context.c: (ev_render_context_new),
9412         (ev_render_context_set_rotation):
9413         * backend/ev-render-context.h:
9414         * pdf/ev-poppler.cc:
9415         * ps/ps-document.c: (ps_document_document_iface_init):
9416         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9417         * shell/ev-jobs.h:
9418         * shell/ev-page-cache.c: (build_height_to_page),
9419         (ev_page_cache_new), (ev_page_cache_get_size),
9420         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9421         (ev_page_cache_get_height_to_page):
9422         * shell/ev-page-cache.h:
9423         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9424         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9425         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9426         (ev_pixbuf_cache_get_selection_pixbuf):
9427         * shell/ev-pixbuf-cache.h:
9428         * shell/ev-print-job.c: (idle_print_handler):
9429         * shell/ev-sidebar-thumbnails.c: (add_range):
9430         * shell/ev-view.c: (view_update_range_and_current_page),
9431         (get_page_y_offset), (get_page_extents),
9432         (ev_view_size_request_continuous_dual_page),
9433         (ev_view_size_request_continuous),
9434         (ev_view_size_request_dual_page),
9435         (ev_view_size_request_single_page), (draw_one_page),
9436         (ev_view_set_rotation), (ev_view_rotate_right),
9437         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9438         (ev_view_zoom_for_size_continuous_and_dual_page),
9439         (ev_view_zoom_for_size_continuous),
9440         (ev_view_zoom_for_size_dual_page),
9441         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9442         (ev_view_select_all):
9443         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9444         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9445         (tiff_document_document_iface_init),
9446         (tiff_document_thumbnails_get_thumbnail):
9447
9448         Use rotation rather than orientation. It's easier and enough
9449         for our needs.
9450
9451 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9452
9453         * shell/ev-page-cache.c: (build_height_to_page),
9454         (ev_page_cache_new), (ev_page_cache_get_size),
9455         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9456         (ev_page_cache_get_height_to_page):
9457         * shell/ev-page-cache.h:
9458         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9459         (ev_view_size_request_continuous_dual_page),
9460         (ev_view_size_request_continuous),
9461         (ev_view_zoom_for_size_continuous_and_dual_page),
9462         (ev_view_zoom_for_size_continuous):
9463
9464         Make the page cache aware of page orientation.
9465
9466 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9467
9468         * backend/ev-document-thumbnails.c:
9469         (ev_document_thumbnails_get_thumbnail):
9470         * backend/ev-document-thumbnails.h:
9471         * backend/ev-document.c:
9472         * backend/ev-document.h:
9473         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9474         * backend/ev-ps-exporter.h:
9475         * pdf/ev-poppler.cc:
9476         * ps/ps-document.c: (ps_document_document_iface_init),
9477         (ps_document_ps_export_do_page):
9478         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9479         * shell/ev-jobs.h:
9480         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9481         (ev_page_cache_get):
9482         * shell/ev-page-cache.h:
9483         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9484         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9485         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9486         * shell/ev-pixbuf-cache.h:
9487         * shell/ev-print-job.c: (idle_print_handler):
9488         * shell/ev-sidebar-thumbnails.c: (add_range):
9489         * shell/ev-view.c: (view_update_range_and_current_page),
9490         (get_page_extents), (ev_view_size_request_dual_page),
9491         (ev_view_size_request_single_page), (draw_one_page),
9492         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9493         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9494         (ev_view_zoom_for_size_dual_page),
9495         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9496         (ev_view_select_all):
9497         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9498         * tiff/tiff-document.c: (tiff_document_get_page_size),
9499         (tiff_document_get_orientation), (rotate_pixbuf),
9500         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9501         (tiff_document_thumbnails_get_thumbnail),
9502         (tiff_document_ps_export_do_page), (tiff_document_init):
9503
9504         Really make use of the orientation bit of the render context.
9505         Use the render context in a few more places in the backend API.
9506         This regress orientation, but now it's done right. Will try to
9507         fix it up asap...
9508
9509 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9510
9511         * shell/ev-view.c: (ensure_rectangle_is_visible):
9512
9513         Patch by Nickolay V. Shmyrev to fix find flickering
9514
9515 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9516
9517         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9518         duplex parameters to ::begin.
9519
9520         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9521         * shell/ev-print-job.c (idle_print_handler): 
9522         * ps/ps-document.c (ps_document_ps_export_begin): 
9523         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9524         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9525         implementations. Poppler backend needs poppler cvs. Rest has
9526         unchanged behavior.
9527
9528 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9529
9530         * shell/ev-window.c (using_pdf_printer): new function.
9531         (ev_window_print_range): print a less techy message if someone
9532         tries to print to PDF.
9533
9534 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9535
9536         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9537         from "unknown font" string. Bug #311431
9538
9539 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9540
9541         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9542
9543 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9544
9545         Bug #311280
9546         
9547         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9548         name for PopplerFontTypes
9549         (pdf_document_fonts_fill_model): add font type to the detail column
9550
9551         * backend/ev-document-fonts.h: added
9552         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9553
9554         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9555         font name and font details, add a little markup.
9556         (ev_properties_fonts_init): use the new cell data func, specify ypad
9557         property for the cell renderer.
9558         (ev_properties_fonts_set_document): add the details column.
9559
9560 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9561
9562         * configure.ac: Added "pl" to ALL_LINGUAS.
9563
9564 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9565
9566         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9567
9568 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9569
9570         * help/ChangeLog: Started this for translations of manual.
9571         * configure.ac, autogen.sh, .cvsignore: Migrated to
9572         gnome-doc-utils. Patch in bug #311222.
9573
9574 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9575
9576         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9577         #ifdef this away to fix an unused-function warning.
9578
9579 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9580
9581         * configure.ac: Added 'gl' to ALL_LINGUAS.
9582
9583 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9584
9585         * configure.ac: Added ne in ALL_LINGUAS
9586         
9587 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9588
9589         * shell/ev-view.c: (ev_view_leave_notify_event):
9590         
9591         Clear status message when pointer leaves view. Fix for bug
9592         #310818 
9593
9594 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9595
9596         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9597
9598 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9599
9600         * shell/ev-view.c: (ev_view_leave_notify_event),
9601         (ev_view_class_init):
9602         
9603         Set cursor to normal then leaving view.
9604
9605 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9606
9607         * configure.ac:
9608         
9609         Fix required djvulibre version.
9610
9611 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9612
9613         *configure.ac: Hindi (hi) language added
9614
9615 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9616
9617         *configure.ac: Punjabi (pa) Language added
9618
9619 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9620
9621         * data/evince-ui.xml, shell/ev-window.c:
9622         
9623         Add keypad accelerators for zooming. Fix for bug 308128.
9624
9625 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9626
9627         * Makefile.am:
9628         * backend/Makefile.am:
9629         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9630         * configure.ac:
9631         * shell/ev-document-types.c: (ev_document_types_add_filters):
9632
9633         Allow to enable/disable the pixbuf backend.
9634         Default to off for now. If we want it enabled we should
9635         really put mime types in the desktop, implement properties etc.
9636
9637         * properties/evince-properties.c:
9638
9639         Initialize error to NULL.
9640         Check error is not NULL before freeing.
9641
9642 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9643
9644         * shell/ev-window.c:
9645
9646         Use F5 as presentation accell
9647
9648 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9649
9650         * shell/ev-window.c: (update_chrome_visibility),
9651         (ev_window_create_fullscreen_popup), (ev_window_init):
9652
9653         Do not leak the fullscreen toolbar
9654
9655 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9656
9657         * shell/ev-window.c: (view_actions_focus_in_cb),
9658         (view_actions_focus_out_cb):
9659
9660         These has a return value! Fix totally random focus
9661         issues we was seeing.
9662
9663 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9664
9665         * shell/main.c: (load_files_remote):
9666
9667         Allow open more than one file
9668
9669 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9670
9671         * shell/main.c: (load_files_remote):
9672
9673         Fix for dbus 0.33. bug #309975
9674
9675 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9676
9677         * properties/ev-properties-main.c: (ev_properties_get_pages):
9678
9679         Actually return NULL for types we dont support
9680
9681 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9682
9683         * po/POTFILES.in:
9684
9685         Remove empty lines.
9686
9687 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9688
9689         * backend/ev-document-factory.c:
9690         (ev_document_factory_get_document):
9691
9692         Do not try to create the object if type
9693         is invalid.
9694
9695 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9696
9697         * ps/ps-document.c: (ps_document_dispose),
9698         (ps_async_renderer_render_pixbuf):
9699         * ps/ps-document.h:
9700
9701         Do not leak the target window
9702
9703 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9704
9705         * shell/ev-application.c: (ev_application_init):
9706
9707         Let tbe check file existence for us.
9708         Add a comment about eggrecent mime filter.
9709
9710 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9711
9712         * data/evince-ui.xml:
9713         * shell/ev-application.c: (ev_application_shutdown),
9714         (ev_application_init), (ev_application_get_toolbars_model),
9715         (ev_application_get_recent_model),
9716         (ev_application_save_toolbars_model):
9717         * shell/ev-application.h:
9718         * shell/ev-window.c: (ev_window_add_recent),
9719         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9720         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9721         (ev_window_init):
9722
9723         Use common toolbar and recent models for all windows.
9724         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9725
9726 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9727
9728         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9729         successfully check for gtk_icon_view_get_visible_range.
9730
9731 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9732
9733         * djvu/Makefile.am:
9734         * dvi/Makefile.am:
9735         
9736         Fix djvu and dvi backend build.
9737
9738 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9739
9740         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9741         (new_separator_pixbuf):
9742
9743         Don't leak windows.
9744
9745 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9746
9747         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9748
9749         HIGification of toolbar editor dialogue.
9750
9751 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9752
9753         * configure.ac:
9754         * shell/Makefile.am:
9755
9756         Ever build metadata manager since it's just
9757         disabled at runtime now.
9758
9759 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9760
9761         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9762         (ev_metadata_manager_get), (ev_metadata_manager_set):
9763         * shell/ev-metadata-manager.h:
9764
9765         Add an _init functions that enabled metadata management
9766         at runtime.
9767
9768         * shell/ev-window.c: (page_changed_cb),
9769         (setup_document_from_metadata), (ev_window_setup_document),
9770         (setup_view_from_metadata), (ev_window_open_uri),
9771         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9772         (ev_window_run_presentation), (ev_window_stop_presentation),
9773         (save_sizing_mode), (ev_window_zoom_changed_cb),
9774         (ev_window_continuous_changed_cb),
9775         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9776         (window_configure_event_cb):
9777
9778         Remove all ugly metadata define since we deal with it
9779         at runtime now.
9780
9781         * shell/main.c: (load_files_remote), (main):
9782
9783         Add support for dbus cvs head. Hopefully didnt break one
9784         of the other versions now!
9785
9786         If we dont get a response from the dbus server just
9787         give up with it and not enable metadata.
9788
9789 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9790
9791         * Makefile.am:
9792         * backend/Makefile.am:
9793         * configure.ac:
9794         * cut-n-paste/recent-files/Makefile.am:
9795         * cut-n-paste/toolbar-editor/Makefile.am:
9796         * cut-n-paste/zoom-control/Makefile.am:
9797         * lib/Makefile.am:
9798         * pdf/Makefile.am:
9799         * pixbuf/Makefile.am:
9800         * properties/Makefile.am:
9801         * ps/Makefile.am:
9802         * shell/Makefile.am:
9803         * thumbnailer/Makefile.am:
9804         * tiff/Makefile.am:
9805
9806         Make frontends depend on just libev.
9807         Rework and group CFLAGS/LIBS definitions.
9808         Cleanups.
9809
9810 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9811
9812         * shell/ev-window:
9813
9814         do not unnecessarily save zoom
9815
9816         * configure.ac:
9817         * lib/ev-file-helpers.c: (ev_dot_dir):
9818         * shell/Makefile.am:
9819         * shell/dummy.cc:
9820
9821         Some cleanups
9822
9823 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9824
9825         * configure.ac:
9826         
9827         Remove unnecessary dependencies
9828
9829 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9830
9831         * properties/Makefile.am:
9832         * thumbnailer/Makefile.am:
9833         * tiff/Makefile.am:
9834
9835         Some more cleanups. Was really necessary
9836         but I probably introduced bugs, feel free
9837         to flame :)
9838
9839 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9840
9841         * backend/Makefile.am:
9842         * configure.ac:
9843         * cut-n-paste/recent-files/Makefile.am:
9844         * cut-n-paste/toolbar-editor/Makefile.am:
9845         * cut-n-paste/zoom-control/Makefile.am:
9846         * lib/Makefile.am:
9847         * pdf/Makefile.am:
9848         * pixbuf/Makefile.am:
9849         * properties/Makefile.am:
9850         * ps/Makefile.am:
9851         * shell/Makefile.am:
9852         * thumbnailer/Makefile.am:
9853         * tiff/Makefile.am:
9854
9855         Use gnome-common macros when possible.
9856         Cleanup dependencies.
9857         Actually disable deprecated where possible.
9858
9859 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9860
9861         * Makefile.am:
9862         * backend/Makefile.am:
9863         * properties/Makefile.am:
9864         * shell/Makefile.am:
9865         * thumbnailer/Makefile.am:
9866
9867         This should solve the circular dep without
9868         requiring dir reorg!
9869
9870         * shell/ev-window.c: (setup_view_from_metadata):
9871
9872         Never restore window size/position when the
9873         window is already visible.
9874
9875 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9876
9877         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9878
9879         Return a boolean from timeout func. Fix ported from gedit.
9880
9881 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9882
9883         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9884
9885 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9886
9887         * shell/ev-document-types.c: set "All Documents" as default filter in
9888         open dialog
9889
9890 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9891
9892         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9893         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9894         (ev_metadata_manager_set_boolean): fix value/val thinko.
9895
9896 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9897
9898         * shell/ev-window.c: (setup_view_from_metadata),
9899         (window_state_event_cb), (window_configure_event_cb),
9900         (ev_window_init):
9901
9902         Remember window position and maximized state
9903
9904 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9905
9906         * configure.ac:
9907
9908         Fix DBUS configure checks.
9909
9910         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9911         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9912         (ev_metadata_manager_set_boolean):
9913
9914         Plug mem leaks.
9915
9916         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9917         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9918         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9919         (ev_window_continuous_changed_cb),
9920         (ev_window_dual_mode_changed_cb), (ev_window_new):
9921
9922         Fix the build without DBUS.
9923
9924 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9925
9926         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9927         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9928         (ev_metadata_manager_set_string),
9929         (ev_metadata_manager_set_boolean):
9930         * shell/ev-metadata-manager.h:
9931
9932         Add support for some more types
9933
9934         * shell/ev-view.c: (scroll_to_current_page),
9935         (ev_view_get_continuous), (ev_view_set_continuous),
9936         (ev_view_get_dual_page):
9937         * shell/ev-view.h:
9938         * shell/ev-window.c: (page_changed_cb),
9939         (setup_document_from_metadata), (ev_window_setup_document),
9940         (setup_view_from_metadata), (ev_window_open_uri),
9941         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9942         (ev_window_run_presentation), (ev_window_stop_presentation),
9943         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9944         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9945         (ev_window_update_dual_page_action),
9946         (ev_window_continuous_changed_cb),
9947         (ev_window_dual_mode_changed_cb), (ev_window_init):
9948
9949         Remember a bunch of view/document properties. Prolly some
9950         are still missing but it's getting interesting.
9951
9952 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9953
9954         * configure.ac: check if dbus-binding-tool is installed. Not the
9955         case on current Ubuntu breezy, it seems.
9956
9957 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9958
9959         * data/evince.desktop.in.in:
9960         
9961         Allow open uri lists and add TryExec field.
9962
9963 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9964
9965         * configure.ac:
9966
9967         Enable dbus when available, do not require a configure
9968         option.
9969
9970 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9971
9972         * configure.ac:
9973
9974         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9975         disabled.
9976
9977 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9978         Marco Pesenti Gritti  <mpg@redhat.com>
9979
9980         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9981         
9982         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9983         functions to the format required by dbus
9984
9985         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9986         errors. Use the RPC parameters in the expected way
9987
9988 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9989
9990         * Makefile.am:
9991         * properties/Makefile.am:
9992         * properties/ev-properties-main.c: (ev_properties_get_pages):
9993
9994         Support all mime types
9995
9996         * shell/Makefile.am:
9997         * thumbnailer/Makefile.am:
9998         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9999         (evince_thumbnail_pngenc_get):
10000
10001         Use the document factory
10002
10003 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10004
10005         * backend/Makefile.am:
10006         * backend/ev-document-factory.c:
10007         (mime_type_supported_by_gdk_pixbuf),
10008         (ev_document_type_get_from_mime),
10009         (ev_document_factory_get_document),
10010         (ev_document_factory_get_backend),
10011         (ev_document_factory_get_mime_types),
10012         (ev_document_factory_get_all_mime_types):
10013         * backend/ev-document-factory.h:
10014         * shell/Makefile.am:
10015         * shell/ev-document-types.c: (get_document_from_uri),
10016         (ev_document_types_get_document),
10017         (file_filter_add_mime_list_and_free),
10018         (ev_document_types_add_filters):
10019         * shell/ev-document-types.h:
10020         * shell/ev-job-xfer.c: (ev_job_xfer_run):
10021         * shell/ev-properties-dialog.c:
10022         (ev_properties_dialog_set_document):
10023         * shell/ev-window.c: (ev_window_cmd_file_open),
10024         (ev_window_cmd_save_as):
10025         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10026
10027         Rework document types managing to avoid code duplication
10028         and actually abstract from backend implementations.
10029         Also provide a minimal factory api that can be used by
10030         thumbnailer/properties.
10031
10032 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10033
10034         * properties/ev-properties-view.c: (ev_properties_view_set_info):
10035         Plug a mem leak.
10036         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
10037         HIG spacings.
10038
10039 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10040
10041         * shell/ev-properties-dialog.c
10042         (ev_properties_dialog_set_document): only call
10043         ev_properties_fonts_set_document() if the document implements the
10044         fonts interface
10045
10046 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10047
10048         * configure.ac:
10049         * properties/Makefile.am:
10050         * properties/ev-properties-view.c:
10051         (ev_properties_view_register_type):
10052         * properties/ev-properties-view.h:
10053         * properties/ev-properties-main.h:
10054
10055         Implement nautilus plugin for properties.
10056         Works only for pdf atm, I need to rework the
10057         document types stuff to get this to work
10058         for all backends...
10059
10060 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10061
10062         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10063         (ev_properties_fonts_set_document): use
10064         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10065
10066 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10067
10068         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10069         them
10070         (PlaceImage, tiff2ps_process_page): use
10071         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10072
10073
10074 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10075
10076         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10077         (main): to call gnome_authentication_manager_init. Should fix
10078         Bug #308510
10079
10080         * configure.ac: that requires libgnomeui 2.6.0.
10081
10082 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10083
10084         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10085         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10086         use the new tiff2ps interfaces
10087
10088         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10089         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10090
10091         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10092         structure instead of global variables.  Remove use of static
10093         variables in functions.
10094
10095 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10096
10097         * shell/ev-page-action.c: unref the completion after setting it to the
10098         entry
10099
10100 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10101
10102         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10103         postscript files
10104
10105 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10106
10107         * shell/ev-window.c (update_action_sensitivity): disable
10108         File->Print if the document does not implement the ps exporter
10109         interface
10110
10111 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10112
10113         * Makefile.am:
10114         * configure.ac:
10115         * data/evince-properties.glade:
10116         * properties/.cvsignore:
10117         * properties/Makefile.am:
10118         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10119         (ev_properties_view_class_init), (ev_properties_view_format_date),
10120         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10121         (ev_properties_view_init), (ev_properties_view_new):
10122         * properties/ev-properties-view.h:
10123         * shell/Makefile.am:
10124         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10125         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10126         (ev_properties_dialog_new):
10127         * shell/ev-properties-dialog.h:
10128         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10129         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10130         (update_progress_label), (job_fonts_finished_cb),
10131         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10132         * shell/ev-properties-fonts.h:
10133         * shell/ev-properties.c:
10134         * shell/ev-properties.h:
10135         * shell/ev-window.c: (ev_window_setup_document),
10136         (ev_window_cmd_file_properties):
10137
10138         Split the properties pages in two different objects, depend
10139         only on the backend where possible, use widgets instead
10140         of gobject for the glade part, reimplement the dialog
10141         itself with gtk.
10142         I need this to implement nautilus properties page.
10143
10144 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10145
10146         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10147         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10148         (tiff_document_document_ps_exporter_iface_init): implement the ps
10149         exporter interface for tiff documents
10150
10151         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10152         libtiff to implement TIFF postscript export
10153
10154         * tiff/tiff2ps.h: added a header file for external tiff2ps
10155         functions.
10156
10157         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10158         tiff2ps.h
10159
10160 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10161
10162         * shell/ev-view.c: (scroll_to_current_page),
10163         (ev_view_set_fullscreen), (ev_view_set_presentation):
10164         
10165         Scroll to current page when exit from presentation
10166
10167 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10168
10169         * shell/ev-window.c: (update_document_mode),
10170         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10171         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10172         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10173         
10174         Exit from fullscreen mode when switch to presentation. Fix for
10175         bug 309365
10176
10177 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10178
10179         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10180         return NULL if the document does not implement the selection
10181         interface.
10182
10183 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10184
10185         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10186         reported height by using the resolution aspect ratio
10187         (tiff_document_render_pixbuf): scale the pixbuf using the
10188         resolution aspect ratio
10189
10190 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10191
10192         * configure.ac:
10193         
10194         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10195         <kiltedaco@gmail.com>
10196         
10197         * djvu/djvu-document.c: (djvu_document_get_orientation),
10198         (djvu_document_set_orientation), (djvu_document_get_page_size),
10199         (rotate_pixbuf), (djvu_document_render_pixbuf),
10200         (djvu_document_document_iface_init):
10201         * dvi/dvi-document.c: (dvi_document_get_orientation),
10202         (dvi_document_set_orientation), (dvi_document_get_page_size),
10203         (rotate_pixbuf), (dvi_document_render_pixbuf),
10204         (dvi_document_document_iface_init):
10205         
10206         Dvi and djvu backends are ported to new API
10207
10208 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10209
10210         * backend/ev-selection.c: (ev_selection_get_selection_region),
10211         (ev_selection_get_selection_map):
10212         * backend/ev-selection.h:
10213         * pdf/ev-poppler.cc:
10214         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10215         * shell/ev-jobs.h:
10216         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10217         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10218         (ev_pixbuf_cache_get_text_mapping):
10219         * shell/ev-pixbuf-cache.h:
10220         * shell/ev-view.c: (location_in_text),
10221         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10222         support to EvView.  Now we can see where we can select!  Sweet!
10223
10224 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10225
10226         * shell/ev-view.c (ev_view_button_press_event): Fix
10227         event->y + view->scroll_x typo.
10228
10229 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10230
10231         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10232         sub-GdkPixbuf instead of passing dest_x and dest_y.
10233         
10234         * shell/ev-view.c: (view_point_to_doc_point),
10235         (view_rect_to_doc_rect), (ev_view_button_press_event),
10236         (ev_view_motion_notify_event), (compute_new_selection_rect),
10237         (gdk_rectangle_point_in), (compute_new_selection_text),
10238         (compute_selections): Update selection code to keep the selection
10239         around as two points and not as a normalized rectangle, and fix
10240         page level selection in two-column mode.
10241
10242 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10243
10244         * shell/ev-window.c: (window_configure_event_cb): 
10245         
10246         Fix compilation
10247         
10248 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10249
10250         * pdf/ev-poppler.cc:
10251
10252         Fix compilation
10253
10254 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10255
10256         * shell/Makefile.am:
10257         * shell/ev-metadata-manager.c: (item_free),
10258         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10259         (parse_value), (parseItem), (load_values),
10260         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10261         (save_values), (save_item), (get_oldest), (resize_items),
10262         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10263         * shell/ev-metadata-manager.h:
10264
10265         Metadata manager from gedit but modified to use GValue, so that
10266         we dont need to keep converting from strings.
10267
10268         * configure.ac:
10269
10270         ENABLE_METADATA conditional, on when dbus is on
10271
10272         * shell/ev-application.c: (ev_application_open_uri):
10273
10274         Show the window after load so that we can initialize
10275         window size before it's showed.
10276
10277         * shell/ev-window.c: (ev_window_setup_from_metadata),
10278         (ev_window_open_uri), (window_configure_event_cb),
10279         (ev_window_init):
10280
10281         Save and load metadata information about window size.
10282         Not yet keeping states in account.
10283
10284         * shell/main.c: (main):
10285
10286         Shutdown metadata manager.
10287
10288 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10289
10290         * shell/ev-application-service.xml:
10291         * configure.ac:
10292         * shell/Makefile.am:
10293         * shell/ev-application.c:
10294         * shell/ev-application.h:
10295         * shell/ev-window.c:
10296         * shell/ev-window.h:
10297         * shell/main.c:
10298
10299         Add an optional dbus interface (--enable-dbus).
10300         Rework application code, mainly to be easier to
10301         use "remotely".
10302         Do not open multiple windows with the same document,
10303         spatial evince!
10304
10305 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10306
10307         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10308         pixbuf iff it exists.
10309
10310 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10311
10312         * shell/*:
10313         * backend/ev-render-context.[ch]:
10314         * backend/ev-selection.[ch]:
10315
10316         Massive changes.  We now support text selection of pdfs, and not
10317         just rectangular selection.  This is pretty broken still, but I
10318         want to get something into CVS.
10319
10320 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10321
10322         * pdf/ev-poppler.cc:
10323         
10324         Fix for Bug 309080: crash on window close.
10325         
10326         * shell/ev-page-action.c: (page_changed_cb):
10327         
10328         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10329         jensgr@gmx.net (Jens Granseuer).
10330
10331 2005-06-25  Marcel Telka  <marcel@telka.sk>
10332
10333         * configure.in (ALL_LINGUAS): Added sk.
10334
10335 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10336
10337         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10338         not a document open
10339
10340 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10341
10342         * NEWS:
10343         * configure.ac:
10344
10345         Release 0.3.2
10346
10347         * cut-n-paste/recent-files/Makefile.am:
10348
10349         Fix make distcheck
10350
10351 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10352
10353         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10354         (pixbuf_document_set_orientation), (rotate_pixbuf),
10355         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10356         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10357
10358         Implement rotation and cleanup the code a bit.
10359
10360         * tiff/tiff-document.c: (tiff_document_get_page_size),
10361         (tiff_document_get_orientation), (tiff_document_set_orientation),
10362         (rotate_pixbuf), (tiff_document_render_pixbuf),
10363         (tiff_document_document_iface_init), (tiff_document_init):
10364
10365         Implement rotation. Was the quicker solution for the release
10366         but we really need to share this code in the shell.
10367
10368 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10369
10370         * pdf/ev-poppler.cc:
10371
10372         Enable rotation, require poppler cvs. Fix a leak.
10373
10374 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10375
10376         * shell/ev-window.c: (update_action_sensitivity):
10377         
10378         Make properties unsensitive if document backend doesn't provide
10379         any info
10380
10381 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10382
10383         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10384         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10385         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10386         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10387         (bitmap_flip_rotate_counter_clockwise):
10388         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10389         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10390         (buff_gets):
10391         * dvi/mdvi-lib/common.h:
10392         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10393         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10394         (opendvi), (mdvi_reload), (mdvi_init_context),
10395         (mdvi_destroy_context), (mdvi_dopage), (special):
10396         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10397         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10398         (file_hash_free), (register_encoding), (parse_spec),
10399         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10400         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10401         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10402         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10403         (mdvi_register_font_type), (mdvi_unregister_font_type),
10404         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10405         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10406         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10407         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10408         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10409         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10410         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10411         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10412         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10413         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10414         (mdvi_unregister_special), (mdvi_flush_specials):
10415         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10416         (t1_font_remove):
10417         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10418         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10419         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10420         (free_font_metrics), (flush_font_metrics):
10421         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10422         (tt_font_remove):
10423         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10424         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10425         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10426         (dstring_insert), (dstring_new), (dstring_reset):
10427         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10428         
10429         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10430         avoid conflict with libtool on FC4
10431         
10432         * shell/ev-window.c: (ev_window_cmd_help_about):
10433         
10434         Update copyright year. Fix for bug 308828.
10435
10436 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10437
10438         * shell/ev-view.c: (add_scroll_binding_keypad),
10439         (ev_view_binding_activated), (ev_view_class_init),
10440         (on_adjustment_value_changed):
10441         
10442         Bug 170874: Arrow keys switch pages in presentation mode
10443
10444 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10445
10446         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10447         
10448         Fix for Bug 308265: Sidebar dissappears coming out of 
10449         Presentation mode
10450
10451 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10452
10453         * shell/ev-application.c: (ev_application_open):
10454         * shell/ev-document-types.c: (ev_document_types_add_filters),
10455         (ev_document_types_add_filters_for_type):
10456         * shell/ev-document-types.h:
10457         * shell/ev-window.c: (ev_window_cmd_save_as):
10458         
10459         Suggest basename as template when saving, provide filters
10460         for save dialog. It's bug 308402
10461
10462 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10463
10464         * pdf/ev-poppler.cc:
10465         * shell/ev-sidebar-links.c: (job_finished_callback):
10466         * shell/ev-view.c: (update_find_status_message):
10467         
10468         Some leaks fixed
10469
10470 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10471
10472         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10473         (egg_recent_view_uimanager_set_list):
10474
10475         Fix buglet in !show_numbers case.
10476
10477 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10478
10479         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10480         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10481
10482         Use pango ellipsisation.
10483
10484         * pdf/ev-poppler.cc:
10485
10486         Fix refcount leak, from nsh.
10487
10488 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10489
10490         * cut-n-paste/recent-files/Makefile.am:
10491         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10492         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10493         
10494         Removed EggRecentViewGtk
10495         
10496         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10497         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10498         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10499         (ev_window_setup_recent):
10500         
10501         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10502         with other projects
10503
10504 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10505
10506         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10507         (egg_recent_view_gtk_finalize):
10508
10509         Fix memory leak
10510
10511         * cut-n-paste/toolbar-editor/Makefile.am:
10512         
10513         Fix location of cursor icon.
10514         
10515         * pdf/ev-poppler.cc:
10516         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10517         (display_completion_text), (match_completion):
10518         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10519         (selection_changed_callback), (create_loading_model),
10520         (print_section_cb), (links_page_num_func),
10521         (update_page_callback_foreach):
10522         * shell/ev-window.c: (ev_window_dispose):
10523         
10524         Small memory fixes. Links model now store objects instead
10525         of pointers to improve memory management. 
10526
10527 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10528
10529         * shell/ev-window.c: (zoom_control_changed_cb):
10530         
10531         Fix update of zoom control (bug 308268).
10532
10533 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10534
10535         * shell/ev-properties.c (set_property): escape the text correctly.
10536         Handles non-UTF-8 properties and escaped properties.  Also, sets
10537         the text to "<i>None</i>" if the property isn't set.
10538
10539         * data/evince-properties.glade: Change the label to be ellipsized,
10540         and give it a minimum size.
10541
10542 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10543
10544         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10545         * shell/ev-sidebar-links.c: (create_loading_model):
10546         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10547         * shell/ev-view.c: (ev_view_set_document):
10548         * shell/ev-window.c: (ev_window_dispose):
10549         
10550         Various small fixes, mostly memory leaks. Thanks to valgrind.
10551
10552 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10553
10554         * ps/ps-document.c: remove the locale.h include again ;-). And
10555         kill the (bogus) setlocale/savelocale business.
10556
10557 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10558
10559         * ps/ps-document.c:
10560         
10561         Include locale.h to fix build
10562         
10563         * shell/ev-sidebar.c:
10564         
10565         Remove unnecessary includes
10566
10567 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10568
10569         * dvi/dvi-document.c: (dvi_document_load):
10570         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10571         * po/POTFILES.in:
10572         
10573         Check for incorrect dvi files. Fix parsing dvi on AMD64
10574         platform. Thanks to tester@tester.ca (Olivier Crete).
10575
10576 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10577
10578         * shell/ev-page-action.c: (match_selected_cb),
10579         (display_completion_text), (match_completion), (update_model):
10580         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10581         (expand_open_links):
10582         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10583         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10584         (ev_sidebar_set_document):
10585         * shell/ev-window.c: (ev_window_xfer_job_cb),
10586         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10587         
10588         Fixed lot's of memory leaks, for example, memory leak on reload, 
10589         described in bug 307793.
10590
10591 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10592
10593         * pdf/ev-poppler.cc:
10594         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10595         (update_visible_range), (adjustment_changed_cb),
10596         (ev_sidebar_thumbnails_fill_model),
10597         (ev_sidebar_thumbnails_refresh),
10598         (ev_sidebar_tree_selection_changed),
10599         (ev_sidebar_icon_selection_changed),
10600         (ev_sidebar_thumbnails_use_icon_view),
10601         (ev_sidebar_thumbnails_set_document):
10602         * shell/ev-sidebar-thumbnails.h:
10603         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10604         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10605
10606         Refresh thumbnails when changing orientation. Not fully
10607         working yet becuase of a sidebar bug.
10608
10609         Set page orientation to poppler page everywhere. This sucks
10610         really need to fix poppler.
10611
10612 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10613
10614         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10615         (egg_recent_view_gtk_new_menu_item),
10616         (egg_recent_view_gtk_set_property),
10617         (egg_recent_view_gtk_get_property),
10618         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10619         (egg_recent_view_gtk_set_tooltip_func),
10620         (egg_recent_view_gtk_set_label_width),
10621         (egg_recent_view_gtk_get_label_width):
10622         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10623
10624         Sync with libegg (ellipsize labels)
10625
10626 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10627
10628         * data/evince-ui.xml:
10629         * shell/ev-window.c: (ev_window_cmd_go_forward),
10630         (ev_window_cmd_go_backward):
10631         
10632         Shift + PageUp moves 10 Pages. Fix for 306125
10633
10634 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10635
10636         * pdf/ev-poppler.cc:
10637
10638         Add a flag to check if orientation has been overriden
10639
10640 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10641
10642         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10643         field if necessary.
10644
10645         * ps/ps.h: add creator field to document.
10646
10647         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10648         set creator field.
10649
10650 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10651
10652         * data/evince-properties.glade:
10653         * shell/ev-properties.c: (ev_properties_set_document):
10654
10655         s/PDF Version/Format
10656
10657 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10658
10659         * shell/ev-properties.c: (ev_properties_set_document):
10660
10661         Remove unnecessary translations
10662
10663 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10664
10665         * cut-n-paste/toolbar-editor/Makefile.am:
10666
10667         Correct library name    
10668
10669 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10670
10671         * configure.ac:
10672         * cut-n-paste/recent-files/egg-recent-model.c:
10673         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10674         (egg_recent_model_unlock_file):
10675         * cut-n-paste/recent-files/egg-recent-util.c:
10676         (egg_recent_util_get_unique_id):
10677         * cut-n-paste/recent-files/update-from-egg.sh:
10678         * cut-n-paste/toolbar-editor/Makefile.am:
10679         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10680         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10681         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10682         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10683         (egg_toolbars_model_get_type):
10684         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10685
10686         Better makefile for toolbar editor and update everything
10687         to latest libegg.
10688
10689 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10690
10691         * shell/ev-window.c: (update_document_mode):
10692
10693         Prefer presentation mode when the document
10694         require fullscreen.
10695
10696 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10697
10698         * data/evince-ui.xml:
10699         * shell/ev-window.c:
10700
10701         Add control-equal for zooming
10702
10703 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10704
10705         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10706
10707 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10708
10709         * backend/ev-document.c: (ev_document_get_orientation):
10710         * backend/ev-document.h:
10711         * pdf/ev-poppler.cc:
10712         * ps/ps-document.c: (ps_document_get_orientation),
10713         (ps_document_set_orientation), (ps_document_document_iface_init):
10714
10715         Add a get_orientation api. Improve set_orientation.
10716
10717         * data/evince-ui.xml:
10718         * shell/ev-view.c: (ev_view_set_orientation),
10719         (ev_view_rotate_right), (ev_view_rotate_left):
10720         * shell/ev-view.h:
10721         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10722         (ev_window_cmd_edit_rotate_right):
10723
10724         Better ui for changing document orientation
10725
10726 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10727
10728         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10729         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10730         * shell/ev-sidebar-links.h:
10731         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10732         (ev_sidebar_page_iface_init):
10733         * shell/ev-sidebar-page.h:
10734         * shell/ev-sidebar-thumbnails.c:
10735         (ev_sidebar_thumbnails_get_property),
10736         (ev_sidebar_thumbnails_class_init),
10737         (ev_sidebar_thumbnails_set_document):
10738         * shell/ev-sidebar-thumbnails.h:
10739         * shell/ev-view.c: (ev_view_motion_notify_event):
10740         * shell/ev-window.c: (update_chrome_visibility),
10741         (ev_window_cmd_focus_page_selector),
10742         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10743         (sidebar_page_main_widget_update_cb), (ev_window_init):
10744         
10745         Autoraise toolbar on GoToPage binding and fix bindings in
10746         EvSidebarThumbnails page.
10747
10748 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10749
10750         * shell/ev-properties.c: (update_progress_label):
10751
10752         Hide the progress label when finished; bug #307697.
10753
10754 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10755
10756         * pdf/ev-poppler.cc:
10757
10758         Enable is_open for links, you will need poppler cvs
10759
10760         * shell/ev-properties.c: (job_fonts_finished_cb):
10761
10762         Get a lock on the document when filling the tree view
10763
10764 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10765
10766         * backend/ev-document-links.h:
10767         * pdf/ev-poppler.cc:
10768         * shell/ev-sidebar-links.c: (create_loading_model),
10769         (expand_open_links), (job_finished_callback):
10770
10771         Expand links when specified by the document.
10772         Depend on a poppler api (defined out for now)
10773
10774 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10775
10776         * shell/ev-properties.c: (ev_properties_dispose),
10777         (ev_properties_class_init), (dialog_destroy_cb),
10778         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10779         (ev_properties_set_document), (ev_properties_new),
10780         (ev_properties_show):
10781         * shell/ev-properties.h:
10782
10783         Make it an object, cleanup the code, api to show it as transient
10784         and to set the document.
10785
10786         * shell/ev-window.c: (ev_window_setup_document),
10787         (ev_window_cmd_file_properties):
10788
10789         Adapt to EvProperties changes, do not show multiple
10790         times, update it when document changes.
10791
10792 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10793
10794         * ps/gstypes.h:
10795         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10796         (ps_document_set_orientation), (ps_document_document_iface_init):
10797         * ps/ps-document.h:
10798
10799         Implement orientation here too
10800
10801         * shell/ev-properties.c: (ev_properties_new):
10802         * data/evince-properties.glade:
10803
10804         Hide the fonts page for backends that doesnt
10805         support it.     
10806
10807 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10808
10809         * backend/ev-document.c: (ev_document_set_orientation):
10810         * backend/ev-document.h:
10811         * pdf/ev-poppler.cc:
10812
10813         Add orientation api. Currently poppler api is not optimal,
10814         we need to set orientation every time we _get a page.
10815         I will try to fix that at some point.
10816
10817         * data/evince-ui.xml:
10818         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10819         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10820
10821         Add orientation menu items
10822
10823         * shell/ev-page-cache.c: (ev_page_cache_clear):
10824         * shell/ev-page-cache.h:
10825
10826         Add api to clear the cache
10827
10828         * shell/ev-view.c: (setup_caches), (clear_caches),
10829         (ev_view_set_document), (ev_view_zoom_out),
10830         (ev_view_set_orientation):
10831         * shell/ev-view.h:
10832
10833         Implement orientation changing
10834
10835 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10836
10837         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10838         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10839         * backend/ev-document-fonts.h:
10840
10841         Separate scan and fill so that we can incrementally fill from
10842         the main thread. Add a progress api.
10843
10844         * data/evince-properties.glade:
10845         * pdf/ev-poppler.cc:
10846         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10847         * shell/ev-jobs.h:
10848         * shell/ev-properties.c: (update_progress_label),
10849         (job_fonts_finished_cb), (setup_fonts_view):
10850
10851         Incrementally feel the list and show the progress
10852         percentage in a label like acrobat does.
10853
10854         You are going to need poppler cvs
10855
10856 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10857
10858         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10859         * backend/ev-document-fonts.h:
10860         * pdf/ev-poppler.cc:
10861
10862         Make fonts model fill incrementally.
10863
10864         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10865         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10866         (ev_job_queue_remove_job):
10867         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10868         (ev_job_fonts_new), (ev_job_fonts_run):
10869         * shell/ev-jobs.h:
10870
10871         New job for fonts scanning
10872
10873         * shell/ev-properties.c: (job_fonts_finished_cb),
10874         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10875         * shell/ev-properties.h:
10876         * shell/ev-window.c: (ev_window_cmd_file_properties):
10877
10878         Incrementally feel the treeview using the new job. Show Loading...
10879         message until scanning is completed.
10880
10881         Hopefully I didnt break the build without the poppler patch.
10882
10883 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10884
10885         * shell/ev-application.c: (ev_application_open):
10886         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10887         (ev_document_type_get_type), (ev_document_type_lookup):
10888         * shell/ev-document-types.h:
10889         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10890         * shell/ev-job-xfer.h:
10891         * shell/ev-window.c: (ev_window_clear_local_uri),
10892         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10893         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10894         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10895         
10896         Transfer remote documents to tmp directory to display them later.
10897
10898 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10899
10900         * backend/ev-document-info.h:
10901         * shell/ev-properties.c: (ev_properties_new):
10902
10903         s/GTime*/GTime. Not sure why we was using a pointer
10904         at all there!
10905
10906 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10907
10908         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10909         situations.  That situation is that you're using GTK+-HEAD with
10910         the patch at #306726 is applied, and you have a document with <
10911         1500 pages in it.  It's not quite as uniformly nice as the
10912         TreeView, but should be better in the long run.
10913
10914         I'm pretty sure I guarded against breaking compilation with
10915         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10916         I missed some.
10917
10918         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10919         widget yet, so I commented that code out
10920         enable_view_actions_for_widget() for now.  Need to figure this
10921         out.
10922
10923         * shell/ev-page-action.c (match_selected_cb): emit the right
10924         signals.  Our cool C-l completion now works.
10925
10926 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10927
10928         * backend/Makefile.am:
10929         * backend/ev-document-fonts.c:
10930         * backend/ev-document-links.c:
10931         * backend/ev-document.c: (ev_document_load):
10932         * backend/ev-document.h:
10933         * backend/ev-job-queue.c:
10934         * backend/ev-job-queue.h:
10935         * backend/ev-jobs.c:
10936         * backend/ev-jobs.h:
10937         * backend/ev-page-cache.c:
10938         * backend/ev-page-cache.h:
10939
10940         EvPageCache and EvJobs are moved to shell.
10941
10942         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10943         (ev_tmp_filename):
10944         * lib/ev-file-helpers.h:
10945         
10946         New helper to work with temporary files
10947         
10948         * shell/Makefile.am:
10949         * shell/ev-application.c: (ev_application_open):
10950         * shell/ev-application.h:
10951         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10952         (remove_job_from_async_queue), (add_job_to_async_queue),
10953         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10954         (handle_job), (search_for_jobs_unlocked),
10955         (no_jobs_available_unlocked), (ev_render_thread),
10956         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10957         (ev_job_queue_add_job), (move_job_async), (move_job),
10958         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10959         * shell/ev-job-queue.h:
10960         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10961         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10962         * shell/ev-job-xfer.h:
10963         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10964         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10965         (ev_job_links_class_init), (ev_job_render_init),
10966         (ev_job_render_dispose), (ev_job_render_class_init),
10967         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10968         (ev_job_thumbnail_class_init), (ev_job_load_init),
10969         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10970         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10971         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10972         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10973         * shell/ev-jobs.h:
10974         * shell/ev-page-action.c: (ev_page_action_set_document):
10975         * shell/ev-page-cache.c: (ev_page_cache_init),
10976         (ev_page_cache_class_init), (ev_page_cache_finalize),
10977         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10978         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10979         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10980         (ev_page_cache_get_title), (ev_page_cache_get_size),
10981         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10982         (ev_page_cache_get_height_to_page),
10983         (ev_page_cache_get_max_label_chars),
10984         (ev_page_cache_get_page_label),
10985         (ev_page_cache_has_nonnumeric_page_labels),
10986         (ev_page_cache_get_info), (ev_page_cache_next_page),
10987         (ev_page_cache_prev_page), (ev_page_cache_get):
10988         * shell/ev-page-cache.h:
10989         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10990         (ev_pixbuf_cache_clear_job_sizes),
10991         (ev_pixbuf_cache_add_jobs_if_needed),
10992         (ev_pixbuf_cache_set_page_range):
10993         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10994         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10995         * shell/ev-sidebar-thumbnails.c:
10996         (ev_sidebar_tree_selection_changed),
10997         (ev_sidebar_thumbnails_set_document):
10998         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10999         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
11000         (ev_statusbar_get_context_id), (ev_statusbar_push),
11001         (ev_statusbar_pop), (ev_statusbar_set_maximized),
11002         (ev_statusbar_pulse), (ev_statusbar_show_progress),
11003         (ev_statusbar_set_progress):
11004         * shell/ev-statusbar.h:
11005         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
11006         (ev_view_find_previous):
11007         * shell/ev-window.c: (ev_window_is_empty),
11008         (ev_window_setup_document), (password_dialog_response),
11009         (ev_window_clear_jobs), (ev_window_load_job_cb),
11010         (ev_window_xfer_job_cb), (ev_window_open_uri),
11011         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
11012         (ev_window_print), (ev_window_print_range),
11013         (ev_window_state_event), (ev_window_cmd_view_reload),
11014         (menu_item_select_cb), (menu_item_deselect_cb),
11015         (view_status_changed_cb), (ev_window_dispose),
11016         (drag_data_received_cb), (ev_window_init):
11017         * shell/ev-window.h:
11018         * shell/main.c: (load_files):
11019         
11020         New statusbar to show progress on idle. Two new jobs - 
11021         xfer job and load job to load document in background. And update
11022         of page_cache clients to new location of code.
11023
11024 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
11025
11026         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
11027         selection in open dialog. It also remembers the last visited directory 
11028         in the current session.
11029
11030 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11031
11032         * shell/ev-properties.c: (ev_properties_new):
11033         * shell/ev-properties.h:
11034         * shell/ev-window.c: (ev_window_cmd_file_properties):
11035         
11036         Get document info from page cache instead of document itself.
11037         This should fix crash related to race conditions described in
11038         bug 306545.
11039
11040 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11041
11042         * ps/ps-document.c: (ps_document_init),
11043         (send_ps), (get_page_box), (output), (catchPipe), (input),
11044         (stop_interpreter), (file_length), (file_readable),
11045         (check_filecompressedb), (ps_document_enable_interpreter),
11046         (document_load), (ps_async_renderer_render_pixbuf):
11047         * ps/ps-document.h:
11048
11049         Big cleanup of the ps code
11050
11051 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11052
11053         * backend/Makefile.am:
11054         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11055         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11056         * backend/ev-async-renderer.h:
11057
11058         Add an async renderer interface (method + callback) which
11059         is useful for backends like ps.
11060
11061         * backend/ev-job-queue.c: (remove_job_from_async_queue),
11062         (add_job_to_async_queue), (job_finished_cb), (handle_job),
11063         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11064         (ev_job_queue_add_job), (move_job_async), (move_job),
11065         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11066
11067         Add queues for async renderer, these are executed on the
11068         main thread.
11069
11070         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11071         (ev_job_render_run):
11072         * backend/ev-jobs.h:
11073
11074         If the backend support async renderer interface use it.
11075
11076         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11077         (setup_pixmap), (ps_document_get_type),
11078         (ps_async_renderer_render_pixbuf),
11079         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11080
11081         Implement async renderer interface.
11082
11083 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11084
11085         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11086
11087         Cleanup links job on exit.
11088
11089 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11090
11091         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11092         (drag_data_get_cb), (drag_data_received_cb):
11093         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11094         (drag_data_get_cb), (parse_item_list),
11095         (egg_toolbar_editor_load_actions):
11096         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11097         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11098         (parse_item_list), (parse_toolbars):
11099         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11100         (dvi_pixbuf_put_pixel):
11101         
11102         Fix gcc 4.0 warnings
11103
11104 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11105
11106         * ps/ps-document.c: (start_interpreter):
11107
11108         Fix warning when loading ps
11109
11110 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11111
11112         * ps/ps-document.c: (output):
11113
11114         Fix crash when priting gs error messages.
11115
11116 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11117
11118         * backend/ev-page-cache.c: (_ev_page_cache_new):
11119         * backend/ev-page-cache.h:
11120
11121         Use a const to return title so that we dont double
11122         free it. Small cleanup and fix a leak.
11123
11124         * shell/ev-window.c: (update_window_title):
11125
11126         strdup value from get_title.
11127
11128 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11129
11130         * shell/ev-sidebar-links.c: (job_finished_callback),
11131         (ev_sidebar_links_set_document):
11132
11133         Cleanup the old job when changing document
11134
11135 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11136
11137         * shell/ev-stock-icons.c:
11138         * shell/ev-stock-icons.h:
11139         * shell/ev-window.c:
11140         
11141         Add stock icons for actions that can appear in toolbar. Fix for
11142         bug 306566.
11143
11144 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11145
11146         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11147         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11148         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11149         * backend/ev-page-cache.h:
11150         * shell/ev-view.c: (scroll_to_current_page),
11151         (view_update_range_and_current_page), (get_page_y_offset),
11152         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11153         (ev_view_size_request_continuous),
11154         (ev_view_zoom_for_size_continuous_and_dual_page),
11155         (ev_view_zoom_for_size_continuous):
11156         
11157         More compact EvView layout in document with pages of different size.
11158
11159 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11160
11161         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11162         compilation.
11163
11164 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11165
11166         * shell/ev-view.c: (view_set_adjustment_values):
11167         * shell/ev-window.c: (ev_window_cmd_file_properties):
11168         
11169         A bit different fix for rounding problem but it has no
11170         problems on startup. Make properties window transient to parent.
11171
11172 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11173
11174         * pdf/ev-poppler.cc:
11175         
11176         More commenting of font stuff.
11177
11178 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11179
11180         * pdf/ev-poppler.cc:
11181
11182         Comment out some more fonts stuff. Should really
11183         work without the poppler patch now.
11184
11185 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11186
11187         * pdf/ev-poppler.cc:
11188
11189         Adapt to api change
11190
11191 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11192
11193         * data/evince-properties.glade:
11194         * pdf/ev-poppler.cc:
11195         * shell/ev-properties.c: (setup_fonts_view):
11196
11197         Set the column title. Show the dialog only
11198         once everything is setup.
11199         Getting font info can be very slow... will
11200         prolly need to make this threaded too.
11201
11202 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11203
11204         * backend/Makefile.am:
11205         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11206         (ev_document_fonts_get_fonts_model):
11207         * backend/ev-document-fonts.h:
11208         * data/evince-properties.glade:
11209         * pdf/ev-poppler.cc:
11210         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11211         * shell/ev-properties.h:
11212         * shell/ev-window.c: (ev_window_cmd_file_properties):
11213
11214         Implement fonts list. Defined out for now, since it depends
11215         on a not yet committed poppler patch.
11216
11217 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11218
11219         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11220         page + 1.
11221
11222         * shell/ev-window.c: Make sure we add the timeout when we get a
11223         focus-in event.
11224
11225         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11226         adjustment->value before calculating the zoom factor to average
11227         out all of our rounding errors.  The page no longer 'drifts' when
11228         resizing.
11229
11230 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11231
11232         * data/evince-properties.glade:
11233         * shell/ev-properties.c: (ev_properties_format_date),
11234         (set_property):
11235         
11236         Labels don't expand when the dialogue is resized.
11237         strftime result needs to be converted to UTF-8. Thanks
11238         to Christian Persch <chpe@gnome.org>.
11239
11240 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11241
11242         * data/evince-properties.glade:
11243
11244         Hide the fonts tab
11245
11246 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11247
11248         * backend/ev-document-info.h:
11249         * backend/ev-document.c: (ev_document_info_free):
11250         * data/evince-properties.glade:
11251         * pdf/ev-poppler.cc:
11252         * ps/ps-document.c: (ps_document_get_info):
11253         * shell/ev-properties.c: (ev_properties_format_date),
11254         (set_property), (ev_properties_new):
11255         * shell/ev-properties.h:
11256         * shell/ev-window.c: (ev_window_cmd_file_properties):
11257
11258         Rework properties code to take only EvPropertyInfo
11259         in the constructor so that it can be useful for
11260         nautilus plugin too.
11261
11262         Deal with backends that doesnt support some properties.
11263         Make set property code generic.
11264
11265 2005-06-04  Christian Persch <chpe@gnome.org>
11266
11267         * data/evince-properties.glade:
11268
11269         fix spacings, make resizeable, and make data labels
11270         selectable + ellipsised
11271
11272 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11273
11274         * backend/ev-document-info.h:
11275         * data/Makefile.am:
11276         * data/evince-ui.xml:
11277         * pdf/ev-poppler.cc:
11278         * shell/Makefile.am:
11279         * shell/ev-window.c: (update_action_sensitivity),
11280         (ev_window_cmd_file_properties):
11281
11282         Initial go at file properties. Patch by
11283         Emil Soleyman-Zomalan <emil@soleyman.com>.
11284         Needs love see #169583
11285
11286 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11287
11288         * ps/ps-document.c: (output):
11289         * ps/ps.c: (psscan):
11290
11291         Try to render even if psscan fails.
11292
11293 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11294
11295         * ps/ps.c: (psscan), (pscopydoc):
11296
11297         Port buffered reading code from gv
11298
11299 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11300
11301         * ps/ps-document.c: (interpreter_message), (output):
11302
11303         Do not fail on interpreter messages
11304
11305 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11306
11307         * backend/ev-document-misc.c:
11308         (ev_document_misc_get_thumbnail_frame):
11309
11310         Pages can be 0 x 0, dont assert on this case
11311
11312 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11313
11314         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11315         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11316
11317         Correctly manage our reference on document. Finally the reload
11318         huge leak is gone...
11319
11320 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11321
11322         * ps/ps-document.c: (ps_document_dispose):
11323
11324         Forgot to chain it to the parent. Thanks chpe.
11325
11326 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11327
11328         * ps/ps-document.c: (ps_document_dispose),
11329         (ps_document_class_init), (stop_interpreter), (document_load):
11330
11331         Cleanup dispose a bit. Dont leak the whole pixmap.
11332
11333 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11334
11335         * pdf/ev-poppler.cc:
11336
11337         Release the poppler document on dispose
11338
11339 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11340
11341         * shell/ev-view.c: (ev_view_set_document):
11342
11343         Release ref on the pixbuf cache when changing
11344         document.
11345
11346 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11347
11348         * ps/ps-document.c: (ps_document_get_info):
11349
11350         Fix a double free
11351
11352 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11353
11354         * backend/ev-page-cache.c: (ev_page_cache_init),
11355         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11356         * backend/ev-page-cache.h:
11357         * shell/ev-page-action.c: (page_changed_cb):
11358         
11359         Set page action entry width depending on labels width. Fix
11360         for bug 305202.
11361
11362 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11363
11364         * backend/ev-link.c: (ev_link_class_init):
11365
11366         Allow -1 as page value (error)
11367
11368 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11369
11370         * shell/ev-sidebar-thumbnails.c:
11371         (ev_sidebar_thumbnails_set_document):
11372         * shell/ev-view.c: (scroll_to_current_page),
11373         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11374         (page_changed_cb), (on_adjustment_value_changed),
11375         (ev_view_set_document):
11376
11377         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11378         Fix bug 305377
11379
11380 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11381
11382         * configure.ac:
11383         * djvu/djvu-document.c: (djvu_document_get_page_size):
11384
11385         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11386         bug 301993.
11387
11388 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11389
11390         * shell/ev-view.c (draw_one_page): modify the expose handling to
11391         get the shadows.
11392
11393         * shell/ev-window.c (update_action_sensitivity): Respect
11394         permissions field.  Kowtow to the man.
11395
11396         * pdf/ev-poppler.cc: Get the permissions field.
11397
11398         * tiff/*c: Make a tiny bit more robust.
11399
11400 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11401
11402         * djvu/djvu-document.c:
11403         
11404         Pop messages from djvu context message queue.
11405
11406 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11407
11408         * configure.ac, Makefile.am, shell/Makefile.am:
11409         * tiff/Makefile.am, shell/ev-document-types.c:
11410         
11411         Cleanup tiff configure checks. Fix for bug 305218.
11412
11413 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11414
11415         * configure.ac: Added "uk" to ALL_LINGUAS.
11416
11417 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11418
11419         * cut-n-paste/zoom-control/ephy-zoom.c:
11420         (ephy_zoom_get_changed_zoom_level):
11421         * cut-n-paste/zoom-control/ephy-zoom.h:
11422         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11423         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11424         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11425         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11426         (zoom_control_changed_cb), (ev_window_init):
11427         
11428         Fix minor points related to moving best fit up. Introduce
11429         "zoom" property and make zoom control change it's value on
11430         notify::zoom signals. Fix for 305080.
11431
11432 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11433
11434         * data/evince-ui.xml:
11435         * shell/ev-window.c: (set_view_actions_sensitivity):
11436         
11437         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11438
11439 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11440
11441         * configure.ac:
11442
11443         Depends on poppler 0.3.2
11444
11445 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11446
11447         * cut-n-paste/recent-files/egg-recent-item.c:
11448         (egg_recent_item_get_short_name):
11449         * cut-n-paste/toolbar-editor/Makefile.am:
11450         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11451         (new_pixbuf_from_widget):
11452         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11453         * cut-n-paste/toolbar-editor/egg-marshal.c:
11454         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11455         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11456
11457         Sync
11458
11459 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11460
11461         * tiff/tiff-document.c: Rough TIFF backend.
11462
11463 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11464
11465         * NEWS:
11466         * configure.ac:
11467         * cut-n-paste/toolbar-editor/Makefile.am:
11468
11469         Release 0.3.1
11470
11471 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11472
11473         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11474         (ev_view_find_next), (ev_view_find_previous):
11475
11476         Remove the locks around get_n_results   
11477
11478 2005-05-21  Juerg Billeter  <j@bitron.ch>
11479
11480         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11481
11482         Pass correct number of pages to poppler.
11483
11484 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11485
11486         * configure.ac:
11487         * data/Makefile.am:
11488         * data/evince.desktop.in: 
11489         * data/evince.desktop.in.in:
11490         * po/POTFILES.in:
11491         
11492         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11493
11494 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11495
11496         * shell/ev-view.c: (view_update_adjustments),
11497         (view_set_adjustment_values): cast adjustmen->value to (int)
11498         before using it.  Otherwise, we get off by a pixel in some
11499         situations.
11500
11501         (draw_one_page): Draw the border on expose.
11502
11503 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11504
11505         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11506         adjustment when the mode changes, #304923
11507
11508 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11509
11510         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11511         flickering on resize but still use gdk_window_scroll on
11512         scrolling
11513
11514 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11515
11516         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11517         option, #170458
11518
11519 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11520
11521         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11522         second page on page_changed if possible, #304669
11523
11524 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11525
11526         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11527         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11528
11529 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11530
11531         * .cvsignore:
11532         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11533         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11534         (ev_view_zoom_for_size_presentation),
11535         (ev_view_zoom_for_size_continuous_and_dual_page),
11536         (ev_view_zoom_for_size_continuous),
11537         (ev_view_zoom_for_size_dual_page),
11538         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11539         * shell/ev-view.h:
11540         * shell/ev-window.c: (update_view_size),
11541         (ev_window_sizing_mode_changed_cb):
11542
11543         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11544         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11545         an infinite loop, #304769
11546
11547
11548 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11549
11550         * data/evince-ui.xml:
11551         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11552         * shell/ev-window.c: (set_view_actions_sensitivity):
11553
11554         Make PgUp/Down behave like Space
11555
11556 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11557
11558         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11559         * backend/ev-ps-exporter.h:
11560         * pdf/ev-poppler.cc:
11561         * ps/ps-document.c: (ps_document_ps_export_begin):
11562         * shell/ev-print-job.c: (idle_print_handler):
11563
11564         Adapt to new poppler api
11565
11566 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11567
11568         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11569         (ephy_zoom_control_init):
11570
11571         Translate zoom levels
11572
11573 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11574
11575         * cut-n-paste/zoom-control/ephy-zoom.c:
11576         (ephy_zoom_get_zoom_level_index):
11577
11578         Fix current zoom -> zoom control match
11579
11580 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11581
11582         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11583         rather than the scrolled_window that it's in. Fixes bug #304655.
11584
11585 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11586
11587         * shell/ev-view.c: (view_update_adjustments),
11588         (view_set_adjustment_values), (view_update_range_and_current_page),
11589         (view_scroll_to_page), (set_scroll_adjustment),
11590         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11591         (ev_view_scroll), (ev_view_scroll_view),
11592         (ensure_rectangle_is_visible), (find_page_at_location),
11593         (get_link_at_location), (go_to_link), (status_message_from_link),
11594         (ev_view_size_request_continuous_dual_page),
11595         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11596         (ev_view_unrealize), (ev_view_expose_event),
11597         (ev_view_button_press_event), (ev_view_motion_notify_event),
11598         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11599         (draw_rubberband), (highlight_find_results), (draw_one_page),
11600         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11601         (ev_view_init), (find_changed_cb), (page_changed_cb),
11602         (on_adjustment_value_changed), (ev_view_new),
11603         (ev_view_set_document), (ev_view_set_zoom),
11604         (ev_view_set_continuous), (ev_view_set_dual_page),
11605         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11606         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11607         (ev_view_zoom_for_size_presentation),
11608         (ev_view_zoom_for_size_continuous_dual_page),
11609         (ev_view_zoom_for_size_continuous),
11610         (ev_view_zoom_for_size_dual_page),
11611         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11612         (ev_view_get_status), (ev_view_set_status),
11613         (update_find_status_message), (ev_view_get_find_status),
11614         (ev_view_set_find_status), (jump_to_find_result),
11615         (jump_to_find_page), (compute_selections), (clear_selection),
11616         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11617         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11618         (ev_view_update_primary_selection),
11619         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11620         * shell/ev-view.h:
11621         * shell/ev-window.c: (ev_window_open_page_label),
11622         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11623         (ev_window_init):
11624         * shell/ev-window.h:
11625         * shell/main.c: (load_files):
11626
11627         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11628         when resizing.  Remove the bin_window().  Also, patch from James
11629         Bowes to fix command line page, #300641
11630         
11631 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11632
11633         * data/evince-ui.xml:
11634         * shell/ev-view.c:
11635         * shell/ev-view.h:
11636         * shell/ev-window.c: (update_action_sensitivity):
11637
11638         Get rid of View->Normal Size, it's just confusing
11639
11640 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11641
11642         * backend/ev-document-info.h:
11643         * backend/ev-document.c: (ev_document_info_free): Free the
11644         EvDocumentInfo.
11645
11646         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11647         (clear_range), (add_range), (update_visible_range),
11648         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11649         (ev_sidebar_thumbnails_set_document):
11650         * shell/ev-window.c: (ev_window_setup_document): Only render the
11651         visible thumbnails.  It takes an instant to render, but it uses
11652         much less memory.
11653
11654 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11655
11656         * shell/ev-sidebar-links.c: (popup_menu_cb):
11657
11658         Select first item
11659
11660 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11661
11662         * lib/Makefile.am:
11663         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11664         (button_press_cb), (ev_sidebar_links_construct):
11665
11666         Show the popup menu also on keybindings
11667
11668 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11669
11670         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11671         * shell/ev-window.h:
11672
11673         Expose api to print a range (with dialog). Make private _print use
11674         it.
11675
11676         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11677         (ev_sidebar_links_construct):
11678
11679         Show a print context menu on linkx, it prints the selected
11680         section.
11681
11682 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11683
11684         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11685         button.
11686
11687 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11688
11689         * AUTHORS:
11690
11691         Update
11692
11693         * shell/ev-window.c: (build_comments_string),
11694         (ev_window_cmd_help_about):
11695
11696         Show poppler version/backend and authors
11697
11698 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11699
11700         * cut-n-paste/zoom-control/ephy-zoom.c:
11701         (ephy_zoom_get_zoom_level_index):
11702         * cut-n-paste/zoom-control/ephy-zoom.h:
11703
11704         Move the best fit items at the top of the list
11705
11706 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11707
11708         * shell/ev-marshal.list:
11709         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11710         (activate_cb), (match_selected_cb), (activate_link_cb),
11711         (connect_proxy), (ev_page_action_class_init):
11712         * shell/ev-page-action.h:
11713
11714         Use signals to notify action activation. Hopefully
11715         I did not break completion since I cant test...
11716
11717         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11718         (register_custom_actions):
11719
11720         Connect to page selector actions and also grab focus on
11721         the view when activated.
11722
11723 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11724
11725         * pdf/ev-poppler.cc:
11726         * backend/ev-page-cache.c: make page size calculation consistent
11727         and set it to (int)( width * scale + 0.5).  This makes the weird
11728         line going through the middle of the page go away.
11729
11730         * shell/ev-view.c: move painting the background page after
11731         checking the expose area covers us.
11732
11733 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11734
11735         * data/evince-password.glade:
11736         
11737         Mark labels as not translatable. Fix for bug 302842.
11738
11739 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11740
11741         * configure.ac: Added "es" to ALL_LINGUAS.
11742
11743 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11744
11745         * data/evince-toolbar.xml:
11746         * shell/ev-window.c: (update_action_sensitivity),
11747         (ev_window_setup_document), (ev_window_set_page_mode),
11748         (ev_window_init):
11749
11750         Remove some leftover code from jrb first continous
11751         attempt. Use the new actions, we still need good icons
11752         though...
11753
11754 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11755
11756         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11757
11758         Update label when connecting proxy. Fix a warning with NULL
11759         page_cache.
11760
11761 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11762
11763         * data/evince-ui.xml:
11764         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11765         * shell/ev-page-action.h:
11766         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11767
11768         Add mnemonic for edit toolbar.
11769         ctrl+l focus the page entry.
11770
11771 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11772
11773         * lib/Makefile.am:
11774         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11775         (ev_window_init):
11776         * shell/main.c: (main):
11777
11778         Put the toolbar xml in evince own dot dir
11779
11780 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11781
11782         * shell/ev-window.c: (ev_window_init):
11783
11784         Make the toolbar not removable
11785
11786 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11787
11788         * data/evince-ui.xml:
11789         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11790         * shell/ev-sidebar-links.h:
11791         * shell/ev-sidebar-thumbnails.c:
11792         (ev_sidebar_thumbnails_get_treeview):
11793         * shell/ev-sidebar-thumbnails.h:
11794         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11795         (ev_view_class_init):
11796         * shell/ev-view.h:
11797         * shell/ev-window.c: (update_action_sensitivity),
11798         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11799         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11800         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11801         (ev_window_init):
11802
11803         This is evil... Make space/backspace global accelerators but
11804         enable them only for some widgets (sidebars and view).
11805         I dont like it, but I dont know a better way... :/
11806
11807 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11808
11809         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11810         (ev_page_action_widget_finalize),
11811         (ev_page_action_widget_class_init), (update_page_cache):
11812
11813         Keep a weak reference on proxy->page_cache so that we
11814         dont try to disconnect the signal if the object is already
11815         gone. Maybe there is a better way to cleanup reference handling
11816         in page action though...
11817
11818 2005-05-10  Juerg Billeter  <j@bitron.ch>
11819
11820         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11821         * backend/ev-ps-exporter.h:
11822         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11823         * ps/ps-document.c: (ps_document_ps_export_begin):
11824         
11825         Change api to pass print range to ps_exporter_begin. The pdf backend
11826         requires this information.
11827         
11828         * shell/ev-print-job.c: (idle_print_handler):
11829         
11830         Adapt to api change
11831
11832 2005-05-10  Juerg Billeter  <j@bitron.ch>
11833
11834         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11835         (idle_print_handler)
11836         * shell/ev-window.c: (ev_window_print):
11837
11838         Support printing page range, based on patch by Amaury Jacquot
11839
11840 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11841
11842         * data/evince-toolbar.xml:
11843
11844         Add zoom control to available items
11845
11846 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11847
11848         * shell/ev-window.c: (update_action_sensitivity):
11849
11850         Set slash action insensitive when appropriate
11851
11852 2005-05-10  Christian Persch <chpe@gnome.org>
11853
11854         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11855
11856         Fix warning on the overflow menu
11857
11858 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11859
11860         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11861
11862         Check for uri correctness/existence
11863
11864 2005-05-09  Juerg Billeter  <j@bitron.ch>
11865
11866         * shell/ev-window.c: (using_postscript_printer):
11867
11868         LPD printers use postscript, too
11869
11870 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11871
11872         * shell/ev-window.c: (register_custom_actions):
11873
11874         The zoom one is actually sort of useful,
11875         put it back
11876
11877 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11878
11879         * shell/ev-window.c: (register_custom_actions):
11880
11881         Hide page/zoom controls from overflow, they
11882         are useless.
11883
11884 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11885
11886         * cut-n-paste/update-from-egg.sh:
11887         
11888         Share it between all cut-n-paste subdirs
11889
11890         * cut-n-paste/recent-files/Makefile.am:
11891
11892         Fix to use "global" update-from-egg.sh
11893
11894         * cut-n-paste/recent-files/egg-recent-model.c:
11895         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11896         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11897         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11898         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11899
11900         Update from libegg
11901
11902         * cut-n-paste/toolbar-editor/Makefile.am:
11903
11904         Fix to use "global" update-from-egg.sh
11905
11906         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11907
11908         Update from libegg
11909
11910 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11911
11912         * configure.ac:
11913         * cut-n-paste/Makefile.am:
11914         * cut-n-paste/recent-files/Makefile.am:
11915         * cut-n-paste/toolbar-editor/.cvsignore:
11916         * cut-n-paste/toolbar-editor/Makefile.am:
11917         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11918         (egg_editable_toolbar_get_type), (get_toolbar_position),
11919         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11920         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11921         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11922         (set_item_drag_source), (create_item_from_action), (create_item),
11923         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11924         (popup_toolbar_context_menu_cb), (free_dragged_item),
11925         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11926         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11927         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11928         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11929         (item_added_cb), (item_removed_cb),
11930         (egg_editable_toolbar_construct),
11931         (egg_editable_toolbar_disconnect_model),
11932         (egg_editable_toolbar_deconstruct),
11933         (egg_editable_toolbar_set_model),
11934         (egg_editable_toolbar_set_ui_manager),
11935         (egg_editable_toolbar_set_property),
11936         (egg_editable_toolbar_get_property),
11937         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11938         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11939         (egg_editable_toolbar_new_with_model),
11940         (egg_editable_toolbar_get_edit_mode),
11941         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11942         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11943         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11944         (new_pixbuf_from_widget), (new_separator_pixbuf),
11945         (update_separator_image), (style_set_cb),
11946         (_egg_editable_toolbar_new_separator_image),
11947         (egg_editable_toolbar_get_model):
11948         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11949         * cut-n-paste/toolbar-editor/egg-marshal.c:
11950         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11951         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11952         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11953         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11954         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11955         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11956         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11957         (editor_drag_data_delete_cb), (drag_data_get_cb),
11958         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11959         (editor_create_item), (update_editor_sheet), (setup_editor),
11960         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11961         (parse_item_list), (model_has_action), (update_actions_list),
11962         (egg_toolbar_editor_load_actions):
11963         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11964         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11965         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11966         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11967         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11968         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11969         (egg_toolbars_model_add_separator), (impl_add_item),
11970         (parse_item_list), (egg_toolbars_model_add_toolbar),
11971         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11972         (impl_get_item_data), (impl_get_item_type),
11973         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11974         (egg_toolbars_model_init), (free_toolbar),
11975         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11976         (egg_toolbars_model_remove_toolbar),
11977         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11978         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11979         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11980         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11981         (egg_toolbars_model_get_item_data),
11982         (egg_toolbars_model_get_item_type):
11983         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11984         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11985         * data/Makefile.am:
11986         * data/evince-toolbar.xml:
11987         * data/evince-ui.xml:
11988         * data/hand-open.png:
11989         * po/POTFILES.in:
11990         * shell/Makefile.am:
11991         * shell/ev-window.c: (update_chrome_visibility),
11992         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11993         (ev_window_dispose), (ev_window_init):
11994
11995         Implement epiphany like toolbar editor. Based on patch by
11996         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11997
11998 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11999
12000         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
12001
12002         Use set_cursor instead of set_selection, so that
12003         the keyboard focus moves too.
12004
12005 2005-05-09  Aleksey Kliger <akliger@gmail.com>
12006
12007         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
12008
12009         Fix infinite loop when loading Type1 fonts
12010
12011 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12012
12013         * data/evince-ui.xml:
12014         * shell/ev-window.c:
12015
12016         Slash -> Find
12017
12018 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
12019
12020         * configure.ac:
12021
12022         Make --disable really disable
12023
12024 2005-05-07  Juerg Billeter  <j@bitron.ch>
12025
12026         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
12027
12028         Compare page labels even without has_labels set, fixes setting page
12029         with entry
12030
12031 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12032
12033         * shell/ev-view.c: (ev_view_create_invisible_cursor),
12034         (ev_view_set_cursor), (ev_view_button_press_event),
12035         (ev_view_motion_notify_event), (ev_view_button_release_event),
12036         (ev_view_init):
12037
12038         Implement middle button scrolling. Based on a patch
12039         by Tommi Komulainen <tommi.komulainen@iki.fi>.
12040
12041 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
12042
12043         * shell/ev-document-types.c: (get_slow_mime_type),
12044         (get_document_type_from_mime), (ev_document_type_lookup):
12045         * shell/ev-document-types.h:
12046
12047         Change api to lookup from uri. Do fast lookup first, if the
12048         type is unknown try with data sniffing.
12049
12050         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12051         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12052
12053         Adapt to api change
12054
12055 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12056
12057         * thumbnailer/Makefile.am:
12058
12059         Fix distcheck
12060
12061 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12062
12063         * NEWS:
12064         * configure.ac:
12065
12066         Release 0.3.0
12067
12068         * data/evince-ui.xml:
12069
12070         Hide presentation mode for now
12071
12072         * shell/ev-view.c: (highlight_find_results):
12073
12074         Show current find selection only on current page
12075
12076 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12077
12078         * shell/ev-view.c: (ev_view_select_all):
12079
12080         Compute size of the actual page, not of
12081         the current one.
12082
12083 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12084
12085         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12086         (view_rect_to_doc_rect), (compute_selections),
12087         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12088         (ev_view_copy), (ev_view_primary_get_cb),
12089         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12090         (ev_view_button_press_event), (ev_view_motion_notify_event),
12091         (ev_view_button_release_event), (page_changed_cb):
12092
12093         Fix text selection
12094
12095 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12096
12097         * shell/ev-view.c: (compute_border), (get_page_extents),
12098         (doc_rect_to_view_rect), (highlight_find_results),
12099         (ev_view_bin_expose), (ev_view_select_all),
12100         (ev_view_motion_notify_event), (update_find_status_message),
12101         (jump_to_find_result), (jump_to_find_page):
12102
12103         First go at fixing search, still buggy
12104
12105 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12106
12107         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12108         dropdown box and button at the top of the sidebar.
12109
12110 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12111
12112         * configure.ac: Output zoom-control Makefile.
12113         * cut-n-paste/Makefile.am: build zoom-control subdir.
12114         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12115         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12116         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12117         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12118         * cut-n-paste/zoom-control/ephy-zoom.c:
12119         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12120         from epiphany, and modified to add a separator into the menu.
12121         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12122         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12123         zoom-control action.
12124         * shell/Makefile.am: Include zoom-control flags.
12125         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12126         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12127         (ev_view_zoom_for_size_presentation),
12128         (ev_view_zoom_for_size_continuous_and_dual_page),
12129         (ev_view_zoom_for_size_continuous),
12130         (ev_view_zoom_for_size_dual_page),
12131         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12132         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12133         ev_view_get_zoom and ev_view_get_sizing_mode.
12134         * shell/ev-view.h:
12135         * shell/ev-window.c: (update_action_sensitivity),
12136         (update_sizing_buttons), (zoom_control_changed_cb),
12137         (register_custom_actions): Initialize and use the zoom-control 
12138         widget.
12139
12140 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12141
12142         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12143         preview cache back to 1.  Don't know when it got set to 0.
12144         
12145         * shell/ev-view.c: (compute_border), (ev_view_realize),
12146         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12147         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12148         (ev_view_get_fullscreen), (ev_view_set_presentation),
12149         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12150         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12151         * shell/ev-view.h:
12152         * shell/ev-window.c:
12153         (update_chrome_visibility),
12154         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12155         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12156         (update_document_mode), (ev_window_update_fullscreen_action),
12157         (ev_window_fullscreen), (ev_window_unfullscreen),
12158         (ev_window_cmd_view_fullscreen),
12159         (ev_window_update_presentation_action),
12160         (ev_window_run_presentation), (ev_window_stop_presentation),
12161         (ev_window_cmd_view_presentation), (ev_window_state_event),
12162         (ev_window_focus_in_event), (ev_window_focus_out_event),
12163         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12164         * data/evince-ui.xml: Initial presentation mode.  We should
12165         probably hide this until it's done, as it's quite rough.  Also,
12166         change full-screen to fullscreen and add two getters to EvView.
12167
12168 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12169
12170         * shell/ev-page-action.c: (update_page_cache),
12171         (ev_page_action_dispose):
12172         * shell/ev-window.c: (destroy_fullscreen_popup),
12173         (ev_window_create_fullscreen_popup):
12174
12175         Use connect_object rather than explicitly
12176         disconnect on dispose.
12177
12178 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12179
12180         * shell/ev-page-action.c: (update_page_cache),
12181         (ev_page_action_dispose):
12182
12183 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12184
12185         * backend/ev-page-cache.c: (_ev_page_cache_new),
12186         (ev_page_cache_set_page_label),
12187         (ev_page_cache_has_nonnumeric_page_labels):
12188         * backend/ev-page-cache.h:
12189         * shell/ev-page-action.c: (update_pages_label):
12190         
12191         If all page labels are numeric, fallback to default
12192         way to display number of pages. See bug 173185.
12193
12194 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12195
12196         * shell/ev-page-action.c: (ev_page_action_dispose):
12197         * shell/ev-view.c: (view_update_range_and_current_page):
12198         * shell/ev-window.c: (ev_window_dispose):
12199         
12200         Set page on scroll in continuous mode. Fixes bug 301986.
12201         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12202
12203 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12204
12205         * configure.ac:
12206
12207         Require poppler 0.3.0
12208
12209 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12210         
12211         * shell/Makefile.am, configure.ac: Fix build problems
12212         with t1lib. Bug 301996.
12213
12214 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12215
12216         * shell/ev-view.c: (ev_view_scroll_event):
12217         
12218         Scroll up increase zoom
12219
12220 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12221
12222         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12223         (ev_view_set_sizing_mode),
12224         (ev_view_zoom_for_size_continuous_and_dual_page),
12225         (ev_view_zoom_for_size_continuous):
12226         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12227         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12228         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12229         (ev_window_init):
12230
12231         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12232         Fix for 165473 and 165472.
12233
12234 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12235
12236         * po/POTFILES.in:
12237         * thumbnailer/Makefile.am:
12238         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12239         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12240         * thumbnailer/evince-thumbnailer.schemas.in:
12241         
12242         Make thumbnailer schemas translatable. Fix for bug 301773
12243         
12244         * thumbnailer/evince-thumbnailer-djvu.schemas:
12245         * thumbnailer/evince-thumbnailer-dvi.schemas:
12246         * thumbnailer/evince-thumbnailer.schemas:
12247
12248         Removed files
12249
12250 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12251
12252         * shell/ev-view.c (ev_view_init): forgot to set this.
12253
12254 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12255
12256         * shell/ev-view.c: (find_page_at_location),
12257         (get_link_at_location),
12258         (ev_view_set_show_border), (ev_view_set_spacing),
12259         (ev_view_zoom_for_size_continuous_and_dual_page),
12260         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12261         Also, add a quick fix measuring of widths.  Also, removed
12262         ev_view_set_spacing and ev_view_set_show_border.
12263         
12264         * shell/ev-window.c: (ev_window_unfullscreen),
12265         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12266
12267 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12268
12269         * shell/ev-view.c: (view_update_range_and_current_page),
12270         (page_changed_cb):
12271         
12272         Fix crash on exit and scrolling to page in continuous view.
12273
12274 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12275
12276         * TODO:
12277         * backend/ev-page-cache.c: (_ev_page_cache_new),
12278         (ev_page_cache_get_max_width_size),
12279         (ev_page_cache_get_max_height_size):
12280         * backend/ev-page-cache.h:
12281         * data/evince-ui.xml:
12282         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12283         * shell/ev-view.c: (view_update_adjustments),
12284         (view_update_range_and_current_page), (get_bounding_box_size),
12285         (ev_view_size_request_continuous_and_dual_page),
12286         (ev_view_size_request_continuous),
12287         (ev_view_size_request_dual_page),
12288         (ev_view_size_request_single_page), (ev_view_size_request),
12289         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12290         (ev_view_bin_expose), (ev_view_expose_event),
12291         (ev_view_set_property), (ev_view_get_property),
12292         (ev_view_class_init), (ev_view_init), (ev_view_new),
12293         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12294         (ev_view_set_dual_page), (ev_view_set_full_screen),
12295         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12296         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12297         (ev_view_zoom_out), (zoom_for_size_fit_width),
12298         (zoom_for_size_best_fit),
12299         (ev_view_zoom_for_size_continuous_and_dual_page),
12300         (ev_view_zoom_for_size_continuous),
12301         (ev_view_zoom_for_size_dual_page),
12302         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12303         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12304         * shell/ev-view.h:
12305         * shell/ev-window.c: (update_action_sensitivity),
12306         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12307         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12308         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12309         (ev_window_cmd_view_zoom_out), (update_view_size),
12310         (ev_window_set_sizing_mode), (ev_window_init):
12311
12312         Add Continuous and Dual page modes.
12313
12314 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12315
12316         * dvi/dvi-document.c: (dvi_document_load),
12317         (dvi_document_thumbnails_get_thumbnail),
12318         (dvi_document_init_params): Fix up some mixups between
12319         width and height to correct thumbnail rendering.
12320
12321 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12322
12323         * dvi/mdvi-lib/private.h:
12324         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12325         
12326         Suppess output for kpathsea during font generation. Thanks to
12327         James Bowes
12328
12329 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12330
12331         * NEWS:
12332         * configure.ac:
12333
12334         Release 0.2.1
12335
12336         * Makefile.am: fix distcheck.
12337
12338 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12339
12340         * shell/ev-sidebar-links.c: (selection_changed_callback),
12341         (update_page_callback), (row_activated_callback),
12342         (job_finished_callback), (ev_sidebar_links_set_document):
12343         
12344         Fix for bug #169901. Double click on links expands tree.
12345
12346 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12347
12348         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12349         hard-coded style. Fix for bug 170111
12350
12351 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12352
12353         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12354         locking.
12355
12356 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12357
12358         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12359
12360 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12361
12362         * pdf/ev-poppler.cc:
12363         * shell/ev-view.c: (highlight_find_results):
12364
12365         Fix find on single page documents
12366
12367 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12368
12369         * data/evince.schemas.in: fix for bug 301390
12370
12371 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12372
12373         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12374         (ev_view_zoom_out), (ev_view_zoom_normal):
12375         * shell/ev-view.h:
12376         * shell/ev-window.c: (update_action_sensitivity),
12377         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12378         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12379         (ev_window_cmd_view_normal_size):
12380
12381         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12382         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12383         better than oom. 
12384
12385 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12386
12387         * configure.ac:
12388
12389         Depend on 2.57, 2.59 doesnt seem to be necessary
12390
12391 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12392
12393         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12394         (create_tool_item):
12395
12396         Put back total number of pages as (1 of 1234)
12397
12398 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12399
12400         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12401         remove the job.
12402
12403         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12404         function.  This helps debugging.
12405
12406 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12407
12408         * djvu/djvu-document.c: (djvu_document_class_init),
12409         (djvu_document_get_info), (djvu_document_document_iface_init):
12410         * dvi/dvi-document.c: (dvi_document_class_init),
12411         (dvi_document_get_info), (dvi_document_document_iface_init):
12412
12413         Dummy implementation of get_info method for dvi and
12414         djvu. Fix crashes with those backends
12415
12416 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12417
12418         * data/evince.desktop.in:
12419
12420         Add application/x-gzpostscript
12421
12422 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12423
12424         * data/evince.schemas.in: Added real long descriptions, 
12425         closes bug 172496 
12426
12427         * README: Added actual text, closes bug 171869
12428
12429 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12430
12431         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12432
12433         Thumbnail page 0
12434
12435 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12436
12437         * backend/ev-document-info.h:
12438
12439         s/GDate */GDate so we can just use g_free
12440
12441 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12442
12443         * shell/ev-window.c: (update_document_mode),
12444         (ev_window_setup_document):
12445
12446         Show the window in fullscreen when specified by
12447         the document
12448
12449 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12450
12451         * backend/ev-document.c: (ev_document_class_init),
12452         (ev_document_get_info), (ev_document_render_pixbuf):
12453         * backend/ev-document.h:
12454         * backend/ev-page-cache.c: (_ev_page_cache_new):
12455         * pdf/ev-poppler.cc:
12456         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12457         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12458         * ps/ps-document.c: (ps_document_class_init), (document_load),
12459         (ps_document_get_info), (ps_document_document_iface_init):
12460
12461         Remove get_title from the interface, we can just use document info
12462
12463 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12464
12465         * backend/Makefile.am:
12466         * backend/ev-document.c: (ev_document_render_get_info):
12467         * backend/ev-document.h:
12468         * pdf/ev-poppler.cc:
12469
12470         Initial support for document info. Based on jrb patch.
12471
12472 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12473
12474         * shell/ev-window.c: (ev_window_state_event),
12475         (ev_window_class_init), (ev_window_init):
12476         
12477         Doesn't show resize grip when maximized. See bug #301053
12478
12479 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12480
12481         * po/POTFILES.in:
12482         
12483         ev-sidebar-thumbnails now has translatable labels
12484         
12485         * shell/Makefile.am:
12486         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12487         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12488         (ev_sidebar_links_page_iface_init):
12489         * shell/ev-sidebar-links.h:
12490         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12491         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12492         (ev_sidebar_page_get_label):
12493         * shell/ev-sidebar-page.h:
12494         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12495         (ev_sidebar_thumbnails_set_document),
12496         (ev_sidebar_thumbnails_support_document),
12497         (ev_sidebar_thumbnails_get_label),
12498         (ev_sidebar_thumbnails_page_iface_init):
12499         * shell/ev-sidebar-thumbnails.h:
12500         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12501         (ev_sidebar_set_document):
12502         * shell/ev-sidebar.h:
12503         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12504         
12505         Small rework of sidebar code. Now sidebar pages should implement
12506         EvSidebarPage interface. That makes page management in EvSidebar
12507         easier. See bug #164811 for details
12508
12509 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12510
12511         * shell/ev-application.c: (ev_application_open):
12512         * shell/ev-document-types.c:
12513         
12514         Fix build error and small problem with application exit
12515
12516 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12517
12518         * thumbnailer/Makefile.am:
12519         * thumbnailer/evince-thumbnailer-djvu.schemas:
12520         * thumbnailer/evince-thumbnailer-dvi.schemas:
12521         
12522         Conditionally install schemas for djvu/dvi thumbnailer
12523
12524 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12525
12526         * shell/ev-document-types.h: 
12527         * shell/ev-document-types.c: 
12528         New files, handling the mapping from mimetypes to backends
12529         
12530         * shell/ev-window.c: 
12531         * thumbnailer/evince-thumbnailer.c:     
12532         Use the ev-document-types code
12533         
12534         * shell/Makefile.am: 
12535         Added new convenience library libevbackendfactory_la, containing
12536         the new mimetype->backend logic; moved the backends into it.
12537
12538         * thumbnailer/Makefile.am:
12539         Make the thumbnailer link with the libevbackend.la convenience
12540         library, rather than having a duplicate of the backend logic here.
12541
12542 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12543
12544         * shell/ev-stock-icons.c: constify some vars.
12545         * shell/ev-window.c: ditto.
12546
12547 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12548
12549         * ps/ps-document.c (get_page_orientation):
12550
12551         Respect document orientation 
12552
12553 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12554
12555         * djvu/Makefile.am:
12556         * dvi/Makefile.am:
12557         * shell/Makefile.am:
12558         
12559         Move library dependencies to components.
12560         
12561         * shell/ev-window.c: (update_window_title),
12562         (start_loading_document):
12563         
12564         Fix display of uris with spaces. Bug 168358.
12565
12566 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12567
12568         * shell/ev-sidebar-links.c: (selection_changed_cb):
12569         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12570         (ev_view_button_release_event), (ev_view_set_document):
12571         * shell/ev-view.h:
12572         * shell/ev-window.c: (find_bar_search_changed_cb):
12573         * shell/ev-window.h: Minor cleanups removing some dead code.
12574
12575 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12576
12577         * backend/ev-page-cache.c: (_ev_page_cache_new):
12578         
12579         Set current page to 0 if document has pages.
12580
12581 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12582
12583         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12584
12585         Initialize GError to NULL, fix a crash when loading fails.
12586
12587 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12588
12589         * shell/ev-window.c: (update_view_size):
12590
12591         Calculate shadow size only when there is actually
12592         a shadow.
12593
12594 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12595
12596         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12597         * shell/ev-view.h:
12598
12599         Allow setting view spacing, default to 0
12600
12601         * shell/ev-window.c: (ev_window_unfullscreen),
12602         (ev_window_cmd_view_fullscreen), (ev_window_init):
12603
12604         Remove spacing in fullscreen mode
12605
12606 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12607
12608         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12609         (ev_view_size_request), (expose_bin_window),
12610         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12611         * shell/ev-view.h:
12612         * shell/ev-window.c: (ev_window_unfullscreen),
12613         (ev_window_cmd_view_fullscreen):
12614
12615         Do not draw the border in fulscreen
12616
12617 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12618
12619         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12620         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12621         (find_page_at_location), (page_changed_cb):
12622
12623         Rework border calculation, so that I can more easily disable it.
12624         Code somewhat cleaner too.
12625
12626 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12627
12628         * backend/ev-page-cache.c: (ev_page_cache_init),
12629         (_ev_page_cache_new):
12630
12631         Remove some assertions, documents can have 0 pages.
12632         Make initial current page -1.
12633
12634         * shell/ev-page-action.c: (page_changed_cb):
12635
12636         Show "" if current page is -1
12637
12638         * shell/ev-window.c: (update_action_sensitivity),
12639         (ev_window_setup_document):
12640
12641         When document has 0 pages do not set the view
12642         and make nearly everything insensitive.
12643
12644 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12645
12646         * shell/ev-page-view.c:
12647         * shell/ev-page-view.h:
12648
12649         Remove unused files.
12650         
12651         * shell/ev-sidebar-thumbnails.c:
12652         (ev_sidebar_thumbnails_set_document):
12653         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12654         (ev_sidebar_supports_document):
12655         * shell/ev-sidebar.h:
12656         * shell/ev-window.c: (ev_window_setup_document):
12657         
12658         Doesn't show thumbnails if document has 1 page. Make
12659         sidebar menu entries sensitive only if if they have 
12660         sense. Fix bug 164811. 
12661
12662 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12663
12664         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12665         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12666         (ev_view_zoom_out), (ev_view_set_size):
12667
12668         Rework sizing to deal with documents with not uniform page
12669         size.
12670
12671 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12672
12673         * backend/ev-page-cache.c: (_ev_page_cache_new):
12674
12675         Fix several page size caching bugs
12676
12677 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12678
12679         * shell/ev-window.c: (set_action_properties):
12680
12681         Make all toolbar items translatable
12682
12683 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12684
12685         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12686         (save_page_list), (ps_document_save),
12687         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12688         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12689         (ps_document_ps_exporter_iface_init):
12690         * ps/ps-document.h:
12691
12692         Based on a patch by J�rg Billeter <j@bitron.ch>
12693         
12694         Implement print and save a copy for the ps backend.
12695
12696 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12697
12698         * backend/ev-document.h:
12699         * djvu/djvu-document.c: (djvu_document_can_get_text),
12700         (djvu_document_document_iface_init):
12701         * dvi/dvi-document.c: (dvi_document_can_get_text),
12702         (dvi_document_document_iface_init):
12703         * pdf/ev-poppler.cc:
12704         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12705         (pixbuf_document_document_iface_init):
12706         * ps/ps-document.c: (ps_document_can_get_text),
12707         (ps_document_document_iface_init):
12708         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12709         * shell/ev-window.c: (update_action_sensitivity):
12710
12711         Fix the crash when trying to copy in backends that doesnt
12712         support it. We can implement a better solution once we
12713         do real text selection.
12714
12715 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12716
12717         * data/evince-ui.xml:
12718         * shell/ev-window.c: (ev_window_cmd_escape):
12719         
12720         Work around the Escape conflict (find bar and unfullscreen)
12721
12722 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12723
12724         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12725         
12726         Fix for #300233. Next page correctly handles document end.
12727         
12728         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12729         (ev_sidebar_thumbnails_class_init),
12730         (ev_sidebar_thumbnails_set_document),
12731         (ev_sidebar_thumbnails_clear_job),
12732         (ev_sidebar_thumbnails_clear_model):
12733         
12734         Cleanup thumbnail jobs on document changes.
12735         
12736         * shell/ev-view.c: (add_scroll_binding_keypad),
12737         (add_scroll_binding_shifted), (ev_view_class_init):
12738         
12739         Shift + Space scrolls up. Fix for #173184
12740         
12741         * shell/ev-window.c: (ev_window_open_page),
12742         (ev_window_cmd_view_reload):
12743         
12744         Fix reload (Bug #300094)
12745
12746 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12747
12748         
12749         * dvi/mdvi-lib/assoc.c:
12750         * dvi/mdvi-lib/assoc.h: Removed garbage files
12751         
12752         * dvi/mdvi-lib/bitmap.c:
12753         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12754         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12755         * dvi/mdvi-lib/color.h: Antialias of rules
12756         
12757         * dvi/mdvi-lib/common.h:
12758         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12759         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12760         * dvi/mdvi-lib/files.c:
12761         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12762         * dvi/mdvi-lib/mdvi.h:
12763         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12764         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12765         * dvi/mdvi-lib/util.c: Fix compile warnings
12766         
12767         * dvi/dvi-document.c:
12768         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12769         (dvi_document_thumbnails_get_thumbnail),
12770         (dvi_document_document_thumbnails_iface_init):
12771         * dvi/mdvi-lib/Makefile.am:
12772         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12773         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12774         
12775         Dvi backend now renders thumbnails
12776
12777 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12778
12779         * shell/main.c: (main): 
12780         
12781         Save accelerators on exit. Fixes bug #172095.
12782
12783 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12784
12785         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12786         update priority" comment.
12787
12788         * backend/ev-job-queue.c: Give a way to change priority.
12789
12790 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12791
12792         * shell/ev-page-action.c: Fix logic.
12793
12794 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12795
12796         * shell/ev-view.c: (ev_view_can_find_next):
12797         * shell/ev-window.c: (ev_window_setup_document):
12798
12799         Check that the document supports find
12800
12801 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12802
12803         * data/evince-ui.xml:
12804         * shell/ev-view.c: (ev_view_can_find_next):
12805         * shell/ev-view.h:
12806         * shell/ev-window.c: (update_action_sensitivity),
12807         (find_changed_cb), (ev_window_setup_document),
12808         (ev_window_cmd_edit_find_next):
12809
12810         Add Edit->Find Next
12811
12812 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12813
12814         * pdf/ev-poppler.cc:
12815         * shell/ev-print-job.c: (idle_print_handler):
12816
12817         Make printing work again
12818
12819 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12820
12821         * shell/ev-page-action.h:
12822         * shell/ev-page-action.c: (ev_page_action_widget_init),
12823         (ev_page_action_widget_class_init), (page_changed_cb),
12824         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12825         (get_filter_model_from_model), (match_selected_cb),
12826         (display_completion_text), (match_completion), (update_model),
12827         (connect_proxy), (ev_page_action_set_property),
12828         (ev_page_action_get_property), (ev_page_action_set_document),
12829         (ev_page_action_set_model), (ev_page_action_class_init): Big
12830         reworking to make completions work iff we have >= GTK-2.7.0
12831                 
12832         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12833         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12834         (job_finished_cb): We now have a 'model' property that is set when
12835         the links are loaded.  This can be caught with "notify::model"
12836
12837         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12838         listen for the model to be set, and propagate it to the action.
12839
12840 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12841
12842         * cut-n-paste/recent-files/egg-recent-item.c:
12843         (egg_recent_item_set_uri), (make_valid_utf8),
12844         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12845         * cut-n-paste/recent-files/egg-recent-item.h:
12846         
12847         Update egg-recent from libegg. This should fix long
12848         startup problem. For details see
12849         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12850
12851 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12852
12853         * cut-n-paste/recent-files/Makefile.am:
12854         * data/evince-ui.xml, shell/Makefile.am:
12855         * shell/ev-application.c, shell/ev-application.h:
12856         * shell/ev-window.c: Recent files support.
12857         
12858         * configure.ac: Added "ru" to ALL_LINGUAS.
12859         
12860         * dvju: new backend to support DJVU files.
12861         * dvi: new backend to support DVI.
12862
12863         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12864         * ev-application.c: Support for new backends.
12865         
12866         * help, ev-window.c, main.c shell/Makefile.am: 
12867         Evince user documentation.
12868
12869 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12870
12871         * po/POTFILES.in:
12872         * shell/ev-window.c:
12873         * thumbnailer/evince-thumbnailer.c:
12874
12875         s/pdf-document/ev-poppler
12876
12877 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12878
12879         * NEWS:
12880         * configure.ac:
12881
12882         Release 0.2.0
12883
12884         * ps/ps-document.c: (setup_pixmap):
12885
12886         Remove debug code
12887
12888 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12889
12890         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12891         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12892         (ev_window_cmd_go_first_page): Fix of by one errors.
12893
12894 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12895
12896         * ps/ps-document.c: (get_page_box):
12897
12898         Fix page size calculation
12899
12900 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12901
12902         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12903         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12904         (get_page_orientation), (setup_page), (document_load),
12905         (ps_document_get_page_size), (render_pixbuf_idle):
12906         * ps/ps-document.h:
12907
12908         More refactoring to adapt to EvDocument changes
12909
12910 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12911
12912         * ps/ps-document.c: (start_interpreter):
12913
12914         Actually add alpha args
12915
12916 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12917
12918         * pdf/ev-poppler.cc:
12919
12920         Make clipboard work again
12921
12922 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12923
12924         Make searching work again.
12925         
12926         * backend/ev-document.c:
12927         * backend/ev-document.h:
12928         * backend/ev-document-find.c:
12929         * backend/ev-document-find.h: Change EvDocumentIface so we no
12930         longer store the current page or zoom level in the document.  The
12931         consequence is that all calls that operate on the current page now
12932         instead take the page number as an extra argument, and all
12933         coordinates are now doubles in document coordinate system.
12934
12935         * pdf/ev-poppler.cc:
12936         * pixbuf/pixbuf-document.c:
12937         * ps/ps-document.c: Update backends accordingly.
12938
12939 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12940
12941         * autogen.sh:
12942
12943         Add required gettext version
12944
12945 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12946
12947         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12948         make F1 bring up non-existent help.
12949
12950         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12951         epiphany's find bar, #167477
12952
12953         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12954         <emil@nishra.com> to add space-bar scrolling, 
12955
12956         * shell/ev-window.c (static GtkActionEntry entries): add default
12957         keybinding for Help (F1)
12958         Fixes #171068
12959
12960         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12961         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12962         170110
12963
12964 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12965
12966         * Makefile.am: 
12967         * pixbuf/pixbuf-document.c: 
12968
12969         Got pixbuf backend working again
12970
12971 2005-04-01  Steve Murphy  <murf@e-tools.com>
12972
12973         * configure.in: Added "rw" to ALL_LINGUAS.
12974
12975 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12976
12977         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12978         model types, noticed by Martin Kretzschmar.
12979
12980 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12981
12982         * pdf/ev-poppler.cc: Implement search based on
12983         poppler_page_find_text().  Currently a bit crude since we remember
12984         all matches from all pages.  Also, we grab the big document lock
12985         when we search since searching changes the underlying stream and
12986         thus conflicts with the rendering thread.
12987         
12988         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12989         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12990         (ev_view_find_previous): Fix some page indexes to be 0 based,
12991         offset rubber band by view offset,
12992
12993 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12994
12995         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12996
12997 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12998
12999         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
13000         completely because I didn't understand GtkActions.  I should
13001         read Marco's code more carefully in the future.
13002
13003         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
13004         function
13005
13006 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
13007
13008         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
13009         PopplerRectangle change from poppler CVS.
13010
13011 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
13012
13013         * backend/ev-document.c: (ev_document_get_page_label):
13014         * backend/ev-document.h:
13015         * backend/ev-page-cache.c: (_ev_page_cache_new),
13016         (ev_page_cache_get_page_label):
13017         * backend/ev-page-cache.h:
13018         * pdf/ev-poppler.cc:
13019         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
13020         (links_page_num_func):
13021         * shell/ev-sidebar-thumbnails.c:
13022         (ev_sidebar_thumbnails_set_document):
13023         * shell/ev-view.c: (status_message_from_link),
13024         (ev_view_motion_notify_event):
13025         * shell/ev-window.c: (document_supports_sidebar): Add in page
13026         label support.  It's not perfect yet, but it's the first 'feature'
13027         in a while.
13028         Also, fix a bogus comment noticed by crispin. 
13029
13030 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
13031
13032         * Makefile.am: Remove pixbuf backend for now
13033
13034         * configure.ac: Require poppler-glib instead of just poppler.
13035
13036         * backend/ev-document-thumbnails.h: Add a comment
13037
13038         * backend/ev-document.h:
13039         * backend/ev-document.c: (ev_document_class_init),
13040         (ev_document_load), (ev_document_get_link),
13041         (ev_document_get_links): Remove 3 methods and add get_links.
13042         Also, made 0 based.
13043
13044         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13045         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13046
13047         * backend/ev-link.c: (ev_link_set_title),
13048         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13049         (ev_link_mapping_find):
13050         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
13051         
13052         * backend/ev-page-cache.c: (ev_page_cache_init),
13053         (_ev_page_cache_new), (ev_page_cache_set_current_page),
13054         (ev_page_cache_get_size), (ev_page_cache_next_page),
13055         (ev_page_cache_prev_page): Fix to be 0 based.
13056
13057         * pdf/Makefile.am: 
13058         * pdf/ev-poppler.h:
13059         * pdf/ev-poppler.cc: New backend.
13060         
13061         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13062         (ps_document_get_page), (ps_document_document_iface_init):
13063
13064         * shell/ev-pixbuf-cache.h:
13065         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13066         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13067         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13068         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13069         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13070         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13071         based.
13072         
13073         * shell/ev-sidebar-thumbnails.c:
13074         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13075         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13076
13077         * shell/ev-view.c: (status_message_from_link),
13078         (find_page_at_location), (get_link_at_location),
13079         (ev_view_motion_notify_event), (ev_view_button_release_event),
13080         (ev_view_init): Use the new link code.  Fix to be 0 based.
13081
13082         * shell/ev-window.c: (update_action_sensitivity),
13083         (document_supports_sidebar): 0 based.
13084
13085 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13086
13087         * pdf/pdf-document.cc: Patch from Fernando Herrera
13088         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13089         *blush*
13090
13091 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13092
13093         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13094         1 to the page, as this seems to be 1 based.  I thought we has this
13095         fixed.  grump.
13096
13097 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13098
13099         * TODO:
13100         * backend/Makefile.am:
13101         * backend/ev-document-links.c:
13102         (ev_document_links_has_document_links),
13103         (ev_document_links_get_links_model):
13104         * backend/ev-document-links.h:
13105         * backend/ev-document.c: (ev_document_get_page_cache),
13106         (ev_document_get_doc_mutex), (ev_document_load),
13107         (ev_document_save), (ev_document_get_title),
13108         (ev_document_get_n_pages), (ev_document_set_page),
13109         (ev_document_get_page), (ev_document_set_target),
13110         (ev_document_set_scale), (ev_document_set_page_offset),
13111         (ev_document_get_page_size), (ev_document_get_text),
13112         (ev_document_get_link), (ev_document_render),
13113         (ev_document_render_pixbuf), (ev_document_scale_changed):
13114         * backend/ev-document.h:
13115         * backend/ev-job-queue.c: (remove_object_from_queue),
13116         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13117         (no_jobs_available_unlocked), (ev_render_thread),
13118         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13119         (ev_job_queue_remove_job):
13120         * backend/ev-job-queue.h:
13121         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13122         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13123         (ev_job_links_class_init), (ev_job_render_init),
13124         (ev_job_render_dispose), (ev_job_render_class_init),
13125         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13126         (ev_job_thumbnail_class_init), (ev_job_finished),
13127         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13128         (ev_job_render_run), (ev_job_thumbnail_new),
13129         (ev_job_thumbnail_run):
13130         * backend/ev-jobs.h:
13131         * backend/ev-link.c:
13132         * backend/ev-link.h:
13133         * backend/ev-page-cache.c: (ev_page_cache_init),
13134         (ev_page_cache_class_init), (ev_page_cache_finalize),
13135         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13136         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13137         (ev_page_cache_set_link), (ev_page_cache_get_title),
13138         (ev_page_cache_get_size), (ev_page_cache_next_page),
13139         (ev_page_cache_prev_page):
13140         * backend/ev-page-cache.h:
13141         * pdf/pdf-document.cc:
13142         * ps/gsdefaults.c:
13143         * ps/gsdefaults.h:
13144         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13145         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13146         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13147         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13148         (is_interpreter_ready), (output), (catchPipe), (input),
13149         (start_interpreter), (check_filecompressed), (compute_dimensions),
13150         (ps_document_enable_interpreter), (document_load),
13151         (ps_document_next_page), (render_page), (ps_document_set_page),
13152         (ps_document_set_scale), (render_pixbuf_idle),
13153         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13154         * ps/ps-document.h:
13155         * shell/Makefile.am:
13156         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13157         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13158         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13159         (ev_pixbuf_cache_new), (job_finished_cb),
13160         (check_job_size_and_unref), (move_one_job),
13161         (ev_pixbuf_cache_update_range), (find_job_cache),
13162         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13163         (ev_pixbuf_cache_add_jobs_if_needed),
13164         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13165         * shell/ev-pixbuf-cache.h:
13166         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13167         (idle_print_handler):
13168         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13169         (selection_changed_cb), (create_loading_model),
13170         (ev_sidebar_links_construct), (links_page_num_func),
13171         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13172         (update_page_callback), (job_finished_cb),
13173         (ev_sidebar_links_set_document):
13174         * shell/ev-sidebar-thumbnails.c:
13175         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13176         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13177         (page_changed_cb), (thumbnail_job_completed_callback),
13178         (ev_sidebar_thumbnails_set_document):
13179         * shell/ev-sidebar-thumbnails.h:
13180         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13181         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13182         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13183         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13184         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13185         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13186         (ev_view_button_release_event), (ev_view_scroll_view),
13187         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13188         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13189         (ev_view_new), (job_finished_cb), (page_changed_cb),
13190         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13191         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13192         (ev_view_find_previous):
13193         * shell/ev-view.h:
13194         * shell/ev-window.c: (update_action_sensitivity),
13195         (ev_window_open_page), (update_window_title), (update_total_pages),
13196         (page_changed_cb), (ev_window_setup_document),
13197         (password_dialog_response), (ev_window_cmd_save_as),
13198         (ev_window_print), (ev_window_cmd_go_previous_page),
13199         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13200         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13201         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13202         * shell/main.c: (main):
13203
13204         Merge evince-threads branch
13205
13206 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13207
13208         * configure.ac: Added "lt" to ALL_LINGUAS.
13209
13210 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13211
13212         * NEWS:
13213         * configure.ac:
13214
13215         Release 0.1.9
13216
13217 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13218
13219         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13220
13221         Fix here also the thumbnails 1-basedness :)
13222
13223 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13224
13225         * NEWS:
13226         * configure.ac:
13227
13228         Release 0.1.8
13229
13230 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13231
13232         * pdf/pdf-document.cc:
13233         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13234         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13235
13236         Fix the mess we did with thumbnails and 1-basedness
13237
13238 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13239
13240         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13241
13242 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13243
13244         * NEWS:
13245         * configure.ac:
13246
13247         Release 0.1.7
13248
13249 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13250
13251         * ps/Makefile.am:
13252         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13253         (gtk_gs_defaults_get_alpha_parameters),
13254         (gtk_gs_defaults_get_ungzip_cmd),
13255         (gtk_gs_defaults_get_unbzip2_cmd):
13256         * ps/gsdefaults.h:
13257         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13258         (ps_document_get_orientation), (document_load),
13259         (ps_document_goto_page), (ps_document_set_page_size):
13260         * ps/ps-document.h:
13261
13262         Some more sanitization of the ps backend. Remove a lot
13263         of unused code and do not base our defaults on ggv
13264         preferences (ugh!)
13265
13266 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13267
13268         * thumbnailer/evince-thumbnailer.schemas:
13269         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13270         (main): add -s option for thumbnail size.
13271
13272 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13273
13274         * configure.ac:
13275
13276         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13277         remove it.
13278
13279 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13280
13281         * pdf/pdf-document.cc:
13282
13283         Remove 4 pixels of useless border from the
13284         thumbnail.
13285
13286 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13287
13288         * backend/ev-document-thumbnails.c:
13289         (ev_document_thumbnails_get_thumbnail):
13290         * backend/ev-document-thumbnails.h:
13291
13292         Rework API a bit. Add a border flag and
13293         change sizing logic (now the size we specify
13294         applies to the bigger dimension).
13295
13296         * pdf/pdf-document.cc:
13297         * pixbuf/pixbuf-document.c:
13298         (pixbuf_document_thumbnails_get_thumbnail):
13299         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13300         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13301
13302         Adapt to the new API and do not draw a border for nautilus
13303         thumbnailer.
13304
13305 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13306
13307         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13308         take thumbnails from page "0" instead of "1". Added a copyright header.
13309
13310 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13311
13312         * ps/ps-document.c: (set_up_page), (start_interpreter):
13313
13314         Make it C89 compliant
13315
13316 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13317
13318         * Makefile.am:
13319         * configure.ac:
13320         * pdf/.cvsignore:
13321         * pdf/pdf-document.cc:
13322         * thumbnailer/Makefile.am:
13323         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13324         (main):
13325         * thumbnailer/evince-thumbnailer.schemas:
13326         * thumbnailer/pdf-icon.png:
13327
13328         Add a nautilus thumbnailer.
13329         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13330
13331 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13332
13333         * NEWS:
13334         * configure.ac:
13335         * po/POTFILES.in:
13336
13337         Release 0.1.6
13338
13339 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13340
13341         Use poppler instead of including xpdf source code.  Poppler is a
13342         fork of xpdf to build it as a shared library. See
13343         http://freedesktop.org/wiki/Software/poppler.
13344
13345         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13346         xpdf fork.
13347         
13348         * pdf/Makefile.am: Build libpdfdocument.a here.
13349         
13350         * pdf/GDKSplashOutputDev.cc:
13351         * pdf/GDKSplashOutputDev.h:
13352         * pdf/GnomeVFSStream.cc:
13353         * pdf/GnomeVFSStream.h:
13354         * pdf-document.cc:
13355         * pdf-document.h:
13356         * test-gdk-output-dev.cc
13357         * Thumb.cc:
13358         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13359         against poppler.
13360
13361 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13362
13363         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13364
13365         Clear idle stack before unsetting the document
13366
13367 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13368
13369         * ps/ps-document.c: (ps_document_widget_event),
13370         (ps_document_set_target), (ps_document_finalize),
13371         (ps_document_get_page):
13372
13373         Disconnect the widget event signal on finalize.
13374         Some code cleanups.
13375
13376 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13377
13378         * ps/ps-document.c: (set_up_page):
13379
13380         If there is no bpixmap create one, even if size
13381         is not changed.
13382
13383 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13384
13385         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13386         (set_up_page), (document_load), (ps_document_set_zoom):
13387
13388         Default page is 0. Calculate size even when we have no
13389         target yet.
13390
13391 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13392
13393         * shell/ev-sidebar.c: expand the selection widget to be always as
13394         wide as the sidebar
13395
13396 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13397
13398         * shell/ev-sidebar-thumbnails.c:
13399         (ev_sidebar_thumbnails_set_document):
13400
13401         Clear the list store when setting document
13402
13403 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13404
13405         * shell/ev-page-action.c: (update_entry), (sync_entry),
13406         (activate_cb), (entry_size_request_cb), (create_tool_item),
13407         (connect_proxy):
13408
13409         Use an entry for the page control instead of spinbuttons
13410
13411 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13412
13413         * data/evince.schemas.in:
13414
13415         Correct confusing string
13416
13417 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13418
13419         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13420         for real.  Gosh, how long has this been broken.
13421
13422         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13423         check for a NULL link.  We crash otherwise.
13424
13425 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13426
13427         * NEWS:
13428         * configure.ac:
13429
13430         Release 0.1.5
13431
13432 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13433
13434         * configure.ac: add the french translation.
13435
13436 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13437
13438         * shell/ev-window.c:
13439
13440         Remove unused header -> fix distcheck
13441
13442 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13443
13444         * shell/ev-window.c: (update_window_title),
13445         (ev_window_popup_password_dialog):
13446
13447         Unescape filename for display
13448
13449 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13450
13451         * pdf/xpdf/pdf-document.cc:
13452
13453         In get_page_size deal with rotation. Also
13454         cleanup the function a bit.
13455
13456 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13457
13458         * pdf/xpdf/pdf-document.cc:
13459
13460         Fix crash when opening in new window
13461
13462 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13463
13464         * configure.ac:
13465
13466         Check ghostscript >= 7
13467
13468 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13469
13470         * shell/ev-window.c:
13471
13472         Make page width the default sizing mode
13473
13474 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13475         Marco Pesenti Gritti <marco@gnome.org>
13476
13477         * shell/ev-window.c: Remember the sidebar size
13478
13479         * data/evince.schemas.in: Add a new gconf key to store the size of
13480         the sidebar
13481
13482 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13483
13484         * data/evince-ui.xml:
13485         * shell/ev-window.c: (update_action_sensitivity),
13486         (ev_window_cmd_view_reload):
13487         
13488         Add a "Reload" action and menu entry
13489
13490 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13491
13492         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13493         iff the type doesn't support thumbnailing and indexing.
13494
13495 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13496
13497         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13498
13499 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13500
13501         * pdf/splash/Splash.cc:
13502
13503         Port fix for a crasher from kde bug
13504         http://bugs.kde.org/show_bug.cgi?id=97131
13505
13506 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13507
13508         * pdf/xpdf/pdf-document.cc:
13509
13510         Return a link even if it's of an unrecognized
13511         type. Otherwise we go in an infinte cycle.
13512
13513 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13514
13515         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13516         (size_allocate_cb), (ev_window_set_sizing_mode):
13517
13518         Update size when switching mode
13519
13520 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13521
13522         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13523         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13524         (ev_window_cmd_view_normal_size):
13525
13526         Fix size toggle buttons behavior
13527
13528 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13529
13530         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13531         (doc_rect_to_view_rect), (ev_view_size_allocate),
13532         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13533         (scale_changed_callback):
13534
13535         Do not cache offsets in size_allocate.
13536
13537 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13538
13539         * shell/ev-view.c: (ev_view_size_allocate):
13540
13541         Calculate offsets before calling the parent
13542         class (which does a redraw)
13543
13544 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13545
13546         * pdf/xpdf/pdf-document.cc:
13547
13548         Fix a crasher on exit. Unused code, put a TODO
13549
13550 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13551
13552         * backend/ev-document.c: (ev_document_class_init),
13553         (ev_document_page_changed), (ev_document_scale_changed):
13554         * backend/ev-document.h:
13555
13556         Separate page/scale notifications
13557
13558         * pdf/xpdf/pdf-document.cc:
13559
13560         Emit the new signals.
13561         Do not display the pdf page in _render, do it
13562         when scale/page are requested.
13563
13564         * ps/ps-document.c: (ps_document_set_zoom),
13565         (ps_document_widget_event):
13566         * ps/ps-document.h:
13567
13568         Emit the new signals.
13569
13570         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13571         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13572         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13573         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13574         * shell/ev-view.h:
13575         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13576         (ev_window_cmd_view_page_width), (size_allocate_cb),
13577         (ev_window_set_sizing_mode):
13578
13579         Rework sizing to be pixel based.
13580         There are bugs but should be already way better.
13581
13582 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13583
13584         * shell/ev-window.c: (ev_window_init):
13585
13586         Do not allow to shrink sidebar smaller then
13587         child requisition
13588
13589 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13590
13591         * shell/ev-sidebar.[ch]
13592         * shell/ev-window.c:
13593
13594         Improved sidebar widget. Fixes #166683
13595
13596 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13597
13598         * shell/ev-view.c (update_find_status_message): Give translators
13599         more flexibility with ngettext plural handling.
13600
13601 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13602
13603         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13604         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13605         page when we get the page size.
13606
13607 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13608
13609         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13610
13611         ps pages are 0 based, convert 
13612
13613 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13614
13615         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13616
13617         Initialize correct parent class. Set GError on document load
13618
13619 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13620
13621         * pdf/xpdf/pdf-document.cc:
13622
13623         Fixup selection offset calculation
13624
13625         * shell/ev-view.c: (view_rect_to_doc_rect),
13626         (doc_rect_to_view_rect), (ev_view_size_allocate),
13627         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13628         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13629
13630         Store selection as document relative, so that zooming
13631         and offset changing doesnt break it.
13632
13633 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13634
13635         * shell/ev-view.c: (ev_view_best_fit):
13636
13637         Do not try to best fit if the view is not realized
13638
13639 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13640           
13641         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13642
13643 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13644
13645         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13646
13647 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13648
13649         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13650         the popup window.  That prevents it resizing when in full screen
13651         mode.
13652
13653         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13654         multiple rerenders.  This pretty much sucks.
13655
13656         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13657         rest of the toolbar.
13658
13659 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13660
13661         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13662
13663 2005-02-17  Alexander Shopov  <ash@contact.bg>
13664
13665         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13666
13667 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13668
13669         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13670
13671 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13672
13673         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13674         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13675         (set_document_page), (document_changed_callback),
13676         (ev_view_set_document), (ev_view_find_previous),
13677         (ev_view_hide_cursor), (ev_view_show_cursor):
13678         * shell/ev-view.h:
13679         * shell/ev-window.c: (update_chrome_visibility),
13680         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13681         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13682         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13683         (ev_window_unfullscreen):
13684         * shell/main.c: (main):
13685
13686         Automatically hide the fullscreen button.
13687         Patch by Kristian Høgsberg <krh@redhat.com>
13688
13689 2005-02-16  Vincent Noel  <vnoel@cox.net>
13690
13691         * shell/main.c (main): Specify an icon for the window. Patch by
13692         Jaap A. Haitsma. Fixes #166177.
13693
13694 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13695
13696         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13697
13698 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13699
13700         * backend/ev-document-misc.h:
13701         * backend/ev-document-misc.c:
13702         (ev_document_misc_get_page_border_size),
13703         (ev_document_misc_paint_one_page): New function to canonicalize
13704         sizing/painting a border.
13705
13706         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13707         used.
13708
13709         * pdf/xpdf/pdf-document.cc: use new function
13710
13711         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13712         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13713         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13714         shell/ev-window.c: (update_sizing_buttons),
13715         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13716         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13717         (ev_window_cmd_view_page_width), (size_allocate_cb),
13718         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13719         and "fit width" values act as toggle buttons so they stay
13720         toggled.  It's not 100% perfect, and it's a little slow, but it's
13721         good enough to commit I think.
13722
13723 2005-02-15  David Lodge  <dave@cirt.net>
13724
13725         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13726
13727 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13728
13729         * shell/ev-window.c (update_window_title): replace newlines in
13730         the title by spaces. Bug #166107.
13731
13732 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13733
13734         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13735         parameters providing allocation width and height without
13736         scrollbars and width of a possible vertical scrollbar. With this
13737         additional information the functions can work as
13738         intended. Unfortunately they're not idempotent. We should
13739         transform these commands to toggles. Fixes Bug #164976
13740         Initial patch by Stephane Loeuillet, then heavily modified.
13741
13742         * shell/ev-view.h: update prototypes.
13743
13744         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13745         (ev_window_cmd_view_page_width): provide EvView fit functions with
13746         all the information they need. Formulas to calculate this
13747         information taken from GtkScrolledWindow.
13748
13749 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13750
13751         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13752         created a thumbnail, the list store is updated to know
13753         that the thumbnail is set. Fixes bug #166792
13754
13755 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13756
13757         * shell/ev-window.c: fixed typo, closes bug 166897
13758
13759         * TODO: updated TODO with bug numbers that are relevant
13760
13761 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13762
13763         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13764
13765 2005-02-09  Vincent Noel  <vnoel@cox.net>
13766
13767         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13768         and "Next" toolbar buttons as important to make them stand out.
13769
13770 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13771
13772         * lib/ev-debug.c:
13773         * lib/ev-debug.h:
13774         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13775         (start_interpreter), (stop_interpreter), (document_load),
13776         (ps_document_next_page), (ps_document_goto_page),
13777         (ps_document_set_page_size), (ps_document_widget_event),
13778         (ps_document_render):
13779         * shell/ev-page-view.c: (ev_page_view_dispose):
13780         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13781
13782         Fix compilation on non-gcc platforms
13783
13784 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13785
13786         * NEWS:
13787         * configure.ac:
13788
13789         Release 0.1.4
13790
13791         * pdf/xpdf/Catalog.cc:
13792         * pdf/xpdf/XRef.cc:
13793
13794         Fix the fix for CAN-2004-0888
13795
13796 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13797
13798         * data/Makefile.am:
13799         * data/evince-ui.xml:
13800         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13801         * shell/ev-stock-icons.h:
13802         * shell/ev-window.c: (update_action_sensitivity),
13803         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13804         (set_action_properties):
13805
13806         Improve toolbar layout/icons
13807
13808 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13809
13810         * pdf/xpdf/pdf-document.cc:
13811
13812         Add warnings about unimplemented/unknown link
13813         types.
13814
13815 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13816
13817         * ps/ps-document.c: (set_up_page):
13818
13819         Log gs property
13820
13821 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13822
13823         * ps/ps-document.c: (start_interpreter):
13824
13825         Log gs env var
13826
13827 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13828
13829         * shell/ev-page-view.c: (ev_page_view_dispose):
13830         * shell/ev-view.c: (ev_view_finalize):
13831         * shell/ev-window.c: (ev_window_setup_document),
13832         (ev_window_dispose), (ev_window_init):
13833
13834         Solve more refs issues.
13835
13836         I commented out the page_view initialization for now:
13837         it was never destroyed (because it's never added
13838         to a container). Because of that we was leaking
13839         gs processes. Couldnt think to a clean fix.
13840         We need to figure this out, password view has the
13841         same issue probably.
13842
13843 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13844
13845         * ps/ps-document.c: (ps_document_finalize),
13846         (ps_document_get_n_pages), (ps_document_get_page):
13847
13848         Some cleanups, stop the interpreter on finalize
13849
13850         * shell/ev-page-view.c: (ev_page_view_dispose),
13851         (ev_page_view_class_init):
13852
13853         Release our reference on the document
13854
13855 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13856
13857         * Makefile.am:
13858         * configure.ac:
13859         * doc/debugging.txt:
13860         * lib/.cvsignore:
13861         * lib/Makefile.am:
13862         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13863         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13864         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13865         * lib/ev-debug.h:
13866
13867         Add debugging helpers
13868
13869         * ps/Makefile.am:
13870         * ps/ps-document.c: (set_up_page), (start_interpreter),
13871         (stop_interpreter), (document_load), (ps_document_next_page),
13872         (ps_document_goto_page), (ps_document_set_page_size),
13873         (ps_document_widget_event), (ps_document_render):
13874         * shell/Makefile.am:
13875         * shell/ev-view.c: (expose_bin_window):
13876         * shell/main.c: (main):
13877
13878         Add some logs
13879         
13880 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13881
13882         * ps/ps-document.c: (ps_document_widget_event):
13883
13884         Initialize message_window, this should make ps
13885         rendering really work! (Never noticed because I was
13886         testing with a ps that is causing gs to exit every time!)
13887
13888 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13889
13890         * data/evince.schemas.in: updated simple error in applyto closing tag
13891
13892 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13893
13894         * Makefile.am:
13895         * configure.ac:
13896         * data/.cvsignore:
13897         * data/Makefile.am:
13898         * data/evince-ui.xml:
13899         A data/evince.schemas.in:
13900         * po/POTFILES.in:
13901         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13902         * shell/ev-stock-icons.h:
13903         * shell/ev-window.c: (update_chrome_visibility),
13904         (update_chrome_flag), (ev_window_cmd_edit_find),
13905         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13906         (ev_window_unfullscreen), (ev_window_focus_in_event),
13907         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13908         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13909         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13910         (ev_window_dispose), (ev_window_class_init),
13911         (set_action_properties), (set_chrome_actions), (load_chrome),
13912         (ev_window_init):
13913
13914         Implement fullscreen mode changes from bug #164776.
13915         Also implement persistent chrome toggles.
13916
13917 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13918
13919         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13920
13921 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13922
13923         * NEWS:
13924         * configure.ac:
13925         * shell/ev-view.c:
13926
13927         Add another check for find interface
13928
13929         Release 0.1.3
13930
13931 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13932
13933         * shell/ev-application.c: (ev_application_open):
13934         * shell/ev-window.c: (ev_window_open):
13935
13936         Open gzipped ps documents
13937
13938 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13939
13940         * TODO:
13941         * shell/ev-view.c: (set_document_page):
13942
13943         Clamp page number, dont try to move to
13944         not existant pages.
13945
13946 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13947
13948         * backend/ev-document-find.c: (ev_document_find_changed):
13949         * backend/ev-document-find.h:
13950         * pdf/xpdf/pdf-document.cc:
13951         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13952         * shell/ev-window.c: (find_bar_search_changed_cb):
13953
13954         Fix several bugs with find
13955
13956 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13957
13958         * shell/ev-sidebar-thumbnails.c
13959         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13960         document. Prevents warning from scroll_to_cell.
13961
13962 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13963
13964         * configure.ac: Add «nb» to ALL_LINGUAS too.
13965
13966 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13967
13968         * NOTES: New file with some random thoughts.
13969
13970         * TODO: Update.
13971
13972         * backend/ev-document-misc.c:
13973         (ev_document_misc_get_page_border_size): New function to
13974         canonicalize shadow drawing sizes.  Possibly goofy.
13975
13976         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13977         (ev_view_best_fit), (ev_view_fit_width):
13978         * pdf/xpdf/pdf-document.cc:
13979         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13980         * ps/ps-document.c: (ps_document_get_page_size):
13981         * backend/ev-document-misc.h:
13982         * backend/ev-document.c: (ev_document_get_page_size):
13983         * backend/ev-document.h: get_page_size now takes a page number
13984         parameter.  Made all the backends/frontends honor it.
13985
13986         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13987         see.  Doesn't work yet.
13988
13989         * shell/Makefile.am:
13990         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13991         Doesn't do anything yet.
13992
13993         * shell/ev-sidebar-thumbnails.c:
13994         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13995         [0..n_pages-1]
13996
13997         * shell/ev-window.c: (update_action_sensitivity),
13998         (ev_window_setup_document), (ev_window_set_page_mode),
13999         (ev_window_page_mode_cb), (ev_window_init): Clean up the
14000         view-swapping code a bit so we can have multiple views on a
14001         document.  Add the multi-page view, though it can't be turned on
14002         yet.
14003
14004 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14005
14006         * shell/ev-application.c: (ev_application_open):
14007         * shell/ev-view.c: (expose_bin_window):
14008         * shell/ev-window.c: (ev_window_open):
14009
14010         Support eps and check document supports find
14011         before drawing highlightings in expose.
14012
14013 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14014
14015         * pixbuf/pixbuf-document.c:
14016         (pixbuf_document_thumbnails_get_dimensions),
14017         (pixbuf_document_document_thumbnails_iface_init):
14018
14019         implement get_dimensions
14020
14021 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14022
14023         * NEWS:
14024         * configure.ac:
14025
14026         Release 0.1.2
14027
14028 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14029
14030         * shell/ev-view.c: (set_document_page):
14031
14032         Scroll at the top of the page when changing page
14033
14034 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14035
14036         * shell/ev-view.c: (ev_view_motion_notify_event):
14037
14038         Do not redraw unnecessarily
14039
14040 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14041
14042         * pdf/xpdf/pdf-document.cc:
14043         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14044         (expose_bin_window), (find_changed_cb):
14045
14046         Yay! find works now... Now to find bugs...
14047
14048 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14049
14050         * backend/ev-document-find.c: (ev_document_find_base_init),
14051         (ev_document_find_changed):
14052         * backend/ev-document-find.h:
14053         * pdf/xpdf/pdf-document.cc:
14054         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14055         (expose_bin_window), (ev_view_init), (set_document_page),
14056         (ensure_rectangle_is_visible), (jump_to_find_result),
14057         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14058         (ev_view_find_next), (ev_view_find_previous):
14059         * shell/ev-view.h:
14060         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14061
14062         More work on find implementation, mostly there now
14063
14064 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
14065
14066         * backend/ev-backend-marshalers.list:
14067         * backend/ev-document-find.c: (ev_document_find_base_init),
14068         (ev_document_find_cancel), (ev_document_find_page_has_results),
14069         (ev_document_find_get_n_results), (ev_document_find_get_result),
14070         (ev_document_find_get_progress), (ev_document_find_changed):
14071         * backend/ev-document-find.h:
14072
14073         Enanche the find interface to be really able to do
14074         multi page find.
14075
14076         * pdf/xpdf/pdf-document.cc:
14077
14078         Implement
14079
14080         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14081         (expose_bin_window), (ev_view_init),
14082         (ev_view_get_find_status_message), (find_changed_cb),
14083         (ev_view_set_document), (set_document_page):
14084
14085         Adapt to the new interface. A few things are regressed sorry,
14086         I will finish it soon.
14087
14088 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14089
14090         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14091         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14092         ev_sidebar_thumbnails_parent_class variable, don't define another
14093         parent_class variable.
14094
14095         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14096         (ev_page_action_class_init): ditto.
14097
14098         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14099         (pixbuf_document_class_init): ditto.
14100
14101         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14102         ditto.
14103
14104         * .cvsignore: ignore various valgrind output files.
14105
14106 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14107
14108         * data/evince-ui.xml:
14109         * shell/Makefile.am:
14110         * shell/ev-history.c:
14111         * shell/ev-history.h:
14112         * shell/ev-navigation-action.c:
14113         * shell/ev-navigation-action.h:
14114         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14115         (ev_view_set_page), (ev_view_fit_width):
14116         * shell/ev-view.h:
14117         * shell/ev-window.c: (update_action_sensitivity),
14118         (ev_window_setup_document), (register_custom_actions):
14119
14120         Kill session history
14121
14122 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14123
14124         * shell/ev-window.c: (update_action_sensitivity):
14125
14126         Fix inverted up/down buttons
14127
14128 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14129
14130         * shell/ev-sidebar-thumbnails.c
14131         (ev_sidebar_thumbnails_select_page): make sure the selected
14132         thumbnail stays visible.
14133
14134 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14135
14136         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14137         scrolled window for Federico.
14138
14139 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14140
14141         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14142
14143 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14144
14145         * configure.ac:
14146         * pdf/splash/SplashFTFontEngine.cc:
14147
14148         Fix CID fonts with freetype 2.1.9
14149
14150 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14151
14152         * TODO: added item for desktop icon thumbnailer
14153
14154 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14155
14156         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14157         unloaded docs when the title is accessed.
14158
14159         * shell/ev-password-view.[hc]: New widget for displaying password
14160         state.
14161
14162         * shell/ev-window.[ch]: Refactor password handling code to handle
14163         the new view.
14164
14165 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14166
14167         * NEWS:
14168         * configure.ac:
14169         * data/Makefile.am:
14170
14171         Release 0.1.1
14172
14173 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14174
14175         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14176         ignore page offset here, to make search results independent of it,
14177
14178         * shell/ev-view.c (expose_bin_window): but take offsets into
14179         account here. Bug #164932
14180
14181         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14182         scale at the right time. Bug #164996
14183
14184 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14185
14186         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14187         fix the problem. Now I just removed the Adobe font names and hope
14188         that the URW fonts are always in outline format. Bug #164934
14189
14190         * shell/ev-window.c (update_window_title): empty titles are
14191         useless, use filename in that case too.
14192
14193         * NEWS: Add some content.
14194
14195 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14196
14197         * TODO: added one more TODO item and a TODONE section :)
14198
14199 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14200
14201         * ps/ps-document.h: add page_[xy]_offset fields.
14202
14203         * ps/ps-document.c (ps_document_set_page_offset)
14204         (ps_document_render): Keep offset in consideration in a few
14205         places. Bug #164752 "postscript documents are not centered in
14206         window"
14207
14208         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14209         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14210
14211         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14212         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14213         stub out missing methods for complete EvDocument implementation.
14214         Fixes segfaults with Save A Copy and Copy actions.
14215
14216         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14217         (ps_document_document_iface_init): ditto.
14218         
14219 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14220
14221         * data/.cvsignore:
14222         * data/Makefile.am:
14223         * data/evince.desktop.in:
14224
14225         Add desktop file
14226
14227 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14228
14229         * shell/ev-view.c: (ev_view_button_press_event),
14230         (ev_view_motion_notify_event):
14231
14232         Make selection work in any direction
14233
14234 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14235
14236         * TODO:
14237         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14238
14239         Use shorter labels for some of the toolbars items
14240
14241 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14242
14243         * pdf/xpdf/pdf-document.cc:
14244
14245         Check the links info is initialized before
14246         using it. Should fix a crash on startup.
14247
14248 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14249
14250         * pixbuf/pixbuf-document.c
14251         (pixbuf_document_thumbnails_get_dimensions): force floating point
14252         division to calculate page_ratio. Fixes crash with landscape
14253         format pixbufs.
14254
14255 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14256
14257         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14258
14259 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14260
14261         * shell/ev-view.c (set_document_page): unset has_selection when
14262         the page changes.
14263         (set_document_page): handle paper size changes when the page
14264         changes (test with Free Culture, page 2).
14265
14266 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14267
14268         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14269         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14270
14271         Use normal style color for the widget background and
14272         draw a black box around the page.
14273
14274 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14275
14276         * pdf/xpdf/pdf-document.cc:
14277
14278         Keep offset in consideration in a few places
14279
14280         * shell/ev-view.c: (expose_bin_window):
14281
14282         Set the offsets so that the document is ever centered
14283
14284 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14285
14286         * TODO: Added TODO items and finished off the first todo item
14287
14288         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14289         reflect current authors
14290
14291 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14292
14293         * pdf/xpdf/pdf-document.cc:
14294         * shell/ev-view.c: (ev_view_set_cursor),
14295         (ev_view_motion_notify_event), (document_changed_callback),
14296         (set_document_page):
14297
14298         Show a wait cursor while the page is rendering
14299
14300 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14301
14302         * shell/ev-sidebar-thumbnails.c:
14303         (ev_sidebar_tree_selection_changed),
14304         (ev_sidebar_thumbnails_select_page):
14305         * shell/ev-sidebar-thumbnails.h:
14306         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14307         (ev_view_can_go_forward):
14308         * shell/ev-window.c: (ev_window_open_page),
14309         (ev_window_setup_document), (update_current_page),
14310         (view_page_changed_cb), (ev_window_init):
14311         * shell/ev-window.h:
14312
14313         Ensure thumbnails selection, toolbar page control and
14314         current page are in sync.
14315
14316 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14317
14318         * pdf/xpdf/XRef.cc:
14319
14320         Fix CAN-2005-0064
14321
14322 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14323
14324         * backend/Makefile.am:
14325         * backend/ev-document-links.h:
14326         * backend/ev-document-security.c: (ev_document_security_get_type),
14327         (ev_document_security_has_document_security),
14328         (ev_document_security_set_password):
14329         * backend/ev-document-security.h:
14330         * backend/ev-document.c: (ev_document_error_quark):
14331         * backend/ev-document.h:
14332         * data/Makefile.am:
14333         * data/evince-password.glade:
14334         * pdf/xpdf/pdf-document.cc:
14335         * shell/Makefile.am:
14336         * shell/ev-password.c: (ev_password_set_bad_password_label),
14337         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14338         (ev_password_dialog_get_password),
14339         (ev_password_dialog_set_bad_pass):
14340         * shell/ev-password.h:
14341         * shell/ev-window.c: (ev_window_get_attribute),
14342         (ev_window_set_property), (update_action_sensitivity),
14343         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14344         (ev_window_setup_document), (ev_window_get_password),
14345         (ev_window_open), (ev_window_cmd_save_as),
14346         (using_postscript_printer), (ev_window_print),
14347         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14348         (update_fullscreen_popup), (ev_window_fullscreen),
14349         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14350         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14351         (menu_item_select_cb), (find_bar_search_changed_cb),
14352         (ev_window_dispose), (ev_window_init):
14353
14354         Add initial support for password-supported dialogs.  This could be
14355         a lot cooler, but it'll do for now.
14356
14357 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14358
14359         * pdf/xpdf/pdf-document.cc:
14360         * shell/ev-view.c: (status_message_from_link),
14361         (ev_view_set_status), (ev_view_set_cursor),
14362         (ev_view_motion_notify_event), (ev_view_init):
14363         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14364
14365         Fix bugs in the links implementation and change cursor
14366         when hovering a link.
14367
14368 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14369
14370         * viewer/.cvsignore: added cvsignore file for viewer directory
14371
14372         * TODO: created TODO document
14373
14374 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14375
14376         * shell/ev-view.h:
14377         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14378         new functions to help with implementation of sensitivity code
14379         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14380         of all actions that might require it.  Fixes a crash when you
14381         click on the Zoom actions in a window lacking a document.
14382
14383 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14384
14385         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14386         of the Find action
14387
14388 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14389
14390         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14391         (pixbuf_document_document_iface_init):
14392         * ps/ps-document.c: (ps_document_get_link),
14393         (ps_document_document_iface_init):
14394         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14395         (status_message_from_link), (ev_view_set_status),
14396         (ev_view_set_find_status), (ev_view_motion_notify_event),
14397         (ev_view_button_release_event), (ev_view_set_property),
14398         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14399         (ev_view_get_find_status_message), (update_find_results),
14400         (ev_view_get_status), (ev_view_get_find_status):
14401         * shell/ev-view.h:
14402         * shell/ev-window.c: (view_status_changed_cb),
14403         (view_find_status_changed_cb), (ev_window_init):
14404
14405         View status message support, use it to show the links.
14406         Needs work...
14407
14408 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14409
14410         * backend/ev-document.c: (ev_document_get_link):
14411         * backend/ev-document.h:
14412         * pdf/xpdf/pdf-document.cc:
14413         * shell/ev-application.c: (ev_application_open):
14414         * shell/ev-application.h:
14415         * shell/ev-sidebar-links.c: (selection_changed_cb):
14416         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14417         (ev_view_go_to_link):
14418
14419         Add support for document links
14420
14421 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14422
14423         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14424         (create_tool_item):
14425         Set the spin button limits correctly.
14426         
14427         * shell/ev-sidebar-thumbnails.c:
14428         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14429         Support changing pages by clicking on the thumbnails.
14430         
14431 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14432
14433         * pixbuf/pixbuf-document.c:
14434         (pixbuf_document_thumbnails_get_dimensions),
14435         (pixbuf_document_document_thumbnails_iface_init):
14436
14437         implement get_dimensions
14438
14439 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14440
14441         * ps/ps-document.c: (ps_document_goto_page):
14442
14443         Fix page switching on multipage documents
14444
14445 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14446
14447         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14448         
14449         check for NULL before assigning to width and height parameters
14450
14451 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14452
14453         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14454         (pixbuf_document_set_property), (pixbuf_document_get_property):
14455
14456         implement get/set properties
14457
14458 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14459
14460         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14461         
14462         return NULL instead of "Unknown", letting the title get set to
14463         the filename when the pdf has no title.
14464
14465 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14466
14467         * ps/ps-document.c: (ps_document_get_page_count),
14468         (ps_document_goto_page):
14469
14470 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14471
14472         * shell/ev-history.c: (ev_history_get_property),
14473         (ev_history_set_property), (ev_history_class_init),
14474         (ev_history_add_page), (ev_history_set_current_index):
14475         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14476         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14477         (ev_navigation_action_finalize):
14478         * shell/ev-navigation-action.h:
14479         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14480         (ev_view_go_forward), (ev_view_get_find_status_message),
14481         (history_index_changed_cb), (ev_view_set_history):
14482         * shell/ev-view.h:
14483         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14484         (update_current_page), (register_custom_actions):
14485
14486         Implement history dropdowns
14487
14488 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14489
14490         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14491         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14492         (ev_view_go_forward):
14493         * shell/ev-window.c: (register_custom_actions):
14494
14495         Fix several history bugs
14496
14497 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14498
14499         * configure.ac: Add «nb» to ALL_LINGUAS.
14500
14501 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14502
14503         * backend/Makefile.am:
14504         * backend/ev-bookmark.c:
14505         * backend/ev-bookmark.h:
14506         * backend/ev-document-bookmarks.c:
14507         * backend/ev-document-bookmarks.h:
14508         * backend/ev-document-links.c: (ev_document_links_get_type),
14509         (ev_document_links_has_document_links),
14510         (ev_document_links_begin_read), (ev_document_links_get_link),
14511         (ev_document_links_get_child), (ev_document_links_next),
14512         (ev_document_links_free_iter):
14513         * backend/ev-document-links.h:
14514         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14515         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14516         (ev_link_get_link_type), (ev_link_set_link_type),
14517         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14518         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14519         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14520         (ev_link_new_external):
14521         * backend/ev-link.h:
14522         * pdf/xpdf/pdf-document.cc:
14523         * shell/Makefile.am:
14524         * shell/ev-application.c: (ev_application_open_link):
14525         * shell/ev-application.h:
14526         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14527         (ev_history_get_link_nth):
14528         * shell/ev-history.h:
14529         * shell/ev-sidebar-bookmarks.c:
14530         * shell/ev-sidebar-bookmarks.h:
14531         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14532         (ev_sidebar_links_class_init), (selection_changed_cb),
14533         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14534         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14535         (do_one_iteration), (populate_links_idle),
14536         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14537         * shell/ev-sidebar-links.h:
14538         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14539         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14540         (go_to_index):
14541         * shell/ev-view.h:
14542         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14543         * shell/ev-window.h:
14544
14545         Rename bookmark to link, and use "Index" for the sidebar panel.
14546
14547 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14548
14549         * shell/Makefile.am:
14550         * shell/ev-application.c: (ev_application_open_bookmark):
14551         * shell/ev-application.h:
14552         * shell/ev-history.c: (ev_history_init), (free_links_list),
14553         (ev_history_finalize), (ev_history_class_init),
14554         (ev_history_add_link), (ev_history_add_page),
14555         (ev_history_get_link_nth), (ev_history_get_n_links),
14556         (ev_history_get_current_index), (ev_history_set_current_index),
14557         (ev_history_new):
14558         * shell/ev-history.h:
14559         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14560         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14561         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14562         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14563         (ev_view_set_page):
14564         * shell/ev-view.h:
14565         * shell/ev-window.c: (ev_window_open_bookmark),
14566         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14567         (goto_page_cb), (register_custom_actions):
14568         * shell/ev-window.h:
14569
14570         Initial history implementation. Needs work.
14571
14572 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14573
14574         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14575
14576 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14577
14578         * cut-n-paste/recent-files/egg-recent-item.c:
14579         * cut-n-paste/recent-files/egg-recent-item.h:
14580         * cut-n-paste/recent-files/egg-recent-model.c:
14581         * cut-n-paste/recent-files/egg-recent-util.c:
14582         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14583         * cut-n-paste/recent-files/egg-recent-view.c:
14584
14585         Update
14586
14587 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14588
14589         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14590         (fillGlyph, fillImageMask, drawImage):
14591         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14592         pdf/splash/SplashTypes.h:
14593         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14594         packed mode for Splash.
14595
14596         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14597         RGB8 packed mode, eliminates the pixbuf data creation loop.
14598
14599         * shell/ev-print-job.c (ev_print_job_finalize)
14600         (ev_print_job_set_property, ev_print_job_get_property)
14601         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14602         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14603         (print_closure_finalize, ev_print_job_print): implement
14604         printing (for backends with EvPsExporter)
14605
14606         * shell/ev_print_job.h: update prototypes.
14607
14608         * shell/ev-window.c (ev_window_print): unref print job after
14609         printing.
14610
14611         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14612         unless the document implements the EvDocumentFind interface.
14613
14614 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14615
14616         * configure.ac: Added ja to ALL_LINGUAS.
14617
14618 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14619
14620         * pdf/xpdf/pdf-document.cc:
14621
14622         add a FIXME. We should probably not allocate
14623         a bookmark object every time
14624
14625 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14626
14627         * shell/ev-application.c: (ev_application_open),
14628         (ev_application_open_bookmark):
14629         * shell/ev-application.h:
14630         
14631         Add a way to open bookmarks
14632
14633         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14634         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14635         (ev_bookmark_set_property), (ev_bookmark_class_init),
14636         (ev_bookmark_new_title), (ev_bookmark_new_link),
14637         (ev_bookmark_new_external):
14638
14639         Support for external uris, better constructors.
14640
14641         * backend/ev-bookmark.h:
14642         * pdf/xpdf/pdf-document.cc:
14643         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14644
14645         Handle external uris
14646
14647 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14648
14649         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14650         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14651
14652         Hook up bookmarks navigation
14653
14654 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14655
14656         * backend/Makefile.am:
14657         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14658         (ev_bookmark_get_title), (ev_bookmark_set_title),
14659         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14660         (ev_bookmark_get_page), (ev_bookmark_set_page),
14661         (ev_bookmark_get_property), (ev_bookmark_set_property),
14662         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14663         (ev_bookmark_new):
14664         * backend/ev-bookmark.h:
14665         * backend/ev-document-bookmarks.c:
14666         (ev_document_bookmarks_get_bookmark):
14667         * backend/ev-document-bookmarks.h:
14668         * pdf/xpdf/pdf-document.cc:
14669         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14670
14671         Add a bookmark object to the backend and use it instead of get_values
14672
14673 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14674
14675         * data/evince-ui.xml:
14676
14677         Cleanup and add select all.
14678
14679         * shell/ev-view.c: (ev_view_select_all),
14680         (ev_view_button_press_event):
14681         * shell/ev-view.h:
14682         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14683
14684         Add select all.
14685         Clear selection on click.
14686
14687 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14688
14689         * shell/ev-sidebar-thumbnails.c
14690         (ev_sidebar_thumbnails_set_document): forgot to unref the
14691         loading_icon.
14692
14693 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14694
14695         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14696         at the visible page, not just linearly.  This makes it look fast.
14697
14698 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14699
14700         * backend/ev-document-misc.c
14701         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14702         white.
14703         * backend/ev-document-thumbnails.h: New interface to get the size
14704         of a page.
14705
14706 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14707
14708         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14709         make dist works
14710
14711 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14712
14713         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14714         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14715         things up a bit.
14716
14717         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14718
14719 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14720
14721         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14722         fonts. Should fix font problems on systems that have the base
14723         fonts in bitmap format. Reported by James Henstridge
14724         <james@jamesh.id.au>.
14725
14726 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14727
14728         * pdf/xpdf/Gfx.cc:
14729         * pdf/xpdf/GfxState.cc:
14730
14731         Fix for CAN-2004-1125
14732
14733 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14734
14735         * shell/ev-view.c: (ev_view_copy):
14736         * shell/ev-view.h:
14737         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14738
14739         Implement Edit->Copy
14740
14741 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14742
14743         * backend/ev-document.c: (ev_document_get_text):
14744         * backend/ev-document.h:
14745         * pdf/xpdf/pdf-document.cc:
14746         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14747         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14748         (ev_view_update_primary_selection), (ev_view_button_press_event),
14749         (ev_view_motion_notify_event), (ev_view_button_release_event):
14750
14751         Beginnings of clipboard support. Incomplete but primary sort
14752         of work.
14753
14754 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14755
14756         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14757         (expose_bin_window):
14758
14759         Nicer rubberband drawing, from GtkIconView.
14760
14761 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14762
14763         * backend/ev-document.c: (ev_document_save):
14764         * backend/ev-document.h:
14765         * data/evince-ui.xml:
14766         * pdf/xpdf/pdf-document.cc:
14767         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14768
14769         Implement "Save a copy..." menu item
14770
14771 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14772
14773         * shell/ev-view.c: (ev_view_zoom):
14774
14775         Queue a resize when zoom changes
14776
14777 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14778
14779         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14780         shadows.
14781
14782         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14783         thumbnails..
14784
14785 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14786
14787         * pdf/xpdf/pdf-document.cc
14788         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14789
14790 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14791
14792         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14793         It's slow, but I'll speed it up next!
14794
14795 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14796
14797         * shell/main.c (load_files):
14798
14799         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14800         from the command line and because it seems more appropriate.
14801
14802 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14803
14804         * data/evince-ui.xml:
14805         * shell/ev-window.c: (update_action_sensitivity),
14806         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14807
14808         s/next page/page down
14809         s/previous page/page up
14810
14811 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14812
14813         * data/evince-ui.xml:
14814
14815         Change the layout to match clarkbw design.
14816
14817         * shell/Makefile.am:
14818         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14819         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14820         (ev_navigation_action_finalize),
14821         (ev_navigation_action_set_property),
14822         (ev_navigation_action_get_property),
14823         (ev_navigation_action_class_init):
14824         * shell/ev-navigation-action.h:
14825
14826         Implement clarkbw toolbar navigation controls (incomplete)
14827
14828         * shell/ev-page-action.c: (update_label), (update_spin),
14829         (value_changed_cb), (create_tool_item), (connect_proxy),
14830         (ev_page_action_init), (ev_page_action_finalize),
14831         (ev_page_action_set_property), (ev_page_action_get_property),
14832         (ev_page_action_set_current_page),
14833         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14834         * shell/ev-page-action.h:
14835
14836         Implement a page switcher in the toolbar
14837
14838         * shell/ev-view.c: (ev_view_scroll_view):
14839         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14840         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14841         (register_custom_actions), (ev_window_init):
14842
14843         Change page on PageUp/Down.
14844
14845 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14846
14847         * pdf/xpdf/pdf-document.cc
14848         (pdf_document_thumbnails_get_thumbnail): initial stab at
14849         implementing thumbnail support for pdfs.  It only does documents
14850         with precached pdfs now.
14851
14852 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14853
14854         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14855         thumbnail code into a time-based idle as well.  Also, turn off the
14856         shadow temporarily as it's really slow.
14857
14858 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14859
14860         * backend/ev-document.c: (ev_document_class_init):
14861         * pdf/xpdf/pdf-document.cc:
14862         * shell/ev-window.c: (ev_window_open):
14863
14864         Fix document title bugs and fallback to
14865         filename when not available.
14866
14867 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14868
14869         * backend/ev-document.c: (ev_document_get_type),
14870         (ev_document_class_init), (ev_document_load),
14871         (ev_document_get_title):
14872         * backend/ev-document.h:
14873         * pdf/xpdf/pdf-document.cc:
14874         * ps/ps-document.c: (ps_document_set_property),
14875         (ps_document_get_property), (ps_document_class_init),
14876         (document_load):
14877         * ps/ps-document.h:
14878         * ps/ps.h:
14879         * shell/ev-window.c: (update_window_title), (ev_window_open),
14880         (ev_window_init):
14881
14882         Initial support for document title. Not working yet.
14883
14884 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14885
14886         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14887
14888         Grab focus on the view when clicking it
14889
14890 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14891
14892         * shell/ev-marshal.list:
14893         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14894         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14895
14896         Add key bindings to the view. Now if the focus would work
14897         right...
14898
14899 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14900
14901         * Makefile.am:
14902         * backend/Makefile.am:
14903         * data/Makefile.am:
14904         * dvi/Makefile.am:
14905         * dvi/dvilib/Makefile.am:
14906         * pdf/xpdf/Makefile.am:
14907         * po/POTFILES.in:
14908         * ps/Makefile.am:
14909
14910         Fix distcheck
14911
14912 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14913
14914         * shell/ev-view.c: (ev_view_realize):
14915
14916         Fix mouse wheel scrolling
14917
14918 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14919
14920         * ps/Makefile.am:
14921         * ps/gstypes.h:
14922         * ps/gtkgs.c:
14923         * ps/gtkgs.h:
14924         * ps/ps-document.c: (catchPipe), (ps_document_init),
14925         (ps_document_class_init), (ps_document_cleanup),
14926         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14927         (set_up_page), (close_pipe), (is_interpreter_ready),
14928         (interpreter_failed), (output), (input), (start_interpreter),
14929         (stop_interpreter), (file_length), (file_readable),
14930         (check_filecompressed), (check_pdf), (compute_xdpi),
14931         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14932         (ps_document_get_type), (ps_document_emit_error_msg),
14933         (document_load), (ps_document_next_page),
14934         (ps_document_get_current_page), (ps_document_get_page_count),
14935         (ps_document_goto_page), (ps_document_set_page_size),
14936         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14937         (ps_document_load), (ps_document_get_n_pages),
14938         (ps_document_set_page), (ps_document_get_page),
14939         (ps_document_widget_event), (ps_document_set_target),
14940         (ps_document_set_scale), (ps_document_set_page_offset),
14941         (ps_document_get_page_size), (ps_document_render),
14942         (ps_document_document_iface_init):
14943         * ps/ps-document.h:
14944         * ps/ps.c:
14945         * shell/ev-window.c: (ev_window_open):
14946
14947         Rename GtkGS to PSDocument
14948
14949 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14950
14951         * ps/gtkgs.c: (gtk_gs_class_init):
14952         * ps/gtkgs.h:
14953
14954         Some more leftover...
14955
14956 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14957
14958         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14959         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14960         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14961         * ps/gtkgs.h:
14962
14963         Remove unused code and make a lot of stuff private
14964
14965 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14966
14967         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14968         (gtk_gs_defaults_changed):
14969         * ps/gsdefaults.h:
14970         * ps/gtkgs.c:
14971         * ps/gtkgs.h:
14972         * ps/ps.h:
14973
14974         Cleanup headers dependencies
14975
14976 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14977
14978         * ps/Makefile.am:
14979         * ps/ggvutils.c:
14980         * ps/ggvutils.h:
14981         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14982         * ps/gsdefaults.h:
14983         * ps/gtkgs.c: (file_length), (file_readable),
14984         (check_filecompressed), (check_pdf), (gtk_gs_load),
14985         (gtk_gs_get_postscript):
14986
14987         Get rid of ggvutils
14988
14989 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14990
14991         * ps/ggvutils.c:
14992         * ps/ggvutils.h:
14993         * ps/gsio.h:
14994         * ps/gtkgs.c: (gtk_gs_set_zoom):
14995
14996         Cleanups
14997
14998 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14999
15000         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
15001
15002         Ensure the page is rerendered when changing zoom
15003
15004 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15005
15006         * backend/ev-document.c: (ev_document_base_init),
15007         (ev_document_changed):
15008         * backend/ev-document.h:
15009
15010         Add a changed event that is emitted when the page content
15011         changes. This is necessary to deal with the fact that
15012         in ps backend rendering happen asycrounously.
15013         This makes the ps backend mostly work.
15014
15015         * pdf/xpdf/pdf-document.cc:
15016
15017         Emit changed event
15018
15019         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
15020         (ps_document_set_target):
15021
15022         Emit changed event
15023
15024         * shell/ev-view.c: (document_changed_callback),
15025         (ev_view_set_document), (ev_view_set_page):
15026
15027         Redraw on the changed signal
15028
15029 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
15030
15031         * configure.ac: Added pt_BR to ALL_LINGUAS.
15032
15033 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
15034
15035         * backend/ev-document-bookmarks.c:
15036         (ev_document_bookmarks_get_child): *
15037         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
15038         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
15039         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
15040         (ev_sidebar_bookmarks_destroy),
15041         (ev_sidebar_bookmarks_class_init),
15042         (ev_sidebar_bookmarks_construct), (stack_data_free),
15043         (do_one_iteration), (populate_bookmarks_idle),
15044         (ev_sidebar_bookmarks_clear_document),
15045         (ev_sidebar_bookmarks_set_document): *
15046         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15047         (ev_sidebar_add_page),
15048         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15049         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
15050         it displays both the topics and the page numbers.
15051
15052 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
15053
15054         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15055         toggle.
15056         * shell/ev-window.c (toggle_entries): Set sidebar default value to
15057         visible.
15058
15059 2004-12-23  Adam Weinberger  <adamw@gnome.org>
15060
15061         * configure.ac: Added en_CA to ALL_LINGUAS.
15062
15063 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15064
15065         * ChangeLog: replace bottom of this ChangeLog (merged history of
15066         ggv and gpdf; where all paths were wrong and most of the files are
15067         not even in this tree) with ChangeLog (from arch) of the shell
15068         code.
15069
15070 2004-12-23  Havoc Pennington  <hp@redhat.com>
15071
15072         * shell/ev-window.c: hook up potentially-questionable "find
15073         results status text" feature - something involving the sidebar or
15074         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15075         might be better in the end.
15076
15077         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15078         with corresponding signal when it should be updated
15079
15080         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15081
15082 2004-12-22  Havoc Pennington  <hp@redhat.com>
15083
15084         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15085         find stuff on other pages, sort of (only returns one result on
15086         invisible pages, to show they have results; updates full results
15087         for a page when you view it). Currently repaints the current page
15088         every time a new result is found on any page, which isn't so nice.
15089
15090 2004-12-22  Havoc Pennington  <hp@redhat.com>
15091
15092         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15093         the document doesn't support find (better ideas?)
15094         (find_bar_search_changed_cb): handle missing document or document
15095         that doesn't support find
15096
15097         * pdf/xpdf/pdf-document.cc: port to implement the new
15098         EvDocumentFindIface
15099
15100         * backend/ev-document-find.c: create a new interface for searching
15101
15102         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15103
15104 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15105
15106         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15107         libevbackend.la.
15108
15109         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15110         EvPrintJob constructor arguments.
15111
15112         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15113         for documents that can export PostScript (page by page).
15114
15115         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15116         
15117         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15118         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15119         (pdf_document_ps_exporter_iface_init:
15120         Implement EvPSExporter.
15121
15122         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15123
15124 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15125
15126         * backend/Makefile.am:
15127         * backend/ev-document-thumbnails.c:
15128         (ev_document_thumbnails_get_type),
15129         (ev_document_thumbnails_get_thumbnail):
15130         * backend/ev-document-thumbnails.h:
15131         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15132         (pixbuf_document_thumbnails_get_thumbnail),
15133         (pixbuf_document_document_thumbnails_iface_init):
15134         * shell/Makefile.am:
15135         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15136         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15137         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15138         * shell/ev-sidebar-thumbnails.h:
15139         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15140         (ev_sidebar_set_document):
15141         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15142         (create_shadow), (ev_pixbuf_add_shadow):
15143         * shell/ev-utils.h:
15144         Add thumbnail support.
15145         
15146 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15147
15148         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15149         (using_postscript_printer): Set up a print dialog for "PostScript
15150         injection" method.
15151
15152         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15153         EvPrintJob.
15154
15155         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15156
15157 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15158
15159         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15160         (ps_document_set_target), (ps_document_get_page_size),
15161         (ps_document_render):
15162         * ps/gtkgs.h:
15163
15164         Fix a few bugs
15165
15166 2004-12-22  Christian Rose  <menthos@menthos.com>
15167
15168         * configure.ac: Added "sv" to ALL_LINGUAS.
15169
15170 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15171
15172         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15173         document supports bookmarks.
15174
15175 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15176
15177         * ps/ggvutils.c: (ggv_file_readable):
15178         * ps/ggvutils.h:
15179         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15180         (gtk_gs_get_postscript):
15181
15182         Remove unused utils
15183
15184 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15185
15186         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15187         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15188         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15189         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15190         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15191         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15192         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15193         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15194         (gtk_gs_set_antialiasing), (ps_document_load),
15195         (ps_document_render):
15196         * ps/gtkgs.h:
15197
15198         Another check point for the ps backend. Now I can get it to show
15199         pages!
15200
15201 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15202
15203         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15204         document setting code.
15205
15206 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15207
15208         * shell/eggfindbar.c: (entry_activate_callback):
15209         Animate the next button when activate is pressed.
15210         
15211 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15212
15213         * shell/ev-window.c: (ev_window_cmd_edit_find),
15214         (update_fullscreen_popup), (ev_window_fullscreen),
15215         (ev_window_unfullscreen), (ev_window_state_event_cb),
15216         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15217         Fix bugs in fullscreen code.
15218         
15219 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15220
15221         * Makefile.am:
15222         * configure.ac:
15223         * pixbuf/Makefile.am:
15224         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15225         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15226         (pixbuf_document_set_page), (pixbuf_document_get_page),
15227         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15228         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15229         (pixbuf_document_render), (pixbuf_document_begin_find),
15230         (pixbuf_document_end_find), (pixbuf_document_finalize),
15231         (pixbuf_document_class_init),
15232         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15233         * pixbuf/pixbuf-document.h:
15234         * shell/Makefile.am:
15235         * shell/ev-application.c: (ev_application_open):
15236         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15237         (ev_window_open):
15238         Add pixbuf backend.
15239         
15240 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15241
15242         * Makefile.am: 
15243         * dvi/dvilib/Makefile.am:
15244         * dvi/Makefile.am:
15245         * configure.ac: Auto*ify dvi and dvi/dvilib
15246
15247         * dvi/Makefile: Remove from CVS
15248         
15249         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15250         confusion.
15251
15252         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15253         
15254         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15255         
15256 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15257
15258         * ps/Makefile.am:
15259         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15260         (gtk_gs_value_adjustment_changed), (compute_size),
15261         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15262         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15263         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15264         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15265         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15266         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15267         (ps_document_load), (ps_document_get_n_pages),
15268         (ps_document_set_page), (ps_document_get_page),
15269         (ps_document_set_target), (ps_document_set_scale),
15270         (ps_document_set_page_offset), (ps_document_get_page_size),
15271         (ps_document_render), (ps_document_begin_find),
15272         (ps_document_end_find), (ps_document_document_iface_init):
15273         * ps/gtkgs.h:
15274         * shell/Makefile.am:
15275         * shell/ev-window.c: (ev_window_open):
15276
15277         Some work to integrate gtkgs with EvDocument
15278
15279 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15280
15281         * shell/ev-window.c: (update_fullscreen_popup),
15282         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15283         (exit_fullscreen_button_clicked_cb),
15284         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15285         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15286         (ev_window_state_event_cb), (ev_window_init):
15287         Add fullscreen support from Epiphany.
15288         
15289 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15290
15291         * data/ev-stock-zoom-fit-width.png: fit-width
15292         stock icon from gpdf.
15293         
15294         * shell/ev-stock-icons.[ch]: copied from gpdf.
15295         
15296         * shell/main.c: (main): init stock icons.
15297         
15298         * shell/ev-window.c: use the fit-width icon.
15299         
15300         * data/evince-ui.xml: add zooming toolbar items.
15301
15302 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15303
15304         * shell/ev-view.c: 
15305         (ev_view_best_fit), (ev_view_fit_width): because
15306         get_page_size() returns the scaled page size, we
15307         need to calculate the scale factor relative to
15308         the previous scale factor. Should really just
15309         add get_real_page_size().
15310
15311 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15312
15313         * shell/ev-view.[ch]:
15314         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15315         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15316         add zooming.
15317         
15318         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15319         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15320         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15321         hook it up.
15322         
15323         * pdf/xpdf/pdf-document.cc:
15324         (pdf_document_begin_find),
15325         (pdf_document_end_find): make static.
15326
15327 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15328
15329         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15330
15331         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15332         names to fontconfig patterns.
15333         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15334
15335         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15336         setupBaseFontsFc.
15337
15338 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15339
15340         * Makefile.am:
15341         * configure.ac:
15342         * ps/Makefile.am:
15343         * ps/ggvutils.c:
15344         * ps/ggvutils.h:
15345         * ps/gsdefaults.c:
15346         * ps/gsdefaults.h:
15347         * ps/gsio.c:
15348         * ps/gsio.h:
15349         * ps/gtkgs.c:
15350         * ps/gtkgs.h:
15351         * ps/ps.c:
15352         * ps/ps.h:
15353
15354         Import ggv backend. Not hooked up yet.
15355
15356 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15357
15358         * shell/main.c: (load_files), (main): load files
15359         from the command line.
15360
15361 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15362
15363         * configure.ac: don't require bonobo.
15364         
15365         * cut-n-paste/recent-files/*: kill bonobo recent
15366         view.
15367
15368         * shell/ev-window.c:
15369         (ev_window_is_empty): upd.
15370         (unable_to_load), (ev_window_open): load backend
15371         based on the mime type.
15372
15373 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15374
15375         * backend/.cvsignore: ignore generated marshalers source.
15376
15377         * shell/main.c (main): this is not epiphany.
15378
15379 2004-12-22  Havoc Pennington  <hp@redhat.com>
15380
15381         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15382         (expose_bin_window): draw find highlights
15383
15384         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15385         
15386         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15387         (pdf_document_end_find): implement this interface
15388
15389         * backend/ev-document.c (ev_document_found): add this to emit
15390         signal
15391
15392 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15393
15394         * data/evince-ui.xml: Add a few more toolbar items.
15395
15396         * shell/ev-window.c: Hook up page navigation toolbar 
15397         items.
15398
15399         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15400         a page-changed signal.
15401
15402         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15403         Add ev_document_get_page().
15404
15405         * shell/ev-window.c: Sensitize/desensitize navigation
15406         actions.
15407
15408 2004-12-21  Havoc Pennington  <hp@redhat.com>
15409
15410         * backend/ev-backend-marshal.c,
15411         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15412         marshaler-generator thingy. I'm sure there's a better way to do
15413         this in the modern world.
15414
15415         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15416         end_find methods and "found" signal.
15417
15418         * configure.ac: find glib-genmarshal
15419
15420 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15421
15422         * shell/ev-sidebar.c: Construct an actual sidebar.
15423         * shell/ev-sidebar-bookmarks.[ch]:
15424         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15425
15426 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15427
15428         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15429         Redo size handling.
15430         
15431         * shell/ev-view.c: Track the size from the document.
15432
15433 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15434
15435         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15436         constructor assumes ownership of the string passed in.
15437         
15438         * shell/ev-window.c (ev_window_open): Destroy the error
15439         dialog once we've displayed it.
15440
15441 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15442
15443         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15444         a bit, it works! (sort of)
15445
15446         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15447         Move to .cc since we need to use C++ in the implementation.
15448
15449         * shell/dummy.cc: Add a CC file to force evince
15450         to be linked as a C++ program.
15451
15452 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15453
15454         * shell/ev-view.[ch]: Start of content-area widget.
15455
15456         * shell/ev-window.c: Create a EvView, update it
15457         as we change documents.
15458
15459         * shell/Makefile.am shell/ev-marshal.list: Add
15460         generated marshalers.
15461
15462 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15463
15464         * Makefile.am (SUBDIRS): move shell.
15465
15466 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15467
15468         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15469         .a to libtool convenience libraries.
15470
15471         * shell/ev-window.c (ev_window_open): Hard code loading
15472         a PDF document.
15473         
15474         * backend/ev-document.h: Add a boolean return to load(),
15475         fix GError * to GError **.
15476
15477         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15478         object for a PDF backend EvDocument.
15479
15480 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15481
15482         * dvi/*: New directory with the beginning of a .dvi backend.
15483
15484 2004-12-21  Havoc Pennington  <hp@redhat.com>
15485
15486         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15487         previous/next instead of back/forward
15488
15489 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15490
15491         * backend/ev-document.[ch]: Fix a couple of problems so
15492         it compile.
15493
15494 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15495
15496         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15497         to backend/ directory, rename EvViewer to EvDocument.
15498
15499 2004-12-21  Havoc Pennington  <hp@redhat.com>
15500
15501         * shell/ev-window.c: hook up the find bar widget; now we just need
15502         a document to find things in
15503
15504         * shell/eggfindbar.c: a find bar widget
15505
15506 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15507
15508         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15509
15510 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15511
15512         * pdf/**: Import of xpdf code from gpdf. 
15513
15514         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15515
15516         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15517         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15518         Fix FreeType includes.
15519
15520         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15521         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15522         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15523         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15524         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15525         Include xpdfconfig.h
15526         
15527 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15528
15529         * shell/ev-window.c (ev_window_dispose): dispose can be called
15530         multiple times.
15531
15532 2004-12-21  Havoc Pennington  <hp@redhat.com>
15533
15534         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15535         rather than Evince
15536
15537         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15538         items; really they should be synced with the strings, etc. from
15539         current gpdf, but just getting the boring typing out of the way 
15540
15541 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15542
15543         * po/POTFILES.in:
15544         * shell/ev-application.c: (window_destroy_cb):
15545         * shell/ev-window.c:
15546         * shell/main.c: (main):
15547
15548         Actually show the window...
15549
15550 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15551
15552         * Makefile.am:
15553         * shell/Makefile.am:
15554         * shell/ev-application.c: (ev_application_class_init):
15555         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15556
15557         Make it build again
15558
15559 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15560
15561         Import to gnome cvs.
15562         
15563         * Remove copies of gpdf and ggv trees.
15564         * Rip out all the recursive configure code.
15565         * Remove bonobo machinery.
15566         * viewer/*: GInterfaces that backends should/can implement.
15567
15568 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15569
15570         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15571         typo
15572
15573 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15574
15575         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15576         (ev_application_finalize, ev_application_class_init)
15577         (ev_application_init): use GType instance private data for priv.
15578
15579         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15580         (ev_window_finalize, ev_window_class_init)
15581         (ev_window_init): ditto.
15582
15583 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15584
15585         * shell/ev-application.c (ev_application_new_window): make public
15586         (ev_application_show_initial_window): kill.
15587
15588         * shell/ev-application.h: update prototypes.
15589
15590         * shell/main.cc (main): inline ev_application_show_initial_window.
15591
15592 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15593
15594         * shell/ev-application.c (ev_application_new_window): impl.
15595         (ev_application_show_initial_window): use it.
15596         (is_window_empty, ev_application_get_empty_window): returns an
15597         existing empty window or a new one.
15598         (ev_application_open): from ev_window_cmd_file_open.
15599
15600         * shell/ev-application.h: update prototypes
15601
15602         * shell/ev-window.c (ev_window_is_empty): impl.
15603         (ev_window_open): make public.
15604         (ev_window_cmd_file_open): use ev_application_open
15605
15606         * shell/ev-window.h: update prototypes, remove unused.
15607
15608 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15609
15610         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15611         move destroy handler out of here...
15612
15613         * shell/ev-application.c, shell/ev-application.h: ...into this new
15614         class. Also handles initial window creation.
15615
15616         * shell/main.cc (main): use EvApplication to create initial
15617         window.
15618
15619 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15620
15621         * Makefile.am (SUBDIRS): add cut-n-paste
15622
15623         * cut-n-paste/Makefile.am: add
15624
15625         * configure.ac: generate Makefiles in cut-n-paste
15626
15627 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15628
15629         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15630         (ev_window_class_init): install ev_window_dispose.
15631
15632 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15633
15634         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15635         char (gchar looks stupid).
15636
15637 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15638
15639         * po/de.po: updated German translation.
15640
15641 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15642
15643         * configure.ac: add more pkg-config library checks for gnome-vfs,
15644         bonobo etc.
15645
15646         * gpdf/configure.in: temporarily disable libpaper
15647         checks. Otherwise I'd have to add the checks for the shell, too.
15648
15649 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15650
15651         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15652         and * file filters to the file choose.
15653
15654 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15655
15656         * po/de.po: Updated German translation.
15657
15658 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15659
15660         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15661
15662 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15663
15664         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15665
15666         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15667         (ev_window_init): implement those menuitems.
15668
15669 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15670
15671         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15672
15673         * shell/ev-window.c (ev_window_init): use the toolbar.
15674
15675 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15676
15677         * shell/ev-window.c (ev_window_init): use menu translations
15678
15679 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15680
15681         * configure.ac: add "de" to ALL_LINGUAS.
15682
15683         * po/de.po: add German translation.
15684
15685 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15686
15687         * Makefile.am (SUBDIRS): add po
15688
15689         * configure.ac: check intltool, glib-gettext etc, generate
15690         po/Makefile.in
15691
15692         * po, po/POTFILES.in, po/POTFILES.skip: new.
15693
15694 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15695
15696         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15697         already use (#ifdef ENABLE_NLS)
15698
15699         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15700         pointer indirection thinko.
15701
15702         * shell/main.c: include gi18n.h for bindtextdomain etc.
15703
15704 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15705
15706         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15707         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15708         tooltips for menu items in the statusbar.
15709
15710 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15711
15712         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15713         pkgdatadir drop UIDIR
15714
15715 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15716
15717         * data/evince-ui.xml: Add File->Open menu item
15718
15719         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15720         chooser), hook it up in the ui manager.
15721
15722 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15723
15724         * shell/ev-window.c: fix Help->About tooltip.
15725
15726 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15727
15728         * configure.ac: set CFLAGS for libevprivate.
15729
15730         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15731         definitions, factory etc.
15732
15733         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15734
15735         * shell/Makefile.am: link against libevprivate.a.
15736
15737         * shell/ev-window.c (entries): add stock icon to Help->About.
15738
15739         * shell/main.c (main): init stock icon code.
15740
15741 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15742
15743         * lib/recent-files: egg recent files code
15744
15745         * lib/Makefile.am: add.
15746
15747         * Makefile.am: add lib subdir.
15748
15749         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15750         set CFLAGS for recent-files.
15751
15752 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15753
15754         * configure.ac: disable -ansi and -pedantic gcc flags. They
15755         disable POSIX stuff in stdio.h, but egg-recent uses them.
15756
15757 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15758
15759         * configure.ac: add --disable-deprecated flag (defaults to on in
15760         "cvs" builds).
15761
15762         * shell/Makefile.am (INCLUDES): use it.
15763
15764 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15765
15766         * shell/main.c: add missing #include.
15767
15768         * shell/ev-window.c: fix for pedantic gcc.
15769         (ev_window_cmd_help_about): split license into paragraphs for
15770         translators and pedantic compilers.
15771
15772 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15773
15774         * configure.ac: add more warning flags if compiling with gcc from
15775         cvs (or explicitly requested with --enable-more-warnings).
15776
15777 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15778
15779         * data/evince-ui.xml: add File and File->Close menu.
15780
15781         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15782         (ev_window_destroy): quit after destroy.
15783         (ev_window_class_init): override GtkObject::destroy.
15784         (entries): install close_window callback.
15785
15786 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15787
15788         * Makefile.am (SUBDIRS): add data subdir.
15789
15790         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15791         gtk+ 2.5.0 for GtkAboutDialog.
15792
15793         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15794         main window.
15795
15796         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15797
15798         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15799         manager.
15800         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15801
15802 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15803
15804         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15805
15806 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15807
15808         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15809
15810 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15811
15812         * shell/*: Added shell directory boilerplate, build it.
15813
15814 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15815
15816         * configure.ac, Makefile.am: Added top-level configure.ac and
15817         Makefile.am