]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Reduce the restriction on the minimum size of thumbnails from 40 to 1. See
[evince.git] / ChangeLog
1 2009-02-27   Christian Spurk  <mail@code.chriki.de>
2
3         * thumbnailer/evince-thumbnailer.c: (main):
4
5         Reduce the restriction on the minimum size of thumbnails from 40
6         to 1. See bug #323198.
7         
8 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
11
12         Use GOption in thumbnailer.
13         
14 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * backend/pdf/ev-poppler.cc: (pdf_document_save),
17         (pdf_document_forms_form_field_text_set_text),
18         (pdf_document_forms_form_field_button_set_state),
19         (pdf_document_forms_form_field_choice_select_item),
20         (pdf_document_forms_form_field_choice_toggle_item),
21         (pdf_document_forms_form_field_choice_unselect_all),
22         (pdf_document_forms_form_field_choice_set_text):
23
24         Use poppler_document_save_a_copy(), which never saves the document
25         modifications, when saving an unmodified document. It makes saving
26         a copy of encrypted PDFs work again. Fixes bug #566791.
27         
28 2009-02-18  Christian Persch  <chpe@gnome.org>
29
30         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
31         Don't use g_quark_from_static_string in a loadable module!
32
33 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
34
35         * configure.ac:
36
37         Update for release 2.25.91
38         
39 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
40
41         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
42         GTK symbol in commented out code. Bug #571707
43
44 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
45
46         * NEWS:
47
48         Update for release 2.25.91.
49         
50 2009-02-16  Christian Persch  <chpe@gnome.org>
51
52         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
53         memory read.
54
55 2009-02-15  Christian Persch  <chpe@gnome.org>
56
57         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
58         warnings.
59
60 2009-02-15  Christian Persch  <chpe@gnome.org>
61
62         * libdocument/Makefile.am:
63         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
64
65 2009-02-15  Christian Persch  <chpe@gnome.org>
66
67         * libdocument/ev-document-type-builtins.c.template:
68         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
69
70 2009-02-14  Christian Persch  <chpe@gnome.org>
71
72         * backend/impress/impress-document.c: (impress_document_save):
73         Fill in the error.
74
75 2009-02-14  Christian Persch  <chpe@gnome.org>
76
77         * libdocument/ev-document.c: (ev_document_load): Add code to catch
78         backends incorrectly implementing the load vfunc.
79
80 2009-02-14  Christian Persch  <chpe@gnome.org>
81
82         * libdocument/ev-document-factory.c:
83         (ev_document_factory_get_document): Use a local GError, and propagate
84         as appropriate, making sure always to fill in @error if returning NULL.
85
86 2009-02-14  Christian Persch  <chpe@gnome.org>
87
88         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
89
90 2009-02-14  Christian Persch  <chpe@gnome.org>
91
92         * backend/pdf/ev-poppler.cc: Plug a mem leak.
93
94 2009-02-14  Christian Persch  <chpe@gnome.org>
95
96         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
97         an error.
98
99 2009-02-14  Christian Persch  <chpe@gnome.org>
100
101         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
102         to always set @error when returning FALSE. Fix a typo.
103
104 2009-02-14  Christian Persch  <chpe@gnome.org>
105
106         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
107         to always set @error when returning FALSE.
108
109 2009-02-14  Christian Persch  <chpe@gnome.org>
110
111         * backend/comics/comics-document.c: (comics_document_load): Make sure
112         to always set @error when returning FALSE.
113
114 2009-02-14  Christian Persch  <chpe@gnome.org>
115
116         * backend/impress/impress-document.c: (impress_document_load): Plug a
117         mem leak.
118
119 2009-02-14  Christian Persch  <chpe@gnome.org>
120
121         * backend/impress/impress-document.c: (impress_document_load): Don't
122         overwrite an error.
123
124 2009-02-14  Christian Persch  <chpe@gnome.org>
125
126         * libdocument/ev-document.c: (ev_document_info_copy): Remove
127         unnecessary NULL check; g_strdup() is NULL-safe.
128
129 2009-02-14  Christian Persch  <chpe@gnome.org>
130
131         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
132         that this returns either NULL and fills in error, or non-NULL. Use a
133         local GError so we can reliably check it.
134
135 2009-02-14  Christian Persch  <chpe@gnome.org>
136
137         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
138         content type to get the description, not the MIME type.
139
140 2009-02-14  Christian Persch  <chpe@gnome.org>
141
142         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
143         in @error on failure. Also, since this is exported in public APIs,
144         cope with the passed-in GError** being NULL.
145
146 2009-02-13  Christian Persch  <chpe@gnome.org>
147
148         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
149         safety.
150         (get_mime_type_from_data): Return the MIME type, not the content type.
151
152 2009-02-13  Christian Persch  <chpe@gnome.org>
153
154         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
155         the input stream.
156
157 2009-02-13  Christian Persch  <chpe@gnome.org>
158
159         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
160         all errors upwards.
161
162 2009-02-13  Christian Persch  <chpe@gnome.org>
163
164         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
165         more bytes from buffer than were read from the file.
166
167 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
168
169         * properties/ev-properties-view.c (set_property):
170         
171         Fixes bug #571787.
172
173 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
174
175         * shell/eggfindbar.c: (egg_find_bar_init):
176
177         Use gtk_tool_button_set_use_underline() for next/previous buttons
178         so that the underline is used for the mnemonic. Fixes bug #571547.
179         
180 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * shell/ev-window.c: (setup_document_from_metadata),
183         (setup_sidebar_from_metadata), (setup_document_from_metadata),
184         (setup_view_from_metadata), (ev_window_set_document),
185         (ev_window_load_job_cb), (ev_window_reload_job_cb),
186         (ev_window_reload_remote), (ev_window_init):
187
188         Do not use metadata when reloading the document, so that the
189         window is not resized when reloading. See bugs #571051 and
190         #304249.
191         
192 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * configure.ac:
195         * cut-n-paste/smclient/Makefile.am:
196
197         Fix smclient libs on cycgwin. See bug #339172.
198         
199 2009-02-08  Christian Persch  <chpe@gnome.org>
200
201         * configure.ac:
202         * libdocument/Makefile.am:
203         * libview/Makefile.am: Add experimental introspection support.
204         Disabled by default; use --enable-introspection to enable it.
205         Bug #569083.
206
207 2009-02-08  Christian Persch  <chpe@gnome.org>
208
209         * libview/Makefile.am: Link libevdocument.la to libevview.la.
210
211 2009-02-05  Christian Persch  <chpe@gnome.org>
212
213         * backend/comics/comics-document.c: (comics_document_load):
214         * backend/djvu/djvu-document.c: (djvu_document_load):
215         * backend/dvi/dvi-document.c: (dvi_document_load):
216         * backend/impress/impress-document.c: (impress_document_load):
217         * backend/pdf/ev-poppler.cc:
218         * libdocument/ev-document-factory.c: (get_document_from_uri),
219         (ev_document_factory_get_document):
220         * shell/ev-print-operation.c:
221         (ev_print_operation_export_print_dialog_response_cb): Use
222         g_set_error_literal now that we depend on glib 2.18.
223
224 2009-02-05  Hib Eris  <hib@hiberis.nl>
225
226         * shell/ev-application.c:
227
228         Include gdkx.h only with X11. See bug #339172.
229         
230 2009-02-05  Hib Eris  <hib@hiberis.nl>
231
232         * backend/pdf/pdfdocument.evince-backend.in:
233
234         Add application/x-ext-pdf mime type for pdf backend. See bug
235         #339172.
236         
237 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * configure.ac:
240         * cut-n-paste/smclient/Makefile.am:
241         * cut-n-paste/smclient/eggdesktopfile.c:
242         * cut-n-paste/smclient/eggsmclient-win32.c:
243         * shell/main.c:
244
245         Make session manager code compile for w32. These changes have been
246         taken from upstream libegg. Based on patch by Hib Eris. See bug
247         #339172.
248         
249 2009-02-05  Hib Eris  <hib@hiberis.nl>
250
251         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
252
253         Make screensaver code compile for w32. These changes have been
254         copied from upstream totem. See bug #339172.
255         
256 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
257
258         * configure.ac:
259         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
260
261         Make use of GConf optional. Based on patch by Hib Eris. See bug
262         #339172.
263         
264 2009-02-04  Christian Persch  <chpe@gnome.org>
265
266         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
267         evince gettext domain, so i18n works in the library.
268
269         * properties/ev-properties-main.c: (nautilus_module_initialize):
270         Remove extra bindtextdomain call.
271
272 2009-02-04  Christian Persch  <chpe@gnome.org>
273
274         * backend/comics/comics-document.c:
275         * backend/djvu/djvu-document.c:
276         * backend/dvi/dvi-document.c:
277         * backend/impress/impress-document.c:
278         * backend/pdf/ev-poppler.cc:
279         * backend/pixbuf/pixbuf-document.c:
280         * backend/ps/ev-spectre.c:
281         * backend/tiff/tiff-document.c:
282         * libdocument/ev-attachment.c:
283         * libdocument/ev-document-factory.c:
284         * libview/ev-jobs.c:
285         * libview/ev-view-accessible.c:
286         * libview/ev-view.c:
287         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
288         gi18n.h.
289
290 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
291
292         * NEWS:
293         * configure.ac:
294
295         Update for release 2.25.90
296         
297 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
298
299         * cut-n-paste/zoom-control/ephy-zoom-control.c:
300         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
301
302         Remove the old tooltips code and use G_DEFINE_TYPE().
303         
304 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
305
306         * configure.ac:
307         * help/reference/Makefile.am:
308         * help/reference/libdocument/Makefile.am:
309         * help/reference/libdocument/libevdocument-docs.sgml:
310         * help/reference/libdocument/libevdocument.types:
311         * help/reference/libdocument/version.xml.in:
312         * help/reference/libview/Makefile.am:
313         * help/reference/libview/libevview-docs.sgml:
314         * help/reference/libview/libevview.types:
315         * help/reference/libview/version.xml.in:
316         * help/reference/shell/Makefile.am:
317         * help/reference/shell/evince-docs.sgml:
318         * help/reference/shell/evince.types:
319         * help/reference/shell/tmpl/dummy.sgml:
320         * help/reference/shell/version.xml.in:
321
322         Split API documentation into libdocument, libview and
323         shell. Required gtk-doc files has been added, but API docs still
324         need to be completed and improved. Fixes bug #568465.
325         
326 2009-02-01  Christian Persch  <chpe@gnome.org>
327
328         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
329
330 2009-02-01  Christian Persch  <chpe@gnome.org>
331
332         * backend/Makefile.am:
333         A backend/backend.symbols:
334         * configure.ac: Only export the backend module entry point. Bug
335         #569998.
336
337 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * shell/eggfindbar.c: (egg_find_bar_init):
340
341         Add mnemonics to buttons in search bar. Fixes bug #569212.
342         
343 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
344         
345         * shell/ev-print-operation.c:
346         (ev_print_operation_export_print_dialog_response_cb):
347
348         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
349         
350 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
353
354         Clamp top/bottom values of destinations to make sure they are not
355         bigger than the page height. Fixes bug #569327.
356         
357 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * libdocument/ev-debug.h:
360
361         Fix build when debug mode is disabled.
362         
363 2009-01-30  Christian Persch  <chpe@gnome.org>
364
365         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
366         this return TRUE only if any backends were loaded, so the ev_init()
367         function works as documented.
368
369 2009-01-30  Christian Persch  <chpe@gnome.org>
370
371         * evince-document.h:
372         * libdocument/Makefile.am:
373         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
374         #569117.
375
376         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
377         * libdocument/ev-backends-manager.h:
378         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
379         * libdocument/ev-debug.h:
380         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
381         (_ev_file_helpers_shutdown):
382         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
383         private.
384
385         * properties/ev-properties-main.c: (nautilus_module_initialize),
386         (nautilus_module_shutdown):
387         * shell/main.c: (main):
388         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
389         init/shutdown method.
390
391 2009-01-29  Christian Persch  <chpe@gnome.org>
392
393         * shell/main.c: (option_version_cb): Add --version which was lost in
394         the libgnome removal. Bug #562869.
395
396 2009-01-26  Christian Persch  <chpe@gnome.org>
397
398         * shell/ev-application.c: (ev_application_register_service),
399         (ev_application_shutdown):
400         * shell/main.c: (main): Move metadata manager initialisation and
401         shutdown into EvApplication. Follow-up from bug #569120.
402
403 2009-01-26  Christian Persch  <chpe@gnome.org>
404
405         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
406         copy the string twice. Bug #569231.
407
408 2009-01-26  Christian Persch  <chpe@gnome.org>
409
410         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
411         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
412         * libdocument/ev-file-helpers.h:
413         * shell/ev-application.c: (ev_application_shutdown),
414         (ev_application_init), (ev_application_screensaver_disable),
415         (ev_application_save_print_settings),
416         (ev_application_set_page_setup):
417         * shell/ev-application.h:
418         * shell/ev-metadata-manager.c: (load_values),
419         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
420         shell, since it shouldn't be public API. Bug #569120.
421
422         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
423         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
424
425 2009-01-25  Christian Persch  <chpe@gnome.org>
426
427         Bug 569082 – use versioned directory for backends
428
429         * configure.ac: Define ev_binary_version and backenddir.
430         * evince-document.pc.in: Add backenddir variable.
431         * libdocument/Makefile.am:
432         * backend/*/Makefile.am: Remove backenddir definition, so it picks
433         up the one from configure.
434
435 2009-01-25  Christian Persch  <chpe@gnome.org>
436
437         * configure.ac:
438         * evince-document.pc.in: Renamed from evince-backend.pc.in.
439         * libdocument/Makefile.am: Renamed library to libevdocument.la.
440         * libview/Makefile.am:
441         * shell/Makefile.am:
442         * backend/*/Makefile.am: Adapt to changed library name.
443
444         * libdocument/Makefile.am:
445         * libview/Makefile.am: Change the installed headers path to match
446         the directory names in SVN.
447
448         * evince-document.h:
449         * evince-view.h: Add single headers. Bug #568227.
450
451         * libdocument/*.h:
452         * libview/*.h: Add single headers guards.
453
454         * libview/Makefile.am:
455         * libdocument/Makefile.am:
456         * backend/*/Makefile.am:
457         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
458         still include individual headers.
459
460         * properties/Makefile.am:
461         * properties/ev-properties-main.c:
462         * properties/ev-properties-view.h:
463         * thumbnailer/Makefile.am:
464         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
465
466         * libdocument/Makefile.am:
467         * libview/Makefile.am: Generate type builtins from all installed headers.
468         * libdocument/ev-link-action.[ch]:
469         * libdocument/ev-link-dest.[ch]:
470         * libdocument/ev-transition-effect.[ch]:
471         * libview/ev-view.[ch]: Remove handcoded type builtins.
472
473         * libdocument/Makefile.am:
474         * evince-document.h: Add ev-document-factory.h to the public headers.
475
476 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
477
478         * shell/ev-sidebar-page.c:
479
480         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
481         #568228.
482         
483 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
484
485         * libdocument/ev-document.h:
486
487         Add EV_DEFINE_INTERFACE macro.
488         
489         * libdocument/ev-async-renderer.c:
490         * libdocument/ev-document-find.c:
491         * libdocument/ev-document-fonts.c:
492         * libdocument/ev-document-forms.c:
493         * libdocument/ev-document-images.c:
494         * libdocument/ev-document-layers.c:
495         * libdocument/ev-document-links.c:
496         * libdocument/ev-document-security.c:
497         * libdocument/ev-document-thumbnails.c:
498         * libdocument/ev-document-transition.c:
499         * libdocument/ev-document.c:
500         * libdocument/ev-file-exporter.c:
501         * libdocument/ev-selection.c:
502
503         Use EV_DEFINE_INTERFACE macro to define interfaces in
504         libdocument. See bug #568228.
505         
506 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
507
508         * libdocument/ev-document.[ch]:
509
510         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
511         #568228.
512         
513 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
514
515         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
516         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
517         (new_separator_pixbuf):
518         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
519         (egg_toolbar_editor_disconnect_model),
520         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
521         (egg_toolbar_editor_finalize):
522         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
523         * cut-n-paste/toolbar-editor/eggmarshalers.list:
524         
525         Sync EggToolbarEditor with libegg.
526
527 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
528
529         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
530         When saving a file, using the default permissions for the user/system,
531         respecting umask and any setgid bit on the directory. Uses the new
532         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
533         Bug #568593.
534         
535 2009-01-21  Christian Persch  <chpe@gnome.org>
536
537         * configure.ac:
538         * libdocument/Makefile.am:
539         * libview/Makefile.am: Add libtool versioning to libevbackend and
540         libevview. Bug #568229.
541
542 2009-01-21  Christian Persch  <chpe@gnome.org>
543
544         * Makefile.am:
545         * configure.ac:
546         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
547
548 2009-01-21  Christian Persch  <chpe@gnome.org>
549
550         * configure.ac:
551         * libdocument/Makefile.am:
552         A libdocument/ev-version.h.in: Add version defines and version check
553         macro. Bug #568224.
554
555 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
556
557         * shell/ev-sidebar-links.c
558         * shell/ev-print-operation.c:
559         * shell/ev-history.c:
560         * shell/ev-file-monitor.c:
561         * shell/ev-window.c:
562         * shell/ev-password-view.c:
563         * shell/ev-sidebar-thumbnails.c:
564         * shell/ev-sidebar-attachments.c:
565         * libview/ev-pixbuf-cache.c:
566         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
567         Bug #568386.
568
569 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
570
571         * libdocument/ev-document-info.h:
572
573         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
574         
575 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
576
577         * libview/Makefile.am:
578
579         Install ev-job-scheduler.h. See bug #567790.
580         
581 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
582
583         * libdocument/Makefile.am:
584
585         Install ev-backends-manager.h and
586         ev-document-type-builtins.h. Fixes bug #567787.
587         
588 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * NEWS:
591         * configure.ac:
592
593         Update for release 2.25.5
594         
595 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * libview/ev-view.c: (ev_view_drag_data_get):
598
599         Fix second parameter passed to gtk_selection_data_set_uris(), 
600         it expects a gchar **.
601         
602 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
603
604         * libdocument/Makefile.am:
605         * libdocument/ev-document-info.h:
606         * libdocument/ev-document-type-builtins.c.template:
607         * libdocument/ev-document-type-builtins.h.template:
608         * libdocument/ev-document.c: (ev_document_info_get_type),
609         (ev_document_info_copy):
610
611         Make EvDocumentInfo and enums definded in ev-document-info.h
612         GTypes. Fixes bug #567789.
613         
614 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
615
616         * shell/main.c (arguments_parse): Fix for a minor code typo.
617
618 2009-01-18  Christian Persch  <chpe@gnome.org>
619
620         * help/reference/Makefile.am:
621         * help/reference/evince.types: Fix the API docs build. Bug #568171.
622
623 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
624
625         * libview/Makefile.am:
626         * libview/ev-view-type-builtins.c.template:
627         * libview/ev-view-type-builtins.h.template:
628
629         Make EvJobPriority a proper GType. Fixes bug #567788.
630         
631 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * configure.ac:
634         * cut-n-paste/*/Makefile.am:
635         * libdocument/Makefile.am:
636
637         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
638         code.
639         
640 2009-01-18  Christian Persch  <chpe@gnome.org>
641
642         * libview/ev-view.c: (ev_view_drag_data_get),
643         (ev_view_drag_motion), (ev_view_update_primary_selection),
644         (clear_link_selected):
645         * shell/ev-sidebar-attachments.c:
646         (ev_sidebar_attachments_drag_data_get),
647         (ev_sidebar_attachments_get_property),
648         (ev_sidebar_attachments_init):
649         * shell/ev-window.c: Update drag handling code to use the
650         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
651         hardcoding the targets lists. Bug #558084.
652         
653 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
654
655         * libdocument/Makefile.am:
656         * libdocument/ev-backend-marshal.c:
657         * libdocument/ev-backend-marshalers.list:
658         * libdocument/ev-document.c:
659
660         Remove unused marshalers stuff from libdocument.
661         
662 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * po/POTFILES.in:
665
666         Update for the current source tree.
667         
668 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
669
670         * configure.ac:
671         * Makefile.am:
672         * libdocument/Makefile.am:
673         * libview/Makefile.am:
674         * libview/ev-job-scheduler.[ch]:
675         * libview/ev-jobs.[ch]:
676         * libview/ev-page-cache.[ch]:
677         * libview/ev-pixbuf-cache.[ch]:
678         * libview/ev-timeline.[ch]:
679         * libview/ev-transition-animation.[ch]:
680         * libview/ev-view-accessible.[ch]:
681         * libview/ev-view-marshal.list:
682         * libview/ev-view.[ch]:
683         * shell/Makefile.am:
684
685         Move EvView specific code to a libeviview library so that it can
686         be embbeded in other applications. Based on patches by Tomeu
687         Vizoso. Fixes bug #567751.
688         
689 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
690
691         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
692         * shell/ev-window.c: (ev_window_load_job_cb),
693         (ev_window_load_job_cb), (ev_window_open_uri),
694         (ev_window_reload_local), (ev_window_dispose):
695
696         Remove dest, mode and search_string from EvJobLoad since they are
697         not really needed by the job, but for the window.
698         
699 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * shell/ev-view.c: (ev_view_drag_data_received),
702         (ev_view_class_init), (ev_view_init):
703         * shell/ev-window.c: (ev_window_drag_data_received),
704         (ev_window_class_init), (ev_window_init):
705
706         Make the whole EvWindow the destination of a drag and drop
707         operation.
708         
709 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * shell/ev-window.c: (window_open_file_copy_progress_cb):
712
713         Add missing brakets around the percentage in progress
714         messages. See bug #567910.
715         
716 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
717
718         * shell/ev-application.c: (ev_application_open_window),
719         (ev_application_open_uri_at_dest):
720
721         Do no use gdk_x11_* when not available. Based on patch by Hib
722         Eris, see bug #339172.
723         
724 2009-01-16  Hib Eris  <hib@hiberis.nl>
725
726         * configure.ac:
727         * properties/ev-properties-view.c:
728         (ev_properties_view_format_date):
729
730         Check for localtime_r. See bug #339172.
731         
732 2009-01-16  Hib Eris  <hib@hiberis.nl>
733
734         * shell/main.c:
735
736         Include gdkx only for dbus support. See bug #339172.
737         
738 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
739
740         * shell/ev-view.c: (ev_view_set_zoom_for_size):
741
742         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
743         #567785.
744         
745 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * shell/ev-window.c: (reload_remote_copy_progress_cb),
748         (window_save_file_copy_progress_cb):
749
750         Use brakets around the percentage in progress messages. See bug
751         #567910.
752         
753 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
754
755         * shell/ev-window.c: (reload_remote_copy_ready_cb):
756
757         Fix typo in error message. See bug #567910.
758         
759 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
760
761         * shell/ev-window.c: (ev_window_cmd_file_close_window):
762
763         Fix mnemonic conflict. Fixes bug #567937.
764         
765 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
766
767         * NEWS:
768         * configure.ac:
769
770         Update for release 2.25.4
771         
772 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
773
774         * configure.ac:
775         
776         GLib version requirement bumped to 2.18 due to g_set_error_literal.
777         Thanks to Christian Spurk.
778
779 2008-12-31  Hib Eris  <hib@hiberis.nl>
780         
781         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
782
783         Fix mime type handling.
784         
785 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * po/POTFILES.in:
788
789         Add ev-print-operation.c.
790         
791 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
792
793         * shell/ev-window.c: (ev_window_clear_progress_idle),
794         (reset_progress_idle), (ev_window_show_progress_message),
795         (ev_window_reset_progress_cancellable),
796         (ev_window_progress_response_cb), (show_loading_progress),
797         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
798         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
799         (show_reloading_progress), (reload_remote_copy_ready_cb),
800         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
801         (show_saving_progress), (window_save_file_copy_ready_cb),
802         (window_save_file_copy_progress_cb), (ev_window_save_remote),
803         (ev_window_dispose):
804
805         Show progress information when loading/saving remote files. Fixes
806         bug #370958.
807         
808 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
811
812         Show better warning message when temp file cannot be deleted.
813         
814 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * shell/ev-window.c: (image_save_dialog_response_cb):
817
818         Fix saving images to remote locations.
819         
820 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
821
822         * shell/ev-application.[ch]: (ev_application_shutdown),
823         (ev_application_get_print_settings_file),
824         (ev_application_save_print_settings),
825         (ev_application_get_print_settings),
826         (ev_application_set_print_settings),
827         (ev_application_get_page_setup), (ev_application_set_page_setup):
828         * shell/ev-window.c: (ev_window_save_print_page_setup),
829         (ev_window_load_print_page_setup_from_metadata),
830         (ev_window_print_page_setup_done_cb),
831         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
832         (ev_window_cmd_preview_print):
833
834         Remember page setup options too. Paper size is globally remembered
835         while page margins are stored per document in metadata file. Fixes
836         bugs #525185 and #349102.
837         
838 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
839
840         * shell/ev-print-operation.c:
841         (ev_print_operation_export_print_dialog_response_cb):
842
843         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
844         
845 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
846
847         * shell/ev-print-operation.c: (export_cancel),
848         (export_job_cancelled), (ev_print_operation_export_begin),
849         (ev_print_operation_export_cancel):
850         * shell/ev-window.c: (ev_window_print_cancel),
851         (ev_window_print_update_pending_jobs_message),
852         (ev_window_print_operation_done),
853         (ev_window_print_operation_status_changed),
854         (print_jobs_confirmation_dialog_response),
855         (ev_window_cmd_file_close_window):
856
857         Show a confirmation dialog when there are pending print jobs while
858         closing the main window. Fixes bug #480964.
859         
860 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
863         (ev_print_operation_get_job_name),
864         (ev_print_operation_get_status),
865         (ev_print_operation_get_progress),
866         (ev_print_operation_update_status),
867         (ev_print_operation_export_get_job_name), (clamp_ranges),
868         (get_first_and_last_page), (ev_print_operation_export_run_next),
869         (print_job_finished), (export_print_done), (export_job_cancelled),
870         (update_progress), (export_print_page),
871         (ev_print_operation_export_begin),
872         (ev_print_operation_export_print_dialog_response_cb),
873         (ev_print_operation_export_run),
874         (ev_print_operation_export_cancel),
875         (ev_print_operation_export_class_init):
876         * shell/ev-window.c:
877         (ev_window_print_update_pending_jobs_message),
878         (ev_window_print_operation_done),
879         (ev_window_print_progress_response_cb),
880         (ev_window_print_operation_status_changed),
881         (ev_window_print_operation_begin_print), (ev_window_print_range),
882         (ev_window_dispose):
883
884         Show progress information when printing. Fixes bug #482770.
885         
886 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
887
888         * shell/Makefile.am:
889         * shell/ev-progress-message-area.[ch]:
890         * shell/ev-message-area.[ch]: (ev_message_area_init),
891         (ev_message_area_set_image_from_stock):
892
893         Add EvProgressMessageArea derived from EvMessageArea to show
894         progress information in the message area. 
895         
896 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
897
898         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
899
900         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
901         close button. Add a function to get the contents of the message
902         area.
903         
904 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
905
906         * shell/Makefile.am:
907         * shell/ev-print-operation.[ch]:
908         * shell/ev-jobs.[ch]: (ev_job_export_init),
909         (ev_job_export_dispose), (ev_job_export_run),
910         (ev_job_export_class_init), (ev_job_export_new),
911         (ev_job_export_set_page):
912         * shell/ev-window.c: (ev_window_print_operation_done),
913         (ev_window_print_range), (ev_window_dispose):
914
915         First step of the printing system rework. EvJobPrint has been
916         replaced by EvJobExport so that every page is scheduled to be
917         exported in a thread instead of scheduling the whole printing
918         process. This way the gui is responsive during printing.
919         
920 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * shell/ev-window.c: (setup_size_from_metadata),
923         (ev_window_load_print_settings_from_metadata):
924
925         Fix memory leaks.
926         
927 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * libdocument/ev-document.c: (ev_document_get_type):
930
931         Add GObject type as prerequisite to EvDocument interface so that
932         document instances can be used as GObjects.
933         
934 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
935
936         * shell/ev-view.c: (jump_to_find_result):
937
938         Only jump the the location of the find result for the first match
939         when searching. It drastically improves the performance when
940         searching. Bug catched and fixed by Michael Hunold. Fixes bug
941         #564774.
942         
943 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * properties/ev-properties-main.c: (ev_properties_get_pages):
946         * properties/ev-properties-view.[ch]:
947         (ev_properties_view_dispose), (ev_properties_view_class_init),
948         (ev_properties_view_set_info), (ev_properties_view_new):
949         * shell/ev-properties-dialog.[ch]:
950         (ev_properties_dialog_set_document):
951         * shell/ev-window.c: (ev_window_setup_document),
952         (ev_window_cmd_file_properties):
953
954         Add document URI to properties page. Fixes bug #555376.
955         
956 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * configure.ac:
959         * data/Makefile.am:
960         * data/evince-password.glade: Removed
961         * data/evince-properties.glade: Removed
962         * properties/ev-properties-view.c:
963         (ev_properties_view_class_init), (set_property),
964         (ev_properties_view_set_info), (ev_properties_view_init):
965         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
966         (font_cell_data_func), (ev_properties_fonts_init):
967
968         Remove Glade dependency.
969         
970 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
971
972         * backend/comics/comics-document.c: (comics_document_load):
973
974         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
975         
976 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
977
978         * NEWS:
979         * configure.ac:
980
981         Update for release 2.25.2
982         
983 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
984
985         * configure.ac:
986         * shell/Makefile.am:
987         * shell/ev-keyring.[ch]:
988         * shell/ev-password.[ch]: Removed
989         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
990         (ev_password_view_class_init), (ev_password_view_clicked_cb),
991         (ev_password_view_init), (ev_password_view_set_uri),
992         (ev_password_dialog_got_response),
993         (ev_password_dialog_remember_button_toggled),
994         (ev_password_dialog_entry_changed_cb),
995         (ev_password_dialog_entry_activated_cb),
996         (ev_password_view_ask_password), (ev_password_view_get_password),
997         (ev_password_view_get_password_save_flags),
998         (ev_password_view_new):
999         * shell/ev-window.c: (ev_window_password_view_unlock),
1000         (ev_window_load_job_cb), (ev_window_close_dialogs),
1001         (ev_window_init):
1002
1003         Rework the password view. When the password is in the keyring it's
1004         used automatically without showing the password dialog and it's  
1005         only stored in the keyring when we are sure it's correct. The
1006         password dialog has been reworked too, in order to make it
1007         more hig compliant and consistent with the GTK+ dialog used in
1008         gtkmountoperation. Fixes bug #562496. 
1009         
1010 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1011
1012         * backend/comics/comics-document.c: (comics_document_load):
1013
1014         Do not trust file extensions when getting the command needed to
1015         uncompress comic documents. Fixes bug #562143.
1016         
1017 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1018
1019         * libdocument/ev-document-factory.c: (get_document_from_uri),
1020         (ev_document_factory_get_document):
1021         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1022         (get_mime_type_from_data), (ev_file_get_mime_type):
1023
1024         Move mime-type functions from document-facrory to file-helpers so
1025         that it can be reused.
1026         
1027 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1030         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1031         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1032         (ev_window_reload_remote), (ev_window_reload_document):
1033
1034         Add support for reloading remote documents. Fixes bug #555399.
1035         
1036 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1037
1038         * shell/ev-view.c: (ev_view_find_previous):
1039
1040         Make sure find_result is never < 0 which causes a crash while
1041         searching. Fixes bug #558377.
1042         
1043 2008-11-19  Marek Kašík <mkasik@redhat.com>
1044
1045         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1046         (ev_pixbuf_cache_get_selection_surface):
1047         
1048         Fixes crash on fast scrolling with simultaneous text selection.
1049
1050 2008-11-19  Marek Kašík <mkasik@redhat.com>
1051
1052         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1053         * shell/ev-window.c (launch_external_uri):
1054         
1055         Fixes assertion fail on selecting text. See bug #561393.
1056
1057 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1058
1059         * shell/Makefile.am:
1060         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1061         (ev_job_layers_dispose), (ev_job_layers_run),
1062         (ev_job_layers_class_init), (ev_job_layers_new):
1063         * shell/ev-sidebar-layers.[ch]:
1064         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1065         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1066         (ev_view_reload_page), (ev_view_reload):
1067         * shell/ev-window.c: (setup_sidebar_from_metadata),
1068         (ev_window_sidebar_current_page_changed_cb),
1069         (sidebar_layers_visibility_changed), (ev_window_init):
1070
1071         Add layers support.
1072         
1073 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1074
1075         * data/icons/22x22/actions/Makefile.am:
1076         * data/icons/22x22/actions/eye.png:
1077         * shell/ev-stock-icons.[ch]:
1078         
1079         Add eye icon from gimp to hide/show layers.
1080         
1081 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * configure.ac:
1084         * cut-n-paste/Makefile.am:
1085         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1086         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1087         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1088
1089         Add GimpCellRendererToggle from gimp slightly modified to fit our
1090         needs. 
1091         
1092 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1093
1094         * configure.ac:
1095         * backend/pdf/ev-poppler.cc:
1096
1097         Implement layers interface in PDF backend.
1098         
1099 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * libdocument/Makefile.am:
1102         * libdocument/ev-document-layers.[ch]:
1103         * libdocument/ev-layer.[ch]:
1104
1105         Add optional content (layers) interface.
1106         
1107 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1108
1109         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1110         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1111
1112         Removes unused code.
1113
1114 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1115
1116         * NEWS:
1117         * configure.ac:
1118
1119         Update for 2.25.1 release
1120
1121 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1122
1123         * shell/ev-window.c:
1124
1125         Fix build with GTK+ < 2.14
1126
1127 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1128
1129         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1130         
1131         Makes menu label translatable. Fixes bug #559129.
1132
1133 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1134
1135         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1136         (t1_transform_font):
1137         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1138         
1139         More renames of warning to mdvi_warning in follow up to the
1140         fix of the bug #553369. Fix for the bug #559257 by
1141         Tuxce <tuxce.net@gmail.com>.
1142         
1143 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * shell/ev-application.c: (ev_application_init_session):
1146         * shell/main.c: (main):
1147
1148         Move the egg_set_desktop_file() call to main and remove
1149         gtk_window_set_default_icon_name() since it's already called by
1150         egg_set_desktop_file()
1151         
1152 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1153
1154         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1155
1156         Initialize GError to NULL.
1157         
1158 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1159
1160         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1161         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1162         (ev_window_preview_print_finished), (launch_action):
1163
1164         Do not use popup dialogs to show error messages anymore, use the
1165         message area instead.
1166         
1167 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1168
1169         * shell/ev-window.c: (ev_window_error_message),
1170         (ev_window_warning_message), (ev_window_set_document),
1171         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1172         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1173         (ev_window_cmd_help_contents), (launch_external_uri),
1174         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1175         (ev_attachment_popup_cmd_open_attachment),
1176         (attachment_save_dialog_response_cb):
1177
1178         Use a message format (with printf()-style) in
1179         ev_window_error_message and ev_window_warning_message.
1180
1181 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1182
1183         * shell/ev-window.c: (ev_window_error_message),
1184         (ev_window_warning_message), (ev_window_set_document),
1185         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1186         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1187         (ev_window_cmd_help_contents), (launch_external_uri),
1188         (image_save_dialog_response_cb),
1189         (ev_attachment_popup_cmd_open_attachment),
1190         (attachment_save_dialog_response_cb):
1191
1192         Change ev_window_error_message and ev_window_warning_message to
1193         receive a EvWindow instead of a GtkWindow. It's more consistent
1194         and avoids unneeded casts.
1195         
1196 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * shell/ev-window.c: (ev_window_cmd_help_contents):
1199
1200         Use gtk_show_uri() when availale to display help contents.
1201         
1202 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1203
1204         * configure.ac:
1205         * backend/pdf/ev-poppler.cc:
1206         * properties/ev-properties-view.c:
1207         * shell/Makefile.am:
1208         * shell/ev-tooltip.[ch]: Removed
1209         * shell/ev-view-private.h
1210         * shell/eggfindbar.c:
1211         * shell/ev-application.c:
1212         * shell/ev-open-recent-action.c:
1213         * shell/ev-sidebar-thumbnails.c:
1214         * shell/ev-view.c:
1215         * shell/ev-window.c:
1216
1217         Bump GTK+ requirement to 2.12.
1218         
1219 2008-10-27 Christian Persch <chpe@gnome.org>
1220
1221         * backend/djvu/djvu-document.c
1222         * backend/dvi/cairo-device.c
1223         * cut-n-paste/evmountoperation/ev-mount-operation.h
1224         * cut-n-paste/gedit-message-area/gedit-message-area.h
1225         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1226         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1227         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1228         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1229         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1230         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1231         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1232         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1233         * cut-n-paste/zoom-control/ephy-zoom-action.c
1234         * cut-n-paste/zoom-control/ephy-zoom-action.h
1235         * cut-n-paste/zoom-control/ephy-zoom-control.c
1236         * cut-n-paste/zoom-control/ephy-zoom-control.h
1237         * libdocument/ev-async-renderer.h
1238         * libdocument/ev-document-factory.c
1239         * libdocument/ev-document-misc.h
1240         * libdocument/ev-image.h
1241         * libdocument/ev-selection.h
1242         * shell/ev-properties-fonts.h
1243         * shell/ev-stock-icons.h
1244         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1245         directly. Bug #558064.
1246
1247 2008-10-27 Christian Persch <chpe@gnome.org>
1248
1249         * cut-and-paste/smclient/*: Update from libegg.
1250
1251 2008-10-27 Christian Persch <chpe@gnome.org>
1252
1253         * backend/djvu/djvu-document.c
1254         * backend/ps/ev-spectre.c
1255         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1256
1257 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1258
1259         * shell/ev-view.c (ev_view_change_page),
1260         (ev_view_transition_animation_finish),
1261         (ev_view_transition_animation_cancel), (page_changed_cb),
1262         (ev_view_set_presentation), (ev_view_next_page),
1263         (ev_view_previous_page):
1264         
1265         Cancel the animation without scheduling transition start
1266         and proceed to the next page to fix bug #516749.
1267
1268 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1269
1270         * NEWS:
1271         * configure.ac:
1272
1273         Update for release 2.24.1
1274         
1275 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1278
1279         Disable toggle function of F5 when in presentation mode. Patch by
1280         Dave Neary. Fixes bug #556162.
1281         
1282 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1285         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1286         (ev_sidebar_thumbnails_fill_model),
1287         (ev_sidebar_thumbnails_refresh),
1288         (ev_sidebar_thumbnails_set_document):
1289
1290         Instead of using only one loading icon for thumbnails based on the
1291         size of the first page, create an icon for every different page
1292         size. Fixes bug #556264.
1293         
1294 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1295
1296         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1297
1298         Fix memory leak.
1299         
1300 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1301
1302         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1303
1304         Removes bad prefixes from window title. Patch by 
1305         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1306         
1307 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * shell/ev-window.c: (launch_external_uri):
1310
1311         Do not consider mailto links as http uris. Fixes bug #555801.
1312         
1313 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1314
1315         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1316
1317         Fix memory leak. Fixes bug #555134.
1318         
1319 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1320
1321         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1322
1323         Emit the job finished signal when the job is handled before the
1324         page_ready callback.
1325         
1326 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1327
1328         * shell/ev-window.c: (launch_action):
1329
1330         Use GdkAppLaunchContext when available to launch external
1331         applications.
1332         
1333 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * shell/ev-window.c: (launch_action):
1336
1337         Fix launching external applications for launch actions which seems
1338         to be broken since the gio port. Fixes bug #554500.
1339         
1340 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1341
1342         * backend/dvi/Makefile.am:
1343         * backend/dvi/cairo-device.c:
1344         * backend/dvi/dvi-document.c:
1345         * backend/dvi/mdvi-lib/Makefile.am:
1346
1347         Fix several compile warnings in the dvi backend.
1348         
1349 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * backend/dvi/mdvi-lib/common.h:
1352         * backend/dvi/mdvi-lib/dviread.c:
1353         * backend/dvi/mdvi-lib/font.c:
1354         * backend/dvi/mdvi-lib/fontmap.c:
1355         * backend/dvi/mdvi-lib/fontsrch.c:
1356         * backend/dvi/mdvi-lib/gf.c:
1357         * backend/dvi/mdvi-lib/pagesel.c:
1358         * backend/dvi/mdvi-lib/pk.c:
1359         * backend/dvi/mdvi-lib/sp-epsf.c:
1360         * backend/dvi/mdvi-lib/special.c:
1361         * backend/dvi/mdvi-lib/tfm.c:
1362         * backend/dvi/mdvi-lib/tfmfile.c:
1363         * backend/dvi/mdvi-lib/util.c:
1364         * backend/dvi/mdvi-lib/vf.c:
1365
1366         Rename error as mdvi_error to avoid symbol conflicts with the libc
1367         error. Rename also message, crash, fatal and warning for
1368         consistency. Fixes bug #553369.
1369         
1370 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * backend/dvi/dvi-document.c: (dvi_document_load):
1373
1374         Fix memory leak.
1375         
1376 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1377
1378         * backend/dvi/dvi-document.c:
1379
1380         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1381         G_IMPLEMENT_INTERFACE.
1382         
1383 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1384
1385         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1386
1387         Make sure copy_job_page_and_selection_to_job_info is always called
1388         before copy_job_to_job_info. Fixes bug #552382.
1389         
1390 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1391
1392         * NEWS:
1393         * configure.ac:
1394
1395         Update for release 2.24.0
1396         
1397 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * shell/ev-window.c: (launch_external_uri):
1400
1401         Use GdkAppLaunchContext when available to launch external uris.
1402         
1403 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * shell/ev-window.c: (launch_external_uri):
1406
1407         Use the message area to show errors when lauching external uris
1408         instead of a popup window.
1409         
1410 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * shell/ev-window.c: (launch_external_uri):
1413
1414         Assume invalid uris are http uris. Fixes bug #552071.
1415         
1416 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * NEWS:
1419         * configure.ac:
1420
1421         Update for release 2.23.92.
1422         
1423 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * shell/eggfindbar.c: (egg_find_bar_class_init):
1426
1427         Allow page scrolling with PageUp/PageDown keys when find bar is
1428         active. Fixes bug #529833.
1429         
1430 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1431
1432         * shell/ev-view-private.h:
1433         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1434         (ev_view_scroll), (ev_view_class_init):
1435         * shell/ev-view-accessible.c:
1436         (ev_view_accessible_action_do_action):
1437         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1438         (ev_window_cmd_scroll_backward):
1439
1440         Use GtkScrollType instead of EvScrollType.
1441         
1442 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1443
1444         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1445         
1446         Patch for case unsensitive page label match by Michael Lee.
1447         See bug #550136.
1448         
1449         * shell/ev-page-action.c (create_tool_item):    
1450         * test/Makefile.am:
1451         * test/test1.py:
1452         * test/test4.py:
1453         * test/test5.py:
1454         
1455         Added test for the above and updated other tests.
1456
1457 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1458
1459         * shell/ev-window.c: (image_save_dialog_response_cb):
1460
1461         Do not append the file extension twice when saving an image.
1462         
1463 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1464
1465         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1466
1467         Remove an invalid ifdef.
1468         
1469 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1470
1471         * shell/ev-view.c: (ev_view_motion_notify_event):
1472
1473         Make sure the cursor is correctly restored after showing the right
1474         click menu.
1475         
1476 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1477
1478         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1479         (ev_attachment_open):
1480         * shell/ev-sidebar-attachments.c:
1481         (ev_sidebar_attachments_button_press):
1482         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1483
1484         Use GdkAppLaunchContext when available to open attachments.
1485         
1486 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1487
1488         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1489
1490         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1491         by Eric Piel.
1492         
1493 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * shell/ev-application.c: (ev_application_get_media_keys):
1496         * shell/ev-media-player-keys.[ch]:
1497         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1498         (ev_media_player_keys_grab_keys),
1499         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1500         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1501         * shell/ev-window.[ch]: (ev_window_dispose),
1502         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1503         (ev_window_init):
1504
1505         Clean up the media player keys stuff.
1506         
1507 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * NEWS:
1510         * configure.ac:
1511
1512         Update for release 2.23.91.
1513         
1514 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1517         (sm_client_xsmp_set_initial_properties):
1518
1519         Fix memory leak.
1520         
1521 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * shell/ev-application.c: (ev_application_open_window),
1524         (ev_application_open_uri_at_dest):
1525
1526         Make sure evince starts up in the right workspace when resuming a
1527         previous session.
1528         
1529 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1530
1531         * shell/ev-application.[ch]: (ev_application_open_window),
1532         (ev_application_add_icon_path_for_screen),
1533         (ev_application_open_uri_at_dest):
1534
1535         Fix window manager warnings shown in ~/.xsession-errors
1536         
1537 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1538
1539         * configure.ac:
1540         * cut-n-paste/Makefile.am:
1541         * cut-n-paste/smclient/Makefile.am:
1542         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1543         * cut-n-paste/smclient/eggsmclient-private.h:
1544         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1545         * cut-n-paste/smclient/eggsmclient.[ch]:
1546
1547         EggSMClient copied from libegg
1548
1549         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1550         * shell/Makefile.am:
1551         * shell/ev-application.[ch]: (ev_application_load_session),
1552         (smclient_save_state_cb), (smclient_quit_cb),
1553         (ev_application_init_session), (ev_application_shutdown),
1554         (ev_application_init):
1555         * shell/main.c: (main):
1556
1557         Use EggSMClient instead of gnome-client and remove libgnome and
1558         libgnomeui dependencies.
1559         
1560 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1561
1562         * shell/main.c: (main):
1563
1564         Remove gnome_authentication_manager_init.
1565         
1566 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * shell/ev-view.c: (ev_view_goto_window_create):
1569
1570         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1571         since it's now deprecated.
1572         
1573 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1574
1575         * backend/djvu/Makefile.am:
1576         * backend/djvu/djvu-document-private.h:
1577         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1578         (djvu_document_find_iface_init):
1579         * backend/djvu/djvu-text-page.[ch]:
1580         * backend/djvu/djvu-text.[ch]: Removed
1581         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1582         (pdf_document_find_iface_init):
1583         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1584         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1585         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1586         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1587         (ev_job_find_has_results), (ev_job_find_get_results):
1588         * shell/ev-view-private.h:
1589         * shell/ev-view.[ch]: (ev_view_expose_event),
1590         (highlight_find_results), (ev_view_finalize),
1591         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1592         (ev_view_set_document), (ev_view_find_get_n_results),
1593         (ev_view_find_get_result), (jump_to_find_result),
1594         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1595         (ev_view_find_previous), (ev_view_find_search_changed),
1596         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1597         * shell/ev-window.c: (ev_window_update_actions),
1598         (page_changed_cb), (ev_window_setup_document),
1599         (ev_window_update_find_status_message),
1600         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1601         (ev_window_clear_find_job), (find_bar_close_cb),
1602         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1603         (ev_window_dispose), (ev_window_init):
1604
1605         Rework find interface. The find logic has been moved from backends
1606         to the shell avoiding a lot of duplicated code in the backends and
1607         making easier to implement the find interface in the backends.
1608         
1609 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * backend/pdf/ev-poppler.cc:
1612         (pdf_document_thumbnails_get_dimensions):
1613
1614         Make sure thumbnail size returned by the PDF is actually
1615         valid. Fixes bug #548462.
1616         
1617 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1618
1619         * shell/ev-window.c: (ev_window_setup_document),
1620         (ev_window_set_document), (ev_window_dispose):
1621
1622         Remove the idle function for setting the document up when the
1623         window is destroyed. Fixes bug #549163.
1624         
1625 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1626
1627         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1628         (ev_job_attachments_dispose), (ev_job_attachments_run),
1629         (ev_job_attachments_class_init), (ev_job_attachments_new):
1630         * shell/ev-sidebar-attachments.c:
1631         (ev_sidebar_attachments_set_document):
1632
1633         Add a new job to get the attachments in a thread with the document
1634         lock held. Fixes bug #548653.
1635         
1636 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1639         (tiff_document_document_iface_init):
1640
1641         Implement document_get_page_label in tiff backend.
1642         
1643 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * backend/tiff/tiff-document.c: (tiff_document_render):
1646
1647         Handle document orientation in tiff backend. Fixes bug #548444.
1648         
1649 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1652
1653         Do not crash when adjustment page size is 0. Fixes bug #547440.
1654         
1655 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1656
1657         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1658
1659         Sync with current GTK+.
1660         
1661 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1662
1663         * configure.ac:
1664         
1665         Update for release 2.23.6.
1666
1667 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1668
1669         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1670         (ev_job_load_set_password):
1671         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1672         * shell/ev-window.c: (password_dialog_response),
1673         (ev_window_load_job_cb):
1674
1675         Fix loading encrypted documents since I broke it with the jobs
1676         rework.
1677         
1678 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1679
1680         * NEWS:
1681
1682         Update NEWS for 2.23.6 release.
1683         
1684 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1685
1686         * backend/impress/impress-document.c:
1687         * backend/impress/render.h:
1688         * libdocument/ev-document-factory.c:
1689         * libdocument/ev-document-factory.h:
1690         * libdocument/ev-document-links.h:
1691         * libdocument/ev-document-misc.c:
1692         * libdocument/ev-document-misc.h:
1693         * properties/ev-properties-main.c:
1694         * properties/ev-properties-view.c:
1695         * properties/ev-properties-view.h:
1696         * shell/eggfindbar.c:
1697         * shell/eggfindbar.h:
1698         * shell/ev-application.c:
1699         * shell/ev-application.h:
1700         * shell/ev-jobs.h:
1701         * shell/ev-message-area.h:
1702         * shell/ev-navigation-action.c:
1703         * shell/ev-navigation-action.h:
1704         * shell/ev-open-recent-action.c:
1705         * shell/ev-open-recent-action.h:
1706         * shell/ev-page-action-widget.c:
1707         * shell/ev-page-action.c:
1708         * shell/ev-page-action.h:
1709         * shell/ev-page-cache.h:
1710         * shell/ev-password-view.h:
1711         * shell/ev-password.h:
1712         * shell/ev-pixbuf-cache.h:
1713         * shell/ev-properties-fonts.c:
1714         * shell/ev-sidebar-attachments.c:
1715         * shell/ev-sidebar-links.c:
1716         * shell/ev-sidebar-links.h:
1717         * shell/ev-sidebar-thumbnails.c:
1718         * shell/ev-sidebar-thumbnails.h:
1719         * shell/ev-sidebar.c:
1720         * shell/ev-sidebar.h:
1721         * shell/ev-stock-icons.c:
1722         * shell/ev-tooltip.h:
1723         * shell/ev-view.c:
1724         * shell/ev-view.h:
1725         * shell/ev-window.c:
1726         * shell/ev-window.h:
1727         * shell/main.c:
1728
1729         More #include cleanups. Again: reordering, single gtk.h
1730         includes and other stuff.
1731
1732 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1733
1734         * shell/eggfindbar.c:
1735         * shell/ev-application.c:
1736         * shell/ev-message-area.c:
1737         * shell/ev-navigation-action.c:
1738         * shell/ev-open-recent-action.c:
1739         * shell/ev-page-action-widget.c:
1740         * shell/ev-page-action.c:
1741         * shell/ev-password-view.c:
1742         * shell/ev-properties-dialog.c:
1743         * shell/ev-properties-fonts.c:
1744         * shell/ev-sidebar-attachments.c:
1745         * shell/ev-sidebar-page.c:
1746         * shell/ev-sidebar-thumbnails.c:
1747         * shell/ev-stock-icons.c:
1748         * shell/ev-tooltip.c:
1749         * shell/ev-view.c:
1750         * shell/ev-window.c:
1751         * shell/main.c:
1752
1753         Cleanup many #include statements: reorder so that a
1754         generic-to-specific order is used, use single gtk.h
1755         includes, and some other cleanups.
1756
1757 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1758
1759         * shell/ev-jobs.h:
1760
1761         Add gio header.
1762         
1763 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1764
1765         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1766         (ev_document_fc_mutex_trylock):
1767         * shell/Makefile.am:
1768         * shell/ev-job-queue.[ch]:
1769         * shell/ev-job-scheduler.[ch]:
1770         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1771         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1772         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1773         (ev_job_failed_from_error), (ev_job_succeeded),
1774         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1775         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1776         (ev_job_links_class_init), (ev_job_render_init),
1777         (notify_page_ready), (ev_job_render_page_ready),
1778         (ev_job_render_run), (ev_job_render_class_init),
1779         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1780         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1781         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1782         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1783         (ev_job_save_dispose), (ev_job_save_run),
1784         (ev_job_save_class_init), (ev_job_print_init),
1785         (ev_job_print_dispose), (ev_job_print_run),
1786         (ev_job_print_class_init):
1787         * shell/ev-page-cache.c:
1788         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1789         (check_job_size_and_unref), (move_one_job),
1790         (copy_job_to_job_info), (add_job),
1791         (ev_pixbuf_cache_add_jobs_if_needed):
1792         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1793         (job_fonts_finished_cb), (job_fonts_updated_cb),
1794         (ev_properties_fonts_set_document):
1795         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1796         (ev_sidebar_links_set_document):
1797         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1798         (ev_sidebar_thumbnails_set_document),
1799         (ev_sidebar_thumbnails_clear_job):
1800         * shell/ev-view-private.h:
1801         * shell/ev-view.c:
1802         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1803         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1804         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1805         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1806         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1807         (ev_window_reload_document), (ev_window_clear_save_job),
1808         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1809         (ev_window_clear_print_job), (ev_window_print_job_cb),
1810         (ev_window_print_dialog_response_cb):
1811         * shell/main.c: (main):
1812
1813         Rework the jobs system in order to make it simpler and more
1814         extensible. It allows to run jobs in the main loop instead of
1815         using a thread when it's appropriate like the fonts job. Now it's
1816         also possible to cancel jobs that are currently running. 
1817         
1818 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1819
1820         * libdocument/ev-debug.c: (profile_init):
1821
1822         Create the hash table also when profiling service is enabled for
1823         all sections.
1824         
1825 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1826
1827         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1828         (ev_profiler_stop):
1829         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1830         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1831         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1832         (ev_job_print_run):
1833         * shell/main.c: (main):
1834
1835         Add a profile mode available when debug is enabled. Add profilers
1836         in ev-jobs.
1837         
1838 2008-07-23  Götz Waschk <waschk@mandriva.org>
1839
1840         * configure.ac: Correctly build desktop file. Fixes
1841         bug #544237.
1842
1843 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1844
1845         * configure.ac:
1846         
1847         Update for release 2.23.5.
1848
1849 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1850
1851         * NEWS:
1852
1853         Update NEWS for 2.23.5 release.
1854         
1855 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1856
1857         * shell/ev-window.c: (ev_window_state_event),
1858         (ev_window_class_init):
1859
1860         Intercept window manager's fullscreen request in order to run/stop
1861         fullscreen mode. Fixes bug #493541.
1862         
1863 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1866
1867         Restart the job search when the find bar is opened for the second
1868         time. Fixes bug #531956.
1869         
1870 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1873         (get_document_from_uri):
1874
1875         Make sure we always return a valid error struct when
1876         get_document_from_uri fails. Fixes nautilus crash, see bug
1877         #542548.
1878         
1879 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1880
1881         * libdocument/ev-transition-effect.c
1882         (ev_transition_effect_type_get_type),
1883         (ev_transition_effect_alignment_get_type),
1884         (ev_transition_effect_direction_get_type):
1885         
1886         Fixes bug #542924. Makes enums static to fix Solaris build.
1887
1888 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * shell/ev-view.c: (ev_view_key_press_event):
1891
1892         Add '.' keybinding for blanking the screen in presentation
1893         mode. Fixes bug #542001.
1894         
1895 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1896
1897         * libdocument/ev-document-misc.c:
1898         (ev_document_misc_pixbuf_from_surface):
1899
1900         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1901         #540950.
1902         
1903 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1904
1905         * backend/comics/comics-document.c (comics_document_load):
1906         * backend/comics/comicsdocument.evince-backend.in:
1907         * configure.ac:
1908         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1909         
1910         Added support for 7-zip based cb7 comic book. Patch by
1911         Kartik Rustagi. Fixes bug #532312.
1912
1913 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1914
1915         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1916         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1917         Fixes bug #539972.
1918
1919 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1920
1921         * shell/Makefile.am:
1922         * shell/ev-application.c (ev_application_init),
1923         (ev_application_get_media_keys):
1924         * shell/ev-application.h:
1925         * shell/ev-marshal.list:
1926         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1927         (proxy_destroy), (on_media_player_key_pressed),
1928         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1929         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1930         * shell/ev-media-player-keys.h:
1931         * shell/ev-window.c (ev_window_go_previous_page),
1932         (ev_window_go_next_page), (ev_window_go_first_page),
1933         (ev_window_go_last_page), (ev_window_start_presentation),
1934         (ev_window_dispose), (view_actions_focus_in_cb):
1935         * shell/ev-window.h: When building with D-Bus support, listen
1936         for multimedia key events from gnome-settings-daemon. This allows
1937         to go to the next/previous/first/last pages using, respectively,
1938         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1939         a presentation. Fixes bug #539971.
1940
1941 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1942
1943         * configure.ac:
1944         
1945         Update for release 2.23.4.
1946
1947 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * NEWS:
1950
1951         Update news for 2.23.4 release.
1952         
1953 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1954
1955         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1956         * shell/ev-sidebar-thumbnails.c:
1957         (ev_sidebar_thumbnails_set_loading_icon),
1958         (ev_sidebar_thumbnails_refresh):
1959         * shell/ev-window.c: (ev_window_error_message),
1960         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1961         (ev_window_set_document):
1962
1963         Do not crash opening documents with no pages and show a warning
1964         message in the message area. Fixes bugs #537574 and #171588.
1965         
1966 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1967
1968         * shell/Makefile.am:
1969         * shell/ev-file-monitor.[ch]:
1970         * shell/ev-window.c: (ev_window_document_changed),
1971         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1972         (ev_window_reload_job_cb), (ev_window_open_uri),
1973         (ev_window_reload_document), (ev_window_cmd_view_reload),
1974         (ev_window_dispose):
1975
1976         Automaticly reload the document when the file has changed on
1977         disk. Bug #304249.
1978         
1979 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1980
1981         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1982         * libdocument/ev-image.c: (ev_image_save_tmp):
1983         * libdocument/ev-module.c: (ev_module_load):
1984         * shell/ev-application.c: (ev_application_shutdown),
1985         (ev_application_get_print_settings):
1986         * shell/ev-sidebar-attachments.c:
1987         (ev_sidebar_attachments_button_press),
1988         (ev_sidebar_attachments_drag_data_get):
1989         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1990         (ev_window_print_finished), (ev_window_print_send),
1991         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1992         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1993         (ev_window_cmd_preview_print):
1994         * shell/main.c: (load_files_remote):
1995         Fix some build warnings under GCC 4.3.0. (#537535).
1996
1997 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1998
1999         * shell/ev-jobs.c: (ev_job_render_dispose):
2000
2001         Fix a crash in debug mode. Patch by Daniel M German.
2002         
2003 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2004
2005         * shell/ev-window.c:
2006
2007         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2008         
2009 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * shell/ev-window.c: (ev_window_print_send),
2012         (ev_window_do_preview_print):
2013
2014         Use the window title as print job name instead of just
2015         "evince-print". Fixes bug #534493.
2016         
2017 2008-05-19  Frederic Peters  <fpeters@0d.be>
2018
2019         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2020         Bug #533897.
2021
2022 2008-05-19  Frederic Peters  <fpeters@0d.be>
2023
2024         * help/reference/Makefile.am: added missing libevmountoperation to
2025         gtkdoc-scanobj libraries.  Bug #533896.
2026
2027 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2028
2029         * properties/ev-properties-view.c (get_default_user_units):
2030         Fixes check for default units string translation. Bug #533323.
2031
2032 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2033
2034         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2035         be an iks_free(). Fix an array overflow in the XML parser that
2036         would occur whenever the number of attributes in a tag was greater
2037         than 0 and divisible by 6. Fixes GNOME bug #530852.
2038
2039 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * backend/djvu/djvu-document-private.h:
2042         * backend/djvu/djvu-links.c:
2043         * backend/djvu/djvu-text.c:
2044         * backend/djvu/djvu-document.c: (djvu_handle_events),
2045         (djvu_wait_for_message), (djvu_document_load),
2046         (document_get_page_size), (djvu_document_render),
2047         (djvu_document_thumbnails_get_thumbnail),
2048         (djvu_document_file_exporter_end):
2049
2050         Make sure load job doesn't finish successfully when the document
2051         is not successfully decoded by libdjvu. Fixes bug #530202.
2052         
2053 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2054
2055         * configure.ac:
2056         * libdocument/Makefile.am:
2057         * libdocument/ev-debug.[ch]:
2058         * libdocument/ev-document.c:
2059         * shell/ev-jobs.c: (ev_job_links_dispose),
2060         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2061         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2062         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2063         (ev_job_render_page_ready), (ev_job_render_run),
2064         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2065         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2066         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2067         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2068         (ev_job_print_new), (ev_job_print_run):
2069         * shell/main.c: (main):
2070
2071         Add debug mode based on gedit code. Add debug messages in
2072         ev-jobs.
2073         
2074 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2075
2076         * libdocument/ev-document-factory.c: (get_document_from_uri):
2077
2078         Fix memory leak.
2079         
2080 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2081
2082         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2083         (get_mime_type_from_data), (get_document_from_uri),
2084         (ev_document_factory_get_document):
2085         
2086         Improved error message about file opening failture.
2087         Bug #529129.
2088
2089 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2090
2091         * data/evince-toolbar.xml:
2092         
2093         Allow to add SaveAs to toolbar.
2094
2095 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * shell/ev-view-private.h:
2098         * shell/ev-view.[ch]: (ev_view_button_release_event),
2099         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2100         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2101         (ev_view_update_primary_selection), (clear_link_selected),
2102         (ev_view_copy_link_address):
2103         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2104
2105         Update also the primary selection when copying a link
2106         address. Fixes bug #520855.
2107         
2108 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * libdocument/ev-document-factory.c: (get_document_from_uri):
2111
2112         Use the pixbuf backend only when the mime type is not supported by
2113         any of the other backend so that tiff documents, for instance, are
2114         handled by the tiff backend instead of the pixbuf backend. fixes
2115         bug #520290.
2116         
2117 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2118
2119         * cut-n-paste/Makefile.am:
2120
2121         Add evmountoperation to subdirs list.
2122         
2123 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * configure.ac:
2126
2127         Fix libspectre check in configure script. Fixes bug #528549.
2128         
2129 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * configure.ac:
2132         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2133         * shell/Makefile.am:
2134         * shell/ev-window.c: (ev_window_load_remote_failed),
2135         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2136
2137         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2138         open documents in remote locations that are not mounted.
2139         
2140 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2141
2142         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2143         (bitmap_convert_msb8):
2144         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2145         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2146
2147         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2148         
2149 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2150
2151         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2152         (ev_job_render_new), (ev_job_render_set_selection_info),
2153         (ev_job_render_run):
2154         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2155         (check_job_size_and_unref),
2156         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2157         (add_job), (ev_pixbuf_cache_get_selection_surface):
2158
2159         Create the render context needed for rendering a page in the render
2160         thread so that we don't block the main thread. Simplify
2161         EvJobRender API.
2162         
2163 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2164
2165         * libdocument/Makefile.am:
2166         * libdocument/ev-page.[ch]:
2167         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2168         (ev_render_context_new), (ev_render_context_set_page):
2169         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2170         (ev_form_field_finalize), (ev_form_field_class_init):
2171         * libdocument/ev-document-forms.[ch]:
2172         (ev_document_forms_get_form_fields):
2173         * libdocument/ev-document.[ch]: (ev_document_get_page),
2174         (ev_document_get_page_size), (ev_document_get_page_label):
2175         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2176         (ev_job_render_run), (ev_job_thumbnail_new),
2177         (ev_job_thumbnail_run), (ev_job_print_run):
2178         * shell/ev-page-cache.c: (ev_page_cache_new):
2179         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2180         (check_job_size_and_unref), (add_job):
2181         * shell/ev-sidebar-thumbnails.c: (add_range):
2182         * shell/ev-view.c: (ev_view_form_field_get_region),
2183         (ev_view_form_field_button_create_widget),
2184         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2185         (ev_view_handle_form_field), (ev_view_size_allocate),
2186         (get_selected_text):
2187         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2188         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2189         (pdf_document_get_page), (pdf_document_get_page_label),
2190         (pdf_document_render), (pdf_document_get_info),
2191         (pdf_document_document_iface_init),
2192         (pdf_document_thumbnails_get_thumbnail),
2193         (pdf_document_thumbnails_get_dimensions),
2194         (pdf_document_file_exporter_do_page),
2195         (pdf_selection_render_selection),
2196         (pdf_selection_get_selected_text),
2197         (pdf_selection_get_selection_region),
2198         (pdf_selection_get_selection_map),
2199         (pdf_document_forms_get_form_fields),
2200         (pdf_document_forms_form_field_text_get_text),
2201         (pdf_document_forms_form_field_text_set_text),
2202         (pdf_document_forms_form_field_button_set_state),
2203         (pdf_document_forms_form_field_button_get_state),
2204         (pdf_document_forms_form_field_choice_get_item),
2205         (pdf_document_forms_form_field_choice_get_n_items),
2206         (pdf_document_forms_form_field_choice_is_item_selected),
2207         (pdf_document_forms_form_field_choice_select_item),
2208         (pdf_document_forms_form_field_choice_toggle_item),
2209         (pdf_document_forms_form_field_choice_unselect_all),
2210         (pdf_document_forms_form_field_choice_set_text),
2211         (pdf_document_forms_form_field_choice_get_text):
2212         * backend/ps/ev-spectre.c: (ps_document_get_page),
2213         (ps_document_get_page_size), (ps_document_get_page_label),
2214         (ps_document_render), (ps_document_document_iface_init),
2215         (ps_document_file_exporter_do_page):
2216         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2217         (tiff_document_render), (tiff_document_render_pixbuf),
2218         (tiff_document_file_exporter_do_page):
2219         * backend/pixbuf/pixbuf-document.c:
2220         (pixbuf_document_get_page_size):
2221         * backend/comics/comics-document.c:
2222         (comics_document_get_page_size), (comics_document_render_pixbuf):
2223         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2224         (djvu_document_render), (djvu_selection_get_selected_text),
2225         (djvu_document_thumbnails_get_thumbnail),
2226         (djvu_document_file_exporter_do_page),
2227         (djvu_document_find_get_result):
2228         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2229         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2230         (dvi_document_thumbnails_get_thumbnail),
2231         (dvi_document_file_exporter_do_page):
2232         * backend/impress/impress-document.c:
2233         (impress_document_get_page_size),
2234         (impress_document_render_pixbuf):
2235         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2236
2237         Add EvPage so that we can hold a reference to the backend
2238         page. Form fields keep now a reference to the poppler page
2239         improving performance since we don't have to create/destroy the
2240         poppler field for every form operation. This will be needed for
2241         annotations too.
2242         
2243 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2244
2245         * data/evince-ui.xml:
2246         * shell/ev-window.c:
2247
2248         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2249         
2250 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * configure.ac:
2253         * backend/ps/Makefile.am:
2254
2255         Remove gs stuff from ps backend.
2256         
2257 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * configure.ac:
2260         * backend/pdf/ev-poppler.cc:
2261
2262         Bump poppler requirement to 0.8.0.
2263         
2264 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2265
2266         * NEWS:
2267         * configure.ac:
2268
2269         Update for release 2.22.1.1
2270
2271 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2272
2273         * configure.ac:
2274
2275         Fix build (again) when poppler version is 0.6
2276         
2277 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * backend/djvu/djvu-links.c: (build_tree):
2280
2281         Make sure link title is a valid utf8 string. Fixes bug #526517.
2282         
2283 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2284
2285         * configure.ac:
2286
2287         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2288         #526799.
2289         
2290 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2291
2292         * configure.ac:
2293         
2294         Update for release 2.22.1.
2295
2296 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2297
2298         * NEWS:
2299
2300         Update for upcoming release.
2301
2302 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2303
2304         * configure.ac:
2305         * backend/dvi/dvidocument.evince-backend.in:
2306
2307         Add compressed dvi to the list of supported mime types. Patch by
2308         Ed Catmur. Fixes bug #307087.
2309
2310 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2313
2314         Fix a crash when printing a range that doesn't specify the start or
2315         end page. Fixes bug #524288.
2316
2317 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2318
2319         * shell/ev-window.c: (ev_window_cmd_continuous),
2320         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2321         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2322         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2323         (ev_window_run_presentation), (ev_window_stop_presentation),
2324         (ev_window_cmd_view_presentation),
2325         (ev_window_cmd_leave_fullscreen),
2326         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2327
2328         Do not unfullscreen and fullscreen again the window when changing
2329         from fullscreen to presentation mode and vice versa. Fixes bug
2330         #524112.
2331         
2332 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2333
2334         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2335
2336         Do not crash when thumbnail failed to render in PS backend. Fixes
2337         bug #525015.
2338         
2339 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2342         (ev_window_load_file_remote), (ev_window_open_uri):
2343
2344         Handle errors when opening remote files.
2345         
2346 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2347
2348         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2349
2350         Only grab the focus for the current visible proxy widget. Fixes
2351         bug #521224.
2352         
2353 2008-03-30  Emil Soleyman  <emil@nishra.com>
2354
2355         * shell/ev-window.c: (launch_external_uri):
2356         
2357         Reuse g_app_info_launch_default_for_uri to
2358         save some code and fix bug #525009.
2359
2360 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2361
2362         * shell/ev-window.c (image_save_dialog_response_cb):
2363
2364         Use g_str_has_suffix. See bug #523069.
2365
2366 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2367
2368         * configure.ac:
2369
2370         Add a configure option to enable/diable DBus. Patch by Rémi
2371         Cardona. Fixes bug 521797.
2372
2373 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2374
2375         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2376
2377         Fix printing in documents with rotated pages. Patch by Eugen
2378         Dedu. Fixes bug #512648.
2379         
2380 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2381
2382         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2383         (ev_link_from_action):
2384
2385         Fix warning messages.
2386         
2387 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * shell/ev-window.c: (image_save_dialog_response_cb):
2390
2391         Do not append the extension to filename when saving an image
2392         if the filename alredy contains the extension. Fixes bug #523069.
2393         
2394 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2395
2396         * shell/ev-view.[ch]: (ev_view_find_cancel):
2397         * shell/ev-window.c: (find_bar_close_cb):
2398
2399         Cancel the find operation when the find bar is closed. Fixes bug
2400         #508845.
2401         
2402 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2403
2404         * backend/ps/psdocument.evince-backend.in:
2405
2406         Make ps backend module resident. Fixes bug #520607.
2407         
2408 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2409
2410         * shell/ev-jobs.c: (ev_job_print_run):
2411
2412         Invert collate action in order to work as expected, fix reverse
2413         printing so that it doesn't start with a blank page and fix number
2414         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2415         
2416 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2417
2418         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2419
2420         Fix build with poppler <= 0.7.2
2421         
2422 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * libdocument/ev-document-misc.c:
2425         (ev_document_misc_surface_from_pixbuf):
2426
2427         Fix selections with poppler-splash.
2428         
2429 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * configure.ac:
2432         * backend/pdf/ev-poppler.cc:
2433
2434         Fix build with poppler >= 0.7.2
2435         
2436 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2437
2438         * configure.ac:
2439         
2440         Update for release 2.22.0
2441
2442 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2443
2444         * NEWS:
2445
2446         Update for upcoming release.
2447
2448 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2449
2450         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2451
2452         Bug 495107 – Handle print dialog responses correctly
2453
2454         Correctly handle print dialog response. Properly fixes
2455         the above mentioned bug.
2456
2457 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2460
2461         Make sure print job is only run when the print button is
2462         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2463         
2464 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * backend/pdf/pdfdocument.evince-backend.in:
2467         * libdocument/ev-backends-manager.c:
2468         (ev_backends_manager_load_backend),
2469         (ev_backends_manager_get_document):
2470         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2471
2472         Allow making backend modules resident. This is needed only for
2473         some backends like pdf to avoid registering glib types more than
2474         once.
2475         
2476 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2477
2478         * backend/comics/comics-document.c:
2479         * backend/djvu/djvu-document.c:
2480         * backend/impress/impress-document.c:
2481         * backend/pdf/ev-poppler.cc:
2482         * backend/pixbuf/pixbuf-document.c:
2483         * backend/ps/ev-spectre.c:
2484         * backend/ps/ps-document.c:
2485         * backend/tiff/tiff-document.c:
2486         * libdocument/ev-document.h:
2487         * properties/ev-properties-main.c:
2488
2489         Use g_type_module_add_interface instead of
2490         g_type_add_interface_static. Fixes bug #519679.
2491         
2492 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2493
2494         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2495         Added. Returns whether the animation has everything necessary to run.
2496         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2497         is ready just because it's been created. Fixes #519106.
2498         (draw_one_page): Do not show the "Loading..." text in presentation
2499         mode, there was a slim probability that this could happen.
2500
2501 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2502
2503         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2504
2505         Duplicate mime_type string before freeing it so that it doesn't
2506         always fail when getting mime type from uri. Fixes bug #518874.
2507         
2508 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2509
2510         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2511
2512         Fix a crash when a choice form field doesn't have any item
2513         selected. Fixes bug #518831
2514         
2515 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2516
2517         * shell/ev-window.c (ev_window_clear_temp_file):
2518         Use g_file_has_prefix instead of renamed
2519         g_file_contains_file.
2520
2521         * configure.ac:
2522         Require new glib for above change.
2523         
2524 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2525
2526         * libdocument/ev-image.c: (ev_image_finalize),
2527         (ev_image_save_tmp):
2528
2529         Return a real uri instead of a filename when saving an
2530         image. Fixes images drag an drop from evince to nautilus. 
2531         
2532 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * backend/pdf/ev-poppler.cc:
2535         (pdf_document_images_get_image_mapping):
2536
2537         Return the image list in the right order. Fixes bug #516237.
2538         
2539 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2540
2541         * backend/impress/impress-document.c:
2542         (impress_document_thumbnails_get_thumbnail):
2543
2544         Remove unused variable to avoid a compiler warning.
2545
2546 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2547
2548         * configure.ac:
2549         
2550         Update for release 2.21.91.
2551
2552 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2553
2554         * configure.ac:
2555         * shell/Makefile.am:
2556         * shell/ev-application.[ch]:
2557         * shell/ev-sidebar-links.c:
2558         * shell/ev-utils.[ch]:
2559         * shell/ev-window.[ch]:
2560
2561         Remove libgnomeprint support. Fixes bug #512370.
2562         
2563 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2564
2565         * thumbnailer/evince-thumbnailer.c: (main):
2566
2567         Initialize glib type system before using it. Fixes bug #513934.
2568         
2569 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2570
2571         * properties/ev-properties-main.c:
2572
2573         Add missing #include.
2574         
2575 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * configure.ac:
2578         * backend/djvu/djvu-document.c: (djvu_document_render):
2579         * backend/tiff/tiff-document.c: (tiff_document_render):
2580
2581         Use the new cairo function cairo_format_stride_for_width when
2582         available. Fixes bug #482720.
2583
2584 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2587         (get_mime_type_from_data), (get_document_from_uri):
2588
2589         Use g_content_type_guess() only when slow is true in
2590         get_document_from_uri(). Fix several memory leaks.
2591         
2592 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2593
2594         * libdocument/ev-document-factory.c:
2595         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2596         (get_document_from_uri):
2597
2598         Use g_content_type_guess () to get mimetype for files.
2599         Bug #510401.
2600
2601 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * thumbnailer/Makefile.am:
2604
2605         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2606         
2607 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * configure.ac:
2610
2611         Fix build with --without-libgnome. Fixes bug #512771.
2612         
2613 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2614
2615         * backend/dvi/Makefile.am: Install only dvi
2616         module. Fixes bug #512718.
2617
2618 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2619
2620         * properties/ev-properties-main.c: (nautilus_module_initialize):
2621         
2622         Initialize backends in properties tab. Fixes bug
2623         #512720.
2624
2625 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2626
2627         * properties/Makefile.am: No need to link with 
2628         libraries. Fixes bug #512719.
2629
2630 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2631
2632         * NEWS:
2633         * configure.ac:
2634         
2635         Update for release 2.21.90.
2636
2637 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2638
2639         * shell/ev-window.c: (ev_window_cmd_escape):
2640
2641         Fix compile warning.
2642         
2643 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2646
2647         Fix printing in dvi backend when filename contains white
2648         espaces. Fixes bug #502839.
2649         
2650 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2651
2652         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2653         (screensaver_disable_x11):
2654         * shell/Makefile.am:
2655         * shell/xdg-user-dir-lookup.c: Removed
2656         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2657         * shell/ev-view.c: (ev_view_presentation_transition_start):
2658         * shell/ev-window.c: (ev_window_cmd_file_open),
2659         (ev_window_cmd_save_as), (presentation_set_timeout):
2660
2661         Remove #ifdefs that are no longer needed.
2662         
2663 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2664
2665         * shell/ev-view.[ch]: (ev_view_button_release_event),
2666         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2667         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2668         (ev_window_cmd_escape):
2669
2670         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2671         
2672 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2673
2674         * configure.ac:
2675         * backend/comics/comics-document.c: (comics_document_load):
2676         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2677         (ev_attachment_set_property), (ev_attachment_init),
2678         (ev_attachment_save), (ev_attachment_launch_app),
2679         (ev_attachment_open):
2680         * libdocument/ev-document-factory.c: (get_document_from_uri):
2681         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2682         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2683         * shell/ev-jobs.c:
2684         * shell/ev-password.c: (ev_password_dialog_set_property),
2685         (ev_password_dialog_save_password):
2686         * shell/ev-sidebar-attachments.c:
2687         (ev_sidebar_attachments_drag_data_get):
2688         * shell/ev-window-title.c: (get_filename_from_uri):
2689         * shell/ev-window.c: (ev_window_clear_temp_file),
2690         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2691         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2692         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2693         (launch_external_uri), (image_save_dialog_response_cb),
2694         (attachment_save_dialog_response_cb):
2695         * shell/main.c: (load_files), (load_files_remote), (main):
2696         * thumbnailer/evince-thumbnailer.c: (main):
2697
2698         Port to gio and drop gnome-vfs dependency. Fixes bug
2699         #510401. Based on patch by Cosimo Cecchi.
2700         
2701 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2702
2703         * NEWS:
2704
2705         Fixed formatting inconsistencies (spaces vs. tabs)
2706
2707 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2708
2709         * shell/ev-window.c:
2710
2711         Use top/up/bottom/down arrows instead of
2712         first/left/last/right in the toolbar and menu actions.
2713         This fixes issues with RTL languages and is visually
2714         consistent with the page view. Fixes bug #170081.
2715
2716 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2717
2718         * NEWS:
2719
2720         Fixed some inaccuracies pointed out by Carlos Garcia
2721         Campos.
2722
2723 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2724
2725         * NEWS:
2726         * data/evince.schemas.in:
2727         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2728
2729         Override PDF restrictions by default. Fixes bug #382700.
2730
2731 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2732
2733         * NEWS: Updated for upcoming release
2734
2735 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2738
2739         Fix memory leak.
2740         
2741 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2742
2743         * shell/ev-window.c: (register_custom_actions):
2744         
2745         Added comment for translators
2746
2747 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * shell/ev-view.c: (ev_view_button_release_event):
2750
2751         Do not create the idle function for kinetic scrolling if we are
2752         not in a drag operation.
2753
2754 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2755
2756         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2757         (ev_view_button_press_event), (ev_view_motion_notify_event),
2758         (ev_view_button_release_event):
2759
2760         Restore cursor after autoscrolling. Fixes bug #509958.
2761
2762 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * configure.ac:
2765         * backend/pdf/ev-poppler.cc:
2766         (pdf_document_images_get_image_mapping),
2767         (pdf_document_images_get_image),
2768         (pdf_document_document_images_iface_init):
2769         * libdocument/ev-document-images.[ch]:
2770         (ev_document_images_get_image_mapping),
2771         (ev_document_images_get_image):
2772         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2773         (ev_image_get_id), (ev_image_save_tmp):
2774         * shell/ev-jobs.c: (ev_job_render_run):
2775         * shell/ev-view.c: (ev_view_drag_data_get):
2776         * shell/ev-window.c: (image_save_dialog_response_cb),
2777         (ev_view_popup_cmd_copy_image):
2778
2779         Do not render images when rendering the page but on demand. It
2780         reduces the memory comsumption.
2781         
2782 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2783
2784         * configure.a:
2785         * shell/ev-password.c:
2786
2787         Make gnome-keyring optional. Fixes bug #509676.
2788         
2789 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2790
2791         * shell/ev-pixbuf-cache.c: (add_job):
2792
2793         Initialize include_images variable as FALSE instead of TRUE.
2794         
2795 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2796
2797         * configure.ac:
2798         * cut-n-paste/Makefile.am:
2799         * cut-n-paste/fileformatchooser/Makefile.am:
2800         * cut-n-paste/fileformatchooser/egg-macros.h:
2801         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2802         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2803         * shell/Makefile.am:
2804         * shell/ev-utils.c:
2805         (file_chooser_dialog_add_writable_pixbuf_formats),
2806         (get_gdk_pixbuf_format_by_extension):
2807         * shell/ev-utils.h:
2808         * shell/ev-window.c: (ev_window_error_message),
2809         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2810         
2811         Simplify image format selection on save.
2812
2813 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2814
2815         * shell/ev-view.c: (ev_view_scroll_event):
2816         
2817         Repair gorizontal scrolling with shift. Fixes
2818         bug #483412.
2819
2820 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2821         
2822         * MAINTAINERS:
2823
2824         Fix formatting issues.
2825         
2826 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2827
2828         * backend/comics/comics-document.c: (comics_regex_quote):
2829         
2830         Don't overquote special chars except of '. See bug 
2831         502500. Thanks to Tom Parker.
2832
2833 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2834
2835         * MAINTAINERS:
2836         
2837         Added Nickolay and Carlos, since they're doing most of
2838         the releases nowadays.
2839
2840 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2841
2842         * properties/Makefile.am:
2843
2844         Get the nautilus extension dir properly instead of using
2845         a hack. Fixes bug #505359.
2846
2847 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2848
2849         * properties/Makefile.am:
2850         
2851         Install nautilus extension into new place. See bug
2852         #505359. Thanks to Matthias Clasen, Brian Pepple and
2853         Damien Carbery.
2854
2855 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2856
2857         * shell/ev-window.c: (ev_window_get_recent_file_label):
2858         
2859         RTL marker in recent file list. See bug #509076.
2860
2861 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2862
2863         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2864         * shell/ev-window.c: (image_save_dialog_response_cb):
2865
2866         Fix compile warnings due to unused variables.
2867         
2868 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * configure.ac:
2871         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2872         * backend/ps/ev-spectre.c: (ps_document_render):
2873
2874         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2875
2876 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2877
2878         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2879         (ev_transition_animation_paint): Implement "fade" effect.
2880
2881 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2882
2883         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2884         (ev_transition_animation_paint): Implement "uncover" effect.
2885
2886 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2887
2888         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2889         (ev_transition_animation_paint): Implement "cover" effect.
2890
2891 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2892
2893         * shell/ev-transition-animation.c (ev_transition_animation_push)
2894         (ev_transition_animation_paint): Implement "push" effect.
2895
2896 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2897
2898         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2899         (ev_transition_animation_paint): Implement "dissolve" effect.
2900
2901 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2902
2903         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2904         (ev_transition_animation_paint): Implement "wipe" effect.
2905
2906 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2907
2908         * shell/ev-transition-animation.c (ev_transition_animation_box)
2909         (ev_transition_animation_paint): Implement "box" effect.
2910
2911 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2912
2913         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2914         (ev_transition_animation_paint): Implement "blinds" effect.
2915
2916 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2917
2918         * shell/ev-transition-animation.c (ev_transition_animation_split)
2919         (ev_transition_animation_paint): Implement "split" effect.
2920
2921 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2922
2923         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2924         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2925         (ev_view_transition_animation_start) 
2926         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2927         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2928         (ev_view_next_page) (ev_view_previous_page):
2929         
2930         Use EvTransitionAnimation to drive page changes in the presentation
2931         mode, the animation will wait to start until both the origin and 
2932         destination page surfaces are available. Fixes #458460.
2933
2934         (draw_loading_text):
2935
2936         Remove workaround for bug #320352, it's now fixed properly.
2937
2938
2939 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2940
2941         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2942         will contain the implementations for page transition animations, at
2943         the moment it just has the "replace" effect.
2944         * shell/Makefile.am: Added these files to build.
2945
2946 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2947
2948         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2949         animations.
2950         * shell/Makefile.am: Added these files to build.
2951
2952 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2953
2954         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2955         implementation to get_effect() in EvDocumentTransitionIface.
2956
2957 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2958
2959         * libdocument/ev-transition-effect.[ch]: New files, define a page
2960         transition effect, at the moment it maps PopplerPageTransition to a
2961         GObject.
2962         * libdocument/Makefile.am: Added these files to build.
2963         * libdocument/ev-document-transition.[ch]
2964         (ev_document_transition_get_effect): New method, gets the
2965         EvTransitionEffect returned by the interface implementation, with
2966         fallback to the "replace" effect.
2967
2968 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2969
2970         * configure.ac:
2971         * cut-n-paste/Makefile.am:
2972         * cut-n-paste/fileformatchooser/Makefile.am:
2973         * cut-n-paste/fileformatchooser/egg-macros.h:
2974         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2975         * shell/Makefile.am:
2976         * shell/ev-window.c: (image_save_dialog_response_cb),
2977         (ev_view_popup_cmd_save_image_as):
2978
2979         Allow exporting images in any format supported by
2980         GdkPixbuf. Fixes bug #500209.
2981         
2982 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2983
2984         * backend/pixbuf/pixbuf-document.c:
2985
2986         More warnings fixed.
2987         
2988 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2991         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2992         * backend/djvu/djvu-text.h:
2993         * backend/tiff/tiff-document.c: (tiff_document_render):
2994
2995         Fix compile warnings.
2996         
2997 2007-12-28  Christian Persch  <chpe@gnome.org>
2998
2999         * **/*.c: Include config.h. Bug #504721.
3000
3001 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3002
3003         * configure.ac:
3004         * Makefile.am:
3005         * po/POTFILES.in:
3006         * backend/comics/Makefile.am:
3007         * backend/comics/comics-document.[ch]:
3008         * backend/comics/comicsdocument.evince-backend.in:
3009         * backend/djvu/Makefile.am:
3010         * backend/djvu/djvu-document.[ch]:
3011         * backend/djvu/djvudocument.evince-backend.in:
3012         * backend/dvi/Makefile.am:
3013         * backend/dvi/dvi-document.[c]:
3014         * backend/dvi/dvidocument.evince-backend.in:
3015         * backend/impress/Makefile.am:
3016         * backend/impress/impress-document.[ch]:
3017         * backend/impress/impressdocument.evince-backend.in:
3018         * backend/pdf/Makefile.am:
3019         * backend/pdf/ev-poppler.cc:
3020         * backend/pdf/ev-poppler.h:
3021         * backend/pdf/pdfdocument.evince-backend.in:
3022         * backend/pixbuf/Makefile.am:
3023         * backend/pixbuf/pixbuf-document.[ch]:
3024         * backend/pixbuf/pixbufdocument.evince-backend.in:
3025         * backend/ps/Makefile.am:
3026         * backend/ps/ev-spectre.[ch]:
3027         * backend/ps/ps-document.[ch]:
3028         * backend/ps/psdocument.evince-backend.in:
3029         * backend/tiff/Makefile.am:
3030         * backend/tiff/tiff-document.[ch]:
3031         * backend/tiff/tiffdocument.evince-backend.in:
3032         * libdocument/Makefile.am:
3033         * libdocument/ev-backends-manager.[ch]:
3034         * libdocument/ev-module.[ch]:
3035         * libdocument/ev-document.h:
3036         * libdocument/ev-document-factory.[ch]:
3037         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3038         (get_compression_from_mime_type), (get_document_from_uri),
3039         (ev_document_factory_get_document), (file_filter_add_mime_types),
3040         (ev_document_factory_add_filters):
3041         * shell/Makefile.am:
3042         * shell/ev-window-title.c: (get_filename_from_uri):
3043         * shell/main.c: (main):
3044         * thumbnailer/Makefile.am:
3045         * thumbnailer/evince-thumbnailer.c: (main):
3046
3047         Plugin system for backends. Fixes bug #351348.
3048         
3049 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3050
3051         * shell/ev-view-private.h:
3052         * shell/ev-view.c: (ev_view_drag_update_momentum),
3053         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3054         (ev_view_button_release_event), (ev_view_destroy):
3055         
3056         Kinetic scrolling implemented as requested in
3057         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3058
3059 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3060
3061         * data/evince-toolbar.xml:
3062         * data/evince-ui.xml:
3063         * shell/ev-view-private.h:
3064         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3065         (ev_view_button_press_event), (ev_view_motion_notify_event),
3066         (ev_view_button_release_event), (ev_view_init),
3067         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3068         (ev_view_set_cursor):
3069         * shell/ev-view.h:
3070         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3071         (ev_window_cmd_view_autoscroll):
3072         
3073         Autoscroll feature with the context menu. Fixes bug 
3074         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3075
3076 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3077
3078         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3079
3080         Disconnect also page-ready signal when removing a job because the
3081         page size has changed. Thanks to kripken
3082         <kripkensteiner@gmail.com>.
3083
3084 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3085
3086         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3087         
3088         Scroll pages in page entry with mouse wheel. Fixes bug
3089         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3090
3091 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3092
3093         * backend/dvi/Makefile.am:
3094         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3095         (mdvi_cairo_device_init):
3096         * backend/dvi/mdvi-lib/common.h:
3097         * backend/dvi/mdvi-lib/mdvi.h:
3098         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3099         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3100         (mdvi_build_path_from_cwd):
3101
3102         Add ps specials support in dvi backend when libspectre is
3103         present. Fixes bug #386005.
3104         
3105 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3106
3107         * configure.ac:
3108         * backend/ps/Makefile.am:
3109         * backend/ps/ev-spectre.[ch]:
3110         
3111         Use libspectre, if available, for the ps backend. Fixes bugs
3112         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3113
3114 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3115         
3116         * backend/comics/comics-document.c: (comics_document_load):
3117         
3118         Cygwin build issue fix.
3119
3120 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3121
3122         * shell/ev-view.c: (ev_view_set_zoom):
3123
3124         Do not limit the minimum zoom factor when sizing mode is best bit
3125         or fit width. Fixes bug #503805.
3126         
3127 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3128
3129         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3130         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3131         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3132         (ev_link_dest_get_property), (ev_link_dest_set_property),
3133         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3134         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3135         (ev_link_dest_new_fitr):
3136         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3137         (goto_fith_dest), (goto_xyz_dest):
3138
3139         Do not change left, top and zoom values when they are null in PDF
3140         destinations. Fixes bug #460658.
3141         
3142 2007-12-10  Christian Persch  <chpe@gnome.org>
3143
3144         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3145         (ev_view_accessible_class_init),
3146         (ev_view_accessible_idle_do_action),
3147         (ev_view_accessible_action_do_action),
3148         (ev_view_accessible_action_get_description),
3149         (ev_view_accessible_action_set_description),
3150         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3151         (ev_view_accessible_factory_init),
3152         (ev_view_accessible_factory_get_accessible_type):
3153         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3154         private data, and G_DEFINE_TYPE. Bug #502843.
3155
3156 2007-12-08  Christian Persch  <chpe@gnome.org>
3157
3158         * shell/ev-metadata-manager.c: (item_free),
3159         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3160         (value_free), (parse_value), (parseItem),
3161         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3162         (save_values): Use GSlice to allocate small amounts of memory. Bug
3163         #475972.
3164
3165 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3166
3167         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3168
3169         Restore cursor to normal after a drag operation. Fixes bug
3170         #501603.
3171         
3172 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3173
3174         * NEWS:
3175         * configure.ac:
3176         
3177         Update for release 2.21.1
3178
3179 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3180
3181         * configure.ac:
3182         * cut-n-paste/gedit-message-area/Makefile.am:
3183         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3184         * shell/Makefile.am:
3185         * shell/ev-message-area.[ch]:
3186         * shell/ev-window.c: (ev_window_set_message_area),
3187         (ev_window_error_message_response_cb), (ev_window_error_message),
3188         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3189         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3190         (ev_attachment_popup_cmd_open_attachment),
3191         (attachment_save_dialog_response_cb), (ev_window_set_document),
3192         (ev_window_init):
3193
3194         Use a message area instead of a popup dialog for error
3195         notifications. Fixes bug #337495.
3196         
3197 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3198
3199         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3200         (ev_window_run_fullscreen):
3201
3202         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3203         
3204 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3205
3206         * ev-sidebar-thumbnails.c: (update_visible_range),
3207         (ev_sidebar_thumbnails_refresh),
3208         (ev_sidebar_thumbnails_set_document),
3209         (ev_sidebar_thumbnails_support_document):
3210
3211         Show thumbnails for documents with one page. Fixes bug #358751.
3212         
3213 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3214
3215         * shell/ev-window.c:
3216         (ev_window_load_print_settings_from_metadata),
3217         (ev_window_save_print_settings), (ev_window_print_finished),
3218         (ev_window_print_range):
3219
3220         Print settings that are specific to the document are now saved per
3221         document in the metadata file. Fixes bug #488806.
3222         
3223 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3224
3225         * backend/tiff/tiff-document.c: (tiff_document_render):
3226
3227         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3228         
3229 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3230
3231         * shell/ev-application.[ch]: (get_find_string_from_args),
3232         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3233         (ev_application_open_uri_list):
3234         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3235         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3236         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3237         (ev_window_cmd_recent_file_activate),
3238         (ev_window_open_recent_action_item_activated),
3239         (ev_window_print_send), (open_remote_link):
3240         * shell/main.c: (arguments_parse):
3241
3242         Add a command line option for search. Fixes bug #497710.
3243         
3244 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3245
3246         * shell/ev-jobs.c: (ev_job_print_new):
3247
3248         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3249         
3250 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3251
3252         * data/evince-toolbar.xml:
3253         * shell/Makefile.am:
3254         * shell/ev-application.c: (ev_application_init):
3255         * shell/ev-open-recent-action.[ch]:
3256         * shell/ev-window.c:
3257         (ev_window_open_recent_action_item_activated),
3258         (register_custom_actions):
3259
3260         Add an expander to the open toolbar item which pops up a dropdown
3261         menu with the recently used documents. Fixes bug #487215.
3262         
3263 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3264
3265         * shell/ev-window.c: (ev_window_open_uri),
3266         (ev_window_cmd_view_reload):
3267
3268         Do not jump to the first page when reloading by running evince
3269         from the command line. Fixes bug #490847.
3270         
3271 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3272
3273         * shell/ev-window.c: (ev_window_cmd_help_contents):
3274
3275         Plugged memory leak when help file is not found. Fixes bug
3276         #490762.
3277         
3278 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3279
3280         * configure.ac:
3281
3282         Enable djvu, dvi and comics backends by default. Fixes bug
3283         #437121.
3284         
3285 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3286
3287         * configure.ac:
3288         * cut-n-paste/Makefile.am:
3289         * cut-n-paste/recent-files/*: Removed
3290         * help/reference/Makefile.am:
3291         * shell/Makefile.am:
3292         * shell/ev-application.[ch]: (ev_application_shutdown),
3293         (ev_application_init):
3294         * shell/ev-window.c: (ev_window_add_recent),
3295         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3296
3297         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3298         
3299 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3300
3301         * shell/ev-window.c: (launch_external_uri):
3302
3303         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3304         and report error if the URL is not supported (#489910).
3305
3306 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3307
3308         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3309         (pdf_document_file_exporter_begin_page),
3310         (pdf_document_file_exporter_end_page):
3311
3312         Fix printing with poppler splash backend. Fixes bug #489774.
3313         
3314 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3315
3316         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3317         * shell/ev-print-job.c: (ev_print_job_class_init):
3318
3319         Fix a crash when printing with the gnome-print dialog. Fixes bug
3320         #488939.
3321         
3322 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3323
3324         * backend/pixbuf/pixbuf-document.c:
3325
3326         Fix an implicit function definition warning (#487655)
3327
3328 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3329
3330         * shell/ev-window.c:
3331
3332         Fix conflicting shortcut for view sade pane and presentation.
3333         
3334 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3335
3336         * backend/pdf/ev-poppler.cc:
3337         (pdf_document_file_exporter_begin_page),
3338         (pdf_document_file_exporter_do_page),
3339         (pdf_document_file_exporter_end_page),
3340         (pdf_document_file_exporter_iface_init):
3341         * libdocument/ev-file-exporter.[ch]:
3342         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3343         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3344         (ev_job_print_run):
3345
3346         When printing multiple pages per sheet in reverse option, do not
3347         invert the order of the pages in every sheet, but the order of the
3348         sheets. Do not print blank pages when page range is invalid. Fixes
3349         bugs #484857 and #485521.
3350         
3351 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3352
3353         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3354         (ev_job_print_run):
3355         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3356
3357         Respect ranges order when printing more than one range in random
3358         order.
3359         
3360 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3361
3362         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3363         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3364
3365         Rotate also the window icon when document is rotated. Fixes bug
3366         #474681.
3367         
3368 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3369
3370         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3371         (pdf_document_forms_get_form_fields):
3372
3373         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3374         Matthias Drochner.
3375         
3376 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * configure.ac:
3379         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3380
3381         Use poppler_page_render_for_printing() instead of
3382         poppler_page_render() if available when exporting to a ps or pdf
3383         file. Fixes bug #476627.
3384         
3385 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3386
3387         * shell/ev-window.c: (ev_window_run_fullscreen):
3388
3389         Do not show the toolbar in fullscreen mode if the main toolbar is
3390         not visible. Fixes bug #483048.
3391         
3392 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * shell/ev-view.c: (ev_view_button_press_event):
3395
3396         Give priority to form fields over images when deciding whether a
3397         button press event is over an image or form field. It allows edit
3398         form fields when they are over a background image. Fixes bug
3399         #477841.
3400         
3401 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3402
3403         * NEWS:
3404         * configure.ac:
3405         
3406         Update for release 2.20.0
3407
3408 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3409
3410         * backend/pdf/ev-poppler.cc:
3411
3412         Remove #ifdef HAVE_FORMS, so that forms support works again.
3413
3414 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3415
3416         * configure.ac:
3417         * data/evince.desktop.in.in:
3418         
3419         Fixes desktop file issues. See bug #473471.
3420
3421 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3422
3423         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3424         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3425         (ev_job_queue_remove_job):
3426         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3427         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3428         * shell/ev-window.c: (ev_window_clear_save_job),
3429         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3430         (ev_window_dispose):
3431
3432         Move save a copy task to its own job so that it's carried out in a
3433         thread avoiding another lock in the main thread. Use
3434         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3435         can be saved to a pathin another file system. Fixes bug #456891.
3436         
3437 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3438
3439         * NEWS:
3440         * configure.ac:
3441         
3442         Update for release 2.19.92
3443
3444 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3445
3446         * configure.ac:
3447         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3448         (pdf_selection_get_selection_region),
3449         (pdf_selection_get_selection_map),
3450         (ev_form_field_from_poppler_field):
3451
3452         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3453         and triple click selections are enabled again now.
3454
3455 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3456
3457         * shell/ev-window.c: (ev_window_add_history):
3458
3459         Make sure not to use the history with documents not supporting
3460         links. Fixes bug #468954.
3461
3462 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3463
3464         * shell/ev-window.c: (ev_window_load_job_cb):
3465
3466         Restart the search when reloading a document with the find bar
3467         visible. Fixes bug #461962.
3468
3469 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3470
3471         * shell/ev-window.c: (setup_document_from_metadata),
3472         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3473
3474         Do not jump to the first page when reloading a document from the
3475         last page.
3476
3477 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3478
3479         * shell/ev-window.c: (update_chrome_flag),
3480         (setup_sidebar_from_metadata),
3481         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3482         (ev_window_cmd_edit_find_next),
3483         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3484         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3485         (find_bar_close_cb), (view_actions_focus_in_cb):
3486
3487         Do not update visibility when changing a chrome flag so that it's
3488         possible to update several flags and update visibility only once
3489         for all of them.
3490
3491 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3492
3493         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3494
3495         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3496         supported by gtk+. Fixes bug #460907.
3497
3498 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3499
3500         * shell/ev-view.c: (view_update_range_and_current_page):
3501
3502         Make sure current-page <= end-page in continuous mode. Fixes bug
3503         #454950.
3504
3505 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3506
3507         * backend/pdf/ev-poppler.cc: (build_tree):
3508
3509         Ignore outline items without a title. Fixes bug #453913.
3510
3511 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3512
3513         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3514         (ev_view_button_release_event), (ev_view_leave_notify_event):
3515
3516         Use always drag mouse cursor during a drag operation. Fixes bug
3517         #470564.
3518
3519 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3520
3521         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3522         (pdf_selection_get_selection_region),
3523         (pdf_selection_get_selection_map):
3524
3525         Temporarily disable double and triple selections since it depends on
3526         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3527         released and the update of the external dependency minimal version
3528         approved.
3529
3530 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3531
3532         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3533         (pdf_document_file_exporter_do_page):
3534         * libdocument/ev-file-exporter.h:
3535         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3536         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3537
3538         Actually fix printing regressions. Remove orientation from
3539         EvPrintContext since it's redundant.
3540
3541 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3542
3543         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3544         * backend/impress/impress-document.c:
3545         (impress_document_document_iface_init):
3546         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3547         * backend/djvu/djvu-document.c:
3548         (djvu_document_document_iface_init),
3549         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3550         * backend/tiff/tiff-document.c:
3551         (tiff_document_document_iface_init):
3552         * backend/pixbuf/pixbuf-document.c:
3553         (pixbuf_document_document_iface_init):
3554         * backend/comics/comics-document.c:
3555         (comics_document_document_iface_init):
3556         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3557         (pdf_selection_render_selection),
3558         (pdf_selection_get_selected_text),
3559         (pdf_selection_get_selection_region),
3560         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3561         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3562         (ev_selection_get_selection_region),
3563         (ev_selection_get_selection_map):
3564         * libdocument/ev-document.[ch]:
3565         * shell/ev-pixbuf-cache.[ch]: (add_job),
3566         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3567         * shell/ev-view-private.h:
3568         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3569         (ev_job_render_run):
3570         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3571         * shell/ev-view.c: (start_selection_for_event),
3572         (ev_view_button_press_event), (ev_view_drag_data_get),
3573         (ev_view_drag_data_received), (ev_view_button_release_event),
3574         (compute_new_selection_text), (compute_selections),
3575         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3576         (ev_view_primary_get_cb):
3577
3578         Add support for double and triple click selections.
3579
3580 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3581
3582         * NEWS:
3583         * configure.ac:
3584
3585         Update for release 2.19.4
3586
3587 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3588
3589         * shell/ev-view-private.h:
3590         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3591         (ev_view_set_highlight_search):
3592         * shell/ev-view.h:
3593         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3594         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3595         (find_bar_visibility_changed_cb):
3596         
3597         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3598
3599 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3600
3601         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3602         (pdf_document_file_exporter_begin),
3603         (pdf_document_file_exporter_do_page):
3604         * shell/ev-jobs.c: (ev_job_print_run):
3605         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3606
3607         Create always a portrait cairo surface and rotate when needed for
3608         landscape. It fixes printing problems in real printers.
3609
3610 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3611
3612         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3613         * libdocument/ev-file-exporter.[ch]:
3614         (ev_file_exporter_get_capabilities):
3615         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3616         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3617
3618         Adjust number of pages per row according to page orientation when
3619         printing 2 or 6 pages per sheet.
3620
3621 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3622
3623         * shell/ev-window.c: (ev_window_print_send):
3624
3625         Reset also cups setting to 1 when printing multiple pages per
3626         sheet. Fixes bug #468853.
3627
3628 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3629
3630         * libdocument/ev-document-misc.c:
3631         (ev_document_misc_surface_rotate_and_scale):
3632
3633         Use directly cairo_surface_get_content() when creating a similar
3634         surface as suggested by Jeff Muizelaar. Thanks again.
3635
3636 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * backend/djvu/djvu-document.c: (djvu_document_render):
3639         * backend/tiff/tiff-document.c: (tiff_document_render):
3640         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3641         * libdocument/ev-document-misc.c:
3642         (ev_document_misc_surface_from_pixbuf),
3643         (ev_document_misc_surface_rotate_and_scale):
3644
3645         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3646         creating page surfaces. Fixes bug #453123. Thank you very much to
3647         Jeff Muizelaar <jeff@infidigm.net>.
3648
3649 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3650
3651         * shell/ev-page-cache.c: (ev_page_cache_new),
3652         (ev_page_cache_get_thumbnail_size):
3653         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3654         (ev_sidebar_thumbnails_set_loading_icon):
3655
3656         Also store in page-cache the dimensions of the thumbnails so that
3657         they can be used to create the correct loading icon in the side
3658         pane. Fixes bug #466857.
3659
3660 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3661
3662         * backend/pdf/ev-poppler.cc:
3663         (pdf_document_thumbnails_get_thumbnail):
3664
3665         Fix thumbnails rotation in pdf documents that include embedded 
3666         thumbnails.
3667
3668 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3669
3670         * backend/pdf/ev-poppler.cc:
3671
3672         Don't use #ifdef in macro expansion. Some compilers don't
3673         like that. Closes bug #467042.
3674
3675 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3676
3677         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3678         
3679         Fixes memory leak in djvu backend.
3680
3681 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3682
3683         * data/icons/32x32/Makefile.am:
3684         * data/icons/32x32/actions/Makefile.am:
3685         * data/icons/32x32/actions/view-page-cont.svg:
3686         * data/icons/32x32/actions/view-page-facing.svg:
3687         * data/icons/48x48/Makefile.am:
3688         * data/icons/48x48/actions/Makefile.am:
3689         * data/icons/48x48/actions/view-page-cont.svg:
3690         * data/icons/48x48/actions/view-page-facing.svg:
3691         
3692         Icons for a new sizes.
3693
3694 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3695
3696         * shell/ev-page-cache.c: (build_height_to_page),
3697         (ev_page_cache_get_height_to_page):
3698         
3699         Fixes invalid read, see bug #466401.
3700
3701 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3702
3703         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3704         (set_drag_cursor):
3705         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3706         (configure_item_cursor), (new_pixbuf_from_widget):
3707
3708         Fix multihead problems in toolbar editor. Fixes bug #382055.
3709
3710 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * shell/ev-window.c: (ev_window_cmd_file_open),
3713         (ev_window_cmd_save_as):
3714
3715         Use g_get_user_special_dir when available instead of
3716         xdg_user_dir_lookup.
3717
3718 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3719
3720         * MAINTAINERS:
3721         
3722         Updated according to request on desktop-devel.
3723
3724 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3725
3726         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3727
3728         Do not use cairo_rectangle and cairo_clip since we are
3729         not using cairo_fill but cairo_paint. Use the same cairo context
3730         for every page in the same expose event.
3731
3732 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3733
3734         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3735         leak.
3736
3737 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3738
3739         * configure.ac:
3740         * NEWS:
3741
3742         Release 0.9.3
3743
3744 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3745
3746         * libdocument/ev-document-info.h:
3747         * libdocument/ev-document.h:
3748         * shell/ev-page-action.h:
3749         * shell/ev-sidebar-links.h:
3750
3751         Fix a headers problem with ev-link
3752         
3753         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3754         * shell/ev-view-private.h:
3755         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3756         (get_link_area), (ev_view_query_tooltip),
3757         (ev_view_leave_notify_event), (ev_view_destroy),
3758         (ev_view_class_init):
3759
3760         Use new gtk tooltips when available instead of ev-tooltip.
3761         
3762 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3763
3764         * shell/ev-window.c: (update_chrome_visibility),
3765         (ev_window_sidebar_visibility_changed_cb):
3766
3767         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3768         
3769 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3770
3771         * shell/ev-navigation-action.c:
3772         (ev_navigation_action_history_changed),
3773         (ev_navigation_action_set_history):
3774         * shell/ev-navigation-action-widget.c:
3775         (ev_navigation_action_widget_init):
3776         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3777
3778         Fix compile warnings.
3779         
3780 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3781
3782         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3783         (egg_editable_toolbar_dispose):
3784
3785         Fix memory leak.
3786         
3787 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3788
3789         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3790         (screensaver_disable_x11):
3791         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3792         * shell/ev-window.c: (presentation_set_timeout):
3793         * shell/ev-view.c: (ev_view_presentation_transition_start):
3794
3795         Use g_timeout_add_seconds instead of g_timeout_add when
3796         available.
3797         
3798 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3799
3800         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3801
3802         Set horizontal scrollbar policy to AUTOMATIC instead of
3803         NEVER. Workaround for bug #449462.
3804         
3805 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3806
3807         * shell/ev-jobs.c: (ev_job_render_page_ready):
3808
3809         Add page_ready callback to main loop with high priority and hold
3810         a reference to job during idle.
3811         
3812 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3813
3814         * configure.ac:
3815         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3816         (pdf_document_file_exporter_begin),
3817         (pdf_document_file_exporter_do_page),
3818         (pdf_document_file_exporter_get_capabilities):
3819         * libdocument/ev-file-exporter.h:
3820         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3821         * shell/ev-window.c: (ev_window_print_send),
3822         (ev_window_print_dialog_response_cb):
3823
3824         Allow printing multiple pages per sheet. Fixes bug #395573.
3825         
3826 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3827
3828         * shell/ev-view.c: (tip_from_link):
3829         
3830         Check for NULL, fixes bug #460862.
3831
3832 2007-07-29  Christian Persch  <chpe@gnome.org>
3833
3834         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3835         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3836         (ev_window_cmd_preview_print):
3837         
3838         Fixes bug #437681 - blocks while enumerating printers.
3839
3840 2007-07-29  Christian Persch  <chpe@gnome.org>
3841
3842         * shell/ev-window.c: (ev_window_screen_changed):
3843         
3844         Don't use deprecated gtk+ function. See bug #460909.
3845
3846 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3847
3848         * shell/ev-utils.c: (get_num_monitors):
3849         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3850
3851         Do not use display before initializing it. Remove compile
3852         warnings.
3853
3854 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3855
3856         * shell/ev-view.c: (ev_view_class_init):
3857         
3858         Unix-like hjkl bindings added. See bug #458111.
3859
3860 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3861
3862         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3863         * shell/ev-utils.h:
3864         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3865         (ev_view_update_view_size):
3866         * shell/ev-view.h:
3867         * shell/ev-window.c: (ev_window_update_actions),
3868         (setup_view_from_metadata), (ev_window_screen_changed),
3869         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3870         (zoom_control_changed_cb):
3871         * shell/ev-window.h:
3872         
3873         Reorganizes utility functions.
3874
3875 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3876
3877         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3878         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3879         (add_job), (ev_pixbuf_cache_get_surface),
3880         (ev_pixbuf_cache_get_link_mapping),
3881         (ev_pixbuf_cache_get_image_mapping),
3882         (ev_pixbuf_cache_get_form_field_mapping),
3883         (ev_pixbuf_cache_get_text_mapping):
3884         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3885         (notify_page_ready), (ev_job_render_page_ready),
3886         (ev_job_render_run):
3887
3888         Add page_ready signal to notify that page is ready as soon as
3889         possible even if other page elements like links, forms, images or
3890         text mapping are not ready yet.
3891
3892 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3893
3894         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3895         (dvi_document_file_exporter_do_page),
3896         (dvi_document_file_exporter_get_capabilities),
3897         (dvi_document_file_exporter_iface_init):
3898         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3899         (ps_document_file_exporter_do_page),
3900         (ps_document_file_exporter_get_capabilities),
3901         (ps_document_file_exporter_iface_init):
3902         * backend/djvu/djvu-document.c:
3903         (djvu_document_file_exporter_begin),
3904         (djvu_document_file_exporter_end),
3905         (djvu_document_file_exporter_get_capabilities),
3906         (djvu_document_file_exporter_iface_init):
3907         * backend/tiff/tiff-document.c:
3908         (tiff_document_file_exporter_begin),
3909         (tiff_document_file_exporter_get_capabilities),
3910         (tiff_document_document_file_exporter_iface_init):
3911         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3912         (pdf_document_file_exporter_do_page),
3913         (pdf_document_file_exporter_get_capabilities),
3914         (pdf_document_file_exporter_iface_init):
3915         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3916         (ev_file_exporter_get_capabilities):
3917         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3918         (idle_print_handler), (ev_print_job_print):
3919         * shell/ev-jobs.c: (ev_job_print_run):
3920         * shell/ev-window.c: (ev_window_print_send),
3921         (ev_window_print_range):
3922
3923         Use capabilities to know which options should be offered by the
3924         print dialog depending on the document backend.
3925
3926 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3927
3928         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3929
3930         Give priority to forms over text to set the cursor.
3931
3932 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3933
3934         * shell/ev-view-private.h:
3935         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3936         (ev_view_leave_notify_event), (ev_view_finalize),
3937         (ev_view_get_property), (ev_view_class_init):
3938
3939         Use IBEAM cursor for text form fields and NORMAL cursor for read
3940         only fields. Remove unused status attribute.
3941
3942 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3943
3944         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3945
3946         Update region for current selected items also for checkbox
3947         buttons, since they can behave as radio buttons when they are in a
3948         set.
3949
3950 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3951
3952         * configure.ac:
3953         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3954
3955         Get max length of text form fields.
3956
3957 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3958
3959         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3960         * libdocument/ev-form-field.h:
3961         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3962
3963         Fix build with current poppler cvs head.
3964
3965 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3966
3967         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3968         * shell/eggfindbar.c: (egg_find_bar_init):
3969
3970         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3971         deprecation. Fixes bug #455667
3972
3973 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3974
3975         * NEWS:
3976         * configure.ac:
3977         
3978         Update for release 0.9.2
3979
3980 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3981
3982         * shell/ev-view.c: (ev_view_form_field_text_save),
3983         (ev_view_form_field_choice_save):
3984
3985         Fix a crash when closing whith a form widget visible.
3986
3987 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3988
3989         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3990
3991         Update also the region of the current selected button when
3992         clicking on another button if they are radio buttons.
3993
3994 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3995
3996         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3997         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3998         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3999         (ev_pixbuf_cache_get_link_mapping),
4000         (ev_pixbuf_cache_get_image_mapping),
4001         (ev_pixbuf_cache_get_form_field_mapping),
4002         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4003         * shell/ev-view.c: (ev_view_form_field_get_region),
4004         (ev_view_form_field_button_create_widget),
4005         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4006         (job_finished_cb):
4007
4008         Redraw only form field region instead of the whole page when
4009         reloading a page to show changes on the form field.
4010
4011 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4012
4013         * shell/ev-view.c: (ev_view_form_field_choice_save):
4014
4015         Fix selection of first item in list form fields.
4016
4017 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4018
4019         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4020         (ev_pixbuf_cache_reload_page),
4021         (ev_pixbuf_cache_get_form_field_mapping):
4022
4023         Some refactoring to avoid duplicated code.
4024
4025 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4026
4027         * configure.ac:
4028         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4029         (ev_form_field_from_poppler_field),
4030         (pdf_document_forms_get_form_fields),
4031         (pdf_document_forms_form_field_text_get_text),
4032         (pdf_document_forms_form_field_text_set_text),
4033         (pdf_document_forms_form_field_button_set_state),
4034         (pdf_document_forms_form_field_button_get_state),
4035         (pdf_document_forms_form_field_choice_get_item),
4036         (pdf_document_forms_form_field_choice_get_n_items),
4037         (pdf_document_forms_form_field_choice_is_item_selected),
4038         (pdf_document_forms_form_field_choice_select_item),
4039         (pdf_document_forms_form_field_choice_toggle_item),
4040         (pdf_document_forms_form_field_choice_unselect_all),
4041         (pdf_document_forms_form_field_choice_set_text),
4042         (pdf_document_forms_form_field_choice_get_text),
4043         (pdf_document_document_forms_iface_init):
4044         * libdocument/Makefile.am:
4045         * libdocument/ev-form-field.[ch]:
4046         * libdocument/ev-document-forms.[ch]:
4047         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4048         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4049         (add_job), (ev_pixbuf_cache_reload_page),
4050         (ev_pixbuf_cache_get_form_field_mapping):
4051         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4052         * shell/ev-view-private.h:
4053         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4054         (ev_view_handle_cursor_over_xy),
4055         (ev_view_get_form_field_at_location),
4056         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4057         (ev_view_form_field_button_create_widget),
4058         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4059         (ev_view_form_field_text_create_widget),
4060         (ev_view_form_field_choice_save),
4061         (ev_view_form_field_choice_changed),
4062         (ev_view_form_field_choice_create_widget),
4063         (ev_view_handle_form_field), (ev_view_size_allocate),
4064         (ev_view_realize), (draw_end_presentation_page),
4065         (ev_view_button_press_event), (ev_view_remove_all),
4066         (ev_view_motion_notify_event), (ev_view_key_press_event),
4067         (ev_view_enter_notify_event), (highlight_find_results),
4068         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4069         (ev_view_class_init), (page_changed_cb),
4070         (on_adjustment_value_changed), (ev_view_set_presentation),
4071         (merge_selection_region), (ev_view_set_cursor),
4072         (ev_view_reset_presentation_state):
4073         
4074         Merge evince-forms branch.
4075
4076 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4077
4078         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4079
4080         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4081         This script also updates itself from libegg
4082
4083         * cut-n-paste/toolbar-editor/egg*:
4084         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4085         libegg
4086
4087 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4088
4089         * shell/ev-window.c:
4090         
4091         Adds a nice icon to page action during toolbar editing.
4092         See bug #452872.
4093
4094 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4095
4096         * data/evince-toolbar.xml:
4097         * shell/ev-window.c:
4098         
4099         Let user add a presentation and fullscreen icons on toolbar.
4100         See bug #449734.
4101
4102 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4103
4104         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4105
4106         new script to keep in sync with toolbareditor in libegg
4107
4108         * cut-n-paste/toolbar-editor/*: 
4109
4110         Run update-toolbareditor-from-libegg so we are in sync again. 
4111         Fixes bug #452850.
4112         
4113
4114 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4115
4116         * shell/ev-sidebar-links.c: (job_finished_callback):
4117
4118         Do not connect selection changed signal more than once. Fixes bug
4119         #349433.
4120
4121 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4122
4123         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4124
4125         Do not change sidebar chrome flag when pressing F9 key in
4126         presentation mode.
4127
4128 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4129
4130         * backend/pdf/ev-poppler.cc:
4131         (pdf_document_thumbnails_get_dimensions):
4132
4133         Make sure thumbnails width and height is not <= 0. Fixes a crash
4134         with some pdf documents which have really small pages.
4135
4136 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4137
4138         * shell/main.c: (main):
4139
4140         Fixes program description translation issue.
4141         Bug #450148.
4142
4143 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4144
4145         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4146
4147         Do not change current page when returning from black/white mode
4148         in presentation. Fixes bug #415032.
4149
4150 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4151
4152         * NEWS:
4153         * configure.ac:
4154         
4155         Update for release 0.9.1
4156
4157 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4158
4159         * backend/dvi/dvi-document.c:
4160         (dvi_document_finalize),
4161         (dvi_document_file_exporter_format_supported),
4162         (dvi_document_file_exporter_begin),
4163         (dvi_document_file_exporter_do_page),
4164         (dvi_document_file_exporter_end),
4165         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4166         
4167         PDF exporter for dvi documents. Fixes bug #441319.
4168
4169 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4170
4171         * shell/ev-window.c: (ev_window_clear_print_job):
4172
4173         Clear gtk print job when job has finished. Fixes bug #447612.
4174
4175 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4176
4177         * shell/ev-window.c: (ev_window_print_send),
4178         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4179
4180         Add preview button to print dialog. Fixes bug #445419.
4181
4182 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4183
4184         * backend/dvi/Makefile.am:
4185         * backend/dvi/pixbuf-device.[ch]: Removed
4186         * backend/dvi/cairo-device.[ch]: Added
4187         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4188         * backend/dvi/dvi-document.c: (dvi_document_load),
4189         (dvi_document_render), (dvi_document_finalize),
4190         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4191         (dvi_document_do_color_special):
4192         * libdocument/ev-document-misc.[ch]:
4193         (ev_document_misc_pixbuf_from_surface):
4194
4195         Port dvi backend to cairo and fix a problem with colors. 
4196
4197 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4198
4199         * shell/ev-view.c: (draw_one_page):
4200
4201         Draw only visible region.
4202
4203 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4204
4205         * backend/djvu/djvu-document.c: (djvu_document_render):
4206
4207         Fix rotation in djvu backend.
4208
4209 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4210
4211         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4212         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4213         (ev_pixbuf_cache_get_image_mapping),
4214         (ev_pixbuf_cache_get_text_mapping):
4215
4216         Redraw view every time we have a new surface. Fixes bug #443587.
4217
4218 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4219
4220         * libdocument/ev-document.c: (ev_document_info_free):
4221
4222         Fix memory leaks.
4223
4224 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4225
4226         * backend/dvi/dvi-document.c: (dvi_document_render),
4227         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4228         * backend/impress/impress-document.c:
4229         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4230         (impress_document_render), (impress_document_document_iface_init),
4231         (impress_document_thumbnails_get_thumbnail):
4232         * backend/djvu/djvu-document-private.h:
4233         * backend/djvu/djvu-document.c: (djvu_document_render),
4234         (djvu_document_finalize), (djvu_document_document_iface_init),
4235         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4236         * backend/tiff/tiff-document.c: (tiff_document_render),
4237         (tiff_document_render_pixbuf),
4238         (tiff_document_document_iface_init):
4239         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4240         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4241         (pdf_selection_render_selection):
4242         * backend/comics/comics-document.c:
4243         (comics_document_render_pixbuf), (comics_document_render),
4244         (comics_document_document_iface_init):
4245         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4246         (pixbuf_document_document_iface_init):
4247         * libdocument/ev-document-misc.[ch]:
4248         (ev_document_misc_surface_from_pixbuf),
4249         (ev_document_misc_surface_rotate_and_scale):
4250         * libdocument/ev-document.[ch]: (ev_document_render):
4251         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4252         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4253         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4254         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4255         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4256         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4257         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4258         (render_finished_cb), (ev_job_render_run):
4259         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4260         (merge_selection_region):
4261
4262         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4263         and selections.
4264
4265 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4266
4267         * shell/ev-window-title.c: (ev_window_title_update):
4268
4269         Fix memory leak.
4270
4271 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4272
4273         * shell/ev-view.c: (draw_loading_text):
4274
4275         Show loading text centered. Fixes bug #433061
4276
4277 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4278
4279         * shell/ev-sidebar-thumbnails.c:
4280         (ev_sidebar_thumbnails_set_loading_icon):
4281
4282         Remove a mutex in the main thread that blocks the UI in heavy
4283         documents.
4284
4285 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4286
4287         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4288
4289         Set points_set to TRUE so that selections don't disappear after a
4290         zoom change.
4291
4292 2007-06-07  Michael Monreal  <infernux@web.de>
4293
4294         * data/icons/16x16/actions/Makefile.am:
4295         * data/icons/16x16/actions/zoom.svg:
4296         * data/icons/22x22/actions/Makefile.am:
4297         * data/icons/22x22/actions/zoom.svg:
4298         * data/icons/24x24/actions/Makefile.am:
4299         * shell/ev-stock-icons.c:
4300         * shell/ev-stock-icons.h:
4301         * shell/ev-window.c:
4302         
4303         Zoom icon artwork. See bug #444795.
4304
4305 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4306
4307         * shell/ev-metadata-manager.c: Remove extraneous function
4308         (Closes: #444386)
4309
4310 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4311
4312         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4313         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4314         (ev_metadata_manager_set), (ev_metadata_manager_save):
4315         Simplify the timeout, no need for modified anymore
4316
4317 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4318
4319         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4320         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4321         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4322         (ev_metadata_manager_save): Adapted patch from Arjan van de
4323         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4324         time, saves on power (Closes: #443851)
4325
4326 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4327
4328         * configure.ac:
4329         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4330         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4331
4332         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4333
4334 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4335
4336         * shell/ev-window.c: (ev_window_add_history):
4337
4338         Check if history is NULL
4339
4340 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4341
4342         * libdocument/ev-image.c: (ev_image_finalize):
4343         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4344         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4345         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4346         (ev_tmp_uri_unlink):
4347
4348         Add functions to delete temporary files created by evince in a safe
4349         way.
4350
4351         * shell/ev-window.c: (ev_window_clear_local_uri),
4352         (open_xfer_update_progress_callback),
4353         (save_xfer_update_progress_callback), (ev_window_save_remote),
4354         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4355         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4356         (attachment_save_dialog_response_cb),
4357         (ev_attachment_popup_cmd_save_attachment_as):
4358
4359         Allow saving a copy of a document, image or attachment to a remote
4360         location. Fixes bug #440754. 
4361
4362 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4363
4364         * configure.ac:
4365         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4366
4367         Fix build with current poppler from cvs head. 
4368
4369 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4370
4371         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4372
4373         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4374         directory exists.
4375
4376 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4377
4378         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4379         * shell/ev-window.c:
4380
4381         Change sidebar ordering. Fixes bug #439939.
4382
4383 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4384
4385         * backend/comics/Makefile.am:
4386         
4387         Fixes build with --without-libgnome.
4388
4389 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4390         
4391         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4392
4393         Update cursor and tooltip on page change and view scroll. Fixes bug
4394         #439217.
4395
4396 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4397
4398         * NEWS:
4399         * configure.ac:
4400         
4401         Update for release 0.9.0
4402
4403 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4404
4405         * backend/djvu/djvu-document-private.h:
4406         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4407         (djvu_document_finalize),
4408         (djvu_document_file_exporter_format_supported),
4409         (djvu_document_file_exporter_begin),
4410         (djvu_document_file_exporter_do_page),
4411         (djvu_document_file_exporter_end),
4412         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4413         
4414         Implemented printing with djvu. Bug #437998.
4415
4416 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4417
4418         * backend/impress/zip.c:
4419         Add missing ulong definition.
4420
4421         * backend/ps/ps-interpreter.c:
4422         Add missing headers.
4423
4424         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4425
4426 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4427
4428         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4429
4430         Add missing call to parent class dispose method. 
4431
4432 2007-05-12  Ross Burton  <ross@openedhand.com>
4433
4434         * shell/main.c:
4435         Sync keybindings manually when building without libgnome
4436         (#437925).
4437
4438 2007-05-12  Ross Burton  <ross@openedhand.com>
4439
4440         * shell/ev-window.c:
4441         Respect the screen when opening help (#437866).
4442
4443 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4444
4445         * data/evince-ui.xml:
4446         * shell/ev-application.[ch]: (get_print_settings_from_args),
4447         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4448         (ev_application_open_uri_list):
4449         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4450         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4451         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4452         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4453         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4454         (ev_window_dispose):
4455         * shell/main.c: (arguments_parse):
4456
4457         Add print button in preview mode. Fixes bug #396475. 
4458
4459 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4460
4461         * cut-n-paste/zoom-control/ephy-zoom.h:
4462         
4463         Fixes zoom level factors. See bug #408119 for details.
4464
4465 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4466
4467         * backend/comics/comics-document.c: (comics_regex_quote),
4468         (extract_argv):
4469         
4470         Correctly quote symbols. Fixes crash in the bug
4471         #415370.
4472
4473 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4474
4475         * shell/ev-navigation-action-widget.c:
4476         (ev_navigation_action_widget_init),
4477         (ev_navigation_action_widget_class_init),
4478         (ev_navigation_action_widget_button_press_event):
4479         
4480         Connect to button-press event on correct widget. Fixes
4481         bug #431988
4482
4483 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4484
4485         * shell/ev-application.c: (ev_application_open_window),
4486         (ev_application_add_icon_path_for_screen),
4487         (ev_application_open_uri_at_dest):
4488         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4489         * shell/ev-navigation-action.c: (build_menu):
4490         
4491         Add app-specific icons to our icon theme. Fixes bug
4492         #425508.
4493
4494 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4495
4496         * shell/ev-history.c: (ev_history_class_init),
4497         (ev_history_add_link):
4498         * shell/ev-history.h:
4499         * shell/ev-navigation-action.c:
4500         (ev_navigation_action_history_changed),
4501         (ev_navigation_action_set_history), (build_menu),
4502         (ev_navigation_action_finalize):
4503         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4504         
4505         Make navigation action unsensitive instead of showing
4506         menu with unsensitive word. Fixes bug #417392.
4507
4508 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4509
4510         * shell/ev-application.[ch]: (ev_application_shutdown),
4511         (ev_application_get_print_settings),
4512         (ev_application_set_print_settings):
4513         * shell/ev-window.c:
4514
4515         Remember print settings. Fixes bug #349102. 
4516
4517 2007-05-08  Christian Persch  <chpe@gnome.org>
4518
4519         * configure.ac:
4520         * properties/ev-properties-view.c:
4521
4522         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4523         Bug #382438.
4524
4525 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4526
4527         * configure.ac:
4528         * properties/ev-properties-view.c: (ev_regular_paper_size):
4529
4530         Use gtk+ builtin paper list to identify the document's paper size.
4531         Fixes bug #382438. 
4532
4533 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4534
4535         * configure.ac:
4536
4537         Fix build when compiling with thumbnailer and libgnome support. 
4538
4539 2007-05-04  Ross Burton  <ross@openedhand.com>
4540
4541         * configure.ac:
4542         Add --without-libgnome, check for libgnome and libgnomeui
4543         separately, and add them to the symbols as required.
4544
4545         * libdocument/ev-file-helpers.c:
4546         When building without libgnome, use g_get_user_config_dir instead
4547         of gnome_user_dir_get.
4548
4549         * shell/ev-application.c:
4550         When building without libgnome, don't use session management.
4551
4552         * shell/main.c:
4553         When building without libgnome, don't use GnomeProgram or
4554         initialise the authentication manager.
4555
4556         This fixes #328842.
4557
4558 2007-05-04  Ross Burton  <ross@openedhand.com>
4559
4560         * shell/ev-window.c:
4561         Don't use libgnome to open help, instead call Yelp directly.
4562
4563 2007-05-04  Ross Burton  <ross@openedhand.com>
4564
4565         * shell/ev-sidebar-attachments.c:
4566         Don't use libgnome to lookup icons for MIME types, instead copy
4567         code from GTK+ to do it manually.
4568
4569 2007-05-04  Ross Burton  <ross@openedhand.com>
4570
4571         * configure.ac:
4572         Add libxml to the dependencies for SHELL_CORE (#435818).
4573
4574 2007-05-02  Ross Burton  <ross@openedhand.com>
4575
4576         * configure.ac:
4577         * Makefile.am:
4578         Add --disable-thumbnailer (#434825)
4579
4580 2007-05-02  Ross Burton  <ross@openedhand.com>
4581
4582         * shell/ev-window.c:
4583         Add missing includes, fix indentation.
4584
4585         * shell/main.c:
4586         Fix indentation.
4587
4588 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4589
4590         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4591         ev_application_open_uri_at_dest instead of ev_application_open_uri
4592         preventing new document always being opened in a new window even if there
4593         is an empty window.
4594
4595 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4596
4597         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4598         (egg_recent_view_uimanager_finalize):
4599         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4600         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4601         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4602         (ev_pixbuf_cache_dispose):
4603         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4604         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4605         
4606         Add missing chain to parent class methods. Fixes
4607         bug #433128.
4608
4609 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4610
4611         * data/Makefile.am (update-icon-cache): Updates
4612         gtk-update-icon-cache in uninstall-hook.
4613
4614 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4615
4616         * shell/ev-window.c: (ev_window_setup_document),
4617         (ev_window_set_document), (ev_window_load_job_cb):
4618         * shell/ev-view.c: (setup_caches):
4619         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4620
4621         Start rendering pages before any other jobs. 
4622
4623 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4624
4625         * shell/ev-window.c: (ev_window_stop_fullscreen),
4626         (ev_window_stop_presentation):
4627
4628         Update chrome visibility before window unfullscreen. 
4629
4630 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4631
4632         * data/Makefile.am:
4633         * data/evince-ui.xml:
4634         * shell/ev-stock-icons.[ch]:
4635         * shell/ev-application.[ch]: (ev_application_shutdown),
4636         (ev_application_init), (ev_application_get_toolbars_model):
4637         * shell/ev-window.c: (update_chrome_visibility),
4638         (fullscreen_toolbar_setup_item_properties),
4639         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4640         (ev_window_run_presentation), (ev_window_stop_presentation),
4641         (ev_window_run_preview), (ev_window_screen_changed),
4642         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4643         (ev_window_dispose), (ev_window_init):
4644
4645         Make fullscreen toolbar always visible. Do not use egg toolbars for
4646         fullscreen and preview modes since such toolbars are not editables.
4647         Fixes bugs #300278, #338910 and #316188.  
4648
4649 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4650
4651         * shell/ev-application.c:
4652         * shell/ev-job-queue.c:
4653         * shell/ev-metadata-manager.c:
4654         * shell/ev-stock-icons.c:
4655         * shell/ev-window.c:
4656         * shell/main.c:
4657         
4658         Developers documentation updated.
4659
4660 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4661
4662         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4663
4664         Check whether uri is valid before launching it. Fixes bug #427664.
4665
4666 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4667
4668         * shell/ev-window.c:
4669
4670         Change key accelerator for Open a Copy menu entry which is in conflict
4671         with Close. Fixes bug #427321.
4672
4673 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4674
4675         * NEWS:
4676         * configure.ac:
4677         
4678         Update for release 0.8.1
4679
4680 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4681
4682         * shell/ev-window.c: (setup_size_from_metadata):
4683         
4684         Do not make window bigger than screen. Fixes bug 
4685         #388985.
4686
4687 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4688
4689         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4690         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4691
4692         Use default resolution when it's not provided by document. Fixes bug
4693         #408762.
4694
4695 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4696
4697         * configure.ac:
4698         * thumbnailer/Makefile.am:
4699         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4700         * thumbnailer/evince-thumbnailer.schemas.in:
4701         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4702
4703         Add support for ps, eps and compressed documents thumbnails. Do not
4704         ignore size parameter. 
4705
4706 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4707
4708         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4709         (dvi_document_do_color_special):
4710         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4711
4712         Implement font color specials in the DVI backend. Fixes bug #303651.
4713
4714 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4715
4716         Fixup the previous commit:
4717
4718         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4719         * shell/xdg-user-dir-lookup.c: Make the function non-static
4720         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4721
4722 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4723
4724         * shell/ev-window.c (file_open_dialog_response_cb): Use
4725         the xdg-user-dirs DOCUMENTS folder as default folder when
4726         opening a file chooser.  (#424858)
4727
4728         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4729         xdg-user-dirs.
4730
4731 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4732
4733         * shell/ev-window.c: (ev_window_load_job_cb):
4734
4735         Do not setup view from metadata on preview mode. 
4736
4737 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4738
4739         * shell/main.c:
4740
4741         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4742
4743 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4744
4745         * shell/ev-view.c: (ev_view_primary_get_cb):
4746
4747         Check pointer != NULL before using it. Fixes bug #416841. 
4748
4749 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4750
4751         * NEWS:
4752         * configure.ac:
4753         
4754         Release 0.8.0
4755
4756 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4757
4758         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4759
4760         Do not render thumbnails when sidebar thumbnail page is not visible
4761         at startup. Fixes bug #416447. 
4762
4763 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4764
4765         * data/evince.desktop.in.in:
4766
4767         "Application" is not a valid category in the freedesktop specification.
4768
4769 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4770
4771         * libdocument/ev-file-helpers.[ch]: (compression_run),
4772         (ev_file_uncompress), (ev_file_compress):
4773         * shell/ev-window.c: (file_save_dialog_response_cb):
4774
4775         Save document compressed when saving a copy of a compressed document.
4776         Fixes bug #334542.
4777
4778 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4779
4780         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4781
4782         Allow deleting in goto window entry in presentation mode. 
4783
4784 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4785
4786         * Makefile.am: Dist MAINTAINERS.
4787
4788 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4789
4790         * shell/ev-window.c: (ev_window_update_actions):
4791
4792         Fix zoom shortcut keys when searching. Fixes bug #409828.
4793
4794 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4795
4796         * shell/ev-window.c: (ev_window_setup_document):
4797
4798         Fix crash when loading documents with only one page. 
4799
4800 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4801
4802         * backend/dvi/dvi-document.c:
4803         (dvi_document_thumbnails_get_dimensions),
4804         (dvi_document_thumbnails_get_thumbnail):
4805         * backend/impress/impress-document.c:
4806         (impress_document_thumbnails_get_thumbnail),
4807         (impress_document_thumbnails_get_dimensions):
4808         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4809         (ps_document_thumbnails_get_dimensions):
4810         * backend/djvu/djvu-document.c:
4811         (djvu_document_thumbnails_get_dimensions),
4812         (djvu_document_thumbnails_get_thumbnail):
4813         * backend/tiff/tiff-document.c:
4814         (tiff_document_thumbnails_get_thumbnail),
4815         (tiff_document_thumbnails_get_dimensions):
4816         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4817         (pdf_document_thumbnails_get_thumbnail),
4818         (pdf_document_thumbnails_get_dimensions):
4819         * backend/comics/comics-document.c:
4820         (comics_document_thumbnails_get_thumbnail),
4821         (comics_document_thumbnails_get_dimensions):
4822         * backend/pixbuf/pixbuf-document.c:
4823         (pixbuf_document_thumbnails_get_thumbnail),
4824         (pixbuf_document_thumbnails_get_dimensions):
4825         * libdocument/ev-document-thumbnails.[ch]:
4826         (ev_document_thumbnails_get_thumbnail),
4827         (ev_document_thumbnails_get_dimensions):
4828         * libdocument/ev-document-misc.[ch]:
4829         (ev_document_misc_get_thumbnail_frame):
4830         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4831         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4832         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4833         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4834         (ev_sidebar_thumbnails_refresh):
4835         * shell/ev-window.c: (ev_window_setup_document):
4836         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4837
4838         Use an EvRenderContext for rendering thumbnails instead of a suggested
4839         width, so that different sized pages get sized proportionally.
4840
4841 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4842
4843         * shell/ev-view.c: (ev_view_button_press_event),
4844         (ev_view_key_press_event):
4845
4846         Fix critical warnings when there is no document loaded. 
4847
4848 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4849
4850         * shell/ev-page-action-widget.c:
4851         * shell/ev-navigation-action.c:
4852         * shell/ev-window.c:
4853
4854         Fix compile warnings. 
4855
4856 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4857
4858         * backend/djvu/djvu-text.h:
4859         * backend/djvu/djvu-document.c:
4860         * backend/djvu/djvu-text-page.c:
4861         * backend/djvu/djvu-links.c:
4862         * backend/djvu/djvu-text-page.h:
4863         * backend/djvu/djvu-text.c:
4864         
4865         Fix build on Mac. Fixes bug #392186. Patch by
4866         <ephraim_owns@hotmail.com>
4867
4868 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4869
4870         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4871
4872         Restore cairo context before rendering every page when printing a PDF
4873         document into a PDF file. 
4874
4875 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4876
4877         * backend/ps/gstypes.h:
4878         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4879         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4880         (ps_document_thumbnails_get_thumbnail):
4881
4882         Handle PostScript page orientation. Fixes bug #318568.
4883
4884 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4885
4886         * backend/ps/Makefile.am:
4887         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4888         (document_load), (ps_document_load), (save_document),
4889         (save_page_list), (ps_document_get_n_pages),
4890         (ps_document_get_page_size), (ps_document_get_info),
4891         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4892         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4893         (ps_document_thumbnails_get_thumbnail),
4894         (ps_document_thumbnails_get_dimensions),
4895         (ps_document_document_thumbnails_iface_init):
4896         * backend/ps/ps.[ch]: (psgetpagebox):
4897         * backend/ps/ps-interpreter.[ch]:
4898
4899         Add support for thumbnails in ps backend. Fixes bug #164755. 
4900
4901 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4902
4903         * NEWS:
4904         * configure.ac:
4905         
4906         Release 0.7.2
4907
4908 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4909
4910         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4911         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4912         (ev_window_dispose):
4913
4914         Use document thumbnail as window icon. Fixes bug #384442.
4915
4916 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4917
4918         * configure.ac:
4919
4920         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4921         duplicated adding application/x-bzpostscript instead. 
4922
4923 2007-02-11  Tom Parker  <palfrey@tevp.net>
4924
4925         * backend/ps/ps-document.c: (document_load):
4926
4927         Check return value of psscan before trying
4928         to use it. Fixes bug #372414.
4929
4930 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4931
4932         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4933
4934         Fix invalid free in ev-page-cache. Fixes bug #404745.
4935
4936 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4937
4938         * test/Makefile.am:
4939         * test/test3.py:
4940         
4941         Added reload test case.
4942
4943 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4944
4945         * po/POTFILES.in:
4946         * backend/djvu/djvu-document.c: (djvu_document_load):
4947
4948         Check whether there are missing files in indirect multipage djvu
4949         documents. Fixes bug #361683. 
4950
4951 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4952
4953         * test/Makefile.am:
4954         * test/test-mime.bin:
4955         * test/test3.py:
4956         
4957         Added test for slow mime type
4958
4959 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4960
4961         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4962
4963         Add some checks and call parent_class->finalize. Fixes bug #404745.
4964
4965 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4966
4967         * shell/ev-navigation-action.c: (connect_proxy):
4968         
4969         Fixes dropdown history menu. Thanks a lot Carlos!
4970
4971 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4972
4973         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4974
4975         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4976         bug #373715.
4977
4978 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4979
4980         * backend/ps/ps.c: (psscan):
4981
4982         Fix memory leak. 
4983
4984 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4985
4986         * configure.ac:
4987         * libdocument/ev-file-helpers.c: 
4988
4989         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4990
4991 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4992
4993         * configure.ac:
4994         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4995         (ps_interpreter_start), (document_load), (save_document),
4996         (save_page_list):
4997         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4998         * libdocument/ev-document-factory.c:
4999         (ev_document_factory_get_from_mime), (get_document_from_uri),
5000         (free_uncompressed_uri), (ev_document_factory_get_document):
5001         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5002
5003         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5004
5005 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5006
5007         * libdocument/ev-document.h:
5008
5009         Fix typo in function name. 
5010
5011 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5012
5013         * backend/ps/ps-document.c: (ps_interpreter_finished),
5014         (ps_interpreter_start), (ps_interpreter_failed):
5015
5016         Handle ghostscript interpreter crashes. 
5017
5018 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5019
5020         * shell/ev-window.c: (ev_window_open_uri),
5021         (window_configure_event_cb):
5022
5023         Setup window size and position before showing it. Fixes bug #401711.
5024
5025 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5026
5027         * backend/ps/Makefile.am:
5028         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5029         (ps_document_dispose), (ps_document_class_init),
5030         (ps_interpreter_input), (ps_interpreter_output),
5031         (ps_interpreter_error), (setup_interpreter_env),
5032         (ps_interpreter_start), (ps_interpreter_stop),
5033         (ps_interpreter_failed), (ps_interpreter_is_ready),
5034         (check_filecompressed), (document_load), (ps_document_load),
5035         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5036         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5037         (render_page):
5038
5039         Rework ps-document. Code cleanups, remove deprecated code. 
5040
5041 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5042
5043         * shell/ev-view.c: (ev_view_button_press_event):
5044
5045         Do not start an image drag and drop operation when pointer is on 
5046         text, so that we can select text when the whole background is an
5047         image. 
5048
5049 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5050
5051         * shell/ev-window.c: (ev_window_update_actions): 
5052
5053         Disable all zoom related actions during presentation mode. 
5054
5055 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5056
5057         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5058
5059         Do not zoom in or out on presentation mode. Fixes bug #401305.
5060
5061 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5062
5063         * shell/ev-navigation-action.c: (connect_proxy),
5064         (create_menu_item), (ev_navigation_action_class_init):
5065         
5066         Correctly show menu and fix crash when navigaton 
5067         action is out of toolbar visible area.
5068
5069 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5070
5071         * data/Makefile.am:
5072         * data/evince.1:
5073         
5074         Added man file
5075
5076 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5077
5078         * help/reference/* :
5079         * configure.ac:
5080         
5081         Added gtk-doc based documentation for Evince.
5082         Still in initial state but I hope it will
5083         grow.
5084         
5085         * configure.ac:
5086         
5087         Lower dbus requirement to 0.70
5088
5089 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5090
5091         * shell/ev-window.c: (ev_window_add_history):
5092
5093         Fix memory leak. 
5094
5095 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5096
5097         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5098         * shell/ev-view.h:
5099         * shell/ev-window.c: (ev_window_add_history):
5100         
5101         Correctly handle named destination links
5102
5103 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5104
5105         * NOTES:
5106         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5107         * backend/pdf/ev-poppler.cc:
5108         * libdocument/ev-document-links.h:
5109         * libdocument/ev-link.c: (ev_link_get_page):
5110         * libdocument/ev-link.h:
5111         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5112         (ev_history_add_link):
5113         * shell/ev-history.h:
5114         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5115         (new_history_menu_item), (build_menu):
5116         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5117         * shell/ev-sidebar-links.c: (create_loading_model),
5118         (print_section_cb), (ev_sidebar_links_construct),
5119         (fill_page_labels), (update_page_callback_foreach),
5120         (update_page_callback), (job_finished_callback):
5121         * shell/ev-view.c: (ev_view_handle_link):
5122         * shell/ev-window.c: (ev_window_find_chapter),
5123         (ev_window_add_history), (view_handle_link_cb),
5124         (history_changed_cb):
5125         
5126         Implements another history variant
5127
5128 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5129
5130         * shell/ev-window.c: (view_external_link_cb):
5131         * shell/ev-view.c: (ev_view_button_release_event):
5132
5133         Open links in new window when clicking with middle button. 
5134
5135 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5136
5137         * shell/ev-navigation-action.c: (new_history_menu_item):
5138         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5139         * shell/ev-view.c: (ev_view_handle_link):
5140         * shell/ev-window.c:
5141         
5142         Store link before jump, not the destination. For me it 
5143         seems like more natural history behavior.
5144
5145 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5146
5147         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5148         (ev_navigation_action_class_init):
5149         * shell/ev-navigation-action.h:
5150         * shell/ev-page-action.c: (activate_cb):
5151         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5152         (ev_page_cache_set_current_page_history):
5153         * shell/ev-page-cache.h:
5154         * shell/ev-sidebar-thumbnails.c:
5155         (ev_sidebar_tree_selection_changed),
5156         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5157         * shell/ev-view-private.h:
5158         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5159         * shell/ev-view.h:
5160         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5161         (ev_window_setup_document), (ev_window_load_job_cb):
5162         * shell/ev-window.h:
5163         
5164         History finally works as expected.
5165
5166 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5167
5168         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5169
5170         Do not update links treeview if it doesn't have a model assigned yet. 
5171
5172 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5173
5174         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5175         (ev_sidebar_links_class_init), (update_page_callback):
5176
5177         Do not update links treeview when sidepane is not visible. 
5178
5179 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5180
5181         * shell/ev-marshal.list:
5182         * shell/ev-page-action.c: (activate_cb),
5183         (ev_page_action_class_init):
5184         * shell/ev-page-action.h:
5185         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5186         * shell/ev-window.c:
5187         
5188         Remove activate_link signal, not required.
5189
5190 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5191
5192         * shell/ev-navigation-action.c: (build_menu):
5193         
5194         Reorder menu items and build menu with fixed length.
5195
5196 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5197
5198         * shell/ev-view.c: (get_selected_text):
5199         
5200         Normalize text to fix ligatures problem. See bug
5201         #341947 for details.
5202
5203 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5204
5205         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5206
5207         Fix memory leak in ev-page-cache. 
5208
5209 2007-01-25  Tom Parker <palfrey@tevp.net>
5210
5211         * backend/impress/impress-document.c: (impress_document_load),
5212         (impress_document_finalize), (impress_document_init):
5213         * properties/ev-properties-main.c: (ev_properties_get_pages):
5214         
5215         Correctly handle impress document errors. Fixes nautilus
5216         crash in property page #370491.
5217
5218 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5219
5220         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5221         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5222         (ev_job_queue_remove_job):
5223         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5224         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5225         (ev_job_load_run):
5226         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5227         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5228         (ev_window_load_job_cb), (xfer_update_progress_callback),
5229         (ev_window_open_uri), (ev_window_dispose):
5230         * shell/main.c: (main):
5231
5232         Do file transfer asynchronously in the main thread instead of
5233         synchronously in the load thread. Fixes bugs #399694, #398307 and
5234         #343542.
5235
5236 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5237
5238         * shell/ev-jobs.c: (ev_job_xfer_run):
5239
5240         Load the document with the font-config lock held. 
5241
5242 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5243
5244         * backend/ps/ps-document.c: (start_interpreter):
5245
5246         Fix memory leaks in ps backend. 
5247
5248 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5249
5250         * backend/impress/impress-document.c:
5251         (impress_document_render_pixbuf):
5252
5253         Do not acquire fontconfig lock in impress backend, since it is using
5254         the main loop for rendering. 
5255
5256 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5257
5258         * po/POTFILES.in: 
5259
5260         Remove mdvi files that shouldn't be translated. 
5261
5262 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5263
5264         * shell/ev-view-private.h:
5265         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5266         (ev_view_set_zoom):
5267
5268         Render "loading..." text into a cairo surface instead of directly into
5269         the window so that fontconfig lock is only needed once and UI is not
5270         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5271
5272 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5273
5274         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5275         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5276
5277         Use icon theme associated with the window screen rather than default. 
5278
5279 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5280
5281         * configure.ac:
5282
5283         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5284
5285 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5286
5287         * data/icons/*/apps/evince.*:
5288
5289         Move Evince icons under new apps directory.
5290
5291         * data/icons/*/actions/*:
5292
5293         Add new custom themeable Evince icons: view-page-continuous, 
5294         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5295         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5296
5297         * configure.ac:
5298
5299         Add new directories to AC_CONFIG_FILES.
5300
5301         * shell/ev-stock-icons.c:
5302         * shell/ev-stock-icons.h:
5303
5304         Use new custom themeable icons.
5305
5306 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5307
5308         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5309
5310         Do not draw white background page in presentation mode. 
5311
5312 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5313
5314         * shell/ev-view.c: Remove unused gnome-vfs include.
5315
5316 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5317
5318         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5319         
5320         Format string is corrected, fixes bug #397129.
5321
5322 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5323
5324         * shell/ev-window.c: (ev_window_setup_recent):
5325
5326         Do not include in recent menu inexistent documents. Fixes
5327         bug #339171.
5328
5329 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5330
5331         * po/POTFILES.skip: 
5332
5333         Update POTFILES.skip file according to current source tree. 
5334
5335 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5336
5337         * shell/ev-window.c: (file_save_dialog_response_cb):
5338
5339         Do Save a copy in atomic way. Fixes bug #328266. 
5340
5341 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5342
5343         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5344
5345         Keep selected cell always visible in index treeview.
5346
5347 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5348         
5349         * shell/ev-view.c: (ev_view_size_allocate):
5350
5351         Restore horizontal scrollbar after switching to/from fullscreen
5352         or presentation mode. Fixes bug #331728.
5353
5354 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5355
5356         * shell/ev-view-private.h:
5357         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5358         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5359         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5360         (ev_view_can_zoom_out):
5361
5362         Use max and min scale values in the view iby taking dpi into account. 
5363
5364 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5365
5366         * configure.ac:
5367         * NEWS:
5368
5369         Release 0.7.1
5370
5371 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5372
5373         * shell/ev-window.c: (ev_window_print_send):
5374
5375         Send print job to printer with some settings set to default values,
5376         since we have already exported to a file according to such settings
5377         and they could be taken twice by some printers. 
5378
5379 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5380
5381         * shell/ev-jobs.c: (ev_job_xfer_run):
5382         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5383
5384         Show main window and load document with the font-config lock held. 
5385
5386 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5387
5388         * configure.ac:
5389         * shell/ev-application.c: (ev_application_register_service):
5390         * shell/main.c: (load_files_remote):
5391
5392         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5393
5394 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5395
5396         * doc/debugging.txt:
5397         
5398         Remove obsolete documentation.
5399
5400 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5401
5402         * Makefile.am:
5403         * backend/Makefile.am:
5404         * backend/comics/Makefile.am:
5405         * backend/djvu/Makefile.am:
5406         * backend/dvi/Makefile.am:
5407         * backend/ev-async-renderer.c:
5408         * backend/ev-async-renderer.h:
5409         * backend/ev-attachment.c:
5410         * backend/ev-attachment.h:
5411         * backend/ev-backend-marshal.c:
5412         * backend/ev-document-factory.c:
5413         * backend/ev-document-factory.h:
5414         * backend/ev-document-find.c:
5415         * backend/ev-document-find.h:
5416         * backend/ev-document-fonts.c:
5417         * backend/ev-document-fonts.h:
5418         * backend/ev-document-images.c:
5419         * backend/ev-document-images.h:
5420         * backend/ev-document-info.h:
5421         * backend/ev-document-links.c:
5422         * backend/ev-document-links.h:
5423         * backend/ev-document-misc.c:
5424         * backend/ev-document-misc.h:
5425         * backend/ev-document-security.c:
5426         * backend/ev-document-security.h:
5427         * backend/ev-document-thumbnails.c:
5428         * backend/ev-document-thumbnails.h:
5429         * backend/ev-document-transition.c:
5430         * backend/ev-document-transition.h:
5431         * backend/ev-document.c:
5432         * backend/ev-document.h:
5433         * backend/ev-file-exporter.c:
5434         * backend/ev-file-exporter.h:
5435         * backend/ev-image.c:
5436         * backend/ev-image.h:
5437         * backend/ev-link-action.c:
5438         * backend/ev-link-action.h:
5439         * backend/ev-link-dest.c:
5440         * backend/ev-link-dest.h:
5441         * backend/ev-link.c:
5442         * backend/ev-link.h:
5443         * backend/ev-render-context.c:
5444         * backend/ev-render-context.h:
5445         * backend/ev-selection.c:
5446         * backend/ev-selection.h:
5447         * backend/impress/Makefile.am:
5448         * backend/pdf/Makefile.am:
5449         * backend/pixbuf/Makefile.am:
5450         * backend/ps/Makefile.am:
5451         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5452         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5453         (start_interpreter), (stop_interpreter), (document_load),
5454         (ps_document_next_page), (render_page):
5455         * backend/tiff/Makefile.am:
5456         * comics/Makefile.am:
5457         * comics/comics-document.c:
5458         * comics/comics-document.h:
5459         * configure.ac:
5460         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5461         * djvu/Makefile.am:
5462         * djvu/djvu-document-private.h:
5463         * djvu/djvu-document.c:
5464         * djvu/djvu-document.h:
5465         * djvu/djvu-links.c:
5466         * djvu/djvu-links.h:
5467         * djvu/djvu-text-page.c:
5468         * djvu/djvu-text-page.h:
5469         * djvu/djvu-text.c:
5470         * djvu/djvu-text.h:
5471         * dvi/Makefile.am:
5472         * dvi/dvi-document.c:
5473         * dvi/dvi-document.h:
5474         * dvi/fonts.c:
5475         * dvi/fonts.h:
5476         * dvi/mdvi-lib/Makefile.am:
5477         * dvi/mdvi-lib/afmparse.c:
5478         * dvi/mdvi-lib/afmparse.h:
5479         * dvi/mdvi-lib/bitmap.c:
5480         * dvi/mdvi-lib/bitmap.h:
5481         * dvi/mdvi-lib/color.c:
5482         * dvi/mdvi-lib/color.h:
5483         * dvi/mdvi-lib/common.c:
5484         * dvi/mdvi-lib/common.h:
5485         * dvi/mdvi-lib/defaults.h:
5486         * dvi/mdvi-lib/dvimisc.c:
5487         * dvi/mdvi-lib/dviopcodes.h:
5488         * dvi/mdvi-lib/dviread.c:
5489         * dvi/mdvi-lib/files.c:
5490         * dvi/mdvi-lib/font.c:
5491         * dvi/mdvi-lib/fontmap.c:
5492         * dvi/mdvi-lib/fontmap.h:
5493         * dvi/mdvi-lib/fontsrch.c:
5494         * dvi/mdvi-lib/gf.c:
5495         * dvi/mdvi-lib/hash.c:
5496         * dvi/mdvi-lib/hash.h:
5497         * dvi/mdvi-lib/list.c:
5498         * dvi/mdvi-lib/mdvi.h:
5499         * dvi/mdvi-lib/pagesel.c:
5500         * dvi/mdvi-lib/paper.c:
5501         * dvi/mdvi-lib/paper.h:
5502         * dvi/mdvi-lib/pk.c:
5503         * dvi/mdvi-lib/private.h:
5504         * dvi/mdvi-lib/setup.c:
5505         * dvi/mdvi-lib/sp-epsf.c:
5506         * dvi/mdvi-lib/special.c:
5507         * dvi/mdvi-lib/sysdeps.h:
5508         * dvi/mdvi-lib/t1.c:
5509         * dvi/mdvi-lib/tfm.c:
5510         * dvi/mdvi-lib/tfmfile.c:
5511         * dvi/mdvi-lib/tt.c:
5512         * dvi/mdvi-lib/util.c:
5513         * dvi/mdvi-lib/vf.c:
5514         * dvi/pixbuf-device.c:
5515         * dvi/pixbuf-device.h:
5516         * impress/Makefile.am:
5517         * impress/common.h:
5518         * impress/document.c:
5519         * impress/f_oasis.c:
5520         * impress/f_oo13.c:
5521         * impress/iksemel.c:
5522         * impress/iksemel.h:
5523         * impress/imposter.h:
5524         * impress/impress-document.c:
5525         * impress/impress-document.h:
5526         * impress/internal.h:
5527         * impress/r_back.c:
5528         * impress/r_draw.c:
5529         * impress/r_geometry.c:
5530         * impress/r_gradient.c:
5531         * impress/r_style.c:
5532         * impress/r_text.c:
5533         * impress/render.c:
5534         * impress/render.h:
5535         * impress/zip.c:
5536         * impress/zip.h:
5537         * lib/Makefile.am:
5538         * lib/ev-debug.c:
5539         * lib/ev-debug.h:
5540         * lib/ev-file-helpers.c:
5541         * lib/ev-file-helpers.h:
5542         * lib/ev-gui.c:
5543         * lib/ev-gui.h:
5544         * lib/ev-tooltip.c:
5545         * lib/ev-tooltip.h:
5546         * libdocument/Makefile.am:
5547         * libdocument/ev-file-helpers.c:
5548         * pdf/Makefile.am:
5549         * pdf/ev-poppler.cc:
5550         * pdf/ev-poppler.h:
5551         * pixbuf/Makefile.am:
5552         * pixbuf/pixbuf-document.c:
5553         * pixbuf/pixbuf-document.h:
5554         * properties/Makefile.am:
5555         * ps/Makefile.am:
5556         * ps/gsdefaults.c:
5557         * ps/gsdefaults.h:
5558         * ps/gsio.c:
5559         * ps/gsio.h:
5560         * ps/gstypes.h:
5561         * ps/ps-document.c:
5562         * ps/ps-document.h:
5563         * ps/ps.c:
5564         * ps/ps.h:
5565         * shell/Makefile.am:
5566         * shell/ev-application.h:
5567         * shell/ev-sidebar-links.c:
5568         * shell/ev-sidebar-links.h:
5569         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5570         (ev_gui_menu_position_tree_selection):
5571         * shell/ev-utils.h:
5572         * shell/ev-view.c: (ev_view_finalize):
5573         * shell/ev-window.c:
5574         * shell/main.c: (main):
5575         * thumbnailer/Makefile.am:
5576         * tiff/Makefile.am:
5577         * tiff/tiff-document.c:
5578         * tiff/tiff-document.h:
5579         * tiff/tiff2ps.c:
5580         * tiff/tiff2ps.h:
5581         
5582         Reorganize source tree.
5583
5584 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5585
5586         * backend/ev-document-factory.c:
5587
5588         Do not include ev-poppler.h when pdf is disabled. 
5589
5590 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5591
5592         * configure.ac:
5593         * data/evince-ui.xml:
5594         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5595         (pdf_document_document_images_iface_init):
5596         * backend/Makefile.am:
5597         * backend/ev-document-images.[ch]:
5598         * backend/ev-image.[ch]:
5599         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5600         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5601         (ev_job_xfer_run):
5602         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5603         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5604         (ev_pixbuf_cache_get_image_mapping):
5605         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5606         (view_menu_popup_cb), (ev_window_dispose),
5607         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5608         (ev_view_popup_cmd_copy_image):
5609         * shell/ev-view-private.h:
5610         * shell/ev-view.c: (ev_view_get_image_at_location),
5611         (ev_view_do_popup_menu), (ev_view_popup_menu),
5612         (ev_view_button_press_event), (ev_view_drag_data_get),
5613         (ev_view_drag_motion), (ev_view_drag_data_received),
5614         (ev_view_motion_notify_event), (ev_view_button_release_event),
5615         (ev_view_finalize), (ev_view_class_init):
5616
5617         Add image handling support. Fixes bugs #310008 and #325047. Images
5618         selection is not supported yet. 
5619
5620 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5621
5622         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5623         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5624         (ev_view_init):
5625
5626         Move view drag and drop stuff to ev-view.
5627
5628 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5629
5630         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5631         * shell/ev-view.c: (clear_selection): 
5632
5633         Clear selection also in pixbuf cache.
5634
5635 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5636
5637         * data/evince.desktop.in.in:
5638         
5639         Change icon name in desktop file. See bug #390734
5640         for details.
5641
5642 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5643
5644         * thumbnailer/Makefile.am:
5645
5646         Use top_builddir instead top_srcdir for generated schema
5647         file installation. Fixes bug #390161.
5648
5649 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5650
5651         * configure.ac:
5652         * backend/Makefile.am:
5653         * backend/ev-document-transition.[ch]:
5654         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5655         (pdf_document_page_transition_iface_init):
5656         * shell/ev-view-private.h:
5657         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5658         (ev_view_set_presentation), (transition_next_page),
5659         (ev_view_presentation_transition_stop),
5660         (ev_view_presentation_transition_start), (ev_view_next_page):
5661
5662         Add page transition support in presentation mode. At the moment only
5663         page duration is supported, but not transition effects. Fixes bug
5664         #309815.
5665
5666 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5667
5668         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5669
5670         Run find_link_dest with document lock held, since it's called by links
5671         thread and main thread at the same time. 
5672
5673 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5674
5675         * shell/ev-view.c: (goto_dest):
5676
5677         Update page-cache when page is changed by the view, so that
5678         page-changed signal is emitted. 
5679
5680 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5681
5682         * test/test1.py:
5683         * test/test2.py:
5684
5685         Use C locale in tests. 
5686
5687 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5688
5689         * shell/ev-window.c: (ev_window_run_presentation):
5690         * shell/ev-view-private.h:
5691         * shell/ev-view.c: (ev_view_set_presentation):
5692
5693         Restore zoom settings when back from presentation mode. 
5694
5695 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5696
5697         * shell/ev-window.c: (ev_window_run_presentation):
5698
5699         Always use "best fit" zoom in presentation mode.
5700         Fixes bug #389195.
5701
5702 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5703
5704         * shell/ev-view.c: (ev_view_goto_window_create):
5705
5706         Show "Jump to page" label in the page jumping popup in
5707         presentation mode instead of just a GtkEntry.
5708
5709 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5710
5711         * shell/ev-window.c: (launch_external_uri):
5712
5713         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5714         #378085.
5715
5716 2006-12-22  Elijah Newren  <newren gmail com>
5717
5718         * configure.ac: explicitly check for libxml2.  Fixes #388795
5719
5720 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5721
5722         * shell/ev-view-private.h:
5723         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5724         (ev_view_goto_window_delete_event), (key_is_numeric),
5725         (ev_view_goto_window_key_press_event),
5726         (ev_view_goto_window_button_press_event),
5727         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5728         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5729         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5730
5731         Allow jumping to another page by typing a page number in presentation
5732         mode. It uses a popup window with an entry. Fixes bug #353625.
5733
5734 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5735
5736         * configure.ac:
5737         * properties/ev-properties-view.c: (ev_get_default_user_units),
5738         (ev_regular_paper_size):
5739         
5740         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5741         to Damien Carbery <damien.carbery@sun.com> and
5742         Yevgen Muntyan <muntyan@tamu.edu>.
5743
5744 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5745
5746         * shell/ev-window.c: (setup_document_from_metadata):
5747
5748         Make sure Evince doesn't restore the view on the last
5749         page when a document is reopened. Fixes bug #383381.
5750
5751 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5752
5753         * shell/ev-view.c: (draw_loading_text):
5754
5755         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5756
5757 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5758
5759         * configure.ac:
5760         * NEWS:
5761
5762         Release 0.7.0
5763
5764 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5765
5766         * configure.ac:
5767         * pdf/ev-poppler.cc: (pdf_print_context_free),
5768         (pdf_document_file_exporter_begin),
5769         (pdf_document_file_exporter_do_page):
5770
5771         Make cairo-pdf depedency optional. 
5772
5773 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5774
5775         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5776
5777         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5778
5779 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5780
5781         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5782         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5783         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5784         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5785         * shell/ev-view.c: (draw_loading_text):
5786         * shell/ev-window.c: (ev_window_cmd_file_properties):
5787
5788         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5789         related to using FontConfig from different threads.
5790         
5791 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5792
5793         * shell/ev-view.c: (draw_loading_text):
5794
5795         Acquire lock document when drawing "Loading..." text so that only one
5796         thread will use FontConfig at the same time. Fixes bug #374750.
5797
5798 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5799
5800         * shell/ev-page-action.[ch]: (activate_cb):
5801         * shell/ev-window.c: (activate_label_cb):
5802
5803         Check if text inserted in page entry is a valid page number when it
5804         doesn't match to any document page label. Fixes bug #383165.
5805
5806 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5807         * shell/ev-window.c:
5808
5809         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5810         available with GTK < 2.10. Added an ifdef to avoid compilation
5811         error.
5812
5813 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5814
5815         * configure.ac:
5816         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5817
5818         Fix ps backend in multihead systems.
5819
5820 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5821
5822         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5823         * shell/ev-window.c: (ev_window_get_screen_dpi),
5824         (ev_window_update_actions), (setup_view_from_metadata),
5825         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5826
5827         Take screen DPI into account when zooming. Fixes bug #318285.
5828
5829 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5830
5831         * data/Makefile.am:
5832
5833         Cleaned up/slightly refactored Makefile.am. Added GConf
5834         schemas uninstallation as well.
5835
5836 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5837
5838         * Makefile.am:
5839         * test/Makefile.am:
5840
5841         Fight with autotools to fix make check. Make distcheck
5842         works fine as well now!
5843
5844 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5845
5846         * shell/ev-view.c: (draw_end_presentation_page):
5847
5848         Corrected "end of presentation" string.
5849
5850 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5851
5852         * shell/ev-view.c: (ev_view_key_press_event):
5853
5854         Correctly propagate key press event so that up/down keys
5855         work as expected (correct behaviour was broken by
5856         black/white screen key bindings for presentations).
5857
5858 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5859
5860         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5861         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5862         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5863         (pdf_selection_get_selection_region),
5864         (pdf_selection_get_selection_map):
5865
5866         Add "static" to some private functions. 
5867
5868 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5869
5870         * lib/ev-tooltip.h:
5871         * properties/ev-properties-view.h:
5872         * shell/ev-jobs.h:
5873         * shell/ev-properties-dialog.h:
5874         * shell/ev-properties-fonts.h:
5875         * shell/ev-sidebar-links.h:
5876         * shell/ev-sidebar-thumbnails.h:
5877         * shell/ev-sidebar.h:
5878         * shell/ev-window.h:
5879         
5880         Fixes CHACK type in class casts. See bug #385343
5881         for details.
5882
5883 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5884
5885         * shell/ev-view-private.h:
5886         * shell/ev-view.c: (draw_end_presentation_page),
5887         (ev_view_expose_event), (ev_view_key_press_event),
5888         (ev_view_class_init), (ev_view_init):
5889
5890         Blank screen in presentation mode when pressing 'b' (filling with
5891         black) or 'w' (filling with white) keys. Fixes bug #358132.
5892
5893 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5894
5895         * data/evince-toolbar.xml:
5896         * shell/ev-window.c:
5897         
5898         Use stock icon for Select All action. Fixes
5899         bug #382652.
5900
5901 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5902
5903         * shell/ev-view.c: (get_doc_point_from_offset),
5904         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5905
5906         Add links support in rotated documents. Fixes bug #343733.
5907
5908 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5909
5910         * shell/ev-view-private.h:
5911         * shell/ev-view.c: (draw_end_presentation_page),
5912         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5913
5914         Show a blank page after the last page in presentation mode with a
5915         message indicating that presentation has finished and how to exit. 
5916
5917 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5918
5919         * shell/ev-window.c: (fullscreen_timeout_cb):
5920
5921         Hide cursor after a while in presentation mode. 
5922
5923 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5924
5925         * backend/ev-document-info.h:
5926         * data/evince-properties.glade:
5927         * pdf/ev-poppler.cc:
5928         * properties/ev-properties-view.c: (ev_regular_paper_size),
5929         (ev_properties_view_set_info):
5930         * ps/ps-document.c: (ps_document_get_info):
5931
5932         Adds a paper size field to the properties dialog. Fixes
5933         bug #307315. Patch by Kasper Svendsen (with some i18n
5934         changes done by me).
5935
5936 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5937
5938         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5939         (screensaver_init_dbus), (totem_scrsaver_new),
5940         (totem_scrsaver_init):
5941         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5942         * shell/ev-application.c: (ev_application_register_service),
5943         (ev_application_screensaver_enable),
5944         (ev_application_screensaver_disable):
5945         * shell/ev-application.h:
5946         * shell/ev-window.c: (ev_window_run_presentation),
5947         (ev_window_stop_presentation), (build_comments_string),
5948         (ev_window_init):
5949         
5950         Move screensaver handling to application. No more
5951         message on startup.
5952
5953 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5954
5955         * configure.ac:
5956         * backend/Makefile.am:
5957         * backend/ev-file-exporter.[ch]:
5958         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5959         * ps/ps-document.c: (ps_document_file_exporter_*):
5960         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5961         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5962         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5963         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5964
5965         Allow printing to PDF when suppoted by the backend.
5966         
5967 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5968
5969         * shell/ev-window.c: (build_comments_string):
5970
5971         Use always "Document Viewer" in about dialog. 
5972
5973 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5974
5975         * djvu/djvu-document.c: (djvu_document_get_page_size):
5976
5977         Display a warning message when get_pageinfo fails. 
5978
5979 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5980
5981         * Makefile.am:
5982         * backend/Makefile.am:
5983         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5984         * configure.ac:
5985         * shell/ev-window.c: (build_comments_string):
5986         
5987         Make pdf compilation optional. See bug #38007.
5988
5989 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5990
5991         * ps/ps.c: (get_next_text):
5992
5993         Fix CVE-2006-5864.
5994
5995 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5996
5997         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5998         * shell/ev-navigation-action.c: (connect_proxy),
5999         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6000         
6001         Do not call g_type_class_peek_parent twice.
6002
6003 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6004
6005         * configure.ac:
6006         * data/icons/24x24/.cvsignore:
6007         * data/icons/24x24/Makefile.am:
6008         * data/icons/24x24/evince.png:
6009         * data/icons/Makefile.am:
6010         
6011         Add 24x24 icon. Thanks to 
6012         Michael Monreal <infernux@web.de>.
6013
6014 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6015
6016         * configure.ac: Fix typo in configure.ac. Thanks
6017         to dmacks@netspace.org for notification.
6018
6019 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6020
6021         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6022         
6023         Drop dbus include, fixes compilation with older dbus.
6024
6025 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6026
6027         * configure.ac:
6028         * cut-n-paste/Makefile.am:
6029         * cut-n-paste/totem-screensaver/.cvsignore
6030         * cut-n-paste/totem-screensaver/Makefile.am:
6031         * cut-n-paste/totem-screensaver/README:
6032         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6033         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6034         * shell/Makefile.am:
6035         * shell/ev-window.c: (ev_window_run_presentation),
6036         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6037         (ev_window_init):
6038
6039         Implemented screensaver enabling/disabling for
6040         presentation mode (not fullscreen mode). Code stolen
6041         from Totem (with some minor tweaks). Fixes bug #338889.
6042
6043 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6044
6045         * configure.ac:
6046
6047         Bump gnome-icon-theme requirements. We use the rotation
6048         icons that appeared recently.
6049
6050 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6051
6052         * shell/ev-history.c: (ev_history_add_page):
6053         * shell/ev-history.h:
6054         * shell/ev-window.c: (page_changed_cb):
6055         
6056         Use page labels instead of numbers.
6057
6058 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6059
6060         * data/evince-toolbar.xml:
6061         * po/POTFILES.in:
6062         * shell/Makefile.am:
6063         * shell/ev-navigation-action-widget.c:
6064         (ev_navigation_action_widget_init),
6065         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6066         (menu_detacher), (ev_navigation_action_widget_set_menu),
6067         (menu_position_func), (popup_menu_under_arrow),
6068         (ev_navigation_action_widget_toggled),
6069         (ev_navigation_action_widget_button_press_event):
6070         * shell/ev-navigation-action-widget.h:
6071         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6072         (ev_navigation_action_set_window), (activate_menu_item_cb),
6073         (new_history_menu_item), (new_empty_history_menu_item),
6074         (build_menu), (menu_activated_cb), (connect_proxy),
6075         (create_tool_item), (ev_navigation_action_init),
6076         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6077         * shell/ev-navigation-action.h:
6078         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6079         (ev_page_action_widget_set_page_cache),
6080         (ev_page_action_widget_finalize),
6081         (ev_page_action_widget_class_init), (match_selected_cb),
6082         (display_completion_text), (match_completion), (build_new_tree_cb),
6083         (get_filter_model_from_model),
6084         (ev_page_action_widget_update_model):
6085         * shell/ev-page-action-widget.h:
6086         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6087         (connect_proxy):
6088         * shell/ev-page-action.h:
6089         * shell/ev-stock-icons.c:
6090         * shell/ev-stock-icons.h:
6091         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6092         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6093         (register_custom_actions):
6094         * shell/main.c:
6095         
6096         Preliminary history implementation
6097
6098 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6099
6100         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6101         (dvi_document_class_init), (dvi_document_init_params):
6102         * dvi/mdvi-lib/font.c: (font_reference):
6103         
6104         Add reference to subfont. Fixes bug #374277.
6105
6106 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6107
6108         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6109         (ev_window_cmd_file_open_copy_at_dest):
6110
6111         Fix a race condition when creating symlink. Increase the counter
6112         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6113         Mathias Hasselmann).
6114
6115 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6116
6117         * backend/Makefile.am:
6118         * backend/ev-attachment.c: (ev_attachment_open):
6119         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6120         (ev_tmp_dir), (ev_tmp_filename):
6121         * shell/ev-sidebar-attachments.c:
6122         (ev_sidebar_attachments_drag_data_get):
6123         * shell/ev-window.c: (ev_window_clear_temp_file):
6124
6125         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6126         in ensure_dir_exists. Abort without crashing when we can't create
6127         user's directory.
6128
6129 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6130
6131         * data/evince-ui.xml:
6132         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6133         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6134         (ev_window_cmd_file_open_copy_at_dest),
6135         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6136         (ev_view_popup_cmd_open_link_new_window):
6137
6138         Allow opening a copy of the current document in a new window. Fixes bug
6139         #357472
6140
6141 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6142
6143         * data/evince-toolbar.xml:
6144         
6145         Add rotate right and rotate left to available items for toolbar.
6146         
6147         * data/evince-ui.xml:
6148         * shell/ev-window.c: (ev_window_init):
6149         
6150         Customize toolbar with right click. Fixes bug #372451.
6151
6152 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6153
6154         * shell/ev-window.c: 
6155         
6156         Use "object-rotate-{left,right}" stock icons. Fixes 
6157         bug #373863.
6158
6159 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6160
6161         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6162         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6163         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6164         (ev_window_open_uri):
6165         * shell/main.c: (arguments_parse):
6166
6167         Remove temp file created when evince is used by GTK+ in
6168         preview mode. Fixes bug #365282. 
6169
6170 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6171
6172         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6173         
6174         Fixes bug #372474 - Side pane disabled when entering 
6175         and leaving fullscreen mode.
6176
6177 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6178
6179         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6180         * data/Makefile.am:
6181         * data/evince-preview-toolbar.xml:
6182         * data/evince-toolbar.xml:
6183         * shell/ev-application.c: (ev_application_shutdown),
6184         (ev_application_init), (ev_application_get_toolbars_model):
6185         * shell/ev-application.h:
6186         * shell/ev-window.c: (update_chrome_visibility),
6187         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6188         (ev_window_cmd_edit_toolbar), (ev_window_init):
6189         
6190         Fixes bug #364364 - toolbar editor shows zoom actions again.
6191
6192 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6193
6194         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6195
6196         Do not take margins into consideration for paper size when printing.
6197         Really fixes bug #350491.
6198
6199 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6200
6201         * data/evince-ui.xml:
6202         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6203         (ev_window_cmd_file_print_setup),
6204         (ev_window_print_dialog_response_cb),
6205         (ev_window_setup_action_sensitivity):
6206
6207         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6208
6209 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6210
6211         * shell/ev-window.c: (ev_window_print_range):
6212
6213         Revert my previuos commit, since printing to PDF is not supported by
6214         evince yet. 
6215
6216 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6217
6218         * shell/ev-window.c: (ev_window_print_range):
6219
6220         Enable print to a PDF. Fixes bug #332121.
6221
6222 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6223
6224         * shell/ev-application-service.xml:
6225         * shell/ev-application.[ch]: (ev_application_open_window),
6226         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6227         (ev_application_open_uri), (ev_application_open_uri_list):
6228         * shell/ev-window.c: (file_open_dialog_response_cb),
6229         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6230         (drag_data_received_cb), (open_remote_link):
6231         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6232
6233         Add support for multiscreen systems. Fixes bug #316206.
6234
6235 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6236
6237         * shell/ev-jobs.[ch]: (ev_job_print_new),
6238         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6239         (ev_job_print_do_page):
6240         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6241
6242         Allow printing only odd/even pages. Fixes bug #367289.
6243
6244 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6245
6246         * test/test1.py:
6247         * test/test2.py:
6248
6249         Re-add locale settings to test files.
6250
6251 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6252
6253         * data/evince-ui.xml:
6254         * shell/ev-window.c: (set_action_properties):
6255         
6256         Removed garbage from code and ui.
6257
6258 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6259
6260         * shell/ev-window.c: (ev_window_cmd_help_about):
6261
6262         Shamelessly add my name to the list of contributors.
6263
6264 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6265
6266         * test/test1.py:
6267         * test/test2.py:
6268
6269         Cleaned up the dogtail scripts.
6270
6271 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6272
6273         * shell/ev-view.c: (draw_loading_text): Don't render
6274         "loading..." text in presentation mode. Temporary
6275         workaround for bug #320352.
6276
6277 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6278
6279         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6280         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6281
6282         Use print settings scale, copies, collate and reverse which were
6283         ignored. Fixes bug #359032.
6284
6285 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6286
6287         * configure.ac:
6288         * data/evince-password.glade:
6289         * test/Makefile.am:
6290         * test/test-encrypt.pdf:
6291         * test/test-links.pdf:
6292         * test/test1.py:
6293         * test/test2.py:
6294
6295         Add automated UI tests for evince with dogtail. See
6296         bug #300948.    
6297
6298 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6299
6300         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6301
6302         Hide fullscreen toolbar when switching to another desktop workspace.
6303         Fixes bug #338871
6304
6305 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6306
6307         * shell/ev-window-title.c: 
6308         
6309         Test for .dvi in title of pdf documents.
6310
6311 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6312
6313         * shell/ev-view.c: (ev_view_scroll):
6314
6315         Page Up/Down should do page jumps in "Best fit" mode.
6316         If a user has explicitly chosen to view exactly one page
6317         at a time, scrolling just a part of the page when
6318         pressing Page Up/Down is not right. Fixes bug #323107.
6319
6320 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6321
6322         * NEWS:
6323         * configure.ac:
6324         
6325         Update for 0.6.1
6326
6327 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6328
6329         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6330         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6331         
6332         Correctly disconnect from job signals on destroy.
6333
6334 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6335
6336         * shell/ev-view-private.h:
6337         * shell/ev-view.c: (view_set_adjustment_values),
6338         (view_update_range_and_current_page),
6339         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6340         
6341         Fixes bug #343199, current page now follows find page.
6342
6343 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6344
6345         * backend/ev-document-factory.c:
6346         * configure.ac:
6347         Assigned OpenDocument presenation MIME type to the
6348         Impress backend. Added some missing (but harmless)
6349         #ifdefs in the document factory as well to make things
6350         consistent again. Fixes bug #360658.
6351
6352 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6353
6354         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6355         * backend/ev-document-find.c: (ev_document_find_get_type):
6356         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6357         * backend/ev-document-links.c: (ev_document_links_get_type):
6358         * backend/ev-document-security.c: (ev_document_security_get_type):
6359         * backend/ev-document-thumbnails.c:
6360         (ev_document_thumbnails_get_type):
6361         * backend/ev-document.c: (ev_document_get_type):
6362         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6363         * backend/ev-selection.c: (ev_selection_get_type):
6364         * cut-n-paste/recent-files/egg-recent-model.c:
6365         (egg_recent_model_get_type):
6366         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6367         (egg_recent_view_uimanager_get_type):
6368         * cut-n-paste/recent-files/egg-recent-view.c:
6369         (egg_recent_view_get_type):
6370         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6371         (egg_editable_toolbar_get_type):
6372         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6373         (egg_toolbar_editor_get_type):
6374         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6375         (egg_toolbars_model_get_type):
6376         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6377         (egg_tree_multi_drag_source_get_type):
6378         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6379         (ephy_zoom_action_get_type):
6380         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6381         (ephy_zoom_control_get_type):
6382         * impress/r_back.c: (_imp_fill_back):
6383         * properties/ev-properties-main.c:
6384         (ev_properties_plugin_register_type):
6385         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6386         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6387         (ev_view_accessible_factory_get_type):
6388
6389         Reduce relocations. Bug #360616.
6390
6391 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6392
6393         * backend/ev-document-factory.c:
6394         (ev_document_factory_get_document):
6395         
6396         Load document even if extension is wrong.
6397
6398 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6399
6400         * shell/ev-metadata-manager.c: (save_values):
6401         * shell/ev-window.c: (setup_size_from_metadata),
6402         (setup_view_from_metadata), (ev_window_setup_document),
6403         (ev_window_xfer_job_cb), (window_configure_event_cb):
6404         
6405         Set size according to the document size/page size ratio.
6406         That should correct rather wierd behaviour of the previous
6407         commit.
6408
6409 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6410
6411         * shell/ev-window.c: (setup_view_from_metadata):
6412         
6413         Set size for new windows from previous window size.
6414         See bugs #354968 and #168450 for details. Thanks
6415         to Meik Hellmund.
6416
6417 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6418
6419         * djvu/djvu-links.c: (build_tree):
6420
6421         Fix memory leak.
6422
6423 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6424
6425         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6426         
6427         Don't make sidebar close button insensitive. Fixes
6428         bug #357871.
6429
6430 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6431
6432         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6433         (ev_window_set_view_accels_sensitivity):
6434         
6435         Don't enable Slash on documents which don't support
6436         find. Fixes bug #358648.
6437
6438 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6439
6440         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6441         open dialog fall back to the current document uri if the
6442         filechooser hasn't been used before. Fixes bug #356980.
6443
6444 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6445
6446         * shell/ev-window.c: (ev_window_setup_recent), 
6447         (ev_window_get_recent_file_label):
6448
6449         Escape underscores in filenames of recent file items.
6450
6451 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6452
6453         * configure.ac:
6454         
6455         Bumped poppler requirements, really 0.5.3 is very 
6456         buggy, now we require 0.5.4.
6457
6458 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6459
6460         * djvu/Makefile.am:
6461         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6462         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6463         (djvu_document_document_links_iface_init):
6464         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6465         (number_from_string_10), (get_djvu_link_dest),
6466         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6467         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6468         (djvu_links_get_links), (djvu_links_find_link_dest),
6469         (djvu_links_get_links_model):
6470         * djvu/djvu-links.h:
6471         
6472         Add support for links and bookmarks in djvu documents. Thanks
6473         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6474         patch.
6475
6476 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6477
6478         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6479         
6480         Reopen should reload document. Fixes 
6481         bug 327951.
6482
6483 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6484
6485         * configure.ac:
6486         * data/Makefile.am:
6487         * data/evince-16.png:
6488         * data/evince-22.png:
6489         * data/evince.png:
6490         * data/evince.svg:
6491         * data/icons/16x16/Makefile.am:
6492         * data/icons/16x16/evince.png:
6493         * data/icons/22x22/Makefile.am:
6494         * data/icons/22x22/evince.png:
6495         * data/icons/48x48/Makefile.am:
6496         * data/icons/48x48/evince.png:
6497         * data/icons/Makefile.am:
6498         * data/icons/scalable/Makefile.am:
6499         * data/icons/scalable/evince.svg:
6500         
6501         Install icons with correct names. Fixes
6502         bug #354429.
6503
6504 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6505
6506         * shell/ev-view.c: (ev_view_button_release_event):
6507
6508         Don't open links with middle mouse button. Fixes bug #353649
6509
6510 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6511
6512         * NEWS:
6513         * configure.ac:
6514         
6515         Update for release 0.6.0
6516
6517 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6518
6519         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6520         Implement Close named action. Patch by Carlos Garcia Campos.
6521
6522 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6523
6524         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6525         
6526         Don't clear link mapping on copy_job_to_job_info. Fixes
6527         bug 346168.
6528
6529 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6530
6531         * shell/main.c: (main):
6532
6533         Revert my previous commit, gnome_program_init owns the option context.
6534         Fix another memory leak in main. Both caught by Christian Persch. 
6535
6536 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6537
6538         * shell/main.c: (main):
6539
6540         Fix memory leak.
6541
6542 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6543
6544         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6545
6546         Fix crash when opening a pdf with password protection. 
6547
6548 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6549
6550         * pdf/ev-poppler.cc: (pdf_document_search_free):
6551
6552         Fix memory leak. 
6553
6554 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6555
6556         * backend/ev-document-factory.c:
6557         (ev_document_factory_get_document):
6558         * tiff/tiff-document.c: (tiff_document_finalize):
6559         
6560         More correct handling of document loading. Fixes
6561         bug #349043.
6562
6563 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6564
6565         * backend/ev-attachment.c: (ev_attachment_save):
6566
6567         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6568         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6569
6570 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6571         
6572         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6573         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6574
6575 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6576
6577         * shell/ev-sidebar-thumbnails.c:
6578
6579         Do not render thumbnails unless thumbnails page is active in the
6580         sidebar.
6581
6582 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6583
6584         * shell/ev-properties-dialog.c:
6585
6586         Fix dialogue spacing. Bug #351370.
6587
6588 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6589
6590         * configure.ac:
6591
6592         Use lowercase gettext catalog file names (evince.mo
6593         instead of Evince.mo)
6594
6595 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6596
6597         * shell/ev-sidebar-attachments.c:
6598
6599         GtkIconTheme is now screen safe too. Fixes bug #350878
6600
6601 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6602
6603         * shell/ev-window.c:
6604
6605         GtkRecent manager is now screen safe. Fixes bug #350145
6606
6607 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6608
6609         * shell/ev-sidebar.c: (ev_sidebar_init):
6610         
6611         Make sidebar close icon smaller. Fix for bug 350177.
6612         See also bugs 350176 and 165770.
6613
6614 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6615
6616         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6617
6618         Ignore zoom for xyz destinations when it's <= 1, keeping user
6619         preferences instead. Set correct sizing-mode for fith and fitv
6620         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6621
6622 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6623
6624         * NEWS:
6625         * configure.ac:
6626         
6627         Update for release 0.5.5
6628
6629 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6630         
6631         * shell/ev-window.c: (ev_window_cmd_escape)
6632
6633         Escape unfocus page entry. Fixes bug #345809.
6634
6635 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6636
6637         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6638         (build_tree), (pdf_document_links_get_links),
6639         (pdf_document_links_find_link_dest):
6640         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6641         (goto_xyz_dest):
6642
6643         Convert from PDF style coordinates to X style coordinates in the
6644         backend rather than in the view. Fixes bug #338440
6645
6646 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6647
6648         * shell/ev-window.c:
6649         
6650         Remove Ctrl+Shift+T shortcut for toolbars. See
6651         the bug #350098.
6652
6653 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6654
6655         * configure.ac:
6656
6657         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6658         of this. 
6659
6660 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6661
6662         * configure.ac:
6663         * cut-n-paste/Makefile.am:
6664         * data/evince-ui.xml:
6665         * shell/Makefile.am:
6666         * shell/ev-application.[ch]:
6667         * shell/ev-window.c:
6668
6669         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6670         #349273
6671
6672 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6673
6674         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6675         findbar code: s/help/search/
6676
6677 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6678
6679         * shell/ev-window.c: (setup_document_from_metadata),
6680         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6681         (setup_view_from_metadata):
6682         
6683         Fix memory leaks.
6684
6685 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6686
6687         * autogen.sh, configure.ac: 
6688         
6689         Update automake usage. See bug 349292.
6690
6691 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6692
6693         * shell/eggfindbar.c: (egg_find_bar_class_init),
6694         (entry_activate_callback), (egg_find_bar_init),
6695         (egg_find_bar_set_status_text):
6696         * shell/eggfindbar.h:
6697         
6698         Unify Evince findbar with Epiphany. Nice patch
6699         from Fabricio Silva <silva@crans.org> and
6700         Frederic Peters <fpeters@entrouvert.com>. See
6701         bug #339966 for details.
6702
6703 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6704
6705         * data/evince.desktop.in.in:
6706         
6707         Correct information for bugzilla. Thanks to
6708         Olaf Vitters, see bug #348855.
6709
6710 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6711
6712         * shell/ev-jobs.[ch]:
6713         * shell/ev-sidebar-links.c:
6714         * shell/ev-window.[ch]:
6715
6716         GtkPrintJob doesn't support print ranges or current page, so we export
6717         to a ps file now when printing ranges or current page.
6718
6719 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6720
6721         * pdf/ev-poppler.cc:
6722         * shell/ev-window.c: (do_action_named):
6723
6724         We should be more clear about bugzilla. See the
6725         poppler bug #7623.
6726
6727 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6728
6729         * configure.ac:
6730         * shell/Makefile.am:
6731         * shell/ev-job-queue.c:
6732         * shell/ev-jobs.[ch]:
6733         * shell/ev-sidebar-links.c:
6734         * shell/ev-window.[ch]:
6735         
6736         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6737         #348422
6738
6739 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6740
6741         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6742         * shell/ev-application-service.xml:
6743         * shell/ev-application.[ch]:
6744         * shell/ev-jobs.[ch]:
6745         * shell/ev-window.[ch]: (ev_window_run_preview):
6746         * shell/main.c: 
6747
6748         Add preview mode to use evince as a printing previewer. It also adds
6749         other command line options for fullscreen and presentation modes.
6750         Fixes bugs #347822, #317031
6751
6752 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6753
6754         * NEWS:
6755         * configure.ac:
6756         
6757         Update for release 0.5.4
6758
6759 2006-07-11  Bastien Nocera <hadess@hadess.net>
6760
6761         * Makefile.am:
6762         * backend/Makefile.am:
6763         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6764         * backend/ev-document-factory.h:
6765         * configure.ac:
6766         * impress/.cvsignore:
6767         * impress/Makefile.am:
6768         * impress/common.h:
6769         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6770         (imp_get_page), (imp_next_page), (imp_prev_page),
6771         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6772         * impress/f_oasis.c: (render_object), (render_page),
6773         (get_geometry), (_imp_oasis_load):
6774         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6775         (_imp_oo13_load):
6776         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6777         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6778         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6779         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6780         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6781         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6782         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6783         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6784         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6785         (iks_new_within), (iks_insert), (iks_insert_cdata),
6786         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6787         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6788         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6789         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6790         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6791         (iks_cdata), (iks_cdata_size), (iks_has_children),
6792         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6793         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6794         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6795         (iks_tree), (iks_load), (iks_save):
6796         * impress/iksemel.h:
6797         * impress/imposter.h:
6798         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6799         (imp_render_draw_bezier_real), (imp_render_get_size),
6800         (imp_render_set_fg_color), (imp_render_draw_line),
6801         (imp_render_draw_rect), (imp_render_draw_polygon),
6802         (imp_render_draw_arc), (imp_render_draw_bezier),
6803         (imp_render_open_image), (imp_render_get_image_size),
6804         (imp_render_scale_image), (imp_render_draw_image),
6805         (imp_render_close_image), (imp_render_markup),
6806         (imp_render_get_text_size), (imp_render_draw_text),
6807         (impress_document_load), (impress_document_save),
6808         (impress_document_get_n_pages), (impress_document_get_page_size),
6809         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6810         (impress_document_finalize), (impress_document_class_init),
6811         (impress_document_can_get_text), (impress_document_get_info),
6812         (impress_document_document_iface_init),
6813         (impress_document_thumbnails_get_thumbnail),
6814         (impress_document_thumbnails_get_dimensions),
6815         (impress_document_document_thumbnails_iface_init),
6816         (impress_document_init):
6817         * impress/impress-document.h:
6818         * impress/internal.h:
6819         * impress/r_back.c: (_imp_fill_back):
6820         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6821         (_imp_draw_image), (_imp_tile_image):
6822         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6823         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6824         (r_polyline):
6825         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6826         (r_draw_gradient_complex), (r_draw_gradient):
6827         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6828         (r_get_bullet):
6829         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6830         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6831         (r_text):
6832         * impress/render.c: (imp_create_context), (imp_context_set_page),
6833         (imp_context_set_step), (imp_render), (imp_delete_context):
6834         * impress/render.h:
6835         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6836         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6837         (zip_load_xml), (zip_get_size), (zip_load):
6838         * impress/zip.h:
6839         * shell/ev-utils.c:
6840         
6841         New backend to support impress slides. Fixes bug #30867.
6842
6843 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6844
6845         * shell/ev-utils.c: (using_postscript_printer):
6846         
6847         Fixes crash when print using PAPI backend,
6848         bug #345012.
6849
6850 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6851
6852         * shell/ev-jobs.c: (ev_job_xfer_run):
6853         * shell/ev-window.c: (password_dialog_response),
6854         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6855         (ev_window_dispose):
6856         Fixes bug #344160: if the xfer job doesn't complete
6857         because a password is required, reload the existing
6858         instance instead of creating a new one.
6859
6860 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6861
6862         * shell/main.c: (main): Call gdk_threads_init. Thus
6863         we'll avoid errors in auth dialog. Fix for the bug
6864         #343347.
6865
6866 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6867
6868         * configure.ac: Advertise pixbuf support, fix
6869         for the bug 343317.
6870
6871 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6872
6873         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6874         (ev_sidebar_thumbnails_set_document):
6875         
6876         Update sidebar thumbnails after reloading.
6877
6878 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6879
6880         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6881         * shell/ev-jobs.h:
6882         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6883         (ev_window_cmd_view_reload), (ev_window_init):
6884         
6885         Don't crash on reload. Fix for the bug #343167.
6886
6887 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6888
6889         * shell/ev-jobs.c: (ev_job_render_run):
6890         
6891         Check for document links.
6892
6893 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6894
6895         * backend/ev-attachment.c: (ev_attachment_save),
6896         (ev_attachment_launch_app), (ev_attachment_open):
6897         * backend/ev-document-factory.c: (get_document_from_uri):
6898         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6899         (egg_recent_view_uimanager_set_list):
6900         * ps/ps-document.c: (check_filecompressed), (document_load),
6901         (ps_document_load):
6902         * shell/ev-metadata-manager.c: (load_values):
6903         * shell/ev-password.c: (ev_password_dialog_set_property):
6904         * shell/ev-view.c: (tip_from_link):
6905         * shell/ev-window.c: (file_save_dialog_response_cb),
6906         (ev_window_print_dialog_response_cb):
6907         
6908         Use consistent quoting style. Fix for the bug #320285.
6909
6910 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6911
6912         * shell/ev-jobs.c: (ev_job_xfer_run):
6913         * shell/main.c: (load_files):
6914                 
6915         Open links with anchors. Fix for the bug #339836.
6916
6917 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6918
6919         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6920         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6921         (ev_link_dest_set_property), (ev_link_dest_finalize),
6922         (ev_link_dest_class_init), (ev_link_dest_new_named),
6923         (ev_link_dest_new_page_label):
6924         * backend/ev-link-dest.h:
6925         * shell/ev-application.c: (ev_application_open_uri):
6926         * shell/ev-view.c: (goto_dest):
6927         * shell/ev-window.c:
6928         * shell/ev-window.h:
6929         
6930         Fix page-label command line option. Bug #342070.
6931
6932 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6933
6934         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6935         
6936         Don't show highlight rects if page can't be showed. Fix for 
6937         the bug #342076
6938
6939 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6940
6941         * shell/ev-window.c: (setup_sidebar_from_metadata),
6942         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6943         
6944         Setup sidebar from metadata even if there is no document
6945         loaded. Fix for the bug #342807.
6946
6947 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6948
6949         * cut-n-paste/toolbar-editor/Makefile.am:
6950         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6951         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6952         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6953         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6954         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6955         (popup_context_menu_cb), (button_press_event_cb),
6956         (configure_item_sensitivity), (configure_item_cursor),
6957         (configure_item_tooltip), (connect_widget_signals),
6958         (action_sensitive_cb), (create_item_from_action),
6959         (create_item_from_position), (toolbar_drag_data_received_cb),
6960         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6961         (toolbar_drag_leave_cb), (configure_drag_dest),
6962         (toggled_visibility_cb), (toolbar_visibility_refresh),
6963         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6964         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6965         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6966         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6967         (egg_editable_toolbar_dispose),
6968         (egg_editable_toolbar_set_ui_manager),
6969         (egg_editable_toolbar_get_selected),
6970         (egg_editable_toolbar_set_selected), (set_edit_mode),
6971         (egg_editable_toolbar_set_property),
6972         (egg_editable_toolbar_get_property),
6973         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6974         (egg_editable_toolbar_new_with_model),
6975         (egg_editable_toolbar_get_edit_mode),
6976         (egg_editable_toolbar_set_edit_mode),
6977         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6978         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6979         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6980         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6981         (item_added_or_removed_cb), (toolbar_removed_cb),
6982         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6983         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6984         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6985         (editor_create_item_from_name), (append_table),
6986         (update_editor_sheet), (egg_toolbar_editor_init):
6987         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6988         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6989         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6990         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6991         (toolbar_node_free), (egg_toolbars_model_get_flags),
6992         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6993         (egg_toolbars_model_get_name), (impl_add_item),
6994         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6995         (parse_data_list), (parse_item_list), (parse_toolbars),
6996         (egg_toolbars_model_load_toolbars), (parse_available_list),
6997         (parse_names), (egg_toolbars_model_load_names),
6998         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6999         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7000         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7001         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7002         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7003         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7004         (egg_toolbars_model_set_types), (fill_avail_array),
7005         (egg_toolbars_model_get_name_avail),
7006         (egg_toolbars_model_get_name_flags),
7007         (egg_toolbars_model_set_name_flags):
7008         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7009         * cut-n-paste/toolbar-editor/eggintl.h:
7010         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7011         (egg_tree_multi_drag_source_get_type),
7012         (egg_tree_multi_drag_source_row_draggable),
7013         (egg_tree_multi_drag_source_drag_data_delete),
7014         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7015         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7016         (path_list_free), (set_context_data), (get_context_data),
7017         (get_info), (egg_tree_multi_drag_drag_data_get),
7018         (egg_tree_multi_drag_motion_event),
7019         (egg_tree_multi_drag_button_press_event),
7020         (egg_tree_multi_drag_add_drag_support):
7021         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7022         * shell/ev-application.c: (ev_application_init),
7023         (ev_application_save_toolbars_model):
7024         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7025         (ev_window_cmd_edit_toolbar), (ev_window_init):
7026         
7027         Sync toolbareditor with epiphany and libegg
7028
7029 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7030
7031         * configure.ac: 
7032
7033         Depend on poppler 0.5.2
7034
7035 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7036
7037         * shell/ev-jobs.c: (ev_job_render_run):
7038         
7039         Check if document supports links iterface.
7040
7041 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7042
7043         * NEWS:
7044         * configure.ac:
7045         
7046         Update for release 0.5.3
7047
7048 2006-05-13  Michael Plump  <plumpy@skylab.org>
7049
7050         * configure.ac:
7051         * shell/Makefile.am:
7052         * shell/main.c: (main):
7053         
7054         Port to GOption command line parsing. Fix for the 
7055         bug #327518
7056
7057 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7058
7059         * shell/ev-window.c: (ev_window_cmd_help_about):
7060         
7061         Do not wrap license. Fix for the bug #309460.
7062
7063 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7064
7065         * configure.ac:
7066         * properties/ev-properties-main.c: (ev_properties_get_pages):
7067         * shell/ev-application.c: (ev_application_open_window),
7068         (ev_application_open_uri_at_dest):
7069         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7070         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7071         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7072         * shell/ev-utils.c: (save_print_config_to_file):
7073         * shell/ev-window.c: (ev_window_cmd_save_as),
7074         (ev_attachment_popup_cmd_save_attachment_as):
7075         * shell/main.c: (load_files_remote):
7076         
7077         Bump requirements to gtk 2.8 and drop all ifdefs used.
7078
7079 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7080
7081         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7082         * shell/ev-window.c: (ev_window_init):
7083         
7084         Show attachments page.
7085
7086 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7087
7088         * po/POTFILES.in:
7089         * shell/ev-attachment-bar.c:
7090         * shell/ev-attachment-bar.h:
7091         * shell/ev-sidebar-attachments.c:
7092         (ev_sidebar_attachments_icon_cache_add),
7093         (icon_theme_get_pixbuf_from_mime_type),
7094         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7095         (ev_sidebar_attachments_icon_cache_refresh),
7096         (ev_sidebar_attachments_get_attachment_at_pos),
7097         (ev_sidebar_attachments_popup_menu_show),
7098         (ev_sidebar_attachments_popup_menu),
7099         (ev_sidebar_attachments_button_press),
7100         (ev_sidebar_attachments_update_icons),
7101         (ev_sidebar_attachments_drag_data_get),
7102         (ev_sidebar_attachments_get_property),
7103         (ev_sidebar_attachments_destroy),
7104         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7105         (ev_sidebar_attachments_new),
7106         (ev_sidebar_attachments_set_document),
7107         (ev_sidebar_attachments_support_document),
7108         (ev_sidebar_attachments_get_label),
7109         (ev_sidebar_attachments_page_iface_init):
7110         * shell/ev-sidebar-attachments.h:
7111         * shell/ev-window.c: (update_chrome_visibility),
7112         (setup_sidebar_from_metadata), (ev_window_setup_document),
7113         (ev_window_sidebar_current_page_changed_cb),
7114         (attachment_bar_menu_popup_cb), (ev_window_init):
7115         
7116         Move attachments bar to sidebar.
7117
7118 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7119
7120         * pdf/ev-poppler.cc:
7121         * shell/ev-application.[ch]:
7122         * shell/main.c:
7123
7124         Fix some memory leaks.
7125
7126 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7127
7128         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7129
7130         Change the properties dialog response to
7131         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7132         will make the dialog go away when the user presses
7133         enter. With gtk+ >= 2.9 this will happen anyway, but for
7134         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7135         escape by default. Fixes bug #340539. See also bug
7136         #101293 for the gtk+ part.
7137
7138 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7139
7140         * shell/ev-view.c (tip_from_action_named): Replace some strings
7141         that were wrong. Closes #340970.
7142
7143 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7144
7145         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7146
7147         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7148         #341049
7149
7150 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7151
7152         * djvu/Makefile.am:
7153         * dvi/Makefile.am:
7154         * dvi/mdvi-lib/Makefile.am:
7155         * properties/Makefile.am:
7156         * ps/Makefile.am:
7157         * shell/Makefile.am:
7158         * thumbnailer/Makefile.am:
7159         
7160         Due to broken libtool that is unable to track dependencies
7161         of noinst libraries we are forced to explicitely point
7162         libraries for binary. Fix for the bug #333334.
7163
7164 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7165
7166         * data/evince.desktop.in.in:
7167         * shell/ev-view.c: (view_update_range_and_current_page),
7168         (ev_view_next_page), (ev_view_previous_page):
7169         * shell/ev-window.c: (update_chrome_visibility),
7170         (setup_sidebar_from_metadata), (ev_window_setup_document),
7171         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7172         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7173         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7174         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7175         (ev_window_stop_presentation), (ev_window_focus_in_event),
7176         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7177         (ev_window_init):
7178         * thumbnailer/Makefile.am:
7179         
7180         Update fullscreen and presentation timeout handling. Hide
7181         cursor in presentation after timeout. Fix for the bugs
7182         #136359 and #336981.
7183
7184 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7185
7186         * backend/ev-link-action.[ch]:
7187         * pdf/ev-poppler.cc: (ev_link_from_action):
7188         * shell/ev-view-private.h:
7189         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7190         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7191
7192         Add support for Named Action links
7193
7194 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7195
7196         * backend/Makefile.am:
7197         * backend/ev-document-links.[ch]:
7198         * backend/ev-document.[ch]:
7199         * backend/ev-link-action.[ch]:
7200         * backend/ev-link-dest.[ch]:
7201         * backend/ev-link.[ch]:
7202         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7203         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7204         * shell/ev-page-action.c: (build_new_tree_cb):
7205         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7206         (links_page_num_func), (update_page_callback):
7207         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7208         (tip_from_link):
7209         * shell/ev-jobs.c:
7210         * shell/ev-window.[ch]: (ev_window_open_uri),
7211         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7212         * shell/ev-application.[ch]: (ev_application_open_window),
7213         (ev_application_open_uri):
7214
7215         Rework links system, it adds support for remote links now and it makes
7216         easier to add new kinds of actions and destinations. Fixes bug #317292
7217
7218 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7219
7220         * data/Makefile.am:
7221         * data/evince.png:
7222         * data/evince-16.png:
7223         * data/evince-22.png:
7224         * data/evince.svg:
7225         * shell/main.c: (main):
7226         
7227         Evince use it's own icon. Fix for the bug #313392.
7228
7229         * shell/ev-window.c: (fullscreen_timeout_cb),
7230         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7231         (ev_window_cmd_help_about), (ev_window_dispose):
7232         
7233         Simplify fullscreen timeout code.
7234
7235 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7236
7237         * backend/ev-attachment.c: 
7238         * shell/ev-attachment-bar.c:
7239         * shell/ev-window.c:
7240
7241         Allow multiple selection of attachments
7242
7243 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7244
7245         * shell/ev-view.c: (view_update_range_and_current_page),
7246         (ev_view_scroll):
7247         
7248         Fix for the bug #312573 – Optimal selection of current 
7249         page among visible pages.
7250
7251 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7252
7253         * configure.ac:
7254         * djvu/Makefile.am:
7255         * djvu/djvu-text.h:
7256         
7257         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7258         for the bug 339868.
7259
7260 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7261
7262         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7263
7264 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7265
7266         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7267         dictated by the GNOME HIG. Fixes bug #339235.
7268
7269 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7270
7271         * data/evince-ui.xml:
7272         * shell/ev-view.c: (ev_view_can_find_previous):
7273         * shell/ev-view.h:
7274         * shell/ev-window.c: (ev_window_update_actions),
7275         (ev_window_cmd_edit_find_previous):
7276
7277         Add support for "Find Previous" as dictated by the GNOME HIG. A
7278         menu item is added and some glue code to make it all work is added
7279         to various files.
7280
7281 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7282
7283         * configure.ac: Award myself the "useless use of cat" award.
7284
7285 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7286
7287         * po/LINGUAS: New file listing all supported languages.
7288
7289         * configure.in: Use po/LINGUAS instead of including all languages
7290         directly in this file. See the wiki for more information:
7291         http://live.gnome.org/GnomeGoals/PoLinguas
7292
7293 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7294
7295         * backend/ev-document-factory.c:
7296
7297         Do not load the document twice when there isn't errors
7298
7299 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7300
7301         * backend/ev-attachment.c: 
7302
7303         Fix a crash when there isn't a default application to open an
7304         attachment
7305
7306 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7307
7308         * backend/ev-attachment.[ch]:
7309         * shell/ev-attachment-bar.[ch]:
7310
7311         Added missing files. 
7312
7313 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7314
7315         * backend/Makefile.am:
7316         * data/evince-ui.xml:
7317         * backend/ev-attachment.[ch]:
7318         * backend/ev-document.[ch]: (ev_document_has_attachments),
7319         (ev_document_get_attachments):
7320         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7321         (attachment_save_to_buffer), (pdf_document_get_attachments),
7322         (pdf_document_document_iface_init):
7323         * shell/Makefile.am:
7324         * shell/ev-attachment-bar.[ch]:
7325         * shell/ev-window.c:
7326
7327         Add support for PDF attachments. Fixes bug #325143
7328
7329 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7330
7331         * backend/ev-document-factory.c: (get_document_from_uri),
7332         (ev_document_factory_get_document):
7333         * backend/ev-document-factory.h:
7334         * properties/ev-properties-main.c: (ev_properties_get_pages):
7335         * shell/Makefile.am:
7336         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7337         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7338         (ev_job_queue_remove_job):
7339         * shell/ev-job-queue.h:
7340         * shell/ev-job-xfer.c:
7341         * shell/ev-job-xfer.h:
7342         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7343         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7344         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7345         (ev_job_xfer_run):
7346         * shell/ev-jobs.h:
7347         * shell/ev-window.c: (ev_window_is_empty),
7348         (password_dialog_response), (ev_window_clear_xfer_job),
7349         (ev_window_xfer_job_cb), (ev_window_open_uri),
7350         (ev_window_cmd_focus_page_selector),
7351         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7352         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7353         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7354         (ev_window_dispose):
7355         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7356         
7357         * Cleanup mime type detection on document load. Fix for the
7358         bug #336448.
7359
7360 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7361
7362         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7363         
7364         Fix crash on exit, described in the bug #336825.
7365
7366 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7367
7368         * backend/ev-document-factory.c:
7369         (ev_document_factory_get_from_mime),
7370         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7371         (ev_document_factory_get_document),
7372         (file_filter_add_mime_list_and_free),
7373         (ev_document_factory_add_filters):
7374         * backend/ev-document-factory.h:
7375         * properties/ev-properties-main.c: (ev_properties_get_pages):
7376         * shell/Makefile.am:
7377         * shell/ev-application.c:
7378         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7379         * shell/ev-window.c: (ev_window_cmd_file_open),
7380         (ev_window_cmd_save_as):
7381         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7382         
7383         Rework factory functions so they are placed now in a single 
7384         file ev-document-factory.c
7385
7386 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7387
7388         * shell/ev-window.c: (update_chrome_visibility):
7389         
7390         Fix for the bug 166566 - don't show menubar in fullscreen
7391         mode.
7392
7393 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7394
7395         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7396
7397 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7398
7399         * shell/ev-view.c: (ev_view_expose_event):
7400         
7401         More correctly draw loading text when document
7402         is empty.
7403
7404 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7405
7406         * shell/ev-view.c: (ev_view_scroll):
7407         
7408         Fix for the bug #334854, page down and page up switch
7409         pages in presentation mode.
7410
7411 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7412
7413         * shell/ev-window.c: (ev_window_set_action_sensitive),
7414         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7415         (ev_window_set_view_accels_sensitivity),
7416         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7417         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7418         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7419         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7420         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7421         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7422         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7423         (view_actions_focus_in_cb), (ev_window_init):
7424         
7425         Fix for the bug #333902, now it's possible to search
7426         words with slash.
7427
7428 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7429
7430         * configure.ac: Added Breton translation.
7431         * po/br.po: Added Breton translation.
7432
7433 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7434
7435         * shell/ev-window-title (ev_window_title_update):
7436
7437         Fix memory leak in window title. Fixes bug #333944
7438
7439 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7440
7441         * shell/ev-metadata-manager.c (parseItem):
7442
7443         Fix memory leaks. Fixes bug #333945
7444
7445 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7446         
7447         * NEWS, configure.ac, TODO:
7448         
7449         Update for release 0.5.2.
7450
7451 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7452
7453         * shell/ev-view.c: (view_update_range_and_current_page),
7454         (page_changed_cb):
7455         
7456         Don't jump on scrolling, fix for the bug #333127.
7457
7458 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7459
7460         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7461         
7462         Scroll by one page in presentation mode. Fix for the bug
7463         #332993.
7464
7465 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7466
7467         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7468
7469 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7470
7471         * configure.ac  Added lv in ALL_LINGUAS line.
7472
7473 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7474         
7475         * NEWS, configure.ac:
7476         
7477         Update for release 0.5.1
7478
7479 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7480
7481         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7482         * backend/ev-document-misc.h:
7483         * shell/ev-view.c: (draw_one_page):
7484         
7485          Clairfy what page the toolbar page number applies to. Fix
7486          for the bug #328102.
7487
7488 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7489
7490         * shell/ev-view-private.h:
7491         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7492         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7493         (ev_view_search_changed):
7494         * shell/ev-view.h:
7495         * shell/ev-window.c: (find_bar_search_changed_cb):
7496         
7497         Dont't jump to find result if window was scrolled during search.
7498         Fix for the bug #313266.
7499
7500 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7501
7502         * shell/eggfindbar.c: (egg_find_bar_class_init):
7503         * shell/eggfindbar.h:
7504         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7505         * shell/ev-view-private.h:
7506         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7507         (ev_view_class_init), (ev_sizing_mode_get_type),
7508         (ev_scroll_type_get_type):
7509         * shell/ev-view.h:
7510         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7511         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7512         (ev_window_init):
7513         
7514         Fix for the bug 319133 - Find entry should allow text scroll.
7515
7516 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7517
7518         * shell/ev-view-private.h:
7519         * shell/ev-view.c: (view_update_range_and_current_page),
7520         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7521         (ev_view_set_document), (update_find_status_message),
7522         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7523         (ev_view_find_previous):
7524         
7525         Fix for the bug #319137. Search now takes account for scrolling.
7526
7527 2006-02-19  Michael Hofmann <mh21@piware.de>
7528
7529         * configure.ac:
7530         * djvu/Makefile.am:
7531         * djvu/djvu-document-private.h:
7532         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7533         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7534         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7535         (djvu_document_can_get_text), (djvu_document_get_text),
7536         (djvu_document_document_iface_init),
7537         (djvu_document_thumbnails_get_thumbnail),
7538         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7539         (djvu_document_find_get_result),
7540         (djvu_document_find_page_has_results),
7541         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7542         (djvu_document_find_iface_init):
7543         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7544         (djvu_text_page_selection), (djvu_text_page_limits_process),
7545         (djvu_text_page_limits), (djvu_text_page_copy),
7546         (djvu_text_page_position), (djvu_text_page_union),
7547         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7548         (djvu_text_page_box), (djvu_text_page_append_text),
7549         (djvu_text_page_search), (djvu_text_page_prepare_search),
7550         (djvu_text_page_new), (djvu_text_page_free):
7551         * djvu/djvu-text-page.h:
7552         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7553         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7554         (djvu_text_n_results), (djvu_text_has_results),
7555         (djvu_text_get_result), (djvu_text_get_progress):
7556         * djvu/djvu-text.h:
7557         
7558         Text search in djvu. Fix for the bug #303415.
7559
7560 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7561
7562         * configure.ac:
7563         * shell/ev-window.c: (ev_window_cmd_save_as):
7564         
7565         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7566         Thanks to Gary Coady <gary@lyranthe.org>
7567
7568 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7569
7570         * shell/ev-print-job.c: (idle_print_handler):
7571         
7572         Inverse order printing, bug #320919.
7573
7574 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7575
7576         * data/evince-toolbar.xml:
7577         * shell/ev-window.c:
7578         
7579         Allow to add sidebar checkbutton on toolbar. Fix
7580         for the bug #144577.
7581
7582 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7583
7584         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7585         
7586         Add checks that have sense for empty ps document.
7587
7588 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7589
7590         * configure.ac: Include PS in mime types list. 
7591
7592 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7593
7594         * configure.ac:
7595         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7596         * ps/gsdefaults.h:
7597         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7598         
7599         Runtime check for gs interpreter. Fix for the bug #320868.
7600         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7601
7602 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7603
7604         * shell/ev-application.c: 
7605
7606         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7607         dbus>=0.60, so that the request is not queued. 
7608
7609 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7610
7611         * configure.ac:
7612         * shell/Makefile.am:
7613         * shell/ev-sidebar-links.c: (print_section_cb):
7614         * shell/ev-utils.c:
7615         * shell/ev-utils.h:
7616         * shell/ev-window.c: (update_action_sensitivity),
7617         (ev_window_close_dialogs), (ev_window_print):
7618         * shell/ev-window.h:
7619         
7620         Make printing support optional. Patch from Eduardo de Barros Lima
7621         <eduardo.lima@indt.org.br> for the bug #330546.
7622
7623 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7624
7625         * shell/ev-view-private.h:
7626         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7627         (ev_view_set_document):
7628         * shell/ev-view.h:
7629         * shell/ev-window.c: (ev_window_load_job_cb),
7630         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7631         (ev_window_init):
7632
7633         Draw Loading message during xfer job. Fix for the bug #329495.
7634
7635 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7636
7637         * comics/comics-document.c: (comics_regex_quote),
7638         (comics_document_load), (extract_argv):
7639         
7640         Correcly quote regexp before passing it to unzip.
7641
7642 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7643
7644         * shell/ev-page-cache.c: (build_height_to_page),
7645         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7646         (ev_page_cache_get_dual_even_left):
7647         * shell/ev-page-cache.h:
7648         * shell/ev-view.c: (view_update_range_and_current_page),
7649         (get_page_y_offset), (get_page_extents):
7650         
7651         Place even pages to the left if document has less then
7652         two pages. Fix for the bug #328856.
7653
7654 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7655
7656         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7657         
7658         Correct comics scheme. This make evince create thumbnails
7659         for comic books. Fix for the bug 329088.
7660
7661 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7662
7663         * data/evince-password.glade: Don't explicitly set
7664         invisible_char to the current default value in case
7665         the default changes; let GTK+ do its magic.
7666
7667 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7668
7669         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7670         real filename to tmp filename since often document
7671         type is determined by extension.
7672
7673 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7674
7675         * shell/ev-view.c: (add_scroll_binding_keypad),
7676         (ev_view_binding_activated), (ev_view_class_init):
7677         
7678         Add keybindings for percision-scrolling of display area. 
7679         Fix for the bug #314072.
7680
7681 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7682
7683         * data/evince.desktop.in.in:
7684         
7685         Add GTK to the list of categories. Fix for the bug #328034.
7686
7687 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7688
7689         * shell/ev-application.c: (ev_application_shutdown),
7690         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7691         * shell/ev-application.h:
7692         * shell/ev-window.c: (file_open_dialog_response_cb),
7693         (ev_window_cmd_file_open):
7694         
7695         Save last uri in file chooser dialog. Fix for the bug #327950.
7696
7697 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7698
7699         * NEWS:
7700         * README:
7701         
7702         Final update for release 0.5.0
7703         
7704         * shell/Makefile.am:
7705         
7706         Remove disable deprecated until we'll require libgnome-2.13.7
7707         and port to GOption argument parsing. See bug 327518.
7708
7709 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7710
7711         * comics/comics-document.c: (comics_document_save):
7712         * djvu/djvu-document.c: (djvu_document_save):
7713         * dvi/dvi-document.c: (dvi_document_save):
7714         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7715         * lib/ev-file-helpers.h:
7716         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7717         * tiff/tiff-document.c: (tiff_document_save):
7718         
7719         Use common save function for backends.
7720
7721 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7722
7723         * backend/ev-document-types.c:
7724         
7725         Fix crash on saving pixbuf.
7726
7727 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7728
7729         * cut-n-paste/recent-files/egg-recent-item.c:
7730         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7731         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7732         (parse_info_free), (valid_element), (start_element_handler),
7733         (end_element_handler), (text_handler), (egg_recent_model_filter),
7734         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7735         (egg_recent_model_monitor), (egg_recent_model_read),
7736         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7737         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7738         (egg_recent_model_set_property), (egg_recent_model_class_init),
7739         (egg_recent_model_init), (egg_recent_model_add_full),
7740         (egg_recent_model_delete), (egg_recent_model_get_list),
7741         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7742         (egg_recent_model_set_filter_mime_types),
7743         (egg_recent_model_clear_group_filter),
7744         (egg_recent_model_set_filter_groups),
7745         (egg_recent_model_clear_scheme_filter),
7746         (egg_recent_model_set_filter_uri_schemes),
7747         (egg_recent_model_remove_expired):
7748         * cut-n-paste/recent-files/egg-recent-util.c:
7749         (egg_recent_util_get_icon):
7750         * cut-n-paste/recent-files/egg-recent-util.h:
7751         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7752         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7753         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7754         (egg_recent_view_uimanager_set_property),
7755         (egg_recent_view_uimanager_get_property),
7756         (egg_recent_view_uimanager_class_init),
7757         (egg_recent_view_uimanager_init),
7758         (egg_recent_view_uimanager_set_label_width),
7759         (egg_recent_view_uimanager_get_label_width):
7760         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7761         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7762         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7763         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7764         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7765         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7766         
7767         Update from libegg.
7768
7769 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7770
7771         * shell/ev-page-cache.c: (build_height_to_page),
7772         (ev_page_cache_get_height_to_page):
7773         * shell/ev-page-cache.h:
7774         * shell/ev-view.c: (view_update_range_and_current_page),
7775         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7776         (ev_view_previous_page):
7777         
7778         Dual mode places even pages to the left. Fix for the bug #309393.
7779
7780         * shell/ev-view.h:
7781         * shell/ev-window.c: (update_action_sensitivity),
7782         (setup_view_from_metadata), (view_menu_popup_cb):
7783         
7784         Don't restore presentation in empty windows, more intelligent
7785         next page behaviour in dual mode.
7786
7787         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7788         (ev_pixbuf_cache_clear_job_sizes):
7789         
7790         Cleanup job callback on removal. Fix for the bug #325886.
7791
7792 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7793
7794         * ps/ps.c: (psscan):
7795         
7796         Commit workaround Mozilla problem. Fix for the bug #325919
7797         
7798         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7799         (save_item):
7800         
7801         Fix for year 2038 problem.
7802
7803 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7804
7805         * shell/ev-window.c: (setup_document_from_metadata),
7806         (ev_window_cmd_view_reload):
7807
7808         Clamp page recieved from metadata in valid values. Fix
7809         for the bug #325986.
7810
7811 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7812
7813         * MAINTAINERS: 
7814         Add MAINTAINERS as requested on desktop-devel-list.
7815
7816 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7817
7818         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7819         (mime_type_supported_by_gdk_pixbuf),
7820         (ev_document_factory_get_mime_types),
7821         (ev_document_factory_get_all_mime_types):
7822         
7823         Don't add pixbuf mime types if pixbuf backend is disabled.
7824         
7825         * shell/ev-application.c: (ev_application_get_uri_window):
7826         
7827         Fix for the bug 325815 - unhandled MIME type message doesn't 
7828         appear a second time. 
7829         
7830         * shell/ev-document-types.c: (ev_document_types_add_filters):
7831         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7832         (password_dialog_response), (ev_window_popup_password_dialog),
7833         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7834         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7835         (ev_window_run_presentation), (ev_window_stop_presentation),
7836         (save_sizing_mode), (ev_window_zoom_changed_cb),
7837         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7838         (ev_window_dual_mode_changed_cb),
7839         (ev_window_sidebar_current_page_changed_cb),
7840         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7841         (window_state_event_cb), (window_configure_event_cb):
7842         
7843         Cleanup additional uris holded by EvWindow.
7844
7845 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7846
7847         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7848         (ev_view_can_previous_page), (ev_view_can_next_page):
7849         * shell/ev-view.h:
7850         * shell/ev-window.c: (update_action_sensitivity):
7851         
7852         Two page scrolling with Space and PageUp in dual mode. Second fix 
7853         for the bug #316608.
7854
7855 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7856
7857         * shell/ev-view.c: (scroll_to_current_page):
7858         
7859         Correctly clamp adjustment value. Fix for the bug
7860         #325808.
7861
7862 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7863
7864         * shell/ev-sidebar-links.c: (print_section_cb):
7865         * shell/ev-window.c: (ev_window_get_uri),
7866         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7867         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7868         (ev_window_dispose):
7869         
7870         Make print dialog non-modal. Fix for the bug #325622.
7871
7872 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7873
7874         * shell/ev-metadata-manager.c:
7875         * shell/ev-utils.c: (using_pdf_printer),
7876         (using_postscript_printer), (load_print_config_from_file),
7877         (save_print_config_to_file):
7878         * shell/ev-utils.h:
7879         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7880         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7881         (setup_view_from_metadata), (ev_window_setup_document),
7882         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7883         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7884         (ev_window_run_presentation), (ev_window_stop_presentation),
7885         (save_sizing_mode), (ev_window_zoom_changed_cb),
7886         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7887         (ev_window_dual_mode_changed_cb),
7888         (ev_window_sidebar_current_page_changed_cb),
7889         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7890         (window_state_event_cb), (window_configure_event_cb),
7891         (ev_window_init):
7892         
7893         Setting saving behaviour fixes.
7894
7895 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7896
7897         * configure.ac:
7898         
7899         Make antialiasing gs options better and allow
7900         to change them during configure. Fix for the 
7901         bug #319049.
7902
7903 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7904
7905         * shell/ev-window.c: (setup_view_from_metadata):
7906         
7907         Remember if last window was maximized. Fix for the
7908         bug #323797.
7909
7910 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7911
7912         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7913
7914 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7915
7916         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7917         * shell/ev-page-action.c: (build_new_tree_cb):
7918         * shell/ev-sidebar-links.c: (links_page_num_func),
7919         (update_page_callback_foreach), (update_page_callback):
7920         * shell/ev-view.c: (scroll_to_current_page):
7921         
7922         Fix for the bug #325067 with more intelligent selection
7923         of current link in sidebar. Make sidebar handle links
7924         of FITR-like type more correctly.
7925
7926         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7927         (dvi_pixbuf_put_pixel):
7928         
7929         Fix memory consumtion with disabled alpha channel.
7930
7931 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7932
7933         * data/evince-ui.xml:
7934         * shell/ev-window.c: (view_menu_popup_cb),
7935         (ev_popup_cmd_open_link), (ev_window_init):
7936         
7937         Update context menu for internal links. Fix for the bug
7938         #325066.
7939
7940 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7941
7942         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7943         
7944         Bind context menu to keyboard also. Fix for the bug
7945         #325065.
7946
7947 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7948
7949         * shell/ev-view.c: (selection_scroll_timeout_cb):
7950         
7951         Horizontal scroll on selection also.
7952
7953 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7954
7955         * shell/ev-metadata-manager.c: (parse_value):
7956         * shell/ev-view.c: (goto_xyz_link):
7957         
7958         Correct zoom setup and metadata save broken in 
7959         some locales.
7960
7961 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7962
7963         * shell/ev-view-private.h:
7964         * shell/ev-view.c: (scroll_to_current_page),
7965         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7966         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7967         (page_changed_cb), (ev_view_set_continuous),
7968         (ev_view_set_dual_page), (ev_view_set_presentation):
7969         
7970         Delay scroll until allocation to correctly position page. Fix
7971         for the bug #317334.
7972
7973 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7974
7975         * NEWS:
7976         * configure.ac:
7977         
7978         Update NEWS and require poppler 0.5.0.
7979
7980 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7981         
7982         * data/evince-ui.xml:
7983         * shell/ev-view-private.h:
7984         * shell/ev-view.c: (ev_view_get_link_at_location),
7985         (handle_link_over_xy), (ev_view_button_press_event),
7986         (ev_view_button_release_event), (ev_view_class_init):
7987         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7988         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7989         (ev_window_init):
7990         
7991         Implement right-click context menu.
7992
7993 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7994
7995         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7996         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7997         (mdvi_pixbuf_device_render):
7998         * pdf/ev-poppler.cc:
7999
8000         Don't generate thumbnails with alpha. See bug #324077.
8001         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8002
8003 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8004
8005         * shell/ev-window.c: (setup_chrome_from_metadata):
8006         
8007         Fix typo that was hiding toolbar.
8008
8009 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8010
8011         * shell/ev-view-private.h:
8012         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8013         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8014         (ev_view_button_release_event), (ev_view_destroy):
8015         
8016         Small cleanup and autoscrolling during selection. Thanks to 
8017         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8018
8019 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8020
8021         * configure.ac:
8022         
8023         Correctly check for comics option.
8024
8025 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8026         * Makefile.am:
8027         * configure.ac:
8028         * backend/Makefile.am:
8029         * backend/ev-document-factory.c:
8030         * shell/ev-document-types.c:
8031
8032         Included option in configure to make ps backend 
8033         compilation optional with --disable-ps.
8034
8035 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8036
8037         * backend/ev-document-factory.c:
8038         * comics/Makefile.am:
8039         * comics/comics-document.c: (comics_document_load):
8040         * comics/ev-cbr-mime.xml:
8041         * configure.ac:
8042         
8043         Comics mime types are added to shared-mime-info CVS. Now
8044         we don't need to install our own mime types.
8045
8046 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8047
8048         * shell/ev-window.c:
8049         
8050         Add shortcut for "save a copy" menu entry. Fix for
8051         the bug #324582.
8052
8053 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8054
8055         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8056         (job_finished_cb), (new_selection_pixbuf_needed),
8057         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8058         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8059         
8060         Rework selection job info logic and fix critical warning.
8061
8062 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8063
8064         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8065
8066 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8067
8068         * data/evince-ui.xml:
8069         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8070         
8071         Enter as shortcut key for next page. Fix for the bug
8072         #321394.
8073
8074 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8075
8076         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8077
8078 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8079
8080         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8081         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8082         (new_selection_pixbuf_needed),
8083         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8084         (clear_job_selection):
8085         
8086         Too early for 0.5. Pixbuf cache code cleaned a bit.
8087
8088 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8089
8090         * NEWS:
8091         * configure.ac:
8092         
8093         Release 0.5.0 preparation
8094
8095 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8096
8097         * comics/Makefile.am:
8098         * configure.ac:
8099         * shell/ev-document-types.c: (ev_document_types_add_filters):
8100         
8101         More advanced handling of custom mime type installation.
8102
8103 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8104
8105         * data/evince.schemas.in:
8106         * shell/ev-metadata-manager.c: (value_free),
8107         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8108         (ev_metadata_manager_get), (ev_metadata_manager_set):
8109         * shell/ev-metadata-manager.h:
8110         * shell/ev-window.c: (update_chrome_flag),
8111         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8112         (setup_document_from_metadata), (setup_chrome_from_metadata),
8113         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8114         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8115         (ev_window_view_toolbar_cb),
8116         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8117         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8118         
8119         Save last document settings and reuse them for new documents.
8120
8121 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8122
8123         * Makefile.am:
8124         * backend/Makefile.am:
8125         * backend/ev-document-factory.c:
8126         * backend/ev-document-factory.h:
8127         * comics/Makefile.am:
8128         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8129         (comics_document_load), (comics_document_save),
8130         (comics_document_get_n_pages), (comics_document_get_page_size),
8131         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8132         (comics_document_class_init), (comics_document_can_get_text),
8133         (comics_document_get_info), (comics_document_document_iface_init),
8134         (comics_document_init), (get_supported_image_extensions),
8135         (comics_document_thumbnails_get_geometry),
8136         (comics_document_thumbnails_get_thumbnail),
8137         (comics_document_thumbnails_get_dimensions),
8138         (comics_document_document_thumbnails_iface_init), (extract_argv):
8139         * comics/comics-document.h:
8140         * comics/ev-cbr-mime.xml:
8141         * configure.ac:
8142         * po/POTFILES.in:
8143         * shell/ev-application.c: (ev_application_register_service):
8144         * shell/ev-document-types.c: (ev_document_types_add_filters):
8145         * thumbnailer/Makefile.am:
8146         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8147         
8148         New CBR/CBZ backend for comic books.
8149
8150 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8151
8152         * shell/main.c: (load_files_remote):
8153
8154         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8155         warning on startup of second instance is fixed. It
8156         is bug #320353.
8157
8158 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8159
8160         * shell/ev-window.c: (ev_window_finalize):
8161         
8162         Fix double free that cause crash.
8163
8164 2005-10-29  Bastien Nocera <hadess@hadess.net>
8165
8166         * tiff/tiff-document.c: (tiff_document_load):
8167         
8168         Fix memory leak.
8169
8170 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8171
8172         * po/POTFILES.in:
8173         * shell/Makefile.am:
8174         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8175         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8176         (ev_view_accessible_get_text),
8177         (ev_view_accessible_get_character_at_offset),
8178         (ev_view_accessible_get_text_before_offset),
8179         (ev_view_accessible_get_text_at_offset),
8180         (ev_view_accessible_get_text_after_offset),
8181         (ev_view_accessible_get_character_count),
8182         (ev_view_accessible_get_caret_offset),
8183         (ev_view_accessible_set_caret_offset),
8184         (ev_view_accessible_get_run_attributes),
8185         (ev_view_accessible_get_default_attributes),
8186         (ev_view_accessible_get_character_extents),
8187         (ev_view_accessible_get_offset_at_point),
8188         (ev_view_accessible_get_n_selections),
8189         (ev_view_accessible_get_selection),
8190         (ev_view_accessible_add_selection),
8191         (ev_view_accessible_remove_selection),
8192         (ev_view_accessible_set_selection),
8193         (ev_view_accessible_text_iface_init),
8194         (ev_view_accessible_idle_do_action),
8195         (ev_view_accessible_action_do_action),
8196         (ev_view_accessible_action_get_n_actions),
8197         (ev_view_accessible_action_get_description),
8198         (ev_view_accessible_action_get_name),
8199         (ev_view_accessible_action_set_description),
8200         (ev_view_accessible_action_iface_init),
8201         (ev_view_accessible_get_type), (ev_view_accessible_new),
8202         (ev_view_accessible_factory_get_accessible_type),
8203         (ev_view_accessible_factory_create_accessible),
8204         (ev_view_accessible_factory_class_init),
8205         (ev_view_accessible_factory_get_type):
8206         * shell/ev-view-accessible.h:
8207         * shell/ev-view-private.h:
8208         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8209         * shell/ev-view.h:
8210         
8211         Initial accessibility support.
8212
8213 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8214
8215         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8216
8217 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8218
8219         * shell/ev-print-job.c: (idle_print_handler):
8220         
8221         Fix for bug Bug 318916: Printing multiple pages.
8222
8223 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8224
8225         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8226
8227 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8228
8229         * pdf/ev-poppler.cc:
8230         
8231         Thumnail dimensions unified with other backends.
8232         
8233         * shell/ev-window-title.c: (ev_window_title_update):
8234         
8235         Fix warning.
8236
8237 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8238
8239         * data/ev-stock-zoom-fit-width.png:
8240         
8241         Remove unused file.
8242
8243 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8244
8245         * configure.ac:
8246         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8247         (djvu_document_finalize):
8248         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8249         (dvi_document_finalize):
8250         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8251         (pixbuf_document_save), (pixbuf_document_finalize):
8252         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8253         (tiff_document_finalize):
8254         
8255         Save a copy implemented for various backends.
8256
8257 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8258
8259         * configure.ac:
8260         
8261         Don't link with ltiff if tiff is disabled.
8262
8263 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8264
8265         * pdf/GDKSplashOutputDev.cc:
8266         * pdf/GDKSplashOutputDev.h:
8267         * pdf/Thumb.cc:
8268         * pdf/Thumb.h:
8269         * pdf/pdf-document.cc:
8270         * pdf/pdf-document.h:
8271         * pdf/test-gdk-output-dev.cc:
8272         
8273         Remove old unused files.
8274
8275 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8276
8277         * shell/ev-window.c: (ev_window_setup_document):
8278         
8279         Fixed warnings on reload and probably crash reason.
8280
8281 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8282
8283         * properties/ev-properties-view.c:
8284         (ev_properties_view_format_date):
8285         
8286         Check if date is invalid. Fix for bug 318134.
8287
8288 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8289
8290         * shell/ev-window-title.c:
8291         
8292         Add .indd files (Adobe Indesign) to the list of "bad
8293         extensions".
8294
8295 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8296
8297         * data/evince-ui.xml:
8298         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8299         
8300         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8301
8302 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8303
8304         * shell/ev-window.c: (launch_link), (launch_external_uri),
8305         (view_external_link_cb):
8306
8307         URL-escape link before passing it to gnome_vfs_url_show.
8308
8309 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8310
8311         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8312         there isn't text selected.
8313
8314 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8315
8316         * shell/ev-view.c: (handle_link_over_xy):
8317
8318         Check tooltip is valid utf8 before showing it
8319
8320 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8321
8322         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8323
8324 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8325
8326         * shell/ev-window-title.c: (ev_window_title_update):
8327
8328         Guard against using g_strstrip on NULL. Fixes bug #317291.
8329
8330 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8331
8332         * pdf/ev-poppler.cc:
8333
8334         Show title even for unknown links
8335
8336 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8337
8338         * shell/ev-window-title.c: (ev_window_title_update):
8339
8340         Strip the title string
8341
8342 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8343
8344         * shell/ev-window-title.c:
8345
8346         Add .rtf to the bad extensions list
8347
8348 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8349
8350         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8351         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8352
8353         Ignore link coordinates if they are outside page bounds
8354
8355 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8356
8357         * backend/ev-link.c: (ev_link_type_get_type),
8358         (ev_link_get_filename), (ev_link_get_params),
8359         (ev_link_get_property), (ev_link_set_property),
8360         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8361         * backend/ev-link.h:
8362         * pdf/ev-poppler.cc:
8363         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8364         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8365         (ev_window_init):
8366
8367         Implement launch links. Delegate external link opening to
8368         the window.
8369
8370 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8371
8372         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8373         (ev_link_get_right), (ev_link_get_property),
8374         (ev_link_set_property), (ev_link_class_init),
8375         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8376         * backend/ev-link.h:
8377         * pdf/ev-poppler.cc:
8378         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8379
8380         Implement fitr links
8381
8382 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8383
8384         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8385         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8386         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8387         (ev_view_size_request_continuous),
8388         (ev_view_size_request_dual_page),
8389         (ev_view_size_request_single_page), (ev_view_size_allocate),
8390         (ev_view_zoom_for_size_continuous_and_dual_page),
8391         (ev_view_zoom_for_size_continuous),
8392         (ev_view_zoom_for_size_dual_page),
8393         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8394         (ev_sizing_mode_get_type):
8395         * shell/ev-view.h:
8396         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8397
8398         Do not use modes for link, we need to calculate size ad hoc.
8399         Still not perfect because of the usual scrollbar issues grrr.
8400
8401 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8402
8403         * backend/ev-link.c: (ev_link_type_get_type),
8404         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8405         * backend/ev-link.h:
8406         * pdf/ev-poppler.cc:
8407         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8408         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8409         (ev_view_size_request_continuous),
8410         (ev_view_size_request_dual_page),
8411         (ev_view_size_request_single_page), (ev_view_size_allocate),
8412         (zoom_for_size_fit_height),
8413         (ev_view_zoom_for_size_continuous_and_dual_page),
8414         (ev_view_zoom_for_size_continuous),
8415         (ev_view_zoom_for_size_dual_page),
8416         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8417         (ev_sizing_mode_get_type):
8418         * shell/ev-view.h:
8419         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8420
8421         Implement FIT_HEIGHT mode (only for links).
8422         Implement FITH links
8423
8424 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8425
8426         * shell/ev-window-title.c: (get_filename_from_uri),
8427         (ev_window_title_sanitize_extension), (ev_window_title_update),
8428         (ev_window_title_set_document), (ev_window_title_set_uri),
8429         (ev_window_title_free):
8430         * shell/ev-window-title.h:
8431         * shell/ev-window.c: (ev_window_setup_document),
8432         (ev_window_popup_password_dialog):
8433
8434         Refactor window title building while fixing it for
8435         password documents.
8436
8437 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8438
8439         * pdf/ev-poppler.cc:
8440
8441         Escape link title before setting it in the model
8442
8443 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8444
8445         * shell/ev-application.c: (removed_from_session), (save_session),
8446         (init_session), (ev_application_get_empty_window),
8447         (ev_application_init), (ev_application_get_windows):
8448         * shell/ev-application.h:
8449         * shell/ev-window.c: (ev_window_finalize):
8450
8451         Add a function to retrieve window list and share it where
8452         necessary.
8453         Implement session handling, works pretty well thanks to the
8454         metadata system.
8455
8456 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8457
8458         * shell/ev-password.c: (ev_password_item_created_callback),
8459         (ev_password_dialog_save_password):
8460         
8461         Fix for bug 316972. Use async gnome-keyring API.
8462
8463 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8464
8465         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8466         Remove unused unrealize handler. Add scroll handling to
8467         ev_view_scroll_event for presentation mode (bug #316708),
8468         and fix the event state checks there.
8469
8470 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8471
8472         * shell/ev-page-action.c: (page_changed_cb):
8473
8474         "marco, maybe we should be crazy and jump right to 6! :)"
8475
8476         Bryan Clark, Sep 2005
8477
8478 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8479
8480         * ps/ps-document.c: (save_document), (ps_document_save),
8481         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8482         (ps_document_ps_export_end):
8483
8484         Fix unstructured documents save and print
8485
8486 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8487
8488         * shell/ev-application.c: (ev_application_open_uri):
8489
8490         Fix window size persistance
8491
8492 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8493
8494         * shell/ev-view.c: (ev_view_button_release_event):
8495
8496         Based on a patch from carlosgc@gnome.org. Mouse buttons
8497         switch pages in presentation mode.
8498
8499 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8500
8501         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8502
8503         Dont cast to int before scaling
8504
8505 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8506
8507         * backend/ev-link.c: (ev_link_type_get_type),
8508         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8509         (ev_link_new_page_fith):
8510         * backend/ev-link.h:
8511         * pdf/ev-poppler.cc:
8512         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8513
8514         Implement FIT and FITH links
8515
8516 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8517
8518         * pdf/ev-poppler.cc:
8519
8520         Return 0 results when search is not in progress.
8521
8522         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8523         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8524
8525         Update menu sensitivity when cancelling search
8526
8527 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8528
8529         * shell/ev-view.c: (ev_view_can_find_next):
8530
8531         Take all pages in consideration, not just current one
8532
8533 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8534
8535         * shell/ev-page-cache.c:
8536         * shell/ev-page-cache.h:
8537         * shell/ev-view.c: (ev_view_binding_activated),
8538         (ev_view_next_page), (ev_view_previous_page),
8539         (ev_sizing_mode_get_type):
8540         * shell/ev-view.h:
8541         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8542         (ev_window_cmd_go_next_page):
8543
8544         Move page next/previous functions from page chace to
8545         view and change it to move by 2 page steps in dual mode.
8546
8547 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8548
8549         * shell/ev-window.c: (update_sidebar_visibility),
8550         (setup_sidebar_from_metadata), (ev_window_setup_document),
8551         (setup_view_from_metadata):
8552
8553         Show the index by default when there is one     
8554
8555 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8556
8557         * shell/ev-window-title.c: (ev_window_title_set_document):
8558
8559         Missing null check
8560
8561 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8562
8563         * shell/ev-view.c: (view_update_range_and_current_page):
8564         
8565         Allow display of last odd page in dual view. Fix for 316347.
8566
8567 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8568
8569         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8570         
8571         Make close button default. Fix for 316383.
8572
8573 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8574
8575         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8576         
8577         Mark close button as default. Fix for 316381.
8578
8579 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8580
8581         * backend/ev-link.c: (ev_link_class_init):
8582
8583         Allow negative doubles in left/top properties
8584
8585 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8586
8587         * shell/ev-window.c:
8588
8589         Remove a bunch of strings that was used only
8590         by the statusbar.
8591
8592 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8593
8594         * shell/ev-window-title.c: (get_filename_from_uri),
8595         (ev_window_title_set_document):
8596
8597         When title has a confusing extension, show also
8598         the document filename inside ()
8599
8600 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8601
8602         * shell/Makefile.am:
8603         * shell/ev-window-title.c: (ev_window_title_new),
8604         (ev_window_title_update), (ev_window_title_set_type),
8605         (ev_window_title_set_document), (ev_window_title_free):
8606         * shell/ev-window-title.h:
8607         * shell/ev-window.c: (ev_window_setup_document),
8608         (password_dialog_response), (ev_window_popup_password_dialog),
8609         (ev_window_dispose), (ev_window_init):
8610
8611         Factor out and cleanup window title code
8612
8613 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8614
8615         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8616         (unable_to_load):
8617
8618         Make dialog transient so it doesnt block other windows
8619
8620 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8621
8622         * pdf/ev-poppler.cc:
8623         
8624         Fix pdf thumbnails rendering.
8625
8626 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8627
8628         * shell/ev-window.c: (fullscreen_set_timeout):
8629         
8630         Increase timeout to hide full screen popup. Bug 
8631         316123. 
8632
8633 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8634
8635         * data/evince.schemas.in:
8636         * shell/ev-window.c: (update_action_sensitivity):
8637
8638         Allow the user to override document restrictions. Fix for bug
8639         305818.
8640
8641 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8642
8643         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8644         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8645         (ev_window_class_init): Fix multihead behaviour of fullscreen
8646         toolbar popup. Fixes bug #315451.
8647
8648 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8649
8650         * configure.ac:
8651         * data/evince-password.glade:
8652         * shell/ev-password.c: (ev_password_dialog_set_property),
8653         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8654         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8655         (ev_password_dialog_entry_changed_cb),
8656         (ev_password_dialog_entry_activated_cb),
8657         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8658         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8659         (ev_password_dialog_set_bad_pass):
8660         * shell/ev-password.h:
8661         * shell/ev-window.c: (password_dialog_response),
8662         (ev_window_popup_password_dialog):
8663         
8664         Support for gnome-keyring for encrypted PDF's.
8665
8666 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8667
8668         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8669         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8670         (ev_view_enter_notify_event), (ev_view_class_init):
8671         
8672         More precise handling of enter_notify/leave_notify events
8673         in EvView. Fix for bug 315470.
8674
8675 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8676
8677         * shell/ev-window.c: (fullscreen_timeout_cb),
8678         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8679         (ev_window_dispose):
8680
8681         leak fix: unref fullscreen_timeout_source before clearing it
8682
8683 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8684
8685         * configure.ac, dvi/mdvi/Makefile.am: 
8686         
8687         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8688
8689 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8690
8691         * backend/ev-link.c: (ev_link_new_page_xyz):
8692         * pdf/ev-poppler.cc:
8693         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8694
8695         Fix some bugs with xyz links, respect zoom
8696
8697 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8698
8699         * shell/ev-window.c: (page_changed_cb),
8700         (setup_document_from_metadata), (update_sidebar_visibility),
8701         (setup_view_from_metadata), (ev_window_run_fullscreen),
8702         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8703         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8704         (ev_window_dual_mode_changed_cb),
8705         (ev_window_sidebar_current_page_changed_cb):
8706
8707         null check uri before setting and getting metadata
8708
8709 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8710
8711         * dvi/Makefile.am:
8712         * properties/Makefile.am:
8713         * shell/Makefile.am:
8714         * thumbnailer/Makefile.am:
8715
8716         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8717
8718 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8719
8720         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8721         (selection_changed_callback):
8722         * shell/ev-sidebar-links.h:
8723
8724         Add a signal for link activation.
8725
8726         * shell/ev-view.c: (ev_view_goto_link),
8727         (ev_view_button_release_event):
8728         * shell/ev-view.h:
8729         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8730         (ev_window_init):
8731
8732         Implement the signal so that we can handle all link types.
8733
8734         * shell/ev-page-cache.c:
8735
8736         Remove unused set_link function
8737
8738 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8739
8740         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8741
8742         Add some space from the cursor, hardcoded but I couldnt
8743         find a better way.
8744
8745 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8746
8747         * lib/ev-tooltip.c:
8748
8749         Use mozilla style vs gtk style, way better for links.
8750
8751         * shell/ev-view.c: (ev_view_motion_notify_event),
8752         (ev_view_destroy), (ev_view_init):
8753
8754         Deactive tooltip when the link hovered is changed.
8755
8756 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8757
8758         * backend/ev-document.h:
8759         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8760         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8761         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8762         (ev_link_new_page), (ev_link_new_page_xyz):
8763         * backend/ev-link.h:
8764         * pdf/ev-poppler.cc:
8765         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8766         (go_to_link), (tip_from_link):
8767
8768         Implement xyz links, still not functional. Links are a total
8769         mess, will need to refactor and bugfix a lot :(
8770
8771 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8772
8773         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8774
8775 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8776
8777         * data/evince-ui.xml:
8778         * data/evince.schemas.in:
8779         * shell/Makefile.am:
8780         * shell/ev-window.c: (update_chrome_visibility),
8781         (password_dialog_response), (ev_window_load_job_cb),
8782         (ev_window_xfer_job_cb), (ev_window_open_uri),
8783         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8784         (ev_window_init):
8785
8786         Remove the statusbar. This regress loading feedback, need to
8787         check with Bryan what we want to do there...
8788
8789 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8790
8791         * lib/ev-tooltip.c: (ev_tooltip_init):
8792
8793         Fix tooltip border and size handling
8794
8795 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8796
8797         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8798         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8799         (ev_tooltip_timeout), (ev_tooltip_activate),
8800         (ev_tooltip_deactivate):
8801         * lib/ev-tooltip.h:
8802         * shell/ev-view.c: (ev_view_motion_notify_event):
8803
8804         Delay popup showing. Mirror gtk logic/times.
8805
8806 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8807
8808         * lib/Makefile.am:
8809         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8810         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8811         (ev_tooltip_set_text), (ev_tooltip_set_position):
8812         * lib/ev-tooltip.h:
8813
8814         Simple widget to show tooltips at a custom position
8815
8816         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8817         (ev_view_destroy):
8818
8819         Use it for links. First go, needs work
8820
8821 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8822
8823         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8824         HIG fixes.  Use title capitalization for window title. Use 12 
8825         pixels of space between the dialog's vbox and action area.
8826
8827 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8828
8829         * shell/ev-window.c: (file_open_dialog_response_cb),
8830         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8831         (ev_window_cmd_save_as):
8832
8833         Make file pickers not modal and refactor code some
8834
8835 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8836
8837         * shell/ev-sidebar.h:
8838         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8839         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8840         (ev_sidebar_class_init), (ev_sidebar_select_page),
8841         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8842         (ev_sidebar_set_page):
8843
8844         Add a current page property and allow to get/set it
8845
8846         * shell/ev-window.c: (setup_view_from_metadata),
8847         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8848
8849         Persist current sidebar page per document
8850
8851 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8852
8853         * data/evince.schemas.in:
8854         * shell/ev-window.c: (update_chrome_visibility),
8855         (setup_document_from_metadata), (update_sidebar_visibility),
8856         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8857         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8858         (ev_window_run_presentation), (ev_window_stop_presentation),
8859         (ev_window_view_sidebar_cb),
8860         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8861         (load_chrome), (ev_window_init):
8862
8863         Persist size/visibility of sidebar per document
8864
8865 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8866
8867         * shell/ev-view.c (draw_loading_text): Draw loading text.
8868
8869 2005-09-02  Dan Damian  <dand@gnome.ro>
8870
8871         * configure.in: Added "ro" to ALL_LINGUAS.
8872
8873 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8874
8875         * shell/ev-view.c: (clear_caches):
8876
8877         ev_page_cache_get doesnt return a reference,
8878         dont try to unref it.
8879
8880 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8881
8882         * shell/main.c: (load_files_remote):
8883
8884         Fix timestamp parameter with dbus <= 0.33
8885
8886 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8887
8888         * data/evince.schemas.in:
8889
8890         Add missing full stop
8891
8892 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8893
8894         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8895         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8896
8897         Plug some memory leaks
8898
8899 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8900
8901         * configure.ac:
8902         * lib/ev-debug.c: (trap_handler):
8903
8904         Check for execinfo.h and use it only if it exists.
8905         Ported from Epiphany (bug #314776).
8906
8907 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8908
8909         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8910
8911 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8912
8913         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8914         * po/id.po      : Added Indonesian translation
8915
8916 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8917
8918         * shell/main.c:
8919         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8920         * NEWS: Release 0.4.0
8921
8922 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8923
8924         * configure.ac: catch another gtk+-2.8ism
8925         * shell/main.c: Make work with gtk+-2.6
8926
8927 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8928
8929         * shell/ev-application-service.xml: Add 'timestamp' argument to
8930           ev_application_open_window and ev_application_open_uri methods.
8931
8932         * shell/ev-application.h: Add 'timestamp' argument to
8933           ev_application_open_window, ev_application_open_uri,
8934           and ev_application_open_uri_list functions.
8935
8936         * shell/ev-application.c (ev_application_open_window,
8937           ev_application_open_uri, ev_application_open_uri_list): Change
8938           functions that show/present windows to use a timestamp if one
8939           is passed in.
8940
8941         * shell/ev-window.c (ev_window_cmd_file_open,
8942           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8943         * shell/main.c (load_files): Modify calls to ev_application to
8944           include GDK_CURRENT_TIME as timestamp.
8945
8946         * shell/main.c (load_files_remote): Obtain timestamp for client
8947           instance from GDK and pass to server instance so new windows are
8948           focused properly.  Fix dbus_g_proxy_call() calls by including second
8949           G_TYPE_INVALID.
8950           
8951         Closes bug #314475.
8952
8953 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8954
8955         * shell/ev-window.c (ev_window_finalize): Check for
8956         avail. EvWindows when quiting to handle the finalize better,
8957         #314497
8958
8959 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8960         
8961         * properties/ev-properties-view.c: 
8962         
8963         Set textdomain to libglade. Fixes translation problem in property page.
8964
8965 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8966
8967         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8968         * dvi/Makefile.am:
8969         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8970         * dvi/mdvi-lib/Makefile.am:
8971         
8972         Fix rotation of thumbnails, ported to new API. Moved library
8973         dependencies earlier, probably it will fix linkage problem.
8974
8975 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8976
8977         * backend/ev-document-misc.c:
8978         (ev_document_misc_get_thumbnail_frame):
8979         * backend/ev-document-misc.h:
8980         * configure.ac:
8981         * pdf/ev-poppler.cc:
8982         * shell/Makefile.am:
8983         * shell/ev-sidebar-thumbnails.c: (add_range),
8984         (ev_sidebar_thumbnails_set_loading_icon),
8985         (ev_sidebar_thumbnails_refresh),
8986         (ev_sidebar_thumbnails_set_document):
8987         * shell/ev-sidebar-thumbnails.h:
8988         * shell/ev-view.c: (ev_view_motion_notify_event),
8989         (ev_view_set_property), (ev_view_get_property),
8990         (ev_view_class_init), (ev_view_set_rotation):
8991         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8992         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8993         (ev_window_init):
8994         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8995         Redo rotation (again).  prepare for 0.4.0
8996
8997 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8998
8999         * configure.ac: Bump poppler requirement to 0.4.1.
9000
9001         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9002         argument to poppler_page_render_selection() call.
9003
9004 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9005
9006         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9007         (djvu_document_thumbnails_get_thumbnail):
9008         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9009         (dvi_document_thumbnails_get_thumbnail):
9010         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9011         (pixbuf_document_thumbnails_get_thumbnail):
9012         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9013         
9014         Update rotation direction of backends to fit with pdf and ps.
9015
9016 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9017
9018         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9019         * backend/ev-async-renderer.h:
9020         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9021         (setup_page), (ps_document_get_page_size),
9022         (ps_async_renderer_render_pixbuf):
9023         * ps/ps-document.h:
9024         * shell/ev-jobs.c: (ev_job_render_run):
9025
9026         Fix orientation in the postscript document
9027
9028 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9029
9030         * pdf/ev-poppler.cc:
9031         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9032         * shell/ev-view.c: (highlight_find_results):
9033
9034         Adapt to the new poppler rotation API. Fix text maps on landscape
9035         documents.
9036
9037 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9038
9039         * shell/ev-view.c (compute_new_selection_text): get the correct
9040         region when selecting in modes other than continuous.
9041
9042 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9043
9044         * shell/main.c (main): remove redundant g_warnings.
9045
9046 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9047
9048         * shell/Makefile.am: Don't include autogenerated
9049         file ev-application-service.h into distribution, since
9050         it causes dbus crash. Fix for bugs 313724 and 313443. 
9051
9052 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9053
9054         * configure.ac: Fix sed expression for FreeBSD. Thanks
9055         to Joe Marcus Clark <marcus@freebsd.org>
9056         
9057         * shell/eggfindbar.c: (entry_activate_callback),
9058         (entry_changed_callback), (egg_find_bar_init),
9059         (egg_find_bar_set_search_string):
9060         
9061         Made findbar buttons unsensitive if there is no text in
9062         entry. Fix for the bug 313285.
9063
9064 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9065
9066         * ps/ps-document.c: Use g_filename_display_name for displaying
9067         filenames and revert string freeze breackage
9068
9069 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9070
9071         * NEWS:
9072         * configure.ac:
9073
9074         Update for 0.3.4
9075
9076         * shell/Makefile.am:
9077
9078         Add ev-application-service.xml to extra dist
9079
9080         * shell/ev-view.c: (find_page_at_location):
9081
9082         Remove unused function (fix warning)
9083
9084 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9085
9086         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9087         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9088         
9089         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9090         bug 313623.
9091
9092 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9093
9094         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9095         * shell/ev-window.c:
9096         Fix build warnings
9097
9098 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9099
9100         * configure.ac: Update script to get dbus version.
9101         Fix for the bug #313443.
9102
9103 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9104
9105         * shell/ev-window.c: (ev_window_cmd_escape):
9106         
9107         Return focus back to view on escape. Fix for bug 313295.
9108
9109 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9110
9111         * shell/ev-window.c: (update_window_title),
9112         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9113         (ev_window_cmd_save_as):
9114         
9115         Correct conversion from uri to displayable string. Fix for
9116         bug 313296.
9117
9118 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9119
9120         * ps/ps-document.c: convert filename to utf8 when there is an error
9121         loading document. Fixes #309915
9122
9123 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9124
9125         * configure.ac:
9126
9127         We depend on poppler 0.4.0
9128
9129 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9130
9131         * configure.ac:
9132         * NEWS: Release 0.3.3.
9133         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9134
9135 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9136
9137         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9138         add a couple missing mnemonics to menu items, use title 
9139         capitalization for menu items and window titles, and add 
9140         ellipsis to open menu item.     
9141
9142 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9143
9144         * pdf/ev-poppler.cc:
9145         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9146         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9147         (ev_view_get_rotation):
9148         * shell/ev-view.h:
9149         * shell/ev-window.c: (setup_view_from_metadata),
9150         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9151         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9152         disk.
9153
9154 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9155
9156         * configure.ac: Added tr to ALL_LINGUAS
9157
9158 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9159
9160         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9161         requires several clicks to find word. Thanks to 
9162         Colin Slater <kiltedtaco@gmail.com>.
9163
9164 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9165
9166         * data/evince.desktop.in.in: Hide menu entry and
9167         rename it to "Document Viewer". Fix for bug 
9168         #312399.
9169
9170 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9171
9172         * shell/ev-page-action.c (ev_page_action_class_init): 
9173
9174         Point to the correct function in constructor of the
9175         activate_label signal
9176
9177 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9178
9179         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9180         * shell/ev-jobs.h: Make thread safe.
9181
9182 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9183
9184         * shell/ev-view.c: (view_update_range_and_current_page):
9185         Don't update page range if we are scrolling to some document
9186         point.
9187
9188 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9189
9190         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9191         when getting max_page_width, fix drawing in dual mode.
9192
9193 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9194
9195         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9196         getting the area for select_all.
9197
9198 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9199
9200         * backend/ev-selection.c: (ev_selection_render_selection):
9201         * backend/ev-selection.h:
9202         * pdf/ev-poppler.cc:
9203         * shell/ev-jobs.c: (ev_job_render_new):
9204         * shell/ev-jobs.h:
9205         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9206         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9207         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9208         (ev_view_class_init):
9209
9210         Change selection color on focus in and focus out events.  Also,
9211         poppler now uses GdkColor for specifying the selection colors, so
9212         drop some awkward conversion code.
9213
9214 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9215
9216         * configure.ac: Added Hebrew translation
9217
9218 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9219
9220         * NOTES:
9221         * backend/ev-selection.c: (ev_selection_render_selection):
9222         * backend/ev-selection.h:
9223         * pdf/ev-poppler.cc:
9224         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9225         (ev_job_render_run):
9226         * shell/ev-jobs.h:
9227         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9228         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9229         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9230         (ev_pixbuf_cache_style_changed),
9231         (ev_pixbuf_cache_get_selection_pixbuf),
9232         (ev_pixbuf_cache_set_selection_list),
9233         (ev_pixbuf_cache_get_selection_list):
9234         * shell/ev-pixbuf-cache.h:
9235         * shell/ev-utils.c: (ev_print_region_contents):
9236         * shell/ev-utils.h:
9237         * shell/ev-view.c: (ev_view_queue_draw_page),
9238         (selection_update_idle_cb), (ev_view_motion_notify_event),
9239         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9240         (setup_caches), (ev_view_find_next), (merge_selection_region),
9241         (selection_free):
9242         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9243
9244         Clean up selection to be much smoother!
9245
9246 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9247
9248         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9249         to poppler_page_render_selection().
9250
9251 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9252
9253         * ps/ps-document.c: (save_page_list): Use
9254         unzipped document when printing. Thanks to 
9255         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9256         311016.
9257
9258 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9259
9260         * shell/ev-window.c: (update_action_sensitivity):
9261         
9262         Disable print and save respect to lockdown gconf keys. Fix
9263         for 312342.
9264
9265 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9266
9267         * configure.ac:
9268         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9269         (write_to_temp_file), (ev_file_set_contents):
9270         * shell/ev-utils.h:
9271         * shell/ev-window.c: (save_print_config_to_file):
9272         
9273         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9274         Fix for bug 312238
9275
9276 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9277
9278         * shell/ev-window.c: (load_print_config_from_file),
9279         (save_print_config_to_file), (ev_window_print_range):
9280
9281         Persist the print settings. Fixes bug #311578.
9282
9283 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9284
9285         * djvu/djvu-document.c: (djvu_document_get_page_size),
9286         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9287         (djvu_document_thumbnails_get_thumbnail):
9288         * dvi/dvi-document.c: (dvi_document_get_page_size),
9289         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9290         (dvi_document_thumbnails_get_dimensions),
9291         (dvi_document_thumbnails_get_thumbnail):
9292         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9293         (pixbuf_document_render_pixbuf),
9294         (pixbuf_document_document_iface_init),
9295         (pixbuf_document_thumbnails_get_thumbnail):
9296         
9297         Update backends to make them build with new rotation system.
9298
9299 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9300
9301         * help/C/figures/evince_start_window.png:
9302         
9303         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9304
9305 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9306
9307         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9308         * shell/ev-pixbuf-cache.h:
9309         * shell/ev-sidebar-thumbnails.c:
9310         (ev_sidebar_thumbnails_get_property), (add_range),
9311         (adjustment_changed_cb):
9312         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9313         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9314         we were thumbnailing the entire docment on startup, slowing us
9315         down hugely. 
9316
9317 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9318
9319         * shell/ev-page-cache.c: (ev_page_cache_new):
9320         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9321         == 0, fixes #310306.
9322
9323 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9324
9325         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9326         (ev_view_rotate_left):
9327
9328         Account rotation in doc_rect_to_view_rect.
9329         Ensure rotation doesnt go out of bounds.
9330
9331 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9332
9333         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9334
9335         Correct and cleanup w/h swapping
9336
9337 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9338
9339         * backend/ev-document-thumbnails.c:
9340         (ev_document_thumbnails_get_thumbnail):
9341         * backend/ev-document-thumbnails.h:
9342         * backend/ev-document.c:
9343         * backend/ev-document.h:
9344         * backend/ev-render-context.c: (ev_render_context_new),
9345         (ev_render_context_set_rotation):
9346         * backend/ev-render-context.h:
9347         * pdf/ev-poppler.cc:
9348         * ps/ps-document.c: (ps_document_document_iface_init):
9349         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9350         * shell/ev-jobs.h:
9351         * shell/ev-page-cache.c: (build_height_to_page),
9352         (ev_page_cache_new), (ev_page_cache_get_size),
9353         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9354         (ev_page_cache_get_height_to_page):
9355         * shell/ev-page-cache.h:
9356         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9357         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9358         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9359         (ev_pixbuf_cache_get_selection_pixbuf):
9360         * shell/ev-pixbuf-cache.h:
9361         * shell/ev-print-job.c: (idle_print_handler):
9362         * shell/ev-sidebar-thumbnails.c: (add_range):
9363         * shell/ev-view.c: (view_update_range_and_current_page),
9364         (get_page_y_offset), (get_page_extents),
9365         (ev_view_size_request_continuous_dual_page),
9366         (ev_view_size_request_continuous),
9367         (ev_view_size_request_dual_page),
9368         (ev_view_size_request_single_page), (draw_one_page),
9369         (ev_view_set_rotation), (ev_view_rotate_right),
9370         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9371         (ev_view_zoom_for_size_continuous_and_dual_page),
9372         (ev_view_zoom_for_size_continuous),
9373         (ev_view_zoom_for_size_dual_page),
9374         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9375         (ev_view_select_all):
9376         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9377         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9378         (tiff_document_document_iface_init),
9379         (tiff_document_thumbnails_get_thumbnail):
9380
9381         Use rotation rather than orientation. It's easier and enough
9382         for our needs.
9383
9384 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9385
9386         * shell/ev-page-cache.c: (build_height_to_page),
9387         (ev_page_cache_new), (ev_page_cache_get_size),
9388         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9389         (ev_page_cache_get_height_to_page):
9390         * shell/ev-page-cache.h:
9391         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9392         (ev_view_size_request_continuous_dual_page),
9393         (ev_view_size_request_continuous),
9394         (ev_view_zoom_for_size_continuous_and_dual_page),
9395         (ev_view_zoom_for_size_continuous):
9396
9397         Make the page cache aware of page orientation.
9398
9399 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9400
9401         * backend/ev-document-thumbnails.c:
9402         (ev_document_thumbnails_get_thumbnail):
9403         * backend/ev-document-thumbnails.h:
9404         * backend/ev-document.c:
9405         * backend/ev-document.h:
9406         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9407         * backend/ev-ps-exporter.h:
9408         * pdf/ev-poppler.cc:
9409         * ps/ps-document.c: (ps_document_document_iface_init),
9410         (ps_document_ps_export_do_page):
9411         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9412         * shell/ev-jobs.h:
9413         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9414         (ev_page_cache_get):
9415         * shell/ev-page-cache.h:
9416         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9417         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9418         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9419         * shell/ev-pixbuf-cache.h:
9420         * shell/ev-print-job.c: (idle_print_handler):
9421         * shell/ev-sidebar-thumbnails.c: (add_range):
9422         * shell/ev-view.c: (view_update_range_and_current_page),
9423         (get_page_extents), (ev_view_size_request_dual_page),
9424         (ev_view_size_request_single_page), (draw_one_page),
9425         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9426         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9427         (ev_view_zoom_for_size_dual_page),
9428         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9429         (ev_view_select_all):
9430         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9431         * tiff/tiff-document.c: (tiff_document_get_page_size),
9432         (tiff_document_get_orientation), (rotate_pixbuf),
9433         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9434         (tiff_document_thumbnails_get_thumbnail),
9435         (tiff_document_ps_export_do_page), (tiff_document_init):
9436
9437         Really make use of the orientation bit of the render context.
9438         Use the render context in a few more places in the backend API.
9439         This regress orientation, but now it's done right. Will try to
9440         fix it up asap...
9441
9442 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9443
9444         * shell/ev-view.c: (ensure_rectangle_is_visible):
9445
9446         Patch by Nickolay V. Shmyrev to fix find flickering
9447
9448 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9449
9450         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9451         duplex parameters to ::begin.
9452
9453         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9454         * shell/ev-print-job.c (idle_print_handler): 
9455         * ps/ps-document.c (ps_document_ps_export_begin): 
9456         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9457         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9458         implementations. Poppler backend needs poppler cvs. Rest has
9459         unchanged behavior.
9460
9461 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9462
9463         * shell/ev-window.c (using_pdf_printer): new function.
9464         (ev_window_print_range): print a less techy message if someone
9465         tries to print to PDF.
9466
9467 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9468
9469         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9470         from "unknown font" string. Bug #311431
9471
9472 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9473
9474         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9475
9476 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9477
9478         Bug #311280
9479         
9480         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9481         name for PopplerFontTypes
9482         (pdf_document_fonts_fill_model): add font type to the detail column
9483
9484         * backend/ev-document-fonts.h: added
9485         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9486
9487         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9488         font name and font details, add a little markup.
9489         (ev_properties_fonts_init): use the new cell data func, specify ypad
9490         property for the cell renderer.
9491         (ev_properties_fonts_set_document): add the details column.
9492
9493 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9494
9495         * configure.ac: Added "pl" to ALL_LINGUAS.
9496
9497 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9498
9499         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9500
9501 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9502
9503         * help/ChangeLog: Started this for translations of manual.
9504         * configure.ac, autogen.sh, .cvsignore: Migrated to
9505         gnome-doc-utils. Patch in bug #311222.
9506
9507 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9508
9509         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9510         #ifdef this away to fix an unused-function warning.
9511
9512 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9513
9514         * configure.ac: Added 'gl' to ALL_LINGUAS.
9515
9516 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9517
9518         * configure.ac: Added ne in ALL_LINGUAS
9519         
9520 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9521
9522         * shell/ev-view.c: (ev_view_leave_notify_event):
9523         
9524         Clear status message when pointer leaves view. Fix for bug
9525         #310818 
9526
9527 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9528
9529         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9530
9531 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9532
9533         * shell/ev-view.c: (ev_view_leave_notify_event),
9534         (ev_view_class_init):
9535         
9536         Set cursor to normal then leaving view.
9537
9538 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9539
9540         * configure.ac:
9541         
9542         Fix required djvulibre version.
9543
9544 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9545
9546         *configure.ac: Hindi (hi) language added
9547
9548 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9549
9550         *configure.ac: Punjabi (pa) Language added
9551
9552 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9553
9554         * data/evince-ui.xml, shell/ev-window.c:
9555         
9556         Add keypad accelerators for zooming. Fix for bug 308128.
9557
9558 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9559
9560         * Makefile.am:
9561         * backend/Makefile.am:
9562         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9563         * configure.ac:
9564         * shell/ev-document-types.c: (ev_document_types_add_filters):
9565
9566         Allow to enable/disable the pixbuf backend.
9567         Default to off for now. If we want it enabled we should
9568         really put mime types in the desktop, implement properties etc.
9569
9570         * properties/evince-properties.c:
9571
9572         Initialize error to NULL.
9573         Check error is not NULL before freeing.
9574
9575 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9576
9577         * shell/ev-window.c:
9578
9579         Use F5 as presentation accell
9580
9581 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9582
9583         * shell/ev-window.c: (update_chrome_visibility),
9584         (ev_window_create_fullscreen_popup), (ev_window_init):
9585
9586         Do not leak the fullscreen toolbar
9587
9588 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9589
9590         * shell/ev-window.c: (view_actions_focus_in_cb),
9591         (view_actions_focus_out_cb):
9592
9593         These has a return value! Fix totally random focus
9594         issues we was seeing.
9595
9596 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9597
9598         * shell/main.c: (load_files_remote):
9599
9600         Allow open more than one file
9601
9602 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9603
9604         * shell/main.c: (load_files_remote):
9605
9606         Fix for dbus 0.33. bug #309975
9607
9608 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9609
9610         * properties/ev-properties-main.c: (ev_properties_get_pages):
9611
9612         Actually return NULL for types we dont support
9613
9614 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9615
9616         * po/POTFILES.in:
9617
9618         Remove empty lines.
9619
9620 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9621
9622         * backend/ev-document-factory.c:
9623         (ev_document_factory_get_document):
9624
9625         Do not try to create the object if type
9626         is invalid.
9627
9628 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9629
9630         * ps/ps-document.c: (ps_document_dispose),
9631         (ps_async_renderer_render_pixbuf):
9632         * ps/ps-document.h:
9633
9634         Do not leak the target window
9635
9636 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9637
9638         * shell/ev-application.c: (ev_application_init):
9639
9640         Let tbe check file existence for us.
9641         Add a comment about eggrecent mime filter.
9642
9643 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9644
9645         * data/evince-ui.xml:
9646         * shell/ev-application.c: (ev_application_shutdown),
9647         (ev_application_init), (ev_application_get_toolbars_model),
9648         (ev_application_get_recent_model),
9649         (ev_application_save_toolbars_model):
9650         * shell/ev-application.h:
9651         * shell/ev-window.c: (ev_window_add_recent),
9652         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9653         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9654         (ev_window_init):
9655
9656         Use common toolbar and recent models for all windows.
9657         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9658
9659 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9660
9661         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9662         successfully check for gtk_icon_view_get_visible_range.
9663
9664 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9665
9666         * djvu/Makefile.am:
9667         * dvi/Makefile.am:
9668         
9669         Fix djvu and dvi backend build.
9670
9671 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9672
9673         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9674         (new_separator_pixbuf):
9675
9676         Don't leak windows.
9677
9678 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9679
9680         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9681
9682         HIGification of toolbar editor dialogue.
9683
9684 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9685
9686         * configure.ac:
9687         * shell/Makefile.am:
9688
9689         Ever build metadata manager since it's just
9690         disabled at runtime now.
9691
9692 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9693
9694         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9695         (ev_metadata_manager_get), (ev_metadata_manager_set):
9696         * shell/ev-metadata-manager.h:
9697
9698         Add an _init functions that enabled metadata management
9699         at runtime.
9700
9701         * shell/ev-window.c: (page_changed_cb),
9702         (setup_document_from_metadata), (ev_window_setup_document),
9703         (setup_view_from_metadata), (ev_window_open_uri),
9704         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9705         (ev_window_run_presentation), (ev_window_stop_presentation),
9706         (save_sizing_mode), (ev_window_zoom_changed_cb),
9707         (ev_window_continuous_changed_cb),
9708         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9709         (window_configure_event_cb):
9710
9711         Remove all ugly metadata define since we deal with it
9712         at runtime now.
9713
9714         * shell/main.c: (load_files_remote), (main):
9715
9716         Add support for dbus cvs head. Hopefully didnt break one
9717         of the other versions now!
9718
9719         If we dont get a response from the dbus server just
9720         give up with it and not enable metadata.
9721
9722 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9723
9724         * Makefile.am:
9725         * backend/Makefile.am:
9726         * configure.ac:
9727         * cut-n-paste/recent-files/Makefile.am:
9728         * cut-n-paste/toolbar-editor/Makefile.am:
9729         * cut-n-paste/zoom-control/Makefile.am:
9730         * lib/Makefile.am:
9731         * pdf/Makefile.am:
9732         * pixbuf/Makefile.am:
9733         * properties/Makefile.am:
9734         * ps/Makefile.am:
9735         * shell/Makefile.am:
9736         * thumbnailer/Makefile.am:
9737         * tiff/Makefile.am:
9738
9739         Make frontends depend on just libev.
9740         Rework and group CFLAGS/LIBS definitions.
9741         Cleanups.
9742
9743 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9744
9745         * shell/ev-window:
9746
9747         do not unnecessarily save zoom
9748
9749         * configure.ac:
9750         * lib/ev-file-helpers.c: (ev_dot_dir):
9751         * shell/Makefile.am:
9752         * shell/dummy.cc:
9753
9754         Some cleanups
9755
9756 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9757
9758         * configure.ac:
9759         
9760         Remove unnecessary dependencies
9761
9762 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9763
9764         * properties/Makefile.am:
9765         * thumbnailer/Makefile.am:
9766         * tiff/Makefile.am:
9767
9768         Some more cleanups. Was really necessary
9769         but I probably introduced bugs, feel free
9770         to flame :)
9771
9772 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9773
9774         * backend/Makefile.am:
9775         * configure.ac:
9776         * cut-n-paste/recent-files/Makefile.am:
9777         * cut-n-paste/toolbar-editor/Makefile.am:
9778         * cut-n-paste/zoom-control/Makefile.am:
9779         * lib/Makefile.am:
9780         * pdf/Makefile.am:
9781         * pixbuf/Makefile.am:
9782         * properties/Makefile.am:
9783         * ps/Makefile.am:
9784         * shell/Makefile.am:
9785         * thumbnailer/Makefile.am:
9786         * tiff/Makefile.am:
9787
9788         Use gnome-common macros when possible.
9789         Cleanup dependencies.
9790         Actually disable deprecated where possible.
9791
9792 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9793
9794         * Makefile.am:
9795         * backend/Makefile.am:
9796         * properties/Makefile.am:
9797         * shell/Makefile.am:
9798         * thumbnailer/Makefile.am:
9799
9800         This should solve the circular dep without
9801         requiring dir reorg!
9802
9803         * shell/ev-window.c: (setup_view_from_metadata):
9804
9805         Never restore window size/position when the
9806         window is already visible.
9807
9808 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9809
9810         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9811
9812         Return a boolean from timeout func. Fix ported from gedit.
9813
9814 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9815
9816         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9817
9818 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9819
9820         * shell/ev-document-types.c: set "All Documents" as default filter in
9821         open dialog
9822
9823 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9824
9825         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9826         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9827         (ev_metadata_manager_set_boolean): fix value/val thinko.
9828
9829 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9830
9831         * shell/ev-window.c: (setup_view_from_metadata),
9832         (window_state_event_cb), (window_configure_event_cb),
9833         (ev_window_init):
9834
9835         Remember window position and maximized state
9836
9837 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9838
9839         * configure.ac:
9840
9841         Fix DBUS configure checks.
9842
9843         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9844         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9845         (ev_metadata_manager_set_boolean):
9846
9847         Plug mem leaks.
9848
9849         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9850         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9851         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9852         (ev_window_continuous_changed_cb),
9853         (ev_window_dual_mode_changed_cb), (ev_window_new):
9854
9855         Fix the build without DBUS.
9856
9857 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9858
9859         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9860         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9861         (ev_metadata_manager_set_string),
9862         (ev_metadata_manager_set_boolean):
9863         * shell/ev-metadata-manager.h:
9864
9865         Add support for some more types
9866
9867         * shell/ev-view.c: (scroll_to_current_page),
9868         (ev_view_get_continuous), (ev_view_set_continuous),
9869         (ev_view_get_dual_page):
9870         * shell/ev-view.h:
9871         * shell/ev-window.c: (page_changed_cb),
9872         (setup_document_from_metadata), (ev_window_setup_document),
9873         (setup_view_from_metadata), (ev_window_open_uri),
9874         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9875         (ev_window_run_presentation), (ev_window_stop_presentation),
9876         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9877         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9878         (ev_window_update_dual_page_action),
9879         (ev_window_continuous_changed_cb),
9880         (ev_window_dual_mode_changed_cb), (ev_window_init):
9881
9882         Remember a bunch of view/document properties. Prolly some
9883         are still missing but it's getting interesting.
9884
9885 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9886
9887         * configure.ac: check if dbus-binding-tool is installed. Not the
9888         case on current Ubuntu breezy, it seems.
9889
9890 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9891
9892         * data/evince.desktop.in.in:
9893         
9894         Allow open uri lists and add TryExec field.
9895
9896 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9897
9898         * configure.ac:
9899
9900         Enable dbus when available, do not require a configure
9901         option.
9902
9903 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9904
9905         * configure.ac:
9906
9907         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9908         disabled.
9909
9910 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9911         Marco Pesenti Gritti  <mpg@redhat.com>
9912
9913         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9914         
9915         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9916         functions to the format required by dbus
9917
9918         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9919         errors. Use the RPC parameters in the expected way
9920
9921 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9922
9923         * Makefile.am:
9924         * properties/Makefile.am:
9925         * properties/ev-properties-main.c: (ev_properties_get_pages):
9926
9927         Support all mime types
9928
9929         * shell/Makefile.am:
9930         * thumbnailer/Makefile.am:
9931         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9932         (evince_thumbnail_pngenc_get):
9933
9934         Use the document factory
9935
9936 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9937
9938         * backend/Makefile.am:
9939         * backend/ev-document-factory.c:
9940         (mime_type_supported_by_gdk_pixbuf),
9941         (ev_document_type_get_from_mime),
9942         (ev_document_factory_get_document),
9943         (ev_document_factory_get_backend),
9944         (ev_document_factory_get_mime_types),
9945         (ev_document_factory_get_all_mime_types):
9946         * backend/ev-document-factory.h:
9947         * shell/Makefile.am:
9948         * shell/ev-document-types.c: (get_document_from_uri),
9949         (ev_document_types_get_document),
9950         (file_filter_add_mime_list_and_free),
9951         (ev_document_types_add_filters):
9952         * shell/ev-document-types.h:
9953         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9954         * shell/ev-properties-dialog.c:
9955         (ev_properties_dialog_set_document):
9956         * shell/ev-window.c: (ev_window_cmd_file_open),
9957         (ev_window_cmd_save_as):
9958         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9959
9960         Rework document types managing to avoid code duplication
9961         and actually abstract from backend implementations.
9962         Also provide a minimal factory api that can be used by
9963         thumbnailer/properties.
9964
9965 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9966
9967         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9968         Plug a mem leak.
9969         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9970         HIG spacings.
9971
9972 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9973
9974         * shell/ev-properties-dialog.c
9975         (ev_properties_dialog_set_document): only call
9976         ev_properties_fonts_set_document() if the document implements the
9977         fonts interface
9978
9979 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9980
9981         * configure.ac:
9982         * properties/Makefile.am:
9983         * properties/ev-properties-view.c:
9984         (ev_properties_view_register_type):
9985         * properties/ev-properties-view.h:
9986         * properties/ev-properties-main.h:
9987
9988         Implement nautilus plugin for properties.
9989         Works only for pdf atm, I need to rework the
9990         document types stuff to get this to work
9991         for all backends...
9992
9993 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9994
9995         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9996         (ev_properties_fonts_set_document): use
9997         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9998
9999 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10000
10001         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10002         them
10003         (PlaceImage, tiff2ps_process_page): use
10004         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10005
10006
10007 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10008
10009         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10010         (main): to call gnome_authentication_manager_init. Should fix
10011         Bug #308510
10012
10013         * configure.ac: that requires libgnomeui 2.6.0.
10014
10015 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10016
10017         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10018         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10019         use the new tiff2ps interfaces
10020
10021         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10022         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10023
10024         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10025         structure instead of global variables.  Remove use of static
10026         variables in functions.
10027
10028 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10029
10030         * shell/ev-page-action.c: unref the completion after setting it to the
10031         entry
10032
10033 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10034
10035         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10036         postscript files
10037
10038 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10039
10040         * shell/ev-window.c (update_action_sensitivity): disable
10041         File->Print if the document does not implement the ps exporter
10042         interface
10043
10044 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10045
10046         * Makefile.am:
10047         * configure.ac:
10048         * data/evince-properties.glade:
10049         * properties/.cvsignore:
10050         * properties/Makefile.am:
10051         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10052         (ev_properties_view_class_init), (ev_properties_view_format_date),
10053         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10054         (ev_properties_view_init), (ev_properties_view_new):
10055         * properties/ev-properties-view.h:
10056         * shell/Makefile.am:
10057         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10058         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10059         (ev_properties_dialog_new):
10060         * shell/ev-properties-dialog.h:
10061         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10062         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10063         (update_progress_label), (job_fonts_finished_cb),
10064         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10065         * shell/ev-properties-fonts.h:
10066         * shell/ev-properties.c:
10067         * shell/ev-properties.h:
10068         * shell/ev-window.c: (ev_window_setup_document),
10069         (ev_window_cmd_file_properties):
10070
10071         Split the properties pages in two different objects, depend
10072         only on the backend where possible, use widgets instead
10073         of gobject for the glade part, reimplement the dialog
10074         itself with gtk.
10075         I need this to implement nautilus properties page.
10076
10077 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10078
10079         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10080         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10081         (tiff_document_document_ps_exporter_iface_init): implement the ps
10082         exporter interface for tiff documents
10083
10084         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10085         libtiff to implement TIFF postscript export
10086
10087         * tiff/tiff2ps.h: added a header file for external tiff2ps
10088         functions.
10089
10090         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10091         tiff2ps.h
10092
10093 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10094
10095         * shell/ev-view.c: (scroll_to_current_page),
10096         (ev_view_set_fullscreen), (ev_view_set_presentation):
10097         
10098         Scroll to current page when exit from presentation
10099
10100 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10101
10102         * shell/ev-window.c: (update_document_mode),
10103         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10104         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10105         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10106         
10107         Exit from fullscreen mode when switch to presentation. Fix for
10108         bug 309365
10109
10110 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10111
10112         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10113         return NULL if the document does not implement the selection
10114         interface.
10115
10116 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10117
10118         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10119         reported height by using the resolution aspect ratio
10120         (tiff_document_render_pixbuf): scale the pixbuf using the
10121         resolution aspect ratio
10122
10123 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10124
10125         * configure.ac:
10126         
10127         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10128         <kiltedaco@gmail.com>
10129         
10130         * djvu/djvu-document.c: (djvu_document_get_orientation),
10131         (djvu_document_set_orientation), (djvu_document_get_page_size),
10132         (rotate_pixbuf), (djvu_document_render_pixbuf),
10133         (djvu_document_document_iface_init):
10134         * dvi/dvi-document.c: (dvi_document_get_orientation),
10135         (dvi_document_set_orientation), (dvi_document_get_page_size),
10136         (rotate_pixbuf), (dvi_document_render_pixbuf),
10137         (dvi_document_document_iface_init):
10138         
10139         Dvi and djvu backends are ported to new API
10140
10141 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10142
10143         * backend/ev-selection.c: (ev_selection_get_selection_region),
10144         (ev_selection_get_selection_map):
10145         * backend/ev-selection.h:
10146         * pdf/ev-poppler.cc:
10147         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10148         * shell/ev-jobs.h:
10149         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10150         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10151         (ev_pixbuf_cache_get_text_mapping):
10152         * shell/ev-pixbuf-cache.h:
10153         * shell/ev-view.c: (location_in_text),
10154         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10155         support to EvView.  Now we can see where we can select!  Sweet!
10156
10157 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10158
10159         * shell/ev-view.c (ev_view_button_press_event): Fix
10160         event->y + view->scroll_x typo.
10161
10162 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10163
10164         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10165         sub-GdkPixbuf instead of passing dest_x and dest_y.
10166         
10167         * shell/ev-view.c: (view_point_to_doc_point),
10168         (view_rect_to_doc_rect), (ev_view_button_press_event),
10169         (ev_view_motion_notify_event), (compute_new_selection_rect),
10170         (gdk_rectangle_point_in), (compute_new_selection_text),
10171         (compute_selections): Update selection code to keep the selection
10172         around as two points and not as a normalized rectangle, and fix
10173         page level selection in two-column mode.
10174
10175 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10176
10177         * shell/ev-window.c: (window_configure_event_cb): 
10178         
10179         Fix compilation
10180         
10181 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10182
10183         * pdf/ev-poppler.cc:
10184
10185         Fix compilation
10186
10187 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10188
10189         * shell/Makefile.am:
10190         * shell/ev-metadata-manager.c: (item_free),
10191         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10192         (parse_value), (parseItem), (load_values),
10193         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10194         (save_values), (save_item), (get_oldest), (resize_items),
10195         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10196         * shell/ev-metadata-manager.h:
10197
10198         Metadata manager from gedit but modified to use GValue, so that
10199         we dont need to keep converting from strings.
10200
10201         * configure.ac:
10202
10203         ENABLE_METADATA conditional, on when dbus is on
10204
10205         * shell/ev-application.c: (ev_application_open_uri):
10206
10207         Show the window after load so that we can initialize
10208         window size before it's showed.
10209
10210         * shell/ev-window.c: (ev_window_setup_from_metadata),
10211         (ev_window_open_uri), (window_configure_event_cb),
10212         (ev_window_init):
10213
10214         Save and load metadata information about window size.
10215         Not yet keeping states in account.
10216
10217         * shell/main.c: (main):
10218
10219         Shutdown metadata manager.
10220
10221 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10222
10223         * shell/ev-application-service.xml:
10224         * configure.ac:
10225         * shell/Makefile.am:
10226         * shell/ev-application.c:
10227         * shell/ev-application.h:
10228         * shell/ev-window.c:
10229         * shell/ev-window.h:
10230         * shell/main.c:
10231
10232         Add an optional dbus interface (--enable-dbus).
10233         Rework application code, mainly to be easier to
10234         use "remotely".
10235         Do not open multiple windows with the same document,
10236         spatial evince!
10237
10238 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10239
10240         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10241         pixbuf iff it exists.
10242
10243 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10244
10245         * shell/*:
10246         * backend/ev-render-context.[ch]:
10247         * backend/ev-selection.[ch]:
10248
10249         Massive changes.  We now support text selection of pdfs, and not
10250         just rectangular selection.  This is pretty broken still, but I
10251         want to get something into CVS.
10252
10253 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10254
10255         * pdf/ev-poppler.cc:
10256         
10257         Fix for Bug 309080: crash on window close.
10258         
10259         * shell/ev-page-action.c: (page_changed_cb):
10260         
10261         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10262         jensgr@gmx.net (Jens Granseuer).
10263
10264 2005-06-25  Marcel Telka  <marcel@telka.sk>
10265
10266         * configure.in (ALL_LINGUAS): Added sk.
10267
10268 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10269
10270         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10271         not a document open
10272
10273 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10274
10275         * NEWS:
10276         * configure.ac:
10277
10278         Release 0.3.2
10279
10280         * cut-n-paste/recent-files/Makefile.am:
10281
10282         Fix make distcheck
10283
10284 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10285
10286         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10287         (pixbuf_document_set_orientation), (rotate_pixbuf),
10288         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10289         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10290
10291         Implement rotation and cleanup the code a bit.
10292
10293         * tiff/tiff-document.c: (tiff_document_get_page_size),
10294         (tiff_document_get_orientation), (tiff_document_set_orientation),
10295         (rotate_pixbuf), (tiff_document_render_pixbuf),
10296         (tiff_document_document_iface_init), (tiff_document_init):
10297
10298         Implement rotation. Was the quicker solution for the release
10299         but we really need to share this code in the shell.
10300
10301 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10302
10303         * pdf/ev-poppler.cc:
10304
10305         Enable rotation, require poppler cvs. Fix a leak.
10306
10307 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10308
10309         * shell/ev-window.c: (update_action_sensitivity):
10310         
10311         Make properties unsensitive if document backend doesn't provide
10312         any info
10313
10314 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10315
10316         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10317         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10318         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10319         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10320         (bitmap_flip_rotate_counter_clockwise):
10321         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10322         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10323         (buff_gets):
10324         * dvi/mdvi-lib/common.h:
10325         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10326         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10327         (opendvi), (mdvi_reload), (mdvi_init_context),
10328         (mdvi_destroy_context), (mdvi_dopage), (special):
10329         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10330         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10331         (file_hash_free), (register_encoding), (parse_spec),
10332         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10333         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10334         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10335         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10336         (mdvi_register_font_type), (mdvi_unregister_font_type),
10337         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10338         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10339         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10340         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10341         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10342         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10343         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10344         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10345         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10346         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10347         (mdvi_unregister_special), (mdvi_flush_specials):
10348         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10349         (t1_font_remove):
10350         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10351         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10352         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10353         (free_font_metrics), (flush_font_metrics):
10354         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10355         (tt_font_remove):
10356         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10357         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10358         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10359         (dstring_insert), (dstring_new), (dstring_reset):
10360         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10361         
10362         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10363         avoid conflict with libtool on FC4
10364         
10365         * shell/ev-window.c: (ev_window_cmd_help_about):
10366         
10367         Update copyright year. Fix for bug 308828.
10368
10369 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10370
10371         * shell/ev-view.c: (add_scroll_binding_keypad),
10372         (ev_view_binding_activated), (ev_view_class_init),
10373         (on_adjustment_value_changed):
10374         
10375         Bug 170874: Arrow keys switch pages in presentation mode
10376
10377 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10378
10379         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10380         
10381         Fix for Bug 308265: Sidebar dissappears coming out of 
10382         Presentation mode
10383
10384 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10385
10386         * shell/ev-application.c: (ev_application_open):
10387         * shell/ev-document-types.c: (ev_document_types_add_filters),
10388         (ev_document_types_add_filters_for_type):
10389         * shell/ev-document-types.h:
10390         * shell/ev-window.c: (ev_window_cmd_save_as):
10391         
10392         Suggest basename as template when saving, provide filters
10393         for save dialog. It's bug 308402
10394
10395 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10396
10397         * pdf/ev-poppler.cc:
10398         * shell/ev-sidebar-links.c: (job_finished_callback):
10399         * shell/ev-view.c: (update_find_status_message):
10400         
10401         Some leaks fixed
10402
10403 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10404
10405         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10406         (egg_recent_view_uimanager_set_list):
10407
10408         Fix buglet in !show_numbers case.
10409
10410 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10411
10412         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10413         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10414
10415         Use pango ellipsisation.
10416
10417         * pdf/ev-poppler.cc:
10418
10419         Fix refcount leak, from nsh.
10420
10421 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10422
10423         * cut-n-paste/recent-files/Makefile.am:
10424         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10425         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10426         
10427         Removed EggRecentViewGtk
10428         
10429         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10430         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10431         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10432         (ev_window_setup_recent):
10433         
10434         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10435         with other projects
10436
10437 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10438
10439         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10440         (egg_recent_view_gtk_finalize):
10441
10442         Fix memory leak
10443
10444         * cut-n-paste/toolbar-editor/Makefile.am:
10445         
10446         Fix location of cursor icon.
10447         
10448         * pdf/ev-poppler.cc:
10449         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10450         (display_completion_text), (match_completion):
10451         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10452         (selection_changed_callback), (create_loading_model),
10453         (print_section_cb), (links_page_num_func),
10454         (update_page_callback_foreach):
10455         * shell/ev-window.c: (ev_window_dispose):
10456         
10457         Small memory fixes. Links model now store objects instead
10458         of pointers to improve memory management. 
10459
10460 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10461
10462         * shell/ev-window.c: (zoom_control_changed_cb):
10463         
10464         Fix update of zoom control (bug 308268).
10465
10466 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10467
10468         * shell/ev-properties.c (set_property): escape the text correctly.
10469         Handles non-UTF-8 properties and escaped properties.  Also, sets
10470         the text to "<i>None</i>" if the property isn't set.
10471
10472         * data/evince-properties.glade: Change the label to be ellipsized,
10473         and give it a minimum size.
10474
10475 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10476
10477         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10478         * shell/ev-sidebar-links.c: (create_loading_model):
10479         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10480         * shell/ev-view.c: (ev_view_set_document):
10481         * shell/ev-window.c: (ev_window_dispose):
10482         
10483         Various small fixes, mostly memory leaks. Thanks to valgrind.
10484
10485 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10486
10487         * ps/ps-document.c: remove the locale.h include again ;-). And
10488         kill the (bogus) setlocale/savelocale business.
10489
10490 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10491
10492         * ps/ps-document.c:
10493         
10494         Include locale.h to fix build
10495         
10496         * shell/ev-sidebar.c:
10497         
10498         Remove unnecessary includes
10499
10500 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10501
10502         * dvi/dvi-document.c: (dvi_document_load):
10503         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10504         * po/POTFILES.in:
10505         
10506         Check for incorrect dvi files. Fix parsing dvi on AMD64
10507         platform. Thanks to tester@tester.ca (Olivier Crete).
10508
10509 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10510
10511         * shell/ev-page-action.c: (match_selected_cb),
10512         (display_completion_text), (match_completion), (update_model):
10513         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10514         (expand_open_links):
10515         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10516         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10517         (ev_sidebar_set_document):
10518         * shell/ev-window.c: (ev_window_xfer_job_cb),
10519         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10520         
10521         Fixed lot's of memory leaks, for example, memory leak on reload, 
10522         described in bug 307793.
10523
10524 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10525
10526         * pdf/ev-poppler.cc:
10527         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10528         (update_visible_range), (adjustment_changed_cb),
10529         (ev_sidebar_thumbnails_fill_model),
10530         (ev_sidebar_thumbnails_refresh),
10531         (ev_sidebar_tree_selection_changed),
10532         (ev_sidebar_icon_selection_changed),
10533         (ev_sidebar_thumbnails_use_icon_view),
10534         (ev_sidebar_thumbnails_set_document):
10535         * shell/ev-sidebar-thumbnails.h:
10536         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10537         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10538
10539         Refresh thumbnails when changing orientation. Not fully
10540         working yet becuase of a sidebar bug.
10541
10542         Set page orientation to poppler page everywhere. This sucks
10543         really need to fix poppler.
10544
10545 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10546
10547         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10548         (egg_recent_view_gtk_new_menu_item),
10549         (egg_recent_view_gtk_set_property),
10550         (egg_recent_view_gtk_get_property),
10551         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10552         (egg_recent_view_gtk_set_tooltip_func),
10553         (egg_recent_view_gtk_set_label_width),
10554         (egg_recent_view_gtk_get_label_width):
10555         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10556
10557         Sync with libegg (ellipsize labels)
10558
10559 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10560
10561         * data/evince-ui.xml:
10562         * shell/ev-window.c: (ev_window_cmd_go_forward),
10563         (ev_window_cmd_go_backward):
10564         
10565         Shift + PageUp moves 10 Pages. Fix for 306125
10566
10567 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10568
10569         * pdf/ev-poppler.cc:
10570
10571         Add a flag to check if orientation has been overriden
10572
10573 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10574
10575         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10576         field if necessary.
10577
10578         * ps/ps.h: add creator field to document.
10579
10580         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10581         set creator field.
10582
10583 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10584
10585         * data/evince-properties.glade:
10586         * shell/ev-properties.c: (ev_properties_set_document):
10587
10588         s/PDF Version/Format
10589
10590 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10591
10592         * shell/ev-properties.c: (ev_properties_set_document):
10593
10594         Remove unnecessary translations
10595
10596 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10597
10598         * cut-n-paste/toolbar-editor/Makefile.am:
10599
10600         Correct library name    
10601
10602 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10603
10604         * configure.ac:
10605         * cut-n-paste/recent-files/egg-recent-model.c:
10606         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10607         (egg_recent_model_unlock_file):
10608         * cut-n-paste/recent-files/egg-recent-util.c:
10609         (egg_recent_util_get_unique_id):
10610         * cut-n-paste/recent-files/update-from-egg.sh:
10611         * cut-n-paste/toolbar-editor/Makefile.am:
10612         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10613         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10614         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10615         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10616         (egg_toolbars_model_get_type):
10617         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10618
10619         Better makefile for toolbar editor and update everything
10620         to latest libegg.
10621
10622 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10623
10624         * shell/ev-window.c: (update_document_mode):
10625
10626         Prefer presentation mode when the document
10627         require fullscreen.
10628
10629 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10630
10631         * data/evince-ui.xml:
10632         * shell/ev-window.c:
10633
10634         Add control-equal for zooming
10635
10636 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10637
10638         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10639
10640 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10641
10642         * backend/ev-document.c: (ev_document_get_orientation):
10643         * backend/ev-document.h:
10644         * pdf/ev-poppler.cc:
10645         * ps/ps-document.c: (ps_document_get_orientation),
10646         (ps_document_set_orientation), (ps_document_document_iface_init):
10647
10648         Add a get_orientation api. Improve set_orientation.
10649
10650         * data/evince-ui.xml:
10651         * shell/ev-view.c: (ev_view_set_orientation),
10652         (ev_view_rotate_right), (ev_view_rotate_left):
10653         * shell/ev-view.h:
10654         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10655         (ev_window_cmd_edit_rotate_right):
10656
10657         Better ui for changing document orientation
10658
10659 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10660
10661         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10662         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10663         * shell/ev-sidebar-links.h:
10664         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10665         (ev_sidebar_page_iface_init):
10666         * shell/ev-sidebar-page.h:
10667         * shell/ev-sidebar-thumbnails.c:
10668         (ev_sidebar_thumbnails_get_property),
10669         (ev_sidebar_thumbnails_class_init),
10670         (ev_sidebar_thumbnails_set_document):
10671         * shell/ev-sidebar-thumbnails.h:
10672         * shell/ev-view.c: (ev_view_motion_notify_event):
10673         * shell/ev-window.c: (update_chrome_visibility),
10674         (ev_window_cmd_focus_page_selector),
10675         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10676         (sidebar_page_main_widget_update_cb), (ev_window_init):
10677         
10678         Autoraise toolbar on GoToPage binding and fix bindings in
10679         EvSidebarThumbnails page.
10680
10681 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10682
10683         * shell/ev-properties.c: (update_progress_label):
10684
10685         Hide the progress label when finished; bug #307697.
10686
10687 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10688
10689         * pdf/ev-poppler.cc:
10690
10691         Enable is_open for links, you will need poppler cvs
10692
10693         * shell/ev-properties.c: (job_fonts_finished_cb):
10694
10695         Get a lock on the document when filling the tree view
10696
10697 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10698
10699         * backend/ev-document-links.h:
10700         * pdf/ev-poppler.cc:
10701         * shell/ev-sidebar-links.c: (create_loading_model),
10702         (expand_open_links), (job_finished_callback):
10703
10704         Expand links when specified by the document.
10705         Depend on a poppler api (defined out for now)
10706
10707 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10708
10709         * shell/ev-properties.c: (ev_properties_dispose),
10710         (ev_properties_class_init), (dialog_destroy_cb),
10711         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10712         (ev_properties_set_document), (ev_properties_new),
10713         (ev_properties_show):
10714         * shell/ev-properties.h:
10715
10716         Make it an object, cleanup the code, api to show it as transient
10717         and to set the document.
10718
10719         * shell/ev-window.c: (ev_window_setup_document),
10720         (ev_window_cmd_file_properties):
10721
10722         Adapt to EvProperties changes, do not show multiple
10723         times, update it when document changes.
10724
10725 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10726
10727         * ps/gstypes.h:
10728         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10729         (ps_document_set_orientation), (ps_document_document_iface_init):
10730         * ps/ps-document.h:
10731
10732         Implement orientation here too
10733
10734         * shell/ev-properties.c: (ev_properties_new):
10735         * data/evince-properties.glade:
10736
10737         Hide the fonts page for backends that doesnt
10738         support it.     
10739
10740 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10741
10742         * backend/ev-document.c: (ev_document_set_orientation):
10743         * backend/ev-document.h:
10744         * pdf/ev-poppler.cc:
10745
10746         Add orientation api. Currently poppler api is not optimal,
10747         we need to set orientation every time we _get a page.
10748         I will try to fix that at some point.
10749
10750         * data/evince-ui.xml:
10751         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10752         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10753
10754         Add orientation menu items
10755
10756         * shell/ev-page-cache.c: (ev_page_cache_clear):
10757         * shell/ev-page-cache.h:
10758
10759         Add api to clear the cache
10760
10761         * shell/ev-view.c: (setup_caches), (clear_caches),
10762         (ev_view_set_document), (ev_view_zoom_out),
10763         (ev_view_set_orientation):
10764         * shell/ev-view.h:
10765
10766         Implement orientation changing
10767
10768 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10769
10770         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10771         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10772         * backend/ev-document-fonts.h:
10773
10774         Separate scan and fill so that we can incrementally fill from
10775         the main thread. Add a progress api.
10776
10777         * data/evince-properties.glade:
10778         * pdf/ev-poppler.cc:
10779         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10780         * shell/ev-jobs.h:
10781         * shell/ev-properties.c: (update_progress_label),
10782         (job_fonts_finished_cb), (setup_fonts_view):
10783
10784         Incrementally feel the list and show the progress
10785         percentage in a label like acrobat does.
10786
10787         You are going to need poppler cvs
10788
10789 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10790
10791         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10792         * backend/ev-document-fonts.h:
10793         * pdf/ev-poppler.cc:
10794
10795         Make fonts model fill incrementally.
10796
10797         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10798         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10799         (ev_job_queue_remove_job):
10800         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10801         (ev_job_fonts_new), (ev_job_fonts_run):
10802         * shell/ev-jobs.h:
10803
10804         New job for fonts scanning
10805
10806         * shell/ev-properties.c: (job_fonts_finished_cb),
10807         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10808         * shell/ev-properties.h:
10809         * shell/ev-window.c: (ev_window_cmd_file_properties):
10810
10811         Incrementally feel the treeview using the new job. Show Loading...
10812         message until scanning is completed.
10813
10814         Hopefully I didnt break the build without the poppler patch.
10815
10816 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10817
10818         * shell/ev-application.c: (ev_application_open):
10819         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10820         (ev_document_type_get_type), (ev_document_type_lookup):
10821         * shell/ev-document-types.h:
10822         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10823         * shell/ev-job-xfer.h:
10824         * shell/ev-window.c: (ev_window_clear_local_uri),
10825         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10826         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10827         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10828         
10829         Transfer remote documents to tmp directory to display them later.
10830
10831 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10832
10833         * backend/ev-document-info.h:
10834         * shell/ev-properties.c: (ev_properties_new):
10835
10836         s/GTime*/GTime. Not sure why we was using a pointer
10837         at all there!
10838
10839 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10840
10841         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10842         situations.  That situation is that you're using GTK+-HEAD with
10843         the patch at #306726 is applied, and you have a document with <
10844         1500 pages in it.  It's not quite as uniformly nice as the
10845         TreeView, but should be better in the long run.
10846
10847         I'm pretty sure I guarded against breaking compilation with
10848         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10849         I missed some.
10850
10851         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10852         widget yet, so I commented that code out
10853         enable_view_actions_for_widget() for now.  Need to figure this
10854         out.
10855
10856         * shell/ev-page-action.c (match_selected_cb): emit the right
10857         signals.  Our cool C-l completion now works.
10858
10859 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10860
10861         * backend/Makefile.am:
10862         * backend/ev-document-fonts.c:
10863         * backend/ev-document-links.c:
10864         * backend/ev-document.c: (ev_document_load):
10865         * backend/ev-document.h:
10866         * backend/ev-job-queue.c:
10867         * backend/ev-job-queue.h:
10868         * backend/ev-jobs.c:
10869         * backend/ev-jobs.h:
10870         * backend/ev-page-cache.c:
10871         * backend/ev-page-cache.h:
10872
10873         EvPageCache and EvJobs are moved to shell.
10874
10875         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10876         (ev_tmp_filename):
10877         * lib/ev-file-helpers.h:
10878         
10879         New helper to work with temporary files
10880         
10881         * shell/Makefile.am:
10882         * shell/ev-application.c: (ev_application_open):
10883         * shell/ev-application.h:
10884         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10885         (remove_job_from_async_queue), (add_job_to_async_queue),
10886         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10887         (handle_job), (search_for_jobs_unlocked),
10888         (no_jobs_available_unlocked), (ev_render_thread),
10889         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10890         (ev_job_queue_add_job), (move_job_async), (move_job),
10891         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10892         * shell/ev-job-queue.h:
10893         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10894         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10895         * shell/ev-job-xfer.h:
10896         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10897         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10898         (ev_job_links_class_init), (ev_job_render_init),
10899         (ev_job_render_dispose), (ev_job_render_class_init),
10900         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10901         (ev_job_thumbnail_class_init), (ev_job_load_init),
10902         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10903         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10904         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10905         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10906         * shell/ev-jobs.h:
10907         * shell/ev-page-action.c: (ev_page_action_set_document):
10908         * shell/ev-page-cache.c: (ev_page_cache_init),
10909         (ev_page_cache_class_init), (ev_page_cache_finalize),
10910         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10911         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10912         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10913         (ev_page_cache_get_title), (ev_page_cache_get_size),
10914         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10915         (ev_page_cache_get_height_to_page),
10916         (ev_page_cache_get_max_label_chars),
10917         (ev_page_cache_get_page_label),
10918         (ev_page_cache_has_nonnumeric_page_labels),
10919         (ev_page_cache_get_info), (ev_page_cache_next_page),
10920         (ev_page_cache_prev_page), (ev_page_cache_get):
10921         * shell/ev-page-cache.h:
10922         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10923         (ev_pixbuf_cache_clear_job_sizes),
10924         (ev_pixbuf_cache_add_jobs_if_needed),
10925         (ev_pixbuf_cache_set_page_range):
10926         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10927         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10928         * shell/ev-sidebar-thumbnails.c:
10929         (ev_sidebar_tree_selection_changed),
10930         (ev_sidebar_thumbnails_set_document):
10931         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10932         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10933         (ev_statusbar_get_context_id), (ev_statusbar_push),
10934         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10935         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10936         (ev_statusbar_set_progress):
10937         * shell/ev-statusbar.h:
10938         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10939         (ev_view_find_previous):
10940         * shell/ev-window.c: (ev_window_is_empty),
10941         (ev_window_setup_document), (password_dialog_response),
10942         (ev_window_clear_jobs), (ev_window_load_job_cb),
10943         (ev_window_xfer_job_cb), (ev_window_open_uri),
10944         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10945         (ev_window_print), (ev_window_print_range),
10946         (ev_window_state_event), (ev_window_cmd_view_reload),
10947         (menu_item_select_cb), (menu_item_deselect_cb),
10948         (view_status_changed_cb), (ev_window_dispose),
10949         (drag_data_received_cb), (ev_window_init):
10950         * shell/ev-window.h:
10951         * shell/main.c: (load_files):
10952         
10953         New statusbar to show progress on idle. Two new jobs - 
10954         xfer job and load job to load document in background. And update
10955         of page_cache clients to new location of code.
10956
10957 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10958
10959         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10960         selection in open dialog. It also remembers the last visited directory 
10961         in the current session.
10962
10963 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10964
10965         * shell/ev-properties.c: (ev_properties_new):
10966         * shell/ev-properties.h:
10967         * shell/ev-window.c: (ev_window_cmd_file_properties):
10968         
10969         Get document info from page cache instead of document itself.
10970         This should fix crash related to race conditions described in
10971         bug 306545.
10972
10973 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10974
10975         * ps/ps-document.c: (ps_document_init),
10976         (send_ps), (get_page_box), (output), (catchPipe), (input),
10977         (stop_interpreter), (file_length), (file_readable),
10978         (check_filecompressedb), (ps_document_enable_interpreter),
10979         (document_load), (ps_async_renderer_render_pixbuf):
10980         * ps/ps-document.h:
10981
10982         Big cleanup of the ps code
10983
10984 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10985
10986         * backend/Makefile.am:
10987         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10988         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10989         * backend/ev-async-renderer.h:
10990
10991         Add an async renderer interface (method + callback) which
10992         is useful for backends like ps.
10993
10994         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10995         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10996         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10997         (ev_job_queue_add_job), (move_job_async), (move_job),
10998         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10999
11000         Add queues for async renderer, these are executed on the
11001         main thread.
11002
11003         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11004         (ev_job_render_run):
11005         * backend/ev-jobs.h:
11006
11007         If the backend support async renderer interface use it.
11008
11009         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11010         (setup_pixmap), (ps_document_get_type),
11011         (ps_async_renderer_render_pixbuf),
11012         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11013
11014         Implement async renderer interface.
11015
11016 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11017
11018         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11019
11020         Cleanup links job on exit.
11021
11022 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11023
11024         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11025         (drag_data_get_cb), (drag_data_received_cb):
11026         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11027         (drag_data_get_cb), (parse_item_list),
11028         (egg_toolbar_editor_load_actions):
11029         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11030         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11031         (parse_item_list), (parse_toolbars):
11032         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11033         (dvi_pixbuf_put_pixel):
11034         
11035         Fix gcc 4.0 warnings
11036
11037 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11038
11039         * ps/ps-document.c: (start_interpreter):
11040
11041         Fix warning when loading ps
11042
11043 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11044
11045         * ps/ps-document.c: (output):
11046
11047         Fix crash when priting gs error messages.
11048
11049 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11050
11051         * backend/ev-page-cache.c: (_ev_page_cache_new):
11052         * backend/ev-page-cache.h:
11053
11054         Use a const to return title so that we dont double
11055         free it. Small cleanup and fix a leak.
11056
11057         * shell/ev-window.c: (update_window_title):
11058
11059         strdup value from get_title.
11060
11061 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11062
11063         * shell/ev-sidebar-links.c: (job_finished_callback),
11064         (ev_sidebar_links_set_document):
11065
11066         Cleanup the old job when changing document
11067
11068 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11069
11070         * shell/ev-stock-icons.c:
11071         * shell/ev-stock-icons.h:
11072         * shell/ev-window.c:
11073         
11074         Add stock icons for actions that can appear in toolbar. Fix for
11075         bug 306566.
11076
11077 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11078
11079         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11080         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11081         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11082         * backend/ev-page-cache.h:
11083         * shell/ev-view.c: (scroll_to_current_page),
11084         (view_update_range_and_current_page), (get_page_y_offset),
11085         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11086         (ev_view_size_request_continuous),
11087         (ev_view_zoom_for_size_continuous_and_dual_page),
11088         (ev_view_zoom_for_size_continuous):
11089         
11090         More compact EvView layout in document with pages of different size.
11091
11092 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11093
11094         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11095         compilation.
11096
11097 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11098
11099         * shell/ev-view.c: (view_set_adjustment_values):
11100         * shell/ev-window.c: (ev_window_cmd_file_properties):
11101         
11102         A bit different fix for rounding problem but it has no
11103         problems on startup. Make properties window transient to parent.
11104
11105 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11106
11107         * pdf/ev-poppler.cc:
11108         
11109         More commenting of font stuff.
11110
11111 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11112
11113         * pdf/ev-poppler.cc:
11114
11115         Comment out some more fonts stuff. Should really
11116         work without the poppler patch now.
11117
11118 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11119
11120         * pdf/ev-poppler.cc:
11121
11122         Adapt to api change
11123
11124 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11125
11126         * data/evince-properties.glade:
11127         * pdf/ev-poppler.cc:
11128         * shell/ev-properties.c: (setup_fonts_view):
11129
11130         Set the column title. Show the dialog only
11131         once everything is setup.
11132         Getting font info can be very slow... will
11133         prolly need to make this threaded too.
11134
11135 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11136
11137         * backend/Makefile.am:
11138         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11139         (ev_document_fonts_get_fonts_model):
11140         * backend/ev-document-fonts.h:
11141         * data/evince-properties.glade:
11142         * pdf/ev-poppler.cc:
11143         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11144         * shell/ev-properties.h:
11145         * shell/ev-window.c: (ev_window_cmd_file_properties):
11146
11147         Implement fonts list. Defined out for now, since it depends
11148         on a not yet committed poppler patch.
11149
11150 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11151
11152         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11153         page + 1.
11154
11155         * shell/ev-window.c: Make sure we add the timeout when we get a
11156         focus-in event.
11157
11158         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11159         adjustment->value before calculating the zoom factor to average
11160         out all of our rounding errors.  The page no longer 'drifts' when
11161         resizing.
11162
11163 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11164
11165         * data/evince-properties.glade:
11166         * shell/ev-properties.c: (ev_properties_format_date),
11167         (set_property):
11168         
11169         Labels don't expand when the dialogue is resized.
11170         strftime result needs to be converted to UTF-8. Thanks
11171         to Christian Persch <chpe@gnome.org>.
11172
11173 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11174
11175         * data/evince-properties.glade:
11176
11177         Hide the fonts tab
11178
11179 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11180
11181         * backend/ev-document-info.h:
11182         * backend/ev-document.c: (ev_document_info_free):
11183         * data/evince-properties.glade:
11184         * pdf/ev-poppler.cc:
11185         * ps/ps-document.c: (ps_document_get_info):
11186         * shell/ev-properties.c: (ev_properties_format_date),
11187         (set_property), (ev_properties_new):
11188         * shell/ev-properties.h:
11189         * shell/ev-window.c: (ev_window_cmd_file_properties):
11190
11191         Rework properties code to take only EvPropertyInfo
11192         in the constructor so that it can be useful for
11193         nautilus plugin too.
11194
11195         Deal with backends that doesnt support some properties.
11196         Make set property code generic.
11197
11198 2005-06-04  Christian Persch <chpe@gnome.org>
11199
11200         * data/evince-properties.glade:
11201
11202         fix spacings, make resizeable, and make data labels
11203         selectable + ellipsised
11204
11205 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11206
11207         * backend/ev-document-info.h:
11208         * data/Makefile.am:
11209         * data/evince-ui.xml:
11210         * pdf/ev-poppler.cc:
11211         * shell/Makefile.am:
11212         * shell/ev-window.c: (update_action_sensitivity),
11213         (ev_window_cmd_file_properties):
11214
11215         Initial go at file properties. Patch by
11216         Emil Soleyman-Zomalan <emil@soleyman.com>.
11217         Needs love see #169583
11218
11219 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11220
11221         * ps/ps-document.c: (output):
11222         * ps/ps.c: (psscan):
11223
11224         Try to render even if psscan fails.
11225
11226 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11227
11228         * ps/ps.c: (psscan), (pscopydoc):
11229
11230         Port buffered reading code from gv
11231
11232 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11233
11234         * ps/ps-document.c: (interpreter_message), (output):
11235
11236         Do not fail on interpreter messages
11237
11238 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11239
11240         * backend/ev-document-misc.c:
11241         (ev_document_misc_get_thumbnail_frame):
11242
11243         Pages can be 0 x 0, dont assert on this case
11244
11245 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11246
11247         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11248         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11249
11250         Correctly manage our reference on document. Finally the reload
11251         huge leak is gone...
11252
11253 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11254
11255         * ps/ps-document.c: (ps_document_dispose):
11256
11257         Forgot to chain it to the parent. Thanks chpe.
11258
11259 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11260
11261         * ps/ps-document.c: (ps_document_dispose),
11262         (ps_document_class_init), (stop_interpreter), (document_load):
11263
11264         Cleanup dispose a bit. Dont leak the whole pixmap.
11265
11266 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11267
11268         * pdf/ev-poppler.cc:
11269
11270         Release the poppler document on dispose
11271
11272 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11273
11274         * shell/ev-view.c: (ev_view_set_document):
11275
11276         Release ref on the pixbuf cache when changing
11277         document.
11278
11279 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11280
11281         * ps/ps-document.c: (ps_document_get_info):
11282
11283         Fix a double free
11284
11285 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11286
11287         * backend/ev-page-cache.c: (ev_page_cache_init),
11288         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11289         * backend/ev-page-cache.h:
11290         * shell/ev-page-action.c: (page_changed_cb):
11291         
11292         Set page action entry width depending on labels width. Fix
11293         for bug 305202.
11294
11295 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11296
11297         * backend/ev-link.c: (ev_link_class_init):
11298
11299         Allow -1 as page value (error)
11300
11301 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11302
11303         * shell/ev-sidebar-thumbnails.c:
11304         (ev_sidebar_thumbnails_set_document):
11305         * shell/ev-view.c: (scroll_to_current_page),
11306         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11307         (page_changed_cb), (on_adjustment_value_changed),
11308         (ev_view_set_document):
11309
11310         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11311         Fix bug 305377
11312
11313 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11314
11315         * configure.ac:
11316         * djvu/djvu-document.c: (djvu_document_get_page_size):
11317
11318         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11319         bug 301993.
11320
11321 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11322
11323         * shell/ev-view.c (draw_one_page): modify the expose handling to
11324         get the shadows.
11325
11326         * shell/ev-window.c (update_action_sensitivity): Respect
11327         permissions field.  Kowtow to the man.
11328
11329         * pdf/ev-poppler.cc: Get the permissions field.
11330
11331         * tiff/*c: Make a tiny bit more robust.
11332
11333 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11334
11335         * djvu/djvu-document.c:
11336         
11337         Pop messages from djvu context message queue.
11338
11339 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11340
11341         * configure.ac, Makefile.am, shell/Makefile.am:
11342         * tiff/Makefile.am, shell/ev-document-types.c:
11343         
11344         Cleanup tiff configure checks. Fix for bug 305218.
11345
11346 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11347
11348         * configure.ac: Added "uk" to ALL_LINGUAS.
11349
11350 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11351
11352         * cut-n-paste/zoom-control/ephy-zoom.c:
11353         (ephy_zoom_get_changed_zoom_level):
11354         * cut-n-paste/zoom-control/ephy-zoom.h:
11355         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11356         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11357         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11358         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11359         (zoom_control_changed_cb), (ev_window_init):
11360         
11361         Fix minor points related to moving best fit up. Introduce
11362         "zoom" property and make zoom control change it's value on
11363         notify::zoom signals. Fix for 305080.
11364
11365 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11366
11367         * data/evince-ui.xml:
11368         * shell/ev-window.c: (set_view_actions_sensitivity):
11369         
11370         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11371
11372 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11373
11374         * configure.ac:
11375
11376         Depends on poppler 0.3.2
11377
11378 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11379
11380         * cut-n-paste/recent-files/egg-recent-item.c:
11381         (egg_recent_item_get_short_name):
11382         * cut-n-paste/toolbar-editor/Makefile.am:
11383         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11384         (new_pixbuf_from_widget):
11385         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11386         * cut-n-paste/toolbar-editor/egg-marshal.c:
11387         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11388         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11389
11390         Sync
11391
11392 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11393
11394         * tiff/tiff-document.c: Rough TIFF backend.
11395
11396 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11397
11398         * NEWS:
11399         * configure.ac:
11400         * cut-n-paste/toolbar-editor/Makefile.am:
11401
11402         Release 0.3.1
11403
11404 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11405
11406         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11407         (ev_view_find_next), (ev_view_find_previous):
11408
11409         Remove the locks around get_n_results   
11410
11411 2005-05-21  Juerg Billeter  <j@bitron.ch>
11412
11413         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11414
11415         Pass correct number of pages to poppler.
11416
11417 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11418
11419         * configure.ac:
11420         * data/Makefile.am:
11421         * data/evince.desktop.in: 
11422         * data/evince.desktop.in.in:
11423         * po/POTFILES.in:
11424         
11425         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11426
11427 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11428
11429         * shell/ev-view.c: (view_update_adjustments),
11430         (view_set_adjustment_values): cast adjustmen->value to (int)
11431         before using it.  Otherwise, we get off by a pixel in some
11432         situations.
11433
11434         (draw_one_page): Draw the border on expose.
11435
11436 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11437
11438         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11439         adjustment when the mode changes, #304923
11440
11441 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11442
11443         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11444         flickering on resize but still use gdk_window_scroll on
11445         scrolling
11446
11447 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11448
11449         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11450         option, #170458
11451
11452 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11453
11454         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11455         second page on page_changed if possible, #304669
11456
11457 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11458
11459         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11460         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11461
11462 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11463
11464         * .cvsignore:
11465         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11466         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11467         (ev_view_zoom_for_size_presentation),
11468         (ev_view_zoom_for_size_continuous_and_dual_page),
11469         (ev_view_zoom_for_size_continuous),
11470         (ev_view_zoom_for_size_dual_page),
11471         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11472         * shell/ev-view.h:
11473         * shell/ev-window.c: (update_view_size),
11474         (ev_window_sizing_mode_changed_cb):
11475
11476         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11477         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11478         an infinite loop, #304769
11479
11480
11481 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11482
11483         * data/evince-ui.xml:
11484         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11485         * shell/ev-window.c: (set_view_actions_sensitivity):
11486
11487         Make PgUp/Down behave like Space
11488
11489 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11490
11491         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11492         * backend/ev-ps-exporter.h:
11493         * pdf/ev-poppler.cc:
11494         * ps/ps-document.c: (ps_document_ps_export_begin):
11495         * shell/ev-print-job.c: (idle_print_handler):
11496
11497         Adapt to new poppler api
11498
11499 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11500
11501         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11502         (ephy_zoom_control_init):
11503
11504         Translate zoom levels
11505
11506 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11507
11508         * cut-n-paste/zoom-control/ephy-zoom.c:
11509         (ephy_zoom_get_zoom_level_index):
11510
11511         Fix current zoom -> zoom control match
11512
11513 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11514
11515         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11516         rather than the scrolled_window that it's in. Fixes bug #304655.
11517
11518 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11519
11520         * shell/ev-view.c: (view_update_adjustments),
11521         (view_set_adjustment_values), (view_update_range_and_current_page),
11522         (view_scroll_to_page), (set_scroll_adjustment),
11523         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11524         (ev_view_scroll), (ev_view_scroll_view),
11525         (ensure_rectangle_is_visible), (find_page_at_location),
11526         (get_link_at_location), (go_to_link), (status_message_from_link),
11527         (ev_view_size_request_continuous_dual_page),
11528         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11529         (ev_view_unrealize), (ev_view_expose_event),
11530         (ev_view_button_press_event), (ev_view_motion_notify_event),
11531         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11532         (draw_rubberband), (highlight_find_results), (draw_one_page),
11533         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11534         (ev_view_init), (find_changed_cb), (page_changed_cb),
11535         (on_adjustment_value_changed), (ev_view_new),
11536         (ev_view_set_document), (ev_view_set_zoom),
11537         (ev_view_set_continuous), (ev_view_set_dual_page),
11538         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11539         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11540         (ev_view_zoom_for_size_presentation),
11541         (ev_view_zoom_for_size_continuous_dual_page),
11542         (ev_view_zoom_for_size_continuous),
11543         (ev_view_zoom_for_size_dual_page),
11544         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11545         (ev_view_get_status), (ev_view_set_status),
11546         (update_find_status_message), (ev_view_get_find_status),
11547         (ev_view_set_find_status), (jump_to_find_result),
11548         (jump_to_find_page), (compute_selections), (clear_selection),
11549         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11550         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11551         (ev_view_update_primary_selection),
11552         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11553         * shell/ev-view.h:
11554         * shell/ev-window.c: (ev_window_open_page_label),
11555         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11556         (ev_window_init):
11557         * shell/ev-window.h:
11558         * shell/main.c: (load_files):
11559
11560         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11561         when resizing.  Remove the bin_window().  Also, patch from James
11562         Bowes to fix command line page, #300641
11563         
11564 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11565
11566         * data/evince-ui.xml:
11567         * shell/ev-view.c:
11568         * shell/ev-view.h:
11569         * shell/ev-window.c: (update_action_sensitivity):
11570
11571         Get rid of View->Normal Size, it's just confusing
11572
11573 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11574
11575         * backend/ev-document-info.h:
11576         * backend/ev-document.c: (ev_document_info_free): Free the
11577         EvDocumentInfo.
11578
11579         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11580         (clear_range), (add_range), (update_visible_range),
11581         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11582         (ev_sidebar_thumbnails_set_document):
11583         * shell/ev-window.c: (ev_window_setup_document): Only render the
11584         visible thumbnails.  It takes an instant to render, but it uses
11585         much less memory.
11586
11587 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11588
11589         * shell/ev-sidebar-links.c: (popup_menu_cb):
11590
11591         Select first item
11592
11593 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11594
11595         * lib/Makefile.am:
11596         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11597         (button_press_cb), (ev_sidebar_links_construct):
11598
11599         Show the popup menu also on keybindings
11600
11601 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11602
11603         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11604         * shell/ev-window.h:
11605
11606         Expose api to print a range (with dialog). Make private _print use
11607         it.
11608
11609         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11610         (ev_sidebar_links_construct):
11611
11612         Show a print context menu on linkx, it prints the selected
11613         section.
11614
11615 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11616
11617         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11618         button.
11619
11620 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11621
11622         * AUTHORS:
11623
11624         Update
11625
11626         * shell/ev-window.c: (build_comments_string),
11627         (ev_window_cmd_help_about):
11628
11629         Show poppler version/backend and authors
11630
11631 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11632
11633         * cut-n-paste/zoom-control/ephy-zoom.c:
11634         (ephy_zoom_get_zoom_level_index):
11635         * cut-n-paste/zoom-control/ephy-zoom.h:
11636
11637         Move the best fit items at the top of the list
11638
11639 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11640
11641         * shell/ev-marshal.list:
11642         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11643         (activate_cb), (match_selected_cb), (activate_link_cb),
11644         (connect_proxy), (ev_page_action_class_init):
11645         * shell/ev-page-action.h:
11646
11647         Use signals to notify action activation. Hopefully
11648         I did not break completion since I cant test...
11649
11650         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11651         (register_custom_actions):
11652
11653         Connect to page selector actions and also grab focus on
11654         the view when activated.
11655
11656 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11657
11658         * pdf/ev-poppler.cc:
11659         * backend/ev-page-cache.c: make page size calculation consistent
11660         and set it to (int)( width * scale + 0.5).  This makes the weird
11661         line going through the middle of the page go away.
11662
11663         * shell/ev-view.c: move painting the background page after
11664         checking the expose area covers us.
11665
11666 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11667
11668         * data/evince-password.glade:
11669         
11670         Mark labels as not translatable. Fix for bug 302842.
11671
11672 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11673
11674         * configure.ac: Added "es" to ALL_LINGUAS.
11675
11676 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11677
11678         * data/evince-toolbar.xml:
11679         * shell/ev-window.c: (update_action_sensitivity),
11680         (ev_window_setup_document), (ev_window_set_page_mode),
11681         (ev_window_init):
11682
11683         Remove some leftover code from jrb first continous
11684         attempt. Use the new actions, we still need good icons
11685         though...
11686
11687 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11688
11689         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11690
11691         Update label when connecting proxy. Fix a warning with NULL
11692         page_cache.
11693
11694 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11695
11696         * data/evince-ui.xml:
11697         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11698         * shell/ev-page-action.h:
11699         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11700
11701         Add mnemonic for edit toolbar.
11702         ctrl+l focus the page entry.
11703
11704 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11705
11706         * lib/Makefile.am:
11707         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11708         (ev_window_init):
11709         * shell/main.c: (main):
11710
11711         Put the toolbar xml in evince own dot dir
11712
11713 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11714
11715         * shell/ev-window.c: (ev_window_init):
11716
11717         Make the toolbar not removable
11718
11719 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11720
11721         * data/evince-ui.xml:
11722         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11723         * shell/ev-sidebar-links.h:
11724         * shell/ev-sidebar-thumbnails.c:
11725         (ev_sidebar_thumbnails_get_treeview):
11726         * shell/ev-sidebar-thumbnails.h:
11727         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11728         (ev_view_class_init):
11729         * shell/ev-view.h:
11730         * shell/ev-window.c: (update_action_sensitivity),
11731         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11732         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11733         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11734         (ev_window_init):
11735
11736         This is evil... Make space/backspace global accelerators but
11737         enable them only for some widgets (sidebars and view).
11738         I dont like it, but I dont know a better way... :/
11739
11740 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11741
11742         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11743         (ev_page_action_widget_finalize),
11744         (ev_page_action_widget_class_init), (update_page_cache):
11745
11746         Keep a weak reference on proxy->page_cache so that we
11747         dont try to disconnect the signal if the object is already
11748         gone. Maybe there is a better way to cleanup reference handling
11749         in page action though...
11750
11751 2005-05-10  Juerg Billeter  <j@bitron.ch>
11752
11753         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11754         * backend/ev-ps-exporter.h:
11755         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11756         * ps/ps-document.c: (ps_document_ps_export_begin):
11757         
11758         Change api to pass print range to ps_exporter_begin. The pdf backend
11759         requires this information.
11760         
11761         * shell/ev-print-job.c: (idle_print_handler):
11762         
11763         Adapt to api change
11764
11765 2005-05-10  Juerg Billeter  <j@bitron.ch>
11766
11767         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11768         (idle_print_handler)
11769         * shell/ev-window.c: (ev_window_print):
11770
11771         Support printing page range, based on patch by Amaury Jacquot
11772
11773 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11774
11775         * data/evince-toolbar.xml:
11776
11777         Add zoom control to available items
11778
11779 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11780
11781         * shell/ev-window.c: (update_action_sensitivity):
11782
11783         Set slash action insensitive when appropriate
11784
11785 2005-05-10  Christian Persch <chpe@gnome.org>
11786
11787         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11788
11789         Fix warning on the overflow menu
11790
11791 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11792
11793         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11794
11795         Check for uri correctness/existence
11796
11797 2005-05-09  Juerg Billeter  <j@bitron.ch>
11798
11799         * shell/ev-window.c: (using_postscript_printer):
11800
11801         LPD printers use postscript, too
11802
11803 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11804
11805         * shell/ev-window.c: (register_custom_actions):
11806
11807         The zoom one is actually sort of useful,
11808         put it back
11809
11810 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11811
11812         * shell/ev-window.c: (register_custom_actions):
11813
11814         Hide page/zoom controls from overflow, they
11815         are useless.
11816
11817 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11818
11819         * cut-n-paste/update-from-egg.sh:
11820         
11821         Share it between all cut-n-paste subdirs
11822
11823         * cut-n-paste/recent-files/Makefile.am:
11824
11825         Fix to use "global" update-from-egg.sh
11826
11827         * cut-n-paste/recent-files/egg-recent-model.c:
11828         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11829         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11830         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11831         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11832
11833         Update from libegg
11834
11835         * cut-n-paste/toolbar-editor/Makefile.am:
11836
11837         Fix to use "global" update-from-egg.sh
11838
11839         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11840
11841         Update from libegg
11842
11843 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11844
11845         * configure.ac:
11846         * cut-n-paste/Makefile.am:
11847         * cut-n-paste/recent-files/Makefile.am:
11848         * cut-n-paste/toolbar-editor/.cvsignore:
11849         * cut-n-paste/toolbar-editor/Makefile.am:
11850         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11851         (egg_editable_toolbar_get_type), (get_toolbar_position),
11852         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11853         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11854         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11855         (set_item_drag_source), (create_item_from_action), (create_item),
11856         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11857         (popup_toolbar_context_menu_cb), (free_dragged_item),
11858         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11859         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11860         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11861         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11862         (item_added_cb), (item_removed_cb),
11863         (egg_editable_toolbar_construct),
11864         (egg_editable_toolbar_disconnect_model),
11865         (egg_editable_toolbar_deconstruct),
11866         (egg_editable_toolbar_set_model),
11867         (egg_editable_toolbar_set_ui_manager),
11868         (egg_editable_toolbar_set_property),
11869         (egg_editable_toolbar_get_property),
11870         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11871         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11872         (egg_editable_toolbar_new_with_model),
11873         (egg_editable_toolbar_get_edit_mode),
11874         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11875         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11876         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11877         (new_pixbuf_from_widget), (new_separator_pixbuf),
11878         (update_separator_image), (style_set_cb),
11879         (_egg_editable_toolbar_new_separator_image),
11880         (egg_editable_toolbar_get_model):
11881         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11882         * cut-n-paste/toolbar-editor/egg-marshal.c:
11883         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11884         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11885         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11886         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11887         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11888         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11889         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11890         (editor_drag_data_delete_cb), (drag_data_get_cb),
11891         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11892         (editor_create_item), (update_editor_sheet), (setup_editor),
11893         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11894         (parse_item_list), (model_has_action), (update_actions_list),
11895         (egg_toolbar_editor_load_actions):
11896         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11897         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11898         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11899         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11900         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11901         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11902         (egg_toolbars_model_add_separator), (impl_add_item),
11903         (parse_item_list), (egg_toolbars_model_add_toolbar),
11904         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11905         (impl_get_item_data), (impl_get_item_type),
11906         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11907         (egg_toolbars_model_init), (free_toolbar),
11908         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11909         (egg_toolbars_model_remove_toolbar),
11910         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11911         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11912         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11913         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11914         (egg_toolbars_model_get_item_data),
11915         (egg_toolbars_model_get_item_type):
11916         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11917         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11918         * data/Makefile.am:
11919         * data/evince-toolbar.xml:
11920         * data/evince-ui.xml:
11921         * data/hand-open.png:
11922         * po/POTFILES.in:
11923         * shell/Makefile.am:
11924         * shell/ev-window.c: (update_chrome_visibility),
11925         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11926         (ev_window_dispose), (ev_window_init):
11927
11928         Implement epiphany like toolbar editor. Based on patch by
11929         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11930
11931 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11932
11933         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11934
11935         Use set_cursor instead of set_selection, so that
11936         the keyboard focus moves too.
11937
11938 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11939
11940         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11941
11942         Fix infinite loop when loading Type1 fonts
11943
11944 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11945
11946         * data/evince-ui.xml:
11947         * shell/ev-window.c:
11948
11949         Slash -> Find
11950
11951 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11952
11953         * configure.ac:
11954
11955         Make --disable really disable
11956
11957 2005-05-07  Juerg Billeter  <j@bitron.ch>
11958
11959         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11960
11961         Compare page labels even without has_labels set, fixes setting page
11962         with entry
11963
11964 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11965
11966         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11967         (ev_view_set_cursor), (ev_view_button_press_event),
11968         (ev_view_motion_notify_event), (ev_view_button_release_event),
11969         (ev_view_init):
11970
11971         Implement middle button scrolling. Based on a patch
11972         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11973
11974 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11975
11976         * shell/ev-document-types.c: (get_slow_mime_type),
11977         (get_document_type_from_mime), (ev_document_type_lookup):
11978         * shell/ev-document-types.h:
11979
11980         Change api to lookup from uri. Do fast lookup first, if the
11981         type is unknown try with data sniffing.
11982
11983         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11984         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11985
11986         Adapt to api change
11987
11988 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11989
11990         * thumbnailer/Makefile.am:
11991
11992         Fix distcheck
11993
11994 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11995
11996         * NEWS:
11997         * configure.ac:
11998
11999         Release 0.3.0
12000
12001         * data/evince-ui.xml:
12002
12003         Hide presentation mode for now
12004
12005         * shell/ev-view.c: (highlight_find_results):
12006
12007         Show current find selection only on current page
12008
12009 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12010
12011         * shell/ev-view.c: (ev_view_select_all):
12012
12013         Compute size of the actual page, not of
12014         the current one.
12015
12016 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12017
12018         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12019         (view_rect_to_doc_rect), (compute_selections),
12020         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12021         (ev_view_copy), (ev_view_primary_get_cb),
12022         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12023         (ev_view_button_press_event), (ev_view_motion_notify_event),
12024         (ev_view_button_release_event), (page_changed_cb):
12025
12026         Fix text selection
12027
12028 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12029
12030         * shell/ev-view.c: (compute_border), (get_page_extents),
12031         (doc_rect_to_view_rect), (highlight_find_results),
12032         (ev_view_bin_expose), (ev_view_select_all),
12033         (ev_view_motion_notify_event), (update_find_status_message),
12034         (jump_to_find_result), (jump_to_find_page):
12035
12036         First go at fixing search, still buggy
12037
12038 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12039
12040         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12041         dropdown box and button at the top of the sidebar.
12042
12043 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12044
12045         * configure.ac: Output zoom-control Makefile.
12046         * cut-n-paste/Makefile.am: build zoom-control subdir.
12047         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12048         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12049         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12050         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12051         * cut-n-paste/zoom-control/ephy-zoom.c:
12052         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12053         from epiphany, and modified to add a separator into the menu.
12054         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12055         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12056         zoom-control action.
12057         * shell/Makefile.am: Include zoom-control flags.
12058         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12059         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12060         (ev_view_zoom_for_size_presentation),
12061         (ev_view_zoom_for_size_continuous_and_dual_page),
12062         (ev_view_zoom_for_size_continuous),
12063         (ev_view_zoom_for_size_dual_page),
12064         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12065         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12066         ev_view_get_zoom and ev_view_get_sizing_mode.
12067         * shell/ev-view.h:
12068         * shell/ev-window.c: (update_action_sensitivity),
12069         (update_sizing_buttons), (zoom_control_changed_cb),
12070         (register_custom_actions): Initialize and use the zoom-control 
12071         widget.
12072
12073 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12074
12075         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12076         preview cache back to 1.  Don't know when it got set to 0.
12077         
12078         * shell/ev-view.c: (compute_border), (ev_view_realize),
12079         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12080         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12081         (ev_view_get_fullscreen), (ev_view_set_presentation),
12082         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12083         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12084         * shell/ev-view.h:
12085         * shell/ev-window.c:
12086         (update_chrome_visibility),
12087         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12088         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12089         (update_document_mode), (ev_window_update_fullscreen_action),
12090         (ev_window_fullscreen), (ev_window_unfullscreen),
12091         (ev_window_cmd_view_fullscreen),
12092         (ev_window_update_presentation_action),
12093         (ev_window_run_presentation), (ev_window_stop_presentation),
12094         (ev_window_cmd_view_presentation), (ev_window_state_event),
12095         (ev_window_focus_in_event), (ev_window_focus_out_event),
12096         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12097         * data/evince-ui.xml: Initial presentation mode.  We should
12098         probably hide this until it's done, as it's quite rough.  Also,
12099         change full-screen to fullscreen and add two getters to EvView.
12100
12101 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12102
12103         * shell/ev-page-action.c: (update_page_cache),
12104         (ev_page_action_dispose):
12105         * shell/ev-window.c: (destroy_fullscreen_popup),
12106         (ev_window_create_fullscreen_popup):
12107
12108         Use connect_object rather than explicitly
12109         disconnect on dispose.
12110
12111 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12112
12113         * shell/ev-page-action.c: (update_page_cache),
12114         (ev_page_action_dispose):
12115
12116 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12117
12118         * backend/ev-page-cache.c: (_ev_page_cache_new),
12119         (ev_page_cache_set_page_label),
12120         (ev_page_cache_has_nonnumeric_page_labels):
12121         * backend/ev-page-cache.h:
12122         * shell/ev-page-action.c: (update_pages_label):
12123         
12124         If all page labels are numeric, fallback to default
12125         way to display number of pages. See bug 173185.
12126
12127 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12128
12129         * shell/ev-page-action.c: (ev_page_action_dispose):
12130         * shell/ev-view.c: (view_update_range_and_current_page):
12131         * shell/ev-window.c: (ev_window_dispose):
12132         
12133         Set page on scroll in continuous mode. Fixes bug 301986.
12134         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12135
12136 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12137
12138         * configure.ac:
12139
12140         Require poppler 0.3.0
12141
12142 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12143         
12144         * shell/Makefile.am, configure.ac: Fix build problems
12145         with t1lib. Bug 301996.
12146
12147 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12148
12149         * shell/ev-view.c: (ev_view_scroll_event):
12150         
12151         Scroll up increase zoom
12152
12153 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12154
12155         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12156         (ev_view_set_sizing_mode),
12157         (ev_view_zoom_for_size_continuous_and_dual_page),
12158         (ev_view_zoom_for_size_continuous):
12159         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12160         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12161         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12162         (ev_window_init):
12163
12164         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12165         Fix for 165473 and 165472.
12166
12167 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12168
12169         * po/POTFILES.in:
12170         * thumbnailer/Makefile.am:
12171         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12172         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12173         * thumbnailer/evince-thumbnailer.schemas.in:
12174         
12175         Make thumbnailer schemas translatable. Fix for bug 301773
12176         
12177         * thumbnailer/evince-thumbnailer-djvu.schemas:
12178         * thumbnailer/evince-thumbnailer-dvi.schemas:
12179         * thumbnailer/evince-thumbnailer.schemas:
12180
12181         Removed files
12182
12183 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12184
12185         * shell/ev-view.c (ev_view_init): forgot to set this.
12186
12187 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12188
12189         * shell/ev-view.c: (find_page_at_location),
12190         (get_link_at_location),
12191         (ev_view_set_show_border), (ev_view_set_spacing),
12192         (ev_view_zoom_for_size_continuous_and_dual_page),
12193         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12194         Also, add a quick fix measuring of widths.  Also, removed
12195         ev_view_set_spacing and ev_view_set_show_border.
12196         
12197         * shell/ev-window.c: (ev_window_unfullscreen),
12198         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12199
12200 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12201
12202         * shell/ev-view.c: (view_update_range_and_current_page),
12203         (page_changed_cb):
12204         
12205         Fix crash on exit and scrolling to page in continuous view.
12206
12207 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12208
12209         * TODO:
12210         * backend/ev-page-cache.c: (_ev_page_cache_new),
12211         (ev_page_cache_get_max_width_size),
12212         (ev_page_cache_get_max_height_size):
12213         * backend/ev-page-cache.h:
12214         * data/evince-ui.xml:
12215         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12216         * shell/ev-view.c: (view_update_adjustments),
12217         (view_update_range_and_current_page), (get_bounding_box_size),
12218         (ev_view_size_request_continuous_and_dual_page),
12219         (ev_view_size_request_continuous),
12220         (ev_view_size_request_dual_page),
12221         (ev_view_size_request_single_page), (ev_view_size_request),
12222         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12223         (ev_view_bin_expose), (ev_view_expose_event),
12224         (ev_view_set_property), (ev_view_get_property),
12225         (ev_view_class_init), (ev_view_init), (ev_view_new),
12226         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12227         (ev_view_set_dual_page), (ev_view_set_full_screen),
12228         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12229         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12230         (ev_view_zoom_out), (zoom_for_size_fit_width),
12231         (zoom_for_size_best_fit),
12232         (ev_view_zoom_for_size_continuous_and_dual_page),
12233         (ev_view_zoom_for_size_continuous),
12234         (ev_view_zoom_for_size_dual_page),
12235         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12236         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12237         * shell/ev-view.h:
12238         * shell/ev-window.c: (update_action_sensitivity),
12239         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12240         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12241         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12242         (ev_window_cmd_view_zoom_out), (update_view_size),
12243         (ev_window_set_sizing_mode), (ev_window_init):
12244
12245         Add Continuous and Dual page modes.
12246
12247 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12248
12249         * dvi/dvi-document.c: (dvi_document_load),
12250         (dvi_document_thumbnails_get_thumbnail),
12251         (dvi_document_init_params): Fix up some mixups between
12252         width and height to correct thumbnail rendering.
12253
12254 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12255
12256         * dvi/mdvi-lib/private.h:
12257         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12258         
12259         Suppess output for kpathsea during font generation. Thanks to
12260         James Bowes
12261
12262 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12263
12264         * NEWS:
12265         * configure.ac:
12266
12267         Release 0.2.1
12268
12269         * Makefile.am: fix distcheck.
12270
12271 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12272
12273         * shell/ev-sidebar-links.c: (selection_changed_callback),
12274         (update_page_callback), (row_activated_callback),
12275         (job_finished_callback), (ev_sidebar_links_set_document):
12276         
12277         Fix for bug #169901. Double click on links expands tree.
12278
12279 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12280
12281         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12282         hard-coded style. Fix for bug 170111
12283
12284 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12285
12286         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12287         locking.
12288
12289 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12290
12291         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12292
12293 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12294
12295         * pdf/ev-poppler.cc:
12296         * shell/ev-view.c: (highlight_find_results):
12297
12298         Fix find on single page documents
12299
12300 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12301
12302         * data/evince.schemas.in: fix for bug 301390
12303
12304 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12305
12306         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12307         (ev_view_zoom_out), (ev_view_zoom_normal):
12308         * shell/ev-view.h:
12309         * shell/ev-window.c: (update_action_sensitivity),
12310         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12311         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12312         (ev_window_cmd_view_normal_size):
12313
12314         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12315         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12316         better than oom. 
12317
12318 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12319
12320         * configure.ac:
12321
12322         Depend on 2.57, 2.59 doesnt seem to be necessary
12323
12324 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12325
12326         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12327         (create_tool_item):
12328
12329         Put back total number of pages as (1 of 1234)
12330
12331 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12332
12333         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12334         remove the job.
12335
12336         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12337         function.  This helps debugging.
12338
12339 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12340
12341         * djvu/djvu-document.c: (djvu_document_class_init),
12342         (djvu_document_get_info), (djvu_document_document_iface_init):
12343         * dvi/dvi-document.c: (dvi_document_class_init),
12344         (dvi_document_get_info), (dvi_document_document_iface_init):
12345
12346         Dummy implementation of get_info method for dvi and
12347         djvu. Fix crashes with those backends
12348
12349 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12350
12351         * data/evince.desktop.in:
12352
12353         Add application/x-gzpostscript
12354
12355 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12356
12357         * data/evince.schemas.in: Added real long descriptions, 
12358         closes bug 172496 
12359
12360         * README: Added actual text, closes bug 171869
12361
12362 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12363
12364         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12365
12366         Thumbnail page 0
12367
12368 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12369
12370         * backend/ev-document-info.h:
12371
12372         s/GDate */GDate so we can just use g_free
12373
12374 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12375
12376         * shell/ev-window.c: (update_document_mode),
12377         (ev_window_setup_document):
12378
12379         Show the window in fullscreen when specified by
12380         the document
12381
12382 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12383
12384         * backend/ev-document.c: (ev_document_class_init),
12385         (ev_document_get_info), (ev_document_render_pixbuf):
12386         * backend/ev-document.h:
12387         * backend/ev-page-cache.c: (_ev_page_cache_new):
12388         * pdf/ev-poppler.cc:
12389         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12390         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12391         * ps/ps-document.c: (ps_document_class_init), (document_load),
12392         (ps_document_get_info), (ps_document_document_iface_init):
12393
12394         Remove get_title from the interface, we can just use document info
12395
12396 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12397
12398         * backend/Makefile.am:
12399         * backend/ev-document.c: (ev_document_render_get_info):
12400         * backend/ev-document.h:
12401         * pdf/ev-poppler.cc:
12402
12403         Initial support for document info. Based on jrb patch.
12404
12405 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12406
12407         * shell/ev-window.c: (ev_window_state_event),
12408         (ev_window_class_init), (ev_window_init):
12409         
12410         Doesn't show resize grip when maximized. See bug #301053
12411
12412 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12413
12414         * po/POTFILES.in:
12415         
12416         ev-sidebar-thumbnails now has translatable labels
12417         
12418         * shell/Makefile.am:
12419         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12420         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12421         (ev_sidebar_links_page_iface_init):
12422         * shell/ev-sidebar-links.h:
12423         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12424         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12425         (ev_sidebar_page_get_label):
12426         * shell/ev-sidebar-page.h:
12427         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12428         (ev_sidebar_thumbnails_set_document),
12429         (ev_sidebar_thumbnails_support_document),
12430         (ev_sidebar_thumbnails_get_label),
12431         (ev_sidebar_thumbnails_page_iface_init):
12432         * shell/ev-sidebar-thumbnails.h:
12433         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12434         (ev_sidebar_set_document):
12435         * shell/ev-sidebar.h:
12436         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12437         
12438         Small rework of sidebar code. Now sidebar pages should implement
12439         EvSidebarPage interface. That makes page management in EvSidebar
12440         easier. See bug #164811 for details
12441
12442 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12443
12444         * shell/ev-application.c: (ev_application_open):
12445         * shell/ev-document-types.c:
12446         
12447         Fix build error and small problem with application exit
12448
12449 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12450
12451         * thumbnailer/Makefile.am:
12452         * thumbnailer/evince-thumbnailer-djvu.schemas:
12453         * thumbnailer/evince-thumbnailer-dvi.schemas:
12454         
12455         Conditionally install schemas for djvu/dvi thumbnailer
12456
12457 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12458
12459         * shell/ev-document-types.h: 
12460         * shell/ev-document-types.c: 
12461         New files, handling the mapping from mimetypes to backends
12462         
12463         * shell/ev-window.c: 
12464         * thumbnailer/evince-thumbnailer.c:     
12465         Use the ev-document-types code
12466         
12467         * shell/Makefile.am: 
12468         Added new convenience library libevbackendfactory_la, containing
12469         the new mimetype->backend logic; moved the backends into it.
12470
12471         * thumbnailer/Makefile.am:
12472         Make the thumbnailer link with the libevbackend.la convenience
12473         library, rather than having a duplicate of the backend logic here.
12474
12475 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12476
12477         * shell/ev-stock-icons.c: constify some vars.
12478         * shell/ev-window.c: ditto.
12479
12480 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12481
12482         * ps/ps-document.c (get_page_orientation):
12483
12484         Respect document orientation 
12485
12486 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12487
12488         * djvu/Makefile.am:
12489         * dvi/Makefile.am:
12490         * shell/Makefile.am:
12491         
12492         Move library dependencies to components.
12493         
12494         * shell/ev-window.c: (update_window_title),
12495         (start_loading_document):
12496         
12497         Fix display of uris with spaces. Bug 168358.
12498
12499 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12500
12501         * shell/ev-sidebar-links.c: (selection_changed_cb):
12502         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12503         (ev_view_button_release_event), (ev_view_set_document):
12504         * shell/ev-view.h:
12505         * shell/ev-window.c: (find_bar_search_changed_cb):
12506         * shell/ev-window.h: Minor cleanups removing some dead code.
12507
12508 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12509
12510         * backend/ev-page-cache.c: (_ev_page_cache_new):
12511         
12512         Set current page to 0 if document has pages.
12513
12514 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12515
12516         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12517
12518         Initialize GError to NULL, fix a crash when loading fails.
12519
12520 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12521
12522         * shell/ev-window.c: (update_view_size):
12523
12524         Calculate shadow size only when there is actually
12525         a shadow.
12526
12527 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12528
12529         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12530         * shell/ev-view.h:
12531
12532         Allow setting view spacing, default to 0
12533
12534         * shell/ev-window.c: (ev_window_unfullscreen),
12535         (ev_window_cmd_view_fullscreen), (ev_window_init):
12536
12537         Remove spacing in fullscreen mode
12538
12539 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12540
12541         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12542         (ev_view_size_request), (expose_bin_window),
12543         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12544         * shell/ev-view.h:
12545         * shell/ev-window.c: (ev_window_unfullscreen),
12546         (ev_window_cmd_view_fullscreen):
12547
12548         Do not draw the border in fulscreen
12549
12550 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12551
12552         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12553         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12554         (find_page_at_location), (page_changed_cb):
12555
12556         Rework border calculation, so that I can more easily disable it.
12557         Code somewhat cleaner too.
12558
12559 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12560
12561         * backend/ev-page-cache.c: (ev_page_cache_init),
12562         (_ev_page_cache_new):
12563
12564         Remove some assertions, documents can have 0 pages.
12565         Make initial current page -1.
12566
12567         * shell/ev-page-action.c: (page_changed_cb):
12568
12569         Show "" if current page is -1
12570
12571         * shell/ev-window.c: (update_action_sensitivity),
12572         (ev_window_setup_document):
12573
12574         When document has 0 pages do not set the view
12575         and make nearly everything insensitive.
12576
12577 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12578
12579         * shell/ev-page-view.c:
12580         * shell/ev-page-view.h:
12581
12582         Remove unused files.
12583         
12584         * shell/ev-sidebar-thumbnails.c:
12585         (ev_sidebar_thumbnails_set_document):
12586         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12587         (ev_sidebar_supports_document):
12588         * shell/ev-sidebar.h:
12589         * shell/ev-window.c: (ev_window_setup_document):
12590         
12591         Doesn't show thumbnails if document has 1 page. Make
12592         sidebar menu entries sensitive only if if they have 
12593         sense. Fix bug 164811. 
12594
12595 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12596
12597         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12598         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12599         (ev_view_zoom_out), (ev_view_set_size):
12600
12601         Rework sizing to deal with documents with not uniform page
12602         size.
12603
12604 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12605
12606         * backend/ev-page-cache.c: (_ev_page_cache_new):
12607
12608         Fix several page size caching bugs
12609
12610 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12611
12612         * shell/ev-window.c: (set_action_properties):
12613
12614         Make all toolbar items translatable
12615
12616 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12617
12618         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12619         (save_page_list), (ps_document_save),
12620         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12621         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12622         (ps_document_ps_exporter_iface_init):
12623         * ps/ps-document.h:
12624
12625         Based on a patch by J�rg Billeter <j@bitron.ch>
12626         
12627         Implement print and save a copy for the ps backend.
12628
12629 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12630
12631         * backend/ev-document.h:
12632         * djvu/djvu-document.c: (djvu_document_can_get_text),
12633         (djvu_document_document_iface_init):
12634         * dvi/dvi-document.c: (dvi_document_can_get_text),
12635         (dvi_document_document_iface_init):
12636         * pdf/ev-poppler.cc:
12637         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12638         (pixbuf_document_document_iface_init):
12639         * ps/ps-document.c: (ps_document_can_get_text),
12640         (ps_document_document_iface_init):
12641         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12642         * shell/ev-window.c: (update_action_sensitivity):
12643
12644         Fix the crash when trying to copy in backends that doesnt
12645         support it. We can implement a better solution once we
12646         do real text selection.
12647
12648 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12649
12650         * data/evince-ui.xml:
12651         * shell/ev-window.c: (ev_window_cmd_escape):
12652         
12653         Work around the Escape conflict (find bar and unfullscreen)
12654
12655 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12656
12657         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12658         
12659         Fix for #300233. Next page correctly handles document end.
12660         
12661         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12662         (ev_sidebar_thumbnails_class_init),
12663         (ev_sidebar_thumbnails_set_document),
12664         (ev_sidebar_thumbnails_clear_job),
12665         (ev_sidebar_thumbnails_clear_model):
12666         
12667         Cleanup thumbnail jobs on document changes.
12668         
12669         * shell/ev-view.c: (add_scroll_binding_keypad),
12670         (add_scroll_binding_shifted), (ev_view_class_init):
12671         
12672         Shift + Space scrolls up. Fix for #173184
12673         
12674         * shell/ev-window.c: (ev_window_open_page),
12675         (ev_window_cmd_view_reload):
12676         
12677         Fix reload (Bug #300094)
12678
12679 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12680
12681         
12682         * dvi/mdvi-lib/assoc.c:
12683         * dvi/mdvi-lib/assoc.h: Removed garbage files
12684         
12685         * dvi/mdvi-lib/bitmap.c:
12686         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12687         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12688         * dvi/mdvi-lib/color.h: Antialias of rules
12689         
12690         * dvi/mdvi-lib/common.h:
12691         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12692         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12693         * dvi/mdvi-lib/files.c:
12694         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12695         * dvi/mdvi-lib/mdvi.h:
12696         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12697         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12698         * dvi/mdvi-lib/util.c: Fix compile warnings
12699         
12700         * dvi/dvi-document.c:
12701         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12702         (dvi_document_thumbnails_get_thumbnail),
12703         (dvi_document_document_thumbnails_iface_init):
12704         * dvi/mdvi-lib/Makefile.am:
12705         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12706         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12707         
12708         Dvi backend now renders thumbnails
12709
12710 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12711
12712         * shell/main.c: (main): 
12713         
12714         Save accelerators on exit. Fixes bug #172095.
12715
12716 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12717
12718         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12719         update priority" comment.
12720
12721         * backend/ev-job-queue.c: Give a way to change priority.
12722
12723 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12724
12725         * shell/ev-page-action.c: Fix logic.
12726
12727 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12728
12729         * shell/ev-view.c: (ev_view_can_find_next):
12730         * shell/ev-window.c: (ev_window_setup_document):
12731
12732         Check that the document supports find
12733
12734 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12735
12736         * data/evince-ui.xml:
12737         * shell/ev-view.c: (ev_view_can_find_next):
12738         * shell/ev-view.h:
12739         * shell/ev-window.c: (update_action_sensitivity),
12740         (find_changed_cb), (ev_window_setup_document),
12741         (ev_window_cmd_edit_find_next):
12742
12743         Add Edit->Find Next
12744
12745 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12746
12747         * pdf/ev-poppler.cc:
12748         * shell/ev-print-job.c: (idle_print_handler):
12749
12750         Make printing work again
12751
12752 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12753
12754         * shell/ev-page-action.h:
12755         * shell/ev-page-action.c: (ev_page_action_widget_init),
12756         (ev_page_action_widget_class_init), (page_changed_cb),
12757         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12758         (get_filter_model_from_model), (match_selected_cb),
12759         (display_completion_text), (match_completion), (update_model),
12760         (connect_proxy), (ev_page_action_set_property),
12761         (ev_page_action_get_property), (ev_page_action_set_document),
12762         (ev_page_action_set_model), (ev_page_action_class_init): Big
12763         reworking to make completions work iff we have >= GTK-2.7.0
12764                 
12765         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12766         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12767         (job_finished_cb): We now have a 'model' property that is set when
12768         the links are loaded.  This can be caught with "notify::model"
12769
12770         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12771         listen for the model to be set, and propagate it to the action.
12772
12773 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12774
12775         * cut-n-paste/recent-files/egg-recent-item.c:
12776         (egg_recent_item_set_uri), (make_valid_utf8),
12777         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12778         * cut-n-paste/recent-files/egg-recent-item.h:
12779         
12780         Update egg-recent from libegg. This should fix long
12781         startup problem. For details see
12782         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12783
12784 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12785
12786         * cut-n-paste/recent-files/Makefile.am:
12787         * data/evince-ui.xml, shell/Makefile.am:
12788         * shell/ev-application.c, shell/ev-application.h:
12789         * shell/ev-window.c: Recent files support.
12790         
12791         * configure.ac: Added "ru" to ALL_LINGUAS.
12792         
12793         * dvju: new backend to support DJVU files.
12794         * dvi: new backend to support DVI.
12795
12796         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12797         * ev-application.c: Support for new backends.
12798         
12799         * help, ev-window.c, main.c shell/Makefile.am: 
12800         Evince user documentation.
12801
12802 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12803
12804         * po/POTFILES.in:
12805         * shell/ev-window.c:
12806         * thumbnailer/evince-thumbnailer.c:
12807
12808         s/pdf-document/ev-poppler
12809
12810 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12811
12812         * NEWS:
12813         * configure.ac:
12814
12815         Release 0.2.0
12816
12817         * ps/ps-document.c: (setup_pixmap):
12818
12819         Remove debug code
12820
12821 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12822
12823         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12824         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12825         (ev_window_cmd_go_first_page): Fix of by one errors.
12826
12827 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12828
12829         * ps/ps-document.c: (get_page_box):
12830
12831         Fix page size calculation
12832
12833 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12834
12835         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12836         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12837         (get_page_orientation), (setup_page), (document_load),
12838         (ps_document_get_page_size), (render_pixbuf_idle):
12839         * ps/ps-document.h:
12840
12841         More refactoring to adapt to EvDocument changes
12842
12843 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12844
12845         * ps/ps-document.c: (start_interpreter):
12846
12847         Actually add alpha args
12848
12849 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12850
12851         * pdf/ev-poppler.cc:
12852
12853         Make clipboard work again
12854
12855 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12856
12857         Make searching work again.
12858         
12859         * backend/ev-document.c:
12860         * backend/ev-document.h:
12861         * backend/ev-document-find.c:
12862         * backend/ev-document-find.h: Change EvDocumentIface so we no
12863         longer store the current page or zoom level in the document.  The
12864         consequence is that all calls that operate on the current page now
12865         instead take the page number as an extra argument, and all
12866         coordinates are now doubles in document coordinate system.
12867
12868         * pdf/ev-poppler.cc:
12869         * pixbuf/pixbuf-document.c:
12870         * ps/ps-document.c: Update backends accordingly.
12871
12872 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12873
12874         * autogen.sh:
12875
12876         Add required gettext version
12877
12878 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12879
12880         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12881         make F1 bring up non-existent help.
12882
12883         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12884         epiphany's find bar, #167477
12885
12886         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12887         <emil@nishra.com> to add space-bar scrolling, 
12888
12889         * shell/ev-window.c (static GtkActionEntry entries): add default
12890         keybinding for Help (F1)
12891         Fixes #171068
12892
12893         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12894         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12895         170110
12896
12897 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12898
12899         * Makefile.am: 
12900         * pixbuf/pixbuf-document.c: 
12901
12902         Got pixbuf backend working again
12903
12904 2005-04-01  Steve Murphy  <murf@e-tools.com>
12905
12906         * configure.in: Added "rw" to ALL_LINGUAS.
12907
12908 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12909
12910         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12911         model types, noticed by Martin Kretzschmar.
12912
12913 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12914
12915         * pdf/ev-poppler.cc: Implement search based on
12916         poppler_page_find_text().  Currently a bit crude since we remember
12917         all matches from all pages.  Also, we grab the big document lock
12918         when we search since searching changes the underlying stream and
12919         thus conflicts with the rendering thread.
12920         
12921         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12922         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12923         (ev_view_find_previous): Fix some page indexes to be 0 based,
12924         offset rubber band by view offset,
12925
12926 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12927
12928         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12929
12930 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12931
12932         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12933         completely because I didn't understand GtkActions.  I should
12934         read Marco's code more carefully in the future.
12935
12936         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12937         function
12938
12939 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12940
12941         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12942         PopplerRectangle change from poppler CVS.
12943
12944 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12945
12946         * backend/ev-document.c: (ev_document_get_page_label):
12947         * backend/ev-document.h:
12948         * backend/ev-page-cache.c: (_ev_page_cache_new),
12949         (ev_page_cache_get_page_label):
12950         * backend/ev-page-cache.h:
12951         * pdf/ev-poppler.cc:
12952         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12953         (links_page_num_func):
12954         * shell/ev-sidebar-thumbnails.c:
12955         (ev_sidebar_thumbnails_set_document):
12956         * shell/ev-view.c: (status_message_from_link),
12957         (ev_view_motion_notify_event):
12958         * shell/ev-window.c: (document_supports_sidebar): Add in page
12959         label support.  It's not perfect yet, but it's the first 'feature'
12960         in a while.
12961         Also, fix a bogus comment noticed by crispin. 
12962
12963 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12964
12965         * Makefile.am: Remove pixbuf backend for now
12966
12967         * configure.ac: Require poppler-glib instead of just poppler.
12968
12969         * backend/ev-document-thumbnails.h: Add a comment
12970
12971         * backend/ev-document.h:
12972         * backend/ev-document.c: (ev_document_class_init),
12973         (ev_document_load), (ev_document_get_link),
12974         (ev_document_get_links): Remove 3 methods and add get_links.
12975         Also, made 0 based.
12976
12977         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12978         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12979
12980         * backend/ev-link.c: (ev_link_set_title),
12981         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12982         (ev_link_mapping_find):
12983         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12984         
12985         * backend/ev-page-cache.c: (ev_page_cache_init),
12986         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12987         (ev_page_cache_get_size), (ev_page_cache_next_page),
12988         (ev_page_cache_prev_page): Fix to be 0 based.
12989
12990         * pdf/Makefile.am: 
12991         * pdf/ev-poppler.h:
12992         * pdf/ev-poppler.cc: New backend.
12993         
12994         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12995         (ps_document_get_page), (ps_document_document_iface_init):
12996
12997         * shell/ev-pixbuf-cache.h:
12998         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12999         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13000         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13001         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13002         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13003         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13004         based.
13005         
13006         * shell/ev-sidebar-thumbnails.c:
13007         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13008         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13009
13010         * shell/ev-view.c: (status_message_from_link),
13011         (find_page_at_location), (get_link_at_location),
13012         (ev_view_motion_notify_event), (ev_view_button_release_event),
13013         (ev_view_init): Use the new link code.  Fix to be 0 based.
13014
13015         * shell/ev-window.c: (update_action_sensitivity),
13016         (document_supports_sidebar): 0 based.
13017
13018 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13019
13020         * pdf/pdf-document.cc: Patch from Fernando Herrera
13021         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13022         *blush*
13023
13024 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13025
13026         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13027         1 to the page, as this seems to be 1 based.  I thought we has this
13028         fixed.  grump.
13029
13030 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13031
13032         * TODO:
13033         * backend/Makefile.am:
13034         * backend/ev-document-links.c:
13035         (ev_document_links_has_document_links),
13036         (ev_document_links_get_links_model):
13037         * backend/ev-document-links.h:
13038         * backend/ev-document.c: (ev_document_get_page_cache),
13039         (ev_document_get_doc_mutex), (ev_document_load),
13040         (ev_document_save), (ev_document_get_title),
13041         (ev_document_get_n_pages), (ev_document_set_page),
13042         (ev_document_get_page), (ev_document_set_target),
13043         (ev_document_set_scale), (ev_document_set_page_offset),
13044         (ev_document_get_page_size), (ev_document_get_text),
13045         (ev_document_get_link), (ev_document_render),
13046         (ev_document_render_pixbuf), (ev_document_scale_changed):
13047         * backend/ev-document.h:
13048         * backend/ev-job-queue.c: (remove_object_from_queue),
13049         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13050         (no_jobs_available_unlocked), (ev_render_thread),
13051         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13052         (ev_job_queue_remove_job):
13053         * backend/ev-job-queue.h:
13054         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13055         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13056         (ev_job_links_class_init), (ev_job_render_init),
13057         (ev_job_render_dispose), (ev_job_render_class_init),
13058         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13059         (ev_job_thumbnail_class_init), (ev_job_finished),
13060         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13061         (ev_job_render_run), (ev_job_thumbnail_new),
13062         (ev_job_thumbnail_run):
13063         * backend/ev-jobs.h:
13064         * backend/ev-link.c:
13065         * backend/ev-link.h:
13066         * backend/ev-page-cache.c: (ev_page_cache_init),
13067         (ev_page_cache_class_init), (ev_page_cache_finalize),
13068         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13069         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13070         (ev_page_cache_set_link), (ev_page_cache_get_title),
13071         (ev_page_cache_get_size), (ev_page_cache_next_page),
13072         (ev_page_cache_prev_page):
13073         * backend/ev-page-cache.h:
13074         * pdf/pdf-document.cc:
13075         * ps/gsdefaults.c:
13076         * ps/gsdefaults.h:
13077         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13078         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13079         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13080         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13081         (is_interpreter_ready), (output), (catchPipe), (input),
13082         (start_interpreter), (check_filecompressed), (compute_dimensions),
13083         (ps_document_enable_interpreter), (document_load),
13084         (ps_document_next_page), (render_page), (ps_document_set_page),
13085         (ps_document_set_scale), (render_pixbuf_idle),
13086         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13087         * ps/ps-document.h:
13088         * shell/Makefile.am:
13089         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13090         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13091         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13092         (ev_pixbuf_cache_new), (job_finished_cb),
13093         (check_job_size_and_unref), (move_one_job),
13094         (ev_pixbuf_cache_update_range), (find_job_cache),
13095         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13096         (ev_pixbuf_cache_add_jobs_if_needed),
13097         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13098         * shell/ev-pixbuf-cache.h:
13099         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13100         (idle_print_handler):
13101         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13102         (selection_changed_cb), (create_loading_model),
13103         (ev_sidebar_links_construct), (links_page_num_func),
13104         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13105         (update_page_callback), (job_finished_cb),
13106         (ev_sidebar_links_set_document):
13107         * shell/ev-sidebar-thumbnails.c:
13108         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13109         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13110         (page_changed_cb), (thumbnail_job_completed_callback),
13111         (ev_sidebar_thumbnails_set_document):
13112         * shell/ev-sidebar-thumbnails.h:
13113         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13114         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13115         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13116         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13117         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13118         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13119         (ev_view_button_release_event), (ev_view_scroll_view),
13120         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13121         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13122         (ev_view_new), (job_finished_cb), (page_changed_cb),
13123         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13124         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13125         (ev_view_find_previous):
13126         * shell/ev-view.h:
13127         * shell/ev-window.c: (update_action_sensitivity),
13128         (ev_window_open_page), (update_window_title), (update_total_pages),
13129         (page_changed_cb), (ev_window_setup_document),
13130         (password_dialog_response), (ev_window_cmd_save_as),
13131         (ev_window_print), (ev_window_cmd_go_previous_page),
13132         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13133         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13134         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13135         * shell/main.c: (main):
13136
13137         Merge evince-threads branch
13138
13139 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13140
13141         * configure.ac: Added "lt" to ALL_LINGUAS.
13142
13143 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13144
13145         * NEWS:
13146         * configure.ac:
13147
13148         Release 0.1.9
13149
13150 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13151
13152         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13153
13154         Fix here also the thumbnails 1-basedness :)
13155
13156 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13157
13158         * NEWS:
13159         * configure.ac:
13160
13161         Release 0.1.8
13162
13163 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13164
13165         * pdf/pdf-document.cc:
13166         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13167         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13168
13169         Fix the mess we did with thumbnails and 1-basedness
13170
13171 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13172
13173         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13174
13175 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13176
13177         * NEWS:
13178         * configure.ac:
13179
13180         Release 0.1.7
13181
13182 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13183
13184         * ps/Makefile.am:
13185         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13186         (gtk_gs_defaults_get_alpha_parameters),
13187         (gtk_gs_defaults_get_ungzip_cmd),
13188         (gtk_gs_defaults_get_unbzip2_cmd):
13189         * ps/gsdefaults.h:
13190         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13191         (ps_document_get_orientation), (document_load),
13192         (ps_document_goto_page), (ps_document_set_page_size):
13193         * ps/ps-document.h:
13194
13195         Some more sanitization of the ps backend. Remove a lot
13196         of unused code and do not base our defaults on ggv
13197         preferences (ugh!)
13198
13199 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13200
13201         * thumbnailer/evince-thumbnailer.schemas:
13202         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13203         (main): add -s option for thumbnail size.
13204
13205 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13206
13207         * configure.ac:
13208
13209         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13210         remove it.
13211
13212 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13213
13214         * pdf/pdf-document.cc:
13215
13216         Remove 4 pixels of useless border from the
13217         thumbnail.
13218
13219 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13220
13221         * backend/ev-document-thumbnails.c:
13222         (ev_document_thumbnails_get_thumbnail):
13223         * backend/ev-document-thumbnails.h:
13224
13225         Rework API a bit. Add a border flag and
13226         change sizing logic (now the size we specify
13227         applies to the bigger dimension).
13228
13229         * pdf/pdf-document.cc:
13230         * pixbuf/pixbuf-document.c:
13231         (pixbuf_document_thumbnails_get_thumbnail):
13232         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13233         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13234
13235         Adapt to the new API and do not draw a border for nautilus
13236         thumbnailer.
13237
13238 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13239
13240         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13241         take thumbnails from page "0" instead of "1". Added a copyright header.
13242
13243 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13244
13245         * ps/ps-document.c: (set_up_page), (start_interpreter):
13246
13247         Make it C89 compliant
13248
13249 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13250
13251         * Makefile.am:
13252         * configure.ac:
13253         * pdf/.cvsignore:
13254         * pdf/pdf-document.cc:
13255         * thumbnailer/Makefile.am:
13256         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13257         (main):
13258         * thumbnailer/evince-thumbnailer.schemas:
13259         * thumbnailer/pdf-icon.png:
13260
13261         Add a nautilus thumbnailer.
13262         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13263
13264 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13265
13266         * NEWS:
13267         * configure.ac:
13268         * po/POTFILES.in:
13269
13270         Release 0.1.6
13271
13272 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13273
13274         Use poppler instead of including xpdf source code.  Poppler is a
13275         fork of xpdf to build it as a shared library. See
13276         http://freedesktop.org/wiki/Software/poppler.
13277
13278         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13279         xpdf fork.
13280         
13281         * pdf/Makefile.am: Build libpdfdocument.a here.
13282         
13283         * pdf/GDKSplashOutputDev.cc:
13284         * pdf/GDKSplashOutputDev.h:
13285         * pdf/GnomeVFSStream.cc:
13286         * pdf/GnomeVFSStream.h:
13287         * pdf-document.cc:
13288         * pdf-document.h:
13289         * test-gdk-output-dev.cc
13290         * Thumb.cc:
13291         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13292         against poppler.
13293
13294 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13295
13296         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13297
13298         Clear idle stack before unsetting the document
13299
13300 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13301
13302         * ps/ps-document.c: (ps_document_widget_event),
13303         (ps_document_set_target), (ps_document_finalize),
13304         (ps_document_get_page):
13305
13306         Disconnect the widget event signal on finalize.
13307         Some code cleanups.
13308
13309 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13310
13311         * ps/ps-document.c: (set_up_page):
13312
13313         If there is no bpixmap create one, even if size
13314         is not changed.
13315
13316 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13317
13318         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13319         (set_up_page), (document_load), (ps_document_set_zoom):
13320
13321         Default page is 0. Calculate size even when we have no
13322         target yet.
13323
13324 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13325
13326         * shell/ev-sidebar.c: expand the selection widget to be always as
13327         wide as the sidebar
13328
13329 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13330
13331         * shell/ev-sidebar-thumbnails.c:
13332         (ev_sidebar_thumbnails_set_document):
13333
13334         Clear the list store when setting document
13335
13336 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13337
13338         * shell/ev-page-action.c: (update_entry), (sync_entry),
13339         (activate_cb), (entry_size_request_cb), (create_tool_item),
13340         (connect_proxy):
13341
13342         Use an entry for the page control instead of spinbuttons
13343
13344 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13345
13346         * data/evince.schemas.in:
13347
13348         Correct confusing string
13349
13350 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13351
13352         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13353         for real.  Gosh, how long has this been broken.
13354
13355         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13356         check for a NULL link.  We crash otherwise.
13357
13358 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13359
13360         * NEWS:
13361         * configure.ac:
13362
13363         Release 0.1.5
13364
13365 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13366
13367         * configure.ac: add the french translation.
13368
13369 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13370
13371         * shell/ev-window.c:
13372
13373         Remove unused header -> fix distcheck
13374
13375 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13376
13377         * shell/ev-window.c: (update_window_title),
13378         (ev_window_popup_password_dialog):
13379
13380         Unescape filename for display
13381
13382 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13383
13384         * pdf/xpdf/pdf-document.cc:
13385
13386         In get_page_size deal with rotation. Also
13387         cleanup the function a bit.
13388
13389 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13390
13391         * pdf/xpdf/pdf-document.cc:
13392
13393         Fix crash when opening in new window
13394
13395 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13396
13397         * configure.ac:
13398
13399         Check ghostscript >= 7
13400
13401 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13402
13403         * shell/ev-window.c:
13404
13405         Make page width the default sizing mode
13406
13407 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13408         Marco Pesenti Gritti <marco@gnome.org>
13409
13410         * shell/ev-window.c: Remember the sidebar size
13411
13412         * data/evince.schemas.in: Add a new gconf key to store the size of
13413         the sidebar
13414
13415 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13416
13417         * data/evince-ui.xml:
13418         * shell/ev-window.c: (update_action_sensitivity),
13419         (ev_window_cmd_view_reload):
13420         
13421         Add a "Reload" action and menu entry
13422
13423 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13424
13425         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13426         iff the type doesn't support thumbnailing and indexing.
13427
13428 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13429
13430         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13431
13432 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13433
13434         * pdf/splash/Splash.cc:
13435
13436         Port fix for a crasher from kde bug
13437         http://bugs.kde.org/show_bug.cgi?id=97131
13438
13439 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13440
13441         * pdf/xpdf/pdf-document.cc:
13442
13443         Return a link even if it's of an unrecognized
13444         type. Otherwise we go in an infinte cycle.
13445
13446 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13447
13448         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13449         (size_allocate_cb), (ev_window_set_sizing_mode):
13450
13451         Update size when switching mode
13452
13453 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13454
13455         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13456         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13457         (ev_window_cmd_view_normal_size):
13458
13459         Fix size toggle buttons behavior
13460
13461 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13462
13463         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13464         (doc_rect_to_view_rect), (ev_view_size_allocate),
13465         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13466         (scale_changed_callback):
13467
13468         Do not cache offsets in size_allocate.
13469
13470 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13471
13472         * shell/ev-view.c: (ev_view_size_allocate):
13473
13474         Calculate offsets before calling the parent
13475         class (which does a redraw)
13476
13477 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13478
13479         * pdf/xpdf/pdf-document.cc:
13480
13481         Fix a crasher on exit. Unused code, put a TODO
13482
13483 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13484
13485         * backend/ev-document.c: (ev_document_class_init),
13486         (ev_document_page_changed), (ev_document_scale_changed):
13487         * backend/ev-document.h:
13488
13489         Separate page/scale notifications
13490
13491         * pdf/xpdf/pdf-document.cc:
13492
13493         Emit the new signals.
13494         Do not display the pdf page in _render, do it
13495         when scale/page are requested.
13496
13497         * ps/ps-document.c: (ps_document_set_zoom),
13498         (ps_document_widget_event):
13499         * ps/ps-document.h:
13500
13501         Emit the new signals.
13502
13503         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13504         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13505         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13506         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13507         * shell/ev-view.h:
13508         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13509         (ev_window_cmd_view_page_width), (size_allocate_cb),
13510         (ev_window_set_sizing_mode):
13511
13512         Rework sizing to be pixel based.
13513         There are bugs but should be already way better.
13514
13515 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13516
13517         * shell/ev-window.c: (ev_window_init):
13518
13519         Do not allow to shrink sidebar smaller then
13520         child requisition
13521
13522 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13523
13524         * shell/ev-sidebar.[ch]
13525         * shell/ev-window.c:
13526
13527         Improved sidebar widget. Fixes #166683
13528
13529 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13530
13531         * shell/ev-view.c (update_find_status_message): Give translators
13532         more flexibility with ngettext plural handling.
13533
13534 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13535
13536         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13537         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13538         page when we get the page size.
13539
13540 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13541
13542         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13543
13544         ps pages are 0 based, convert 
13545
13546 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13547
13548         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13549
13550         Initialize correct parent class. Set GError on document load
13551
13552 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13553
13554         * pdf/xpdf/pdf-document.cc:
13555
13556         Fixup selection offset calculation
13557
13558         * shell/ev-view.c: (view_rect_to_doc_rect),
13559         (doc_rect_to_view_rect), (ev_view_size_allocate),
13560         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13561         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13562
13563         Store selection as document relative, so that zooming
13564         and offset changing doesnt break it.
13565
13566 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13567
13568         * shell/ev-view.c: (ev_view_best_fit):
13569
13570         Do not try to best fit if the view is not realized
13571
13572 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13573           
13574         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13575
13576 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13577
13578         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13579
13580 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13581
13582         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13583         the popup window.  That prevents it resizing when in full screen
13584         mode.
13585
13586         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13587         multiple rerenders.  This pretty much sucks.
13588
13589         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13590         rest of the toolbar.
13591
13592 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13593
13594         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13595
13596 2005-02-17  Alexander Shopov  <ash@contact.bg>
13597
13598         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13599
13600 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13601
13602         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13603
13604 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13605
13606         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13607         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13608         (set_document_page), (document_changed_callback),
13609         (ev_view_set_document), (ev_view_find_previous),
13610         (ev_view_hide_cursor), (ev_view_show_cursor):
13611         * shell/ev-view.h:
13612         * shell/ev-window.c: (update_chrome_visibility),
13613         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13614         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13615         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13616         (ev_window_unfullscreen):
13617         * shell/main.c: (main):
13618
13619         Automatically hide the fullscreen button.
13620         Patch by Kristian Høgsberg <krh@redhat.com>
13621
13622 2005-02-16  Vincent Noel  <vnoel@cox.net>
13623
13624         * shell/main.c (main): Specify an icon for the window. Patch by
13625         Jaap A. Haitsma. Fixes #166177.
13626
13627 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13628
13629         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13630
13631 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13632
13633         * backend/ev-document-misc.h:
13634         * backend/ev-document-misc.c:
13635         (ev_document_misc_get_page_border_size),
13636         (ev_document_misc_paint_one_page): New function to canonicalize
13637         sizing/painting a border.
13638
13639         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13640         used.
13641
13642         * pdf/xpdf/pdf-document.cc: use new function
13643
13644         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13645         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13646         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13647         shell/ev-window.c: (update_sizing_buttons),
13648         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13649         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13650         (ev_window_cmd_view_page_width), (size_allocate_cb),
13651         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13652         and "fit width" values act as toggle buttons so they stay
13653         toggled.  It's not 100% perfect, and it's a little slow, but it's
13654         good enough to commit I think.
13655
13656 2005-02-15  David Lodge  <dave@cirt.net>
13657
13658         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13659
13660 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13661
13662         * shell/ev-window.c (update_window_title): replace newlines in
13663         the title by spaces. Bug #166107.
13664
13665 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13666
13667         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13668         parameters providing allocation width and height without
13669         scrollbars and width of a possible vertical scrollbar. With this
13670         additional information the functions can work as
13671         intended. Unfortunately they're not idempotent. We should
13672         transform these commands to toggles. Fixes Bug #164976
13673         Initial patch by Stephane Loeuillet, then heavily modified.
13674
13675         * shell/ev-view.h: update prototypes.
13676
13677         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13678         (ev_window_cmd_view_page_width): provide EvView fit functions with
13679         all the information they need. Formulas to calculate this
13680         information taken from GtkScrolledWindow.
13681
13682 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13683
13684         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13685         created a thumbnail, the list store is updated to know
13686         that the thumbnail is set. Fixes bug #166792
13687
13688 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13689
13690         * shell/ev-window.c: fixed typo, closes bug 166897
13691
13692         * TODO: updated TODO with bug numbers that are relevant
13693
13694 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13695
13696         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13697
13698 2005-02-09  Vincent Noel  <vnoel@cox.net>
13699
13700         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13701         and "Next" toolbar buttons as important to make them stand out.
13702
13703 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13704
13705         * lib/ev-debug.c:
13706         * lib/ev-debug.h:
13707         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13708         (start_interpreter), (stop_interpreter), (document_load),
13709         (ps_document_next_page), (ps_document_goto_page),
13710         (ps_document_set_page_size), (ps_document_widget_event),
13711         (ps_document_render):
13712         * shell/ev-page-view.c: (ev_page_view_dispose):
13713         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13714
13715         Fix compilation on non-gcc platforms
13716
13717 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13718
13719         * NEWS:
13720         * configure.ac:
13721
13722         Release 0.1.4
13723
13724         * pdf/xpdf/Catalog.cc:
13725         * pdf/xpdf/XRef.cc:
13726
13727         Fix the fix for CAN-2004-0888
13728
13729 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13730
13731         * data/Makefile.am:
13732         * data/evince-ui.xml:
13733         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13734         * shell/ev-stock-icons.h:
13735         * shell/ev-window.c: (update_action_sensitivity),
13736         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13737         (set_action_properties):
13738
13739         Improve toolbar layout/icons
13740
13741 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13742
13743         * pdf/xpdf/pdf-document.cc:
13744
13745         Add warnings about unimplemented/unknown link
13746         types.
13747
13748 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13749
13750         * ps/ps-document.c: (set_up_page):
13751
13752         Log gs property
13753
13754 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13755
13756         * ps/ps-document.c: (start_interpreter):
13757
13758         Log gs env var
13759
13760 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13761
13762         * shell/ev-page-view.c: (ev_page_view_dispose):
13763         * shell/ev-view.c: (ev_view_finalize):
13764         * shell/ev-window.c: (ev_window_setup_document),
13765         (ev_window_dispose), (ev_window_init):
13766
13767         Solve more refs issues.
13768
13769         I commented out the page_view initialization for now:
13770         it was never destroyed (because it's never added
13771         to a container). Because of that we was leaking
13772         gs processes. Couldnt think to a clean fix.
13773         We need to figure this out, password view has the
13774         same issue probably.
13775
13776 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13777
13778         * ps/ps-document.c: (ps_document_finalize),
13779         (ps_document_get_n_pages), (ps_document_get_page):
13780
13781         Some cleanups, stop the interpreter on finalize
13782
13783         * shell/ev-page-view.c: (ev_page_view_dispose),
13784         (ev_page_view_class_init):
13785
13786         Release our reference on the document
13787
13788 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13789
13790         * Makefile.am:
13791         * configure.ac:
13792         * doc/debugging.txt:
13793         * lib/.cvsignore:
13794         * lib/Makefile.am:
13795         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13796         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13797         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13798         * lib/ev-debug.h:
13799
13800         Add debugging helpers
13801
13802         * ps/Makefile.am:
13803         * ps/ps-document.c: (set_up_page), (start_interpreter),
13804         (stop_interpreter), (document_load), (ps_document_next_page),
13805         (ps_document_goto_page), (ps_document_set_page_size),
13806         (ps_document_widget_event), (ps_document_render):
13807         * shell/Makefile.am:
13808         * shell/ev-view.c: (expose_bin_window):
13809         * shell/main.c: (main):
13810
13811         Add some logs
13812         
13813 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13814
13815         * ps/ps-document.c: (ps_document_widget_event):
13816
13817         Initialize message_window, this should make ps
13818         rendering really work! (Never noticed because I was
13819         testing with a ps that is causing gs to exit every time!)
13820
13821 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13822
13823         * data/evince.schemas.in: updated simple error in applyto closing tag
13824
13825 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13826
13827         * Makefile.am:
13828         * configure.ac:
13829         * data/.cvsignore:
13830         * data/Makefile.am:
13831         * data/evince-ui.xml:
13832         A data/evince.schemas.in:
13833         * po/POTFILES.in:
13834         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13835         * shell/ev-stock-icons.h:
13836         * shell/ev-window.c: (update_chrome_visibility),
13837         (update_chrome_flag), (ev_window_cmd_edit_find),
13838         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13839         (ev_window_unfullscreen), (ev_window_focus_in_event),
13840         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13841         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13842         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13843         (ev_window_dispose), (ev_window_class_init),
13844         (set_action_properties), (set_chrome_actions), (load_chrome),
13845         (ev_window_init):
13846
13847         Implement fullscreen mode changes from bug #164776.
13848         Also implement persistent chrome toggles.
13849
13850 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13851
13852         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13853
13854 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13855
13856         * NEWS:
13857         * configure.ac:
13858         * shell/ev-view.c:
13859
13860         Add another check for find interface
13861
13862         Release 0.1.3
13863
13864 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13865
13866         * shell/ev-application.c: (ev_application_open):
13867         * shell/ev-window.c: (ev_window_open):
13868
13869         Open gzipped ps documents
13870
13871 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13872
13873         * TODO:
13874         * shell/ev-view.c: (set_document_page):
13875
13876         Clamp page number, dont try to move to
13877         not existant pages.
13878
13879 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13880
13881         * backend/ev-document-find.c: (ev_document_find_changed):
13882         * backend/ev-document-find.h:
13883         * pdf/xpdf/pdf-document.cc:
13884         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13885         * shell/ev-window.c: (find_bar_search_changed_cb):
13886
13887         Fix several bugs with find
13888
13889 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13890
13891         * shell/ev-sidebar-thumbnails.c
13892         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13893         document. Prevents warning from scroll_to_cell.
13894
13895 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13896
13897         * configure.ac: Add «nb» to ALL_LINGUAS too.
13898
13899 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13900
13901         * NOTES: New file with some random thoughts.
13902
13903         * TODO: Update.
13904
13905         * backend/ev-document-misc.c:
13906         (ev_document_misc_get_page_border_size): New function to
13907         canonicalize shadow drawing sizes.  Possibly goofy.
13908
13909         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13910         (ev_view_best_fit), (ev_view_fit_width):
13911         * pdf/xpdf/pdf-document.cc:
13912         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13913         * ps/ps-document.c: (ps_document_get_page_size):
13914         * backend/ev-document-misc.h:
13915         * backend/ev-document.c: (ev_document_get_page_size):
13916         * backend/ev-document.h: get_page_size now takes a page number
13917         parameter.  Made all the backends/frontends honor it.
13918
13919         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13920         see.  Doesn't work yet.
13921
13922         * shell/Makefile.am:
13923         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13924         Doesn't do anything yet.
13925
13926         * shell/ev-sidebar-thumbnails.c:
13927         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13928         [0..n_pages-1]
13929
13930         * shell/ev-window.c: (update_action_sensitivity),
13931         (ev_window_setup_document), (ev_window_set_page_mode),
13932         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13933         view-swapping code a bit so we can have multiple views on a
13934         document.  Add the multi-page view, though it can't be turned on
13935         yet.
13936
13937 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13938
13939         * shell/ev-application.c: (ev_application_open):
13940         * shell/ev-view.c: (expose_bin_window):
13941         * shell/ev-window.c: (ev_window_open):
13942
13943         Support eps and check document supports find
13944         before drawing highlightings in expose.
13945
13946 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13947
13948         * pixbuf/pixbuf-document.c:
13949         (pixbuf_document_thumbnails_get_dimensions),
13950         (pixbuf_document_document_thumbnails_iface_init):
13951
13952         implement get_dimensions
13953
13954 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13955
13956         * NEWS:
13957         * configure.ac:
13958
13959         Release 0.1.2
13960
13961 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13962
13963         * shell/ev-view.c: (set_document_page):
13964
13965         Scroll at the top of the page when changing page
13966
13967 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13968
13969         * shell/ev-view.c: (ev_view_motion_notify_event):
13970
13971         Do not redraw unnecessarily
13972
13973 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13974
13975         * pdf/xpdf/pdf-document.cc:
13976         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13977         (expose_bin_window), (find_changed_cb):
13978
13979         Yay! find works now... Now to find bugs...
13980
13981 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13982
13983         * backend/ev-document-find.c: (ev_document_find_base_init),
13984         (ev_document_find_changed):
13985         * backend/ev-document-find.h:
13986         * pdf/xpdf/pdf-document.cc:
13987         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13988         (expose_bin_window), (ev_view_init), (set_document_page),
13989         (ensure_rectangle_is_visible), (jump_to_find_result),
13990         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13991         (ev_view_find_next), (ev_view_find_previous):
13992         * shell/ev-view.h:
13993         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13994
13995         More work on find implementation, mostly there now
13996
13997 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13998
13999         * backend/ev-backend-marshalers.list:
14000         * backend/ev-document-find.c: (ev_document_find_base_init),
14001         (ev_document_find_cancel), (ev_document_find_page_has_results),
14002         (ev_document_find_get_n_results), (ev_document_find_get_result),
14003         (ev_document_find_get_progress), (ev_document_find_changed):
14004         * backend/ev-document-find.h:
14005
14006         Enanche the find interface to be really able to do
14007         multi page find.
14008
14009         * pdf/xpdf/pdf-document.cc:
14010
14011         Implement
14012
14013         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14014         (expose_bin_window), (ev_view_init),
14015         (ev_view_get_find_status_message), (find_changed_cb),
14016         (ev_view_set_document), (set_document_page):
14017
14018         Adapt to the new interface. A few things are regressed sorry,
14019         I will finish it soon.
14020
14021 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14022
14023         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14024         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14025         ev_sidebar_thumbnails_parent_class variable, don't define another
14026         parent_class variable.
14027
14028         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14029         (ev_page_action_class_init): ditto.
14030
14031         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14032         (pixbuf_document_class_init): ditto.
14033
14034         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14035         ditto.
14036
14037         * .cvsignore: ignore various valgrind output files.
14038
14039 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14040
14041         * data/evince-ui.xml:
14042         * shell/Makefile.am:
14043         * shell/ev-history.c:
14044         * shell/ev-history.h:
14045         * shell/ev-navigation-action.c:
14046         * shell/ev-navigation-action.h:
14047         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14048         (ev_view_set_page), (ev_view_fit_width):
14049         * shell/ev-view.h:
14050         * shell/ev-window.c: (update_action_sensitivity),
14051         (ev_window_setup_document), (register_custom_actions):
14052
14053         Kill session history
14054
14055 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14056
14057         * shell/ev-window.c: (update_action_sensitivity):
14058
14059         Fix inverted up/down buttons
14060
14061 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14062
14063         * shell/ev-sidebar-thumbnails.c
14064         (ev_sidebar_thumbnails_select_page): make sure the selected
14065         thumbnail stays visible.
14066
14067 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14068
14069         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14070         scrolled window for Federico.
14071
14072 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14073
14074         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14075
14076 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14077
14078         * configure.ac:
14079         * pdf/splash/SplashFTFontEngine.cc:
14080
14081         Fix CID fonts with freetype 2.1.9
14082
14083 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14084
14085         * TODO: added item for desktop icon thumbnailer
14086
14087 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14088
14089         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14090         unloaded docs when the title is accessed.
14091
14092         * shell/ev-password-view.[hc]: New widget for displaying password
14093         state.
14094
14095         * shell/ev-window.[ch]: Refactor password handling code to handle
14096         the new view.
14097
14098 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14099
14100         * NEWS:
14101         * configure.ac:
14102         * data/Makefile.am:
14103
14104         Release 0.1.1
14105
14106 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14107
14108         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14109         ignore page offset here, to make search results independent of it,
14110
14111         * shell/ev-view.c (expose_bin_window): but take offsets into
14112         account here. Bug #164932
14113
14114         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14115         scale at the right time. Bug #164996
14116
14117 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14118
14119         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14120         fix the problem. Now I just removed the Adobe font names and hope
14121         that the URW fonts are always in outline format. Bug #164934
14122
14123         * shell/ev-window.c (update_window_title): empty titles are
14124         useless, use filename in that case too.
14125
14126         * NEWS: Add some content.
14127
14128 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14129
14130         * TODO: added one more TODO item and a TODONE section :)
14131
14132 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14133
14134         * ps/ps-document.h: add page_[xy]_offset fields.
14135
14136         * ps/ps-document.c (ps_document_set_page_offset)
14137         (ps_document_render): Keep offset in consideration in a few
14138         places. Bug #164752 "postscript documents are not centered in
14139         window"
14140
14141         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14142         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14143
14144         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14145         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14146         stub out missing methods for complete EvDocument implementation.
14147         Fixes segfaults with Save A Copy and Copy actions.
14148
14149         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14150         (ps_document_document_iface_init): ditto.
14151         
14152 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14153
14154         * data/.cvsignore:
14155         * data/Makefile.am:
14156         * data/evince.desktop.in:
14157
14158         Add desktop file
14159
14160 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14161
14162         * shell/ev-view.c: (ev_view_button_press_event),
14163         (ev_view_motion_notify_event):
14164
14165         Make selection work in any direction
14166
14167 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14168
14169         * TODO:
14170         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14171
14172         Use shorter labels for some of the toolbars items
14173
14174 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14175
14176         * pdf/xpdf/pdf-document.cc:
14177
14178         Check the links info is initialized before
14179         using it. Should fix a crash on startup.
14180
14181 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14182
14183         * pixbuf/pixbuf-document.c
14184         (pixbuf_document_thumbnails_get_dimensions): force floating point
14185         division to calculate page_ratio. Fixes crash with landscape
14186         format pixbufs.
14187
14188 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14189
14190         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14191
14192 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14193
14194         * shell/ev-view.c (set_document_page): unset has_selection when
14195         the page changes.
14196         (set_document_page): handle paper size changes when the page
14197         changes (test with Free Culture, page 2).
14198
14199 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14200
14201         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14202         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14203
14204         Use normal style color for the widget background and
14205         draw a black box around the page.
14206
14207 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14208
14209         * pdf/xpdf/pdf-document.cc:
14210
14211         Keep offset in consideration in a few places
14212
14213         * shell/ev-view.c: (expose_bin_window):
14214
14215         Set the offsets so that the document is ever centered
14216
14217 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14218
14219         * TODO: Added TODO items and finished off the first todo item
14220
14221         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14222         reflect current authors
14223
14224 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14225
14226         * pdf/xpdf/pdf-document.cc:
14227         * shell/ev-view.c: (ev_view_set_cursor),
14228         (ev_view_motion_notify_event), (document_changed_callback),
14229         (set_document_page):
14230
14231         Show a wait cursor while the page is rendering
14232
14233 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14234
14235         * shell/ev-sidebar-thumbnails.c:
14236         (ev_sidebar_tree_selection_changed),
14237         (ev_sidebar_thumbnails_select_page):
14238         * shell/ev-sidebar-thumbnails.h:
14239         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14240         (ev_view_can_go_forward):
14241         * shell/ev-window.c: (ev_window_open_page),
14242         (ev_window_setup_document), (update_current_page),
14243         (view_page_changed_cb), (ev_window_init):
14244         * shell/ev-window.h:
14245
14246         Ensure thumbnails selection, toolbar page control and
14247         current page are in sync.
14248
14249 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14250
14251         * pdf/xpdf/XRef.cc:
14252
14253         Fix CAN-2005-0064
14254
14255 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14256
14257         * backend/Makefile.am:
14258         * backend/ev-document-links.h:
14259         * backend/ev-document-security.c: (ev_document_security_get_type),
14260         (ev_document_security_has_document_security),
14261         (ev_document_security_set_password):
14262         * backend/ev-document-security.h:
14263         * backend/ev-document.c: (ev_document_error_quark):
14264         * backend/ev-document.h:
14265         * data/Makefile.am:
14266         * data/evince-password.glade:
14267         * pdf/xpdf/pdf-document.cc:
14268         * shell/Makefile.am:
14269         * shell/ev-password.c: (ev_password_set_bad_password_label),
14270         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14271         (ev_password_dialog_get_password),
14272         (ev_password_dialog_set_bad_pass):
14273         * shell/ev-password.h:
14274         * shell/ev-window.c: (ev_window_get_attribute),
14275         (ev_window_set_property), (update_action_sensitivity),
14276         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14277         (ev_window_setup_document), (ev_window_get_password),
14278         (ev_window_open), (ev_window_cmd_save_as),
14279         (using_postscript_printer), (ev_window_print),
14280         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14281         (update_fullscreen_popup), (ev_window_fullscreen),
14282         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14283         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14284         (menu_item_select_cb), (find_bar_search_changed_cb),
14285         (ev_window_dispose), (ev_window_init):
14286
14287         Add initial support for password-supported dialogs.  This could be
14288         a lot cooler, but it'll do for now.
14289
14290 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14291
14292         * pdf/xpdf/pdf-document.cc:
14293         * shell/ev-view.c: (status_message_from_link),
14294         (ev_view_set_status), (ev_view_set_cursor),
14295         (ev_view_motion_notify_event), (ev_view_init):
14296         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14297
14298         Fix bugs in the links implementation and change cursor
14299         when hovering a link.
14300
14301 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14302
14303         * viewer/.cvsignore: added cvsignore file for viewer directory
14304
14305         * TODO: created TODO document
14306
14307 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14308
14309         * shell/ev-view.h:
14310         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14311         new functions to help with implementation of sensitivity code
14312         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14313         of all actions that might require it.  Fixes a crash when you
14314         click on the Zoom actions in a window lacking a document.
14315
14316 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14317
14318         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14319         of the Find action
14320
14321 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14322
14323         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14324         (pixbuf_document_document_iface_init):
14325         * ps/ps-document.c: (ps_document_get_link),
14326         (ps_document_document_iface_init):
14327         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14328         (status_message_from_link), (ev_view_set_status),
14329         (ev_view_set_find_status), (ev_view_motion_notify_event),
14330         (ev_view_button_release_event), (ev_view_set_property),
14331         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14332         (ev_view_get_find_status_message), (update_find_results),
14333         (ev_view_get_status), (ev_view_get_find_status):
14334         * shell/ev-view.h:
14335         * shell/ev-window.c: (view_status_changed_cb),
14336         (view_find_status_changed_cb), (ev_window_init):
14337
14338         View status message support, use it to show the links.
14339         Needs work...
14340
14341 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14342
14343         * backend/ev-document.c: (ev_document_get_link):
14344         * backend/ev-document.h:
14345         * pdf/xpdf/pdf-document.cc:
14346         * shell/ev-application.c: (ev_application_open):
14347         * shell/ev-application.h:
14348         * shell/ev-sidebar-links.c: (selection_changed_cb):
14349         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14350         (ev_view_go_to_link):
14351
14352         Add support for document links
14353
14354 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14355
14356         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14357         (create_tool_item):
14358         Set the spin button limits correctly.
14359         
14360         * shell/ev-sidebar-thumbnails.c:
14361         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14362         Support changing pages by clicking on the thumbnails.
14363         
14364 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14365
14366         * pixbuf/pixbuf-document.c:
14367         (pixbuf_document_thumbnails_get_dimensions),
14368         (pixbuf_document_document_thumbnails_iface_init):
14369
14370         implement get_dimensions
14371
14372 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14373
14374         * ps/ps-document.c: (ps_document_goto_page):
14375
14376         Fix page switching on multipage documents
14377
14378 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14379
14380         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14381         
14382         check for NULL before assigning to width and height parameters
14383
14384 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14385
14386         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14387         (pixbuf_document_set_property), (pixbuf_document_get_property):
14388
14389         implement get/set properties
14390
14391 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14392
14393         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14394         
14395         return NULL instead of "Unknown", letting the title get set to
14396         the filename when the pdf has no title.
14397
14398 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14399
14400         * ps/ps-document.c: (ps_document_get_page_count),
14401         (ps_document_goto_page):
14402
14403 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14404
14405         * shell/ev-history.c: (ev_history_get_property),
14406         (ev_history_set_property), (ev_history_class_init),
14407         (ev_history_add_page), (ev_history_set_current_index):
14408         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14409         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14410         (ev_navigation_action_finalize):
14411         * shell/ev-navigation-action.h:
14412         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14413         (ev_view_go_forward), (ev_view_get_find_status_message),
14414         (history_index_changed_cb), (ev_view_set_history):
14415         * shell/ev-view.h:
14416         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14417         (update_current_page), (register_custom_actions):
14418
14419         Implement history dropdowns
14420
14421 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14422
14423         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14424         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14425         (ev_view_go_forward):
14426         * shell/ev-window.c: (register_custom_actions):
14427
14428         Fix several history bugs
14429
14430 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14431
14432         * configure.ac: Add «nb» to ALL_LINGUAS.
14433
14434 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14435
14436         * backend/Makefile.am:
14437         * backend/ev-bookmark.c:
14438         * backend/ev-bookmark.h:
14439         * backend/ev-document-bookmarks.c:
14440         * backend/ev-document-bookmarks.h:
14441         * backend/ev-document-links.c: (ev_document_links_get_type),
14442         (ev_document_links_has_document_links),
14443         (ev_document_links_begin_read), (ev_document_links_get_link),
14444         (ev_document_links_get_child), (ev_document_links_next),
14445         (ev_document_links_free_iter):
14446         * backend/ev-document-links.h:
14447         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14448         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14449         (ev_link_get_link_type), (ev_link_set_link_type),
14450         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14451         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14452         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14453         (ev_link_new_external):
14454         * backend/ev-link.h:
14455         * pdf/xpdf/pdf-document.cc:
14456         * shell/Makefile.am:
14457         * shell/ev-application.c: (ev_application_open_link):
14458         * shell/ev-application.h:
14459         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14460         (ev_history_get_link_nth):
14461         * shell/ev-history.h:
14462         * shell/ev-sidebar-bookmarks.c:
14463         * shell/ev-sidebar-bookmarks.h:
14464         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14465         (ev_sidebar_links_class_init), (selection_changed_cb),
14466         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14467         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14468         (do_one_iteration), (populate_links_idle),
14469         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14470         * shell/ev-sidebar-links.h:
14471         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14472         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14473         (go_to_index):
14474         * shell/ev-view.h:
14475         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14476         * shell/ev-window.h:
14477
14478         Rename bookmark to link, and use "Index" for the sidebar panel.
14479
14480 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14481
14482         * shell/Makefile.am:
14483         * shell/ev-application.c: (ev_application_open_bookmark):
14484         * shell/ev-application.h:
14485         * shell/ev-history.c: (ev_history_init), (free_links_list),
14486         (ev_history_finalize), (ev_history_class_init),
14487         (ev_history_add_link), (ev_history_add_page),
14488         (ev_history_get_link_nth), (ev_history_get_n_links),
14489         (ev_history_get_current_index), (ev_history_set_current_index),
14490         (ev_history_new):
14491         * shell/ev-history.h:
14492         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14493         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14494         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14495         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14496         (ev_view_set_page):
14497         * shell/ev-view.h:
14498         * shell/ev-window.c: (ev_window_open_bookmark),
14499         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14500         (goto_page_cb), (register_custom_actions):
14501         * shell/ev-window.h:
14502
14503         Initial history implementation. Needs work.
14504
14505 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14506
14507         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14508
14509 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14510
14511         * cut-n-paste/recent-files/egg-recent-item.c:
14512         * cut-n-paste/recent-files/egg-recent-item.h:
14513         * cut-n-paste/recent-files/egg-recent-model.c:
14514         * cut-n-paste/recent-files/egg-recent-util.c:
14515         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14516         * cut-n-paste/recent-files/egg-recent-view.c:
14517
14518         Update
14519
14520 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14521
14522         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14523         (fillGlyph, fillImageMask, drawImage):
14524         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14525         pdf/splash/SplashTypes.h:
14526         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14527         packed mode for Splash.
14528
14529         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14530         RGB8 packed mode, eliminates the pixbuf data creation loop.
14531
14532         * shell/ev-print-job.c (ev_print_job_finalize)
14533         (ev_print_job_set_property, ev_print_job_get_property)
14534         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14535         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14536         (print_closure_finalize, ev_print_job_print): implement
14537         printing (for backends with EvPsExporter)
14538
14539         * shell/ev_print_job.h: update prototypes.
14540
14541         * shell/ev-window.c (ev_window_print): unref print job after
14542         printing.
14543
14544         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14545         unless the document implements the EvDocumentFind interface.
14546
14547 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14548
14549         * configure.ac: Added ja to ALL_LINGUAS.
14550
14551 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14552
14553         * pdf/xpdf/pdf-document.cc:
14554
14555         add a FIXME. We should probably not allocate
14556         a bookmark object every time
14557
14558 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14559
14560         * shell/ev-application.c: (ev_application_open),
14561         (ev_application_open_bookmark):
14562         * shell/ev-application.h:
14563         
14564         Add a way to open bookmarks
14565
14566         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14567         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14568         (ev_bookmark_set_property), (ev_bookmark_class_init),
14569         (ev_bookmark_new_title), (ev_bookmark_new_link),
14570         (ev_bookmark_new_external):
14571
14572         Support for external uris, better constructors.
14573
14574         * backend/ev-bookmark.h:
14575         * pdf/xpdf/pdf-document.cc:
14576         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14577
14578         Handle external uris
14579
14580 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14581
14582         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14583         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14584
14585         Hook up bookmarks navigation
14586
14587 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14588
14589         * backend/Makefile.am:
14590         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14591         (ev_bookmark_get_title), (ev_bookmark_set_title),
14592         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14593         (ev_bookmark_get_page), (ev_bookmark_set_page),
14594         (ev_bookmark_get_property), (ev_bookmark_set_property),
14595         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14596         (ev_bookmark_new):
14597         * backend/ev-bookmark.h:
14598         * backend/ev-document-bookmarks.c:
14599         (ev_document_bookmarks_get_bookmark):
14600         * backend/ev-document-bookmarks.h:
14601         * pdf/xpdf/pdf-document.cc:
14602         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14603
14604         Add a bookmark object to the backend and use it instead of get_values
14605
14606 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14607
14608         * data/evince-ui.xml:
14609
14610         Cleanup and add select all.
14611
14612         * shell/ev-view.c: (ev_view_select_all),
14613         (ev_view_button_press_event):
14614         * shell/ev-view.h:
14615         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14616
14617         Add select all.
14618         Clear selection on click.
14619
14620 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14621
14622         * shell/ev-sidebar-thumbnails.c
14623         (ev_sidebar_thumbnails_set_document): forgot to unref the
14624         loading_icon.
14625
14626 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14627
14628         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14629         at the visible page, not just linearly.  This makes it look fast.
14630
14631 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14632
14633         * backend/ev-document-misc.c
14634         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14635         white.
14636         * backend/ev-document-thumbnails.h: New interface to get the size
14637         of a page.
14638
14639 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14640
14641         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14642         make dist works
14643
14644 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14645
14646         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14647         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14648         things up a bit.
14649
14650         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14651
14652 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14653
14654         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14655         fonts. Should fix font problems on systems that have the base
14656         fonts in bitmap format. Reported by James Henstridge
14657         <james@jamesh.id.au>.
14658
14659 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14660
14661         * pdf/xpdf/Gfx.cc:
14662         * pdf/xpdf/GfxState.cc:
14663
14664         Fix for CAN-2004-1125
14665
14666 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14667
14668         * shell/ev-view.c: (ev_view_copy):
14669         * shell/ev-view.h:
14670         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14671
14672         Implement Edit->Copy
14673
14674 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14675
14676         * backend/ev-document.c: (ev_document_get_text):
14677         * backend/ev-document.h:
14678         * pdf/xpdf/pdf-document.cc:
14679         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14680         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14681         (ev_view_update_primary_selection), (ev_view_button_press_event),
14682         (ev_view_motion_notify_event), (ev_view_button_release_event):
14683
14684         Beginnings of clipboard support. Incomplete but primary sort
14685         of work.
14686
14687 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14688
14689         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14690         (expose_bin_window):
14691
14692         Nicer rubberband drawing, from GtkIconView.
14693
14694 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14695
14696         * backend/ev-document.c: (ev_document_save):
14697         * backend/ev-document.h:
14698         * data/evince-ui.xml:
14699         * pdf/xpdf/pdf-document.cc:
14700         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14701
14702         Implement "Save a copy..." menu item
14703
14704 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14705
14706         * shell/ev-view.c: (ev_view_zoom):
14707
14708         Queue a resize when zoom changes
14709
14710 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14711
14712         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14713         shadows.
14714
14715         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14716         thumbnails..
14717
14718 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14719
14720         * pdf/xpdf/pdf-document.cc
14721         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14722
14723 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14724
14725         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14726         It's slow, but I'll speed it up next!
14727
14728 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14729
14730         * shell/main.c (load_files):
14731
14732         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14733         from the command line and because it seems more appropriate.
14734
14735 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14736
14737         * data/evince-ui.xml:
14738         * shell/ev-window.c: (update_action_sensitivity),
14739         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14740
14741         s/next page/page down
14742         s/previous page/page up
14743
14744 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14745
14746         * data/evince-ui.xml:
14747
14748         Change the layout to match clarkbw design.
14749
14750         * shell/Makefile.am:
14751         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14752         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14753         (ev_navigation_action_finalize),
14754         (ev_navigation_action_set_property),
14755         (ev_navigation_action_get_property),
14756         (ev_navigation_action_class_init):
14757         * shell/ev-navigation-action.h:
14758
14759         Implement clarkbw toolbar navigation controls (incomplete)
14760
14761         * shell/ev-page-action.c: (update_label), (update_spin),
14762         (value_changed_cb), (create_tool_item), (connect_proxy),
14763         (ev_page_action_init), (ev_page_action_finalize),
14764         (ev_page_action_set_property), (ev_page_action_get_property),
14765         (ev_page_action_set_current_page),
14766         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14767         * shell/ev-page-action.h:
14768
14769         Implement a page switcher in the toolbar
14770
14771         * shell/ev-view.c: (ev_view_scroll_view):
14772         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14773         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14774         (register_custom_actions), (ev_window_init):
14775
14776         Change page on PageUp/Down.
14777
14778 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14779
14780         * pdf/xpdf/pdf-document.cc
14781         (pdf_document_thumbnails_get_thumbnail): initial stab at
14782         implementing thumbnail support for pdfs.  It only does documents
14783         with precached pdfs now.
14784
14785 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14786
14787         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14788         thumbnail code into a time-based idle as well.  Also, turn off the
14789         shadow temporarily as it's really slow.
14790
14791 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14792
14793         * backend/ev-document.c: (ev_document_class_init):
14794         * pdf/xpdf/pdf-document.cc:
14795         * shell/ev-window.c: (ev_window_open):
14796
14797         Fix document title bugs and fallback to
14798         filename when not available.
14799
14800 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14801
14802         * backend/ev-document.c: (ev_document_get_type),
14803         (ev_document_class_init), (ev_document_load),
14804         (ev_document_get_title):
14805         * backend/ev-document.h:
14806         * pdf/xpdf/pdf-document.cc:
14807         * ps/ps-document.c: (ps_document_set_property),
14808         (ps_document_get_property), (ps_document_class_init),
14809         (document_load):
14810         * ps/ps-document.h:
14811         * ps/ps.h:
14812         * shell/ev-window.c: (update_window_title), (ev_window_open),
14813         (ev_window_init):
14814
14815         Initial support for document title. Not working yet.
14816
14817 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14818
14819         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14820
14821         Grab focus on the view when clicking it
14822
14823 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14824
14825         * shell/ev-marshal.list:
14826         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14827         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14828
14829         Add key bindings to the view. Now if the focus would work
14830         right...
14831
14832 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14833
14834         * Makefile.am:
14835         * backend/Makefile.am:
14836         * data/Makefile.am:
14837         * dvi/Makefile.am:
14838         * dvi/dvilib/Makefile.am:
14839         * pdf/xpdf/Makefile.am:
14840         * po/POTFILES.in:
14841         * ps/Makefile.am:
14842
14843         Fix distcheck
14844
14845 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14846
14847         * shell/ev-view.c: (ev_view_realize):
14848
14849         Fix mouse wheel scrolling
14850
14851 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14852
14853         * ps/Makefile.am:
14854         * ps/gstypes.h:
14855         * ps/gtkgs.c:
14856         * ps/gtkgs.h:
14857         * ps/ps-document.c: (catchPipe), (ps_document_init),
14858         (ps_document_class_init), (ps_document_cleanup),
14859         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14860         (set_up_page), (close_pipe), (is_interpreter_ready),
14861         (interpreter_failed), (output), (input), (start_interpreter),
14862         (stop_interpreter), (file_length), (file_readable),
14863         (check_filecompressed), (check_pdf), (compute_xdpi),
14864         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14865         (ps_document_get_type), (ps_document_emit_error_msg),
14866         (document_load), (ps_document_next_page),
14867         (ps_document_get_current_page), (ps_document_get_page_count),
14868         (ps_document_goto_page), (ps_document_set_page_size),
14869         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14870         (ps_document_load), (ps_document_get_n_pages),
14871         (ps_document_set_page), (ps_document_get_page),
14872         (ps_document_widget_event), (ps_document_set_target),
14873         (ps_document_set_scale), (ps_document_set_page_offset),
14874         (ps_document_get_page_size), (ps_document_render),
14875         (ps_document_document_iface_init):
14876         * ps/ps-document.h:
14877         * ps/ps.c:
14878         * shell/ev-window.c: (ev_window_open):
14879
14880         Rename GtkGS to PSDocument
14881
14882 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14883
14884         * ps/gtkgs.c: (gtk_gs_class_init):
14885         * ps/gtkgs.h:
14886
14887         Some more leftover...
14888
14889 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14890
14891         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14892         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14893         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14894         * ps/gtkgs.h:
14895
14896         Remove unused code and make a lot of stuff private
14897
14898 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14899
14900         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14901         (gtk_gs_defaults_changed):
14902         * ps/gsdefaults.h:
14903         * ps/gtkgs.c:
14904         * ps/gtkgs.h:
14905         * ps/ps.h:
14906
14907         Cleanup headers dependencies
14908
14909 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14910
14911         * ps/Makefile.am:
14912         * ps/ggvutils.c:
14913         * ps/ggvutils.h:
14914         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14915         * ps/gsdefaults.h:
14916         * ps/gtkgs.c: (file_length), (file_readable),
14917         (check_filecompressed), (check_pdf), (gtk_gs_load),
14918         (gtk_gs_get_postscript):
14919
14920         Get rid of ggvutils
14921
14922 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14923
14924         * ps/ggvutils.c:
14925         * ps/ggvutils.h:
14926         * ps/gsio.h:
14927         * ps/gtkgs.c: (gtk_gs_set_zoom):
14928
14929         Cleanups
14930
14931 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14932
14933         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14934
14935         Ensure the page is rerendered when changing zoom
14936
14937 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14938
14939         * backend/ev-document.c: (ev_document_base_init),
14940         (ev_document_changed):
14941         * backend/ev-document.h:
14942
14943         Add a changed event that is emitted when the page content
14944         changes. This is necessary to deal with the fact that
14945         in ps backend rendering happen asycrounously.
14946         This makes the ps backend mostly work.
14947
14948         * pdf/xpdf/pdf-document.cc:
14949
14950         Emit changed event
14951
14952         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14953         (ps_document_set_target):
14954
14955         Emit changed event
14956
14957         * shell/ev-view.c: (document_changed_callback),
14958         (ev_view_set_document), (ev_view_set_page):
14959
14960         Redraw on the changed signal
14961
14962 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14963
14964         * configure.ac: Added pt_BR to ALL_LINGUAS.
14965
14966 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14967
14968         * backend/ev-document-bookmarks.c:
14969         (ev_document_bookmarks_get_child): *
14970         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14971         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14972         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14973         (ev_sidebar_bookmarks_destroy),
14974         (ev_sidebar_bookmarks_class_init),
14975         (ev_sidebar_bookmarks_construct), (stack_data_free),
14976         (do_one_iteration), (populate_bookmarks_idle),
14977         (ev_sidebar_bookmarks_clear_document),
14978         (ev_sidebar_bookmarks_set_document): *
14979         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14980         (ev_sidebar_add_page),
14981         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14982         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14983         it displays both the topics and the page numbers.
14984
14985 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14986
14987         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14988         toggle.
14989         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14990         visible.
14991
14992 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14993
14994         * configure.ac: Added en_CA to ALL_LINGUAS.
14995
14996 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14997
14998         * ChangeLog: replace bottom of this ChangeLog (merged history of
14999         ggv and gpdf; where all paths were wrong and most of the files are
15000         not even in this tree) with ChangeLog (from arch) of the shell
15001         code.
15002
15003 2004-12-23  Havoc Pennington  <hp@redhat.com>
15004
15005         * shell/ev-window.c: hook up potentially-questionable "find
15006         results status text" feature - something involving the sidebar or
15007         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15008         might be better in the end.
15009
15010         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15011         with corresponding signal when it should be updated
15012
15013         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15014
15015 2004-12-22  Havoc Pennington  <hp@redhat.com>
15016
15017         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15018         find stuff on other pages, sort of (only returns one result on
15019         invisible pages, to show they have results; updates full results
15020         for a page when you view it). Currently repaints the current page
15021         every time a new result is found on any page, which isn't so nice.
15022
15023 2004-12-22  Havoc Pennington  <hp@redhat.com>
15024
15025         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15026         the document doesn't support find (better ideas?)
15027         (find_bar_search_changed_cb): handle missing document or document
15028         that doesn't support find
15029
15030         * pdf/xpdf/pdf-document.cc: port to implement the new
15031         EvDocumentFindIface
15032
15033         * backend/ev-document-find.c: create a new interface for searching
15034
15035         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15036
15037 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15038
15039         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15040         libevbackend.la.
15041
15042         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15043         EvPrintJob constructor arguments.
15044
15045         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15046         for documents that can export PostScript (page by page).
15047
15048         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15049         
15050         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15051         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15052         (pdf_document_ps_exporter_iface_init:
15053         Implement EvPSExporter.
15054
15055         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15056
15057 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15058
15059         * backend/Makefile.am:
15060         * backend/ev-document-thumbnails.c:
15061         (ev_document_thumbnails_get_type),
15062         (ev_document_thumbnails_get_thumbnail):
15063         * backend/ev-document-thumbnails.h:
15064         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15065         (pixbuf_document_thumbnails_get_thumbnail),
15066         (pixbuf_document_document_thumbnails_iface_init):
15067         * shell/Makefile.am:
15068         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15069         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15070         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15071         * shell/ev-sidebar-thumbnails.h:
15072         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15073         (ev_sidebar_set_document):
15074         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15075         (create_shadow), (ev_pixbuf_add_shadow):
15076         * shell/ev-utils.h:
15077         Add thumbnail support.
15078         
15079 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15080
15081         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15082         (using_postscript_printer): Set up a print dialog for "PostScript
15083         injection" method.
15084
15085         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15086         EvPrintJob.
15087
15088         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15089
15090 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15091
15092         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15093         (ps_document_set_target), (ps_document_get_page_size),
15094         (ps_document_render):
15095         * ps/gtkgs.h:
15096
15097         Fix a few bugs
15098
15099 2004-12-22  Christian Rose  <menthos@menthos.com>
15100
15101         * configure.ac: Added "sv" to ALL_LINGUAS.
15102
15103 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15104
15105         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15106         document supports bookmarks.
15107
15108 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15109
15110         * ps/ggvutils.c: (ggv_file_readable):
15111         * ps/ggvutils.h:
15112         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15113         (gtk_gs_get_postscript):
15114
15115         Remove unused utils
15116
15117 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15118
15119         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15120         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15121         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15122         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15123         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15124         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15125         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15126         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15127         (gtk_gs_set_antialiasing), (ps_document_load),
15128         (ps_document_render):
15129         * ps/gtkgs.h:
15130
15131         Another check point for the ps backend. Now I can get it to show
15132         pages!
15133
15134 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15135
15136         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15137         document setting code.
15138
15139 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15140
15141         * shell/eggfindbar.c: (entry_activate_callback):
15142         Animate the next button when activate is pressed.
15143         
15144 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15145
15146         * shell/ev-window.c: (ev_window_cmd_edit_find),
15147         (update_fullscreen_popup), (ev_window_fullscreen),
15148         (ev_window_unfullscreen), (ev_window_state_event_cb),
15149         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15150         Fix bugs in fullscreen code.
15151         
15152 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15153
15154         * Makefile.am:
15155         * configure.ac:
15156         * pixbuf/Makefile.am:
15157         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15158         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15159         (pixbuf_document_set_page), (pixbuf_document_get_page),
15160         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15161         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15162         (pixbuf_document_render), (pixbuf_document_begin_find),
15163         (pixbuf_document_end_find), (pixbuf_document_finalize),
15164         (pixbuf_document_class_init),
15165         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15166         * pixbuf/pixbuf-document.h:
15167         * shell/Makefile.am:
15168         * shell/ev-application.c: (ev_application_open):
15169         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15170         (ev_window_open):
15171         Add pixbuf backend.
15172         
15173 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15174
15175         * Makefile.am: 
15176         * dvi/dvilib/Makefile.am:
15177         * dvi/Makefile.am:
15178         * configure.ac: Auto*ify dvi and dvi/dvilib
15179
15180         * dvi/Makefile: Remove from CVS
15181         
15182         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15183         confusion.
15184
15185         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15186         
15187         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15188         
15189 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15190
15191         * ps/Makefile.am:
15192         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15193         (gtk_gs_value_adjustment_changed), (compute_size),
15194         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15195         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15196         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15197         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15198         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15199         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15200         (ps_document_load), (ps_document_get_n_pages),
15201         (ps_document_set_page), (ps_document_get_page),
15202         (ps_document_set_target), (ps_document_set_scale),
15203         (ps_document_set_page_offset), (ps_document_get_page_size),
15204         (ps_document_render), (ps_document_begin_find),
15205         (ps_document_end_find), (ps_document_document_iface_init):
15206         * ps/gtkgs.h:
15207         * shell/Makefile.am:
15208         * shell/ev-window.c: (ev_window_open):
15209
15210         Some work to integrate gtkgs with EvDocument
15211
15212 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15213
15214         * shell/ev-window.c: (update_fullscreen_popup),
15215         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15216         (exit_fullscreen_button_clicked_cb),
15217         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15218         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15219         (ev_window_state_event_cb), (ev_window_init):
15220         Add fullscreen support from Epiphany.
15221         
15222 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15223
15224         * data/ev-stock-zoom-fit-width.png: fit-width
15225         stock icon from gpdf.
15226         
15227         * shell/ev-stock-icons.[ch]: copied from gpdf.
15228         
15229         * shell/main.c: (main): init stock icons.
15230         
15231         * shell/ev-window.c: use the fit-width icon.
15232         
15233         * data/evince-ui.xml: add zooming toolbar items.
15234
15235 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15236
15237         * shell/ev-view.c: 
15238         (ev_view_best_fit), (ev_view_fit_width): because
15239         get_page_size() returns the scaled page size, we
15240         need to calculate the scale factor relative to
15241         the previous scale factor. Should really just
15242         add get_real_page_size().
15243
15244 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15245
15246         * shell/ev-view.[ch]:
15247         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15248         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15249         add zooming.
15250         
15251         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15252         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15253         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15254         hook it up.
15255         
15256         * pdf/xpdf/pdf-document.cc:
15257         (pdf_document_begin_find),
15258         (pdf_document_end_find): make static.
15259
15260 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15261
15262         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15263
15264         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15265         names to fontconfig patterns.
15266         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15267
15268         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15269         setupBaseFontsFc.
15270
15271 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15272
15273         * Makefile.am:
15274         * configure.ac:
15275         * ps/Makefile.am:
15276         * ps/ggvutils.c:
15277         * ps/ggvutils.h:
15278         * ps/gsdefaults.c:
15279         * ps/gsdefaults.h:
15280         * ps/gsio.c:
15281         * ps/gsio.h:
15282         * ps/gtkgs.c:
15283         * ps/gtkgs.h:
15284         * ps/ps.c:
15285         * ps/ps.h:
15286
15287         Import ggv backend. Not hooked up yet.
15288
15289 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15290
15291         * shell/main.c: (load_files), (main): load files
15292         from the command line.
15293
15294 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15295
15296         * configure.ac: don't require bonobo.
15297         
15298         * cut-n-paste/recent-files/*: kill bonobo recent
15299         view.
15300
15301         * shell/ev-window.c:
15302         (ev_window_is_empty): upd.
15303         (unable_to_load), (ev_window_open): load backend
15304         based on the mime type.
15305
15306 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15307
15308         * backend/.cvsignore: ignore generated marshalers source.
15309
15310         * shell/main.c (main): this is not epiphany.
15311
15312 2004-12-22  Havoc Pennington  <hp@redhat.com>
15313
15314         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15315         (expose_bin_window): draw find highlights
15316
15317         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15318         
15319         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15320         (pdf_document_end_find): implement this interface
15321
15322         * backend/ev-document.c (ev_document_found): add this to emit
15323         signal
15324
15325 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15326
15327         * data/evince-ui.xml: Add a few more toolbar items.
15328
15329         * shell/ev-window.c: Hook up page navigation toolbar 
15330         items.
15331
15332         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15333         a page-changed signal.
15334
15335         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15336         Add ev_document_get_page().
15337
15338         * shell/ev-window.c: Sensitize/desensitize navigation
15339         actions.
15340
15341 2004-12-21  Havoc Pennington  <hp@redhat.com>
15342
15343         * backend/ev-backend-marshal.c,
15344         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15345         marshaler-generator thingy. I'm sure there's a better way to do
15346         this in the modern world.
15347
15348         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15349         end_find methods and "found" signal.
15350
15351         * configure.ac: find glib-genmarshal
15352
15353 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15354
15355         * shell/ev-sidebar.c: Construct an actual sidebar.
15356         * shell/ev-sidebar-bookmarks.[ch]:
15357         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15358
15359 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15360
15361         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15362         Redo size handling.
15363         
15364         * shell/ev-view.c: Track the size from the document.
15365
15366 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15367
15368         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15369         constructor assumes ownership of the string passed in.
15370         
15371         * shell/ev-window.c (ev_window_open): Destroy the error
15372         dialog once we've displayed it.
15373
15374 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15375
15376         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15377         a bit, it works! (sort of)
15378
15379         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15380         Move to .cc since we need to use C++ in the implementation.
15381
15382         * shell/dummy.cc: Add a CC file to force evince
15383         to be linked as a C++ program.
15384
15385 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15386
15387         * shell/ev-view.[ch]: Start of content-area widget.
15388
15389         * shell/ev-window.c: Create a EvView, update it
15390         as we change documents.
15391
15392         * shell/Makefile.am shell/ev-marshal.list: Add
15393         generated marshalers.
15394
15395 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15396
15397         * Makefile.am (SUBDIRS): move shell.
15398
15399 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15400
15401         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15402         .a to libtool convenience libraries.
15403
15404         * shell/ev-window.c (ev_window_open): Hard code loading
15405         a PDF document.
15406         
15407         * backend/ev-document.h: Add a boolean return to load(),
15408         fix GError * to GError **.
15409
15410         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15411         object for a PDF backend EvDocument.
15412
15413 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15414
15415         * dvi/*: New directory with the beginning of a .dvi backend.
15416
15417 2004-12-21  Havoc Pennington  <hp@redhat.com>
15418
15419         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15420         previous/next instead of back/forward
15421
15422 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15423
15424         * backend/ev-document.[ch]: Fix a couple of problems so
15425         it compile.
15426
15427 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15428
15429         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15430         to backend/ directory, rename EvViewer to EvDocument.
15431
15432 2004-12-21  Havoc Pennington  <hp@redhat.com>
15433
15434         * shell/ev-window.c: hook up the find bar widget; now we just need
15435         a document to find things in
15436
15437         * shell/eggfindbar.c: a find bar widget
15438
15439 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15440
15441         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15442
15443 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15444
15445         * pdf/**: Import of xpdf code from gpdf. 
15446
15447         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15448
15449         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15450         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15451         Fix FreeType includes.
15452
15453         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15454         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15455         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15456         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15457         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15458         Include xpdfconfig.h
15459         
15460 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15461
15462         * shell/ev-window.c (ev_window_dispose): dispose can be called
15463         multiple times.
15464
15465 2004-12-21  Havoc Pennington  <hp@redhat.com>
15466
15467         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15468         rather than Evince
15469
15470         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15471         items; really they should be synced with the strings, etc. from
15472         current gpdf, but just getting the boring typing out of the way 
15473
15474 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15475
15476         * po/POTFILES.in:
15477         * shell/ev-application.c: (window_destroy_cb):
15478         * shell/ev-window.c:
15479         * shell/main.c: (main):
15480
15481         Actually show the window...
15482
15483 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15484
15485         * Makefile.am:
15486         * shell/Makefile.am:
15487         * shell/ev-application.c: (ev_application_class_init):
15488         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15489
15490         Make it build again
15491
15492 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15493
15494         Import to gnome cvs.
15495         
15496         * Remove copies of gpdf and ggv trees.
15497         * Rip out all the recursive configure code.
15498         * Remove bonobo machinery.
15499         * viewer/*: GInterfaces that backends should/can implement.
15500
15501 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15502
15503         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15504         typo
15505
15506 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15507
15508         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15509         (ev_application_finalize, ev_application_class_init)
15510         (ev_application_init): use GType instance private data for priv.
15511
15512         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15513         (ev_window_finalize, ev_window_class_init)
15514         (ev_window_init): ditto.
15515
15516 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15517
15518         * shell/ev-application.c (ev_application_new_window): make public
15519         (ev_application_show_initial_window): kill.
15520
15521         * shell/ev-application.h: update prototypes.
15522
15523         * shell/main.cc (main): inline ev_application_show_initial_window.
15524
15525 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15526
15527         * shell/ev-application.c (ev_application_new_window): impl.
15528         (ev_application_show_initial_window): use it.
15529         (is_window_empty, ev_application_get_empty_window): returns an
15530         existing empty window or a new one.
15531         (ev_application_open): from ev_window_cmd_file_open.
15532
15533         * shell/ev-application.h: update prototypes
15534
15535         * shell/ev-window.c (ev_window_is_empty): impl.
15536         (ev_window_open): make public.
15537         (ev_window_cmd_file_open): use ev_application_open
15538
15539         * shell/ev-window.h: update prototypes, remove unused.
15540
15541 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15542
15543         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15544         move destroy handler out of here...
15545
15546         * shell/ev-application.c, shell/ev-application.h: ...into this new
15547         class. Also handles initial window creation.
15548
15549         * shell/main.cc (main): use EvApplication to create initial
15550         window.
15551
15552 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15553
15554         * Makefile.am (SUBDIRS): add cut-n-paste
15555
15556         * cut-n-paste/Makefile.am: add
15557
15558         * configure.ac: generate Makefiles in cut-n-paste
15559
15560 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15561
15562         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15563         (ev_window_class_init): install ev_window_dispose.
15564
15565 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15566
15567         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15568         char (gchar looks stupid).
15569
15570 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15571
15572         * po/de.po: updated German translation.
15573
15574 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15575
15576         * configure.ac: add more pkg-config library checks for gnome-vfs,
15577         bonobo etc.
15578
15579         * gpdf/configure.in: temporarily disable libpaper
15580         checks. Otherwise I'd have to add the checks for the shell, too.
15581
15582 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15583
15584         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15585         and * file filters to the file choose.
15586
15587 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15588
15589         * po/de.po: Updated German translation.
15590
15591 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15592
15593         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15594
15595 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15596
15597         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15598
15599         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15600         (ev_window_init): implement those menuitems.
15601
15602 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15603
15604         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15605
15606         * shell/ev-window.c (ev_window_init): use the toolbar.
15607
15608 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15609
15610         * shell/ev-window.c (ev_window_init): use menu translations
15611
15612 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15613
15614         * configure.ac: add "de" to ALL_LINGUAS.
15615
15616         * po/de.po: add German translation.
15617
15618 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15619
15620         * Makefile.am (SUBDIRS): add po
15621
15622         * configure.ac: check intltool, glib-gettext etc, generate
15623         po/Makefile.in
15624
15625         * po, po/POTFILES.in, po/POTFILES.skip: new.
15626
15627 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15628
15629         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15630         already use (#ifdef ENABLE_NLS)
15631
15632         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15633         pointer indirection thinko.
15634
15635         * shell/main.c: include gi18n.h for bindtextdomain etc.
15636
15637 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15638
15639         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15640         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15641         tooltips for menu items in the statusbar.
15642
15643 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15644
15645         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15646         pkgdatadir drop UIDIR
15647
15648 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15649
15650         * data/evince-ui.xml: Add File->Open menu item
15651
15652         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15653         chooser), hook it up in the ui manager.
15654
15655 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15656
15657         * shell/ev-window.c: fix Help->About tooltip.
15658
15659 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15660
15661         * configure.ac: set CFLAGS for libevprivate.
15662
15663         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15664         definitions, factory etc.
15665
15666         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15667
15668         * shell/Makefile.am: link against libevprivate.a.
15669
15670         * shell/ev-window.c (entries): add stock icon to Help->About.
15671
15672         * shell/main.c (main): init stock icon code.
15673
15674 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15675
15676         * lib/recent-files: egg recent files code
15677
15678         * lib/Makefile.am: add.
15679
15680         * Makefile.am: add lib subdir.
15681
15682         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15683         set CFLAGS for recent-files.
15684
15685 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15686
15687         * configure.ac: disable -ansi and -pedantic gcc flags. They
15688         disable POSIX stuff in stdio.h, but egg-recent uses them.
15689
15690 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15691
15692         * configure.ac: add --disable-deprecated flag (defaults to on in
15693         "cvs" builds).
15694
15695         * shell/Makefile.am (INCLUDES): use it.
15696
15697 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15698
15699         * shell/main.c: add missing #include.
15700
15701         * shell/ev-window.c: fix for pedantic gcc.
15702         (ev_window_cmd_help_about): split license into paragraphs for
15703         translators and pedantic compilers.
15704
15705 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15706
15707         * configure.ac: add more warning flags if compiling with gcc from
15708         cvs (or explicitly requested with --enable-more-warnings).
15709
15710 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15711
15712         * data/evince-ui.xml: add File and File->Close menu.
15713
15714         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15715         (ev_window_destroy): quit after destroy.
15716         (ev_window_class_init): override GtkObject::destroy.
15717         (entries): install close_window callback.
15718
15719 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15720
15721         * Makefile.am (SUBDIRS): add data subdir.
15722
15723         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15724         gtk+ 2.5.0 for GtkAboutDialog.
15725
15726         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15727         main window.
15728
15729         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15730
15731         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15732         manager.
15733         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15734
15735 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15736
15737         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15738
15739 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15740
15741         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15742
15743 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15744
15745         * shell/*: Added shell directory boilerplate, build it.
15746
15747 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15748
15749         * configure.ac, Makefile.am: Added top-level configure.ac and
15750         Makefile.am