]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
bd19399ceeb957aff638e15dd951a9385de9f91a
[evince.git] / ChangeLog
1 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * libview/ev-view.c: (ev_view_goto_window_create):
4
5         Show the 'jump to page' window in the right GdkScreen. Fixes bug
6         #560541.
7         
8 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * shell/ev-window.c: (ev_window_set_document),
11         (ev_window_reload_job_cb):
12
13         Do not lose page position when reloading. Fixes bug #573091.
14         
15 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
18         (pdf_document_thumbnails_get_thumbnail),
19         (pdf_document_thumbnails_get_dimensions):
20
21         Make our own thumbnail when the provided one doesn't have the size
22         we need. Based on patch and feedback by Christian Spurk. Fixes
23         bugs #323198 and #307357.
24         
25 2009-02-27   Christian Spurk  <mail@code.chriki.de>
26
27         * thumbnailer/evince-thumbnailer.c: (main):
28
29         Reduce the restriction on the minimum size of thumbnails from 40
30         to 1. See bug #323198.
31         
32 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
33
34         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
35
36         Use GOption in thumbnailer.
37         
38 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * backend/pdf/ev-poppler.cc: (pdf_document_save),
41         (pdf_document_forms_form_field_text_set_text),
42         (pdf_document_forms_form_field_button_set_state),
43         (pdf_document_forms_form_field_choice_select_item),
44         (pdf_document_forms_form_field_choice_toggle_item),
45         (pdf_document_forms_form_field_choice_unselect_all),
46         (pdf_document_forms_form_field_choice_set_text):
47
48         Use poppler_document_save_a_copy(), which never saves the document
49         modifications, when saving an unmodified document. It makes saving
50         a copy of encrypted PDFs work again. Fixes bug #566791.
51         
52 2009-02-18  Christian Persch  <chpe@gnome.org>
53
54         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
55         Don't use g_quark_from_static_string in a loadable module!
56
57 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
58
59         * configure.ac:
60
61         Update for release 2.25.91
62         
63 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
64
65         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
66         GTK symbol in commented out code. Bug #571707
67
68 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
69
70         * NEWS:
71
72         Update for release 2.25.91.
73         
74 2009-02-16  Christian Persch  <chpe@gnome.org>
75
76         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
77         memory read.
78
79 2009-02-15  Christian Persch  <chpe@gnome.org>
80
81         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
82         warnings.
83
84 2009-02-15  Christian Persch  <chpe@gnome.org>
85
86         * libdocument/Makefile.am:
87         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
88
89 2009-02-15  Christian Persch  <chpe@gnome.org>
90
91         * libdocument/ev-document-type-builtins.c.template:
92         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
93
94 2009-02-14  Christian Persch  <chpe@gnome.org>
95
96         * backend/impress/impress-document.c: (impress_document_save):
97         Fill in the error.
98
99 2009-02-14  Christian Persch  <chpe@gnome.org>
100
101         * libdocument/ev-document.c: (ev_document_load): Add code to catch
102         backends incorrectly implementing the load vfunc.
103
104 2009-02-14  Christian Persch  <chpe@gnome.org>
105
106         * libdocument/ev-document-factory.c:
107         (ev_document_factory_get_document): Use a local GError, and propagate
108         as appropriate, making sure always to fill in @error if returning NULL.
109
110 2009-02-14  Christian Persch  <chpe@gnome.org>
111
112         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
113
114 2009-02-14  Christian Persch  <chpe@gnome.org>
115
116         * backend/pdf/ev-poppler.cc: Plug a mem leak.
117
118 2009-02-14  Christian Persch  <chpe@gnome.org>
119
120         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
121         an error.
122
123 2009-02-14  Christian Persch  <chpe@gnome.org>
124
125         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
126         to always set @error when returning FALSE. Fix a typo.
127
128 2009-02-14  Christian Persch  <chpe@gnome.org>
129
130         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
131         to always set @error when returning FALSE.
132
133 2009-02-14  Christian Persch  <chpe@gnome.org>
134
135         * backend/comics/comics-document.c: (comics_document_load): Make sure
136         to always set @error when returning FALSE.
137
138 2009-02-14  Christian Persch  <chpe@gnome.org>
139
140         * backend/impress/impress-document.c: (impress_document_load): Plug a
141         mem leak.
142
143 2009-02-14  Christian Persch  <chpe@gnome.org>
144
145         * backend/impress/impress-document.c: (impress_document_load): Don't
146         overwrite an error.
147
148 2009-02-14  Christian Persch  <chpe@gnome.org>
149
150         * libdocument/ev-document.c: (ev_document_info_copy): Remove
151         unnecessary NULL check; g_strdup() is NULL-safe.
152
153 2009-02-14  Christian Persch  <chpe@gnome.org>
154
155         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
156         that this returns either NULL and fills in error, or non-NULL. Use a
157         local GError so we can reliably check it.
158
159 2009-02-14  Christian Persch  <chpe@gnome.org>
160
161         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
162         content type to get the description, not the MIME type.
163
164 2009-02-14  Christian Persch  <chpe@gnome.org>
165
166         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
167         in @error on failure. Also, since this is exported in public APIs,
168         cope with the passed-in GError** being NULL.
169
170 2009-02-13  Christian Persch  <chpe@gnome.org>
171
172         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
173         safety.
174         (get_mime_type_from_data): Return the MIME type, not the content type.
175
176 2009-02-13  Christian Persch  <chpe@gnome.org>
177
178         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
179         the input stream.
180
181 2009-02-13  Christian Persch  <chpe@gnome.org>
182
183         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
184         all errors upwards.
185
186 2009-02-13  Christian Persch  <chpe@gnome.org>
187
188         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
189         more bytes from buffer than were read from the file.
190
191 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
192
193         * properties/ev-properties-view.c (set_property):
194         
195         Fixes bug #571787.
196
197 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * shell/eggfindbar.c: (egg_find_bar_init):
200
201         Use gtk_tool_button_set_use_underline() for next/previous buttons
202         so that the underline is used for the mnemonic. Fixes bug #571547.
203         
204 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
205
206         * shell/ev-window.c: (setup_document_from_metadata),
207         (setup_sidebar_from_metadata), (setup_document_from_metadata),
208         (setup_view_from_metadata), (ev_window_set_document),
209         (ev_window_load_job_cb), (ev_window_reload_job_cb),
210         (ev_window_reload_remote), (ev_window_init):
211
212         Do not use metadata when reloading the document, so that the
213         window is not resized when reloading. See bugs #571051 and
214         #304249.
215         
216 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
217
218         * configure.ac:
219         * cut-n-paste/smclient/Makefile.am:
220
221         Fix smclient libs on cycgwin. See bug #339172.
222         
223 2009-02-08  Christian Persch  <chpe@gnome.org>
224
225         * configure.ac:
226         * libdocument/Makefile.am:
227         * libview/Makefile.am: Add experimental introspection support.
228         Disabled by default; use --enable-introspection to enable it.
229         Bug #569083.
230
231 2009-02-08  Christian Persch  <chpe@gnome.org>
232
233         * libview/Makefile.am: Link libevdocument.la to libevview.la.
234
235 2009-02-05  Christian Persch  <chpe@gnome.org>
236
237         * backend/comics/comics-document.c: (comics_document_load):
238         * backend/djvu/djvu-document.c: (djvu_document_load):
239         * backend/dvi/dvi-document.c: (dvi_document_load):
240         * backend/impress/impress-document.c: (impress_document_load):
241         * backend/pdf/ev-poppler.cc:
242         * libdocument/ev-document-factory.c: (get_document_from_uri),
243         (ev_document_factory_get_document):
244         * shell/ev-print-operation.c:
245         (ev_print_operation_export_print_dialog_response_cb): Use
246         g_set_error_literal now that we depend on glib 2.18.
247
248 2009-02-05  Hib Eris  <hib@hiberis.nl>
249
250         * shell/ev-application.c:
251
252         Include gdkx.h only with X11. See bug #339172.
253         
254 2009-02-05  Hib Eris  <hib@hiberis.nl>
255
256         * backend/pdf/pdfdocument.evince-backend.in:
257
258         Add application/x-ext-pdf mime type for pdf backend. See bug
259         #339172.
260         
261 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
262
263         * configure.ac:
264         * cut-n-paste/smclient/Makefile.am:
265         * cut-n-paste/smclient/eggdesktopfile.c:
266         * cut-n-paste/smclient/eggsmclient-win32.c:
267         * shell/main.c:
268
269         Make session manager code compile for w32. These changes have been
270         taken from upstream libegg. Based on patch by Hib Eris. See bug
271         #339172.
272         
273 2009-02-05  Hib Eris  <hib@hiberis.nl>
274
275         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
276
277         Make screensaver code compile for w32. These changes have been
278         copied from upstream totem. See bug #339172.
279         
280 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
281
282         * configure.ac:
283         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
284
285         Make use of GConf optional. Based on patch by Hib Eris. See bug
286         #339172.
287         
288 2009-02-04  Christian Persch  <chpe@gnome.org>
289
290         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
291         evince gettext domain, so i18n works in the library.
292
293         * properties/ev-properties-main.c: (nautilus_module_initialize):
294         Remove extra bindtextdomain call.
295
296 2009-02-04  Christian Persch  <chpe@gnome.org>
297
298         * backend/comics/comics-document.c:
299         * backend/djvu/djvu-document.c:
300         * backend/dvi/dvi-document.c:
301         * backend/impress/impress-document.c:
302         * backend/pdf/ev-poppler.cc:
303         * backend/pixbuf/pixbuf-document.c:
304         * backend/ps/ev-spectre.c:
305         * backend/tiff/tiff-document.c:
306         * libdocument/ev-attachment.c:
307         * libdocument/ev-document-factory.c:
308         * libview/ev-jobs.c:
309         * libview/ev-view-accessible.c:
310         * libview/ev-view.c:
311         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
312         gi18n.h.
313
314 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
315
316         * NEWS:
317         * configure.ac:
318
319         Update for release 2.25.90
320         
321 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
322
323         * cut-n-paste/zoom-control/ephy-zoom-control.c:
324         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
325
326         Remove the old tooltips code and use G_DEFINE_TYPE().
327         
328 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * configure.ac:
331         * help/reference/Makefile.am:
332         * help/reference/libdocument/Makefile.am:
333         * help/reference/libdocument/libevdocument-docs.sgml:
334         * help/reference/libdocument/libevdocument.types:
335         * help/reference/libdocument/version.xml.in:
336         * help/reference/libview/Makefile.am:
337         * help/reference/libview/libevview-docs.sgml:
338         * help/reference/libview/libevview.types:
339         * help/reference/libview/version.xml.in:
340         * help/reference/shell/Makefile.am:
341         * help/reference/shell/evince-docs.sgml:
342         * help/reference/shell/evince.types:
343         * help/reference/shell/tmpl/dummy.sgml:
344         * help/reference/shell/version.xml.in:
345
346         Split API documentation into libdocument, libview and
347         shell. Required gtk-doc files has been added, but API docs still
348         need to be completed and improved. Fixes bug #568465.
349         
350 2009-02-01  Christian Persch  <chpe@gnome.org>
351
352         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
353
354 2009-02-01  Christian Persch  <chpe@gnome.org>
355
356         * backend/Makefile.am:
357         A backend/backend.symbols:
358         * configure.ac: Only export the backend module entry point. Bug
359         #569998.
360
361 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * shell/eggfindbar.c: (egg_find_bar_init):
364
365         Add mnemonics to buttons in search bar. Fixes bug #569212.
366         
367 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
368         
369         * shell/ev-print-operation.c:
370         (ev_print_operation_export_print_dialog_response_cb):
371
372         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
373         
374 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
377
378         Clamp top/bottom values of destinations to make sure they are not
379         bigger than the page height. Fixes bug #569327.
380         
381 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * libdocument/ev-debug.h:
384
385         Fix build when debug mode is disabled.
386         
387 2009-01-30  Christian Persch  <chpe@gnome.org>
388
389         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
390         this return TRUE only if any backends were loaded, so the ev_init()
391         function works as documented.
392
393 2009-01-30  Christian Persch  <chpe@gnome.org>
394
395         * evince-document.h:
396         * libdocument/Makefile.am:
397         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
398         #569117.
399
400         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
401         * libdocument/ev-backends-manager.h:
402         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
403         * libdocument/ev-debug.h:
404         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
405         (_ev_file_helpers_shutdown):
406         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
407         private.
408
409         * properties/ev-properties-main.c: (nautilus_module_initialize),
410         (nautilus_module_shutdown):
411         * shell/main.c: (main):
412         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
413         init/shutdown method.
414
415 2009-01-29  Christian Persch  <chpe@gnome.org>
416
417         * shell/main.c: (option_version_cb): Add --version which was lost in
418         the libgnome removal. Bug #562869.
419
420 2009-01-26  Christian Persch  <chpe@gnome.org>
421
422         * shell/ev-application.c: (ev_application_register_service),
423         (ev_application_shutdown):
424         * shell/main.c: (main): Move metadata manager initialisation and
425         shutdown into EvApplication. Follow-up from bug #569120.
426
427 2009-01-26  Christian Persch  <chpe@gnome.org>
428
429         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
430         copy the string twice. Bug #569231.
431
432 2009-01-26  Christian Persch  <chpe@gnome.org>
433
434         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
435         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
436         * libdocument/ev-file-helpers.h:
437         * shell/ev-application.c: (ev_application_shutdown),
438         (ev_application_init), (ev_application_screensaver_disable),
439         (ev_application_save_print_settings),
440         (ev_application_set_page_setup):
441         * shell/ev-application.h:
442         * shell/ev-metadata-manager.c: (load_values),
443         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
444         shell, since it shouldn't be public API. Bug #569120.
445
446         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
447         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
448
449 2009-01-25  Christian Persch  <chpe@gnome.org>
450
451         Bug 569082 – use versioned directory for backends
452
453         * configure.ac: Define ev_binary_version and backenddir.
454         * evince-document.pc.in: Add backenddir variable.
455         * libdocument/Makefile.am:
456         * backend/*/Makefile.am: Remove backenddir definition, so it picks
457         up the one from configure.
458
459 2009-01-25  Christian Persch  <chpe@gnome.org>
460
461         * configure.ac:
462         * evince-document.pc.in: Renamed from evince-backend.pc.in.
463         * libdocument/Makefile.am: Renamed library to libevdocument.la.
464         * libview/Makefile.am:
465         * shell/Makefile.am:
466         * backend/*/Makefile.am: Adapt to changed library name.
467
468         * libdocument/Makefile.am:
469         * libview/Makefile.am: Change the installed headers path to match
470         the directory names in SVN.
471
472         * evince-document.h:
473         * evince-view.h: Add single headers. Bug #568227.
474
475         * libdocument/*.h:
476         * libview/*.h: Add single headers guards.
477
478         * libview/Makefile.am:
479         * libdocument/Makefile.am:
480         * backend/*/Makefile.am:
481         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
482         still include individual headers.
483
484         * properties/Makefile.am:
485         * properties/ev-properties-main.c:
486         * properties/ev-properties-view.h:
487         * thumbnailer/Makefile.am:
488         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
489
490         * libdocument/Makefile.am:
491         * libview/Makefile.am: Generate type builtins from all installed headers.
492         * libdocument/ev-link-action.[ch]:
493         * libdocument/ev-link-dest.[ch]:
494         * libdocument/ev-transition-effect.[ch]:
495         * libview/ev-view.[ch]: Remove handcoded type builtins.
496
497         * libdocument/Makefile.am:
498         * evince-document.h: Add ev-document-factory.h to the public headers.
499
500 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
501
502         * shell/ev-sidebar-page.c:
503
504         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
505         #568228.
506         
507 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * libdocument/ev-document.h:
510
511         Add EV_DEFINE_INTERFACE macro.
512         
513         * libdocument/ev-async-renderer.c:
514         * libdocument/ev-document-find.c:
515         * libdocument/ev-document-fonts.c:
516         * libdocument/ev-document-forms.c:
517         * libdocument/ev-document-images.c:
518         * libdocument/ev-document-layers.c:
519         * libdocument/ev-document-links.c:
520         * libdocument/ev-document-security.c:
521         * libdocument/ev-document-thumbnails.c:
522         * libdocument/ev-document-transition.c:
523         * libdocument/ev-document.c:
524         * libdocument/ev-file-exporter.c:
525         * libdocument/ev-selection.c:
526
527         Use EV_DEFINE_INTERFACE macro to define interfaces in
528         libdocument. See bug #568228.
529         
530 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
531
532         * libdocument/ev-document.[ch]:
533
534         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
535         #568228.
536         
537 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
538
539         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
540         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
541         (new_separator_pixbuf):
542         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
543         (egg_toolbar_editor_disconnect_model),
544         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
545         (egg_toolbar_editor_finalize):
546         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
547         * cut-n-paste/toolbar-editor/eggmarshalers.list:
548         
549         Sync EggToolbarEditor with libegg.
550
551 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
552
553         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
554         When saving a file, using the default permissions for the user/system,
555         respecting umask and any setgid bit on the directory. Uses the new
556         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
557         Bug #568593.
558         
559 2009-01-21  Christian Persch  <chpe@gnome.org>
560
561         * configure.ac:
562         * libdocument/Makefile.am:
563         * libview/Makefile.am: Add libtool versioning to libevbackend and
564         libevview. Bug #568229.
565
566 2009-01-21  Christian Persch  <chpe@gnome.org>
567
568         * Makefile.am:
569         * configure.ac:
570         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
571
572 2009-01-21  Christian Persch  <chpe@gnome.org>
573
574         * configure.ac:
575         * libdocument/Makefile.am:
576         A libdocument/ev-version.h.in: Add version defines and version check
577         macro. Bug #568224.
578
579 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
580
581         * shell/ev-sidebar-links.c
582         * shell/ev-print-operation.c:
583         * shell/ev-history.c:
584         * shell/ev-file-monitor.c:
585         * shell/ev-window.c:
586         * shell/ev-password-view.c:
587         * shell/ev-sidebar-thumbnails.c:
588         * shell/ev-sidebar-attachments.c:
589         * libview/ev-pixbuf-cache.c:
590         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
591         Bug #568386.
592
593 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
594
595         * libdocument/ev-document-info.h:
596
597         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
598         
599 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
600
601         * libview/Makefile.am:
602
603         Install ev-job-scheduler.h. See bug #567790.
604         
605 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
606
607         * libdocument/Makefile.am:
608
609         Install ev-backends-manager.h and
610         ev-document-type-builtins.h. Fixes bug #567787.
611         
612 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
613
614         * NEWS:
615         * configure.ac:
616
617         Update for release 2.25.5
618         
619 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
620
621         * libview/ev-view.c: (ev_view_drag_data_get):
622
623         Fix second parameter passed to gtk_selection_data_set_uris(), 
624         it expects a gchar **.
625         
626 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
627
628         * libdocument/Makefile.am:
629         * libdocument/ev-document-info.h:
630         * libdocument/ev-document-type-builtins.c.template:
631         * libdocument/ev-document-type-builtins.h.template:
632         * libdocument/ev-document.c: (ev_document_info_get_type),
633         (ev_document_info_copy):
634
635         Make EvDocumentInfo and enums definded in ev-document-info.h
636         GTypes. Fixes bug #567789.
637         
638 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
639
640         * shell/main.c (arguments_parse): Fix for a minor code typo.
641
642 2009-01-18  Christian Persch  <chpe@gnome.org>
643
644         * help/reference/Makefile.am:
645         * help/reference/evince.types: Fix the API docs build. Bug #568171.
646
647 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
648
649         * libview/Makefile.am:
650         * libview/ev-view-type-builtins.c.template:
651         * libview/ev-view-type-builtins.h.template:
652
653         Make EvJobPriority a proper GType. Fixes bug #567788.
654         
655 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * configure.ac:
658         * cut-n-paste/*/Makefile.am:
659         * libdocument/Makefile.am:
660
661         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
662         code.
663         
664 2009-01-18  Christian Persch  <chpe@gnome.org>
665
666         * libview/ev-view.c: (ev_view_drag_data_get),
667         (ev_view_drag_motion), (ev_view_update_primary_selection),
668         (clear_link_selected):
669         * shell/ev-sidebar-attachments.c:
670         (ev_sidebar_attachments_drag_data_get),
671         (ev_sidebar_attachments_get_property),
672         (ev_sidebar_attachments_init):
673         * shell/ev-window.c: Update drag handling code to use the
674         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
675         hardcoding the targets lists. Bug #558084.
676         
677 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
678
679         * libdocument/Makefile.am:
680         * libdocument/ev-backend-marshal.c:
681         * libdocument/ev-backend-marshalers.list:
682         * libdocument/ev-document.c:
683
684         Remove unused marshalers stuff from libdocument.
685         
686 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * po/POTFILES.in:
689
690         Update for the current source tree.
691         
692 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * configure.ac:
695         * Makefile.am:
696         * libdocument/Makefile.am:
697         * libview/Makefile.am:
698         * libview/ev-job-scheduler.[ch]:
699         * libview/ev-jobs.[ch]:
700         * libview/ev-page-cache.[ch]:
701         * libview/ev-pixbuf-cache.[ch]:
702         * libview/ev-timeline.[ch]:
703         * libview/ev-transition-animation.[ch]:
704         * libview/ev-view-accessible.[ch]:
705         * libview/ev-view-marshal.list:
706         * libview/ev-view.[ch]:
707         * shell/Makefile.am:
708
709         Move EvView specific code to a libeviview library so that it can
710         be embbeded in other applications. Based on patches by Tomeu
711         Vizoso. Fixes bug #567751.
712         
713 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
714
715         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
716         * shell/ev-window.c: (ev_window_load_job_cb),
717         (ev_window_load_job_cb), (ev_window_open_uri),
718         (ev_window_reload_local), (ev_window_dispose):
719
720         Remove dest, mode and search_string from EvJobLoad since they are
721         not really needed by the job, but for the window.
722         
723 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
724
725         * shell/ev-view.c: (ev_view_drag_data_received),
726         (ev_view_class_init), (ev_view_init):
727         * shell/ev-window.c: (ev_window_drag_data_received),
728         (ev_window_class_init), (ev_window_init):
729
730         Make the whole EvWindow the destination of a drag and drop
731         operation.
732         
733 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
734
735         * shell/ev-window.c: (window_open_file_copy_progress_cb):
736
737         Add missing brakets around the percentage in progress
738         messages. See bug #567910.
739         
740 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
741
742         * shell/ev-application.c: (ev_application_open_window),
743         (ev_application_open_uri_at_dest):
744
745         Do no use gdk_x11_* when not available. Based on patch by Hib
746         Eris, see bug #339172.
747         
748 2009-01-16  Hib Eris  <hib@hiberis.nl>
749
750         * configure.ac:
751         * properties/ev-properties-view.c:
752         (ev_properties_view_format_date):
753
754         Check for localtime_r. See bug #339172.
755         
756 2009-01-16  Hib Eris  <hib@hiberis.nl>
757
758         * shell/main.c:
759
760         Include gdkx only for dbus support. See bug #339172.
761         
762 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
763
764         * shell/ev-view.c: (ev_view_set_zoom_for_size):
765
766         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
767         #567785.
768         
769 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * shell/ev-window.c: (reload_remote_copy_progress_cb),
772         (window_save_file_copy_progress_cb):
773
774         Use brakets around the percentage in progress messages. See bug
775         #567910.
776         
777 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
778
779         * shell/ev-window.c: (reload_remote_copy_ready_cb):
780
781         Fix typo in error message. See bug #567910.
782         
783 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * shell/ev-window.c: (ev_window_cmd_file_close_window):
786
787         Fix mnemonic conflict. Fixes bug #567937.
788         
789 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
790
791         * NEWS:
792         * configure.ac:
793
794         Update for release 2.25.4
795         
796 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
797
798         * configure.ac:
799         
800         GLib version requirement bumped to 2.18 due to g_set_error_literal.
801         Thanks to Christian Spurk.
802
803 2008-12-31  Hib Eris  <hib@hiberis.nl>
804         
805         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
806
807         Fix mime type handling.
808         
809 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * po/POTFILES.in:
812
813         Add ev-print-operation.c.
814         
815 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * shell/ev-window.c: (ev_window_clear_progress_idle),
818         (reset_progress_idle), (ev_window_show_progress_message),
819         (ev_window_reset_progress_cancellable),
820         (ev_window_progress_response_cb), (show_loading_progress),
821         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
822         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
823         (show_reloading_progress), (reload_remote_copy_ready_cb),
824         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
825         (show_saving_progress), (window_save_file_copy_ready_cb),
826         (window_save_file_copy_progress_cb), (ev_window_save_remote),
827         (ev_window_dispose):
828
829         Show progress information when loading/saving remote files. Fixes
830         bug #370958.
831         
832 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
833
834         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
835
836         Show better warning message when temp file cannot be deleted.
837         
838 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
839
840         * shell/ev-window.c: (image_save_dialog_response_cb):
841
842         Fix saving images to remote locations.
843         
844 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * shell/ev-application.[ch]: (ev_application_shutdown),
847         (ev_application_get_print_settings_file),
848         (ev_application_save_print_settings),
849         (ev_application_get_print_settings),
850         (ev_application_set_print_settings),
851         (ev_application_get_page_setup), (ev_application_set_page_setup):
852         * shell/ev-window.c: (ev_window_save_print_page_setup),
853         (ev_window_load_print_page_setup_from_metadata),
854         (ev_window_print_page_setup_done_cb),
855         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
856         (ev_window_cmd_preview_print):
857
858         Remember page setup options too. Paper size is globally remembered
859         while page margins are stored per document in metadata file. Fixes
860         bugs #525185 and #349102.
861         
862 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * shell/ev-print-operation.c:
865         (ev_print_operation_export_print_dialog_response_cb):
866
867         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
868         
869 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
870
871         * shell/ev-print-operation.c: (export_cancel),
872         (export_job_cancelled), (ev_print_operation_export_begin),
873         (ev_print_operation_export_cancel):
874         * shell/ev-window.c: (ev_window_print_cancel),
875         (ev_window_print_update_pending_jobs_message),
876         (ev_window_print_operation_done),
877         (ev_window_print_operation_status_changed),
878         (print_jobs_confirmation_dialog_response),
879         (ev_window_cmd_file_close_window):
880
881         Show a confirmation dialog when there are pending print jobs while
882         closing the main window. Fixes bug #480964.
883         
884 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
887         (ev_print_operation_get_job_name),
888         (ev_print_operation_get_status),
889         (ev_print_operation_get_progress),
890         (ev_print_operation_update_status),
891         (ev_print_operation_export_get_job_name), (clamp_ranges),
892         (get_first_and_last_page), (ev_print_operation_export_run_next),
893         (print_job_finished), (export_print_done), (export_job_cancelled),
894         (update_progress), (export_print_page),
895         (ev_print_operation_export_begin),
896         (ev_print_operation_export_print_dialog_response_cb),
897         (ev_print_operation_export_run),
898         (ev_print_operation_export_cancel),
899         (ev_print_operation_export_class_init):
900         * shell/ev-window.c:
901         (ev_window_print_update_pending_jobs_message),
902         (ev_window_print_operation_done),
903         (ev_window_print_progress_response_cb),
904         (ev_window_print_operation_status_changed),
905         (ev_window_print_operation_begin_print), (ev_window_print_range),
906         (ev_window_dispose):
907
908         Show progress information when printing. Fixes bug #482770.
909         
910 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
911
912         * shell/Makefile.am:
913         * shell/ev-progress-message-area.[ch]:
914         * shell/ev-message-area.[ch]: (ev_message_area_init),
915         (ev_message_area_set_image_from_stock):
916
917         Add EvProgressMessageArea derived from EvMessageArea to show
918         progress information in the message area. 
919         
920 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
923
924         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
925         close button. Add a function to get the contents of the message
926         area.
927         
928 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * shell/Makefile.am:
931         * shell/ev-print-operation.[ch]:
932         * shell/ev-jobs.[ch]: (ev_job_export_init),
933         (ev_job_export_dispose), (ev_job_export_run),
934         (ev_job_export_class_init), (ev_job_export_new),
935         (ev_job_export_set_page):
936         * shell/ev-window.c: (ev_window_print_operation_done),
937         (ev_window_print_range), (ev_window_dispose):
938
939         First step of the printing system rework. EvJobPrint has been
940         replaced by EvJobExport so that every page is scheduled to be
941         exported in a thread instead of scheduling the whole printing
942         process. This way the gui is responsive during printing.
943         
944 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * shell/ev-window.c: (setup_size_from_metadata),
947         (ev_window_load_print_settings_from_metadata):
948
949         Fix memory leaks.
950         
951 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * libdocument/ev-document.c: (ev_document_get_type):
954
955         Add GObject type as prerequisite to EvDocument interface so that
956         document instances can be used as GObjects.
957         
958 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
959
960         * shell/ev-view.c: (jump_to_find_result):
961
962         Only jump the the location of the find result for the first match
963         when searching. It drastically improves the performance when
964         searching. Bug catched and fixed by Michael Hunold. Fixes bug
965         #564774.
966         
967 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * properties/ev-properties-main.c: (ev_properties_get_pages):
970         * properties/ev-properties-view.[ch]:
971         (ev_properties_view_dispose), (ev_properties_view_class_init),
972         (ev_properties_view_set_info), (ev_properties_view_new):
973         * shell/ev-properties-dialog.[ch]:
974         (ev_properties_dialog_set_document):
975         * shell/ev-window.c: (ev_window_setup_document),
976         (ev_window_cmd_file_properties):
977
978         Add document URI to properties page. Fixes bug #555376.
979         
980 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * configure.ac:
983         * data/Makefile.am:
984         * data/evince-password.glade: Removed
985         * data/evince-properties.glade: Removed
986         * properties/ev-properties-view.c:
987         (ev_properties_view_class_init), (set_property),
988         (ev_properties_view_set_info), (ev_properties_view_init):
989         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
990         (font_cell_data_func), (ev_properties_fonts_init):
991
992         Remove Glade dependency.
993         
994 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * backend/comics/comics-document.c: (comics_document_load):
997
998         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
999         
1000 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * NEWS:
1003         * configure.ac:
1004
1005         Update for release 2.25.2
1006         
1007 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * configure.ac:
1010         * shell/Makefile.am:
1011         * shell/ev-keyring.[ch]:
1012         * shell/ev-password.[ch]: Removed
1013         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1014         (ev_password_view_class_init), (ev_password_view_clicked_cb),
1015         (ev_password_view_init), (ev_password_view_set_uri),
1016         (ev_password_dialog_got_response),
1017         (ev_password_dialog_remember_button_toggled),
1018         (ev_password_dialog_entry_changed_cb),
1019         (ev_password_dialog_entry_activated_cb),
1020         (ev_password_view_ask_password), (ev_password_view_get_password),
1021         (ev_password_view_get_password_save_flags),
1022         (ev_password_view_new):
1023         * shell/ev-window.c: (ev_window_password_view_unlock),
1024         (ev_window_load_job_cb), (ev_window_close_dialogs),
1025         (ev_window_init):
1026
1027         Rework the password view. When the password is in the keyring it's
1028         used automatically without showing the password dialog and it's  
1029         only stored in the keyring when we are sure it's correct. The
1030         password dialog has been reworked too, in order to make it
1031         more hig compliant and consistent with the GTK+ dialog used in
1032         gtkmountoperation. Fixes bug #562496. 
1033         
1034 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * backend/comics/comics-document.c: (comics_document_load):
1037
1038         Do not trust file extensions when getting the command needed to
1039         uncompress comic documents. Fixes bug #562143.
1040         
1041 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1042
1043         * libdocument/ev-document-factory.c: (get_document_from_uri),
1044         (ev_document_factory_get_document):
1045         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1046         (get_mime_type_from_data), (ev_file_get_mime_type):
1047
1048         Move mime-type functions from document-facrory to file-helpers so
1049         that it can be reused.
1050         
1051 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1052
1053         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1054         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1055         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1056         (ev_window_reload_remote), (ev_window_reload_document):
1057
1058         Add support for reloading remote documents. Fixes bug #555399.
1059         
1060 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1061
1062         * shell/ev-view.c: (ev_view_find_previous):
1063
1064         Make sure find_result is never < 0 which causes a crash while
1065         searching. Fixes bug #558377.
1066         
1067 2008-11-19  Marek Kašík <mkasik@redhat.com>
1068
1069         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1070         (ev_pixbuf_cache_get_selection_surface):
1071         
1072         Fixes crash on fast scrolling with simultaneous text selection.
1073
1074 2008-11-19  Marek Kašík <mkasik@redhat.com>
1075
1076         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1077         * shell/ev-window.c (launch_external_uri):
1078         
1079         Fixes assertion fail on selecting text. See bug #561393.
1080
1081 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * shell/Makefile.am:
1084         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1085         (ev_job_layers_dispose), (ev_job_layers_run),
1086         (ev_job_layers_class_init), (ev_job_layers_new):
1087         * shell/ev-sidebar-layers.[ch]:
1088         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1089         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1090         (ev_view_reload_page), (ev_view_reload):
1091         * shell/ev-window.c: (setup_sidebar_from_metadata),
1092         (ev_window_sidebar_current_page_changed_cb),
1093         (sidebar_layers_visibility_changed), (ev_window_init):
1094
1095         Add layers support.
1096         
1097 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1098
1099         * data/icons/22x22/actions/Makefile.am:
1100         * data/icons/22x22/actions/eye.png:
1101         * shell/ev-stock-icons.[ch]:
1102         
1103         Add eye icon from gimp to hide/show layers.
1104         
1105 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * configure.ac:
1108         * cut-n-paste/Makefile.am:
1109         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1110         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1111         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1112
1113         Add GimpCellRendererToggle from gimp slightly modified to fit our
1114         needs. 
1115         
1116 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * configure.ac:
1119         * backend/pdf/ev-poppler.cc:
1120
1121         Implement layers interface in PDF backend.
1122         
1123 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1124
1125         * libdocument/Makefile.am:
1126         * libdocument/ev-document-layers.[ch]:
1127         * libdocument/ev-layer.[ch]:
1128
1129         Add optional content (layers) interface.
1130         
1131 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1132
1133         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1134         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1135
1136         Removes unused code.
1137
1138 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1139
1140         * NEWS:
1141         * configure.ac:
1142
1143         Update for 2.25.1 release
1144
1145 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1146
1147         * shell/ev-window.c:
1148
1149         Fix build with GTK+ < 2.14
1150
1151 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1152
1153         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1154         
1155         Makes menu label translatable. Fixes bug #559129.
1156
1157 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1158
1159         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1160         (t1_transform_font):
1161         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1162         
1163         More renames of warning to mdvi_warning in follow up to the
1164         fix of the bug #553369. Fix for the bug #559257 by
1165         Tuxce <tuxce.net@gmail.com>.
1166         
1167 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1168
1169         * shell/ev-application.c: (ev_application_init_session):
1170         * shell/main.c: (main):
1171
1172         Move the egg_set_desktop_file() call to main and remove
1173         gtk_window_set_default_icon_name() since it's already called by
1174         egg_set_desktop_file()
1175         
1176 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1177
1178         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1179
1180         Initialize GError to NULL.
1181         
1182 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1185         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1186         (ev_window_preview_print_finished), (launch_action):
1187
1188         Do not use popup dialogs to show error messages anymore, use the
1189         message area instead.
1190         
1191 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1192
1193         * shell/ev-window.c: (ev_window_error_message),
1194         (ev_window_warning_message), (ev_window_set_document),
1195         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1196         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1197         (ev_window_cmd_help_contents), (launch_external_uri),
1198         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1199         (ev_attachment_popup_cmd_open_attachment),
1200         (attachment_save_dialog_response_cb):
1201
1202         Use a message format (with printf()-style) in
1203         ev_window_error_message and ev_window_warning_message.
1204
1205 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1206
1207         * shell/ev-window.c: (ev_window_error_message),
1208         (ev_window_warning_message), (ev_window_set_document),
1209         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1210         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1211         (ev_window_cmd_help_contents), (launch_external_uri),
1212         (image_save_dialog_response_cb),
1213         (ev_attachment_popup_cmd_open_attachment),
1214         (attachment_save_dialog_response_cb):
1215
1216         Change ev_window_error_message and ev_window_warning_message to
1217         receive a EvWindow instead of a GtkWindow. It's more consistent
1218         and avoids unneeded casts.
1219         
1220 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1221
1222         * shell/ev-window.c: (ev_window_cmd_help_contents):
1223
1224         Use gtk_show_uri() when availale to display help contents.
1225         
1226 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1227
1228         * configure.ac:
1229         * backend/pdf/ev-poppler.cc:
1230         * properties/ev-properties-view.c:
1231         * shell/Makefile.am:
1232         * shell/ev-tooltip.[ch]: Removed
1233         * shell/ev-view-private.h
1234         * shell/eggfindbar.c:
1235         * shell/ev-application.c:
1236         * shell/ev-open-recent-action.c:
1237         * shell/ev-sidebar-thumbnails.c:
1238         * shell/ev-view.c:
1239         * shell/ev-window.c:
1240
1241         Bump GTK+ requirement to 2.12.
1242         
1243 2008-10-27 Christian Persch <chpe@gnome.org>
1244
1245         * backend/djvu/djvu-document.c
1246         * backend/dvi/cairo-device.c
1247         * cut-n-paste/evmountoperation/ev-mount-operation.h
1248         * cut-n-paste/gedit-message-area/gedit-message-area.h
1249         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1250         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1251         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1252         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1253         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1254         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1255         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1256         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1257         * cut-n-paste/zoom-control/ephy-zoom-action.c
1258         * cut-n-paste/zoom-control/ephy-zoom-action.h
1259         * cut-n-paste/zoom-control/ephy-zoom-control.c
1260         * cut-n-paste/zoom-control/ephy-zoom-control.h
1261         * libdocument/ev-async-renderer.h
1262         * libdocument/ev-document-factory.c
1263         * libdocument/ev-document-misc.h
1264         * libdocument/ev-image.h
1265         * libdocument/ev-selection.h
1266         * shell/ev-properties-fonts.h
1267         * shell/ev-stock-icons.h
1268         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1269         directly. Bug #558064.
1270
1271 2008-10-27 Christian Persch <chpe@gnome.org>
1272
1273         * cut-and-paste/smclient/*: Update from libegg.
1274
1275 2008-10-27 Christian Persch <chpe@gnome.org>
1276
1277         * backend/djvu/djvu-document.c
1278         * backend/ps/ev-spectre.c
1279         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1280
1281 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1282
1283         * shell/ev-view.c (ev_view_change_page),
1284         (ev_view_transition_animation_finish),
1285         (ev_view_transition_animation_cancel), (page_changed_cb),
1286         (ev_view_set_presentation), (ev_view_next_page),
1287         (ev_view_previous_page):
1288         
1289         Cancel the animation without scheduling transition start
1290         and proceed to the next page to fix bug #516749.
1291
1292 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1293
1294         * NEWS:
1295         * configure.ac:
1296
1297         Update for release 2.24.1
1298         
1299 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1300
1301         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1302
1303         Disable toggle function of F5 when in presentation mode. Patch by
1304         Dave Neary. Fixes bug #556162.
1305         
1306 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1307
1308         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1309         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1310         (ev_sidebar_thumbnails_fill_model),
1311         (ev_sidebar_thumbnails_refresh),
1312         (ev_sidebar_thumbnails_set_document):
1313
1314         Instead of using only one loading icon for thumbnails based on the
1315         size of the first page, create an icon for every different page
1316         size. Fixes bug #556264.
1317         
1318 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1321
1322         Fix memory leak.
1323         
1324 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1325
1326         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1327
1328         Removes bad prefixes from window title. Patch by 
1329         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1330         
1331 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * shell/ev-window.c: (launch_external_uri):
1334
1335         Do not consider mailto links as http uris. Fixes bug #555801.
1336         
1337 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1340
1341         Fix memory leak. Fixes bug #555134.
1342         
1343 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1346
1347         Emit the job finished signal when the job is handled before the
1348         page_ready callback.
1349         
1350 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1351
1352         * shell/ev-window.c: (launch_action):
1353
1354         Use GdkAppLaunchContext when available to launch external
1355         applications.
1356         
1357 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * shell/ev-window.c: (launch_action):
1360
1361         Fix launching external applications for launch actions which seems
1362         to be broken since the gio port. Fixes bug #554500.
1363         
1364 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * backend/dvi/Makefile.am:
1367         * backend/dvi/cairo-device.c:
1368         * backend/dvi/dvi-document.c:
1369         * backend/dvi/mdvi-lib/Makefile.am:
1370
1371         Fix several compile warnings in the dvi backend.
1372         
1373 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * backend/dvi/mdvi-lib/common.h:
1376         * backend/dvi/mdvi-lib/dviread.c:
1377         * backend/dvi/mdvi-lib/font.c:
1378         * backend/dvi/mdvi-lib/fontmap.c:
1379         * backend/dvi/mdvi-lib/fontsrch.c:
1380         * backend/dvi/mdvi-lib/gf.c:
1381         * backend/dvi/mdvi-lib/pagesel.c:
1382         * backend/dvi/mdvi-lib/pk.c:
1383         * backend/dvi/mdvi-lib/sp-epsf.c:
1384         * backend/dvi/mdvi-lib/special.c:
1385         * backend/dvi/mdvi-lib/tfm.c:
1386         * backend/dvi/mdvi-lib/tfmfile.c:
1387         * backend/dvi/mdvi-lib/util.c:
1388         * backend/dvi/mdvi-lib/vf.c:
1389
1390         Rename error as mdvi_error to avoid symbol conflicts with the libc
1391         error. Rename also message, crash, fatal and warning for
1392         consistency. Fixes bug #553369.
1393         
1394 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1395
1396         * backend/dvi/dvi-document.c: (dvi_document_load):
1397
1398         Fix memory leak.
1399         
1400 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * backend/dvi/dvi-document.c:
1403
1404         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1405         G_IMPLEMENT_INTERFACE.
1406         
1407 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1408
1409         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1410
1411         Make sure copy_job_page_and_selection_to_job_info is always called
1412         before copy_job_to_job_info. Fixes bug #552382.
1413         
1414 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1415
1416         * NEWS:
1417         * configure.ac:
1418
1419         Update for release 2.24.0
1420         
1421 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1422
1423         * shell/ev-window.c: (launch_external_uri):
1424
1425         Use GdkAppLaunchContext when available to launch external uris.
1426         
1427 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1428
1429         * shell/ev-window.c: (launch_external_uri):
1430
1431         Use the message area to show errors when lauching external uris
1432         instead of a popup window.
1433         
1434 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * shell/ev-window.c: (launch_external_uri):
1437
1438         Assume invalid uris are http uris. Fixes bug #552071.
1439         
1440 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1441
1442         * NEWS:
1443         * configure.ac:
1444
1445         Update for release 2.23.92.
1446         
1447 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1448
1449         * shell/eggfindbar.c: (egg_find_bar_class_init):
1450
1451         Allow page scrolling with PageUp/PageDown keys when find bar is
1452         active. Fixes bug #529833.
1453         
1454 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1455
1456         * shell/ev-view-private.h:
1457         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1458         (ev_view_scroll), (ev_view_class_init):
1459         * shell/ev-view-accessible.c:
1460         (ev_view_accessible_action_do_action):
1461         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1462         (ev_window_cmd_scroll_backward):
1463
1464         Use GtkScrollType instead of EvScrollType.
1465         
1466 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1467
1468         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1469         
1470         Patch for case unsensitive page label match by Michael Lee.
1471         See bug #550136.
1472         
1473         * shell/ev-page-action.c (create_tool_item):    
1474         * test/Makefile.am:
1475         * test/test1.py:
1476         * test/test4.py:
1477         * test/test5.py:
1478         
1479         Added test for the above and updated other tests.
1480
1481 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * shell/ev-window.c: (image_save_dialog_response_cb):
1484
1485         Do not append the file extension twice when saving an image.
1486         
1487 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1490
1491         Remove an invalid ifdef.
1492         
1493 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * shell/ev-view.c: (ev_view_motion_notify_event):
1496
1497         Make sure the cursor is correctly restored after showing the right
1498         click menu.
1499         
1500 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1501
1502         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1503         (ev_attachment_open):
1504         * shell/ev-sidebar-attachments.c:
1505         (ev_sidebar_attachments_button_press):
1506         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1507
1508         Use GdkAppLaunchContext when available to open attachments.
1509         
1510 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1511
1512         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1513
1514         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1515         by Eric Piel.
1516         
1517 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1518
1519         * shell/ev-application.c: (ev_application_get_media_keys):
1520         * shell/ev-media-player-keys.[ch]:
1521         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1522         (ev_media_player_keys_grab_keys),
1523         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1524         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1525         * shell/ev-window.[ch]: (ev_window_dispose),
1526         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1527         (ev_window_init):
1528
1529         Clean up the media player keys stuff.
1530         
1531 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1532
1533         * NEWS:
1534         * configure.ac:
1535
1536         Update for release 2.23.91.
1537         
1538 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1539
1540         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1541         (sm_client_xsmp_set_initial_properties):
1542
1543         Fix memory leak.
1544         
1545 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1546
1547         * shell/ev-application.c: (ev_application_open_window),
1548         (ev_application_open_uri_at_dest):
1549
1550         Make sure evince starts up in the right workspace when resuming a
1551         previous session.
1552         
1553 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * shell/ev-application.[ch]: (ev_application_open_window),
1556         (ev_application_add_icon_path_for_screen),
1557         (ev_application_open_uri_at_dest):
1558
1559         Fix window manager warnings shown in ~/.xsession-errors
1560         
1561 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1562
1563         * configure.ac:
1564         * cut-n-paste/Makefile.am:
1565         * cut-n-paste/smclient/Makefile.am:
1566         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1567         * cut-n-paste/smclient/eggsmclient-private.h:
1568         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1569         * cut-n-paste/smclient/eggsmclient.[ch]:
1570
1571         EggSMClient copied from libegg
1572
1573         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1574         * shell/Makefile.am:
1575         * shell/ev-application.[ch]: (ev_application_load_session),
1576         (smclient_save_state_cb), (smclient_quit_cb),
1577         (ev_application_init_session), (ev_application_shutdown),
1578         (ev_application_init):
1579         * shell/main.c: (main):
1580
1581         Use EggSMClient instead of gnome-client and remove libgnome and
1582         libgnomeui dependencies.
1583         
1584 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1585
1586         * shell/main.c: (main):
1587
1588         Remove gnome_authentication_manager_init.
1589         
1590 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1591
1592         * shell/ev-view.c: (ev_view_goto_window_create):
1593
1594         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1595         since it's now deprecated.
1596         
1597 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1598
1599         * backend/djvu/Makefile.am:
1600         * backend/djvu/djvu-document-private.h:
1601         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1602         (djvu_document_find_iface_init):
1603         * backend/djvu/djvu-text-page.[ch]:
1604         * backend/djvu/djvu-text.[ch]: Removed
1605         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1606         (pdf_document_find_iface_init):
1607         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1608         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1609         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1610         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1611         (ev_job_find_has_results), (ev_job_find_get_results):
1612         * shell/ev-view-private.h:
1613         * shell/ev-view.[ch]: (ev_view_expose_event),
1614         (highlight_find_results), (ev_view_finalize),
1615         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1616         (ev_view_set_document), (ev_view_find_get_n_results),
1617         (ev_view_find_get_result), (jump_to_find_result),
1618         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1619         (ev_view_find_previous), (ev_view_find_search_changed),
1620         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1621         * shell/ev-window.c: (ev_window_update_actions),
1622         (page_changed_cb), (ev_window_setup_document),
1623         (ev_window_update_find_status_message),
1624         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1625         (ev_window_clear_find_job), (find_bar_close_cb),
1626         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1627         (ev_window_dispose), (ev_window_init):
1628
1629         Rework find interface. The find logic has been moved from backends
1630         to the shell avoiding a lot of duplicated code in the backends and
1631         making easier to implement the find interface in the backends.
1632         
1633 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1634
1635         * backend/pdf/ev-poppler.cc:
1636         (pdf_document_thumbnails_get_dimensions):
1637
1638         Make sure thumbnail size returned by the PDF is actually
1639         valid. Fixes bug #548462.
1640         
1641 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1642
1643         * shell/ev-window.c: (ev_window_setup_document),
1644         (ev_window_set_document), (ev_window_dispose):
1645
1646         Remove the idle function for setting the document up when the
1647         window is destroyed. Fixes bug #549163.
1648         
1649 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1652         (ev_job_attachments_dispose), (ev_job_attachments_run),
1653         (ev_job_attachments_class_init), (ev_job_attachments_new):
1654         * shell/ev-sidebar-attachments.c:
1655         (ev_sidebar_attachments_set_document):
1656
1657         Add a new job to get the attachments in a thread with the document
1658         lock held. Fixes bug #548653.
1659         
1660 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1661
1662         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1663         (tiff_document_document_iface_init):
1664
1665         Implement document_get_page_label in tiff backend.
1666         
1667 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1668
1669         * backend/tiff/tiff-document.c: (tiff_document_render):
1670
1671         Handle document orientation in tiff backend. Fixes bug #548444.
1672         
1673 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1674
1675         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1676
1677         Do not crash when adjustment page size is 0. Fixes bug #547440.
1678         
1679 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1682
1683         Sync with current GTK+.
1684         
1685 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1686
1687         * configure.ac:
1688         
1689         Update for release 2.23.6.
1690
1691 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1692
1693         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1694         (ev_job_load_set_password):
1695         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1696         * shell/ev-window.c: (password_dialog_response),
1697         (ev_window_load_job_cb):
1698
1699         Fix loading encrypted documents since I broke it with the jobs
1700         rework.
1701         
1702 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1703
1704         * NEWS:
1705
1706         Update NEWS for 2.23.6 release.
1707         
1708 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1709
1710         * backend/impress/impress-document.c:
1711         * backend/impress/render.h:
1712         * libdocument/ev-document-factory.c:
1713         * libdocument/ev-document-factory.h:
1714         * libdocument/ev-document-links.h:
1715         * libdocument/ev-document-misc.c:
1716         * libdocument/ev-document-misc.h:
1717         * properties/ev-properties-main.c:
1718         * properties/ev-properties-view.c:
1719         * properties/ev-properties-view.h:
1720         * shell/eggfindbar.c:
1721         * shell/eggfindbar.h:
1722         * shell/ev-application.c:
1723         * shell/ev-application.h:
1724         * shell/ev-jobs.h:
1725         * shell/ev-message-area.h:
1726         * shell/ev-navigation-action.c:
1727         * shell/ev-navigation-action.h:
1728         * shell/ev-open-recent-action.c:
1729         * shell/ev-open-recent-action.h:
1730         * shell/ev-page-action-widget.c:
1731         * shell/ev-page-action.c:
1732         * shell/ev-page-action.h:
1733         * shell/ev-page-cache.h:
1734         * shell/ev-password-view.h:
1735         * shell/ev-password.h:
1736         * shell/ev-pixbuf-cache.h:
1737         * shell/ev-properties-fonts.c:
1738         * shell/ev-sidebar-attachments.c:
1739         * shell/ev-sidebar-links.c:
1740         * shell/ev-sidebar-links.h:
1741         * shell/ev-sidebar-thumbnails.c:
1742         * shell/ev-sidebar-thumbnails.h:
1743         * shell/ev-sidebar.c:
1744         * shell/ev-sidebar.h:
1745         * shell/ev-stock-icons.c:
1746         * shell/ev-tooltip.h:
1747         * shell/ev-view.c:
1748         * shell/ev-view.h:
1749         * shell/ev-window.c:
1750         * shell/ev-window.h:
1751         * shell/main.c:
1752
1753         More #include cleanups. Again: reordering, single gtk.h
1754         includes and other stuff.
1755
1756 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1757
1758         * shell/eggfindbar.c:
1759         * shell/ev-application.c:
1760         * shell/ev-message-area.c:
1761         * shell/ev-navigation-action.c:
1762         * shell/ev-open-recent-action.c:
1763         * shell/ev-page-action-widget.c:
1764         * shell/ev-page-action.c:
1765         * shell/ev-password-view.c:
1766         * shell/ev-properties-dialog.c:
1767         * shell/ev-properties-fonts.c:
1768         * shell/ev-sidebar-attachments.c:
1769         * shell/ev-sidebar-page.c:
1770         * shell/ev-sidebar-thumbnails.c:
1771         * shell/ev-stock-icons.c:
1772         * shell/ev-tooltip.c:
1773         * shell/ev-view.c:
1774         * shell/ev-window.c:
1775         * shell/main.c:
1776
1777         Cleanup many #include statements: reorder so that a
1778         generic-to-specific order is used, use single gtk.h
1779         includes, and some other cleanups.
1780
1781 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1782
1783         * shell/ev-jobs.h:
1784
1785         Add gio header.
1786         
1787 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1790         (ev_document_fc_mutex_trylock):
1791         * shell/Makefile.am:
1792         * shell/ev-job-queue.[ch]:
1793         * shell/ev-job-scheduler.[ch]:
1794         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1795         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1796         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1797         (ev_job_failed_from_error), (ev_job_succeeded),
1798         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1799         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1800         (ev_job_links_class_init), (ev_job_render_init),
1801         (notify_page_ready), (ev_job_render_page_ready),
1802         (ev_job_render_run), (ev_job_render_class_init),
1803         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1804         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1805         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1806         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1807         (ev_job_save_dispose), (ev_job_save_run),
1808         (ev_job_save_class_init), (ev_job_print_init),
1809         (ev_job_print_dispose), (ev_job_print_run),
1810         (ev_job_print_class_init):
1811         * shell/ev-page-cache.c:
1812         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1813         (check_job_size_and_unref), (move_one_job),
1814         (copy_job_to_job_info), (add_job),
1815         (ev_pixbuf_cache_add_jobs_if_needed):
1816         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1817         (job_fonts_finished_cb), (job_fonts_updated_cb),
1818         (ev_properties_fonts_set_document):
1819         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1820         (ev_sidebar_links_set_document):
1821         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1822         (ev_sidebar_thumbnails_set_document),
1823         (ev_sidebar_thumbnails_clear_job):
1824         * shell/ev-view-private.h:
1825         * shell/ev-view.c:
1826         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1827         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1828         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1829         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1830         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1831         (ev_window_reload_document), (ev_window_clear_save_job),
1832         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1833         (ev_window_clear_print_job), (ev_window_print_job_cb),
1834         (ev_window_print_dialog_response_cb):
1835         * shell/main.c: (main):
1836
1837         Rework the jobs system in order to make it simpler and more
1838         extensible. It allows to run jobs in the main loop instead of
1839         using a thread when it's appropriate like the fonts job. Now it's
1840         also possible to cancel jobs that are currently running. 
1841         
1842 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1843
1844         * libdocument/ev-debug.c: (profile_init):
1845
1846         Create the hash table also when profiling service is enabled for
1847         all sections.
1848         
1849 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1850
1851         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1852         (ev_profiler_stop):
1853         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1854         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1855         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1856         (ev_job_print_run):
1857         * shell/main.c: (main):
1858
1859         Add a profile mode available when debug is enabled. Add profilers
1860         in ev-jobs.
1861         
1862 2008-07-23  Götz Waschk <waschk@mandriva.org>
1863
1864         * configure.ac: Correctly build desktop file. Fixes
1865         bug #544237.
1866
1867 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1868
1869         * configure.ac:
1870         
1871         Update for release 2.23.5.
1872
1873 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1874
1875         * NEWS:
1876
1877         Update NEWS for 2.23.5 release.
1878         
1879 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1880
1881         * shell/ev-window.c: (ev_window_state_event),
1882         (ev_window_class_init):
1883
1884         Intercept window manager's fullscreen request in order to run/stop
1885         fullscreen mode. Fixes bug #493541.
1886         
1887 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1888
1889         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1890
1891         Restart the job search when the find bar is opened for the second
1892         time. Fixes bug #531956.
1893         
1894 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1895
1896         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1897         (get_document_from_uri):
1898
1899         Make sure we always return a valid error struct when
1900         get_document_from_uri fails. Fixes nautilus crash, see bug
1901         #542548.
1902         
1903 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1904
1905         * libdocument/ev-transition-effect.c
1906         (ev_transition_effect_type_get_type),
1907         (ev_transition_effect_alignment_get_type),
1908         (ev_transition_effect_direction_get_type):
1909         
1910         Fixes bug #542924. Makes enums static to fix Solaris build.
1911
1912 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1913
1914         * shell/ev-view.c: (ev_view_key_press_event):
1915
1916         Add '.' keybinding for blanking the screen in presentation
1917         mode. Fixes bug #542001.
1918         
1919 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1920
1921         * libdocument/ev-document-misc.c:
1922         (ev_document_misc_pixbuf_from_surface):
1923
1924         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1925         #540950.
1926         
1927 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1928
1929         * backend/comics/comics-document.c (comics_document_load):
1930         * backend/comics/comicsdocument.evince-backend.in:
1931         * configure.ac:
1932         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1933         
1934         Added support for 7-zip based cb7 comic book. Patch by
1935         Kartik Rustagi. Fixes bug #532312.
1936
1937 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1938
1939         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1940         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1941         Fixes bug #539972.
1942
1943 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1944
1945         * shell/Makefile.am:
1946         * shell/ev-application.c (ev_application_init),
1947         (ev_application_get_media_keys):
1948         * shell/ev-application.h:
1949         * shell/ev-marshal.list:
1950         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1951         (proxy_destroy), (on_media_player_key_pressed),
1952         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1953         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1954         * shell/ev-media-player-keys.h:
1955         * shell/ev-window.c (ev_window_go_previous_page),
1956         (ev_window_go_next_page), (ev_window_go_first_page),
1957         (ev_window_go_last_page), (ev_window_start_presentation),
1958         (ev_window_dispose), (view_actions_focus_in_cb):
1959         * shell/ev-window.h: When building with D-Bus support, listen
1960         for multimedia key events from gnome-settings-daemon. This allows
1961         to go to the next/previous/first/last pages using, respectively,
1962         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1963         a presentation. Fixes bug #539971.
1964
1965 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1966
1967         * configure.ac:
1968         
1969         Update for release 2.23.4.
1970
1971 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1972
1973         * NEWS:
1974
1975         Update news for 2.23.4 release.
1976         
1977 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1978
1979         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1980         * shell/ev-sidebar-thumbnails.c:
1981         (ev_sidebar_thumbnails_set_loading_icon),
1982         (ev_sidebar_thumbnails_refresh):
1983         * shell/ev-window.c: (ev_window_error_message),
1984         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1985         (ev_window_set_document):
1986
1987         Do not crash opening documents with no pages and show a warning
1988         message in the message area. Fixes bugs #537574 and #171588.
1989         
1990 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1991
1992         * shell/Makefile.am:
1993         * shell/ev-file-monitor.[ch]:
1994         * shell/ev-window.c: (ev_window_document_changed),
1995         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1996         (ev_window_reload_job_cb), (ev_window_open_uri),
1997         (ev_window_reload_document), (ev_window_cmd_view_reload),
1998         (ev_window_dispose):
1999
2000         Automaticly reload the document when the file has changed on
2001         disk. Bug #304249.
2002         
2003 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
2004
2005         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2006         * libdocument/ev-image.c: (ev_image_save_tmp):
2007         * libdocument/ev-module.c: (ev_module_load):
2008         * shell/ev-application.c: (ev_application_shutdown),
2009         (ev_application_get_print_settings):
2010         * shell/ev-sidebar-attachments.c:
2011         (ev_sidebar_attachments_button_press),
2012         (ev_sidebar_attachments_drag_data_get):
2013         * shell/ev-window.c: (window_save_file_copy_ready_cb),
2014         (ev_window_print_finished), (ev_window_print_send),
2015         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2016         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2017         (ev_window_cmd_preview_print):
2018         * shell/main.c: (load_files_remote):
2019         Fix some build warnings under GCC 4.3.0. (#537535).
2020
2021 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2022
2023         * shell/ev-jobs.c: (ev_job_render_dispose):
2024
2025         Fix a crash in debug mode. Patch by Daniel M German.
2026         
2027 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2028
2029         * shell/ev-window.c:
2030
2031         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2032         
2033 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * shell/ev-window.c: (ev_window_print_send),
2036         (ev_window_do_preview_print):
2037
2038         Use the window title as print job name instead of just
2039         "evince-print". Fixes bug #534493.
2040         
2041 2008-05-19  Frederic Peters  <fpeters@0d.be>
2042
2043         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2044         Bug #533897.
2045
2046 2008-05-19  Frederic Peters  <fpeters@0d.be>
2047
2048         * help/reference/Makefile.am: added missing libevmountoperation to
2049         gtkdoc-scanobj libraries.  Bug #533896.
2050
2051 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2052
2053         * properties/ev-properties-view.c (get_default_user_units):
2054         Fixes check for default units string translation. Bug #533323.
2055
2056 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2057
2058         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2059         be an iks_free(). Fix an array overflow in the XML parser that
2060         would occur whenever the number of attributes in a tag was greater
2061         than 0 and divisible by 6. Fixes GNOME bug #530852.
2062
2063 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2064
2065         * backend/djvu/djvu-document-private.h:
2066         * backend/djvu/djvu-links.c:
2067         * backend/djvu/djvu-text.c:
2068         * backend/djvu/djvu-document.c: (djvu_handle_events),
2069         (djvu_wait_for_message), (djvu_document_load),
2070         (document_get_page_size), (djvu_document_render),
2071         (djvu_document_thumbnails_get_thumbnail),
2072         (djvu_document_file_exporter_end):
2073
2074         Make sure load job doesn't finish successfully when the document
2075         is not successfully decoded by libdjvu. Fixes bug #530202.
2076         
2077 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * configure.ac:
2080         * libdocument/Makefile.am:
2081         * libdocument/ev-debug.[ch]:
2082         * libdocument/ev-document.c:
2083         * shell/ev-jobs.c: (ev_job_links_dispose),
2084         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2085         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2086         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2087         (ev_job_render_page_ready), (ev_job_render_run),
2088         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2089         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2090         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2091         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2092         (ev_job_print_new), (ev_job_print_run):
2093         * shell/main.c: (main):
2094
2095         Add debug mode based on gedit code. Add debug messages in
2096         ev-jobs.
2097         
2098 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2099
2100         * libdocument/ev-document-factory.c: (get_document_from_uri):
2101
2102         Fix memory leak.
2103         
2104 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2105
2106         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2107         (get_mime_type_from_data), (get_document_from_uri),
2108         (ev_document_factory_get_document):
2109         
2110         Improved error message about file opening failture.
2111         Bug #529129.
2112
2113 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2114
2115         * data/evince-toolbar.xml:
2116         
2117         Allow to add SaveAs to toolbar.
2118
2119 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2120
2121         * shell/ev-view-private.h:
2122         * shell/ev-view.[ch]: (ev_view_button_release_event),
2123         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2124         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2125         (ev_view_update_primary_selection), (clear_link_selected),
2126         (ev_view_copy_link_address):
2127         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2128
2129         Update also the primary selection when copying a link
2130         address. Fixes bug #520855.
2131         
2132 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * libdocument/ev-document-factory.c: (get_document_from_uri):
2135
2136         Use the pixbuf backend only when the mime type is not supported by
2137         any of the other backend so that tiff documents, for instance, are
2138         handled by the tiff backend instead of the pixbuf backend. fixes
2139         bug #520290.
2140         
2141 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2142
2143         * cut-n-paste/Makefile.am:
2144
2145         Add evmountoperation to subdirs list.
2146         
2147 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2148
2149         * configure.ac:
2150
2151         Fix libspectre check in configure script. Fixes bug #528549.
2152         
2153 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2154
2155         * configure.ac:
2156         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2157         * shell/Makefile.am:
2158         * shell/ev-window.c: (ev_window_load_remote_failed),
2159         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2160
2161         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2162         open documents in remote locations that are not mounted.
2163         
2164 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2165
2166         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2167         (bitmap_convert_msb8):
2168         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2169         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2170
2171         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2172         
2173 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2174
2175         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2176         (ev_job_render_new), (ev_job_render_set_selection_info),
2177         (ev_job_render_run):
2178         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2179         (check_job_size_and_unref),
2180         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2181         (add_job), (ev_pixbuf_cache_get_selection_surface):
2182
2183         Create the render context needed for rendering a page in the render
2184         thread so that we don't block the main thread. Simplify
2185         EvJobRender API.
2186         
2187 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2188
2189         * libdocument/Makefile.am:
2190         * libdocument/ev-page.[ch]:
2191         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2192         (ev_render_context_new), (ev_render_context_set_page):
2193         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2194         (ev_form_field_finalize), (ev_form_field_class_init):
2195         * libdocument/ev-document-forms.[ch]:
2196         (ev_document_forms_get_form_fields):
2197         * libdocument/ev-document.[ch]: (ev_document_get_page),
2198         (ev_document_get_page_size), (ev_document_get_page_label):
2199         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2200         (ev_job_render_run), (ev_job_thumbnail_new),
2201         (ev_job_thumbnail_run), (ev_job_print_run):
2202         * shell/ev-page-cache.c: (ev_page_cache_new):
2203         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2204         (check_job_size_and_unref), (add_job):
2205         * shell/ev-sidebar-thumbnails.c: (add_range):
2206         * shell/ev-view.c: (ev_view_form_field_get_region),
2207         (ev_view_form_field_button_create_widget),
2208         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2209         (ev_view_handle_form_field), (ev_view_size_allocate),
2210         (get_selected_text):
2211         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2212         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2213         (pdf_document_get_page), (pdf_document_get_page_label),
2214         (pdf_document_render), (pdf_document_get_info),
2215         (pdf_document_document_iface_init),
2216         (pdf_document_thumbnails_get_thumbnail),
2217         (pdf_document_thumbnails_get_dimensions),
2218         (pdf_document_file_exporter_do_page),
2219         (pdf_selection_render_selection),
2220         (pdf_selection_get_selected_text),
2221         (pdf_selection_get_selection_region),
2222         (pdf_selection_get_selection_map),
2223         (pdf_document_forms_get_form_fields),
2224         (pdf_document_forms_form_field_text_get_text),
2225         (pdf_document_forms_form_field_text_set_text),
2226         (pdf_document_forms_form_field_button_set_state),
2227         (pdf_document_forms_form_field_button_get_state),
2228         (pdf_document_forms_form_field_choice_get_item),
2229         (pdf_document_forms_form_field_choice_get_n_items),
2230         (pdf_document_forms_form_field_choice_is_item_selected),
2231         (pdf_document_forms_form_field_choice_select_item),
2232         (pdf_document_forms_form_field_choice_toggle_item),
2233         (pdf_document_forms_form_field_choice_unselect_all),
2234         (pdf_document_forms_form_field_choice_set_text),
2235         (pdf_document_forms_form_field_choice_get_text):
2236         * backend/ps/ev-spectre.c: (ps_document_get_page),
2237         (ps_document_get_page_size), (ps_document_get_page_label),
2238         (ps_document_render), (ps_document_document_iface_init),
2239         (ps_document_file_exporter_do_page):
2240         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2241         (tiff_document_render), (tiff_document_render_pixbuf),
2242         (tiff_document_file_exporter_do_page):
2243         * backend/pixbuf/pixbuf-document.c:
2244         (pixbuf_document_get_page_size):
2245         * backend/comics/comics-document.c:
2246         (comics_document_get_page_size), (comics_document_render_pixbuf):
2247         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2248         (djvu_document_render), (djvu_selection_get_selected_text),
2249         (djvu_document_thumbnails_get_thumbnail),
2250         (djvu_document_file_exporter_do_page),
2251         (djvu_document_find_get_result):
2252         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2253         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2254         (dvi_document_thumbnails_get_thumbnail),
2255         (dvi_document_file_exporter_do_page):
2256         * backend/impress/impress-document.c:
2257         (impress_document_get_page_size),
2258         (impress_document_render_pixbuf):
2259         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2260
2261         Add EvPage so that we can hold a reference to the backend
2262         page. Form fields keep now a reference to the poppler page
2263         improving performance since we don't have to create/destroy the
2264         poppler field for every form operation. This will be needed for
2265         annotations too.
2266         
2267 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * data/evince-ui.xml:
2270         * shell/ev-window.c:
2271
2272         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2273         
2274 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * configure.ac:
2277         * backend/ps/Makefile.am:
2278
2279         Remove gs stuff from ps backend.
2280         
2281 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2282
2283         * configure.ac:
2284         * backend/pdf/ev-poppler.cc:
2285
2286         Bump poppler requirement to 0.8.0.
2287         
2288 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2289
2290         * NEWS:
2291         * configure.ac:
2292
2293         Update for release 2.22.1.1
2294
2295 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * configure.ac:
2298
2299         Fix build (again) when poppler version is 0.6
2300         
2301 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * backend/djvu/djvu-links.c: (build_tree):
2304
2305         Make sure link title is a valid utf8 string. Fixes bug #526517.
2306         
2307 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2308
2309         * configure.ac:
2310
2311         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2312         #526799.
2313         
2314 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2315
2316         * configure.ac:
2317         
2318         Update for release 2.22.1.
2319
2320 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2321
2322         * NEWS:
2323
2324         Update for upcoming release.
2325
2326 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * configure.ac:
2329         * backend/dvi/dvidocument.evince-backend.in:
2330
2331         Add compressed dvi to the list of supported mime types. Patch by
2332         Ed Catmur. Fixes bug #307087.
2333
2334 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2337
2338         Fix a crash when printing a range that doesn't specify the start or
2339         end page. Fixes bug #524288.
2340
2341 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * shell/ev-window.c: (ev_window_cmd_continuous),
2344         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2345         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2346         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2347         (ev_window_run_presentation), (ev_window_stop_presentation),
2348         (ev_window_cmd_view_presentation),
2349         (ev_window_cmd_leave_fullscreen),
2350         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2351
2352         Do not unfullscreen and fullscreen again the window when changing
2353         from fullscreen to presentation mode and vice versa. Fixes bug
2354         #524112.
2355         
2356 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2357
2358         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2359
2360         Do not crash when thumbnail failed to render in PS backend. Fixes
2361         bug #525015.
2362         
2363 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2366         (ev_window_load_file_remote), (ev_window_open_uri):
2367
2368         Handle errors when opening remote files.
2369         
2370 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2371
2372         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2373
2374         Only grab the focus for the current visible proxy widget. Fixes
2375         bug #521224.
2376         
2377 2008-03-30  Emil Soleyman  <emil@nishra.com>
2378
2379         * shell/ev-window.c: (launch_external_uri):
2380         
2381         Reuse g_app_info_launch_default_for_uri to
2382         save some code and fix bug #525009.
2383
2384 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2385
2386         * shell/ev-window.c (image_save_dialog_response_cb):
2387
2388         Use g_str_has_suffix. See bug #523069.
2389
2390 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2391
2392         * configure.ac:
2393
2394         Add a configure option to enable/diable DBus. Patch by Rémi
2395         Cardona. Fixes bug 521797.
2396
2397 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2400
2401         Fix printing in documents with rotated pages. Patch by Eugen
2402         Dedu. Fixes bug #512648.
2403         
2404 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2405
2406         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2407         (ev_link_from_action):
2408
2409         Fix warning messages.
2410         
2411 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2412
2413         * shell/ev-window.c: (image_save_dialog_response_cb):
2414
2415         Do not append the extension to filename when saving an image
2416         if the filename alredy contains the extension. Fixes bug #523069.
2417         
2418 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2419
2420         * shell/ev-view.[ch]: (ev_view_find_cancel):
2421         * shell/ev-window.c: (find_bar_close_cb):
2422
2423         Cancel the find operation when the find bar is closed. Fixes bug
2424         #508845.
2425         
2426 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2427
2428         * backend/ps/psdocument.evince-backend.in:
2429
2430         Make ps backend module resident. Fixes bug #520607.
2431         
2432 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2433
2434         * shell/ev-jobs.c: (ev_job_print_run):
2435
2436         Invert collate action in order to work as expected, fix reverse
2437         printing so that it doesn't start with a blank page and fix number
2438         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2439         
2440 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2441
2442         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2443
2444         Fix build with poppler <= 0.7.2
2445         
2446 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * libdocument/ev-document-misc.c:
2449         (ev_document_misc_surface_from_pixbuf):
2450
2451         Fix selections with poppler-splash.
2452         
2453 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2454
2455         * configure.ac:
2456         * backend/pdf/ev-poppler.cc:
2457
2458         Fix build with poppler >= 0.7.2
2459         
2460 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2461
2462         * configure.ac:
2463         
2464         Update for release 2.22.0
2465
2466 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * NEWS:
2469
2470         Update for upcoming release.
2471
2472 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2473
2474         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2475
2476         Bug 495107 – Handle print dialog responses correctly
2477
2478         Correctly handle print dialog response. Properly fixes
2479         the above mentioned bug.
2480
2481 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2482
2483         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2484
2485         Make sure print job is only run when the print button is
2486         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2487         
2488 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2489
2490         * backend/pdf/pdfdocument.evince-backend.in:
2491         * libdocument/ev-backends-manager.c:
2492         (ev_backends_manager_load_backend),
2493         (ev_backends_manager_get_document):
2494         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2495
2496         Allow making backend modules resident. This is needed only for
2497         some backends like pdf to avoid registering glib types more than
2498         once.
2499         
2500 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2501
2502         * backend/comics/comics-document.c:
2503         * backend/djvu/djvu-document.c:
2504         * backend/impress/impress-document.c:
2505         * backend/pdf/ev-poppler.cc:
2506         * backend/pixbuf/pixbuf-document.c:
2507         * backend/ps/ev-spectre.c:
2508         * backend/ps/ps-document.c:
2509         * backend/tiff/tiff-document.c:
2510         * libdocument/ev-document.h:
2511         * properties/ev-properties-main.c:
2512
2513         Use g_type_module_add_interface instead of
2514         g_type_add_interface_static. Fixes bug #519679.
2515         
2516 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2517
2518         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2519         Added. Returns whether the animation has everything necessary to run.
2520         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2521         is ready just because it's been created. Fixes #519106.
2522         (draw_one_page): Do not show the "Loading..." text in presentation
2523         mode, there was a slim probability that this could happen.
2524
2525 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2528
2529         Duplicate mime_type string before freeing it so that it doesn't
2530         always fail when getting mime type from uri. Fixes bug #518874.
2531         
2532 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2535
2536         Fix a crash when a choice form field doesn't have any item
2537         selected. Fixes bug #518831
2538         
2539 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2540
2541         * shell/ev-window.c (ev_window_clear_temp_file):
2542         Use g_file_has_prefix instead of renamed
2543         g_file_contains_file.
2544
2545         * configure.ac:
2546         Require new glib for above change.
2547         
2548 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2549
2550         * libdocument/ev-image.c: (ev_image_finalize),
2551         (ev_image_save_tmp):
2552
2553         Return a real uri instead of a filename when saving an
2554         image. Fixes images drag an drop from evince to nautilus. 
2555         
2556 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * backend/pdf/ev-poppler.cc:
2559         (pdf_document_images_get_image_mapping):
2560
2561         Return the image list in the right order. Fixes bug #516237.
2562         
2563 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2564
2565         * backend/impress/impress-document.c:
2566         (impress_document_thumbnails_get_thumbnail):
2567
2568         Remove unused variable to avoid a compiler warning.
2569
2570 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2571
2572         * configure.ac:
2573         
2574         Update for release 2.21.91.
2575
2576 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2577
2578         * configure.ac:
2579         * shell/Makefile.am:
2580         * shell/ev-application.[ch]:
2581         * shell/ev-sidebar-links.c:
2582         * shell/ev-utils.[ch]:
2583         * shell/ev-window.[ch]:
2584
2585         Remove libgnomeprint support. Fixes bug #512370.
2586         
2587 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2588
2589         * thumbnailer/evince-thumbnailer.c: (main):
2590
2591         Initialize glib type system before using it. Fixes bug #513934.
2592         
2593 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2594
2595         * properties/ev-properties-main.c:
2596
2597         Add missing #include.
2598         
2599 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2600
2601         * configure.ac:
2602         * backend/djvu/djvu-document.c: (djvu_document_render):
2603         * backend/tiff/tiff-document.c: (tiff_document_render):
2604
2605         Use the new cairo function cairo_format_stride_for_width when
2606         available. Fixes bug #482720.
2607
2608 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2611         (get_mime_type_from_data), (get_document_from_uri):
2612
2613         Use g_content_type_guess() only when slow is true in
2614         get_document_from_uri(). Fix several memory leaks.
2615         
2616 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2617
2618         * libdocument/ev-document-factory.c:
2619         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2620         (get_document_from_uri):
2621
2622         Use g_content_type_guess () to get mimetype for files.
2623         Bug #510401.
2624
2625 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2626
2627         * thumbnailer/Makefile.am:
2628
2629         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2630         
2631 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2632
2633         * configure.ac:
2634
2635         Fix build with --without-libgnome. Fixes bug #512771.
2636         
2637 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2638
2639         * backend/dvi/Makefile.am: Install only dvi
2640         module. Fixes bug #512718.
2641
2642 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2643
2644         * properties/ev-properties-main.c: (nautilus_module_initialize):
2645         
2646         Initialize backends in properties tab. Fixes bug
2647         #512720.
2648
2649 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2650
2651         * properties/Makefile.am: No need to link with 
2652         libraries. Fixes bug #512719.
2653
2654 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2655
2656         * NEWS:
2657         * configure.ac:
2658         
2659         Update for release 2.21.90.
2660
2661 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * shell/ev-window.c: (ev_window_cmd_escape):
2664
2665         Fix compile warning.
2666         
2667 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2668
2669         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2670
2671         Fix printing in dvi backend when filename contains white
2672         espaces. Fixes bug #502839.
2673         
2674 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2677         (screensaver_disable_x11):
2678         * shell/Makefile.am:
2679         * shell/xdg-user-dir-lookup.c: Removed
2680         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2681         * shell/ev-view.c: (ev_view_presentation_transition_start):
2682         * shell/ev-window.c: (ev_window_cmd_file_open),
2683         (ev_window_cmd_save_as), (presentation_set_timeout):
2684
2685         Remove #ifdefs that are no longer needed.
2686         
2687 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2688
2689         * shell/ev-view.[ch]: (ev_view_button_release_event),
2690         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2691         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2692         (ev_window_cmd_escape):
2693
2694         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2695         
2696 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2697
2698         * configure.ac:
2699         * backend/comics/comics-document.c: (comics_document_load):
2700         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2701         (ev_attachment_set_property), (ev_attachment_init),
2702         (ev_attachment_save), (ev_attachment_launch_app),
2703         (ev_attachment_open):
2704         * libdocument/ev-document-factory.c: (get_document_from_uri):
2705         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2706         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2707         * shell/ev-jobs.c:
2708         * shell/ev-password.c: (ev_password_dialog_set_property),
2709         (ev_password_dialog_save_password):
2710         * shell/ev-sidebar-attachments.c:
2711         (ev_sidebar_attachments_drag_data_get):
2712         * shell/ev-window-title.c: (get_filename_from_uri):
2713         * shell/ev-window.c: (ev_window_clear_temp_file),
2714         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2715         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2716         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2717         (launch_external_uri), (image_save_dialog_response_cb),
2718         (attachment_save_dialog_response_cb):
2719         * shell/main.c: (load_files), (load_files_remote), (main):
2720         * thumbnailer/evince-thumbnailer.c: (main):
2721
2722         Port to gio and drop gnome-vfs dependency. Fixes bug
2723         #510401. Based on patch by Cosimo Cecchi.
2724         
2725 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2726
2727         * NEWS:
2728
2729         Fixed formatting inconsistencies (spaces vs. tabs)
2730
2731 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2732
2733         * shell/ev-window.c:
2734
2735         Use top/up/bottom/down arrows instead of
2736         first/left/last/right in the toolbar and menu actions.
2737         This fixes issues with RTL languages and is visually
2738         consistent with the page view. Fixes bug #170081.
2739
2740 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2741
2742         * NEWS:
2743
2744         Fixed some inaccuracies pointed out by Carlos Garcia
2745         Campos.
2746
2747 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2748
2749         * NEWS:
2750         * data/evince.schemas.in:
2751         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2752
2753         Override PDF restrictions by default. Fixes bug #382700.
2754
2755 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2756
2757         * NEWS: Updated for upcoming release
2758
2759 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2760
2761         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2762
2763         Fix memory leak.
2764         
2765 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2766
2767         * shell/ev-window.c: (register_custom_actions):
2768         
2769         Added comment for translators
2770
2771 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2772
2773         * shell/ev-view.c: (ev_view_button_release_event):
2774
2775         Do not create the idle function for kinetic scrolling if we are
2776         not in a drag operation.
2777
2778 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2779
2780         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2781         (ev_view_button_press_event), (ev_view_motion_notify_event),
2782         (ev_view_button_release_event):
2783
2784         Restore cursor after autoscrolling. Fixes bug #509958.
2785
2786 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2787
2788         * configure.ac:
2789         * backend/pdf/ev-poppler.cc:
2790         (pdf_document_images_get_image_mapping),
2791         (pdf_document_images_get_image),
2792         (pdf_document_document_images_iface_init):
2793         * libdocument/ev-document-images.[ch]:
2794         (ev_document_images_get_image_mapping),
2795         (ev_document_images_get_image):
2796         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2797         (ev_image_get_id), (ev_image_save_tmp):
2798         * shell/ev-jobs.c: (ev_job_render_run):
2799         * shell/ev-view.c: (ev_view_drag_data_get):
2800         * shell/ev-window.c: (image_save_dialog_response_cb),
2801         (ev_view_popup_cmd_copy_image):
2802
2803         Do not render images when rendering the page but on demand. It
2804         reduces the memory comsumption.
2805         
2806 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2807
2808         * configure.a:
2809         * shell/ev-password.c:
2810
2811         Make gnome-keyring optional. Fixes bug #509676.
2812         
2813 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2814
2815         * shell/ev-pixbuf-cache.c: (add_job):
2816
2817         Initialize include_images variable as FALSE instead of TRUE.
2818         
2819 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2820
2821         * configure.ac:
2822         * cut-n-paste/Makefile.am:
2823         * cut-n-paste/fileformatchooser/Makefile.am:
2824         * cut-n-paste/fileformatchooser/egg-macros.h:
2825         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2826         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2827         * shell/Makefile.am:
2828         * shell/ev-utils.c:
2829         (file_chooser_dialog_add_writable_pixbuf_formats),
2830         (get_gdk_pixbuf_format_by_extension):
2831         * shell/ev-utils.h:
2832         * shell/ev-window.c: (ev_window_error_message),
2833         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2834         
2835         Simplify image format selection on save.
2836
2837 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2838
2839         * shell/ev-view.c: (ev_view_scroll_event):
2840         
2841         Repair gorizontal scrolling with shift. Fixes
2842         bug #483412.
2843
2844 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2845         
2846         * MAINTAINERS:
2847
2848         Fix formatting issues.
2849         
2850 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2851
2852         * backend/comics/comics-document.c: (comics_regex_quote):
2853         
2854         Don't overquote special chars except of '. See bug 
2855         502500. Thanks to Tom Parker.
2856
2857 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2858
2859         * MAINTAINERS:
2860         
2861         Added Nickolay and Carlos, since they're doing most of
2862         the releases nowadays.
2863
2864 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2865
2866         * properties/Makefile.am:
2867
2868         Get the nautilus extension dir properly instead of using
2869         a hack. Fixes bug #505359.
2870
2871 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2872
2873         * properties/Makefile.am:
2874         
2875         Install nautilus extension into new place. See bug
2876         #505359. Thanks to Matthias Clasen, Brian Pepple and
2877         Damien Carbery.
2878
2879 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2880
2881         * shell/ev-window.c: (ev_window_get_recent_file_label):
2882         
2883         RTL marker in recent file list. See bug #509076.
2884
2885 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2886
2887         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2888         * shell/ev-window.c: (image_save_dialog_response_cb):
2889
2890         Fix compile warnings due to unused variables.
2891         
2892 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2893
2894         * configure.ac:
2895         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2896         * backend/ps/ev-spectre.c: (ps_document_render):
2897
2898         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2899
2900 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2901
2902         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2903         (ev_transition_animation_paint): Implement "fade" effect.
2904
2905 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2906
2907         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2908         (ev_transition_animation_paint): Implement "uncover" effect.
2909
2910 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2911
2912         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2913         (ev_transition_animation_paint): Implement "cover" effect.
2914
2915 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2916
2917         * shell/ev-transition-animation.c (ev_transition_animation_push)
2918         (ev_transition_animation_paint): Implement "push" effect.
2919
2920 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2921
2922         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2923         (ev_transition_animation_paint): Implement "dissolve" effect.
2924
2925 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2926
2927         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2928         (ev_transition_animation_paint): Implement "wipe" effect.
2929
2930 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2931
2932         * shell/ev-transition-animation.c (ev_transition_animation_box)
2933         (ev_transition_animation_paint): Implement "box" effect.
2934
2935 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2936
2937         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2938         (ev_transition_animation_paint): Implement "blinds" effect.
2939
2940 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2941
2942         * shell/ev-transition-animation.c (ev_transition_animation_split)
2943         (ev_transition_animation_paint): Implement "split" effect.
2944
2945 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2946
2947         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2948         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2949         (ev_view_transition_animation_start) 
2950         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2951         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2952         (ev_view_next_page) (ev_view_previous_page):
2953         
2954         Use EvTransitionAnimation to drive page changes in the presentation
2955         mode, the animation will wait to start until both the origin and 
2956         destination page surfaces are available. Fixes #458460.
2957
2958         (draw_loading_text):
2959
2960         Remove workaround for bug #320352, it's now fixed properly.
2961
2962
2963 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2964
2965         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2966         will contain the implementations for page transition animations, at
2967         the moment it just has the "replace" effect.
2968         * shell/Makefile.am: Added these files to build.
2969
2970 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2971
2972         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2973         animations.
2974         * shell/Makefile.am: Added these files to build.
2975
2976 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2977
2978         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2979         implementation to get_effect() in EvDocumentTransitionIface.
2980
2981 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2982
2983         * libdocument/ev-transition-effect.[ch]: New files, define a page
2984         transition effect, at the moment it maps PopplerPageTransition to a
2985         GObject.
2986         * libdocument/Makefile.am: Added these files to build.
2987         * libdocument/ev-document-transition.[ch]
2988         (ev_document_transition_get_effect): New method, gets the
2989         EvTransitionEffect returned by the interface implementation, with
2990         fallback to the "replace" effect.
2991
2992 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2993
2994         * configure.ac:
2995         * cut-n-paste/Makefile.am:
2996         * cut-n-paste/fileformatchooser/Makefile.am:
2997         * cut-n-paste/fileformatchooser/egg-macros.h:
2998         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2999         * shell/Makefile.am:
3000         * shell/ev-window.c: (image_save_dialog_response_cb),
3001         (ev_view_popup_cmd_save_image_as):
3002
3003         Allow exporting images in any format supported by
3004         GdkPixbuf. Fixes bug #500209.
3005         
3006 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3007
3008         * backend/pixbuf/pixbuf-document.c:
3009
3010         More warnings fixed.
3011         
3012 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3013
3014         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3015         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3016         * backend/djvu/djvu-text.h:
3017         * backend/tiff/tiff-document.c: (tiff_document_render):
3018
3019         Fix compile warnings.
3020         
3021 2007-12-28  Christian Persch  <chpe@gnome.org>
3022
3023         * **/*.c: Include config.h. Bug #504721.
3024
3025 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3026
3027         * configure.ac:
3028         * Makefile.am:
3029         * po/POTFILES.in:
3030         * backend/comics/Makefile.am:
3031         * backend/comics/comics-document.[ch]:
3032         * backend/comics/comicsdocument.evince-backend.in:
3033         * backend/djvu/Makefile.am:
3034         * backend/djvu/djvu-document.[ch]:
3035         * backend/djvu/djvudocument.evince-backend.in:
3036         * backend/dvi/Makefile.am:
3037         * backend/dvi/dvi-document.[c]:
3038         * backend/dvi/dvidocument.evince-backend.in:
3039         * backend/impress/Makefile.am:
3040         * backend/impress/impress-document.[ch]:
3041         * backend/impress/impressdocument.evince-backend.in:
3042         * backend/pdf/Makefile.am:
3043         * backend/pdf/ev-poppler.cc:
3044         * backend/pdf/ev-poppler.h:
3045         * backend/pdf/pdfdocument.evince-backend.in:
3046         * backend/pixbuf/Makefile.am:
3047         * backend/pixbuf/pixbuf-document.[ch]:
3048         * backend/pixbuf/pixbufdocument.evince-backend.in:
3049         * backend/ps/Makefile.am:
3050         * backend/ps/ev-spectre.[ch]:
3051         * backend/ps/ps-document.[ch]:
3052         * backend/ps/psdocument.evince-backend.in:
3053         * backend/tiff/Makefile.am:
3054         * backend/tiff/tiff-document.[ch]:
3055         * backend/tiff/tiffdocument.evince-backend.in:
3056         * libdocument/Makefile.am:
3057         * libdocument/ev-backends-manager.[ch]:
3058         * libdocument/ev-module.[ch]:
3059         * libdocument/ev-document.h:
3060         * libdocument/ev-document-factory.[ch]:
3061         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3062         (get_compression_from_mime_type), (get_document_from_uri),
3063         (ev_document_factory_get_document), (file_filter_add_mime_types),
3064         (ev_document_factory_add_filters):
3065         * shell/Makefile.am:
3066         * shell/ev-window-title.c: (get_filename_from_uri):
3067         * shell/main.c: (main):
3068         * thumbnailer/Makefile.am:
3069         * thumbnailer/evince-thumbnailer.c: (main):
3070
3071         Plugin system for backends. Fixes bug #351348.
3072         
3073 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3074
3075         * shell/ev-view-private.h:
3076         * shell/ev-view.c: (ev_view_drag_update_momentum),
3077         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3078         (ev_view_button_release_event), (ev_view_destroy):
3079         
3080         Kinetic scrolling implemented as requested in
3081         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3082
3083 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3084
3085         * data/evince-toolbar.xml:
3086         * data/evince-ui.xml:
3087         * shell/ev-view-private.h:
3088         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3089         (ev_view_button_press_event), (ev_view_motion_notify_event),
3090         (ev_view_button_release_event), (ev_view_init),
3091         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3092         (ev_view_set_cursor):
3093         * shell/ev-view.h:
3094         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3095         (ev_window_cmd_view_autoscroll):
3096         
3097         Autoscroll feature with the context menu. Fixes bug 
3098         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3099
3100 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3101
3102         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3103
3104         Disconnect also page-ready signal when removing a job because the
3105         page size has changed. Thanks to kripken
3106         <kripkensteiner@gmail.com>.
3107
3108 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3109
3110         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3111         
3112         Scroll pages in page entry with mouse wheel. Fixes bug
3113         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3114
3115 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3116
3117         * backend/dvi/Makefile.am:
3118         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3119         (mdvi_cairo_device_init):
3120         * backend/dvi/mdvi-lib/common.h:
3121         * backend/dvi/mdvi-lib/mdvi.h:
3122         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3123         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3124         (mdvi_build_path_from_cwd):
3125
3126         Add ps specials support in dvi backend when libspectre is
3127         present. Fixes bug #386005.
3128         
3129 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3130
3131         * configure.ac:
3132         * backend/ps/Makefile.am:
3133         * backend/ps/ev-spectre.[ch]:
3134         
3135         Use libspectre, if available, for the ps backend. Fixes bugs
3136         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3137
3138 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3139         
3140         * backend/comics/comics-document.c: (comics_document_load):
3141         
3142         Cygwin build issue fix.
3143
3144 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3145
3146         * shell/ev-view.c: (ev_view_set_zoom):
3147
3148         Do not limit the minimum zoom factor when sizing mode is best bit
3149         or fit width. Fixes bug #503805.
3150         
3151 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3152
3153         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3154         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3155         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3156         (ev_link_dest_get_property), (ev_link_dest_set_property),
3157         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3158         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3159         (ev_link_dest_new_fitr):
3160         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3161         (goto_fith_dest), (goto_xyz_dest):
3162
3163         Do not change left, top and zoom values when they are null in PDF
3164         destinations. Fixes bug #460658.
3165         
3166 2007-12-10  Christian Persch  <chpe@gnome.org>
3167
3168         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3169         (ev_view_accessible_class_init),
3170         (ev_view_accessible_idle_do_action),
3171         (ev_view_accessible_action_do_action),
3172         (ev_view_accessible_action_get_description),
3173         (ev_view_accessible_action_set_description),
3174         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3175         (ev_view_accessible_factory_init),
3176         (ev_view_accessible_factory_get_accessible_type):
3177         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3178         private data, and G_DEFINE_TYPE. Bug #502843.
3179
3180 2007-12-08  Christian Persch  <chpe@gnome.org>
3181
3182         * shell/ev-metadata-manager.c: (item_free),
3183         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3184         (value_free), (parse_value), (parseItem),
3185         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3186         (save_values): Use GSlice to allocate small amounts of memory. Bug
3187         #475972.
3188
3189 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3190
3191         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3192
3193         Restore cursor to normal after a drag operation. Fixes bug
3194         #501603.
3195         
3196 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3197
3198         * NEWS:
3199         * configure.ac:
3200         
3201         Update for release 2.21.1
3202
3203 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3204
3205         * configure.ac:
3206         * cut-n-paste/gedit-message-area/Makefile.am:
3207         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3208         * shell/Makefile.am:
3209         * shell/ev-message-area.[ch]:
3210         * shell/ev-window.c: (ev_window_set_message_area),
3211         (ev_window_error_message_response_cb), (ev_window_error_message),
3212         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3213         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3214         (ev_attachment_popup_cmd_open_attachment),
3215         (attachment_save_dialog_response_cb), (ev_window_set_document),
3216         (ev_window_init):
3217
3218         Use a message area instead of a popup dialog for error
3219         notifications. Fixes bug #337495.
3220         
3221 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3224         (ev_window_run_fullscreen):
3225
3226         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3227         
3228 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3229
3230         * ev-sidebar-thumbnails.c: (update_visible_range),
3231         (ev_sidebar_thumbnails_refresh),
3232         (ev_sidebar_thumbnails_set_document),
3233         (ev_sidebar_thumbnails_support_document):
3234
3235         Show thumbnails for documents with one page. Fixes bug #358751.
3236         
3237 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3238
3239         * shell/ev-window.c:
3240         (ev_window_load_print_settings_from_metadata),
3241         (ev_window_save_print_settings), (ev_window_print_finished),
3242         (ev_window_print_range):
3243
3244         Print settings that are specific to the document are now saved per
3245         document in the metadata file. Fixes bug #488806.
3246         
3247 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3248
3249         * backend/tiff/tiff-document.c: (tiff_document_render):
3250
3251         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3252         
3253 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * shell/ev-application.[ch]: (get_find_string_from_args),
3256         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3257         (ev_application_open_uri_list):
3258         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3259         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3260         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3261         (ev_window_cmd_recent_file_activate),
3262         (ev_window_open_recent_action_item_activated),
3263         (ev_window_print_send), (open_remote_link):
3264         * shell/main.c: (arguments_parse):
3265
3266         Add a command line option for search. Fixes bug #497710.
3267         
3268 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3269
3270         * shell/ev-jobs.c: (ev_job_print_new):
3271
3272         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3273         
3274 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3275
3276         * data/evince-toolbar.xml:
3277         * shell/Makefile.am:
3278         * shell/ev-application.c: (ev_application_init):
3279         * shell/ev-open-recent-action.[ch]:
3280         * shell/ev-window.c:
3281         (ev_window_open_recent_action_item_activated),
3282         (register_custom_actions):
3283
3284         Add an expander to the open toolbar item which pops up a dropdown
3285         menu with the recently used documents. Fixes bug #487215.
3286         
3287 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3288
3289         * shell/ev-window.c: (ev_window_open_uri),
3290         (ev_window_cmd_view_reload):
3291
3292         Do not jump to the first page when reloading by running evince
3293         from the command line. Fixes bug #490847.
3294         
3295 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3296
3297         * shell/ev-window.c: (ev_window_cmd_help_contents):
3298
3299         Plugged memory leak when help file is not found. Fixes bug
3300         #490762.
3301         
3302 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3303
3304         * configure.ac:
3305
3306         Enable djvu, dvi and comics backends by default. Fixes bug
3307         #437121.
3308         
3309 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3310
3311         * configure.ac:
3312         * cut-n-paste/Makefile.am:
3313         * cut-n-paste/recent-files/*: Removed
3314         * help/reference/Makefile.am:
3315         * shell/Makefile.am:
3316         * shell/ev-application.[ch]: (ev_application_shutdown),
3317         (ev_application_init):
3318         * shell/ev-window.c: (ev_window_add_recent),
3319         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3320
3321         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3322         
3323 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3324
3325         * shell/ev-window.c: (launch_external_uri):
3326
3327         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3328         and report error if the URL is not supported (#489910).
3329
3330 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3331
3332         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3333         (pdf_document_file_exporter_begin_page),
3334         (pdf_document_file_exporter_end_page):
3335
3336         Fix printing with poppler splash backend. Fixes bug #489774.
3337         
3338 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3341         * shell/ev-print-job.c: (ev_print_job_class_init):
3342
3343         Fix a crash when printing with the gnome-print dialog. Fixes bug
3344         #488939.
3345         
3346 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3347
3348         * backend/pixbuf/pixbuf-document.c:
3349
3350         Fix an implicit function definition warning (#487655)
3351
3352 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3353
3354         * shell/ev-window.c:
3355
3356         Fix conflicting shortcut for view sade pane and presentation.
3357         
3358 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * backend/pdf/ev-poppler.cc:
3361         (pdf_document_file_exporter_begin_page),
3362         (pdf_document_file_exporter_do_page),
3363         (pdf_document_file_exporter_end_page),
3364         (pdf_document_file_exporter_iface_init):
3365         * libdocument/ev-file-exporter.[ch]:
3366         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3367         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3368         (ev_job_print_run):
3369
3370         When printing multiple pages per sheet in reverse option, do not
3371         invert the order of the pages in every sheet, but the order of the
3372         sheets. Do not print blank pages when page range is invalid. Fixes
3373         bugs #484857 and #485521.
3374         
3375 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3376
3377         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3378         (ev_job_print_run):
3379         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3380
3381         Respect ranges order when printing more than one range in random
3382         order.
3383         
3384 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3385
3386         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3387         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3388
3389         Rotate also the window icon when document is rotated. Fixes bug
3390         #474681.
3391         
3392 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3395         (pdf_document_forms_get_form_fields):
3396
3397         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3398         Matthias Drochner.
3399         
3400 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * configure.ac:
3403         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3404
3405         Use poppler_page_render_for_printing() instead of
3406         poppler_page_render() if available when exporting to a ps or pdf
3407         file. Fixes bug #476627.
3408         
3409 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3410
3411         * shell/ev-window.c: (ev_window_run_fullscreen):
3412
3413         Do not show the toolbar in fullscreen mode if the main toolbar is
3414         not visible. Fixes bug #483048.
3415         
3416 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3417
3418         * shell/ev-view.c: (ev_view_button_press_event):
3419
3420         Give priority to form fields over images when deciding whether a
3421         button press event is over an image or form field. It allows edit
3422         form fields when they are over a background image. Fixes bug
3423         #477841.
3424         
3425 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3426
3427         * NEWS:
3428         * configure.ac:
3429         
3430         Update for release 2.20.0
3431
3432 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3433
3434         * backend/pdf/ev-poppler.cc:
3435
3436         Remove #ifdef HAVE_FORMS, so that forms support works again.
3437
3438 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3439
3440         * configure.ac:
3441         * data/evince.desktop.in.in:
3442         
3443         Fixes desktop file issues. See bug #473471.
3444
3445 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3446
3447         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3448         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3449         (ev_job_queue_remove_job):
3450         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3451         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3452         * shell/ev-window.c: (ev_window_clear_save_job),
3453         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3454         (ev_window_dispose):
3455
3456         Move save a copy task to its own job so that it's carried out in a
3457         thread avoiding another lock in the main thread. Use
3458         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3459         can be saved to a pathin another file system. Fixes bug #456891.
3460         
3461 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3462
3463         * NEWS:
3464         * configure.ac:
3465         
3466         Update for release 2.19.92
3467
3468 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3469
3470         * configure.ac:
3471         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3472         (pdf_selection_get_selection_region),
3473         (pdf_selection_get_selection_map),
3474         (ev_form_field_from_poppler_field):
3475
3476         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3477         and triple click selections are enabled again now.
3478
3479 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3480
3481         * shell/ev-window.c: (ev_window_add_history):
3482
3483         Make sure not to use the history with documents not supporting
3484         links. Fixes bug #468954.
3485
3486 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3487
3488         * shell/ev-window.c: (ev_window_load_job_cb):
3489
3490         Restart the search when reloading a document with the find bar
3491         visible. Fixes bug #461962.
3492
3493 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3494
3495         * shell/ev-window.c: (setup_document_from_metadata),
3496         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3497
3498         Do not jump to the first page when reloading a document from the
3499         last page.
3500
3501 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3502
3503         * shell/ev-window.c: (update_chrome_flag),
3504         (setup_sidebar_from_metadata),
3505         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3506         (ev_window_cmd_edit_find_next),
3507         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3508         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3509         (find_bar_close_cb), (view_actions_focus_in_cb):
3510
3511         Do not update visibility when changing a chrome flag so that it's
3512         possible to update several flags and update visibility only once
3513         for all of them.
3514
3515 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3516
3517         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3518
3519         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3520         supported by gtk+. Fixes bug #460907.
3521
3522 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3523
3524         * shell/ev-view.c: (view_update_range_and_current_page):
3525
3526         Make sure current-page <= end-page in continuous mode. Fixes bug
3527         #454950.
3528
3529 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3530
3531         * backend/pdf/ev-poppler.cc: (build_tree):
3532
3533         Ignore outline items without a title. Fixes bug #453913.
3534
3535 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3536
3537         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3538         (ev_view_button_release_event), (ev_view_leave_notify_event):
3539
3540         Use always drag mouse cursor during a drag operation. Fixes bug
3541         #470564.
3542
3543 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3544
3545         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3546         (pdf_selection_get_selection_region),
3547         (pdf_selection_get_selection_map):
3548
3549         Temporarily disable double and triple selections since it depends on
3550         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3551         released and the update of the external dependency minimal version
3552         approved.
3553
3554 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3555
3556         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3557         (pdf_document_file_exporter_do_page):
3558         * libdocument/ev-file-exporter.h:
3559         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3560         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3561
3562         Actually fix printing regressions. Remove orientation from
3563         EvPrintContext since it's redundant.
3564
3565 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3566
3567         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3568         * backend/impress/impress-document.c:
3569         (impress_document_document_iface_init):
3570         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3571         * backend/djvu/djvu-document.c:
3572         (djvu_document_document_iface_init),
3573         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3574         * backend/tiff/tiff-document.c:
3575         (tiff_document_document_iface_init):
3576         * backend/pixbuf/pixbuf-document.c:
3577         (pixbuf_document_document_iface_init):
3578         * backend/comics/comics-document.c:
3579         (comics_document_document_iface_init):
3580         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3581         (pdf_selection_render_selection),
3582         (pdf_selection_get_selected_text),
3583         (pdf_selection_get_selection_region),
3584         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3585         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3586         (ev_selection_get_selection_region),
3587         (ev_selection_get_selection_map):
3588         * libdocument/ev-document.[ch]:
3589         * shell/ev-pixbuf-cache.[ch]: (add_job),
3590         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3591         * shell/ev-view-private.h:
3592         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3593         (ev_job_render_run):
3594         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3595         * shell/ev-view.c: (start_selection_for_event),
3596         (ev_view_button_press_event), (ev_view_drag_data_get),
3597         (ev_view_drag_data_received), (ev_view_button_release_event),
3598         (compute_new_selection_text), (compute_selections),
3599         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3600         (ev_view_primary_get_cb):
3601
3602         Add support for double and triple click selections.
3603
3604 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3605
3606         * NEWS:
3607         * configure.ac:
3608
3609         Update for release 2.19.4
3610
3611 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3612
3613         * shell/ev-view-private.h:
3614         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3615         (ev_view_set_highlight_search):
3616         * shell/ev-view.h:
3617         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3618         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3619         (find_bar_visibility_changed_cb):
3620         
3621         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3622
3623 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3624
3625         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3626         (pdf_document_file_exporter_begin),
3627         (pdf_document_file_exporter_do_page):
3628         * shell/ev-jobs.c: (ev_job_print_run):
3629         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3630
3631         Create always a portrait cairo surface and rotate when needed for
3632         landscape. It fixes printing problems in real printers.
3633
3634 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3635
3636         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3637         * libdocument/ev-file-exporter.[ch]:
3638         (ev_file_exporter_get_capabilities):
3639         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3640         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3641
3642         Adjust number of pages per row according to page orientation when
3643         printing 2 or 6 pages per sheet.
3644
3645 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3646
3647         * shell/ev-window.c: (ev_window_print_send):
3648
3649         Reset also cups setting to 1 when printing multiple pages per
3650         sheet. Fixes bug #468853.
3651
3652 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * libdocument/ev-document-misc.c:
3655         (ev_document_misc_surface_rotate_and_scale):
3656
3657         Use directly cairo_surface_get_content() when creating a similar
3658         surface as suggested by Jeff Muizelaar. Thanks again.
3659
3660 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3661
3662         * backend/djvu/djvu-document.c: (djvu_document_render):
3663         * backend/tiff/tiff-document.c: (tiff_document_render):
3664         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3665         * libdocument/ev-document-misc.c:
3666         (ev_document_misc_surface_from_pixbuf),
3667         (ev_document_misc_surface_rotate_and_scale):
3668
3669         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3670         creating page surfaces. Fixes bug #453123. Thank you very much to
3671         Jeff Muizelaar <jeff@infidigm.net>.
3672
3673 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3674
3675         * shell/ev-page-cache.c: (ev_page_cache_new),
3676         (ev_page_cache_get_thumbnail_size):
3677         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3678         (ev_sidebar_thumbnails_set_loading_icon):
3679
3680         Also store in page-cache the dimensions of the thumbnails so that
3681         they can be used to create the correct loading icon in the side
3682         pane. Fixes bug #466857.
3683
3684 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3685
3686         * backend/pdf/ev-poppler.cc:
3687         (pdf_document_thumbnails_get_thumbnail):
3688
3689         Fix thumbnails rotation in pdf documents that include embedded 
3690         thumbnails.
3691
3692 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3693
3694         * backend/pdf/ev-poppler.cc:
3695
3696         Don't use #ifdef in macro expansion. Some compilers don't
3697         like that. Closes bug #467042.
3698
3699 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3700
3701         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3702         
3703         Fixes memory leak in djvu backend.
3704
3705 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3706
3707         * data/icons/32x32/Makefile.am:
3708         * data/icons/32x32/actions/Makefile.am:
3709         * data/icons/32x32/actions/view-page-cont.svg:
3710         * data/icons/32x32/actions/view-page-facing.svg:
3711         * data/icons/48x48/Makefile.am:
3712         * data/icons/48x48/actions/Makefile.am:
3713         * data/icons/48x48/actions/view-page-cont.svg:
3714         * data/icons/48x48/actions/view-page-facing.svg:
3715         
3716         Icons for a new sizes.
3717
3718 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3719
3720         * shell/ev-page-cache.c: (build_height_to_page),
3721         (ev_page_cache_get_height_to_page):
3722         
3723         Fixes invalid read, see bug #466401.
3724
3725 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3726
3727         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3728         (set_drag_cursor):
3729         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3730         (configure_item_cursor), (new_pixbuf_from_widget):
3731
3732         Fix multihead problems in toolbar editor. Fixes bug #382055.
3733
3734 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3735
3736         * shell/ev-window.c: (ev_window_cmd_file_open),
3737         (ev_window_cmd_save_as):
3738
3739         Use g_get_user_special_dir when available instead of
3740         xdg_user_dir_lookup.
3741
3742 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3743
3744         * MAINTAINERS:
3745         
3746         Updated according to request on desktop-devel.
3747
3748 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3749
3750         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3751
3752         Do not use cairo_rectangle and cairo_clip since we are
3753         not using cairo_fill but cairo_paint. Use the same cairo context
3754         for every page in the same expose event.
3755
3756 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3757
3758         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3759         leak.
3760
3761 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3762
3763         * configure.ac:
3764         * NEWS:
3765
3766         Release 0.9.3
3767
3768 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3769
3770         * libdocument/ev-document-info.h:
3771         * libdocument/ev-document.h:
3772         * shell/ev-page-action.h:
3773         * shell/ev-sidebar-links.h:
3774
3775         Fix a headers problem with ev-link
3776         
3777         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3778         * shell/ev-view-private.h:
3779         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3780         (get_link_area), (ev_view_query_tooltip),
3781         (ev_view_leave_notify_event), (ev_view_destroy),
3782         (ev_view_class_init):
3783
3784         Use new gtk tooltips when available instead of ev-tooltip.
3785         
3786 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3787
3788         * shell/ev-window.c: (update_chrome_visibility),
3789         (ev_window_sidebar_visibility_changed_cb):
3790
3791         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3792         
3793 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3794
3795         * shell/ev-navigation-action.c:
3796         (ev_navigation_action_history_changed),
3797         (ev_navigation_action_set_history):
3798         * shell/ev-navigation-action-widget.c:
3799         (ev_navigation_action_widget_init):
3800         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3801
3802         Fix compile warnings.
3803         
3804 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3805
3806         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3807         (egg_editable_toolbar_dispose):
3808
3809         Fix memory leak.
3810         
3811 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3812
3813         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3814         (screensaver_disable_x11):
3815         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3816         * shell/ev-window.c: (presentation_set_timeout):
3817         * shell/ev-view.c: (ev_view_presentation_transition_start):
3818
3819         Use g_timeout_add_seconds instead of g_timeout_add when
3820         available.
3821         
3822 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3823
3824         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3825
3826         Set horizontal scrollbar policy to AUTOMATIC instead of
3827         NEVER. Workaround for bug #449462.
3828         
3829 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * shell/ev-jobs.c: (ev_job_render_page_ready):
3832
3833         Add page_ready callback to main loop with high priority and hold
3834         a reference to job during idle.
3835         
3836 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3837
3838         * configure.ac:
3839         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3840         (pdf_document_file_exporter_begin),
3841         (pdf_document_file_exporter_do_page),
3842         (pdf_document_file_exporter_get_capabilities):
3843         * libdocument/ev-file-exporter.h:
3844         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3845         * shell/ev-window.c: (ev_window_print_send),
3846         (ev_window_print_dialog_response_cb):
3847
3848         Allow printing multiple pages per sheet. Fixes bug #395573.
3849         
3850 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3851
3852         * shell/ev-view.c: (tip_from_link):
3853         
3854         Check for NULL, fixes bug #460862.
3855
3856 2007-07-29  Christian Persch  <chpe@gnome.org>
3857
3858         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3859         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3860         (ev_window_cmd_preview_print):
3861         
3862         Fixes bug #437681 - blocks while enumerating printers.
3863
3864 2007-07-29  Christian Persch  <chpe@gnome.org>
3865
3866         * shell/ev-window.c: (ev_window_screen_changed):
3867         
3868         Don't use deprecated gtk+ function. See bug #460909.
3869
3870 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3871
3872         * shell/ev-utils.c: (get_num_monitors):
3873         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3874
3875         Do not use display before initializing it. Remove compile
3876         warnings.
3877
3878 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3879
3880         * shell/ev-view.c: (ev_view_class_init):
3881         
3882         Unix-like hjkl bindings added. See bug #458111.
3883
3884 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3885
3886         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3887         * shell/ev-utils.h:
3888         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3889         (ev_view_update_view_size):
3890         * shell/ev-view.h:
3891         * shell/ev-window.c: (ev_window_update_actions),
3892         (setup_view_from_metadata), (ev_window_screen_changed),
3893         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3894         (zoom_control_changed_cb):
3895         * shell/ev-window.h:
3896         
3897         Reorganizes utility functions.
3898
3899 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3900
3901         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3902         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3903         (add_job), (ev_pixbuf_cache_get_surface),
3904         (ev_pixbuf_cache_get_link_mapping),
3905         (ev_pixbuf_cache_get_image_mapping),
3906         (ev_pixbuf_cache_get_form_field_mapping),
3907         (ev_pixbuf_cache_get_text_mapping):
3908         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3909         (notify_page_ready), (ev_job_render_page_ready),
3910         (ev_job_render_run):
3911
3912         Add page_ready signal to notify that page is ready as soon as
3913         possible even if other page elements like links, forms, images or
3914         text mapping are not ready yet.
3915
3916 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3917
3918         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3919         (dvi_document_file_exporter_do_page),
3920         (dvi_document_file_exporter_get_capabilities),
3921         (dvi_document_file_exporter_iface_init):
3922         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3923         (ps_document_file_exporter_do_page),
3924         (ps_document_file_exporter_get_capabilities),
3925         (ps_document_file_exporter_iface_init):
3926         * backend/djvu/djvu-document.c:
3927         (djvu_document_file_exporter_begin),
3928         (djvu_document_file_exporter_end),
3929         (djvu_document_file_exporter_get_capabilities),
3930         (djvu_document_file_exporter_iface_init):
3931         * backend/tiff/tiff-document.c:
3932         (tiff_document_file_exporter_begin),
3933         (tiff_document_file_exporter_get_capabilities),
3934         (tiff_document_document_file_exporter_iface_init):
3935         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3936         (pdf_document_file_exporter_do_page),
3937         (pdf_document_file_exporter_get_capabilities),
3938         (pdf_document_file_exporter_iface_init):
3939         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3940         (ev_file_exporter_get_capabilities):
3941         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3942         (idle_print_handler), (ev_print_job_print):
3943         * shell/ev-jobs.c: (ev_job_print_run):
3944         * shell/ev-window.c: (ev_window_print_send),
3945         (ev_window_print_range):
3946
3947         Use capabilities to know which options should be offered by the
3948         print dialog depending on the document backend.
3949
3950 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3951
3952         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3953
3954         Give priority to forms over text to set the cursor.
3955
3956 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3957
3958         * shell/ev-view-private.h:
3959         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3960         (ev_view_leave_notify_event), (ev_view_finalize),
3961         (ev_view_get_property), (ev_view_class_init):
3962
3963         Use IBEAM cursor for text form fields and NORMAL cursor for read
3964         only fields. Remove unused status attribute.
3965
3966 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3967
3968         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3969
3970         Update region for current selected items also for checkbox
3971         buttons, since they can behave as radio buttons when they are in a
3972         set.
3973
3974 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3975
3976         * configure.ac:
3977         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3978
3979         Get max length of text form fields.
3980
3981 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3982
3983         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3984         * libdocument/ev-form-field.h:
3985         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3986
3987         Fix build with current poppler cvs head.
3988
3989 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3990
3991         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3992         * shell/eggfindbar.c: (egg_find_bar_init):
3993
3994         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3995         deprecation. Fixes bug #455667
3996
3997 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3998
3999         * NEWS:
4000         * configure.ac:
4001         
4002         Update for release 0.9.2
4003
4004 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-view.c: (ev_view_form_field_text_save),
4007         (ev_view_form_field_choice_save):
4008
4009         Fix a crash when closing whith a form widget visible.
4010
4011 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4012
4013         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4014
4015         Update also the region of the current selected button when
4016         clicking on another button if they are radio buttons.
4017
4018 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4019
4020         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4021         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4022         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4023         (ev_pixbuf_cache_get_link_mapping),
4024         (ev_pixbuf_cache_get_image_mapping),
4025         (ev_pixbuf_cache_get_form_field_mapping),
4026         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4027         * shell/ev-view.c: (ev_view_form_field_get_region),
4028         (ev_view_form_field_button_create_widget),
4029         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4030         (job_finished_cb):
4031
4032         Redraw only form field region instead of the whole page when
4033         reloading a page to show changes on the form field.
4034
4035 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4036
4037         * shell/ev-view.c: (ev_view_form_field_choice_save):
4038
4039         Fix selection of first item in list form fields.
4040
4041 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4042
4043         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4044         (ev_pixbuf_cache_reload_page),
4045         (ev_pixbuf_cache_get_form_field_mapping):
4046
4047         Some refactoring to avoid duplicated code.
4048
4049 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4050
4051         * configure.ac:
4052         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4053         (ev_form_field_from_poppler_field),
4054         (pdf_document_forms_get_form_fields),
4055         (pdf_document_forms_form_field_text_get_text),
4056         (pdf_document_forms_form_field_text_set_text),
4057         (pdf_document_forms_form_field_button_set_state),
4058         (pdf_document_forms_form_field_button_get_state),
4059         (pdf_document_forms_form_field_choice_get_item),
4060         (pdf_document_forms_form_field_choice_get_n_items),
4061         (pdf_document_forms_form_field_choice_is_item_selected),
4062         (pdf_document_forms_form_field_choice_select_item),
4063         (pdf_document_forms_form_field_choice_toggle_item),
4064         (pdf_document_forms_form_field_choice_unselect_all),
4065         (pdf_document_forms_form_field_choice_set_text),
4066         (pdf_document_forms_form_field_choice_get_text),
4067         (pdf_document_document_forms_iface_init):
4068         * libdocument/Makefile.am:
4069         * libdocument/ev-form-field.[ch]:
4070         * libdocument/ev-document-forms.[ch]:
4071         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4072         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4073         (add_job), (ev_pixbuf_cache_reload_page),
4074         (ev_pixbuf_cache_get_form_field_mapping):
4075         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4076         * shell/ev-view-private.h:
4077         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4078         (ev_view_handle_cursor_over_xy),
4079         (ev_view_get_form_field_at_location),
4080         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4081         (ev_view_form_field_button_create_widget),
4082         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4083         (ev_view_form_field_text_create_widget),
4084         (ev_view_form_field_choice_save),
4085         (ev_view_form_field_choice_changed),
4086         (ev_view_form_field_choice_create_widget),
4087         (ev_view_handle_form_field), (ev_view_size_allocate),
4088         (ev_view_realize), (draw_end_presentation_page),
4089         (ev_view_button_press_event), (ev_view_remove_all),
4090         (ev_view_motion_notify_event), (ev_view_key_press_event),
4091         (ev_view_enter_notify_event), (highlight_find_results),
4092         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4093         (ev_view_class_init), (page_changed_cb),
4094         (on_adjustment_value_changed), (ev_view_set_presentation),
4095         (merge_selection_region), (ev_view_set_cursor),
4096         (ev_view_reset_presentation_state):
4097         
4098         Merge evince-forms branch.
4099
4100 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4101
4102         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4103
4104         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4105         This script also updates itself from libegg
4106
4107         * cut-n-paste/toolbar-editor/egg*:
4108         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4109         libegg
4110
4111 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4112
4113         * shell/ev-window.c:
4114         
4115         Adds a nice icon to page action during toolbar editing.
4116         See bug #452872.
4117
4118 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4119
4120         * data/evince-toolbar.xml:
4121         * shell/ev-window.c:
4122         
4123         Let user add a presentation and fullscreen icons on toolbar.
4124         See bug #449734.
4125
4126 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4127
4128         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4129
4130         new script to keep in sync with toolbareditor in libegg
4131
4132         * cut-n-paste/toolbar-editor/*: 
4133
4134         Run update-toolbareditor-from-libegg so we are in sync again. 
4135         Fixes bug #452850.
4136         
4137
4138 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4139
4140         * shell/ev-sidebar-links.c: (job_finished_callback):
4141
4142         Do not connect selection changed signal more than once. Fixes bug
4143         #349433.
4144
4145 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4146
4147         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4148
4149         Do not change sidebar chrome flag when pressing F9 key in
4150         presentation mode.
4151
4152 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4153
4154         * backend/pdf/ev-poppler.cc:
4155         (pdf_document_thumbnails_get_dimensions):
4156
4157         Make sure thumbnails width and height is not <= 0. Fixes a crash
4158         with some pdf documents which have really small pages.
4159
4160 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4161
4162         * shell/main.c: (main):
4163
4164         Fixes program description translation issue.
4165         Bug #450148.
4166
4167 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4168
4169         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4170
4171         Do not change current page when returning from black/white mode
4172         in presentation. Fixes bug #415032.
4173
4174 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4175
4176         * NEWS:
4177         * configure.ac:
4178         
4179         Update for release 0.9.1
4180
4181 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4182
4183         * backend/dvi/dvi-document.c:
4184         (dvi_document_finalize),
4185         (dvi_document_file_exporter_format_supported),
4186         (dvi_document_file_exporter_begin),
4187         (dvi_document_file_exporter_do_page),
4188         (dvi_document_file_exporter_end),
4189         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4190         
4191         PDF exporter for dvi documents. Fixes bug #441319.
4192
4193 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4194
4195         * shell/ev-window.c: (ev_window_clear_print_job):
4196
4197         Clear gtk print job when job has finished. Fixes bug #447612.
4198
4199 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4200
4201         * shell/ev-window.c: (ev_window_print_send),
4202         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4203
4204         Add preview button to print dialog. Fixes bug #445419.
4205
4206 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4207
4208         * backend/dvi/Makefile.am:
4209         * backend/dvi/pixbuf-device.[ch]: Removed
4210         * backend/dvi/cairo-device.[ch]: Added
4211         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4212         * backend/dvi/dvi-document.c: (dvi_document_load),
4213         (dvi_document_render), (dvi_document_finalize),
4214         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4215         (dvi_document_do_color_special):
4216         * libdocument/ev-document-misc.[ch]:
4217         (ev_document_misc_pixbuf_from_surface):
4218
4219         Port dvi backend to cairo and fix a problem with colors. 
4220
4221 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4222
4223         * shell/ev-view.c: (draw_one_page):
4224
4225         Draw only visible region.
4226
4227 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * backend/djvu/djvu-document.c: (djvu_document_render):
4230
4231         Fix rotation in djvu backend.
4232
4233 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4234
4235         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4236         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4237         (ev_pixbuf_cache_get_image_mapping),
4238         (ev_pixbuf_cache_get_text_mapping):
4239
4240         Redraw view every time we have a new surface. Fixes bug #443587.
4241
4242 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4243
4244         * libdocument/ev-document.c: (ev_document_info_free):
4245
4246         Fix memory leaks.
4247
4248 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4249
4250         * backend/dvi/dvi-document.c: (dvi_document_render),
4251         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4252         * backend/impress/impress-document.c:
4253         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4254         (impress_document_render), (impress_document_document_iface_init),
4255         (impress_document_thumbnails_get_thumbnail):
4256         * backend/djvu/djvu-document-private.h:
4257         * backend/djvu/djvu-document.c: (djvu_document_render),
4258         (djvu_document_finalize), (djvu_document_document_iface_init),
4259         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4260         * backend/tiff/tiff-document.c: (tiff_document_render),
4261         (tiff_document_render_pixbuf),
4262         (tiff_document_document_iface_init):
4263         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4264         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4265         (pdf_selection_render_selection):
4266         * backend/comics/comics-document.c:
4267         (comics_document_render_pixbuf), (comics_document_render),
4268         (comics_document_document_iface_init):
4269         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4270         (pixbuf_document_document_iface_init):
4271         * libdocument/ev-document-misc.[ch]:
4272         (ev_document_misc_surface_from_pixbuf),
4273         (ev_document_misc_surface_rotate_and_scale):
4274         * libdocument/ev-document.[ch]: (ev_document_render):
4275         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4276         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4277         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4278         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4279         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4280         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4281         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4282         (render_finished_cb), (ev_job_render_run):
4283         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4284         (merge_selection_region):
4285
4286         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4287         and selections.
4288
4289 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4290
4291         * shell/ev-window-title.c: (ev_window_title_update):
4292
4293         Fix memory leak.
4294
4295 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4296
4297         * shell/ev-view.c: (draw_loading_text):
4298
4299         Show loading text centered. Fixes bug #433061
4300
4301 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4302
4303         * shell/ev-sidebar-thumbnails.c:
4304         (ev_sidebar_thumbnails_set_loading_icon):
4305
4306         Remove a mutex in the main thread that blocks the UI in heavy
4307         documents.
4308
4309 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4310
4311         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4312
4313         Set points_set to TRUE so that selections don't disappear after a
4314         zoom change.
4315
4316 2007-06-07  Michael Monreal  <infernux@web.de>
4317
4318         * data/icons/16x16/actions/Makefile.am:
4319         * data/icons/16x16/actions/zoom.svg:
4320         * data/icons/22x22/actions/Makefile.am:
4321         * data/icons/22x22/actions/zoom.svg:
4322         * data/icons/24x24/actions/Makefile.am:
4323         * shell/ev-stock-icons.c:
4324         * shell/ev-stock-icons.h:
4325         * shell/ev-window.c:
4326         
4327         Zoom icon artwork. See bug #444795.
4328
4329 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4330
4331         * shell/ev-metadata-manager.c: Remove extraneous function
4332         (Closes: #444386)
4333
4334 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4335
4336         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4337         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4338         (ev_metadata_manager_set), (ev_metadata_manager_save):
4339         Simplify the timeout, no need for modified anymore
4340
4341 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4342
4343         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4344         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4345         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4346         (ev_metadata_manager_save): Adapted patch from Arjan van de
4347         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4348         time, saves on power (Closes: #443851)
4349
4350 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4351
4352         * configure.ac:
4353         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4354         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4355
4356         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4357
4358 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4359
4360         * shell/ev-window.c: (ev_window_add_history):
4361
4362         Check if history is NULL
4363
4364 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4365
4366         * libdocument/ev-image.c: (ev_image_finalize):
4367         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4368         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4369         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4370         (ev_tmp_uri_unlink):
4371
4372         Add functions to delete temporary files created by evince in a safe
4373         way.
4374
4375         * shell/ev-window.c: (ev_window_clear_local_uri),
4376         (open_xfer_update_progress_callback),
4377         (save_xfer_update_progress_callback), (ev_window_save_remote),
4378         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4379         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4380         (attachment_save_dialog_response_cb),
4381         (ev_attachment_popup_cmd_save_attachment_as):
4382
4383         Allow saving a copy of a document, image or attachment to a remote
4384         location. Fixes bug #440754. 
4385
4386 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4387
4388         * configure.ac:
4389         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4390
4391         Fix build with current poppler from cvs head. 
4392
4393 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4394
4395         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4396
4397         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4398         directory exists.
4399
4400 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4401
4402         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4403         * shell/ev-window.c:
4404
4405         Change sidebar ordering. Fixes bug #439939.
4406
4407 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4408
4409         * backend/comics/Makefile.am:
4410         
4411         Fixes build with --without-libgnome.
4412
4413 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4414         
4415         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4416
4417         Update cursor and tooltip on page change and view scroll. Fixes bug
4418         #439217.
4419
4420 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4421
4422         * NEWS:
4423         * configure.ac:
4424         
4425         Update for release 0.9.0
4426
4427 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4428
4429         * backend/djvu/djvu-document-private.h:
4430         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4431         (djvu_document_finalize),
4432         (djvu_document_file_exporter_format_supported),
4433         (djvu_document_file_exporter_begin),
4434         (djvu_document_file_exporter_do_page),
4435         (djvu_document_file_exporter_end),
4436         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4437         
4438         Implemented printing with djvu. Bug #437998.
4439
4440 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4441
4442         * backend/impress/zip.c:
4443         Add missing ulong definition.
4444
4445         * backend/ps/ps-interpreter.c:
4446         Add missing headers.
4447
4448         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4449
4450 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4451
4452         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4453
4454         Add missing call to parent class dispose method. 
4455
4456 2007-05-12  Ross Burton  <ross@openedhand.com>
4457
4458         * shell/main.c:
4459         Sync keybindings manually when building without libgnome
4460         (#437925).
4461
4462 2007-05-12  Ross Burton  <ross@openedhand.com>
4463
4464         * shell/ev-window.c:
4465         Respect the screen when opening help (#437866).
4466
4467 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4468
4469         * data/evince-ui.xml:
4470         * shell/ev-application.[ch]: (get_print_settings_from_args),
4471         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4472         (ev_application_open_uri_list):
4473         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4474         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4475         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4476         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4477         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4478         (ev_window_dispose):
4479         * shell/main.c: (arguments_parse):
4480
4481         Add print button in preview mode. Fixes bug #396475. 
4482
4483 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4484
4485         * cut-n-paste/zoom-control/ephy-zoom.h:
4486         
4487         Fixes zoom level factors. See bug #408119 for details.
4488
4489 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4490
4491         * backend/comics/comics-document.c: (comics_regex_quote),
4492         (extract_argv):
4493         
4494         Correctly quote symbols. Fixes crash in the bug
4495         #415370.
4496
4497 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4498
4499         * shell/ev-navigation-action-widget.c:
4500         (ev_navigation_action_widget_init),
4501         (ev_navigation_action_widget_class_init),
4502         (ev_navigation_action_widget_button_press_event):
4503         
4504         Connect to button-press event on correct widget. Fixes
4505         bug #431988
4506
4507 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4508
4509         * shell/ev-application.c: (ev_application_open_window),
4510         (ev_application_add_icon_path_for_screen),
4511         (ev_application_open_uri_at_dest):
4512         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4513         * shell/ev-navigation-action.c: (build_menu):
4514         
4515         Add app-specific icons to our icon theme. Fixes bug
4516         #425508.
4517
4518 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4519
4520         * shell/ev-history.c: (ev_history_class_init),
4521         (ev_history_add_link):
4522         * shell/ev-history.h:
4523         * shell/ev-navigation-action.c:
4524         (ev_navigation_action_history_changed),
4525         (ev_navigation_action_set_history), (build_menu),
4526         (ev_navigation_action_finalize):
4527         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4528         
4529         Make navigation action unsensitive instead of showing
4530         menu with unsensitive word. Fixes bug #417392.
4531
4532 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4533
4534         * shell/ev-application.[ch]: (ev_application_shutdown),
4535         (ev_application_get_print_settings),
4536         (ev_application_set_print_settings):
4537         * shell/ev-window.c:
4538
4539         Remember print settings. Fixes bug #349102. 
4540
4541 2007-05-08  Christian Persch  <chpe@gnome.org>
4542
4543         * configure.ac:
4544         * properties/ev-properties-view.c:
4545
4546         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4547         Bug #382438.
4548
4549 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4550
4551         * configure.ac:
4552         * properties/ev-properties-view.c: (ev_regular_paper_size):
4553
4554         Use gtk+ builtin paper list to identify the document's paper size.
4555         Fixes bug #382438. 
4556
4557 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4558
4559         * configure.ac:
4560
4561         Fix build when compiling with thumbnailer and libgnome support. 
4562
4563 2007-05-04  Ross Burton  <ross@openedhand.com>
4564
4565         * configure.ac:
4566         Add --without-libgnome, check for libgnome and libgnomeui
4567         separately, and add them to the symbols as required.
4568
4569         * libdocument/ev-file-helpers.c:
4570         When building without libgnome, use g_get_user_config_dir instead
4571         of gnome_user_dir_get.
4572
4573         * shell/ev-application.c:
4574         When building without libgnome, don't use session management.
4575
4576         * shell/main.c:
4577         When building without libgnome, don't use GnomeProgram or
4578         initialise the authentication manager.
4579
4580         This fixes #328842.
4581
4582 2007-05-04  Ross Burton  <ross@openedhand.com>
4583
4584         * shell/ev-window.c:
4585         Don't use libgnome to open help, instead call Yelp directly.
4586
4587 2007-05-04  Ross Burton  <ross@openedhand.com>
4588
4589         * shell/ev-sidebar-attachments.c:
4590         Don't use libgnome to lookup icons for MIME types, instead copy
4591         code from GTK+ to do it manually.
4592
4593 2007-05-04  Ross Burton  <ross@openedhand.com>
4594
4595         * configure.ac:
4596         Add libxml to the dependencies for SHELL_CORE (#435818).
4597
4598 2007-05-02  Ross Burton  <ross@openedhand.com>
4599
4600         * configure.ac:
4601         * Makefile.am:
4602         Add --disable-thumbnailer (#434825)
4603
4604 2007-05-02  Ross Burton  <ross@openedhand.com>
4605
4606         * shell/ev-window.c:
4607         Add missing includes, fix indentation.
4608
4609         * shell/main.c:
4610         Fix indentation.
4611
4612 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4613
4614         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4615         ev_application_open_uri_at_dest instead of ev_application_open_uri
4616         preventing new document always being opened in a new window even if there
4617         is an empty window.
4618
4619 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4620
4621         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4622         (egg_recent_view_uimanager_finalize):
4623         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4624         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4625         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4626         (ev_pixbuf_cache_dispose):
4627         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4628         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4629         
4630         Add missing chain to parent class methods. Fixes
4631         bug #433128.
4632
4633 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4634
4635         * data/Makefile.am (update-icon-cache): Updates
4636         gtk-update-icon-cache in uninstall-hook.
4637
4638 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4639
4640         * shell/ev-window.c: (ev_window_setup_document),
4641         (ev_window_set_document), (ev_window_load_job_cb):
4642         * shell/ev-view.c: (setup_caches):
4643         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4644
4645         Start rendering pages before any other jobs. 
4646
4647 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4648
4649         * shell/ev-window.c: (ev_window_stop_fullscreen),
4650         (ev_window_stop_presentation):
4651
4652         Update chrome visibility before window unfullscreen. 
4653
4654 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4655
4656         * data/Makefile.am:
4657         * data/evince-ui.xml:
4658         * shell/ev-stock-icons.[ch]:
4659         * shell/ev-application.[ch]: (ev_application_shutdown),
4660         (ev_application_init), (ev_application_get_toolbars_model):
4661         * shell/ev-window.c: (update_chrome_visibility),
4662         (fullscreen_toolbar_setup_item_properties),
4663         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4664         (ev_window_run_presentation), (ev_window_stop_presentation),
4665         (ev_window_run_preview), (ev_window_screen_changed),
4666         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4667         (ev_window_dispose), (ev_window_init):
4668
4669         Make fullscreen toolbar always visible. Do not use egg toolbars for
4670         fullscreen and preview modes since such toolbars are not editables.
4671         Fixes bugs #300278, #338910 and #316188.  
4672
4673 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4674
4675         * shell/ev-application.c:
4676         * shell/ev-job-queue.c:
4677         * shell/ev-metadata-manager.c:
4678         * shell/ev-stock-icons.c:
4679         * shell/ev-window.c:
4680         * shell/main.c:
4681         
4682         Developers documentation updated.
4683
4684 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4685
4686         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4687
4688         Check whether uri is valid before launching it. Fixes bug #427664.
4689
4690 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4691
4692         * shell/ev-window.c:
4693
4694         Change key accelerator for Open a Copy menu entry which is in conflict
4695         with Close. Fixes bug #427321.
4696
4697 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4698
4699         * NEWS:
4700         * configure.ac:
4701         
4702         Update for release 0.8.1
4703
4704 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4705
4706         * shell/ev-window.c: (setup_size_from_metadata):
4707         
4708         Do not make window bigger than screen. Fixes bug 
4709         #388985.
4710
4711 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4712
4713         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4714         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4715
4716         Use default resolution when it's not provided by document. Fixes bug
4717         #408762.
4718
4719 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4720
4721         * configure.ac:
4722         * thumbnailer/Makefile.am:
4723         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4724         * thumbnailer/evince-thumbnailer.schemas.in:
4725         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4726
4727         Add support for ps, eps and compressed documents thumbnails. Do not
4728         ignore size parameter. 
4729
4730 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4731
4732         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4733         (dvi_document_do_color_special):
4734         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4735
4736         Implement font color specials in the DVI backend. Fixes bug #303651.
4737
4738 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4739
4740         Fixup the previous commit:
4741
4742         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4743         * shell/xdg-user-dir-lookup.c: Make the function non-static
4744         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4745
4746 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4747
4748         * shell/ev-window.c (file_open_dialog_response_cb): Use
4749         the xdg-user-dirs DOCUMENTS folder as default folder when
4750         opening a file chooser.  (#424858)
4751
4752         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4753         xdg-user-dirs.
4754
4755 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4756
4757         * shell/ev-window.c: (ev_window_load_job_cb):
4758
4759         Do not setup view from metadata on preview mode. 
4760
4761 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4762
4763         * shell/main.c:
4764
4765         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4766
4767 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4768
4769         * shell/ev-view.c: (ev_view_primary_get_cb):
4770
4771         Check pointer != NULL before using it. Fixes bug #416841. 
4772
4773 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4774
4775         * NEWS:
4776         * configure.ac:
4777         
4778         Release 0.8.0
4779
4780 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4781
4782         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4783
4784         Do not render thumbnails when sidebar thumbnail page is not visible
4785         at startup. Fixes bug #416447. 
4786
4787 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4788
4789         * data/evince.desktop.in.in:
4790
4791         "Application" is not a valid category in the freedesktop specification.
4792
4793 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4794
4795         * libdocument/ev-file-helpers.[ch]: (compression_run),
4796         (ev_file_uncompress), (ev_file_compress):
4797         * shell/ev-window.c: (file_save_dialog_response_cb):
4798
4799         Save document compressed when saving a copy of a compressed document.
4800         Fixes bug #334542.
4801
4802 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4803
4804         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4805
4806         Allow deleting in goto window entry in presentation mode. 
4807
4808 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4809
4810         * Makefile.am: Dist MAINTAINERS.
4811
4812 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4813
4814         * shell/ev-window.c: (ev_window_update_actions):
4815
4816         Fix zoom shortcut keys when searching. Fixes bug #409828.
4817
4818 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4819
4820         * shell/ev-window.c: (ev_window_setup_document):
4821
4822         Fix crash when loading documents with only one page. 
4823
4824 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4825
4826         * backend/dvi/dvi-document.c:
4827         (dvi_document_thumbnails_get_dimensions),
4828         (dvi_document_thumbnails_get_thumbnail):
4829         * backend/impress/impress-document.c:
4830         (impress_document_thumbnails_get_thumbnail),
4831         (impress_document_thumbnails_get_dimensions):
4832         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4833         (ps_document_thumbnails_get_dimensions):
4834         * backend/djvu/djvu-document.c:
4835         (djvu_document_thumbnails_get_dimensions),
4836         (djvu_document_thumbnails_get_thumbnail):
4837         * backend/tiff/tiff-document.c:
4838         (tiff_document_thumbnails_get_thumbnail),
4839         (tiff_document_thumbnails_get_dimensions):
4840         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4841         (pdf_document_thumbnails_get_thumbnail),
4842         (pdf_document_thumbnails_get_dimensions):
4843         * backend/comics/comics-document.c:
4844         (comics_document_thumbnails_get_thumbnail),
4845         (comics_document_thumbnails_get_dimensions):
4846         * backend/pixbuf/pixbuf-document.c:
4847         (pixbuf_document_thumbnails_get_thumbnail),
4848         (pixbuf_document_thumbnails_get_dimensions):
4849         * libdocument/ev-document-thumbnails.[ch]:
4850         (ev_document_thumbnails_get_thumbnail),
4851         (ev_document_thumbnails_get_dimensions):
4852         * libdocument/ev-document-misc.[ch]:
4853         (ev_document_misc_get_thumbnail_frame):
4854         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4855         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4856         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4857         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4858         (ev_sidebar_thumbnails_refresh):
4859         * shell/ev-window.c: (ev_window_setup_document):
4860         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4861
4862         Use an EvRenderContext for rendering thumbnails instead of a suggested
4863         width, so that different sized pages get sized proportionally.
4864
4865 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4866
4867         * shell/ev-view.c: (ev_view_button_press_event),
4868         (ev_view_key_press_event):
4869
4870         Fix critical warnings when there is no document loaded. 
4871
4872 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4873
4874         * shell/ev-page-action-widget.c:
4875         * shell/ev-navigation-action.c:
4876         * shell/ev-window.c:
4877
4878         Fix compile warnings. 
4879
4880 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4881
4882         * backend/djvu/djvu-text.h:
4883         * backend/djvu/djvu-document.c:
4884         * backend/djvu/djvu-text-page.c:
4885         * backend/djvu/djvu-links.c:
4886         * backend/djvu/djvu-text-page.h:
4887         * backend/djvu/djvu-text.c:
4888         
4889         Fix build on Mac. Fixes bug #392186. Patch by
4890         <ephraim_owns@hotmail.com>
4891
4892 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4893
4894         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4895
4896         Restore cairo context before rendering every page when printing a PDF
4897         document into a PDF file. 
4898
4899 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4900
4901         * backend/ps/gstypes.h:
4902         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4903         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4904         (ps_document_thumbnails_get_thumbnail):
4905
4906         Handle PostScript page orientation. Fixes bug #318568.
4907
4908 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4909
4910         * backend/ps/Makefile.am:
4911         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4912         (document_load), (ps_document_load), (save_document),
4913         (save_page_list), (ps_document_get_n_pages),
4914         (ps_document_get_page_size), (ps_document_get_info),
4915         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4916         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4917         (ps_document_thumbnails_get_thumbnail),
4918         (ps_document_thumbnails_get_dimensions),
4919         (ps_document_document_thumbnails_iface_init):
4920         * backend/ps/ps.[ch]: (psgetpagebox):
4921         * backend/ps/ps-interpreter.[ch]:
4922
4923         Add support for thumbnails in ps backend. Fixes bug #164755. 
4924
4925 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4926
4927         * NEWS:
4928         * configure.ac:
4929         
4930         Release 0.7.2
4931
4932 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4933
4934         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4935         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4936         (ev_window_dispose):
4937
4938         Use document thumbnail as window icon. Fixes bug #384442.
4939
4940 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4941
4942         * configure.ac:
4943
4944         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4945         duplicated adding application/x-bzpostscript instead. 
4946
4947 2007-02-11  Tom Parker  <palfrey@tevp.net>
4948
4949         * backend/ps/ps-document.c: (document_load):
4950
4951         Check return value of psscan before trying
4952         to use it. Fixes bug #372414.
4953
4954 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4955
4956         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4957
4958         Fix invalid free in ev-page-cache. Fixes bug #404745.
4959
4960 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4961
4962         * test/Makefile.am:
4963         * test/test3.py:
4964         
4965         Added reload test case.
4966
4967 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4968
4969         * po/POTFILES.in:
4970         * backend/djvu/djvu-document.c: (djvu_document_load):
4971
4972         Check whether there are missing files in indirect multipage djvu
4973         documents. Fixes bug #361683. 
4974
4975 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4976
4977         * test/Makefile.am:
4978         * test/test-mime.bin:
4979         * test/test3.py:
4980         
4981         Added test for slow mime type
4982
4983 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4984
4985         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4986
4987         Add some checks and call parent_class->finalize. Fixes bug #404745.
4988
4989 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4990
4991         * shell/ev-navigation-action.c: (connect_proxy):
4992         
4993         Fixes dropdown history menu. Thanks a lot Carlos!
4994
4995 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4996
4997         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4998
4999         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5000         bug #373715.
5001
5002 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5003
5004         * backend/ps/ps.c: (psscan):
5005
5006         Fix memory leak. 
5007
5008 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5009
5010         * configure.ac:
5011         * libdocument/ev-file-helpers.c: 
5012
5013         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5014
5015 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5016
5017         * configure.ac:
5018         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5019         (ps_interpreter_start), (document_load), (save_document),
5020         (save_page_list):
5021         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5022         * libdocument/ev-document-factory.c:
5023         (ev_document_factory_get_from_mime), (get_document_from_uri),
5024         (free_uncompressed_uri), (ev_document_factory_get_document):
5025         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5026
5027         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5028
5029 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5030
5031         * libdocument/ev-document.h:
5032
5033         Fix typo in function name. 
5034
5035 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5036
5037         * backend/ps/ps-document.c: (ps_interpreter_finished),
5038         (ps_interpreter_start), (ps_interpreter_failed):
5039
5040         Handle ghostscript interpreter crashes. 
5041
5042 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5043
5044         * shell/ev-window.c: (ev_window_open_uri),
5045         (window_configure_event_cb):
5046
5047         Setup window size and position before showing it. Fixes bug #401711.
5048
5049 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5050
5051         * backend/ps/Makefile.am:
5052         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5053         (ps_document_dispose), (ps_document_class_init),
5054         (ps_interpreter_input), (ps_interpreter_output),
5055         (ps_interpreter_error), (setup_interpreter_env),
5056         (ps_interpreter_start), (ps_interpreter_stop),
5057         (ps_interpreter_failed), (ps_interpreter_is_ready),
5058         (check_filecompressed), (document_load), (ps_document_load),
5059         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5060         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5061         (render_page):
5062
5063         Rework ps-document. Code cleanups, remove deprecated code. 
5064
5065 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5066
5067         * shell/ev-view.c: (ev_view_button_press_event):
5068
5069         Do not start an image drag and drop operation when pointer is on 
5070         text, so that we can select text when the whole background is an
5071         image. 
5072
5073 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5074
5075         * shell/ev-window.c: (ev_window_update_actions): 
5076
5077         Disable all zoom related actions during presentation mode. 
5078
5079 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5080
5081         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5082
5083         Do not zoom in or out on presentation mode. Fixes bug #401305.
5084
5085 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5086
5087         * shell/ev-navigation-action.c: (connect_proxy),
5088         (create_menu_item), (ev_navigation_action_class_init):
5089         
5090         Correctly show menu and fix crash when navigaton 
5091         action is out of toolbar visible area.
5092
5093 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5094
5095         * data/Makefile.am:
5096         * data/evince.1:
5097         
5098         Added man file
5099
5100 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5101
5102         * help/reference/* :
5103         * configure.ac:
5104         
5105         Added gtk-doc based documentation for Evince.
5106         Still in initial state but I hope it will
5107         grow.
5108         
5109         * configure.ac:
5110         
5111         Lower dbus requirement to 0.70
5112
5113 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5114
5115         * shell/ev-window.c: (ev_window_add_history):
5116
5117         Fix memory leak. 
5118
5119 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5120
5121         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5122         * shell/ev-view.h:
5123         * shell/ev-window.c: (ev_window_add_history):
5124         
5125         Correctly handle named destination links
5126
5127 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5128
5129         * NOTES:
5130         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5131         * backend/pdf/ev-poppler.cc:
5132         * libdocument/ev-document-links.h:
5133         * libdocument/ev-link.c: (ev_link_get_page):
5134         * libdocument/ev-link.h:
5135         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5136         (ev_history_add_link):
5137         * shell/ev-history.h:
5138         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5139         (new_history_menu_item), (build_menu):
5140         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5141         * shell/ev-sidebar-links.c: (create_loading_model),
5142         (print_section_cb), (ev_sidebar_links_construct),
5143         (fill_page_labels), (update_page_callback_foreach),
5144         (update_page_callback), (job_finished_callback):
5145         * shell/ev-view.c: (ev_view_handle_link):
5146         * shell/ev-window.c: (ev_window_find_chapter),
5147         (ev_window_add_history), (view_handle_link_cb),
5148         (history_changed_cb):
5149         
5150         Implements another history variant
5151
5152 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5153
5154         * shell/ev-window.c: (view_external_link_cb):
5155         * shell/ev-view.c: (ev_view_button_release_event):
5156
5157         Open links in new window when clicking with middle button. 
5158
5159 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5160
5161         * shell/ev-navigation-action.c: (new_history_menu_item):
5162         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5163         * shell/ev-view.c: (ev_view_handle_link):
5164         * shell/ev-window.c:
5165         
5166         Store link before jump, not the destination. For me it 
5167         seems like more natural history behavior.
5168
5169 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5170
5171         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5172         (ev_navigation_action_class_init):
5173         * shell/ev-navigation-action.h:
5174         * shell/ev-page-action.c: (activate_cb):
5175         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5176         (ev_page_cache_set_current_page_history):
5177         * shell/ev-page-cache.h:
5178         * shell/ev-sidebar-thumbnails.c:
5179         (ev_sidebar_tree_selection_changed),
5180         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5181         * shell/ev-view-private.h:
5182         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5183         * shell/ev-view.h:
5184         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5185         (ev_window_setup_document), (ev_window_load_job_cb):
5186         * shell/ev-window.h:
5187         
5188         History finally works as expected.
5189
5190 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5191
5192         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5193
5194         Do not update links treeview if it doesn't have a model assigned yet. 
5195
5196 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5197
5198         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5199         (ev_sidebar_links_class_init), (update_page_callback):
5200
5201         Do not update links treeview when sidepane is not visible. 
5202
5203 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5204
5205         * shell/ev-marshal.list:
5206         * shell/ev-page-action.c: (activate_cb),
5207         (ev_page_action_class_init):
5208         * shell/ev-page-action.h:
5209         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5210         * shell/ev-window.c:
5211         
5212         Remove activate_link signal, not required.
5213
5214 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5215
5216         * shell/ev-navigation-action.c: (build_menu):
5217         
5218         Reorder menu items and build menu with fixed length.
5219
5220 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5221
5222         * shell/ev-view.c: (get_selected_text):
5223         
5224         Normalize text to fix ligatures problem. See bug
5225         #341947 for details.
5226
5227 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5228
5229         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5230
5231         Fix memory leak in ev-page-cache. 
5232
5233 2007-01-25  Tom Parker <palfrey@tevp.net>
5234
5235         * backend/impress/impress-document.c: (impress_document_load),
5236         (impress_document_finalize), (impress_document_init):
5237         * properties/ev-properties-main.c: (ev_properties_get_pages):
5238         
5239         Correctly handle impress document errors. Fixes nautilus
5240         crash in property page #370491.
5241
5242 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5243
5244         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5245         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5246         (ev_job_queue_remove_job):
5247         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5248         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5249         (ev_job_load_run):
5250         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5251         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5252         (ev_window_load_job_cb), (xfer_update_progress_callback),
5253         (ev_window_open_uri), (ev_window_dispose):
5254         * shell/main.c: (main):
5255
5256         Do file transfer asynchronously in the main thread instead of
5257         synchronously in the load thread. Fixes bugs #399694, #398307 and
5258         #343542.
5259
5260 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5261
5262         * shell/ev-jobs.c: (ev_job_xfer_run):
5263
5264         Load the document with the font-config lock held. 
5265
5266 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5267
5268         * backend/ps/ps-document.c: (start_interpreter):
5269
5270         Fix memory leaks in ps backend. 
5271
5272 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5273
5274         * backend/impress/impress-document.c:
5275         (impress_document_render_pixbuf):
5276
5277         Do not acquire fontconfig lock in impress backend, since it is using
5278         the main loop for rendering. 
5279
5280 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5281
5282         * po/POTFILES.in: 
5283
5284         Remove mdvi files that shouldn't be translated. 
5285
5286 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5287
5288         * shell/ev-view-private.h:
5289         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5290         (ev_view_set_zoom):
5291
5292         Render "loading..." text into a cairo surface instead of directly into
5293         the window so that fontconfig lock is only needed once and UI is not
5294         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5295
5296 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5297
5298         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5299         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5300
5301         Use icon theme associated with the window screen rather than default. 
5302
5303 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5304
5305         * configure.ac:
5306
5307         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5308
5309 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5310
5311         * data/icons/*/apps/evince.*:
5312
5313         Move Evince icons under new apps directory.
5314
5315         * data/icons/*/actions/*:
5316
5317         Add new custom themeable Evince icons: view-page-continuous, 
5318         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5319         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5320
5321         * configure.ac:
5322
5323         Add new directories to AC_CONFIG_FILES.
5324
5325         * shell/ev-stock-icons.c:
5326         * shell/ev-stock-icons.h:
5327
5328         Use new custom themeable icons.
5329
5330 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5331
5332         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5333
5334         Do not draw white background page in presentation mode. 
5335
5336 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5337
5338         * shell/ev-view.c: Remove unused gnome-vfs include.
5339
5340 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5341
5342         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5343         
5344         Format string is corrected, fixes bug #397129.
5345
5346 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5347
5348         * shell/ev-window.c: (ev_window_setup_recent):
5349
5350         Do not include in recent menu inexistent documents. Fixes
5351         bug #339171.
5352
5353 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5354
5355         * po/POTFILES.skip: 
5356
5357         Update POTFILES.skip file according to current source tree. 
5358
5359 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5360
5361         * shell/ev-window.c: (file_save_dialog_response_cb):
5362
5363         Do Save a copy in atomic way. Fixes bug #328266. 
5364
5365 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5366
5367         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5368
5369         Keep selected cell always visible in index treeview.
5370
5371 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5372         
5373         * shell/ev-view.c: (ev_view_size_allocate):
5374
5375         Restore horizontal scrollbar after switching to/from fullscreen
5376         or presentation mode. Fixes bug #331728.
5377
5378 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5379
5380         * shell/ev-view-private.h:
5381         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5382         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5383         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5384         (ev_view_can_zoom_out):
5385
5386         Use max and min scale values in the view iby taking dpi into account. 
5387
5388 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5389
5390         * configure.ac:
5391         * NEWS:
5392
5393         Release 0.7.1
5394
5395 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5396
5397         * shell/ev-window.c: (ev_window_print_send):
5398
5399         Send print job to printer with some settings set to default values,
5400         since we have already exported to a file according to such settings
5401         and they could be taken twice by some printers. 
5402
5403 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5404
5405         * shell/ev-jobs.c: (ev_job_xfer_run):
5406         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5407
5408         Show main window and load document with the font-config lock held. 
5409
5410 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5411
5412         * configure.ac:
5413         * shell/ev-application.c: (ev_application_register_service):
5414         * shell/main.c: (load_files_remote):
5415
5416         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5417
5418 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5419
5420         * doc/debugging.txt:
5421         
5422         Remove obsolete documentation.
5423
5424 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5425
5426         * Makefile.am:
5427         * backend/Makefile.am:
5428         * backend/comics/Makefile.am:
5429         * backend/djvu/Makefile.am:
5430         * backend/dvi/Makefile.am:
5431         * backend/ev-async-renderer.c:
5432         * backend/ev-async-renderer.h:
5433         * backend/ev-attachment.c:
5434         * backend/ev-attachment.h:
5435         * backend/ev-backend-marshal.c:
5436         * backend/ev-document-factory.c:
5437         * backend/ev-document-factory.h:
5438         * backend/ev-document-find.c:
5439         * backend/ev-document-find.h:
5440         * backend/ev-document-fonts.c:
5441         * backend/ev-document-fonts.h:
5442         * backend/ev-document-images.c:
5443         * backend/ev-document-images.h:
5444         * backend/ev-document-info.h:
5445         * backend/ev-document-links.c:
5446         * backend/ev-document-links.h:
5447         * backend/ev-document-misc.c:
5448         * backend/ev-document-misc.h:
5449         * backend/ev-document-security.c:
5450         * backend/ev-document-security.h:
5451         * backend/ev-document-thumbnails.c:
5452         * backend/ev-document-thumbnails.h:
5453         * backend/ev-document-transition.c:
5454         * backend/ev-document-transition.h:
5455         * backend/ev-document.c:
5456         * backend/ev-document.h:
5457         * backend/ev-file-exporter.c:
5458         * backend/ev-file-exporter.h:
5459         * backend/ev-image.c:
5460         * backend/ev-image.h:
5461         * backend/ev-link-action.c:
5462         * backend/ev-link-action.h:
5463         * backend/ev-link-dest.c:
5464         * backend/ev-link-dest.h:
5465         * backend/ev-link.c:
5466         * backend/ev-link.h:
5467         * backend/ev-render-context.c:
5468         * backend/ev-render-context.h:
5469         * backend/ev-selection.c:
5470         * backend/ev-selection.h:
5471         * backend/impress/Makefile.am:
5472         * backend/pdf/Makefile.am:
5473         * backend/pixbuf/Makefile.am:
5474         * backend/ps/Makefile.am:
5475         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5476         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5477         (start_interpreter), (stop_interpreter), (document_load),
5478         (ps_document_next_page), (render_page):
5479         * backend/tiff/Makefile.am:
5480         * comics/Makefile.am:
5481         * comics/comics-document.c:
5482         * comics/comics-document.h:
5483         * configure.ac:
5484         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5485         * djvu/Makefile.am:
5486         * djvu/djvu-document-private.h:
5487         * djvu/djvu-document.c:
5488         * djvu/djvu-document.h:
5489         * djvu/djvu-links.c:
5490         * djvu/djvu-links.h:
5491         * djvu/djvu-text-page.c:
5492         * djvu/djvu-text-page.h:
5493         * djvu/djvu-text.c:
5494         * djvu/djvu-text.h:
5495         * dvi/Makefile.am:
5496         * dvi/dvi-document.c:
5497         * dvi/dvi-document.h:
5498         * dvi/fonts.c:
5499         * dvi/fonts.h:
5500         * dvi/mdvi-lib/Makefile.am:
5501         * dvi/mdvi-lib/afmparse.c:
5502         * dvi/mdvi-lib/afmparse.h:
5503         * dvi/mdvi-lib/bitmap.c:
5504         * dvi/mdvi-lib/bitmap.h:
5505         * dvi/mdvi-lib/color.c:
5506         * dvi/mdvi-lib/color.h:
5507         * dvi/mdvi-lib/common.c:
5508         * dvi/mdvi-lib/common.h:
5509         * dvi/mdvi-lib/defaults.h:
5510         * dvi/mdvi-lib/dvimisc.c:
5511         * dvi/mdvi-lib/dviopcodes.h:
5512         * dvi/mdvi-lib/dviread.c:
5513         * dvi/mdvi-lib/files.c:
5514         * dvi/mdvi-lib/font.c:
5515         * dvi/mdvi-lib/fontmap.c:
5516         * dvi/mdvi-lib/fontmap.h:
5517         * dvi/mdvi-lib/fontsrch.c:
5518         * dvi/mdvi-lib/gf.c:
5519         * dvi/mdvi-lib/hash.c:
5520         * dvi/mdvi-lib/hash.h:
5521         * dvi/mdvi-lib/list.c:
5522         * dvi/mdvi-lib/mdvi.h:
5523         * dvi/mdvi-lib/pagesel.c:
5524         * dvi/mdvi-lib/paper.c:
5525         * dvi/mdvi-lib/paper.h:
5526         * dvi/mdvi-lib/pk.c:
5527         * dvi/mdvi-lib/private.h:
5528         * dvi/mdvi-lib/setup.c:
5529         * dvi/mdvi-lib/sp-epsf.c:
5530         * dvi/mdvi-lib/special.c:
5531         * dvi/mdvi-lib/sysdeps.h:
5532         * dvi/mdvi-lib/t1.c:
5533         * dvi/mdvi-lib/tfm.c:
5534         * dvi/mdvi-lib/tfmfile.c:
5535         * dvi/mdvi-lib/tt.c:
5536         * dvi/mdvi-lib/util.c:
5537         * dvi/mdvi-lib/vf.c:
5538         * dvi/pixbuf-device.c:
5539         * dvi/pixbuf-device.h:
5540         * impress/Makefile.am:
5541         * impress/common.h:
5542         * impress/document.c:
5543         * impress/f_oasis.c:
5544         * impress/f_oo13.c:
5545         * impress/iksemel.c:
5546         * impress/iksemel.h:
5547         * impress/imposter.h:
5548         * impress/impress-document.c:
5549         * impress/impress-document.h:
5550         * impress/internal.h:
5551         * impress/r_back.c:
5552         * impress/r_draw.c:
5553         * impress/r_geometry.c:
5554         * impress/r_gradient.c:
5555         * impress/r_style.c:
5556         * impress/r_text.c:
5557         * impress/render.c:
5558         * impress/render.h:
5559         * impress/zip.c:
5560         * impress/zip.h:
5561         * lib/Makefile.am:
5562         * lib/ev-debug.c:
5563         * lib/ev-debug.h:
5564         * lib/ev-file-helpers.c:
5565         * lib/ev-file-helpers.h:
5566         * lib/ev-gui.c:
5567         * lib/ev-gui.h:
5568         * lib/ev-tooltip.c:
5569         * lib/ev-tooltip.h:
5570         * libdocument/Makefile.am:
5571         * libdocument/ev-file-helpers.c:
5572         * pdf/Makefile.am:
5573         * pdf/ev-poppler.cc:
5574         * pdf/ev-poppler.h:
5575         * pixbuf/Makefile.am:
5576         * pixbuf/pixbuf-document.c:
5577         * pixbuf/pixbuf-document.h:
5578         * properties/Makefile.am:
5579         * ps/Makefile.am:
5580         * ps/gsdefaults.c:
5581         * ps/gsdefaults.h:
5582         * ps/gsio.c:
5583         * ps/gsio.h:
5584         * ps/gstypes.h:
5585         * ps/ps-document.c:
5586         * ps/ps-document.h:
5587         * ps/ps.c:
5588         * ps/ps.h:
5589         * shell/Makefile.am:
5590         * shell/ev-application.h:
5591         * shell/ev-sidebar-links.c:
5592         * shell/ev-sidebar-links.h:
5593         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5594         (ev_gui_menu_position_tree_selection):
5595         * shell/ev-utils.h:
5596         * shell/ev-view.c: (ev_view_finalize):
5597         * shell/ev-window.c:
5598         * shell/main.c: (main):
5599         * thumbnailer/Makefile.am:
5600         * tiff/Makefile.am:
5601         * tiff/tiff-document.c:
5602         * tiff/tiff-document.h:
5603         * tiff/tiff2ps.c:
5604         * tiff/tiff2ps.h:
5605         
5606         Reorganize source tree.
5607
5608 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5609
5610         * backend/ev-document-factory.c:
5611
5612         Do not include ev-poppler.h when pdf is disabled. 
5613
5614 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5615
5616         * configure.ac:
5617         * data/evince-ui.xml:
5618         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5619         (pdf_document_document_images_iface_init):
5620         * backend/Makefile.am:
5621         * backend/ev-document-images.[ch]:
5622         * backend/ev-image.[ch]:
5623         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5624         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5625         (ev_job_xfer_run):
5626         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5627         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5628         (ev_pixbuf_cache_get_image_mapping):
5629         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5630         (view_menu_popup_cb), (ev_window_dispose),
5631         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5632         (ev_view_popup_cmd_copy_image):
5633         * shell/ev-view-private.h:
5634         * shell/ev-view.c: (ev_view_get_image_at_location),
5635         (ev_view_do_popup_menu), (ev_view_popup_menu),
5636         (ev_view_button_press_event), (ev_view_drag_data_get),
5637         (ev_view_drag_motion), (ev_view_drag_data_received),
5638         (ev_view_motion_notify_event), (ev_view_button_release_event),
5639         (ev_view_finalize), (ev_view_class_init):
5640
5641         Add image handling support. Fixes bugs #310008 and #325047. Images
5642         selection is not supported yet. 
5643
5644 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5645
5646         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5647         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5648         (ev_view_init):
5649
5650         Move view drag and drop stuff to ev-view.
5651
5652 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5653
5654         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5655         * shell/ev-view.c: (clear_selection): 
5656
5657         Clear selection also in pixbuf cache.
5658
5659 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5660
5661         * data/evince.desktop.in.in:
5662         
5663         Change icon name in desktop file. See bug #390734
5664         for details.
5665
5666 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5667
5668         * thumbnailer/Makefile.am:
5669
5670         Use top_builddir instead top_srcdir for generated schema
5671         file installation. Fixes bug #390161.
5672
5673 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5674
5675         * configure.ac:
5676         * backend/Makefile.am:
5677         * backend/ev-document-transition.[ch]:
5678         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5679         (pdf_document_page_transition_iface_init):
5680         * shell/ev-view-private.h:
5681         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5682         (ev_view_set_presentation), (transition_next_page),
5683         (ev_view_presentation_transition_stop),
5684         (ev_view_presentation_transition_start), (ev_view_next_page):
5685
5686         Add page transition support in presentation mode. At the moment only
5687         page duration is supported, but not transition effects. Fixes bug
5688         #309815.
5689
5690 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5691
5692         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5693
5694         Run find_link_dest with document lock held, since it's called by links
5695         thread and main thread at the same time. 
5696
5697 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5698
5699         * shell/ev-view.c: (goto_dest):
5700
5701         Update page-cache when page is changed by the view, so that
5702         page-changed signal is emitted. 
5703
5704 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5705
5706         * test/test1.py:
5707         * test/test2.py:
5708
5709         Use C locale in tests. 
5710
5711 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5712
5713         * shell/ev-window.c: (ev_window_run_presentation):
5714         * shell/ev-view-private.h:
5715         * shell/ev-view.c: (ev_view_set_presentation):
5716
5717         Restore zoom settings when back from presentation mode. 
5718
5719 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5720
5721         * shell/ev-window.c: (ev_window_run_presentation):
5722
5723         Always use "best fit" zoom in presentation mode.
5724         Fixes bug #389195.
5725
5726 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5727
5728         * shell/ev-view.c: (ev_view_goto_window_create):
5729
5730         Show "Jump to page" label in the page jumping popup in
5731         presentation mode instead of just a GtkEntry.
5732
5733 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5734
5735         * shell/ev-window.c: (launch_external_uri):
5736
5737         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5738         #378085.
5739
5740 2006-12-22  Elijah Newren  <newren gmail com>
5741
5742         * configure.ac: explicitly check for libxml2.  Fixes #388795
5743
5744 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5745
5746         * shell/ev-view-private.h:
5747         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5748         (ev_view_goto_window_delete_event), (key_is_numeric),
5749         (ev_view_goto_window_key_press_event),
5750         (ev_view_goto_window_button_press_event),
5751         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5752         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5753         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5754
5755         Allow jumping to another page by typing a page number in presentation
5756         mode. It uses a popup window with an entry. Fixes bug #353625.
5757
5758 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5759
5760         * configure.ac:
5761         * properties/ev-properties-view.c: (ev_get_default_user_units),
5762         (ev_regular_paper_size):
5763         
5764         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5765         to Damien Carbery <damien.carbery@sun.com> and
5766         Yevgen Muntyan <muntyan@tamu.edu>.
5767
5768 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5769
5770         * shell/ev-window.c: (setup_document_from_metadata):
5771
5772         Make sure Evince doesn't restore the view on the last
5773         page when a document is reopened. Fixes bug #383381.
5774
5775 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5776
5777         * shell/ev-view.c: (draw_loading_text):
5778
5779         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5780
5781 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5782
5783         * configure.ac:
5784         * NEWS:
5785
5786         Release 0.7.0
5787
5788 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5789
5790         * configure.ac:
5791         * pdf/ev-poppler.cc: (pdf_print_context_free),
5792         (pdf_document_file_exporter_begin),
5793         (pdf_document_file_exporter_do_page):
5794
5795         Make cairo-pdf depedency optional. 
5796
5797 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5798
5799         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5800
5801         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5802
5803 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5804
5805         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5806         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5807         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5808         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5809         * shell/ev-view.c: (draw_loading_text):
5810         * shell/ev-window.c: (ev_window_cmd_file_properties):
5811
5812         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5813         related to using FontConfig from different threads.
5814         
5815 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5816
5817         * shell/ev-view.c: (draw_loading_text):
5818
5819         Acquire lock document when drawing "Loading..." text so that only one
5820         thread will use FontConfig at the same time. Fixes bug #374750.
5821
5822 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5823
5824         * shell/ev-page-action.[ch]: (activate_cb):
5825         * shell/ev-window.c: (activate_label_cb):
5826
5827         Check if text inserted in page entry is a valid page number when it
5828         doesn't match to any document page label. Fixes bug #383165.
5829
5830 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5831         * shell/ev-window.c:
5832
5833         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5834         available with GTK < 2.10. Added an ifdef to avoid compilation
5835         error.
5836
5837 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5838
5839         * configure.ac:
5840         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5841
5842         Fix ps backend in multihead systems.
5843
5844 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5845
5846         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5847         * shell/ev-window.c: (ev_window_get_screen_dpi),
5848         (ev_window_update_actions), (setup_view_from_metadata),
5849         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5850
5851         Take screen DPI into account when zooming. Fixes bug #318285.
5852
5853 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5854
5855         * data/Makefile.am:
5856
5857         Cleaned up/slightly refactored Makefile.am. Added GConf
5858         schemas uninstallation as well.
5859
5860 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5861
5862         * Makefile.am:
5863         * test/Makefile.am:
5864
5865         Fight with autotools to fix make check. Make distcheck
5866         works fine as well now!
5867
5868 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5869
5870         * shell/ev-view.c: (draw_end_presentation_page):
5871
5872         Corrected "end of presentation" string.
5873
5874 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5875
5876         * shell/ev-view.c: (ev_view_key_press_event):
5877
5878         Correctly propagate key press event so that up/down keys
5879         work as expected (correct behaviour was broken by
5880         black/white screen key bindings for presentations).
5881
5882 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5883
5884         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5885         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5886         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5887         (pdf_selection_get_selection_region),
5888         (pdf_selection_get_selection_map):
5889
5890         Add "static" to some private functions. 
5891
5892 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5893
5894         * lib/ev-tooltip.h:
5895         * properties/ev-properties-view.h:
5896         * shell/ev-jobs.h:
5897         * shell/ev-properties-dialog.h:
5898         * shell/ev-properties-fonts.h:
5899         * shell/ev-sidebar-links.h:
5900         * shell/ev-sidebar-thumbnails.h:
5901         * shell/ev-sidebar.h:
5902         * shell/ev-window.h:
5903         
5904         Fixes CHACK type in class casts. See bug #385343
5905         for details.
5906
5907 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5908
5909         * shell/ev-view-private.h:
5910         * shell/ev-view.c: (draw_end_presentation_page),
5911         (ev_view_expose_event), (ev_view_key_press_event),
5912         (ev_view_class_init), (ev_view_init):
5913
5914         Blank screen in presentation mode when pressing 'b' (filling with
5915         black) or 'w' (filling with white) keys. Fixes bug #358132.
5916
5917 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5918
5919         * data/evince-toolbar.xml:
5920         * shell/ev-window.c:
5921         
5922         Use stock icon for Select All action. Fixes
5923         bug #382652.
5924
5925 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5926
5927         * shell/ev-view.c: (get_doc_point_from_offset),
5928         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5929
5930         Add links support in rotated documents. Fixes bug #343733.
5931
5932 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5933
5934         * shell/ev-view-private.h:
5935         * shell/ev-view.c: (draw_end_presentation_page),
5936         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5937
5938         Show a blank page after the last page in presentation mode with a
5939         message indicating that presentation has finished and how to exit. 
5940
5941 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5942
5943         * shell/ev-window.c: (fullscreen_timeout_cb):
5944
5945         Hide cursor after a while in presentation mode. 
5946
5947 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5948
5949         * backend/ev-document-info.h:
5950         * data/evince-properties.glade:
5951         * pdf/ev-poppler.cc:
5952         * properties/ev-properties-view.c: (ev_regular_paper_size),
5953         (ev_properties_view_set_info):
5954         * ps/ps-document.c: (ps_document_get_info):
5955
5956         Adds a paper size field to the properties dialog. Fixes
5957         bug #307315. Patch by Kasper Svendsen (with some i18n
5958         changes done by me).
5959
5960 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5961
5962         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5963         (screensaver_init_dbus), (totem_scrsaver_new),
5964         (totem_scrsaver_init):
5965         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5966         * shell/ev-application.c: (ev_application_register_service),
5967         (ev_application_screensaver_enable),
5968         (ev_application_screensaver_disable):
5969         * shell/ev-application.h:
5970         * shell/ev-window.c: (ev_window_run_presentation),
5971         (ev_window_stop_presentation), (build_comments_string),
5972         (ev_window_init):
5973         
5974         Move screensaver handling to application. No more
5975         message on startup.
5976
5977 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5978
5979         * configure.ac:
5980         * backend/Makefile.am:
5981         * backend/ev-file-exporter.[ch]:
5982         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5983         * ps/ps-document.c: (ps_document_file_exporter_*):
5984         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5985         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5986         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5987         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5988
5989         Allow printing to PDF when suppoted by the backend.
5990         
5991 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5992
5993         * shell/ev-window.c: (build_comments_string):
5994
5995         Use always "Document Viewer" in about dialog. 
5996
5997 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5998
5999         * djvu/djvu-document.c: (djvu_document_get_page_size):
6000
6001         Display a warning message when get_pageinfo fails. 
6002
6003 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
6004
6005         * Makefile.am:
6006         * backend/Makefile.am:
6007         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6008         * configure.ac:
6009         * shell/ev-window.c: (build_comments_string):
6010         
6011         Make pdf compilation optional. See bug #38007.
6012
6013 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6014
6015         * ps/ps.c: (get_next_text):
6016
6017         Fix CVE-2006-5864.
6018
6019 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6020
6021         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6022         * shell/ev-navigation-action.c: (connect_proxy),
6023         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6024         
6025         Do not call g_type_class_peek_parent twice.
6026
6027 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6028
6029         * configure.ac:
6030         * data/icons/24x24/.cvsignore:
6031         * data/icons/24x24/Makefile.am:
6032         * data/icons/24x24/evince.png:
6033         * data/icons/Makefile.am:
6034         
6035         Add 24x24 icon. Thanks to 
6036         Michael Monreal <infernux@web.de>.
6037
6038 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6039
6040         * configure.ac: Fix typo in configure.ac. Thanks
6041         to dmacks@netspace.org for notification.
6042
6043 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6044
6045         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6046         
6047         Drop dbus include, fixes compilation with older dbus.
6048
6049 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6050
6051         * configure.ac:
6052         * cut-n-paste/Makefile.am:
6053         * cut-n-paste/totem-screensaver/.cvsignore
6054         * cut-n-paste/totem-screensaver/Makefile.am:
6055         * cut-n-paste/totem-screensaver/README:
6056         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6057         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6058         * shell/Makefile.am:
6059         * shell/ev-window.c: (ev_window_run_presentation),
6060         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6061         (ev_window_init):
6062
6063         Implemented screensaver enabling/disabling for
6064         presentation mode (not fullscreen mode). Code stolen
6065         from Totem (with some minor tweaks). Fixes bug #338889.
6066
6067 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6068
6069         * configure.ac:
6070
6071         Bump gnome-icon-theme requirements. We use the rotation
6072         icons that appeared recently.
6073
6074 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6075
6076         * shell/ev-history.c: (ev_history_add_page):
6077         * shell/ev-history.h:
6078         * shell/ev-window.c: (page_changed_cb):
6079         
6080         Use page labels instead of numbers.
6081
6082 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6083
6084         * data/evince-toolbar.xml:
6085         * po/POTFILES.in:
6086         * shell/Makefile.am:
6087         * shell/ev-navigation-action-widget.c:
6088         (ev_navigation_action_widget_init),
6089         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6090         (menu_detacher), (ev_navigation_action_widget_set_menu),
6091         (menu_position_func), (popup_menu_under_arrow),
6092         (ev_navigation_action_widget_toggled),
6093         (ev_navigation_action_widget_button_press_event):
6094         * shell/ev-navigation-action-widget.h:
6095         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6096         (ev_navigation_action_set_window), (activate_menu_item_cb),
6097         (new_history_menu_item), (new_empty_history_menu_item),
6098         (build_menu), (menu_activated_cb), (connect_proxy),
6099         (create_tool_item), (ev_navigation_action_init),
6100         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6101         * shell/ev-navigation-action.h:
6102         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6103         (ev_page_action_widget_set_page_cache),
6104         (ev_page_action_widget_finalize),
6105         (ev_page_action_widget_class_init), (match_selected_cb),
6106         (display_completion_text), (match_completion), (build_new_tree_cb),
6107         (get_filter_model_from_model),
6108         (ev_page_action_widget_update_model):
6109         * shell/ev-page-action-widget.h:
6110         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6111         (connect_proxy):
6112         * shell/ev-page-action.h:
6113         * shell/ev-stock-icons.c:
6114         * shell/ev-stock-icons.h:
6115         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6116         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6117         (register_custom_actions):
6118         * shell/main.c:
6119         
6120         Preliminary history implementation
6121
6122 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6123
6124         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6125         (dvi_document_class_init), (dvi_document_init_params):
6126         * dvi/mdvi-lib/font.c: (font_reference):
6127         
6128         Add reference to subfont. Fixes bug #374277.
6129
6130 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6131
6132         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6133         (ev_window_cmd_file_open_copy_at_dest):
6134
6135         Fix a race condition when creating symlink. Increase the counter
6136         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6137         Mathias Hasselmann).
6138
6139 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6140
6141         * backend/Makefile.am:
6142         * backend/ev-attachment.c: (ev_attachment_open):
6143         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6144         (ev_tmp_dir), (ev_tmp_filename):
6145         * shell/ev-sidebar-attachments.c:
6146         (ev_sidebar_attachments_drag_data_get):
6147         * shell/ev-window.c: (ev_window_clear_temp_file):
6148
6149         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6150         in ensure_dir_exists. Abort without crashing when we can't create
6151         user's directory.
6152
6153 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6154
6155         * data/evince-ui.xml:
6156         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6157         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6158         (ev_window_cmd_file_open_copy_at_dest),
6159         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6160         (ev_view_popup_cmd_open_link_new_window):
6161
6162         Allow opening a copy of the current document in a new window. Fixes bug
6163         #357472
6164
6165 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6166
6167         * data/evince-toolbar.xml:
6168         
6169         Add rotate right and rotate left to available items for toolbar.
6170         
6171         * data/evince-ui.xml:
6172         * shell/ev-window.c: (ev_window_init):
6173         
6174         Customize toolbar with right click. Fixes bug #372451.
6175
6176 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6177
6178         * shell/ev-window.c: 
6179         
6180         Use "object-rotate-{left,right}" stock icons. Fixes 
6181         bug #373863.
6182
6183 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6184
6185         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6186         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6187         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6188         (ev_window_open_uri):
6189         * shell/main.c: (arguments_parse):
6190
6191         Remove temp file created when evince is used by GTK+ in
6192         preview mode. Fixes bug #365282. 
6193
6194 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6195
6196         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6197         
6198         Fixes bug #372474 - Side pane disabled when entering 
6199         and leaving fullscreen mode.
6200
6201 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6202
6203         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6204         * data/Makefile.am:
6205         * data/evince-preview-toolbar.xml:
6206         * data/evince-toolbar.xml:
6207         * shell/ev-application.c: (ev_application_shutdown),
6208         (ev_application_init), (ev_application_get_toolbars_model):
6209         * shell/ev-application.h:
6210         * shell/ev-window.c: (update_chrome_visibility),
6211         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6212         (ev_window_cmd_edit_toolbar), (ev_window_init):
6213         
6214         Fixes bug #364364 - toolbar editor shows zoom actions again.
6215
6216 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6217
6218         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6219
6220         Do not take margins into consideration for paper size when printing.
6221         Really fixes bug #350491.
6222
6223 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6224
6225         * data/evince-ui.xml:
6226         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6227         (ev_window_cmd_file_print_setup),
6228         (ev_window_print_dialog_response_cb),
6229         (ev_window_setup_action_sensitivity):
6230
6231         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6232
6233 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6234
6235         * shell/ev-window.c: (ev_window_print_range):
6236
6237         Revert my previuos commit, since printing to PDF is not supported by
6238         evince yet. 
6239
6240 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6241
6242         * shell/ev-window.c: (ev_window_print_range):
6243
6244         Enable print to a PDF. Fixes bug #332121.
6245
6246 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6247
6248         * shell/ev-application-service.xml:
6249         * shell/ev-application.[ch]: (ev_application_open_window),
6250         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6251         (ev_application_open_uri), (ev_application_open_uri_list):
6252         * shell/ev-window.c: (file_open_dialog_response_cb),
6253         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6254         (drag_data_received_cb), (open_remote_link):
6255         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6256
6257         Add support for multiscreen systems. Fixes bug #316206.
6258
6259 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6260
6261         * shell/ev-jobs.[ch]: (ev_job_print_new),
6262         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6263         (ev_job_print_do_page):
6264         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6265
6266         Allow printing only odd/even pages. Fixes bug #367289.
6267
6268 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6269
6270         * test/test1.py:
6271         * test/test2.py:
6272
6273         Re-add locale settings to test files.
6274
6275 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6276
6277         * data/evince-ui.xml:
6278         * shell/ev-window.c: (set_action_properties):
6279         
6280         Removed garbage from code and ui.
6281
6282 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6283
6284         * shell/ev-window.c: (ev_window_cmd_help_about):
6285
6286         Shamelessly add my name to the list of contributors.
6287
6288 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6289
6290         * test/test1.py:
6291         * test/test2.py:
6292
6293         Cleaned up the dogtail scripts.
6294
6295 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6296
6297         * shell/ev-view.c: (draw_loading_text): Don't render
6298         "loading..." text in presentation mode. Temporary
6299         workaround for bug #320352.
6300
6301 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6302
6303         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6304         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6305
6306         Use print settings scale, copies, collate and reverse which were
6307         ignored. Fixes bug #359032.
6308
6309 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6310
6311         * configure.ac:
6312         * data/evince-password.glade:
6313         * test/Makefile.am:
6314         * test/test-encrypt.pdf:
6315         * test/test-links.pdf:
6316         * test/test1.py:
6317         * test/test2.py:
6318
6319         Add automated UI tests for evince with dogtail. See
6320         bug #300948.    
6321
6322 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6323
6324         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6325
6326         Hide fullscreen toolbar when switching to another desktop workspace.
6327         Fixes bug #338871
6328
6329 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6330
6331         * shell/ev-window-title.c: 
6332         
6333         Test for .dvi in title of pdf documents.
6334
6335 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6336
6337         * shell/ev-view.c: (ev_view_scroll):
6338
6339         Page Up/Down should do page jumps in "Best fit" mode.
6340         If a user has explicitly chosen to view exactly one page
6341         at a time, scrolling just a part of the page when
6342         pressing Page Up/Down is not right. Fixes bug #323107.
6343
6344 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6345
6346         * NEWS:
6347         * configure.ac:
6348         
6349         Update for 0.6.1
6350
6351 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6352
6353         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6354         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6355         
6356         Correctly disconnect from job signals on destroy.
6357
6358 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6359
6360         * shell/ev-view-private.h:
6361         * shell/ev-view.c: (view_set_adjustment_values),
6362         (view_update_range_and_current_page),
6363         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6364         
6365         Fixes bug #343199, current page now follows find page.
6366
6367 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6368
6369         * backend/ev-document-factory.c:
6370         * configure.ac:
6371         Assigned OpenDocument presenation MIME type to the
6372         Impress backend. Added some missing (but harmless)
6373         #ifdefs in the document factory as well to make things
6374         consistent again. Fixes bug #360658.
6375
6376 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6377
6378         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6379         * backend/ev-document-find.c: (ev_document_find_get_type):
6380         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6381         * backend/ev-document-links.c: (ev_document_links_get_type):
6382         * backend/ev-document-security.c: (ev_document_security_get_type):
6383         * backend/ev-document-thumbnails.c:
6384         (ev_document_thumbnails_get_type):
6385         * backend/ev-document.c: (ev_document_get_type):
6386         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6387         * backend/ev-selection.c: (ev_selection_get_type):
6388         * cut-n-paste/recent-files/egg-recent-model.c:
6389         (egg_recent_model_get_type):
6390         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6391         (egg_recent_view_uimanager_get_type):
6392         * cut-n-paste/recent-files/egg-recent-view.c:
6393         (egg_recent_view_get_type):
6394         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6395         (egg_editable_toolbar_get_type):
6396         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6397         (egg_toolbar_editor_get_type):
6398         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6399         (egg_toolbars_model_get_type):
6400         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6401         (egg_tree_multi_drag_source_get_type):
6402         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6403         (ephy_zoom_action_get_type):
6404         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6405         (ephy_zoom_control_get_type):
6406         * impress/r_back.c: (_imp_fill_back):
6407         * properties/ev-properties-main.c:
6408         (ev_properties_plugin_register_type):
6409         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6410         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6411         (ev_view_accessible_factory_get_type):
6412
6413         Reduce relocations. Bug #360616.
6414
6415 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6416
6417         * backend/ev-document-factory.c:
6418         (ev_document_factory_get_document):
6419         
6420         Load document even if extension is wrong.
6421
6422 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6423
6424         * shell/ev-metadata-manager.c: (save_values):
6425         * shell/ev-window.c: (setup_size_from_metadata),
6426         (setup_view_from_metadata), (ev_window_setup_document),
6427         (ev_window_xfer_job_cb), (window_configure_event_cb):
6428         
6429         Set size according to the document size/page size ratio.
6430         That should correct rather wierd behaviour of the previous
6431         commit.
6432
6433 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6434
6435         * shell/ev-window.c: (setup_view_from_metadata):
6436         
6437         Set size for new windows from previous window size.
6438         See bugs #354968 and #168450 for details. Thanks
6439         to Meik Hellmund.
6440
6441 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6442
6443         * djvu/djvu-links.c: (build_tree):
6444
6445         Fix memory leak.
6446
6447 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6448
6449         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6450         
6451         Don't make sidebar close button insensitive. Fixes
6452         bug #357871.
6453
6454 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6455
6456         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6457         (ev_window_set_view_accels_sensitivity):
6458         
6459         Don't enable Slash on documents which don't support
6460         find. Fixes bug #358648.
6461
6462 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6463
6464         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6465         open dialog fall back to the current document uri if the
6466         filechooser hasn't been used before. Fixes bug #356980.
6467
6468 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6469
6470         * shell/ev-window.c: (ev_window_setup_recent), 
6471         (ev_window_get_recent_file_label):
6472
6473         Escape underscores in filenames of recent file items.
6474
6475 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6476
6477         * configure.ac:
6478         
6479         Bumped poppler requirements, really 0.5.3 is very 
6480         buggy, now we require 0.5.4.
6481
6482 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6483
6484         * djvu/Makefile.am:
6485         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6486         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6487         (djvu_document_document_links_iface_init):
6488         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6489         (number_from_string_10), (get_djvu_link_dest),
6490         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6491         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6492         (djvu_links_get_links), (djvu_links_find_link_dest),
6493         (djvu_links_get_links_model):
6494         * djvu/djvu-links.h:
6495         
6496         Add support for links and bookmarks in djvu documents. Thanks
6497         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6498         patch.
6499
6500 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6501
6502         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6503         
6504         Reopen should reload document. Fixes 
6505         bug 327951.
6506
6507 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6508
6509         * configure.ac:
6510         * data/Makefile.am:
6511         * data/evince-16.png:
6512         * data/evince-22.png:
6513         * data/evince.png:
6514         * data/evince.svg:
6515         * data/icons/16x16/Makefile.am:
6516         * data/icons/16x16/evince.png:
6517         * data/icons/22x22/Makefile.am:
6518         * data/icons/22x22/evince.png:
6519         * data/icons/48x48/Makefile.am:
6520         * data/icons/48x48/evince.png:
6521         * data/icons/Makefile.am:
6522         * data/icons/scalable/Makefile.am:
6523         * data/icons/scalable/evince.svg:
6524         
6525         Install icons with correct names. Fixes
6526         bug #354429.
6527
6528 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6529
6530         * shell/ev-view.c: (ev_view_button_release_event):
6531
6532         Don't open links with middle mouse button. Fixes bug #353649
6533
6534 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6535
6536         * NEWS:
6537         * configure.ac:
6538         
6539         Update for release 0.6.0
6540
6541 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6542
6543         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6544         Implement Close named action. Patch by Carlos Garcia Campos.
6545
6546 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6547
6548         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6549         
6550         Don't clear link mapping on copy_job_to_job_info. Fixes
6551         bug 346168.
6552
6553 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6554
6555         * shell/main.c: (main):
6556
6557         Revert my previous commit, gnome_program_init owns the option context.
6558         Fix another memory leak in main. Both caught by Christian Persch. 
6559
6560 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6561
6562         * shell/main.c: (main):
6563
6564         Fix memory leak.
6565
6566 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6567
6568         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6569
6570         Fix crash when opening a pdf with password protection. 
6571
6572 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6573
6574         * pdf/ev-poppler.cc: (pdf_document_search_free):
6575
6576         Fix memory leak. 
6577
6578 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6579
6580         * backend/ev-document-factory.c:
6581         (ev_document_factory_get_document):
6582         * tiff/tiff-document.c: (tiff_document_finalize):
6583         
6584         More correct handling of document loading. Fixes
6585         bug #349043.
6586
6587 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6588
6589         * backend/ev-attachment.c: (ev_attachment_save):
6590
6591         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6592         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6593
6594 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6595         
6596         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6597         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6598
6599 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6600
6601         * shell/ev-sidebar-thumbnails.c:
6602
6603         Do not render thumbnails unless thumbnails page is active in the
6604         sidebar.
6605
6606 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6607
6608         * shell/ev-properties-dialog.c:
6609
6610         Fix dialogue spacing. Bug #351370.
6611
6612 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6613
6614         * configure.ac:
6615
6616         Use lowercase gettext catalog file names (evince.mo
6617         instead of Evince.mo)
6618
6619 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6620
6621         * shell/ev-sidebar-attachments.c:
6622
6623         GtkIconTheme is now screen safe too. Fixes bug #350878
6624
6625 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6626
6627         * shell/ev-window.c:
6628
6629         GtkRecent manager is now screen safe. Fixes bug #350145
6630
6631 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6632
6633         * shell/ev-sidebar.c: (ev_sidebar_init):
6634         
6635         Make sidebar close icon smaller. Fix for bug 350177.
6636         See also bugs 350176 and 165770.
6637
6638 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6639
6640         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6641
6642         Ignore zoom for xyz destinations when it's <= 1, keeping user
6643         preferences instead. Set correct sizing-mode for fith and fitv
6644         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6645
6646 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6647
6648         * NEWS:
6649         * configure.ac:
6650         
6651         Update for release 0.5.5
6652
6653 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6654         
6655         * shell/ev-window.c: (ev_window_cmd_escape)
6656
6657         Escape unfocus page entry. Fixes bug #345809.
6658
6659 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6660
6661         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6662         (build_tree), (pdf_document_links_get_links),
6663         (pdf_document_links_find_link_dest):
6664         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6665         (goto_xyz_dest):
6666
6667         Convert from PDF style coordinates to X style coordinates in the
6668         backend rather than in the view. Fixes bug #338440
6669
6670 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6671
6672         * shell/ev-window.c:
6673         
6674         Remove Ctrl+Shift+T shortcut for toolbars. See
6675         the bug #350098.
6676
6677 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6678
6679         * configure.ac:
6680
6681         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6682         of this. 
6683
6684 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6685
6686         * configure.ac:
6687         * cut-n-paste/Makefile.am:
6688         * data/evince-ui.xml:
6689         * shell/Makefile.am:
6690         * shell/ev-application.[ch]:
6691         * shell/ev-window.c:
6692
6693         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6694         #349273
6695
6696 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6697
6698         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6699         findbar code: s/help/search/
6700
6701 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6702
6703         * shell/ev-window.c: (setup_document_from_metadata),
6704         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6705         (setup_view_from_metadata):
6706         
6707         Fix memory leaks.
6708
6709 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6710
6711         * autogen.sh, configure.ac: 
6712         
6713         Update automake usage. See bug 349292.
6714
6715 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6716
6717         * shell/eggfindbar.c: (egg_find_bar_class_init),
6718         (entry_activate_callback), (egg_find_bar_init),
6719         (egg_find_bar_set_status_text):
6720         * shell/eggfindbar.h:
6721         
6722         Unify Evince findbar with Epiphany. Nice patch
6723         from Fabricio Silva <silva@crans.org> and
6724         Frederic Peters <fpeters@entrouvert.com>. See
6725         bug #339966 for details.
6726
6727 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6728
6729         * data/evince.desktop.in.in:
6730         
6731         Correct information for bugzilla. Thanks to
6732         Olaf Vitters, see bug #348855.
6733
6734 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6735
6736         * shell/ev-jobs.[ch]:
6737         * shell/ev-sidebar-links.c:
6738         * shell/ev-window.[ch]:
6739
6740         GtkPrintJob doesn't support print ranges or current page, so we export
6741         to a ps file now when printing ranges or current page.
6742
6743 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6744
6745         * pdf/ev-poppler.cc:
6746         * shell/ev-window.c: (do_action_named):
6747
6748         We should be more clear about bugzilla. See the
6749         poppler bug #7623.
6750
6751 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6752
6753         * configure.ac:
6754         * shell/Makefile.am:
6755         * shell/ev-job-queue.c:
6756         * shell/ev-jobs.[ch]:
6757         * shell/ev-sidebar-links.c:
6758         * shell/ev-window.[ch]:
6759         
6760         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6761         #348422
6762
6763 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6764
6765         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6766         * shell/ev-application-service.xml:
6767         * shell/ev-application.[ch]:
6768         * shell/ev-jobs.[ch]:
6769         * shell/ev-window.[ch]: (ev_window_run_preview):
6770         * shell/main.c: 
6771
6772         Add preview mode to use evince as a printing previewer. It also adds
6773         other command line options for fullscreen and presentation modes.
6774         Fixes bugs #347822, #317031
6775
6776 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6777
6778         * NEWS:
6779         * configure.ac:
6780         
6781         Update for release 0.5.4
6782
6783 2006-07-11  Bastien Nocera <hadess@hadess.net>
6784
6785         * Makefile.am:
6786         * backend/Makefile.am:
6787         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6788         * backend/ev-document-factory.h:
6789         * configure.ac:
6790         * impress/.cvsignore:
6791         * impress/Makefile.am:
6792         * impress/common.h:
6793         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6794         (imp_get_page), (imp_next_page), (imp_prev_page),
6795         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6796         * impress/f_oasis.c: (render_object), (render_page),
6797         (get_geometry), (_imp_oasis_load):
6798         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6799         (_imp_oo13_load):
6800         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6801         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6802         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6803         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6804         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6805         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6806         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6807         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6808         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6809         (iks_new_within), (iks_insert), (iks_insert_cdata),
6810         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6811         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6812         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6813         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6814         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6815         (iks_cdata), (iks_cdata_size), (iks_has_children),
6816         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6817         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6818         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6819         (iks_tree), (iks_load), (iks_save):
6820         * impress/iksemel.h:
6821         * impress/imposter.h:
6822         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6823         (imp_render_draw_bezier_real), (imp_render_get_size),
6824         (imp_render_set_fg_color), (imp_render_draw_line),
6825         (imp_render_draw_rect), (imp_render_draw_polygon),
6826         (imp_render_draw_arc), (imp_render_draw_bezier),
6827         (imp_render_open_image), (imp_render_get_image_size),
6828         (imp_render_scale_image), (imp_render_draw_image),
6829         (imp_render_close_image), (imp_render_markup),
6830         (imp_render_get_text_size), (imp_render_draw_text),
6831         (impress_document_load), (impress_document_save),
6832         (impress_document_get_n_pages), (impress_document_get_page_size),
6833         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6834         (impress_document_finalize), (impress_document_class_init),
6835         (impress_document_can_get_text), (impress_document_get_info),
6836         (impress_document_document_iface_init),
6837         (impress_document_thumbnails_get_thumbnail),
6838         (impress_document_thumbnails_get_dimensions),
6839         (impress_document_document_thumbnails_iface_init),
6840         (impress_document_init):
6841         * impress/impress-document.h:
6842         * impress/internal.h:
6843         * impress/r_back.c: (_imp_fill_back):
6844         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6845         (_imp_draw_image), (_imp_tile_image):
6846         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6847         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6848         (r_polyline):
6849         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6850         (r_draw_gradient_complex), (r_draw_gradient):
6851         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6852         (r_get_bullet):
6853         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6854         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6855         (r_text):
6856         * impress/render.c: (imp_create_context), (imp_context_set_page),
6857         (imp_context_set_step), (imp_render), (imp_delete_context):
6858         * impress/render.h:
6859         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6860         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6861         (zip_load_xml), (zip_get_size), (zip_load):
6862         * impress/zip.h:
6863         * shell/ev-utils.c:
6864         
6865         New backend to support impress slides. Fixes bug #30867.
6866
6867 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6868
6869         * shell/ev-utils.c: (using_postscript_printer):
6870         
6871         Fixes crash when print using PAPI backend,
6872         bug #345012.
6873
6874 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6875
6876         * shell/ev-jobs.c: (ev_job_xfer_run):
6877         * shell/ev-window.c: (password_dialog_response),
6878         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6879         (ev_window_dispose):
6880         Fixes bug #344160: if the xfer job doesn't complete
6881         because a password is required, reload the existing
6882         instance instead of creating a new one.
6883
6884 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6885
6886         * shell/main.c: (main): Call gdk_threads_init. Thus
6887         we'll avoid errors in auth dialog. Fix for the bug
6888         #343347.
6889
6890 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6891
6892         * configure.ac: Advertise pixbuf support, fix
6893         for the bug 343317.
6894
6895 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6896
6897         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6898         (ev_sidebar_thumbnails_set_document):
6899         
6900         Update sidebar thumbnails after reloading.
6901
6902 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6903
6904         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6905         * shell/ev-jobs.h:
6906         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6907         (ev_window_cmd_view_reload), (ev_window_init):
6908         
6909         Don't crash on reload. Fix for the bug #343167.
6910
6911 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6912
6913         * shell/ev-jobs.c: (ev_job_render_run):
6914         
6915         Check for document links.
6916
6917 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6918
6919         * backend/ev-attachment.c: (ev_attachment_save),
6920         (ev_attachment_launch_app), (ev_attachment_open):
6921         * backend/ev-document-factory.c: (get_document_from_uri):
6922         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6923         (egg_recent_view_uimanager_set_list):
6924         * ps/ps-document.c: (check_filecompressed), (document_load),
6925         (ps_document_load):
6926         * shell/ev-metadata-manager.c: (load_values):
6927         * shell/ev-password.c: (ev_password_dialog_set_property):
6928         * shell/ev-view.c: (tip_from_link):
6929         * shell/ev-window.c: (file_save_dialog_response_cb),
6930         (ev_window_print_dialog_response_cb):
6931         
6932         Use consistent quoting style. Fix for the bug #320285.
6933
6934 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6935
6936         * shell/ev-jobs.c: (ev_job_xfer_run):
6937         * shell/main.c: (load_files):
6938                 
6939         Open links with anchors. Fix for the bug #339836.
6940
6941 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6942
6943         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6944         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6945         (ev_link_dest_set_property), (ev_link_dest_finalize),
6946         (ev_link_dest_class_init), (ev_link_dest_new_named),
6947         (ev_link_dest_new_page_label):
6948         * backend/ev-link-dest.h:
6949         * shell/ev-application.c: (ev_application_open_uri):
6950         * shell/ev-view.c: (goto_dest):
6951         * shell/ev-window.c:
6952         * shell/ev-window.h:
6953         
6954         Fix page-label command line option. Bug #342070.
6955
6956 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6957
6958         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6959         
6960         Don't show highlight rects if page can't be showed. Fix for 
6961         the bug #342076
6962
6963 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6964
6965         * shell/ev-window.c: (setup_sidebar_from_metadata),
6966         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6967         
6968         Setup sidebar from metadata even if there is no document
6969         loaded. Fix for the bug #342807.
6970
6971 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6972
6973         * cut-n-paste/toolbar-editor/Makefile.am:
6974         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6975         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6976         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6977         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6978         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6979         (popup_context_menu_cb), (button_press_event_cb),
6980         (configure_item_sensitivity), (configure_item_cursor),
6981         (configure_item_tooltip), (connect_widget_signals),
6982         (action_sensitive_cb), (create_item_from_action),
6983         (create_item_from_position), (toolbar_drag_data_received_cb),
6984         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6985         (toolbar_drag_leave_cb), (configure_drag_dest),
6986         (toggled_visibility_cb), (toolbar_visibility_refresh),
6987         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6988         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6989         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6990         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6991         (egg_editable_toolbar_dispose),
6992         (egg_editable_toolbar_set_ui_manager),
6993         (egg_editable_toolbar_get_selected),
6994         (egg_editable_toolbar_set_selected), (set_edit_mode),
6995         (egg_editable_toolbar_set_property),
6996         (egg_editable_toolbar_get_property),
6997         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6998         (egg_editable_toolbar_new_with_model),
6999         (egg_editable_toolbar_get_edit_mode),
7000         (egg_editable_toolbar_set_edit_mode),
7001         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7002         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7003         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7004         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7005         (item_added_or_removed_cb), (toolbar_removed_cb),
7006         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7007         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7008         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7009         (editor_create_item_from_name), (append_table),
7010         (update_editor_sheet), (egg_toolbar_editor_init):
7011         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7012         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7013         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7014         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7015         (toolbar_node_free), (egg_toolbars_model_get_flags),
7016         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7017         (egg_toolbars_model_get_name), (impl_add_item),
7018         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7019         (parse_data_list), (parse_item_list), (parse_toolbars),
7020         (egg_toolbars_model_load_toolbars), (parse_available_list),
7021         (parse_names), (egg_toolbars_model_load_names),
7022         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7023         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7024         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7025         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7026         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7027         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7028         (egg_toolbars_model_set_types), (fill_avail_array),
7029         (egg_toolbars_model_get_name_avail),
7030         (egg_toolbars_model_get_name_flags),
7031         (egg_toolbars_model_set_name_flags):
7032         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7033         * cut-n-paste/toolbar-editor/eggintl.h:
7034         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7035         (egg_tree_multi_drag_source_get_type),
7036         (egg_tree_multi_drag_source_row_draggable),
7037         (egg_tree_multi_drag_source_drag_data_delete),
7038         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7039         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7040         (path_list_free), (set_context_data), (get_context_data),
7041         (get_info), (egg_tree_multi_drag_drag_data_get),
7042         (egg_tree_multi_drag_motion_event),
7043         (egg_tree_multi_drag_button_press_event),
7044         (egg_tree_multi_drag_add_drag_support):
7045         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7046         * shell/ev-application.c: (ev_application_init),
7047         (ev_application_save_toolbars_model):
7048         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7049         (ev_window_cmd_edit_toolbar), (ev_window_init):
7050         
7051         Sync toolbareditor with epiphany and libegg
7052
7053 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7054
7055         * configure.ac: 
7056
7057         Depend on poppler 0.5.2
7058
7059 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7060
7061         * shell/ev-jobs.c: (ev_job_render_run):
7062         
7063         Check if document supports links iterface.
7064
7065 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7066
7067         * NEWS:
7068         * configure.ac:
7069         
7070         Update for release 0.5.3
7071
7072 2006-05-13  Michael Plump  <plumpy@skylab.org>
7073
7074         * configure.ac:
7075         * shell/Makefile.am:
7076         * shell/main.c: (main):
7077         
7078         Port to GOption command line parsing. Fix for the 
7079         bug #327518
7080
7081 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7082
7083         * shell/ev-window.c: (ev_window_cmd_help_about):
7084         
7085         Do not wrap license. Fix for the bug #309460.
7086
7087 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7088
7089         * configure.ac:
7090         * properties/ev-properties-main.c: (ev_properties_get_pages):
7091         * shell/ev-application.c: (ev_application_open_window),
7092         (ev_application_open_uri_at_dest):
7093         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7094         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7095         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7096         * shell/ev-utils.c: (save_print_config_to_file):
7097         * shell/ev-window.c: (ev_window_cmd_save_as),
7098         (ev_attachment_popup_cmd_save_attachment_as):
7099         * shell/main.c: (load_files_remote):
7100         
7101         Bump requirements to gtk 2.8 and drop all ifdefs used.
7102
7103 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7104
7105         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7106         * shell/ev-window.c: (ev_window_init):
7107         
7108         Show attachments page.
7109
7110 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7111
7112         * po/POTFILES.in:
7113         * shell/ev-attachment-bar.c:
7114         * shell/ev-attachment-bar.h:
7115         * shell/ev-sidebar-attachments.c:
7116         (ev_sidebar_attachments_icon_cache_add),
7117         (icon_theme_get_pixbuf_from_mime_type),
7118         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7119         (ev_sidebar_attachments_icon_cache_refresh),
7120         (ev_sidebar_attachments_get_attachment_at_pos),
7121         (ev_sidebar_attachments_popup_menu_show),
7122         (ev_sidebar_attachments_popup_menu),
7123         (ev_sidebar_attachments_button_press),
7124         (ev_sidebar_attachments_update_icons),
7125         (ev_sidebar_attachments_drag_data_get),
7126         (ev_sidebar_attachments_get_property),
7127         (ev_sidebar_attachments_destroy),
7128         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7129         (ev_sidebar_attachments_new),
7130         (ev_sidebar_attachments_set_document),
7131         (ev_sidebar_attachments_support_document),
7132         (ev_sidebar_attachments_get_label),
7133         (ev_sidebar_attachments_page_iface_init):
7134         * shell/ev-sidebar-attachments.h:
7135         * shell/ev-window.c: (update_chrome_visibility),
7136         (setup_sidebar_from_metadata), (ev_window_setup_document),
7137         (ev_window_sidebar_current_page_changed_cb),
7138         (attachment_bar_menu_popup_cb), (ev_window_init):
7139         
7140         Move attachments bar to sidebar.
7141
7142 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7143
7144         * pdf/ev-poppler.cc:
7145         * shell/ev-application.[ch]:
7146         * shell/main.c:
7147
7148         Fix some memory leaks.
7149
7150 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7151
7152         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7153
7154         Change the properties dialog response to
7155         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7156         will make the dialog go away when the user presses
7157         enter. With gtk+ >= 2.9 this will happen anyway, but for
7158         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7159         escape by default. Fixes bug #340539. See also bug
7160         #101293 for the gtk+ part.
7161
7162 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7163
7164         * shell/ev-view.c (tip_from_action_named): Replace some strings
7165         that were wrong. Closes #340970.
7166
7167 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7168
7169         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7170
7171         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7172         #341049
7173
7174 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7175
7176         * djvu/Makefile.am:
7177         * dvi/Makefile.am:
7178         * dvi/mdvi-lib/Makefile.am:
7179         * properties/Makefile.am:
7180         * ps/Makefile.am:
7181         * shell/Makefile.am:
7182         * thumbnailer/Makefile.am:
7183         
7184         Due to broken libtool that is unable to track dependencies
7185         of noinst libraries we are forced to explicitely point
7186         libraries for binary. Fix for the bug #333334.
7187
7188 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7189
7190         * data/evince.desktop.in.in:
7191         * shell/ev-view.c: (view_update_range_and_current_page),
7192         (ev_view_next_page), (ev_view_previous_page):
7193         * shell/ev-window.c: (update_chrome_visibility),
7194         (setup_sidebar_from_metadata), (ev_window_setup_document),
7195         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7196         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7197         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7198         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7199         (ev_window_stop_presentation), (ev_window_focus_in_event),
7200         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7201         (ev_window_init):
7202         * thumbnailer/Makefile.am:
7203         
7204         Update fullscreen and presentation timeout handling. Hide
7205         cursor in presentation after timeout. Fix for the bugs
7206         #136359 and #336981.
7207
7208 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7209
7210         * backend/ev-link-action.[ch]:
7211         * pdf/ev-poppler.cc: (ev_link_from_action):
7212         * shell/ev-view-private.h:
7213         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7214         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7215
7216         Add support for Named Action links
7217
7218 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7219
7220         * backend/Makefile.am:
7221         * backend/ev-document-links.[ch]:
7222         * backend/ev-document.[ch]:
7223         * backend/ev-link-action.[ch]:
7224         * backend/ev-link-dest.[ch]:
7225         * backend/ev-link.[ch]:
7226         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7227         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7228         * shell/ev-page-action.c: (build_new_tree_cb):
7229         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7230         (links_page_num_func), (update_page_callback):
7231         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7232         (tip_from_link):
7233         * shell/ev-jobs.c:
7234         * shell/ev-window.[ch]: (ev_window_open_uri),
7235         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7236         * shell/ev-application.[ch]: (ev_application_open_window),
7237         (ev_application_open_uri):
7238
7239         Rework links system, it adds support for remote links now and it makes
7240         easier to add new kinds of actions and destinations. Fixes bug #317292
7241
7242 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7243
7244         * data/Makefile.am:
7245         * data/evince.png:
7246         * data/evince-16.png:
7247         * data/evince-22.png:
7248         * data/evince.svg:
7249         * shell/main.c: (main):
7250         
7251         Evince use it's own icon. Fix for the bug #313392.
7252
7253         * shell/ev-window.c: (fullscreen_timeout_cb),
7254         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7255         (ev_window_cmd_help_about), (ev_window_dispose):
7256         
7257         Simplify fullscreen timeout code.
7258
7259 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7260
7261         * backend/ev-attachment.c: 
7262         * shell/ev-attachment-bar.c:
7263         * shell/ev-window.c:
7264
7265         Allow multiple selection of attachments
7266
7267 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7268
7269         * shell/ev-view.c: (view_update_range_and_current_page),
7270         (ev_view_scroll):
7271         
7272         Fix for the bug #312573 – Optimal selection of current 
7273         page among visible pages.
7274
7275 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7276
7277         * configure.ac:
7278         * djvu/Makefile.am:
7279         * djvu/djvu-text.h:
7280         
7281         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7282         for the bug 339868.
7283
7284 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7285
7286         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7287
7288 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7289
7290         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7291         dictated by the GNOME HIG. Fixes bug #339235.
7292
7293 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7294
7295         * data/evince-ui.xml:
7296         * shell/ev-view.c: (ev_view_can_find_previous):
7297         * shell/ev-view.h:
7298         * shell/ev-window.c: (ev_window_update_actions),
7299         (ev_window_cmd_edit_find_previous):
7300
7301         Add support for "Find Previous" as dictated by the GNOME HIG. A
7302         menu item is added and some glue code to make it all work is added
7303         to various files.
7304
7305 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7306
7307         * configure.ac: Award myself the "useless use of cat" award.
7308
7309 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7310
7311         * po/LINGUAS: New file listing all supported languages.
7312
7313         * configure.in: Use po/LINGUAS instead of including all languages
7314         directly in this file. See the wiki for more information:
7315         http://live.gnome.org/GnomeGoals/PoLinguas
7316
7317 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7318
7319         * backend/ev-document-factory.c:
7320
7321         Do not load the document twice when there isn't errors
7322
7323 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7324
7325         * backend/ev-attachment.c: 
7326
7327         Fix a crash when there isn't a default application to open an
7328         attachment
7329
7330 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7331
7332         * backend/ev-attachment.[ch]:
7333         * shell/ev-attachment-bar.[ch]:
7334
7335         Added missing files. 
7336
7337 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7338
7339         * backend/Makefile.am:
7340         * data/evince-ui.xml:
7341         * backend/ev-attachment.[ch]:
7342         * backend/ev-document.[ch]: (ev_document_has_attachments),
7343         (ev_document_get_attachments):
7344         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7345         (attachment_save_to_buffer), (pdf_document_get_attachments),
7346         (pdf_document_document_iface_init):
7347         * shell/Makefile.am:
7348         * shell/ev-attachment-bar.[ch]:
7349         * shell/ev-window.c:
7350
7351         Add support for PDF attachments. Fixes bug #325143
7352
7353 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7354
7355         * backend/ev-document-factory.c: (get_document_from_uri),
7356         (ev_document_factory_get_document):
7357         * backend/ev-document-factory.h:
7358         * properties/ev-properties-main.c: (ev_properties_get_pages):
7359         * shell/Makefile.am:
7360         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7361         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7362         (ev_job_queue_remove_job):
7363         * shell/ev-job-queue.h:
7364         * shell/ev-job-xfer.c:
7365         * shell/ev-job-xfer.h:
7366         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7367         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7368         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7369         (ev_job_xfer_run):
7370         * shell/ev-jobs.h:
7371         * shell/ev-window.c: (ev_window_is_empty),
7372         (password_dialog_response), (ev_window_clear_xfer_job),
7373         (ev_window_xfer_job_cb), (ev_window_open_uri),
7374         (ev_window_cmd_focus_page_selector),
7375         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7376         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7377         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7378         (ev_window_dispose):
7379         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7380         
7381         * Cleanup mime type detection on document load. Fix for the
7382         bug #336448.
7383
7384 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7385
7386         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7387         
7388         Fix crash on exit, described in the bug #336825.
7389
7390 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7391
7392         * backend/ev-document-factory.c:
7393         (ev_document_factory_get_from_mime),
7394         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7395         (ev_document_factory_get_document),
7396         (file_filter_add_mime_list_and_free),
7397         (ev_document_factory_add_filters):
7398         * backend/ev-document-factory.h:
7399         * properties/ev-properties-main.c: (ev_properties_get_pages):
7400         * shell/Makefile.am:
7401         * shell/ev-application.c:
7402         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7403         * shell/ev-window.c: (ev_window_cmd_file_open),
7404         (ev_window_cmd_save_as):
7405         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7406         
7407         Rework factory functions so they are placed now in a single 
7408         file ev-document-factory.c
7409
7410 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7411
7412         * shell/ev-window.c: (update_chrome_visibility):
7413         
7414         Fix for the bug 166566 - don't show menubar in fullscreen
7415         mode.
7416
7417 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7418
7419         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7420
7421 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7422
7423         * shell/ev-view.c: (ev_view_expose_event):
7424         
7425         More correctly draw loading text when document
7426         is empty.
7427
7428 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7429
7430         * shell/ev-view.c: (ev_view_scroll):
7431         
7432         Fix for the bug #334854, page down and page up switch
7433         pages in presentation mode.
7434
7435 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7436
7437         * shell/ev-window.c: (ev_window_set_action_sensitive),
7438         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7439         (ev_window_set_view_accels_sensitivity),
7440         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7441         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7442         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7443         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7444         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7445         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7446         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7447         (view_actions_focus_in_cb), (ev_window_init):
7448         
7449         Fix for the bug #333902, now it's possible to search
7450         words with slash.
7451
7452 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7453
7454         * configure.ac: Added Breton translation.
7455         * po/br.po: Added Breton translation.
7456
7457 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7458
7459         * shell/ev-window-title (ev_window_title_update):
7460
7461         Fix memory leak in window title. Fixes bug #333944
7462
7463 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7464
7465         * shell/ev-metadata-manager.c (parseItem):
7466
7467         Fix memory leaks. Fixes bug #333945
7468
7469 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7470         
7471         * NEWS, configure.ac, TODO:
7472         
7473         Update for release 0.5.2.
7474
7475 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7476
7477         * shell/ev-view.c: (view_update_range_and_current_page),
7478         (page_changed_cb):
7479         
7480         Don't jump on scrolling, fix for the bug #333127.
7481
7482 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7483
7484         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7485         
7486         Scroll by one page in presentation mode. Fix for the bug
7487         #332993.
7488
7489 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7490
7491         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7492
7493 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7494
7495         * configure.ac  Added lv in ALL_LINGUAS line.
7496
7497 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7498         
7499         * NEWS, configure.ac:
7500         
7501         Update for release 0.5.1
7502
7503 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7504
7505         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7506         * backend/ev-document-misc.h:
7507         * shell/ev-view.c: (draw_one_page):
7508         
7509          Clairfy what page the toolbar page number applies to. Fix
7510          for the bug #328102.
7511
7512 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7513
7514         * shell/ev-view-private.h:
7515         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7516         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7517         (ev_view_search_changed):
7518         * shell/ev-view.h:
7519         * shell/ev-window.c: (find_bar_search_changed_cb):
7520         
7521         Dont't jump to find result if window was scrolled during search.
7522         Fix for the bug #313266.
7523
7524 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7525
7526         * shell/eggfindbar.c: (egg_find_bar_class_init):
7527         * shell/eggfindbar.h:
7528         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7529         * shell/ev-view-private.h:
7530         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7531         (ev_view_class_init), (ev_sizing_mode_get_type),
7532         (ev_scroll_type_get_type):
7533         * shell/ev-view.h:
7534         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7535         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7536         (ev_window_init):
7537         
7538         Fix for the bug 319133 - Find entry should allow text scroll.
7539
7540 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7541
7542         * shell/ev-view-private.h:
7543         * shell/ev-view.c: (view_update_range_and_current_page),
7544         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7545         (ev_view_set_document), (update_find_status_message),
7546         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7547         (ev_view_find_previous):
7548         
7549         Fix for the bug #319137. Search now takes account for scrolling.
7550
7551 2006-02-19  Michael Hofmann <mh21@piware.de>
7552
7553         * configure.ac:
7554         * djvu/Makefile.am:
7555         * djvu/djvu-document-private.h:
7556         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7557         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7558         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7559         (djvu_document_can_get_text), (djvu_document_get_text),
7560         (djvu_document_document_iface_init),
7561         (djvu_document_thumbnails_get_thumbnail),
7562         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7563         (djvu_document_find_get_result),
7564         (djvu_document_find_page_has_results),
7565         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7566         (djvu_document_find_iface_init):
7567         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7568         (djvu_text_page_selection), (djvu_text_page_limits_process),
7569         (djvu_text_page_limits), (djvu_text_page_copy),
7570         (djvu_text_page_position), (djvu_text_page_union),
7571         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7572         (djvu_text_page_box), (djvu_text_page_append_text),
7573         (djvu_text_page_search), (djvu_text_page_prepare_search),
7574         (djvu_text_page_new), (djvu_text_page_free):
7575         * djvu/djvu-text-page.h:
7576         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7577         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7578         (djvu_text_n_results), (djvu_text_has_results),
7579         (djvu_text_get_result), (djvu_text_get_progress):
7580         * djvu/djvu-text.h:
7581         
7582         Text search in djvu. Fix for the bug #303415.
7583
7584 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7585
7586         * configure.ac:
7587         * shell/ev-window.c: (ev_window_cmd_save_as):
7588         
7589         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7590         Thanks to Gary Coady <gary@lyranthe.org>
7591
7592 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7593
7594         * shell/ev-print-job.c: (idle_print_handler):
7595         
7596         Inverse order printing, bug #320919.
7597
7598 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7599
7600         * data/evince-toolbar.xml:
7601         * shell/ev-window.c:
7602         
7603         Allow to add sidebar checkbutton on toolbar. Fix
7604         for the bug #144577.
7605
7606 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7607
7608         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7609         
7610         Add checks that have sense for empty ps document.
7611
7612 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7613
7614         * configure.ac: Include PS in mime types list. 
7615
7616 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7617
7618         * configure.ac:
7619         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7620         * ps/gsdefaults.h:
7621         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7622         
7623         Runtime check for gs interpreter. Fix for the bug #320868.
7624         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7625
7626 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7627
7628         * shell/ev-application.c: 
7629
7630         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7631         dbus>=0.60, so that the request is not queued. 
7632
7633 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7634
7635         * configure.ac:
7636         * shell/Makefile.am:
7637         * shell/ev-sidebar-links.c: (print_section_cb):
7638         * shell/ev-utils.c:
7639         * shell/ev-utils.h:
7640         * shell/ev-window.c: (update_action_sensitivity),
7641         (ev_window_close_dialogs), (ev_window_print):
7642         * shell/ev-window.h:
7643         
7644         Make printing support optional. Patch from Eduardo de Barros Lima
7645         <eduardo.lima@indt.org.br> for the bug #330546.
7646
7647 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7648
7649         * shell/ev-view-private.h:
7650         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7651         (ev_view_set_document):
7652         * shell/ev-view.h:
7653         * shell/ev-window.c: (ev_window_load_job_cb),
7654         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7655         (ev_window_init):
7656
7657         Draw Loading message during xfer job. Fix for the bug #329495.
7658
7659 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7660
7661         * comics/comics-document.c: (comics_regex_quote),
7662         (comics_document_load), (extract_argv):
7663         
7664         Correcly quote regexp before passing it to unzip.
7665
7666 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7667
7668         * shell/ev-page-cache.c: (build_height_to_page),
7669         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7670         (ev_page_cache_get_dual_even_left):
7671         * shell/ev-page-cache.h:
7672         * shell/ev-view.c: (view_update_range_and_current_page),
7673         (get_page_y_offset), (get_page_extents):
7674         
7675         Place even pages to the left if document has less then
7676         two pages. Fix for the bug #328856.
7677
7678 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7679
7680         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7681         
7682         Correct comics scheme. This make evince create thumbnails
7683         for comic books. Fix for the bug 329088.
7684
7685 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7686
7687         * data/evince-password.glade: Don't explicitly set
7688         invisible_char to the current default value in case
7689         the default changes; let GTK+ do its magic.
7690
7691 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7692
7693         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7694         real filename to tmp filename since often document
7695         type is determined by extension.
7696
7697 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7698
7699         * shell/ev-view.c: (add_scroll_binding_keypad),
7700         (ev_view_binding_activated), (ev_view_class_init):
7701         
7702         Add keybindings for percision-scrolling of display area. 
7703         Fix for the bug #314072.
7704
7705 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7706
7707         * data/evince.desktop.in.in:
7708         
7709         Add GTK to the list of categories. Fix for the bug #328034.
7710
7711 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7712
7713         * shell/ev-application.c: (ev_application_shutdown),
7714         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7715         * shell/ev-application.h:
7716         * shell/ev-window.c: (file_open_dialog_response_cb),
7717         (ev_window_cmd_file_open):
7718         
7719         Save last uri in file chooser dialog. Fix for the bug #327950.
7720
7721 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7722
7723         * NEWS:
7724         * README:
7725         
7726         Final update for release 0.5.0
7727         
7728         * shell/Makefile.am:
7729         
7730         Remove disable deprecated until we'll require libgnome-2.13.7
7731         and port to GOption argument parsing. See bug 327518.
7732
7733 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7734
7735         * comics/comics-document.c: (comics_document_save):
7736         * djvu/djvu-document.c: (djvu_document_save):
7737         * dvi/dvi-document.c: (dvi_document_save):
7738         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7739         * lib/ev-file-helpers.h:
7740         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7741         * tiff/tiff-document.c: (tiff_document_save):
7742         
7743         Use common save function for backends.
7744
7745 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7746
7747         * backend/ev-document-types.c:
7748         
7749         Fix crash on saving pixbuf.
7750
7751 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7752
7753         * cut-n-paste/recent-files/egg-recent-item.c:
7754         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7755         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7756         (parse_info_free), (valid_element), (start_element_handler),
7757         (end_element_handler), (text_handler), (egg_recent_model_filter),
7758         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7759         (egg_recent_model_monitor), (egg_recent_model_read),
7760         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7761         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7762         (egg_recent_model_set_property), (egg_recent_model_class_init),
7763         (egg_recent_model_init), (egg_recent_model_add_full),
7764         (egg_recent_model_delete), (egg_recent_model_get_list),
7765         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7766         (egg_recent_model_set_filter_mime_types),
7767         (egg_recent_model_clear_group_filter),
7768         (egg_recent_model_set_filter_groups),
7769         (egg_recent_model_clear_scheme_filter),
7770         (egg_recent_model_set_filter_uri_schemes),
7771         (egg_recent_model_remove_expired):
7772         * cut-n-paste/recent-files/egg-recent-util.c:
7773         (egg_recent_util_get_icon):
7774         * cut-n-paste/recent-files/egg-recent-util.h:
7775         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7776         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7777         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7778         (egg_recent_view_uimanager_set_property),
7779         (egg_recent_view_uimanager_get_property),
7780         (egg_recent_view_uimanager_class_init),
7781         (egg_recent_view_uimanager_init),
7782         (egg_recent_view_uimanager_set_label_width),
7783         (egg_recent_view_uimanager_get_label_width):
7784         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7785         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7786         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7787         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7788         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7789         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7790         
7791         Update from libegg.
7792
7793 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7794
7795         * shell/ev-page-cache.c: (build_height_to_page),
7796         (ev_page_cache_get_height_to_page):
7797         * shell/ev-page-cache.h:
7798         * shell/ev-view.c: (view_update_range_and_current_page),
7799         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7800         (ev_view_previous_page):
7801         
7802         Dual mode places even pages to the left. Fix for the bug #309393.
7803
7804         * shell/ev-view.h:
7805         * shell/ev-window.c: (update_action_sensitivity),
7806         (setup_view_from_metadata), (view_menu_popup_cb):
7807         
7808         Don't restore presentation in empty windows, more intelligent
7809         next page behaviour in dual mode.
7810
7811         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7812         (ev_pixbuf_cache_clear_job_sizes):
7813         
7814         Cleanup job callback on removal. Fix for the bug #325886.
7815
7816 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7817
7818         * ps/ps.c: (psscan):
7819         
7820         Commit workaround Mozilla problem. Fix for the bug #325919
7821         
7822         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7823         (save_item):
7824         
7825         Fix for year 2038 problem.
7826
7827 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7828
7829         * shell/ev-window.c: (setup_document_from_metadata),
7830         (ev_window_cmd_view_reload):
7831
7832         Clamp page recieved from metadata in valid values. Fix
7833         for the bug #325986.
7834
7835 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7836
7837         * MAINTAINERS: 
7838         Add MAINTAINERS as requested on desktop-devel-list.
7839
7840 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7841
7842         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7843         (mime_type_supported_by_gdk_pixbuf),
7844         (ev_document_factory_get_mime_types),
7845         (ev_document_factory_get_all_mime_types):
7846         
7847         Don't add pixbuf mime types if pixbuf backend is disabled.
7848         
7849         * shell/ev-application.c: (ev_application_get_uri_window):
7850         
7851         Fix for the bug 325815 - unhandled MIME type message doesn't 
7852         appear a second time. 
7853         
7854         * shell/ev-document-types.c: (ev_document_types_add_filters):
7855         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7856         (password_dialog_response), (ev_window_popup_password_dialog),
7857         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7858         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7859         (ev_window_run_presentation), (ev_window_stop_presentation),
7860         (save_sizing_mode), (ev_window_zoom_changed_cb),
7861         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7862         (ev_window_dual_mode_changed_cb),
7863         (ev_window_sidebar_current_page_changed_cb),
7864         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7865         (window_state_event_cb), (window_configure_event_cb):
7866         
7867         Cleanup additional uris holded by EvWindow.
7868
7869 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7870
7871         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7872         (ev_view_can_previous_page), (ev_view_can_next_page):
7873         * shell/ev-view.h:
7874         * shell/ev-window.c: (update_action_sensitivity):
7875         
7876         Two page scrolling with Space and PageUp in dual mode. Second fix 
7877         for the bug #316608.
7878
7879 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7880
7881         * shell/ev-view.c: (scroll_to_current_page):
7882         
7883         Correctly clamp adjustment value. Fix for the bug
7884         #325808.
7885
7886 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7887
7888         * shell/ev-sidebar-links.c: (print_section_cb):
7889         * shell/ev-window.c: (ev_window_get_uri),
7890         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7891         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7892         (ev_window_dispose):
7893         
7894         Make print dialog non-modal. Fix for the bug #325622.
7895
7896 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7897
7898         * shell/ev-metadata-manager.c:
7899         * shell/ev-utils.c: (using_pdf_printer),
7900         (using_postscript_printer), (load_print_config_from_file),
7901         (save_print_config_to_file):
7902         * shell/ev-utils.h:
7903         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7904         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7905         (setup_view_from_metadata), (ev_window_setup_document),
7906         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7907         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7908         (ev_window_run_presentation), (ev_window_stop_presentation),
7909         (save_sizing_mode), (ev_window_zoom_changed_cb),
7910         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7911         (ev_window_dual_mode_changed_cb),
7912         (ev_window_sidebar_current_page_changed_cb),
7913         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7914         (window_state_event_cb), (window_configure_event_cb),
7915         (ev_window_init):
7916         
7917         Setting saving behaviour fixes.
7918
7919 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7920
7921         * configure.ac:
7922         
7923         Make antialiasing gs options better and allow
7924         to change them during configure. Fix for the 
7925         bug #319049.
7926
7927 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7928
7929         * shell/ev-window.c: (setup_view_from_metadata):
7930         
7931         Remember if last window was maximized. Fix for the
7932         bug #323797.
7933
7934 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7935
7936         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7937
7938 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7939
7940         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7941         * shell/ev-page-action.c: (build_new_tree_cb):
7942         * shell/ev-sidebar-links.c: (links_page_num_func),
7943         (update_page_callback_foreach), (update_page_callback):
7944         * shell/ev-view.c: (scroll_to_current_page):
7945         
7946         Fix for the bug #325067 with more intelligent selection
7947         of current link in sidebar. Make sidebar handle links
7948         of FITR-like type more correctly.
7949
7950         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7951         (dvi_pixbuf_put_pixel):
7952         
7953         Fix memory consumtion with disabled alpha channel.
7954
7955 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7956
7957         * data/evince-ui.xml:
7958         * shell/ev-window.c: (view_menu_popup_cb),
7959         (ev_popup_cmd_open_link), (ev_window_init):
7960         
7961         Update context menu for internal links. Fix for the bug
7962         #325066.
7963
7964 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7965
7966         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7967         
7968         Bind context menu to keyboard also. Fix for the bug
7969         #325065.
7970
7971 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7972
7973         * shell/ev-view.c: (selection_scroll_timeout_cb):
7974         
7975         Horizontal scroll on selection also.
7976
7977 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7978
7979         * shell/ev-metadata-manager.c: (parse_value):
7980         * shell/ev-view.c: (goto_xyz_link):
7981         
7982         Correct zoom setup and metadata save broken in 
7983         some locales.
7984
7985 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7986
7987         * shell/ev-view-private.h:
7988         * shell/ev-view.c: (scroll_to_current_page),
7989         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7990         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7991         (page_changed_cb), (ev_view_set_continuous),
7992         (ev_view_set_dual_page), (ev_view_set_presentation):
7993         
7994         Delay scroll until allocation to correctly position page. Fix
7995         for the bug #317334.
7996
7997 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7998
7999         * NEWS:
8000         * configure.ac:
8001         
8002         Update NEWS and require poppler 0.5.0.
8003
8004 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
8005         
8006         * data/evince-ui.xml:
8007         * shell/ev-view-private.h:
8008         * shell/ev-view.c: (ev_view_get_link_at_location),
8009         (handle_link_over_xy), (ev_view_button_press_event),
8010         (ev_view_button_release_event), (ev_view_class_init):
8011         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8012         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8013         (ev_window_init):
8014         
8015         Implement right-click context menu.
8016
8017 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8018
8019         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8020         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8021         (mdvi_pixbuf_device_render):
8022         * pdf/ev-poppler.cc:
8023
8024         Don't generate thumbnails with alpha. See bug #324077.
8025         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8026
8027 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8028
8029         * shell/ev-window.c: (setup_chrome_from_metadata):
8030         
8031         Fix typo that was hiding toolbar.
8032
8033 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8034
8035         * shell/ev-view-private.h:
8036         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8037         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8038         (ev_view_button_release_event), (ev_view_destroy):
8039         
8040         Small cleanup and autoscrolling during selection. Thanks to 
8041         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8042
8043 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8044
8045         * configure.ac:
8046         
8047         Correctly check for comics option.
8048
8049 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8050         * Makefile.am:
8051         * configure.ac:
8052         * backend/Makefile.am:
8053         * backend/ev-document-factory.c:
8054         * shell/ev-document-types.c:
8055
8056         Included option in configure to make ps backend 
8057         compilation optional with --disable-ps.
8058
8059 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8060
8061         * backend/ev-document-factory.c:
8062         * comics/Makefile.am:
8063         * comics/comics-document.c: (comics_document_load):
8064         * comics/ev-cbr-mime.xml:
8065         * configure.ac:
8066         
8067         Comics mime types are added to shared-mime-info CVS. Now
8068         we don't need to install our own mime types.
8069
8070 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8071
8072         * shell/ev-window.c:
8073         
8074         Add shortcut for "save a copy" menu entry. Fix for
8075         the bug #324582.
8076
8077 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8078
8079         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8080         (job_finished_cb), (new_selection_pixbuf_needed),
8081         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8082         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8083         
8084         Rework selection job info logic and fix critical warning.
8085
8086 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8087
8088         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8089
8090 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8091
8092         * data/evince-ui.xml:
8093         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8094         
8095         Enter as shortcut key for next page. Fix for the bug
8096         #321394.
8097
8098 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8099
8100         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8101
8102 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8103
8104         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8105         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8106         (new_selection_pixbuf_needed),
8107         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8108         (clear_job_selection):
8109         
8110         Too early for 0.5. Pixbuf cache code cleaned a bit.
8111
8112 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8113
8114         * NEWS:
8115         * configure.ac:
8116         
8117         Release 0.5.0 preparation
8118
8119 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8120
8121         * comics/Makefile.am:
8122         * configure.ac:
8123         * shell/ev-document-types.c: (ev_document_types_add_filters):
8124         
8125         More advanced handling of custom mime type installation.
8126
8127 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8128
8129         * data/evince.schemas.in:
8130         * shell/ev-metadata-manager.c: (value_free),
8131         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8132         (ev_metadata_manager_get), (ev_metadata_manager_set):
8133         * shell/ev-metadata-manager.h:
8134         * shell/ev-window.c: (update_chrome_flag),
8135         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8136         (setup_document_from_metadata), (setup_chrome_from_metadata),
8137         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8138         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8139         (ev_window_view_toolbar_cb),
8140         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8141         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8142         
8143         Save last document settings and reuse them for new documents.
8144
8145 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8146
8147         * Makefile.am:
8148         * backend/Makefile.am:
8149         * backend/ev-document-factory.c:
8150         * backend/ev-document-factory.h:
8151         * comics/Makefile.am:
8152         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8153         (comics_document_load), (comics_document_save),
8154         (comics_document_get_n_pages), (comics_document_get_page_size),
8155         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8156         (comics_document_class_init), (comics_document_can_get_text),
8157         (comics_document_get_info), (comics_document_document_iface_init),
8158         (comics_document_init), (get_supported_image_extensions),
8159         (comics_document_thumbnails_get_geometry),
8160         (comics_document_thumbnails_get_thumbnail),
8161         (comics_document_thumbnails_get_dimensions),
8162         (comics_document_document_thumbnails_iface_init), (extract_argv):
8163         * comics/comics-document.h:
8164         * comics/ev-cbr-mime.xml:
8165         * configure.ac:
8166         * po/POTFILES.in:
8167         * shell/ev-application.c: (ev_application_register_service):
8168         * shell/ev-document-types.c: (ev_document_types_add_filters):
8169         * thumbnailer/Makefile.am:
8170         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8171         
8172         New CBR/CBZ backend for comic books.
8173
8174 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8175
8176         * shell/main.c: (load_files_remote):
8177
8178         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8179         warning on startup of second instance is fixed. It
8180         is bug #320353.
8181
8182 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8183
8184         * shell/ev-window.c: (ev_window_finalize):
8185         
8186         Fix double free that cause crash.
8187
8188 2005-10-29  Bastien Nocera <hadess@hadess.net>
8189
8190         * tiff/tiff-document.c: (tiff_document_load):
8191         
8192         Fix memory leak.
8193
8194 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8195
8196         * po/POTFILES.in:
8197         * shell/Makefile.am:
8198         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8199         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8200         (ev_view_accessible_get_text),
8201         (ev_view_accessible_get_character_at_offset),
8202         (ev_view_accessible_get_text_before_offset),
8203         (ev_view_accessible_get_text_at_offset),
8204         (ev_view_accessible_get_text_after_offset),
8205         (ev_view_accessible_get_character_count),
8206         (ev_view_accessible_get_caret_offset),
8207         (ev_view_accessible_set_caret_offset),
8208         (ev_view_accessible_get_run_attributes),
8209         (ev_view_accessible_get_default_attributes),
8210         (ev_view_accessible_get_character_extents),
8211         (ev_view_accessible_get_offset_at_point),
8212         (ev_view_accessible_get_n_selections),
8213         (ev_view_accessible_get_selection),
8214         (ev_view_accessible_add_selection),
8215         (ev_view_accessible_remove_selection),
8216         (ev_view_accessible_set_selection),
8217         (ev_view_accessible_text_iface_init),
8218         (ev_view_accessible_idle_do_action),
8219         (ev_view_accessible_action_do_action),
8220         (ev_view_accessible_action_get_n_actions),
8221         (ev_view_accessible_action_get_description),
8222         (ev_view_accessible_action_get_name),
8223         (ev_view_accessible_action_set_description),
8224         (ev_view_accessible_action_iface_init),
8225         (ev_view_accessible_get_type), (ev_view_accessible_new),
8226         (ev_view_accessible_factory_get_accessible_type),
8227         (ev_view_accessible_factory_create_accessible),
8228         (ev_view_accessible_factory_class_init),
8229         (ev_view_accessible_factory_get_type):
8230         * shell/ev-view-accessible.h:
8231         * shell/ev-view-private.h:
8232         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8233         * shell/ev-view.h:
8234         
8235         Initial accessibility support.
8236
8237 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8238
8239         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8240
8241 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8242
8243         * shell/ev-print-job.c: (idle_print_handler):
8244         
8245         Fix for bug Bug 318916: Printing multiple pages.
8246
8247 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8248
8249         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8250
8251 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8252
8253         * pdf/ev-poppler.cc:
8254         
8255         Thumnail dimensions unified with other backends.
8256         
8257         * shell/ev-window-title.c: (ev_window_title_update):
8258         
8259         Fix warning.
8260
8261 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8262
8263         * data/ev-stock-zoom-fit-width.png:
8264         
8265         Remove unused file.
8266
8267 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8268
8269         * configure.ac:
8270         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8271         (djvu_document_finalize):
8272         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8273         (dvi_document_finalize):
8274         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8275         (pixbuf_document_save), (pixbuf_document_finalize):
8276         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8277         (tiff_document_finalize):
8278         
8279         Save a copy implemented for various backends.
8280
8281 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8282
8283         * configure.ac:
8284         
8285         Don't link with ltiff if tiff is disabled.
8286
8287 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8288
8289         * pdf/GDKSplashOutputDev.cc:
8290         * pdf/GDKSplashOutputDev.h:
8291         * pdf/Thumb.cc:
8292         * pdf/Thumb.h:
8293         * pdf/pdf-document.cc:
8294         * pdf/pdf-document.h:
8295         * pdf/test-gdk-output-dev.cc:
8296         
8297         Remove old unused files.
8298
8299 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8300
8301         * shell/ev-window.c: (ev_window_setup_document):
8302         
8303         Fixed warnings on reload and probably crash reason.
8304
8305 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8306
8307         * properties/ev-properties-view.c:
8308         (ev_properties_view_format_date):
8309         
8310         Check if date is invalid. Fix for bug 318134.
8311
8312 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8313
8314         * shell/ev-window-title.c:
8315         
8316         Add .indd files (Adobe Indesign) to the list of "bad
8317         extensions".
8318
8319 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8320
8321         * data/evince-ui.xml:
8322         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8323         
8324         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8325
8326 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8327
8328         * shell/ev-window.c: (launch_link), (launch_external_uri),
8329         (view_external_link_cb):
8330
8331         URL-escape link before passing it to gnome_vfs_url_show.
8332
8333 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8334
8335         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8336         there isn't text selected.
8337
8338 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8339
8340         * shell/ev-view.c: (handle_link_over_xy):
8341
8342         Check tooltip is valid utf8 before showing it
8343
8344 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8345
8346         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8347
8348 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8349
8350         * shell/ev-window-title.c: (ev_window_title_update):
8351
8352         Guard against using g_strstrip on NULL. Fixes bug #317291.
8353
8354 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8355
8356         * pdf/ev-poppler.cc:
8357
8358         Show title even for unknown links
8359
8360 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8361
8362         * shell/ev-window-title.c: (ev_window_title_update):
8363
8364         Strip the title string
8365
8366 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8367
8368         * shell/ev-window-title.c:
8369
8370         Add .rtf to the bad extensions list
8371
8372 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8373
8374         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8375         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8376
8377         Ignore link coordinates if they are outside page bounds
8378
8379 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8380
8381         * backend/ev-link.c: (ev_link_type_get_type),
8382         (ev_link_get_filename), (ev_link_get_params),
8383         (ev_link_get_property), (ev_link_set_property),
8384         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8385         * backend/ev-link.h:
8386         * pdf/ev-poppler.cc:
8387         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8388         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8389         (ev_window_init):
8390
8391         Implement launch links. Delegate external link opening to
8392         the window.
8393
8394 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8395
8396         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8397         (ev_link_get_right), (ev_link_get_property),
8398         (ev_link_set_property), (ev_link_class_init),
8399         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8400         * backend/ev-link.h:
8401         * pdf/ev-poppler.cc:
8402         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8403
8404         Implement fitr links
8405
8406 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8407
8408         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8409         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8410         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8411         (ev_view_size_request_continuous),
8412         (ev_view_size_request_dual_page),
8413         (ev_view_size_request_single_page), (ev_view_size_allocate),
8414         (ev_view_zoom_for_size_continuous_and_dual_page),
8415         (ev_view_zoom_for_size_continuous),
8416         (ev_view_zoom_for_size_dual_page),
8417         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8418         (ev_sizing_mode_get_type):
8419         * shell/ev-view.h:
8420         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8421
8422         Do not use modes for link, we need to calculate size ad hoc.
8423         Still not perfect because of the usual scrollbar issues grrr.
8424
8425 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8426
8427         * backend/ev-link.c: (ev_link_type_get_type),
8428         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8429         * backend/ev-link.h:
8430         * pdf/ev-poppler.cc:
8431         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8432         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8433         (ev_view_size_request_continuous),
8434         (ev_view_size_request_dual_page),
8435         (ev_view_size_request_single_page), (ev_view_size_allocate),
8436         (zoom_for_size_fit_height),
8437         (ev_view_zoom_for_size_continuous_and_dual_page),
8438         (ev_view_zoom_for_size_continuous),
8439         (ev_view_zoom_for_size_dual_page),
8440         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8441         (ev_sizing_mode_get_type):
8442         * shell/ev-view.h:
8443         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8444
8445         Implement FIT_HEIGHT mode (only for links).
8446         Implement FITH links
8447
8448 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8449
8450         * shell/ev-window-title.c: (get_filename_from_uri),
8451         (ev_window_title_sanitize_extension), (ev_window_title_update),
8452         (ev_window_title_set_document), (ev_window_title_set_uri),
8453         (ev_window_title_free):
8454         * shell/ev-window-title.h:
8455         * shell/ev-window.c: (ev_window_setup_document),
8456         (ev_window_popup_password_dialog):
8457
8458         Refactor window title building while fixing it for
8459         password documents.
8460
8461 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8462
8463         * pdf/ev-poppler.cc:
8464
8465         Escape link title before setting it in the model
8466
8467 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8468
8469         * shell/ev-application.c: (removed_from_session), (save_session),
8470         (init_session), (ev_application_get_empty_window),
8471         (ev_application_init), (ev_application_get_windows):
8472         * shell/ev-application.h:
8473         * shell/ev-window.c: (ev_window_finalize):
8474
8475         Add a function to retrieve window list and share it where
8476         necessary.
8477         Implement session handling, works pretty well thanks to the
8478         metadata system.
8479
8480 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8481
8482         * shell/ev-password.c: (ev_password_item_created_callback),
8483         (ev_password_dialog_save_password):
8484         
8485         Fix for bug 316972. Use async gnome-keyring API.
8486
8487 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8488
8489         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8490         Remove unused unrealize handler. Add scroll handling to
8491         ev_view_scroll_event for presentation mode (bug #316708),
8492         and fix the event state checks there.
8493
8494 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8495
8496         * shell/ev-page-action.c: (page_changed_cb):
8497
8498         "marco, maybe we should be crazy and jump right to 6! :)"
8499
8500         Bryan Clark, Sep 2005
8501
8502 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8503
8504         * ps/ps-document.c: (save_document), (ps_document_save),
8505         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8506         (ps_document_ps_export_end):
8507
8508         Fix unstructured documents save and print
8509
8510 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8511
8512         * shell/ev-application.c: (ev_application_open_uri):
8513
8514         Fix window size persistance
8515
8516 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8517
8518         * shell/ev-view.c: (ev_view_button_release_event):
8519
8520         Based on a patch from carlosgc@gnome.org. Mouse buttons
8521         switch pages in presentation mode.
8522
8523 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8524
8525         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8526
8527         Dont cast to int before scaling
8528
8529 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8530
8531         * backend/ev-link.c: (ev_link_type_get_type),
8532         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8533         (ev_link_new_page_fith):
8534         * backend/ev-link.h:
8535         * pdf/ev-poppler.cc:
8536         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8537
8538         Implement FIT and FITH links
8539
8540 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8541
8542         * pdf/ev-poppler.cc:
8543
8544         Return 0 results when search is not in progress.
8545
8546         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8547         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8548
8549         Update menu sensitivity when cancelling search
8550
8551 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8552
8553         * shell/ev-view.c: (ev_view_can_find_next):
8554
8555         Take all pages in consideration, not just current one
8556
8557 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8558
8559         * shell/ev-page-cache.c:
8560         * shell/ev-page-cache.h:
8561         * shell/ev-view.c: (ev_view_binding_activated),
8562         (ev_view_next_page), (ev_view_previous_page),
8563         (ev_sizing_mode_get_type):
8564         * shell/ev-view.h:
8565         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8566         (ev_window_cmd_go_next_page):
8567
8568         Move page next/previous functions from page chace to
8569         view and change it to move by 2 page steps in dual mode.
8570
8571 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8572
8573         * shell/ev-window.c: (update_sidebar_visibility),
8574         (setup_sidebar_from_metadata), (ev_window_setup_document),
8575         (setup_view_from_metadata):
8576
8577         Show the index by default when there is one     
8578
8579 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8580
8581         * shell/ev-window-title.c: (ev_window_title_set_document):
8582
8583         Missing null check
8584
8585 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8586
8587         * shell/ev-view.c: (view_update_range_and_current_page):
8588         
8589         Allow display of last odd page in dual view. Fix for 316347.
8590
8591 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8592
8593         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8594         
8595         Make close button default. Fix for 316383.
8596
8597 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8598
8599         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8600         
8601         Mark close button as default. Fix for 316381.
8602
8603 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8604
8605         * backend/ev-link.c: (ev_link_class_init):
8606
8607         Allow negative doubles in left/top properties
8608
8609 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8610
8611         * shell/ev-window.c:
8612
8613         Remove a bunch of strings that was used only
8614         by the statusbar.
8615
8616 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8617
8618         * shell/ev-window-title.c: (get_filename_from_uri),
8619         (ev_window_title_set_document):
8620
8621         When title has a confusing extension, show also
8622         the document filename inside ()
8623
8624 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8625
8626         * shell/Makefile.am:
8627         * shell/ev-window-title.c: (ev_window_title_new),
8628         (ev_window_title_update), (ev_window_title_set_type),
8629         (ev_window_title_set_document), (ev_window_title_free):
8630         * shell/ev-window-title.h:
8631         * shell/ev-window.c: (ev_window_setup_document),
8632         (password_dialog_response), (ev_window_popup_password_dialog),
8633         (ev_window_dispose), (ev_window_init):
8634
8635         Factor out and cleanup window title code
8636
8637 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8638
8639         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8640         (unable_to_load):
8641
8642         Make dialog transient so it doesnt block other windows
8643
8644 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8645
8646         * pdf/ev-poppler.cc:
8647         
8648         Fix pdf thumbnails rendering.
8649
8650 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8651
8652         * shell/ev-window.c: (fullscreen_set_timeout):
8653         
8654         Increase timeout to hide full screen popup. Bug 
8655         316123. 
8656
8657 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8658
8659         * data/evince.schemas.in:
8660         * shell/ev-window.c: (update_action_sensitivity):
8661
8662         Allow the user to override document restrictions. Fix for bug
8663         305818.
8664
8665 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8666
8667         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8668         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8669         (ev_window_class_init): Fix multihead behaviour of fullscreen
8670         toolbar popup. Fixes bug #315451.
8671
8672 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8673
8674         * configure.ac:
8675         * data/evince-password.glade:
8676         * shell/ev-password.c: (ev_password_dialog_set_property),
8677         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8678         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8679         (ev_password_dialog_entry_changed_cb),
8680         (ev_password_dialog_entry_activated_cb),
8681         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8682         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8683         (ev_password_dialog_set_bad_pass):
8684         * shell/ev-password.h:
8685         * shell/ev-window.c: (password_dialog_response),
8686         (ev_window_popup_password_dialog):
8687         
8688         Support for gnome-keyring for encrypted PDF's.
8689
8690 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8691
8692         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8693         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8694         (ev_view_enter_notify_event), (ev_view_class_init):
8695         
8696         More precise handling of enter_notify/leave_notify events
8697         in EvView. Fix for bug 315470.
8698
8699 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8700
8701         * shell/ev-window.c: (fullscreen_timeout_cb),
8702         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8703         (ev_window_dispose):
8704
8705         leak fix: unref fullscreen_timeout_source before clearing it
8706
8707 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8708
8709         * configure.ac, dvi/mdvi/Makefile.am: 
8710         
8711         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8712
8713 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8714
8715         * backend/ev-link.c: (ev_link_new_page_xyz):
8716         * pdf/ev-poppler.cc:
8717         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8718
8719         Fix some bugs with xyz links, respect zoom
8720
8721 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8722
8723         * shell/ev-window.c: (page_changed_cb),
8724         (setup_document_from_metadata), (update_sidebar_visibility),
8725         (setup_view_from_metadata), (ev_window_run_fullscreen),
8726         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8727         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8728         (ev_window_dual_mode_changed_cb),
8729         (ev_window_sidebar_current_page_changed_cb):
8730
8731         null check uri before setting and getting metadata
8732
8733 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8734
8735         * dvi/Makefile.am:
8736         * properties/Makefile.am:
8737         * shell/Makefile.am:
8738         * thumbnailer/Makefile.am:
8739
8740         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8741
8742 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8743
8744         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8745         (selection_changed_callback):
8746         * shell/ev-sidebar-links.h:
8747
8748         Add a signal for link activation.
8749
8750         * shell/ev-view.c: (ev_view_goto_link),
8751         (ev_view_button_release_event):
8752         * shell/ev-view.h:
8753         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8754         (ev_window_init):
8755
8756         Implement the signal so that we can handle all link types.
8757
8758         * shell/ev-page-cache.c:
8759
8760         Remove unused set_link function
8761
8762 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8763
8764         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8765
8766         Add some space from the cursor, hardcoded but I couldnt
8767         find a better way.
8768
8769 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8770
8771         * lib/ev-tooltip.c:
8772
8773         Use mozilla style vs gtk style, way better for links.
8774
8775         * shell/ev-view.c: (ev_view_motion_notify_event),
8776         (ev_view_destroy), (ev_view_init):
8777
8778         Deactive tooltip when the link hovered is changed.
8779
8780 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8781
8782         * backend/ev-document.h:
8783         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8784         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8785         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8786         (ev_link_new_page), (ev_link_new_page_xyz):
8787         * backend/ev-link.h:
8788         * pdf/ev-poppler.cc:
8789         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8790         (go_to_link), (tip_from_link):
8791
8792         Implement xyz links, still not functional. Links are a total
8793         mess, will need to refactor and bugfix a lot :(
8794
8795 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8796
8797         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8798
8799 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8800
8801         * data/evince-ui.xml:
8802         * data/evince.schemas.in:
8803         * shell/Makefile.am:
8804         * shell/ev-window.c: (update_chrome_visibility),
8805         (password_dialog_response), (ev_window_load_job_cb),
8806         (ev_window_xfer_job_cb), (ev_window_open_uri),
8807         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8808         (ev_window_init):
8809
8810         Remove the statusbar. This regress loading feedback, need to
8811         check with Bryan what we want to do there...
8812
8813 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8814
8815         * lib/ev-tooltip.c: (ev_tooltip_init):
8816
8817         Fix tooltip border and size handling
8818
8819 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8820
8821         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8822         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8823         (ev_tooltip_timeout), (ev_tooltip_activate),
8824         (ev_tooltip_deactivate):
8825         * lib/ev-tooltip.h:
8826         * shell/ev-view.c: (ev_view_motion_notify_event):
8827
8828         Delay popup showing. Mirror gtk logic/times.
8829
8830 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8831
8832         * lib/Makefile.am:
8833         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8834         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8835         (ev_tooltip_set_text), (ev_tooltip_set_position):
8836         * lib/ev-tooltip.h:
8837
8838         Simple widget to show tooltips at a custom position
8839
8840         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8841         (ev_view_destroy):
8842
8843         Use it for links. First go, needs work
8844
8845 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8846
8847         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8848         HIG fixes.  Use title capitalization for window title. Use 12 
8849         pixels of space between the dialog's vbox and action area.
8850
8851 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8852
8853         * shell/ev-window.c: (file_open_dialog_response_cb),
8854         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8855         (ev_window_cmd_save_as):
8856
8857         Make file pickers not modal and refactor code some
8858
8859 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8860
8861         * shell/ev-sidebar.h:
8862         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8863         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8864         (ev_sidebar_class_init), (ev_sidebar_select_page),
8865         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8866         (ev_sidebar_set_page):
8867
8868         Add a current page property and allow to get/set it
8869
8870         * shell/ev-window.c: (setup_view_from_metadata),
8871         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8872
8873         Persist current sidebar page per document
8874
8875 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8876
8877         * data/evince.schemas.in:
8878         * shell/ev-window.c: (update_chrome_visibility),
8879         (setup_document_from_metadata), (update_sidebar_visibility),
8880         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8881         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8882         (ev_window_run_presentation), (ev_window_stop_presentation),
8883         (ev_window_view_sidebar_cb),
8884         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8885         (load_chrome), (ev_window_init):
8886
8887         Persist size/visibility of sidebar per document
8888
8889 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8890
8891         * shell/ev-view.c (draw_loading_text): Draw loading text.
8892
8893 2005-09-02  Dan Damian  <dand@gnome.ro>
8894
8895         * configure.in: Added "ro" to ALL_LINGUAS.
8896
8897 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8898
8899         * shell/ev-view.c: (clear_caches):
8900
8901         ev_page_cache_get doesnt return a reference,
8902         dont try to unref it.
8903
8904 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8905
8906         * shell/main.c: (load_files_remote):
8907
8908         Fix timestamp parameter with dbus <= 0.33
8909
8910 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8911
8912         * data/evince.schemas.in:
8913
8914         Add missing full stop
8915
8916 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8917
8918         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8919         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8920
8921         Plug some memory leaks
8922
8923 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8924
8925         * configure.ac:
8926         * lib/ev-debug.c: (trap_handler):
8927
8928         Check for execinfo.h and use it only if it exists.
8929         Ported from Epiphany (bug #314776).
8930
8931 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8932
8933         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8934
8935 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8936
8937         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8938         * po/id.po      : Added Indonesian translation
8939
8940 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8941
8942         * shell/main.c:
8943         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8944         * NEWS: Release 0.4.0
8945
8946 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8947
8948         * configure.ac: catch another gtk+-2.8ism
8949         * shell/main.c: Make work with gtk+-2.6
8950
8951 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8952
8953         * shell/ev-application-service.xml: Add 'timestamp' argument to
8954           ev_application_open_window and ev_application_open_uri methods.
8955
8956         * shell/ev-application.h: Add 'timestamp' argument to
8957           ev_application_open_window, ev_application_open_uri,
8958           and ev_application_open_uri_list functions.
8959
8960         * shell/ev-application.c (ev_application_open_window,
8961           ev_application_open_uri, ev_application_open_uri_list): Change
8962           functions that show/present windows to use a timestamp if one
8963           is passed in.
8964
8965         * shell/ev-window.c (ev_window_cmd_file_open,
8966           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8967         * shell/main.c (load_files): Modify calls to ev_application to
8968           include GDK_CURRENT_TIME as timestamp.
8969
8970         * shell/main.c (load_files_remote): Obtain timestamp for client
8971           instance from GDK and pass to server instance so new windows are
8972           focused properly.  Fix dbus_g_proxy_call() calls by including second
8973           G_TYPE_INVALID.
8974           
8975         Closes bug #314475.
8976
8977 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8978
8979         * shell/ev-window.c (ev_window_finalize): Check for
8980         avail. EvWindows when quiting to handle the finalize better,
8981         #314497
8982
8983 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8984         
8985         * properties/ev-properties-view.c: 
8986         
8987         Set textdomain to libglade. Fixes translation problem in property page.
8988
8989 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8990
8991         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8992         * dvi/Makefile.am:
8993         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8994         * dvi/mdvi-lib/Makefile.am:
8995         
8996         Fix rotation of thumbnails, ported to new API. Moved library
8997         dependencies earlier, probably it will fix linkage problem.
8998
8999 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9000
9001         * backend/ev-document-misc.c:
9002         (ev_document_misc_get_thumbnail_frame):
9003         * backend/ev-document-misc.h:
9004         * configure.ac:
9005         * pdf/ev-poppler.cc:
9006         * shell/Makefile.am:
9007         * shell/ev-sidebar-thumbnails.c: (add_range),
9008         (ev_sidebar_thumbnails_set_loading_icon),
9009         (ev_sidebar_thumbnails_refresh),
9010         (ev_sidebar_thumbnails_set_document):
9011         * shell/ev-sidebar-thumbnails.h:
9012         * shell/ev-view.c: (ev_view_motion_notify_event),
9013         (ev_view_set_property), (ev_view_get_property),
9014         (ev_view_class_init), (ev_view_set_rotation):
9015         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9016         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9017         (ev_window_init):
9018         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9019         Redo rotation (again).  prepare for 0.4.0
9020
9021 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
9022
9023         * configure.ac: Bump poppler requirement to 0.4.1.
9024
9025         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9026         argument to poppler_page_render_selection() call.
9027
9028 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9029
9030         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9031         (djvu_document_thumbnails_get_thumbnail):
9032         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9033         (dvi_document_thumbnails_get_thumbnail):
9034         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9035         (pixbuf_document_thumbnails_get_thumbnail):
9036         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9037         
9038         Update rotation direction of backends to fit with pdf and ps.
9039
9040 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9041
9042         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9043         * backend/ev-async-renderer.h:
9044         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9045         (setup_page), (ps_document_get_page_size),
9046         (ps_async_renderer_render_pixbuf):
9047         * ps/ps-document.h:
9048         * shell/ev-jobs.c: (ev_job_render_run):
9049
9050         Fix orientation in the postscript document
9051
9052 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9053
9054         * pdf/ev-poppler.cc:
9055         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9056         * shell/ev-view.c: (highlight_find_results):
9057
9058         Adapt to the new poppler rotation API. Fix text maps on landscape
9059         documents.
9060
9061 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9062
9063         * shell/ev-view.c (compute_new_selection_text): get the correct
9064         region when selecting in modes other than continuous.
9065
9066 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9067
9068         * shell/main.c (main): remove redundant g_warnings.
9069
9070 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9071
9072         * shell/Makefile.am: Don't include autogenerated
9073         file ev-application-service.h into distribution, since
9074         it causes dbus crash. Fix for bugs 313724 and 313443. 
9075
9076 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9077
9078         * configure.ac: Fix sed expression for FreeBSD. Thanks
9079         to Joe Marcus Clark <marcus@freebsd.org>
9080         
9081         * shell/eggfindbar.c: (entry_activate_callback),
9082         (entry_changed_callback), (egg_find_bar_init),
9083         (egg_find_bar_set_search_string):
9084         
9085         Made findbar buttons unsensitive if there is no text in
9086         entry. Fix for the bug 313285.
9087
9088 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9089
9090         * ps/ps-document.c: Use g_filename_display_name for displaying
9091         filenames and revert string freeze breackage
9092
9093 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9094
9095         * NEWS:
9096         * configure.ac:
9097
9098         Update for 0.3.4
9099
9100         * shell/Makefile.am:
9101
9102         Add ev-application-service.xml to extra dist
9103
9104         * shell/ev-view.c: (find_page_at_location):
9105
9106         Remove unused function (fix warning)
9107
9108 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9109
9110         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9111         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9112         
9113         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9114         bug 313623.
9115
9116 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9117
9118         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9119         * shell/ev-window.c:
9120         Fix build warnings
9121
9122 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9123
9124         * configure.ac: Update script to get dbus version.
9125         Fix for the bug #313443.
9126
9127 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9128
9129         * shell/ev-window.c: (ev_window_cmd_escape):
9130         
9131         Return focus back to view on escape. Fix for bug 313295.
9132
9133 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9134
9135         * shell/ev-window.c: (update_window_title),
9136         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9137         (ev_window_cmd_save_as):
9138         
9139         Correct conversion from uri to displayable string. Fix for
9140         bug 313296.
9141
9142 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9143
9144         * ps/ps-document.c: convert filename to utf8 when there is an error
9145         loading document. Fixes #309915
9146
9147 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9148
9149         * configure.ac:
9150
9151         We depend on poppler 0.4.0
9152
9153 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9154
9155         * configure.ac:
9156         * NEWS: Release 0.3.3.
9157         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9158
9159 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9160
9161         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9162         add a couple missing mnemonics to menu items, use title 
9163         capitalization for menu items and window titles, and add 
9164         ellipsis to open menu item.     
9165
9166 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9167
9168         * pdf/ev-poppler.cc:
9169         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9170         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9171         (ev_view_get_rotation):
9172         * shell/ev-view.h:
9173         * shell/ev-window.c: (setup_view_from_metadata),
9174         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9175         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9176         disk.
9177
9178 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9179
9180         * configure.ac: Added tr to ALL_LINGUAS
9181
9182 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9183
9184         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9185         requires several clicks to find word. Thanks to 
9186         Colin Slater <kiltedtaco@gmail.com>.
9187
9188 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9189
9190         * data/evince.desktop.in.in: Hide menu entry and
9191         rename it to "Document Viewer". Fix for bug 
9192         #312399.
9193
9194 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9195
9196         * shell/ev-page-action.c (ev_page_action_class_init): 
9197
9198         Point to the correct function in constructor of the
9199         activate_label signal
9200
9201 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9202
9203         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9204         * shell/ev-jobs.h: Make thread safe.
9205
9206 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9207
9208         * shell/ev-view.c: (view_update_range_and_current_page):
9209         Don't update page range if we are scrolling to some document
9210         point.
9211
9212 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9213
9214         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9215         when getting max_page_width, fix drawing in dual mode.
9216
9217 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9218
9219         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9220         getting the area for select_all.
9221
9222 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9223
9224         * backend/ev-selection.c: (ev_selection_render_selection):
9225         * backend/ev-selection.h:
9226         * pdf/ev-poppler.cc:
9227         * shell/ev-jobs.c: (ev_job_render_new):
9228         * shell/ev-jobs.h:
9229         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9230         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9231         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9232         (ev_view_class_init):
9233
9234         Change selection color on focus in and focus out events.  Also,
9235         poppler now uses GdkColor for specifying the selection colors, so
9236         drop some awkward conversion code.
9237
9238 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9239
9240         * configure.ac: Added Hebrew translation
9241
9242 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9243
9244         * NOTES:
9245         * backend/ev-selection.c: (ev_selection_render_selection):
9246         * backend/ev-selection.h:
9247         * pdf/ev-poppler.cc:
9248         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9249         (ev_job_render_run):
9250         * shell/ev-jobs.h:
9251         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9252         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9253         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9254         (ev_pixbuf_cache_style_changed),
9255         (ev_pixbuf_cache_get_selection_pixbuf),
9256         (ev_pixbuf_cache_set_selection_list),
9257         (ev_pixbuf_cache_get_selection_list):
9258         * shell/ev-pixbuf-cache.h:
9259         * shell/ev-utils.c: (ev_print_region_contents):
9260         * shell/ev-utils.h:
9261         * shell/ev-view.c: (ev_view_queue_draw_page),
9262         (selection_update_idle_cb), (ev_view_motion_notify_event),
9263         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9264         (setup_caches), (ev_view_find_next), (merge_selection_region),
9265         (selection_free):
9266         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9267
9268         Clean up selection to be much smoother!
9269
9270 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9271
9272         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9273         to poppler_page_render_selection().
9274
9275 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9276
9277         * ps/ps-document.c: (save_page_list): Use
9278         unzipped document when printing. Thanks to 
9279         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9280         311016.
9281
9282 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9283
9284         * shell/ev-window.c: (update_action_sensitivity):
9285         
9286         Disable print and save respect to lockdown gconf keys. Fix
9287         for 312342.
9288
9289 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9290
9291         * configure.ac:
9292         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9293         (write_to_temp_file), (ev_file_set_contents):
9294         * shell/ev-utils.h:
9295         * shell/ev-window.c: (save_print_config_to_file):
9296         
9297         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9298         Fix for bug 312238
9299
9300 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9301
9302         * shell/ev-window.c: (load_print_config_from_file),
9303         (save_print_config_to_file), (ev_window_print_range):
9304
9305         Persist the print settings. Fixes bug #311578.
9306
9307 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9308
9309         * djvu/djvu-document.c: (djvu_document_get_page_size),
9310         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9311         (djvu_document_thumbnails_get_thumbnail):
9312         * dvi/dvi-document.c: (dvi_document_get_page_size),
9313         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9314         (dvi_document_thumbnails_get_dimensions),
9315         (dvi_document_thumbnails_get_thumbnail):
9316         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9317         (pixbuf_document_render_pixbuf),
9318         (pixbuf_document_document_iface_init),
9319         (pixbuf_document_thumbnails_get_thumbnail):
9320         
9321         Update backends to make them build with new rotation system.
9322
9323 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9324
9325         * help/C/figures/evince_start_window.png:
9326         
9327         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9328
9329 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9330
9331         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9332         * shell/ev-pixbuf-cache.h:
9333         * shell/ev-sidebar-thumbnails.c:
9334         (ev_sidebar_thumbnails_get_property), (add_range),
9335         (adjustment_changed_cb):
9336         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9337         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9338         we were thumbnailing the entire docment on startup, slowing us
9339         down hugely. 
9340
9341 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9342
9343         * shell/ev-page-cache.c: (ev_page_cache_new):
9344         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9345         == 0, fixes #310306.
9346
9347 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9348
9349         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9350         (ev_view_rotate_left):
9351
9352         Account rotation in doc_rect_to_view_rect.
9353         Ensure rotation doesnt go out of bounds.
9354
9355 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9356
9357         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9358
9359         Correct and cleanup w/h swapping
9360
9361 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9362
9363         * backend/ev-document-thumbnails.c:
9364         (ev_document_thumbnails_get_thumbnail):
9365         * backend/ev-document-thumbnails.h:
9366         * backend/ev-document.c:
9367         * backend/ev-document.h:
9368         * backend/ev-render-context.c: (ev_render_context_new),
9369         (ev_render_context_set_rotation):
9370         * backend/ev-render-context.h:
9371         * pdf/ev-poppler.cc:
9372         * ps/ps-document.c: (ps_document_document_iface_init):
9373         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9374         * shell/ev-jobs.h:
9375         * shell/ev-page-cache.c: (build_height_to_page),
9376         (ev_page_cache_new), (ev_page_cache_get_size),
9377         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9378         (ev_page_cache_get_height_to_page):
9379         * shell/ev-page-cache.h:
9380         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9381         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9382         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9383         (ev_pixbuf_cache_get_selection_pixbuf):
9384         * shell/ev-pixbuf-cache.h:
9385         * shell/ev-print-job.c: (idle_print_handler):
9386         * shell/ev-sidebar-thumbnails.c: (add_range):
9387         * shell/ev-view.c: (view_update_range_and_current_page),
9388         (get_page_y_offset), (get_page_extents),
9389         (ev_view_size_request_continuous_dual_page),
9390         (ev_view_size_request_continuous),
9391         (ev_view_size_request_dual_page),
9392         (ev_view_size_request_single_page), (draw_one_page),
9393         (ev_view_set_rotation), (ev_view_rotate_right),
9394         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9395         (ev_view_zoom_for_size_continuous_and_dual_page),
9396         (ev_view_zoom_for_size_continuous),
9397         (ev_view_zoom_for_size_dual_page),
9398         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9399         (ev_view_select_all):
9400         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9401         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9402         (tiff_document_document_iface_init),
9403         (tiff_document_thumbnails_get_thumbnail):
9404
9405         Use rotation rather than orientation. It's easier and enough
9406         for our needs.
9407
9408 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9409
9410         * shell/ev-page-cache.c: (build_height_to_page),
9411         (ev_page_cache_new), (ev_page_cache_get_size),
9412         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9413         (ev_page_cache_get_height_to_page):
9414         * shell/ev-page-cache.h:
9415         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9416         (ev_view_size_request_continuous_dual_page),
9417         (ev_view_size_request_continuous),
9418         (ev_view_zoom_for_size_continuous_and_dual_page),
9419         (ev_view_zoom_for_size_continuous):
9420
9421         Make the page cache aware of page orientation.
9422
9423 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9424
9425         * backend/ev-document-thumbnails.c:
9426         (ev_document_thumbnails_get_thumbnail):
9427         * backend/ev-document-thumbnails.h:
9428         * backend/ev-document.c:
9429         * backend/ev-document.h:
9430         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9431         * backend/ev-ps-exporter.h:
9432         * pdf/ev-poppler.cc:
9433         * ps/ps-document.c: (ps_document_document_iface_init),
9434         (ps_document_ps_export_do_page):
9435         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9436         * shell/ev-jobs.h:
9437         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9438         (ev_page_cache_get):
9439         * shell/ev-page-cache.h:
9440         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9441         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9442         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9443         * shell/ev-pixbuf-cache.h:
9444         * shell/ev-print-job.c: (idle_print_handler):
9445         * shell/ev-sidebar-thumbnails.c: (add_range):
9446         * shell/ev-view.c: (view_update_range_and_current_page),
9447         (get_page_extents), (ev_view_size_request_dual_page),
9448         (ev_view_size_request_single_page), (draw_one_page),
9449         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9450         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9451         (ev_view_zoom_for_size_dual_page),
9452         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9453         (ev_view_select_all):
9454         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9455         * tiff/tiff-document.c: (tiff_document_get_page_size),
9456         (tiff_document_get_orientation), (rotate_pixbuf),
9457         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9458         (tiff_document_thumbnails_get_thumbnail),
9459         (tiff_document_ps_export_do_page), (tiff_document_init):
9460
9461         Really make use of the orientation bit of the render context.
9462         Use the render context in a few more places in the backend API.
9463         This regress orientation, but now it's done right. Will try to
9464         fix it up asap...
9465
9466 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9467
9468         * shell/ev-view.c: (ensure_rectangle_is_visible):
9469
9470         Patch by Nickolay V. Shmyrev to fix find flickering
9471
9472 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9473
9474         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9475         duplex parameters to ::begin.
9476
9477         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9478         * shell/ev-print-job.c (idle_print_handler): 
9479         * ps/ps-document.c (ps_document_ps_export_begin): 
9480         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9481         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9482         implementations. Poppler backend needs poppler cvs. Rest has
9483         unchanged behavior.
9484
9485 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9486
9487         * shell/ev-window.c (using_pdf_printer): new function.
9488         (ev_window_print_range): print a less techy message if someone
9489         tries to print to PDF.
9490
9491 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9492
9493         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9494         from "unknown font" string. Bug #311431
9495
9496 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9497
9498         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9499
9500 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9501
9502         Bug #311280
9503         
9504         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9505         name for PopplerFontTypes
9506         (pdf_document_fonts_fill_model): add font type to the detail column
9507
9508         * backend/ev-document-fonts.h: added
9509         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9510
9511         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9512         font name and font details, add a little markup.
9513         (ev_properties_fonts_init): use the new cell data func, specify ypad
9514         property for the cell renderer.
9515         (ev_properties_fonts_set_document): add the details column.
9516
9517 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9518
9519         * configure.ac: Added "pl" to ALL_LINGUAS.
9520
9521 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9522
9523         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9524
9525 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9526
9527         * help/ChangeLog: Started this for translations of manual.
9528         * configure.ac, autogen.sh, .cvsignore: Migrated to
9529         gnome-doc-utils. Patch in bug #311222.
9530
9531 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9532
9533         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9534         #ifdef this away to fix an unused-function warning.
9535
9536 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9537
9538         * configure.ac: Added 'gl' to ALL_LINGUAS.
9539
9540 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9541
9542         * configure.ac: Added ne in ALL_LINGUAS
9543         
9544 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9545
9546         * shell/ev-view.c: (ev_view_leave_notify_event):
9547         
9548         Clear status message when pointer leaves view. Fix for bug
9549         #310818 
9550
9551 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9552
9553         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9554
9555 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9556
9557         * shell/ev-view.c: (ev_view_leave_notify_event),
9558         (ev_view_class_init):
9559         
9560         Set cursor to normal then leaving view.
9561
9562 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9563
9564         * configure.ac:
9565         
9566         Fix required djvulibre version.
9567
9568 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9569
9570         *configure.ac: Hindi (hi) language added
9571
9572 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9573
9574         *configure.ac: Punjabi (pa) Language added
9575
9576 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9577
9578         * data/evince-ui.xml, shell/ev-window.c:
9579         
9580         Add keypad accelerators for zooming. Fix for bug 308128.
9581
9582 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9583
9584         * Makefile.am:
9585         * backend/Makefile.am:
9586         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9587         * configure.ac:
9588         * shell/ev-document-types.c: (ev_document_types_add_filters):
9589
9590         Allow to enable/disable the pixbuf backend.
9591         Default to off for now. If we want it enabled we should
9592         really put mime types in the desktop, implement properties etc.
9593
9594         * properties/evince-properties.c:
9595
9596         Initialize error to NULL.
9597         Check error is not NULL before freeing.
9598
9599 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9600
9601         * shell/ev-window.c:
9602
9603         Use F5 as presentation accell
9604
9605 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9606
9607         * shell/ev-window.c: (update_chrome_visibility),
9608         (ev_window_create_fullscreen_popup), (ev_window_init):
9609
9610         Do not leak the fullscreen toolbar
9611
9612 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9613
9614         * shell/ev-window.c: (view_actions_focus_in_cb),
9615         (view_actions_focus_out_cb):
9616
9617         These has a return value! Fix totally random focus
9618         issues we was seeing.
9619
9620 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9621
9622         * shell/main.c: (load_files_remote):
9623
9624         Allow open more than one file
9625
9626 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9627
9628         * shell/main.c: (load_files_remote):
9629
9630         Fix for dbus 0.33. bug #309975
9631
9632 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9633
9634         * properties/ev-properties-main.c: (ev_properties_get_pages):
9635
9636         Actually return NULL for types we dont support
9637
9638 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9639
9640         * po/POTFILES.in:
9641
9642         Remove empty lines.
9643
9644 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9645
9646         * backend/ev-document-factory.c:
9647         (ev_document_factory_get_document):
9648
9649         Do not try to create the object if type
9650         is invalid.
9651
9652 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9653
9654         * ps/ps-document.c: (ps_document_dispose),
9655         (ps_async_renderer_render_pixbuf):
9656         * ps/ps-document.h:
9657
9658         Do not leak the target window
9659
9660 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9661
9662         * shell/ev-application.c: (ev_application_init):
9663
9664         Let tbe check file existence for us.
9665         Add a comment about eggrecent mime filter.
9666
9667 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9668
9669         * data/evince-ui.xml:
9670         * shell/ev-application.c: (ev_application_shutdown),
9671         (ev_application_init), (ev_application_get_toolbars_model),
9672         (ev_application_get_recent_model),
9673         (ev_application_save_toolbars_model):
9674         * shell/ev-application.h:
9675         * shell/ev-window.c: (ev_window_add_recent),
9676         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9677         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9678         (ev_window_init):
9679
9680         Use common toolbar and recent models for all windows.
9681         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9682
9683 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9684
9685         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9686         successfully check for gtk_icon_view_get_visible_range.
9687
9688 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9689
9690         * djvu/Makefile.am:
9691         * dvi/Makefile.am:
9692         
9693         Fix djvu and dvi backend build.
9694
9695 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9696
9697         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9698         (new_separator_pixbuf):
9699
9700         Don't leak windows.
9701
9702 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9703
9704         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9705
9706         HIGification of toolbar editor dialogue.
9707
9708 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9709
9710         * configure.ac:
9711         * shell/Makefile.am:
9712
9713         Ever build metadata manager since it's just
9714         disabled at runtime now.
9715
9716 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9717
9718         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9719         (ev_metadata_manager_get), (ev_metadata_manager_set):
9720         * shell/ev-metadata-manager.h:
9721
9722         Add an _init functions that enabled metadata management
9723         at runtime.
9724
9725         * shell/ev-window.c: (page_changed_cb),
9726         (setup_document_from_metadata), (ev_window_setup_document),
9727         (setup_view_from_metadata), (ev_window_open_uri),
9728         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9729         (ev_window_run_presentation), (ev_window_stop_presentation),
9730         (save_sizing_mode), (ev_window_zoom_changed_cb),
9731         (ev_window_continuous_changed_cb),
9732         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9733         (window_configure_event_cb):
9734
9735         Remove all ugly metadata define since we deal with it
9736         at runtime now.
9737
9738         * shell/main.c: (load_files_remote), (main):
9739
9740         Add support for dbus cvs head. Hopefully didnt break one
9741         of the other versions now!
9742
9743         If we dont get a response from the dbus server just
9744         give up with it and not enable metadata.
9745
9746 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9747
9748         * Makefile.am:
9749         * backend/Makefile.am:
9750         * configure.ac:
9751         * cut-n-paste/recent-files/Makefile.am:
9752         * cut-n-paste/toolbar-editor/Makefile.am:
9753         * cut-n-paste/zoom-control/Makefile.am:
9754         * lib/Makefile.am:
9755         * pdf/Makefile.am:
9756         * pixbuf/Makefile.am:
9757         * properties/Makefile.am:
9758         * ps/Makefile.am:
9759         * shell/Makefile.am:
9760         * thumbnailer/Makefile.am:
9761         * tiff/Makefile.am:
9762
9763         Make frontends depend on just libev.
9764         Rework and group CFLAGS/LIBS definitions.
9765         Cleanups.
9766
9767 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9768
9769         * shell/ev-window:
9770
9771         do not unnecessarily save zoom
9772
9773         * configure.ac:
9774         * lib/ev-file-helpers.c: (ev_dot_dir):
9775         * shell/Makefile.am:
9776         * shell/dummy.cc:
9777
9778         Some cleanups
9779
9780 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9781
9782         * configure.ac:
9783         
9784         Remove unnecessary dependencies
9785
9786 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9787
9788         * properties/Makefile.am:
9789         * thumbnailer/Makefile.am:
9790         * tiff/Makefile.am:
9791
9792         Some more cleanups. Was really necessary
9793         but I probably introduced bugs, feel free
9794         to flame :)
9795
9796 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9797
9798         * backend/Makefile.am:
9799         * configure.ac:
9800         * cut-n-paste/recent-files/Makefile.am:
9801         * cut-n-paste/toolbar-editor/Makefile.am:
9802         * cut-n-paste/zoom-control/Makefile.am:
9803         * lib/Makefile.am:
9804         * pdf/Makefile.am:
9805         * pixbuf/Makefile.am:
9806         * properties/Makefile.am:
9807         * ps/Makefile.am:
9808         * shell/Makefile.am:
9809         * thumbnailer/Makefile.am:
9810         * tiff/Makefile.am:
9811
9812         Use gnome-common macros when possible.
9813         Cleanup dependencies.
9814         Actually disable deprecated where possible.
9815
9816 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9817
9818         * Makefile.am:
9819         * backend/Makefile.am:
9820         * properties/Makefile.am:
9821         * shell/Makefile.am:
9822         * thumbnailer/Makefile.am:
9823
9824         This should solve the circular dep without
9825         requiring dir reorg!
9826
9827         * shell/ev-window.c: (setup_view_from_metadata):
9828
9829         Never restore window size/position when the
9830         window is already visible.
9831
9832 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9833
9834         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9835
9836         Return a boolean from timeout func. Fix ported from gedit.
9837
9838 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9839
9840         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9841
9842 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9843
9844         * shell/ev-document-types.c: set "All Documents" as default filter in
9845         open dialog
9846
9847 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9848
9849         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9850         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9851         (ev_metadata_manager_set_boolean): fix value/val thinko.
9852
9853 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9854
9855         * shell/ev-window.c: (setup_view_from_metadata),
9856         (window_state_event_cb), (window_configure_event_cb),
9857         (ev_window_init):
9858
9859         Remember window position and maximized state
9860
9861 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9862
9863         * configure.ac:
9864
9865         Fix DBUS configure checks.
9866
9867         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9868         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9869         (ev_metadata_manager_set_boolean):
9870
9871         Plug mem leaks.
9872
9873         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9874         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9875         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9876         (ev_window_continuous_changed_cb),
9877         (ev_window_dual_mode_changed_cb), (ev_window_new):
9878
9879         Fix the build without DBUS.
9880
9881 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9882
9883         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9884         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9885         (ev_metadata_manager_set_string),
9886         (ev_metadata_manager_set_boolean):
9887         * shell/ev-metadata-manager.h:
9888
9889         Add support for some more types
9890
9891         * shell/ev-view.c: (scroll_to_current_page),
9892         (ev_view_get_continuous), (ev_view_set_continuous),
9893         (ev_view_get_dual_page):
9894         * shell/ev-view.h:
9895         * shell/ev-window.c: (page_changed_cb),
9896         (setup_document_from_metadata), (ev_window_setup_document),
9897         (setup_view_from_metadata), (ev_window_open_uri),
9898         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9899         (ev_window_run_presentation), (ev_window_stop_presentation),
9900         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9901         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9902         (ev_window_update_dual_page_action),
9903         (ev_window_continuous_changed_cb),
9904         (ev_window_dual_mode_changed_cb), (ev_window_init):
9905
9906         Remember a bunch of view/document properties. Prolly some
9907         are still missing but it's getting interesting.
9908
9909 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9910
9911         * configure.ac: check if dbus-binding-tool is installed. Not the
9912         case on current Ubuntu breezy, it seems.
9913
9914 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9915
9916         * data/evince.desktop.in.in:
9917         
9918         Allow open uri lists and add TryExec field.
9919
9920 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9921
9922         * configure.ac:
9923
9924         Enable dbus when available, do not require a configure
9925         option.
9926
9927 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9928
9929         * configure.ac:
9930
9931         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9932         disabled.
9933
9934 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9935         Marco Pesenti Gritti  <mpg@redhat.com>
9936
9937         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9938         
9939         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9940         functions to the format required by dbus
9941
9942         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9943         errors. Use the RPC parameters in the expected way
9944
9945 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9946
9947         * Makefile.am:
9948         * properties/Makefile.am:
9949         * properties/ev-properties-main.c: (ev_properties_get_pages):
9950
9951         Support all mime types
9952
9953         * shell/Makefile.am:
9954         * thumbnailer/Makefile.am:
9955         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9956         (evince_thumbnail_pngenc_get):
9957
9958         Use the document factory
9959
9960 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9961
9962         * backend/Makefile.am:
9963         * backend/ev-document-factory.c:
9964         (mime_type_supported_by_gdk_pixbuf),
9965         (ev_document_type_get_from_mime),
9966         (ev_document_factory_get_document),
9967         (ev_document_factory_get_backend),
9968         (ev_document_factory_get_mime_types),
9969         (ev_document_factory_get_all_mime_types):
9970         * backend/ev-document-factory.h:
9971         * shell/Makefile.am:
9972         * shell/ev-document-types.c: (get_document_from_uri),
9973         (ev_document_types_get_document),
9974         (file_filter_add_mime_list_and_free),
9975         (ev_document_types_add_filters):
9976         * shell/ev-document-types.h:
9977         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9978         * shell/ev-properties-dialog.c:
9979         (ev_properties_dialog_set_document):
9980         * shell/ev-window.c: (ev_window_cmd_file_open),
9981         (ev_window_cmd_save_as):
9982         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9983
9984         Rework document types managing to avoid code duplication
9985         and actually abstract from backend implementations.
9986         Also provide a minimal factory api that can be used by
9987         thumbnailer/properties.
9988
9989 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9990
9991         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9992         Plug a mem leak.
9993         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9994         HIG spacings.
9995
9996 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9997
9998         * shell/ev-properties-dialog.c
9999         (ev_properties_dialog_set_document): only call
10000         ev_properties_fonts_set_document() if the document implements the
10001         fonts interface
10002
10003 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10004
10005         * configure.ac:
10006         * properties/Makefile.am:
10007         * properties/ev-properties-view.c:
10008         (ev_properties_view_register_type):
10009         * properties/ev-properties-view.h:
10010         * properties/ev-properties-main.h:
10011
10012         Implement nautilus plugin for properties.
10013         Works only for pdf atm, I need to rework the
10014         document types stuff to get this to work
10015         for all backends...
10016
10017 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10018
10019         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10020         (ev_properties_fonts_set_document): use
10021         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10022
10023 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10024
10025         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10026         them
10027         (PlaceImage, tiff2ps_process_page): use
10028         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10029
10030
10031 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10032
10033         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10034         (main): to call gnome_authentication_manager_init. Should fix
10035         Bug #308510
10036
10037         * configure.ac: that requires libgnomeui 2.6.0.
10038
10039 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10040
10041         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10042         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10043         use the new tiff2ps interfaces
10044
10045         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10046         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10047
10048         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10049         structure instead of global variables.  Remove use of static
10050         variables in functions.
10051
10052 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10053
10054         * shell/ev-page-action.c: unref the completion after setting it to the
10055         entry
10056
10057 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10058
10059         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10060         postscript files
10061
10062 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10063
10064         * shell/ev-window.c (update_action_sensitivity): disable
10065         File->Print if the document does not implement the ps exporter
10066         interface
10067
10068 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10069
10070         * Makefile.am:
10071         * configure.ac:
10072         * data/evince-properties.glade:
10073         * properties/.cvsignore:
10074         * properties/Makefile.am:
10075         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10076         (ev_properties_view_class_init), (ev_properties_view_format_date),
10077         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10078         (ev_properties_view_init), (ev_properties_view_new):
10079         * properties/ev-properties-view.h:
10080         * shell/Makefile.am:
10081         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10082         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10083         (ev_properties_dialog_new):
10084         * shell/ev-properties-dialog.h:
10085         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10086         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10087         (update_progress_label), (job_fonts_finished_cb),
10088         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10089         * shell/ev-properties-fonts.h:
10090         * shell/ev-properties.c:
10091         * shell/ev-properties.h:
10092         * shell/ev-window.c: (ev_window_setup_document),
10093         (ev_window_cmd_file_properties):
10094
10095         Split the properties pages in two different objects, depend
10096         only on the backend where possible, use widgets instead
10097         of gobject for the glade part, reimplement the dialog
10098         itself with gtk.
10099         I need this to implement nautilus properties page.
10100
10101 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10102
10103         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10104         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10105         (tiff_document_document_ps_exporter_iface_init): implement the ps
10106         exporter interface for tiff documents
10107
10108         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10109         libtiff to implement TIFF postscript export
10110
10111         * tiff/tiff2ps.h: added a header file for external tiff2ps
10112         functions.
10113
10114         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10115         tiff2ps.h
10116
10117 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10118
10119         * shell/ev-view.c: (scroll_to_current_page),
10120         (ev_view_set_fullscreen), (ev_view_set_presentation):
10121         
10122         Scroll to current page when exit from presentation
10123
10124 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10125
10126         * shell/ev-window.c: (update_document_mode),
10127         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10128         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10129         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10130         
10131         Exit from fullscreen mode when switch to presentation. Fix for
10132         bug 309365
10133
10134 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10135
10136         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10137         return NULL if the document does not implement the selection
10138         interface.
10139
10140 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10141
10142         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10143         reported height by using the resolution aspect ratio
10144         (tiff_document_render_pixbuf): scale the pixbuf using the
10145         resolution aspect ratio
10146
10147 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10148
10149         * configure.ac:
10150         
10151         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10152         <kiltedaco@gmail.com>
10153         
10154         * djvu/djvu-document.c: (djvu_document_get_orientation),
10155         (djvu_document_set_orientation), (djvu_document_get_page_size),
10156         (rotate_pixbuf), (djvu_document_render_pixbuf),
10157         (djvu_document_document_iface_init):
10158         * dvi/dvi-document.c: (dvi_document_get_orientation),
10159         (dvi_document_set_orientation), (dvi_document_get_page_size),
10160         (rotate_pixbuf), (dvi_document_render_pixbuf),
10161         (dvi_document_document_iface_init):
10162         
10163         Dvi and djvu backends are ported to new API
10164
10165 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10166
10167         * backend/ev-selection.c: (ev_selection_get_selection_region),
10168         (ev_selection_get_selection_map):
10169         * backend/ev-selection.h:
10170         * pdf/ev-poppler.cc:
10171         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10172         * shell/ev-jobs.h:
10173         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10174         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10175         (ev_pixbuf_cache_get_text_mapping):
10176         * shell/ev-pixbuf-cache.h:
10177         * shell/ev-view.c: (location_in_text),
10178         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10179         support to EvView.  Now we can see where we can select!  Sweet!
10180
10181 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10182
10183         * shell/ev-view.c (ev_view_button_press_event): Fix
10184         event->y + view->scroll_x typo.
10185
10186 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10187
10188         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10189         sub-GdkPixbuf instead of passing dest_x and dest_y.
10190         
10191         * shell/ev-view.c: (view_point_to_doc_point),
10192         (view_rect_to_doc_rect), (ev_view_button_press_event),
10193         (ev_view_motion_notify_event), (compute_new_selection_rect),
10194         (gdk_rectangle_point_in), (compute_new_selection_text),
10195         (compute_selections): Update selection code to keep the selection
10196         around as two points and not as a normalized rectangle, and fix
10197         page level selection in two-column mode.
10198
10199 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10200
10201         * shell/ev-window.c: (window_configure_event_cb): 
10202         
10203         Fix compilation
10204         
10205 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10206
10207         * pdf/ev-poppler.cc:
10208
10209         Fix compilation
10210
10211 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10212
10213         * shell/Makefile.am:
10214         * shell/ev-metadata-manager.c: (item_free),
10215         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10216         (parse_value), (parseItem), (load_values),
10217         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10218         (save_values), (save_item), (get_oldest), (resize_items),
10219         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10220         * shell/ev-metadata-manager.h:
10221
10222         Metadata manager from gedit but modified to use GValue, so that
10223         we dont need to keep converting from strings.
10224
10225         * configure.ac:
10226
10227         ENABLE_METADATA conditional, on when dbus is on
10228
10229         * shell/ev-application.c: (ev_application_open_uri):
10230
10231         Show the window after load so that we can initialize
10232         window size before it's showed.
10233
10234         * shell/ev-window.c: (ev_window_setup_from_metadata),
10235         (ev_window_open_uri), (window_configure_event_cb),
10236         (ev_window_init):
10237
10238         Save and load metadata information about window size.
10239         Not yet keeping states in account.
10240
10241         * shell/main.c: (main):
10242
10243         Shutdown metadata manager.
10244
10245 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10246
10247         * shell/ev-application-service.xml:
10248         * configure.ac:
10249         * shell/Makefile.am:
10250         * shell/ev-application.c:
10251         * shell/ev-application.h:
10252         * shell/ev-window.c:
10253         * shell/ev-window.h:
10254         * shell/main.c:
10255
10256         Add an optional dbus interface (--enable-dbus).
10257         Rework application code, mainly to be easier to
10258         use "remotely".
10259         Do not open multiple windows with the same document,
10260         spatial evince!
10261
10262 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10263
10264         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10265         pixbuf iff it exists.
10266
10267 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10268
10269         * shell/*:
10270         * backend/ev-render-context.[ch]:
10271         * backend/ev-selection.[ch]:
10272
10273         Massive changes.  We now support text selection of pdfs, and not
10274         just rectangular selection.  This is pretty broken still, but I
10275         want to get something into CVS.
10276
10277 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10278
10279         * pdf/ev-poppler.cc:
10280         
10281         Fix for Bug 309080: crash on window close.
10282         
10283         * shell/ev-page-action.c: (page_changed_cb):
10284         
10285         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10286         jensgr@gmx.net (Jens Granseuer).
10287
10288 2005-06-25  Marcel Telka  <marcel@telka.sk>
10289
10290         * configure.in (ALL_LINGUAS): Added sk.
10291
10292 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10293
10294         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10295         not a document open
10296
10297 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10298
10299         * NEWS:
10300         * configure.ac:
10301
10302         Release 0.3.2
10303
10304         * cut-n-paste/recent-files/Makefile.am:
10305
10306         Fix make distcheck
10307
10308 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10309
10310         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10311         (pixbuf_document_set_orientation), (rotate_pixbuf),
10312         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10313         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10314
10315         Implement rotation and cleanup the code a bit.
10316
10317         * tiff/tiff-document.c: (tiff_document_get_page_size),
10318         (tiff_document_get_orientation), (tiff_document_set_orientation),
10319         (rotate_pixbuf), (tiff_document_render_pixbuf),
10320         (tiff_document_document_iface_init), (tiff_document_init):
10321
10322         Implement rotation. Was the quicker solution for the release
10323         but we really need to share this code in the shell.
10324
10325 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10326
10327         * pdf/ev-poppler.cc:
10328
10329         Enable rotation, require poppler cvs. Fix a leak.
10330
10331 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10332
10333         * shell/ev-window.c: (update_action_sensitivity):
10334         
10335         Make properties unsensitive if document backend doesn't provide
10336         any info
10337
10338 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10339
10340         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10341         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10342         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10343         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10344         (bitmap_flip_rotate_counter_clockwise):
10345         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10346         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10347         (buff_gets):
10348         * dvi/mdvi-lib/common.h:
10349         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10350         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10351         (opendvi), (mdvi_reload), (mdvi_init_context),
10352         (mdvi_destroy_context), (mdvi_dopage), (special):
10353         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10354         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10355         (file_hash_free), (register_encoding), (parse_spec),
10356         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10357         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10358         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10359         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10360         (mdvi_register_font_type), (mdvi_unregister_font_type),
10361         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10362         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10363         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10364         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10365         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10366         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10367         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10368         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10369         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10370         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10371         (mdvi_unregister_special), (mdvi_flush_specials):
10372         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10373         (t1_font_remove):
10374         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10375         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10376         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10377         (free_font_metrics), (flush_font_metrics):
10378         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10379         (tt_font_remove):
10380         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10381         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10382         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10383         (dstring_insert), (dstring_new), (dstring_reset):
10384         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10385         
10386         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10387         avoid conflict with libtool on FC4
10388         
10389         * shell/ev-window.c: (ev_window_cmd_help_about):
10390         
10391         Update copyright year. Fix for bug 308828.
10392
10393 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10394
10395         * shell/ev-view.c: (add_scroll_binding_keypad),
10396         (ev_view_binding_activated), (ev_view_class_init),
10397         (on_adjustment_value_changed):
10398         
10399         Bug 170874: Arrow keys switch pages in presentation mode
10400
10401 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10402
10403         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10404         
10405         Fix for Bug 308265: Sidebar dissappears coming out of 
10406         Presentation mode
10407
10408 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10409
10410         * shell/ev-application.c: (ev_application_open):
10411         * shell/ev-document-types.c: (ev_document_types_add_filters),
10412         (ev_document_types_add_filters_for_type):
10413         * shell/ev-document-types.h:
10414         * shell/ev-window.c: (ev_window_cmd_save_as):
10415         
10416         Suggest basename as template when saving, provide filters
10417         for save dialog. It's bug 308402
10418
10419 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10420
10421         * pdf/ev-poppler.cc:
10422         * shell/ev-sidebar-links.c: (job_finished_callback):
10423         * shell/ev-view.c: (update_find_status_message):
10424         
10425         Some leaks fixed
10426
10427 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10428
10429         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10430         (egg_recent_view_uimanager_set_list):
10431
10432         Fix buglet in !show_numbers case.
10433
10434 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10435
10436         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10437         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10438
10439         Use pango ellipsisation.
10440
10441         * pdf/ev-poppler.cc:
10442
10443         Fix refcount leak, from nsh.
10444
10445 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10446
10447         * cut-n-paste/recent-files/Makefile.am:
10448         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10449         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10450         
10451         Removed EggRecentViewGtk
10452         
10453         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10454         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10455         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10456         (ev_window_setup_recent):
10457         
10458         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10459         with other projects
10460
10461 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10462
10463         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10464         (egg_recent_view_gtk_finalize):
10465
10466         Fix memory leak
10467
10468         * cut-n-paste/toolbar-editor/Makefile.am:
10469         
10470         Fix location of cursor icon.
10471         
10472         * pdf/ev-poppler.cc:
10473         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10474         (display_completion_text), (match_completion):
10475         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10476         (selection_changed_callback), (create_loading_model),
10477         (print_section_cb), (links_page_num_func),
10478         (update_page_callback_foreach):
10479         * shell/ev-window.c: (ev_window_dispose):
10480         
10481         Small memory fixes. Links model now store objects instead
10482         of pointers to improve memory management. 
10483
10484 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10485
10486         * shell/ev-window.c: (zoom_control_changed_cb):
10487         
10488         Fix update of zoom control (bug 308268).
10489
10490 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10491
10492         * shell/ev-properties.c (set_property): escape the text correctly.
10493         Handles non-UTF-8 properties and escaped properties.  Also, sets
10494         the text to "<i>None</i>" if the property isn't set.
10495
10496         * data/evince-properties.glade: Change the label to be ellipsized,
10497         and give it a minimum size.
10498
10499 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10500
10501         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10502         * shell/ev-sidebar-links.c: (create_loading_model):
10503         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10504         * shell/ev-view.c: (ev_view_set_document):
10505         * shell/ev-window.c: (ev_window_dispose):
10506         
10507         Various small fixes, mostly memory leaks. Thanks to valgrind.
10508
10509 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10510
10511         * ps/ps-document.c: remove the locale.h include again ;-). And
10512         kill the (bogus) setlocale/savelocale business.
10513
10514 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10515
10516         * ps/ps-document.c:
10517         
10518         Include locale.h to fix build
10519         
10520         * shell/ev-sidebar.c:
10521         
10522         Remove unnecessary includes
10523
10524 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10525
10526         * dvi/dvi-document.c: (dvi_document_load):
10527         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10528         * po/POTFILES.in:
10529         
10530         Check for incorrect dvi files. Fix parsing dvi on AMD64
10531         platform. Thanks to tester@tester.ca (Olivier Crete).
10532
10533 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10534
10535         * shell/ev-page-action.c: (match_selected_cb),
10536         (display_completion_text), (match_completion), (update_model):
10537         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10538         (expand_open_links):
10539         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10540         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10541         (ev_sidebar_set_document):
10542         * shell/ev-window.c: (ev_window_xfer_job_cb),
10543         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10544         
10545         Fixed lot's of memory leaks, for example, memory leak on reload, 
10546         described in bug 307793.
10547
10548 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10549
10550         * pdf/ev-poppler.cc:
10551         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10552         (update_visible_range), (adjustment_changed_cb),
10553         (ev_sidebar_thumbnails_fill_model),
10554         (ev_sidebar_thumbnails_refresh),
10555         (ev_sidebar_tree_selection_changed),
10556         (ev_sidebar_icon_selection_changed),
10557         (ev_sidebar_thumbnails_use_icon_view),
10558         (ev_sidebar_thumbnails_set_document):
10559         * shell/ev-sidebar-thumbnails.h:
10560         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10561         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10562
10563         Refresh thumbnails when changing orientation. Not fully
10564         working yet becuase of a sidebar bug.
10565
10566         Set page orientation to poppler page everywhere. This sucks
10567         really need to fix poppler.
10568
10569 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10570
10571         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10572         (egg_recent_view_gtk_new_menu_item),
10573         (egg_recent_view_gtk_set_property),
10574         (egg_recent_view_gtk_get_property),
10575         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10576         (egg_recent_view_gtk_set_tooltip_func),
10577         (egg_recent_view_gtk_set_label_width),
10578         (egg_recent_view_gtk_get_label_width):
10579         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10580
10581         Sync with libegg (ellipsize labels)
10582
10583 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10584
10585         * data/evince-ui.xml:
10586         * shell/ev-window.c: (ev_window_cmd_go_forward),
10587         (ev_window_cmd_go_backward):
10588         
10589         Shift + PageUp moves 10 Pages. Fix for 306125
10590
10591 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10592
10593         * pdf/ev-poppler.cc:
10594
10595         Add a flag to check if orientation has been overriden
10596
10597 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10598
10599         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10600         field if necessary.
10601
10602         * ps/ps.h: add creator field to document.
10603
10604         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10605         set creator field.
10606
10607 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10608
10609         * data/evince-properties.glade:
10610         * shell/ev-properties.c: (ev_properties_set_document):
10611
10612         s/PDF Version/Format
10613
10614 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10615
10616         * shell/ev-properties.c: (ev_properties_set_document):
10617
10618         Remove unnecessary translations
10619
10620 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10621
10622         * cut-n-paste/toolbar-editor/Makefile.am:
10623
10624         Correct library name    
10625
10626 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10627
10628         * configure.ac:
10629         * cut-n-paste/recent-files/egg-recent-model.c:
10630         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10631         (egg_recent_model_unlock_file):
10632         * cut-n-paste/recent-files/egg-recent-util.c:
10633         (egg_recent_util_get_unique_id):
10634         * cut-n-paste/recent-files/update-from-egg.sh:
10635         * cut-n-paste/toolbar-editor/Makefile.am:
10636         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10637         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10638         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10639         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10640         (egg_toolbars_model_get_type):
10641         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10642
10643         Better makefile for toolbar editor and update everything
10644         to latest libegg.
10645
10646 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10647
10648         * shell/ev-window.c: (update_document_mode):
10649
10650         Prefer presentation mode when the document
10651         require fullscreen.
10652
10653 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10654
10655         * data/evince-ui.xml:
10656         * shell/ev-window.c:
10657
10658         Add control-equal for zooming
10659
10660 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10661
10662         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10663
10664 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10665
10666         * backend/ev-document.c: (ev_document_get_orientation):
10667         * backend/ev-document.h:
10668         * pdf/ev-poppler.cc:
10669         * ps/ps-document.c: (ps_document_get_orientation),
10670         (ps_document_set_orientation), (ps_document_document_iface_init):
10671
10672         Add a get_orientation api. Improve set_orientation.
10673
10674         * data/evince-ui.xml:
10675         * shell/ev-view.c: (ev_view_set_orientation),
10676         (ev_view_rotate_right), (ev_view_rotate_left):
10677         * shell/ev-view.h:
10678         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10679         (ev_window_cmd_edit_rotate_right):
10680
10681         Better ui for changing document orientation
10682
10683 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10684
10685         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10686         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10687         * shell/ev-sidebar-links.h:
10688         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10689         (ev_sidebar_page_iface_init):
10690         * shell/ev-sidebar-page.h:
10691         * shell/ev-sidebar-thumbnails.c:
10692         (ev_sidebar_thumbnails_get_property),
10693         (ev_sidebar_thumbnails_class_init),
10694         (ev_sidebar_thumbnails_set_document):
10695         * shell/ev-sidebar-thumbnails.h:
10696         * shell/ev-view.c: (ev_view_motion_notify_event):
10697         * shell/ev-window.c: (update_chrome_visibility),
10698         (ev_window_cmd_focus_page_selector),
10699         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10700         (sidebar_page_main_widget_update_cb), (ev_window_init):
10701         
10702         Autoraise toolbar on GoToPage binding and fix bindings in
10703         EvSidebarThumbnails page.
10704
10705 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10706
10707         * shell/ev-properties.c: (update_progress_label):
10708
10709         Hide the progress label when finished; bug #307697.
10710
10711 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10712
10713         * pdf/ev-poppler.cc:
10714
10715         Enable is_open for links, you will need poppler cvs
10716
10717         * shell/ev-properties.c: (job_fonts_finished_cb):
10718
10719         Get a lock on the document when filling the tree view
10720
10721 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10722
10723         * backend/ev-document-links.h:
10724         * pdf/ev-poppler.cc:
10725         * shell/ev-sidebar-links.c: (create_loading_model),
10726         (expand_open_links), (job_finished_callback):
10727
10728         Expand links when specified by the document.
10729         Depend on a poppler api (defined out for now)
10730
10731 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10732
10733         * shell/ev-properties.c: (ev_properties_dispose),
10734         (ev_properties_class_init), (dialog_destroy_cb),
10735         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10736         (ev_properties_set_document), (ev_properties_new),
10737         (ev_properties_show):
10738         * shell/ev-properties.h:
10739
10740         Make it an object, cleanup the code, api to show it as transient
10741         and to set the document.
10742
10743         * shell/ev-window.c: (ev_window_setup_document),
10744         (ev_window_cmd_file_properties):
10745
10746         Adapt to EvProperties changes, do not show multiple
10747         times, update it when document changes.
10748
10749 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10750
10751         * ps/gstypes.h:
10752         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10753         (ps_document_set_orientation), (ps_document_document_iface_init):
10754         * ps/ps-document.h:
10755
10756         Implement orientation here too
10757
10758         * shell/ev-properties.c: (ev_properties_new):
10759         * data/evince-properties.glade:
10760
10761         Hide the fonts page for backends that doesnt
10762         support it.     
10763
10764 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10765
10766         * backend/ev-document.c: (ev_document_set_orientation):
10767         * backend/ev-document.h:
10768         * pdf/ev-poppler.cc:
10769
10770         Add orientation api. Currently poppler api is not optimal,
10771         we need to set orientation every time we _get a page.
10772         I will try to fix that at some point.
10773
10774         * data/evince-ui.xml:
10775         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10776         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10777
10778         Add orientation menu items
10779
10780         * shell/ev-page-cache.c: (ev_page_cache_clear):
10781         * shell/ev-page-cache.h:
10782
10783         Add api to clear the cache
10784
10785         * shell/ev-view.c: (setup_caches), (clear_caches),
10786         (ev_view_set_document), (ev_view_zoom_out),
10787         (ev_view_set_orientation):
10788         * shell/ev-view.h:
10789
10790         Implement orientation changing
10791
10792 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10793
10794         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10795         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10796         * backend/ev-document-fonts.h:
10797
10798         Separate scan and fill so that we can incrementally fill from
10799         the main thread. Add a progress api.
10800
10801         * data/evince-properties.glade:
10802         * pdf/ev-poppler.cc:
10803         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10804         * shell/ev-jobs.h:
10805         * shell/ev-properties.c: (update_progress_label),
10806         (job_fonts_finished_cb), (setup_fonts_view):
10807
10808         Incrementally feel the list and show the progress
10809         percentage in a label like acrobat does.
10810
10811         You are going to need poppler cvs
10812
10813 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10814
10815         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10816         * backend/ev-document-fonts.h:
10817         * pdf/ev-poppler.cc:
10818
10819         Make fonts model fill incrementally.
10820
10821         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10822         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10823         (ev_job_queue_remove_job):
10824         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10825         (ev_job_fonts_new), (ev_job_fonts_run):
10826         * shell/ev-jobs.h:
10827
10828         New job for fonts scanning
10829
10830         * shell/ev-properties.c: (job_fonts_finished_cb),
10831         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10832         * shell/ev-properties.h:
10833         * shell/ev-window.c: (ev_window_cmd_file_properties):
10834
10835         Incrementally feel the treeview using the new job. Show Loading...
10836         message until scanning is completed.
10837
10838         Hopefully I didnt break the build without the poppler patch.
10839
10840 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10841
10842         * shell/ev-application.c: (ev_application_open):
10843         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10844         (ev_document_type_get_type), (ev_document_type_lookup):
10845         * shell/ev-document-types.h:
10846         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10847         * shell/ev-job-xfer.h:
10848         * shell/ev-window.c: (ev_window_clear_local_uri),
10849         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10850         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10851         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10852         
10853         Transfer remote documents to tmp directory to display them later.
10854
10855 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10856
10857         * backend/ev-document-info.h:
10858         * shell/ev-properties.c: (ev_properties_new):
10859
10860         s/GTime*/GTime. Not sure why we was using a pointer
10861         at all there!
10862
10863 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10864
10865         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10866         situations.  That situation is that you're using GTK+-HEAD with
10867         the patch at #306726 is applied, and you have a document with <
10868         1500 pages in it.  It's not quite as uniformly nice as the
10869         TreeView, but should be better in the long run.
10870
10871         I'm pretty sure I guarded against breaking compilation with
10872         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10873         I missed some.
10874
10875         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10876         widget yet, so I commented that code out
10877         enable_view_actions_for_widget() for now.  Need to figure this
10878         out.
10879
10880         * shell/ev-page-action.c (match_selected_cb): emit the right
10881         signals.  Our cool C-l completion now works.
10882
10883 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10884
10885         * backend/Makefile.am:
10886         * backend/ev-document-fonts.c:
10887         * backend/ev-document-links.c:
10888         * backend/ev-document.c: (ev_document_load):
10889         * backend/ev-document.h:
10890         * backend/ev-job-queue.c:
10891         * backend/ev-job-queue.h:
10892         * backend/ev-jobs.c:
10893         * backend/ev-jobs.h:
10894         * backend/ev-page-cache.c:
10895         * backend/ev-page-cache.h:
10896
10897         EvPageCache and EvJobs are moved to shell.
10898
10899         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10900         (ev_tmp_filename):
10901         * lib/ev-file-helpers.h:
10902         
10903         New helper to work with temporary files
10904         
10905         * shell/Makefile.am:
10906         * shell/ev-application.c: (ev_application_open):
10907         * shell/ev-application.h:
10908         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10909         (remove_job_from_async_queue), (add_job_to_async_queue),
10910         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10911         (handle_job), (search_for_jobs_unlocked),
10912         (no_jobs_available_unlocked), (ev_render_thread),
10913         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10914         (ev_job_queue_add_job), (move_job_async), (move_job),
10915         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10916         * shell/ev-job-queue.h:
10917         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10918         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10919         * shell/ev-job-xfer.h:
10920         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10921         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10922         (ev_job_links_class_init), (ev_job_render_init),
10923         (ev_job_render_dispose), (ev_job_render_class_init),
10924         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10925         (ev_job_thumbnail_class_init), (ev_job_load_init),
10926         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10927         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10928         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10929         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10930         * shell/ev-jobs.h:
10931         * shell/ev-page-action.c: (ev_page_action_set_document):
10932         * shell/ev-page-cache.c: (ev_page_cache_init),
10933         (ev_page_cache_class_init), (ev_page_cache_finalize),
10934         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10935         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10936         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10937         (ev_page_cache_get_title), (ev_page_cache_get_size),
10938         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10939         (ev_page_cache_get_height_to_page),
10940         (ev_page_cache_get_max_label_chars),
10941         (ev_page_cache_get_page_label),
10942         (ev_page_cache_has_nonnumeric_page_labels),
10943         (ev_page_cache_get_info), (ev_page_cache_next_page),
10944         (ev_page_cache_prev_page), (ev_page_cache_get):
10945         * shell/ev-page-cache.h:
10946         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10947         (ev_pixbuf_cache_clear_job_sizes),
10948         (ev_pixbuf_cache_add_jobs_if_needed),
10949         (ev_pixbuf_cache_set_page_range):
10950         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10951         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10952         * shell/ev-sidebar-thumbnails.c:
10953         (ev_sidebar_tree_selection_changed),
10954         (ev_sidebar_thumbnails_set_document):
10955         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10956         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10957         (ev_statusbar_get_context_id), (ev_statusbar_push),
10958         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10959         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10960         (ev_statusbar_set_progress):
10961         * shell/ev-statusbar.h:
10962         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10963         (ev_view_find_previous):
10964         * shell/ev-window.c: (ev_window_is_empty),
10965         (ev_window_setup_document), (password_dialog_response),
10966         (ev_window_clear_jobs), (ev_window_load_job_cb),
10967         (ev_window_xfer_job_cb), (ev_window_open_uri),
10968         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10969         (ev_window_print), (ev_window_print_range),
10970         (ev_window_state_event), (ev_window_cmd_view_reload),
10971         (menu_item_select_cb), (menu_item_deselect_cb),
10972         (view_status_changed_cb), (ev_window_dispose),
10973         (drag_data_received_cb), (ev_window_init):
10974         * shell/ev-window.h:
10975         * shell/main.c: (load_files):
10976         
10977         New statusbar to show progress on idle. Two new jobs - 
10978         xfer job and load job to load document in background. And update
10979         of page_cache clients to new location of code.
10980
10981 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10982
10983         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10984         selection in open dialog. It also remembers the last visited directory 
10985         in the current session.
10986
10987 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10988
10989         * shell/ev-properties.c: (ev_properties_new):
10990         * shell/ev-properties.h:
10991         * shell/ev-window.c: (ev_window_cmd_file_properties):
10992         
10993         Get document info from page cache instead of document itself.
10994         This should fix crash related to race conditions described in
10995         bug 306545.
10996
10997 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10998
10999         * ps/ps-document.c: (ps_document_init),
11000         (send_ps), (get_page_box), (output), (catchPipe), (input),
11001         (stop_interpreter), (file_length), (file_readable),
11002         (check_filecompressedb), (ps_document_enable_interpreter),
11003         (document_load), (ps_async_renderer_render_pixbuf):
11004         * ps/ps-document.h:
11005
11006         Big cleanup of the ps code
11007
11008 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11009
11010         * backend/Makefile.am:
11011         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11012         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11013         * backend/ev-async-renderer.h:
11014
11015         Add an async renderer interface (method + callback) which
11016         is useful for backends like ps.
11017
11018         * backend/ev-job-queue.c: (remove_job_from_async_queue),
11019         (add_job_to_async_queue), (job_finished_cb), (handle_job),
11020         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11021         (ev_job_queue_add_job), (move_job_async), (move_job),
11022         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11023
11024         Add queues for async renderer, these are executed on the
11025         main thread.
11026
11027         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11028         (ev_job_render_run):
11029         * backend/ev-jobs.h:
11030
11031         If the backend support async renderer interface use it.
11032
11033         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11034         (setup_pixmap), (ps_document_get_type),
11035         (ps_async_renderer_render_pixbuf),
11036         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11037
11038         Implement async renderer interface.
11039
11040 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11041
11042         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11043
11044         Cleanup links job on exit.
11045
11046 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11047
11048         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11049         (drag_data_get_cb), (drag_data_received_cb):
11050         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11051         (drag_data_get_cb), (parse_item_list),
11052         (egg_toolbar_editor_load_actions):
11053         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11054         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11055         (parse_item_list), (parse_toolbars):
11056         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11057         (dvi_pixbuf_put_pixel):
11058         
11059         Fix gcc 4.0 warnings
11060
11061 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11062
11063         * ps/ps-document.c: (start_interpreter):
11064
11065         Fix warning when loading ps
11066
11067 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11068
11069         * ps/ps-document.c: (output):
11070
11071         Fix crash when priting gs error messages.
11072
11073 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11074
11075         * backend/ev-page-cache.c: (_ev_page_cache_new):
11076         * backend/ev-page-cache.h:
11077
11078         Use a const to return title so that we dont double
11079         free it. Small cleanup and fix a leak.
11080
11081         * shell/ev-window.c: (update_window_title):
11082
11083         strdup value from get_title.
11084
11085 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11086
11087         * shell/ev-sidebar-links.c: (job_finished_callback),
11088         (ev_sidebar_links_set_document):
11089
11090         Cleanup the old job when changing document
11091
11092 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11093
11094         * shell/ev-stock-icons.c:
11095         * shell/ev-stock-icons.h:
11096         * shell/ev-window.c:
11097         
11098         Add stock icons for actions that can appear in toolbar. Fix for
11099         bug 306566.
11100
11101 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11102
11103         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11104         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11105         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11106         * backend/ev-page-cache.h:
11107         * shell/ev-view.c: (scroll_to_current_page),
11108         (view_update_range_and_current_page), (get_page_y_offset),
11109         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11110         (ev_view_size_request_continuous),
11111         (ev_view_zoom_for_size_continuous_and_dual_page),
11112         (ev_view_zoom_for_size_continuous):
11113         
11114         More compact EvView layout in document with pages of different size.
11115
11116 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11117
11118         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11119         compilation.
11120
11121 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11122
11123         * shell/ev-view.c: (view_set_adjustment_values):
11124         * shell/ev-window.c: (ev_window_cmd_file_properties):
11125         
11126         A bit different fix for rounding problem but it has no
11127         problems on startup. Make properties window transient to parent.
11128
11129 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11130
11131         * pdf/ev-poppler.cc:
11132         
11133         More commenting of font stuff.
11134
11135 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11136
11137         * pdf/ev-poppler.cc:
11138
11139         Comment out some more fonts stuff. Should really
11140         work without the poppler patch now.
11141
11142 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11143
11144         * pdf/ev-poppler.cc:
11145
11146         Adapt to api change
11147
11148 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11149
11150         * data/evince-properties.glade:
11151         * pdf/ev-poppler.cc:
11152         * shell/ev-properties.c: (setup_fonts_view):
11153
11154         Set the column title. Show the dialog only
11155         once everything is setup.
11156         Getting font info can be very slow... will
11157         prolly need to make this threaded too.
11158
11159 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11160
11161         * backend/Makefile.am:
11162         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11163         (ev_document_fonts_get_fonts_model):
11164         * backend/ev-document-fonts.h:
11165         * data/evince-properties.glade:
11166         * pdf/ev-poppler.cc:
11167         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11168         * shell/ev-properties.h:
11169         * shell/ev-window.c: (ev_window_cmd_file_properties):
11170
11171         Implement fonts list. Defined out for now, since it depends
11172         on a not yet committed poppler patch.
11173
11174 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11175
11176         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11177         page + 1.
11178
11179         * shell/ev-window.c: Make sure we add the timeout when we get a
11180         focus-in event.
11181
11182         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11183         adjustment->value before calculating the zoom factor to average
11184         out all of our rounding errors.  The page no longer 'drifts' when
11185         resizing.
11186
11187 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11188
11189         * data/evince-properties.glade:
11190         * shell/ev-properties.c: (ev_properties_format_date),
11191         (set_property):
11192         
11193         Labels don't expand when the dialogue is resized.
11194         strftime result needs to be converted to UTF-8. Thanks
11195         to Christian Persch <chpe@gnome.org>.
11196
11197 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11198
11199         * data/evince-properties.glade:
11200
11201         Hide the fonts tab
11202
11203 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11204
11205         * backend/ev-document-info.h:
11206         * backend/ev-document.c: (ev_document_info_free):
11207         * data/evince-properties.glade:
11208         * pdf/ev-poppler.cc:
11209         * ps/ps-document.c: (ps_document_get_info):
11210         * shell/ev-properties.c: (ev_properties_format_date),
11211         (set_property), (ev_properties_new):
11212         * shell/ev-properties.h:
11213         * shell/ev-window.c: (ev_window_cmd_file_properties):
11214
11215         Rework properties code to take only EvPropertyInfo
11216         in the constructor so that it can be useful for
11217         nautilus plugin too.
11218
11219         Deal with backends that doesnt support some properties.
11220         Make set property code generic.
11221
11222 2005-06-04  Christian Persch <chpe@gnome.org>
11223
11224         * data/evince-properties.glade:
11225
11226         fix spacings, make resizeable, and make data labels
11227         selectable + ellipsised
11228
11229 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11230
11231         * backend/ev-document-info.h:
11232         * data/Makefile.am:
11233         * data/evince-ui.xml:
11234         * pdf/ev-poppler.cc:
11235         * shell/Makefile.am:
11236         * shell/ev-window.c: (update_action_sensitivity),
11237         (ev_window_cmd_file_properties):
11238
11239         Initial go at file properties. Patch by
11240         Emil Soleyman-Zomalan <emil@soleyman.com>.
11241         Needs love see #169583
11242
11243 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11244
11245         * ps/ps-document.c: (output):
11246         * ps/ps.c: (psscan):
11247
11248         Try to render even if psscan fails.
11249
11250 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11251
11252         * ps/ps.c: (psscan), (pscopydoc):
11253
11254         Port buffered reading code from gv
11255
11256 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11257
11258         * ps/ps-document.c: (interpreter_message), (output):
11259
11260         Do not fail on interpreter messages
11261
11262 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11263
11264         * backend/ev-document-misc.c:
11265         (ev_document_misc_get_thumbnail_frame):
11266
11267         Pages can be 0 x 0, dont assert on this case
11268
11269 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11270
11271         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11272         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11273
11274         Correctly manage our reference on document. Finally the reload
11275         huge leak is gone...
11276
11277 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11278
11279         * ps/ps-document.c: (ps_document_dispose):
11280
11281         Forgot to chain it to the parent. Thanks chpe.
11282
11283 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11284
11285         * ps/ps-document.c: (ps_document_dispose),
11286         (ps_document_class_init), (stop_interpreter), (document_load):
11287
11288         Cleanup dispose a bit. Dont leak the whole pixmap.
11289
11290 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11291
11292         * pdf/ev-poppler.cc:
11293
11294         Release the poppler document on dispose
11295
11296 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11297
11298         * shell/ev-view.c: (ev_view_set_document):
11299
11300         Release ref on the pixbuf cache when changing
11301         document.
11302
11303 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11304
11305         * ps/ps-document.c: (ps_document_get_info):
11306
11307         Fix a double free
11308
11309 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11310
11311         * backend/ev-page-cache.c: (ev_page_cache_init),
11312         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11313         * backend/ev-page-cache.h:
11314         * shell/ev-page-action.c: (page_changed_cb):
11315         
11316         Set page action entry width depending on labels width. Fix
11317         for bug 305202.
11318
11319 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11320
11321         * backend/ev-link.c: (ev_link_class_init):
11322
11323         Allow -1 as page value (error)
11324
11325 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11326
11327         * shell/ev-sidebar-thumbnails.c:
11328         (ev_sidebar_thumbnails_set_document):
11329         * shell/ev-view.c: (scroll_to_current_page),
11330         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11331         (page_changed_cb), (on_adjustment_value_changed),
11332         (ev_view_set_document):
11333
11334         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11335         Fix bug 305377
11336
11337 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11338
11339         * configure.ac:
11340         * djvu/djvu-document.c: (djvu_document_get_page_size):
11341
11342         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11343         bug 301993.
11344
11345 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11346
11347         * shell/ev-view.c (draw_one_page): modify the expose handling to
11348         get the shadows.
11349
11350         * shell/ev-window.c (update_action_sensitivity): Respect
11351         permissions field.  Kowtow to the man.
11352
11353         * pdf/ev-poppler.cc: Get the permissions field.
11354
11355         * tiff/*c: Make a tiny bit more robust.
11356
11357 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11358
11359         * djvu/djvu-document.c:
11360         
11361         Pop messages from djvu context message queue.
11362
11363 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11364
11365         * configure.ac, Makefile.am, shell/Makefile.am:
11366         * tiff/Makefile.am, shell/ev-document-types.c:
11367         
11368         Cleanup tiff configure checks. Fix for bug 305218.
11369
11370 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11371
11372         * configure.ac: Added "uk" to ALL_LINGUAS.
11373
11374 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11375
11376         * cut-n-paste/zoom-control/ephy-zoom.c:
11377         (ephy_zoom_get_changed_zoom_level):
11378         * cut-n-paste/zoom-control/ephy-zoom.h:
11379         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11380         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11381         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11382         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11383         (zoom_control_changed_cb), (ev_window_init):
11384         
11385         Fix minor points related to moving best fit up. Introduce
11386         "zoom" property and make zoom control change it's value on
11387         notify::zoom signals. Fix for 305080.
11388
11389 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11390
11391         * data/evince-ui.xml:
11392         * shell/ev-window.c: (set_view_actions_sensitivity):
11393         
11394         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11395
11396 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11397
11398         * configure.ac:
11399
11400         Depends on poppler 0.3.2
11401
11402 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11403
11404         * cut-n-paste/recent-files/egg-recent-item.c:
11405         (egg_recent_item_get_short_name):
11406         * cut-n-paste/toolbar-editor/Makefile.am:
11407         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11408         (new_pixbuf_from_widget):
11409         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11410         * cut-n-paste/toolbar-editor/egg-marshal.c:
11411         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11412         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11413
11414         Sync
11415
11416 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11417
11418         * tiff/tiff-document.c: Rough TIFF backend.
11419
11420 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11421
11422         * NEWS:
11423         * configure.ac:
11424         * cut-n-paste/toolbar-editor/Makefile.am:
11425
11426         Release 0.3.1
11427
11428 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11429
11430         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11431         (ev_view_find_next), (ev_view_find_previous):
11432
11433         Remove the locks around get_n_results   
11434
11435 2005-05-21  Juerg Billeter  <j@bitron.ch>
11436
11437         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11438
11439         Pass correct number of pages to poppler.
11440
11441 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11442
11443         * configure.ac:
11444         * data/Makefile.am:
11445         * data/evince.desktop.in: 
11446         * data/evince.desktop.in.in:
11447         * po/POTFILES.in:
11448         
11449         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11450
11451 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11452
11453         * shell/ev-view.c: (view_update_adjustments),
11454         (view_set_adjustment_values): cast adjustmen->value to (int)
11455         before using it.  Otherwise, we get off by a pixel in some
11456         situations.
11457
11458         (draw_one_page): Draw the border on expose.
11459
11460 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11461
11462         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11463         adjustment when the mode changes, #304923
11464
11465 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11466
11467         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11468         flickering on resize but still use gdk_window_scroll on
11469         scrolling
11470
11471 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11472
11473         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11474         option, #170458
11475
11476 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11477
11478         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11479         second page on page_changed if possible, #304669
11480
11481 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11482
11483         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11484         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11485
11486 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11487
11488         * .cvsignore:
11489         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11490         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11491         (ev_view_zoom_for_size_presentation),
11492         (ev_view_zoom_for_size_continuous_and_dual_page),
11493         (ev_view_zoom_for_size_continuous),
11494         (ev_view_zoom_for_size_dual_page),
11495         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11496         * shell/ev-view.h:
11497         * shell/ev-window.c: (update_view_size),
11498         (ev_window_sizing_mode_changed_cb):
11499
11500         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11501         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11502         an infinite loop, #304769
11503
11504
11505 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11506
11507         * data/evince-ui.xml:
11508         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11509         * shell/ev-window.c: (set_view_actions_sensitivity):
11510
11511         Make PgUp/Down behave like Space
11512
11513 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11514
11515         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11516         * backend/ev-ps-exporter.h:
11517         * pdf/ev-poppler.cc:
11518         * ps/ps-document.c: (ps_document_ps_export_begin):
11519         * shell/ev-print-job.c: (idle_print_handler):
11520
11521         Adapt to new poppler api
11522
11523 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11524
11525         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11526         (ephy_zoom_control_init):
11527
11528         Translate zoom levels
11529
11530 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11531
11532         * cut-n-paste/zoom-control/ephy-zoom.c:
11533         (ephy_zoom_get_zoom_level_index):
11534
11535         Fix current zoom -> zoom control match
11536
11537 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11538
11539         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11540         rather than the scrolled_window that it's in. Fixes bug #304655.
11541
11542 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11543
11544         * shell/ev-view.c: (view_update_adjustments),
11545         (view_set_adjustment_values), (view_update_range_and_current_page),
11546         (view_scroll_to_page), (set_scroll_adjustment),
11547         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11548         (ev_view_scroll), (ev_view_scroll_view),
11549         (ensure_rectangle_is_visible), (find_page_at_location),
11550         (get_link_at_location), (go_to_link), (status_message_from_link),
11551         (ev_view_size_request_continuous_dual_page),
11552         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11553         (ev_view_unrealize), (ev_view_expose_event),
11554         (ev_view_button_press_event), (ev_view_motion_notify_event),
11555         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11556         (draw_rubberband), (highlight_find_results), (draw_one_page),
11557         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11558         (ev_view_init), (find_changed_cb), (page_changed_cb),
11559         (on_adjustment_value_changed), (ev_view_new),
11560         (ev_view_set_document), (ev_view_set_zoom),
11561         (ev_view_set_continuous), (ev_view_set_dual_page),
11562         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11563         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11564         (ev_view_zoom_for_size_presentation),
11565         (ev_view_zoom_for_size_continuous_dual_page),
11566         (ev_view_zoom_for_size_continuous),
11567         (ev_view_zoom_for_size_dual_page),
11568         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11569         (ev_view_get_status), (ev_view_set_status),
11570         (update_find_status_message), (ev_view_get_find_status),
11571         (ev_view_set_find_status), (jump_to_find_result),
11572         (jump_to_find_page), (compute_selections), (clear_selection),
11573         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11574         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11575         (ev_view_update_primary_selection),
11576         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11577         * shell/ev-view.h:
11578         * shell/ev-window.c: (ev_window_open_page_label),
11579         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11580         (ev_window_init):
11581         * shell/ev-window.h:
11582         * shell/main.c: (load_files):
11583
11584         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11585         when resizing.  Remove the bin_window().  Also, patch from James
11586         Bowes to fix command line page, #300641
11587         
11588 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11589
11590         * data/evince-ui.xml:
11591         * shell/ev-view.c:
11592         * shell/ev-view.h:
11593         * shell/ev-window.c: (update_action_sensitivity):
11594
11595         Get rid of View->Normal Size, it's just confusing
11596
11597 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11598
11599         * backend/ev-document-info.h:
11600         * backend/ev-document.c: (ev_document_info_free): Free the
11601         EvDocumentInfo.
11602
11603         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11604         (clear_range), (add_range), (update_visible_range),
11605         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11606         (ev_sidebar_thumbnails_set_document):
11607         * shell/ev-window.c: (ev_window_setup_document): Only render the
11608         visible thumbnails.  It takes an instant to render, but it uses
11609         much less memory.
11610
11611 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11612
11613         * shell/ev-sidebar-links.c: (popup_menu_cb):
11614
11615         Select first item
11616
11617 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11618
11619         * lib/Makefile.am:
11620         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11621         (button_press_cb), (ev_sidebar_links_construct):
11622
11623         Show the popup menu also on keybindings
11624
11625 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11626
11627         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11628         * shell/ev-window.h:
11629
11630         Expose api to print a range (with dialog). Make private _print use
11631         it.
11632
11633         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11634         (ev_sidebar_links_construct):
11635
11636         Show a print context menu on linkx, it prints the selected
11637         section.
11638
11639 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11640
11641         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11642         button.
11643
11644 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11645
11646         * AUTHORS:
11647
11648         Update
11649
11650         * shell/ev-window.c: (build_comments_string),
11651         (ev_window_cmd_help_about):
11652
11653         Show poppler version/backend and authors
11654
11655 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11656
11657         * cut-n-paste/zoom-control/ephy-zoom.c:
11658         (ephy_zoom_get_zoom_level_index):
11659         * cut-n-paste/zoom-control/ephy-zoom.h:
11660
11661         Move the best fit items at the top of the list
11662
11663 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11664
11665         * shell/ev-marshal.list:
11666         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11667         (activate_cb), (match_selected_cb), (activate_link_cb),
11668         (connect_proxy), (ev_page_action_class_init):
11669         * shell/ev-page-action.h:
11670
11671         Use signals to notify action activation. Hopefully
11672         I did not break completion since I cant test...
11673
11674         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11675         (register_custom_actions):
11676
11677         Connect to page selector actions and also grab focus on
11678         the view when activated.
11679
11680 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11681
11682         * pdf/ev-poppler.cc:
11683         * backend/ev-page-cache.c: make page size calculation consistent
11684         and set it to (int)( width * scale + 0.5).  This makes the weird
11685         line going through the middle of the page go away.
11686
11687         * shell/ev-view.c: move painting the background page after
11688         checking the expose area covers us.
11689
11690 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11691
11692         * data/evince-password.glade:
11693         
11694         Mark labels as not translatable. Fix for bug 302842.
11695
11696 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11697
11698         * configure.ac: Added "es" to ALL_LINGUAS.
11699
11700 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11701
11702         * data/evince-toolbar.xml:
11703         * shell/ev-window.c: (update_action_sensitivity),
11704         (ev_window_setup_document), (ev_window_set_page_mode),
11705         (ev_window_init):
11706
11707         Remove some leftover code from jrb first continous
11708         attempt. Use the new actions, we still need good icons
11709         though...
11710
11711 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11712
11713         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11714
11715         Update label when connecting proxy. Fix a warning with NULL
11716         page_cache.
11717
11718 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11719
11720         * data/evince-ui.xml:
11721         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11722         * shell/ev-page-action.h:
11723         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11724
11725         Add mnemonic for edit toolbar.
11726         ctrl+l focus the page entry.
11727
11728 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11729
11730         * lib/Makefile.am:
11731         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11732         (ev_window_init):
11733         * shell/main.c: (main):
11734
11735         Put the toolbar xml in evince own dot dir
11736
11737 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11738
11739         * shell/ev-window.c: (ev_window_init):
11740
11741         Make the toolbar not removable
11742
11743 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11744
11745         * data/evince-ui.xml:
11746         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11747         * shell/ev-sidebar-links.h:
11748         * shell/ev-sidebar-thumbnails.c:
11749         (ev_sidebar_thumbnails_get_treeview):
11750         * shell/ev-sidebar-thumbnails.h:
11751         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11752         (ev_view_class_init):
11753         * shell/ev-view.h:
11754         * shell/ev-window.c: (update_action_sensitivity),
11755         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11756         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11757         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11758         (ev_window_init):
11759
11760         This is evil... Make space/backspace global accelerators but
11761         enable them only for some widgets (sidebars and view).
11762         I dont like it, but I dont know a better way... :/
11763
11764 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11765
11766         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11767         (ev_page_action_widget_finalize),
11768         (ev_page_action_widget_class_init), (update_page_cache):
11769
11770         Keep a weak reference on proxy->page_cache so that we
11771         dont try to disconnect the signal if the object is already
11772         gone. Maybe there is a better way to cleanup reference handling
11773         in page action though...
11774
11775 2005-05-10  Juerg Billeter  <j@bitron.ch>
11776
11777         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11778         * backend/ev-ps-exporter.h:
11779         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11780         * ps/ps-document.c: (ps_document_ps_export_begin):
11781         
11782         Change api to pass print range to ps_exporter_begin. The pdf backend
11783         requires this information.
11784         
11785         * shell/ev-print-job.c: (idle_print_handler):
11786         
11787         Adapt to api change
11788
11789 2005-05-10  Juerg Billeter  <j@bitron.ch>
11790
11791         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11792         (idle_print_handler)
11793         * shell/ev-window.c: (ev_window_print):
11794
11795         Support printing page range, based on patch by Amaury Jacquot
11796
11797 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11798
11799         * data/evince-toolbar.xml:
11800
11801         Add zoom control to available items
11802
11803 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11804
11805         * shell/ev-window.c: (update_action_sensitivity):
11806
11807         Set slash action insensitive when appropriate
11808
11809 2005-05-10  Christian Persch <chpe@gnome.org>
11810
11811         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11812
11813         Fix warning on the overflow menu
11814
11815 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11816
11817         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11818
11819         Check for uri correctness/existence
11820
11821 2005-05-09  Juerg Billeter  <j@bitron.ch>
11822
11823         * shell/ev-window.c: (using_postscript_printer):
11824
11825         LPD printers use postscript, too
11826
11827 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11828
11829         * shell/ev-window.c: (register_custom_actions):
11830
11831         The zoom one is actually sort of useful,
11832         put it back
11833
11834 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11835
11836         * shell/ev-window.c: (register_custom_actions):
11837
11838         Hide page/zoom controls from overflow, they
11839         are useless.
11840
11841 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11842
11843         * cut-n-paste/update-from-egg.sh:
11844         
11845         Share it between all cut-n-paste subdirs
11846
11847         * cut-n-paste/recent-files/Makefile.am:
11848
11849         Fix to use "global" update-from-egg.sh
11850
11851         * cut-n-paste/recent-files/egg-recent-model.c:
11852         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11853         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11854         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11855         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11856
11857         Update from libegg
11858
11859         * cut-n-paste/toolbar-editor/Makefile.am:
11860
11861         Fix to use "global" update-from-egg.sh
11862
11863         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11864
11865         Update from libegg
11866
11867 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11868
11869         * configure.ac:
11870         * cut-n-paste/Makefile.am:
11871         * cut-n-paste/recent-files/Makefile.am:
11872         * cut-n-paste/toolbar-editor/.cvsignore:
11873         * cut-n-paste/toolbar-editor/Makefile.am:
11874         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11875         (egg_editable_toolbar_get_type), (get_toolbar_position),
11876         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11877         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11878         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11879         (set_item_drag_source), (create_item_from_action), (create_item),
11880         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11881         (popup_toolbar_context_menu_cb), (free_dragged_item),
11882         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11883         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11884         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11885         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11886         (item_added_cb), (item_removed_cb),
11887         (egg_editable_toolbar_construct),
11888         (egg_editable_toolbar_disconnect_model),
11889         (egg_editable_toolbar_deconstruct),
11890         (egg_editable_toolbar_set_model),
11891         (egg_editable_toolbar_set_ui_manager),
11892         (egg_editable_toolbar_set_property),
11893         (egg_editable_toolbar_get_property),
11894         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11895         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11896         (egg_editable_toolbar_new_with_model),
11897         (egg_editable_toolbar_get_edit_mode),
11898         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11899         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11900         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11901         (new_pixbuf_from_widget), (new_separator_pixbuf),
11902         (update_separator_image), (style_set_cb),
11903         (_egg_editable_toolbar_new_separator_image),
11904         (egg_editable_toolbar_get_model):
11905         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11906         * cut-n-paste/toolbar-editor/egg-marshal.c:
11907         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11908         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11909         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11910         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11911         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11912         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11913         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11914         (editor_drag_data_delete_cb), (drag_data_get_cb),
11915         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11916         (editor_create_item), (update_editor_sheet), (setup_editor),
11917         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11918         (parse_item_list), (model_has_action), (update_actions_list),
11919         (egg_toolbar_editor_load_actions):
11920         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11921         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11922         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11923         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11924         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11925         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11926         (egg_toolbars_model_add_separator), (impl_add_item),
11927         (parse_item_list), (egg_toolbars_model_add_toolbar),
11928         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11929         (impl_get_item_data), (impl_get_item_type),
11930         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11931         (egg_toolbars_model_init), (free_toolbar),
11932         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11933         (egg_toolbars_model_remove_toolbar),
11934         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11935         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11936         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11937         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11938         (egg_toolbars_model_get_item_data),
11939         (egg_toolbars_model_get_item_type):
11940         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11941         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11942         * data/Makefile.am:
11943         * data/evince-toolbar.xml:
11944         * data/evince-ui.xml:
11945         * data/hand-open.png:
11946         * po/POTFILES.in:
11947         * shell/Makefile.am:
11948         * shell/ev-window.c: (update_chrome_visibility),
11949         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11950         (ev_window_dispose), (ev_window_init):
11951
11952         Implement epiphany like toolbar editor. Based on patch by
11953         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11954
11955 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11956
11957         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11958
11959         Use set_cursor instead of set_selection, so that
11960         the keyboard focus moves too.
11961
11962 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11963
11964         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11965
11966         Fix infinite loop when loading Type1 fonts
11967
11968 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11969
11970         * data/evince-ui.xml:
11971         * shell/ev-window.c:
11972
11973         Slash -> Find
11974
11975 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11976
11977         * configure.ac:
11978
11979         Make --disable really disable
11980
11981 2005-05-07  Juerg Billeter  <j@bitron.ch>
11982
11983         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11984
11985         Compare page labels even without has_labels set, fixes setting page
11986         with entry
11987
11988 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11989
11990         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11991         (ev_view_set_cursor), (ev_view_button_press_event),
11992         (ev_view_motion_notify_event), (ev_view_button_release_event),
11993         (ev_view_init):
11994
11995         Implement middle button scrolling. Based on a patch
11996         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11997
11998 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11999
12000         * shell/ev-document-types.c: (get_slow_mime_type),
12001         (get_document_type_from_mime), (ev_document_type_lookup):
12002         * shell/ev-document-types.h:
12003
12004         Change api to lookup from uri. Do fast lookup first, if the
12005         type is unknown try with data sniffing.
12006
12007         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12008         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12009
12010         Adapt to api change
12011
12012 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12013
12014         * thumbnailer/Makefile.am:
12015
12016         Fix distcheck
12017
12018 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12019
12020         * NEWS:
12021         * configure.ac:
12022
12023         Release 0.3.0
12024
12025         * data/evince-ui.xml:
12026
12027         Hide presentation mode for now
12028
12029         * shell/ev-view.c: (highlight_find_results):
12030
12031         Show current find selection only on current page
12032
12033 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12034
12035         * shell/ev-view.c: (ev_view_select_all):
12036
12037         Compute size of the actual page, not of
12038         the current one.
12039
12040 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12041
12042         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12043         (view_rect_to_doc_rect), (compute_selections),
12044         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12045         (ev_view_copy), (ev_view_primary_get_cb),
12046         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12047         (ev_view_button_press_event), (ev_view_motion_notify_event),
12048         (ev_view_button_release_event), (page_changed_cb):
12049
12050         Fix text selection
12051
12052 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12053
12054         * shell/ev-view.c: (compute_border), (get_page_extents),
12055         (doc_rect_to_view_rect), (highlight_find_results),
12056         (ev_view_bin_expose), (ev_view_select_all),
12057         (ev_view_motion_notify_event), (update_find_status_message),
12058         (jump_to_find_result), (jump_to_find_page):
12059
12060         First go at fixing search, still buggy
12061
12062 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12063
12064         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12065         dropdown box and button at the top of the sidebar.
12066
12067 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12068
12069         * configure.ac: Output zoom-control Makefile.
12070         * cut-n-paste/Makefile.am: build zoom-control subdir.
12071         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12072         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12073         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12074         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12075         * cut-n-paste/zoom-control/ephy-zoom.c:
12076         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12077         from epiphany, and modified to add a separator into the menu.
12078         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12079         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12080         zoom-control action.
12081         * shell/Makefile.am: Include zoom-control flags.
12082         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12083         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12084         (ev_view_zoom_for_size_presentation),
12085         (ev_view_zoom_for_size_continuous_and_dual_page),
12086         (ev_view_zoom_for_size_continuous),
12087         (ev_view_zoom_for_size_dual_page),
12088         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12089         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12090         ev_view_get_zoom and ev_view_get_sizing_mode.
12091         * shell/ev-view.h:
12092         * shell/ev-window.c: (update_action_sensitivity),
12093         (update_sizing_buttons), (zoom_control_changed_cb),
12094         (register_custom_actions): Initialize and use the zoom-control 
12095         widget.
12096
12097 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12098
12099         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12100         preview cache back to 1.  Don't know when it got set to 0.
12101         
12102         * shell/ev-view.c: (compute_border), (ev_view_realize),
12103         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12104         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12105         (ev_view_get_fullscreen), (ev_view_set_presentation),
12106         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12107         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12108         * shell/ev-view.h:
12109         * shell/ev-window.c:
12110         (update_chrome_visibility),
12111         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12112         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12113         (update_document_mode), (ev_window_update_fullscreen_action),
12114         (ev_window_fullscreen), (ev_window_unfullscreen),
12115         (ev_window_cmd_view_fullscreen),
12116         (ev_window_update_presentation_action),
12117         (ev_window_run_presentation), (ev_window_stop_presentation),
12118         (ev_window_cmd_view_presentation), (ev_window_state_event),
12119         (ev_window_focus_in_event), (ev_window_focus_out_event),
12120         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12121         * data/evince-ui.xml: Initial presentation mode.  We should
12122         probably hide this until it's done, as it's quite rough.  Also,
12123         change full-screen to fullscreen and add two getters to EvView.
12124
12125 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12126
12127         * shell/ev-page-action.c: (update_page_cache),
12128         (ev_page_action_dispose):
12129         * shell/ev-window.c: (destroy_fullscreen_popup),
12130         (ev_window_create_fullscreen_popup):
12131
12132         Use connect_object rather than explicitly
12133         disconnect on dispose.
12134
12135 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12136
12137         * shell/ev-page-action.c: (update_page_cache),
12138         (ev_page_action_dispose):
12139
12140 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12141
12142         * backend/ev-page-cache.c: (_ev_page_cache_new),
12143         (ev_page_cache_set_page_label),
12144         (ev_page_cache_has_nonnumeric_page_labels):
12145         * backend/ev-page-cache.h:
12146         * shell/ev-page-action.c: (update_pages_label):
12147         
12148         If all page labels are numeric, fallback to default
12149         way to display number of pages. See bug 173185.
12150
12151 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12152
12153         * shell/ev-page-action.c: (ev_page_action_dispose):
12154         * shell/ev-view.c: (view_update_range_and_current_page):
12155         * shell/ev-window.c: (ev_window_dispose):
12156         
12157         Set page on scroll in continuous mode. Fixes bug 301986.
12158         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12159
12160 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12161
12162         * configure.ac:
12163
12164         Require poppler 0.3.0
12165
12166 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12167         
12168         * shell/Makefile.am, configure.ac: Fix build problems
12169         with t1lib. Bug 301996.
12170
12171 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12172
12173         * shell/ev-view.c: (ev_view_scroll_event):
12174         
12175         Scroll up increase zoom
12176
12177 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12178
12179         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12180         (ev_view_set_sizing_mode),
12181         (ev_view_zoom_for_size_continuous_and_dual_page),
12182         (ev_view_zoom_for_size_continuous):
12183         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12184         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12185         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12186         (ev_window_init):
12187
12188         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12189         Fix for 165473 and 165472.
12190
12191 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12192
12193         * po/POTFILES.in:
12194         * thumbnailer/Makefile.am:
12195         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12196         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12197         * thumbnailer/evince-thumbnailer.schemas.in:
12198         
12199         Make thumbnailer schemas translatable. Fix for bug 301773
12200         
12201         * thumbnailer/evince-thumbnailer-djvu.schemas:
12202         * thumbnailer/evince-thumbnailer-dvi.schemas:
12203         * thumbnailer/evince-thumbnailer.schemas:
12204
12205         Removed files
12206
12207 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12208
12209         * shell/ev-view.c (ev_view_init): forgot to set this.
12210
12211 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12212
12213         * shell/ev-view.c: (find_page_at_location),
12214         (get_link_at_location),
12215         (ev_view_set_show_border), (ev_view_set_spacing),
12216         (ev_view_zoom_for_size_continuous_and_dual_page),
12217         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12218         Also, add a quick fix measuring of widths.  Also, removed
12219         ev_view_set_spacing and ev_view_set_show_border.
12220         
12221         * shell/ev-window.c: (ev_window_unfullscreen),
12222         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12223
12224 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12225
12226         * shell/ev-view.c: (view_update_range_and_current_page),
12227         (page_changed_cb):
12228         
12229         Fix crash on exit and scrolling to page in continuous view.
12230
12231 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12232
12233         * TODO:
12234         * backend/ev-page-cache.c: (_ev_page_cache_new),
12235         (ev_page_cache_get_max_width_size),
12236         (ev_page_cache_get_max_height_size):
12237         * backend/ev-page-cache.h:
12238         * data/evince-ui.xml:
12239         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12240         * shell/ev-view.c: (view_update_adjustments),
12241         (view_update_range_and_current_page), (get_bounding_box_size),
12242         (ev_view_size_request_continuous_and_dual_page),
12243         (ev_view_size_request_continuous),
12244         (ev_view_size_request_dual_page),
12245         (ev_view_size_request_single_page), (ev_view_size_request),
12246         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12247         (ev_view_bin_expose), (ev_view_expose_event),
12248         (ev_view_set_property), (ev_view_get_property),
12249         (ev_view_class_init), (ev_view_init), (ev_view_new),
12250         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12251         (ev_view_set_dual_page), (ev_view_set_full_screen),
12252         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12253         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12254         (ev_view_zoom_out), (zoom_for_size_fit_width),
12255         (zoom_for_size_best_fit),
12256         (ev_view_zoom_for_size_continuous_and_dual_page),
12257         (ev_view_zoom_for_size_continuous),
12258         (ev_view_zoom_for_size_dual_page),
12259         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12260         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12261         * shell/ev-view.h:
12262         * shell/ev-window.c: (update_action_sensitivity),
12263         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12264         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12265         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12266         (ev_window_cmd_view_zoom_out), (update_view_size),
12267         (ev_window_set_sizing_mode), (ev_window_init):
12268
12269         Add Continuous and Dual page modes.
12270
12271 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12272
12273         * dvi/dvi-document.c: (dvi_document_load),
12274         (dvi_document_thumbnails_get_thumbnail),
12275         (dvi_document_init_params): Fix up some mixups between
12276         width and height to correct thumbnail rendering.
12277
12278 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12279
12280         * dvi/mdvi-lib/private.h:
12281         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12282         
12283         Suppess output for kpathsea during font generation. Thanks to
12284         James Bowes
12285
12286 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12287
12288         * NEWS:
12289         * configure.ac:
12290
12291         Release 0.2.1
12292
12293         * Makefile.am: fix distcheck.
12294
12295 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12296
12297         * shell/ev-sidebar-links.c: (selection_changed_callback),
12298         (update_page_callback), (row_activated_callback),
12299         (job_finished_callback), (ev_sidebar_links_set_document):
12300         
12301         Fix for bug #169901. Double click on links expands tree.
12302
12303 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12304
12305         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12306         hard-coded style. Fix for bug 170111
12307
12308 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12309
12310         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12311         locking.
12312
12313 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12314
12315         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12316
12317 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12318
12319         * pdf/ev-poppler.cc:
12320         * shell/ev-view.c: (highlight_find_results):
12321
12322         Fix find on single page documents
12323
12324 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12325
12326         * data/evince.schemas.in: fix for bug 301390
12327
12328 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12329
12330         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12331         (ev_view_zoom_out), (ev_view_zoom_normal):
12332         * shell/ev-view.h:
12333         * shell/ev-window.c: (update_action_sensitivity),
12334         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12335         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12336         (ev_window_cmd_view_normal_size):
12337
12338         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12339         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12340         better than oom. 
12341
12342 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12343
12344         * configure.ac:
12345
12346         Depend on 2.57, 2.59 doesnt seem to be necessary
12347
12348 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12349
12350         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12351         (create_tool_item):
12352
12353         Put back total number of pages as (1 of 1234)
12354
12355 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12356
12357         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12358         remove the job.
12359
12360         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12361         function.  This helps debugging.
12362
12363 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12364
12365         * djvu/djvu-document.c: (djvu_document_class_init),
12366         (djvu_document_get_info), (djvu_document_document_iface_init):
12367         * dvi/dvi-document.c: (dvi_document_class_init),
12368         (dvi_document_get_info), (dvi_document_document_iface_init):
12369
12370         Dummy implementation of get_info method for dvi and
12371         djvu. Fix crashes with those backends
12372
12373 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12374
12375         * data/evince.desktop.in:
12376
12377         Add application/x-gzpostscript
12378
12379 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12380
12381         * data/evince.schemas.in: Added real long descriptions, 
12382         closes bug 172496 
12383
12384         * README: Added actual text, closes bug 171869
12385
12386 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12387
12388         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12389
12390         Thumbnail page 0
12391
12392 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12393
12394         * backend/ev-document-info.h:
12395
12396         s/GDate */GDate so we can just use g_free
12397
12398 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12399
12400         * shell/ev-window.c: (update_document_mode),
12401         (ev_window_setup_document):
12402
12403         Show the window in fullscreen when specified by
12404         the document
12405
12406 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12407
12408         * backend/ev-document.c: (ev_document_class_init),
12409         (ev_document_get_info), (ev_document_render_pixbuf):
12410         * backend/ev-document.h:
12411         * backend/ev-page-cache.c: (_ev_page_cache_new):
12412         * pdf/ev-poppler.cc:
12413         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12414         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12415         * ps/ps-document.c: (ps_document_class_init), (document_load),
12416         (ps_document_get_info), (ps_document_document_iface_init):
12417
12418         Remove get_title from the interface, we can just use document info
12419
12420 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12421
12422         * backend/Makefile.am:
12423         * backend/ev-document.c: (ev_document_render_get_info):
12424         * backend/ev-document.h:
12425         * pdf/ev-poppler.cc:
12426
12427         Initial support for document info. Based on jrb patch.
12428
12429 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12430
12431         * shell/ev-window.c: (ev_window_state_event),
12432         (ev_window_class_init), (ev_window_init):
12433         
12434         Doesn't show resize grip when maximized. See bug #301053
12435
12436 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12437
12438         * po/POTFILES.in:
12439         
12440         ev-sidebar-thumbnails now has translatable labels
12441         
12442         * shell/Makefile.am:
12443         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12444         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12445         (ev_sidebar_links_page_iface_init):
12446         * shell/ev-sidebar-links.h:
12447         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12448         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12449         (ev_sidebar_page_get_label):
12450         * shell/ev-sidebar-page.h:
12451         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12452         (ev_sidebar_thumbnails_set_document),
12453         (ev_sidebar_thumbnails_support_document),
12454         (ev_sidebar_thumbnails_get_label),
12455         (ev_sidebar_thumbnails_page_iface_init):
12456         * shell/ev-sidebar-thumbnails.h:
12457         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12458         (ev_sidebar_set_document):
12459         * shell/ev-sidebar.h:
12460         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12461         
12462         Small rework of sidebar code. Now sidebar pages should implement
12463         EvSidebarPage interface. That makes page management in EvSidebar
12464         easier. See bug #164811 for details
12465
12466 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12467
12468         * shell/ev-application.c: (ev_application_open):
12469         * shell/ev-document-types.c:
12470         
12471         Fix build error and small problem with application exit
12472
12473 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12474
12475         * thumbnailer/Makefile.am:
12476         * thumbnailer/evince-thumbnailer-djvu.schemas:
12477         * thumbnailer/evince-thumbnailer-dvi.schemas:
12478         
12479         Conditionally install schemas for djvu/dvi thumbnailer
12480
12481 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12482
12483         * shell/ev-document-types.h: 
12484         * shell/ev-document-types.c: 
12485         New files, handling the mapping from mimetypes to backends
12486         
12487         * shell/ev-window.c: 
12488         * thumbnailer/evince-thumbnailer.c:     
12489         Use the ev-document-types code
12490         
12491         * shell/Makefile.am: 
12492         Added new convenience library libevbackendfactory_la, containing
12493         the new mimetype->backend logic; moved the backends into it.
12494
12495         * thumbnailer/Makefile.am:
12496         Make the thumbnailer link with the libevbackend.la convenience
12497         library, rather than having a duplicate of the backend logic here.
12498
12499 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12500
12501         * shell/ev-stock-icons.c: constify some vars.
12502         * shell/ev-window.c: ditto.
12503
12504 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12505
12506         * ps/ps-document.c (get_page_orientation):
12507
12508         Respect document orientation 
12509
12510 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12511
12512         * djvu/Makefile.am:
12513         * dvi/Makefile.am:
12514         * shell/Makefile.am:
12515         
12516         Move library dependencies to components.
12517         
12518         * shell/ev-window.c: (update_window_title),
12519         (start_loading_document):
12520         
12521         Fix display of uris with spaces. Bug 168358.
12522
12523 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12524
12525         * shell/ev-sidebar-links.c: (selection_changed_cb):
12526         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12527         (ev_view_button_release_event), (ev_view_set_document):
12528         * shell/ev-view.h:
12529         * shell/ev-window.c: (find_bar_search_changed_cb):
12530         * shell/ev-window.h: Minor cleanups removing some dead code.
12531
12532 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12533
12534         * backend/ev-page-cache.c: (_ev_page_cache_new):
12535         
12536         Set current page to 0 if document has pages.
12537
12538 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12539
12540         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12541
12542         Initialize GError to NULL, fix a crash when loading fails.
12543
12544 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12545
12546         * shell/ev-window.c: (update_view_size):
12547
12548         Calculate shadow size only when there is actually
12549         a shadow.
12550
12551 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12552
12553         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12554         * shell/ev-view.h:
12555
12556         Allow setting view spacing, default to 0
12557
12558         * shell/ev-window.c: (ev_window_unfullscreen),
12559         (ev_window_cmd_view_fullscreen), (ev_window_init):
12560
12561         Remove spacing in fullscreen mode
12562
12563 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12564
12565         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12566         (ev_view_size_request), (expose_bin_window),
12567         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12568         * shell/ev-view.h:
12569         * shell/ev-window.c: (ev_window_unfullscreen),
12570         (ev_window_cmd_view_fullscreen):
12571
12572         Do not draw the border in fulscreen
12573
12574 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12575
12576         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12577         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12578         (find_page_at_location), (page_changed_cb):
12579
12580         Rework border calculation, so that I can more easily disable it.
12581         Code somewhat cleaner too.
12582
12583 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12584
12585         * backend/ev-page-cache.c: (ev_page_cache_init),
12586         (_ev_page_cache_new):
12587
12588         Remove some assertions, documents can have 0 pages.
12589         Make initial current page -1.
12590
12591         * shell/ev-page-action.c: (page_changed_cb):
12592
12593         Show "" if current page is -1
12594
12595         * shell/ev-window.c: (update_action_sensitivity),
12596         (ev_window_setup_document):
12597
12598         When document has 0 pages do not set the view
12599         and make nearly everything insensitive.
12600
12601 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12602
12603         * shell/ev-page-view.c:
12604         * shell/ev-page-view.h:
12605
12606         Remove unused files.
12607         
12608         * shell/ev-sidebar-thumbnails.c:
12609         (ev_sidebar_thumbnails_set_document):
12610         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12611         (ev_sidebar_supports_document):
12612         * shell/ev-sidebar.h:
12613         * shell/ev-window.c: (ev_window_setup_document):
12614         
12615         Doesn't show thumbnails if document has 1 page. Make
12616         sidebar menu entries sensitive only if if they have 
12617         sense. Fix bug 164811. 
12618
12619 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12620
12621         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12622         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12623         (ev_view_zoom_out), (ev_view_set_size):
12624
12625         Rework sizing to deal with documents with not uniform page
12626         size.
12627
12628 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12629
12630         * backend/ev-page-cache.c: (_ev_page_cache_new):
12631
12632         Fix several page size caching bugs
12633
12634 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12635
12636         * shell/ev-window.c: (set_action_properties):
12637
12638         Make all toolbar items translatable
12639
12640 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12641
12642         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12643         (save_page_list), (ps_document_save),
12644         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12645         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12646         (ps_document_ps_exporter_iface_init):
12647         * ps/ps-document.h:
12648
12649         Based on a patch by J�rg Billeter <j@bitron.ch>
12650         
12651         Implement print and save a copy for the ps backend.
12652
12653 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12654
12655         * backend/ev-document.h:
12656         * djvu/djvu-document.c: (djvu_document_can_get_text),
12657         (djvu_document_document_iface_init):
12658         * dvi/dvi-document.c: (dvi_document_can_get_text),
12659         (dvi_document_document_iface_init):
12660         * pdf/ev-poppler.cc:
12661         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12662         (pixbuf_document_document_iface_init):
12663         * ps/ps-document.c: (ps_document_can_get_text),
12664         (ps_document_document_iface_init):
12665         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12666         * shell/ev-window.c: (update_action_sensitivity):
12667
12668         Fix the crash when trying to copy in backends that doesnt
12669         support it. We can implement a better solution once we
12670         do real text selection.
12671
12672 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12673
12674         * data/evince-ui.xml:
12675         * shell/ev-window.c: (ev_window_cmd_escape):
12676         
12677         Work around the Escape conflict (find bar and unfullscreen)
12678
12679 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12680
12681         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12682         
12683         Fix for #300233. Next page correctly handles document end.
12684         
12685         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12686         (ev_sidebar_thumbnails_class_init),
12687         (ev_sidebar_thumbnails_set_document),
12688         (ev_sidebar_thumbnails_clear_job),
12689         (ev_sidebar_thumbnails_clear_model):
12690         
12691         Cleanup thumbnail jobs on document changes.
12692         
12693         * shell/ev-view.c: (add_scroll_binding_keypad),
12694         (add_scroll_binding_shifted), (ev_view_class_init):
12695         
12696         Shift + Space scrolls up. Fix for #173184
12697         
12698         * shell/ev-window.c: (ev_window_open_page),
12699         (ev_window_cmd_view_reload):
12700         
12701         Fix reload (Bug #300094)
12702
12703 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12704
12705         
12706         * dvi/mdvi-lib/assoc.c:
12707         * dvi/mdvi-lib/assoc.h: Removed garbage files
12708         
12709         * dvi/mdvi-lib/bitmap.c:
12710         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12711         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12712         * dvi/mdvi-lib/color.h: Antialias of rules
12713         
12714         * dvi/mdvi-lib/common.h:
12715         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12716         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12717         * dvi/mdvi-lib/files.c:
12718         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12719         * dvi/mdvi-lib/mdvi.h:
12720         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12721         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12722         * dvi/mdvi-lib/util.c: Fix compile warnings
12723         
12724         * dvi/dvi-document.c:
12725         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12726         (dvi_document_thumbnails_get_thumbnail),
12727         (dvi_document_document_thumbnails_iface_init):
12728         * dvi/mdvi-lib/Makefile.am:
12729         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12730         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12731         
12732         Dvi backend now renders thumbnails
12733
12734 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12735
12736         * shell/main.c: (main): 
12737         
12738         Save accelerators on exit. Fixes bug #172095.
12739
12740 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12741
12742         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12743         update priority" comment.
12744
12745         * backend/ev-job-queue.c: Give a way to change priority.
12746
12747 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12748
12749         * shell/ev-page-action.c: Fix logic.
12750
12751 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12752
12753         * shell/ev-view.c: (ev_view_can_find_next):
12754         * shell/ev-window.c: (ev_window_setup_document):
12755
12756         Check that the document supports find
12757
12758 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12759
12760         * data/evince-ui.xml:
12761         * shell/ev-view.c: (ev_view_can_find_next):
12762         * shell/ev-view.h:
12763         * shell/ev-window.c: (update_action_sensitivity),
12764         (find_changed_cb), (ev_window_setup_document),
12765         (ev_window_cmd_edit_find_next):
12766
12767         Add Edit->Find Next
12768
12769 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12770
12771         * pdf/ev-poppler.cc:
12772         * shell/ev-print-job.c: (idle_print_handler):
12773
12774         Make printing work again
12775
12776 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12777
12778         * shell/ev-page-action.h:
12779         * shell/ev-page-action.c: (ev_page_action_widget_init),
12780         (ev_page_action_widget_class_init), (page_changed_cb),
12781         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12782         (get_filter_model_from_model), (match_selected_cb),
12783         (display_completion_text), (match_completion), (update_model),
12784         (connect_proxy), (ev_page_action_set_property),
12785         (ev_page_action_get_property), (ev_page_action_set_document),
12786         (ev_page_action_set_model), (ev_page_action_class_init): Big
12787         reworking to make completions work iff we have >= GTK-2.7.0
12788                 
12789         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12790         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12791         (job_finished_cb): We now have a 'model' property that is set when
12792         the links are loaded.  This can be caught with "notify::model"
12793
12794         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12795         listen for the model to be set, and propagate it to the action.
12796
12797 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12798
12799         * cut-n-paste/recent-files/egg-recent-item.c:
12800         (egg_recent_item_set_uri), (make_valid_utf8),
12801         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12802         * cut-n-paste/recent-files/egg-recent-item.h:
12803         
12804         Update egg-recent from libegg. This should fix long
12805         startup problem. For details see
12806         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12807
12808 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12809
12810         * cut-n-paste/recent-files/Makefile.am:
12811         * data/evince-ui.xml, shell/Makefile.am:
12812         * shell/ev-application.c, shell/ev-application.h:
12813         * shell/ev-window.c: Recent files support.
12814         
12815         * configure.ac: Added "ru" to ALL_LINGUAS.
12816         
12817         * dvju: new backend to support DJVU files.
12818         * dvi: new backend to support DVI.
12819
12820         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12821         * ev-application.c: Support for new backends.
12822         
12823         * help, ev-window.c, main.c shell/Makefile.am: 
12824         Evince user documentation.
12825
12826 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12827
12828         * po/POTFILES.in:
12829         * shell/ev-window.c:
12830         * thumbnailer/evince-thumbnailer.c:
12831
12832         s/pdf-document/ev-poppler
12833
12834 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12835
12836         * NEWS:
12837         * configure.ac:
12838
12839         Release 0.2.0
12840
12841         * ps/ps-document.c: (setup_pixmap):
12842
12843         Remove debug code
12844
12845 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12846
12847         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12848         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12849         (ev_window_cmd_go_first_page): Fix of by one errors.
12850
12851 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12852
12853         * ps/ps-document.c: (get_page_box):
12854
12855         Fix page size calculation
12856
12857 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12858
12859         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12860         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12861         (get_page_orientation), (setup_page), (document_load),
12862         (ps_document_get_page_size), (render_pixbuf_idle):
12863         * ps/ps-document.h:
12864
12865         More refactoring to adapt to EvDocument changes
12866
12867 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12868
12869         * ps/ps-document.c: (start_interpreter):
12870
12871         Actually add alpha args
12872
12873 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12874
12875         * pdf/ev-poppler.cc:
12876
12877         Make clipboard work again
12878
12879 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12880
12881         Make searching work again.
12882         
12883         * backend/ev-document.c:
12884         * backend/ev-document.h:
12885         * backend/ev-document-find.c:
12886         * backend/ev-document-find.h: Change EvDocumentIface so we no
12887         longer store the current page or zoom level in the document.  The
12888         consequence is that all calls that operate on the current page now
12889         instead take the page number as an extra argument, and all
12890         coordinates are now doubles in document coordinate system.
12891
12892         * pdf/ev-poppler.cc:
12893         * pixbuf/pixbuf-document.c:
12894         * ps/ps-document.c: Update backends accordingly.
12895
12896 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12897
12898         * autogen.sh:
12899
12900         Add required gettext version
12901
12902 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12903
12904         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12905         make F1 bring up non-existent help.
12906
12907         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12908         epiphany's find bar, #167477
12909
12910         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12911         <emil@nishra.com> to add space-bar scrolling, 
12912
12913         * shell/ev-window.c (static GtkActionEntry entries): add default
12914         keybinding for Help (F1)
12915         Fixes #171068
12916
12917         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12918         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12919         170110
12920
12921 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12922
12923         * Makefile.am: 
12924         * pixbuf/pixbuf-document.c: 
12925
12926         Got pixbuf backend working again
12927
12928 2005-04-01  Steve Murphy  <murf@e-tools.com>
12929
12930         * configure.in: Added "rw" to ALL_LINGUAS.
12931
12932 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12933
12934         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12935         model types, noticed by Martin Kretzschmar.
12936
12937 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12938
12939         * pdf/ev-poppler.cc: Implement search based on
12940         poppler_page_find_text().  Currently a bit crude since we remember
12941         all matches from all pages.  Also, we grab the big document lock
12942         when we search since searching changes the underlying stream and
12943         thus conflicts with the rendering thread.
12944         
12945         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12946         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12947         (ev_view_find_previous): Fix some page indexes to be 0 based,
12948         offset rubber band by view offset,
12949
12950 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12951
12952         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12953
12954 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12955
12956         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12957         completely because I didn't understand GtkActions.  I should
12958         read Marco's code more carefully in the future.
12959
12960         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12961         function
12962
12963 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12964
12965         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12966         PopplerRectangle change from poppler CVS.
12967
12968 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12969
12970         * backend/ev-document.c: (ev_document_get_page_label):
12971         * backend/ev-document.h:
12972         * backend/ev-page-cache.c: (_ev_page_cache_new),
12973         (ev_page_cache_get_page_label):
12974         * backend/ev-page-cache.h:
12975         * pdf/ev-poppler.cc:
12976         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12977         (links_page_num_func):
12978         * shell/ev-sidebar-thumbnails.c:
12979         (ev_sidebar_thumbnails_set_document):
12980         * shell/ev-view.c: (status_message_from_link),
12981         (ev_view_motion_notify_event):
12982         * shell/ev-window.c: (document_supports_sidebar): Add in page
12983         label support.  It's not perfect yet, but it's the first 'feature'
12984         in a while.
12985         Also, fix a bogus comment noticed by crispin. 
12986
12987 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12988
12989         * Makefile.am: Remove pixbuf backend for now
12990
12991         * configure.ac: Require poppler-glib instead of just poppler.
12992
12993         * backend/ev-document-thumbnails.h: Add a comment
12994
12995         * backend/ev-document.h:
12996         * backend/ev-document.c: (ev_document_class_init),
12997         (ev_document_load), (ev_document_get_link),
12998         (ev_document_get_links): Remove 3 methods and add get_links.
12999         Also, made 0 based.
13000
13001         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13002         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13003
13004         * backend/ev-link.c: (ev_link_set_title),
13005         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13006         (ev_link_mapping_find):
13007         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
13008         
13009         * backend/ev-page-cache.c: (ev_page_cache_init),
13010         (_ev_page_cache_new), (ev_page_cache_set_current_page),
13011         (ev_page_cache_get_size), (ev_page_cache_next_page),
13012         (ev_page_cache_prev_page): Fix to be 0 based.
13013
13014         * pdf/Makefile.am: 
13015         * pdf/ev-poppler.h:
13016         * pdf/ev-poppler.cc: New backend.
13017         
13018         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13019         (ps_document_get_page), (ps_document_document_iface_init):
13020
13021         * shell/ev-pixbuf-cache.h:
13022         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13023         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13024         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13025         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13026         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13027         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13028         based.
13029         
13030         * shell/ev-sidebar-thumbnails.c:
13031         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13032         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13033
13034         * shell/ev-view.c: (status_message_from_link),
13035         (find_page_at_location), (get_link_at_location),
13036         (ev_view_motion_notify_event), (ev_view_button_release_event),
13037         (ev_view_init): Use the new link code.  Fix to be 0 based.
13038
13039         * shell/ev-window.c: (update_action_sensitivity),
13040         (document_supports_sidebar): 0 based.
13041
13042 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13043
13044         * pdf/pdf-document.cc: Patch from Fernando Herrera
13045         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13046         *blush*
13047
13048 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13049
13050         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13051         1 to the page, as this seems to be 1 based.  I thought we has this
13052         fixed.  grump.
13053
13054 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13055
13056         * TODO:
13057         * backend/Makefile.am:
13058         * backend/ev-document-links.c:
13059         (ev_document_links_has_document_links),
13060         (ev_document_links_get_links_model):
13061         * backend/ev-document-links.h:
13062         * backend/ev-document.c: (ev_document_get_page_cache),
13063         (ev_document_get_doc_mutex), (ev_document_load),
13064         (ev_document_save), (ev_document_get_title),
13065         (ev_document_get_n_pages), (ev_document_set_page),
13066         (ev_document_get_page), (ev_document_set_target),
13067         (ev_document_set_scale), (ev_document_set_page_offset),
13068         (ev_document_get_page_size), (ev_document_get_text),
13069         (ev_document_get_link), (ev_document_render),
13070         (ev_document_render_pixbuf), (ev_document_scale_changed):
13071         * backend/ev-document.h:
13072         * backend/ev-job-queue.c: (remove_object_from_queue),
13073         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13074         (no_jobs_available_unlocked), (ev_render_thread),
13075         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13076         (ev_job_queue_remove_job):
13077         * backend/ev-job-queue.h:
13078         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13079         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13080         (ev_job_links_class_init), (ev_job_render_init),
13081         (ev_job_render_dispose), (ev_job_render_class_init),
13082         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13083         (ev_job_thumbnail_class_init), (ev_job_finished),
13084         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13085         (ev_job_render_run), (ev_job_thumbnail_new),
13086         (ev_job_thumbnail_run):
13087         * backend/ev-jobs.h:
13088         * backend/ev-link.c:
13089         * backend/ev-link.h:
13090         * backend/ev-page-cache.c: (ev_page_cache_init),
13091         (ev_page_cache_class_init), (ev_page_cache_finalize),
13092         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13093         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13094         (ev_page_cache_set_link), (ev_page_cache_get_title),
13095         (ev_page_cache_get_size), (ev_page_cache_next_page),
13096         (ev_page_cache_prev_page):
13097         * backend/ev-page-cache.h:
13098         * pdf/pdf-document.cc:
13099         * ps/gsdefaults.c:
13100         * ps/gsdefaults.h:
13101         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13102         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13103         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13104         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13105         (is_interpreter_ready), (output), (catchPipe), (input),
13106         (start_interpreter), (check_filecompressed), (compute_dimensions),
13107         (ps_document_enable_interpreter), (document_load),
13108         (ps_document_next_page), (render_page), (ps_document_set_page),
13109         (ps_document_set_scale), (render_pixbuf_idle),
13110         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13111         * ps/ps-document.h:
13112         * shell/Makefile.am:
13113         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13114         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13115         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13116         (ev_pixbuf_cache_new), (job_finished_cb),
13117         (check_job_size_and_unref), (move_one_job),
13118         (ev_pixbuf_cache_update_range), (find_job_cache),
13119         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13120         (ev_pixbuf_cache_add_jobs_if_needed),
13121         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13122         * shell/ev-pixbuf-cache.h:
13123         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13124         (idle_print_handler):
13125         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13126         (selection_changed_cb), (create_loading_model),
13127         (ev_sidebar_links_construct), (links_page_num_func),
13128         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13129         (update_page_callback), (job_finished_cb),
13130         (ev_sidebar_links_set_document):
13131         * shell/ev-sidebar-thumbnails.c:
13132         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13133         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13134         (page_changed_cb), (thumbnail_job_completed_callback),
13135         (ev_sidebar_thumbnails_set_document):
13136         * shell/ev-sidebar-thumbnails.h:
13137         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13138         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13139         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13140         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13141         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13142         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13143         (ev_view_button_release_event), (ev_view_scroll_view),
13144         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13145         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13146         (ev_view_new), (job_finished_cb), (page_changed_cb),
13147         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13148         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13149         (ev_view_find_previous):
13150         * shell/ev-view.h:
13151         * shell/ev-window.c: (update_action_sensitivity),
13152         (ev_window_open_page), (update_window_title), (update_total_pages),
13153         (page_changed_cb), (ev_window_setup_document),
13154         (password_dialog_response), (ev_window_cmd_save_as),
13155         (ev_window_print), (ev_window_cmd_go_previous_page),
13156         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13157         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13158         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13159         * shell/main.c: (main):
13160
13161         Merge evince-threads branch
13162
13163 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13164
13165         * configure.ac: Added "lt" to ALL_LINGUAS.
13166
13167 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13168
13169         * NEWS:
13170         * configure.ac:
13171
13172         Release 0.1.9
13173
13174 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13175
13176         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13177
13178         Fix here also the thumbnails 1-basedness :)
13179
13180 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13181
13182         * NEWS:
13183         * configure.ac:
13184
13185         Release 0.1.8
13186
13187 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13188
13189         * pdf/pdf-document.cc:
13190         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13191         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13192
13193         Fix the mess we did with thumbnails and 1-basedness
13194
13195 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13196
13197         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13198
13199 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13200
13201         * NEWS:
13202         * configure.ac:
13203
13204         Release 0.1.7
13205
13206 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13207
13208         * ps/Makefile.am:
13209         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13210         (gtk_gs_defaults_get_alpha_parameters),
13211         (gtk_gs_defaults_get_ungzip_cmd),
13212         (gtk_gs_defaults_get_unbzip2_cmd):
13213         * ps/gsdefaults.h:
13214         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13215         (ps_document_get_orientation), (document_load),
13216         (ps_document_goto_page), (ps_document_set_page_size):
13217         * ps/ps-document.h:
13218
13219         Some more sanitization of the ps backend. Remove a lot
13220         of unused code and do not base our defaults on ggv
13221         preferences (ugh!)
13222
13223 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13224
13225         * thumbnailer/evince-thumbnailer.schemas:
13226         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13227         (main): add -s option for thumbnail size.
13228
13229 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13230
13231         * configure.ac:
13232
13233         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13234         remove it.
13235
13236 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13237
13238         * pdf/pdf-document.cc:
13239
13240         Remove 4 pixels of useless border from the
13241         thumbnail.
13242
13243 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13244
13245         * backend/ev-document-thumbnails.c:
13246         (ev_document_thumbnails_get_thumbnail):
13247         * backend/ev-document-thumbnails.h:
13248
13249         Rework API a bit. Add a border flag and
13250         change sizing logic (now the size we specify
13251         applies to the bigger dimension).
13252
13253         * pdf/pdf-document.cc:
13254         * pixbuf/pixbuf-document.c:
13255         (pixbuf_document_thumbnails_get_thumbnail):
13256         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13257         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13258
13259         Adapt to the new API and do not draw a border for nautilus
13260         thumbnailer.
13261
13262 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13263
13264         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13265         take thumbnails from page "0" instead of "1". Added a copyright header.
13266
13267 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13268
13269         * ps/ps-document.c: (set_up_page), (start_interpreter):
13270
13271         Make it C89 compliant
13272
13273 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13274
13275         * Makefile.am:
13276         * configure.ac:
13277         * pdf/.cvsignore:
13278         * pdf/pdf-document.cc:
13279         * thumbnailer/Makefile.am:
13280         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13281         (main):
13282         * thumbnailer/evince-thumbnailer.schemas:
13283         * thumbnailer/pdf-icon.png:
13284
13285         Add a nautilus thumbnailer.
13286         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13287
13288 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13289
13290         * NEWS:
13291         * configure.ac:
13292         * po/POTFILES.in:
13293
13294         Release 0.1.6
13295
13296 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13297
13298         Use poppler instead of including xpdf source code.  Poppler is a
13299         fork of xpdf to build it as a shared library. See
13300         http://freedesktop.org/wiki/Software/poppler.
13301
13302         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13303         xpdf fork.
13304         
13305         * pdf/Makefile.am: Build libpdfdocument.a here.
13306         
13307         * pdf/GDKSplashOutputDev.cc:
13308         * pdf/GDKSplashOutputDev.h:
13309         * pdf/GnomeVFSStream.cc:
13310         * pdf/GnomeVFSStream.h:
13311         * pdf-document.cc:
13312         * pdf-document.h:
13313         * test-gdk-output-dev.cc
13314         * Thumb.cc:
13315         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13316         against poppler.
13317
13318 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13319
13320         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13321
13322         Clear idle stack before unsetting the document
13323
13324 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13325
13326         * ps/ps-document.c: (ps_document_widget_event),
13327         (ps_document_set_target), (ps_document_finalize),
13328         (ps_document_get_page):
13329
13330         Disconnect the widget event signal on finalize.
13331         Some code cleanups.
13332
13333 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13334
13335         * ps/ps-document.c: (set_up_page):
13336
13337         If there is no bpixmap create one, even if size
13338         is not changed.
13339
13340 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13341
13342         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13343         (set_up_page), (document_load), (ps_document_set_zoom):
13344
13345         Default page is 0. Calculate size even when we have no
13346         target yet.
13347
13348 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13349
13350         * shell/ev-sidebar.c: expand the selection widget to be always as
13351         wide as the sidebar
13352
13353 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13354
13355         * shell/ev-sidebar-thumbnails.c:
13356         (ev_sidebar_thumbnails_set_document):
13357
13358         Clear the list store when setting document
13359
13360 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13361
13362         * shell/ev-page-action.c: (update_entry), (sync_entry),
13363         (activate_cb), (entry_size_request_cb), (create_tool_item),
13364         (connect_proxy):
13365
13366         Use an entry for the page control instead of spinbuttons
13367
13368 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13369
13370         * data/evince.schemas.in:
13371
13372         Correct confusing string
13373
13374 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13375
13376         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13377         for real.  Gosh, how long has this been broken.
13378
13379         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13380         check for a NULL link.  We crash otherwise.
13381
13382 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13383
13384         * NEWS:
13385         * configure.ac:
13386
13387         Release 0.1.5
13388
13389 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13390
13391         * configure.ac: add the french translation.
13392
13393 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13394
13395         * shell/ev-window.c:
13396
13397         Remove unused header -> fix distcheck
13398
13399 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13400
13401         * shell/ev-window.c: (update_window_title),
13402         (ev_window_popup_password_dialog):
13403
13404         Unescape filename for display
13405
13406 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13407
13408         * pdf/xpdf/pdf-document.cc:
13409
13410         In get_page_size deal with rotation. Also
13411         cleanup the function a bit.
13412
13413 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13414
13415         * pdf/xpdf/pdf-document.cc:
13416
13417         Fix crash when opening in new window
13418
13419 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13420
13421         * configure.ac:
13422
13423         Check ghostscript >= 7
13424
13425 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13426
13427         * shell/ev-window.c:
13428
13429         Make page width the default sizing mode
13430
13431 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13432         Marco Pesenti Gritti <marco@gnome.org>
13433
13434         * shell/ev-window.c: Remember the sidebar size
13435
13436         * data/evince.schemas.in: Add a new gconf key to store the size of
13437         the sidebar
13438
13439 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13440
13441         * data/evince-ui.xml:
13442         * shell/ev-window.c: (update_action_sensitivity),
13443         (ev_window_cmd_view_reload):
13444         
13445         Add a "Reload" action and menu entry
13446
13447 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13448
13449         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13450         iff the type doesn't support thumbnailing and indexing.
13451
13452 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13453
13454         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13455
13456 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13457
13458         * pdf/splash/Splash.cc:
13459
13460         Port fix for a crasher from kde bug
13461         http://bugs.kde.org/show_bug.cgi?id=97131
13462
13463 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13464
13465         * pdf/xpdf/pdf-document.cc:
13466
13467         Return a link even if it's of an unrecognized
13468         type. Otherwise we go in an infinte cycle.
13469
13470 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13471
13472         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13473         (size_allocate_cb), (ev_window_set_sizing_mode):
13474
13475         Update size when switching mode
13476
13477 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13478
13479         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13480         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13481         (ev_window_cmd_view_normal_size):
13482
13483         Fix size toggle buttons behavior
13484
13485 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13486
13487         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13488         (doc_rect_to_view_rect), (ev_view_size_allocate),
13489         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13490         (scale_changed_callback):
13491
13492         Do not cache offsets in size_allocate.
13493
13494 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13495
13496         * shell/ev-view.c: (ev_view_size_allocate):
13497
13498         Calculate offsets before calling the parent
13499         class (which does a redraw)
13500
13501 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13502
13503         * pdf/xpdf/pdf-document.cc:
13504
13505         Fix a crasher on exit. Unused code, put a TODO
13506
13507 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13508
13509         * backend/ev-document.c: (ev_document_class_init),
13510         (ev_document_page_changed), (ev_document_scale_changed):
13511         * backend/ev-document.h:
13512
13513         Separate page/scale notifications
13514
13515         * pdf/xpdf/pdf-document.cc:
13516
13517         Emit the new signals.
13518         Do not display the pdf page in _render, do it
13519         when scale/page are requested.
13520
13521         * ps/ps-document.c: (ps_document_set_zoom),
13522         (ps_document_widget_event):
13523         * ps/ps-document.h:
13524
13525         Emit the new signals.
13526
13527         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13528         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13529         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13530         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13531         * shell/ev-view.h:
13532         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13533         (ev_window_cmd_view_page_width), (size_allocate_cb),
13534         (ev_window_set_sizing_mode):
13535
13536         Rework sizing to be pixel based.
13537         There are bugs but should be already way better.
13538
13539 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13540
13541         * shell/ev-window.c: (ev_window_init):
13542
13543         Do not allow to shrink sidebar smaller then
13544         child requisition
13545
13546 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13547
13548         * shell/ev-sidebar.[ch]
13549         * shell/ev-window.c:
13550
13551         Improved sidebar widget. Fixes #166683
13552
13553 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13554
13555         * shell/ev-view.c (update_find_status_message): Give translators
13556         more flexibility with ngettext plural handling.
13557
13558 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13559
13560         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13561         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13562         page when we get the page size.
13563
13564 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13565
13566         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13567
13568         ps pages are 0 based, convert 
13569
13570 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13571
13572         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13573
13574         Initialize correct parent class. Set GError on document load
13575
13576 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13577
13578         * pdf/xpdf/pdf-document.cc:
13579
13580         Fixup selection offset calculation
13581
13582         * shell/ev-view.c: (view_rect_to_doc_rect),
13583         (doc_rect_to_view_rect), (ev_view_size_allocate),
13584         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13585         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13586
13587         Store selection as document relative, so that zooming
13588         and offset changing doesnt break it.
13589
13590 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13591
13592         * shell/ev-view.c: (ev_view_best_fit):
13593
13594         Do not try to best fit if the view is not realized
13595
13596 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13597           
13598         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13599
13600 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13601
13602         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13603
13604 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13605
13606         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13607         the popup window.  That prevents it resizing when in full screen
13608         mode.
13609
13610         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13611         multiple rerenders.  This pretty much sucks.
13612
13613         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13614         rest of the toolbar.
13615
13616 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13617
13618         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13619
13620 2005-02-17  Alexander Shopov  <ash@contact.bg>
13621
13622         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13623
13624 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13625
13626         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13627
13628 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13629
13630         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13631         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13632         (set_document_page), (document_changed_callback),
13633         (ev_view_set_document), (ev_view_find_previous),
13634         (ev_view_hide_cursor), (ev_view_show_cursor):
13635         * shell/ev-view.h:
13636         * shell/ev-window.c: (update_chrome_visibility),
13637         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13638         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13639         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13640         (ev_window_unfullscreen):
13641         * shell/main.c: (main):
13642
13643         Automatically hide the fullscreen button.
13644         Patch by Kristian Høgsberg <krh@redhat.com>
13645
13646 2005-02-16  Vincent Noel  <vnoel@cox.net>
13647
13648         * shell/main.c (main): Specify an icon for the window. Patch by
13649         Jaap A. Haitsma. Fixes #166177.
13650
13651 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13652
13653         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13654
13655 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13656
13657         * backend/ev-document-misc.h:
13658         * backend/ev-document-misc.c:
13659         (ev_document_misc_get_page_border_size),
13660         (ev_document_misc_paint_one_page): New function to canonicalize
13661         sizing/painting a border.
13662
13663         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13664         used.
13665
13666         * pdf/xpdf/pdf-document.cc: use new function
13667
13668         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13669         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13670         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13671         shell/ev-window.c: (update_sizing_buttons),
13672         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13673         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13674         (ev_window_cmd_view_page_width), (size_allocate_cb),
13675         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13676         and "fit width" values act as toggle buttons so they stay
13677         toggled.  It's not 100% perfect, and it's a little slow, but it's
13678         good enough to commit I think.
13679
13680 2005-02-15  David Lodge  <dave@cirt.net>
13681
13682         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13683
13684 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13685
13686         * shell/ev-window.c (update_window_title): replace newlines in
13687         the title by spaces. Bug #166107.
13688
13689 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13690
13691         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13692         parameters providing allocation width and height without
13693         scrollbars and width of a possible vertical scrollbar. With this
13694         additional information the functions can work as
13695         intended. Unfortunately they're not idempotent. We should
13696         transform these commands to toggles. Fixes Bug #164976
13697         Initial patch by Stephane Loeuillet, then heavily modified.
13698
13699         * shell/ev-view.h: update prototypes.
13700
13701         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13702         (ev_window_cmd_view_page_width): provide EvView fit functions with
13703         all the information they need. Formulas to calculate this
13704         information taken from GtkScrolledWindow.
13705
13706 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13707
13708         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13709         created a thumbnail, the list store is updated to know
13710         that the thumbnail is set. Fixes bug #166792
13711
13712 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13713
13714         * shell/ev-window.c: fixed typo, closes bug 166897
13715
13716         * TODO: updated TODO with bug numbers that are relevant
13717
13718 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13719
13720         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13721
13722 2005-02-09  Vincent Noel  <vnoel@cox.net>
13723
13724         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13725         and "Next" toolbar buttons as important to make them stand out.
13726
13727 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13728
13729         * lib/ev-debug.c:
13730         * lib/ev-debug.h:
13731         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13732         (start_interpreter), (stop_interpreter), (document_load),
13733         (ps_document_next_page), (ps_document_goto_page),
13734         (ps_document_set_page_size), (ps_document_widget_event),
13735         (ps_document_render):
13736         * shell/ev-page-view.c: (ev_page_view_dispose):
13737         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13738
13739         Fix compilation on non-gcc platforms
13740
13741 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13742
13743         * NEWS:
13744         * configure.ac:
13745
13746         Release 0.1.4
13747
13748         * pdf/xpdf/Catalog.cc:
13749         * pdf/xpdf/XRef.cc:
13750
13751         Fix the fix for CAN-2004-0888
13752
13753 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13754
13755         * data/Makefile.am:
13756         * data/evince-ui.xml:
13757         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13758         * shell/ev-stock-icons.h:
13759         * shell/ev-window.c: (update_action_sensitivity),
13760         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13761         (set_action_properties):
13762
13763         Improve toolbar layout/icons
13764
13765 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13766
13767         * pdf/xpdf/pdf-document.cc:
13768
13769         Add warnings about unimplemented/unknown link
13770         types.
13771
13772 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13773
13774         * ps/ps-document.c: (set_up_page):
13775
13776         Log gs property
13777
13778 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13779
13780         * ps/ps-document.c: (start_interpreter):
13781
13782         Log gs env var
13783
13784 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13785
13786         * shell/ev-page-view.c: (ev_page_view_dispose):
13787         * shell/ev-view.c: (ev_view_finalize):
13788         * shell/ev-window.c: (ev_window_setup_document),
13789         (ev_window_dispose), (ev_window_init):
13790
13791         Solve more refs issues.
13792
13793         I commented out the page_view initialization for now:
13794         it was never destroyed (because it's never added
13795         to a container). Because of that we was leaking
13796         gs processes. Couldnt think to a clean fix.
13797         We need to figure this out, password view has the
13798         same issue probably.
13799
13800 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13801
13802         * ps/ps-document.c: (ps_document_finalize),
13803         (ps_document_get_n_pages), (ps_document_get_page):
13804
13805         Some cleanups, stop the interpreter on finalize
13806
13807         * shell/ev-page-view.c: (ev_page_view_dispose),
13808         (ev_page_view_class_init):
13809
13810         Release our reference on the document
13811
13812 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13813
13814         * Makefile.am:
13815         * configure.ac:
13816         * doc/debugging.txt:
13817         * lib/.cvsignore:
13818         * lib/Makefile.am:
13819         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13820         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13821         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13822         * lib/ev-debug.h:
13823
13824         Add debugging helpers
13825
13826         * ps/Makefile.am:
13827         * ps/ps-document.c: (set_up_page), (start_interpreter),
13828         (stop_interpreter), (document_load), (ps_document_next_page),
13829         (ps_document_goto_page), (ps_document_set_page_size),
13830         (ps_document_widget_event), (ps_document_render):
13831         * shell/Makefile.am:
13832         * shell/ev-view.c: (expose_bin_window):
13833         * shell/main.c: (main):
13834
13835         Add some logs
13836         
13837 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13838
13839         * ps/ps-document.c: (ps_document_widget_event):
13840
13841         Initialize message_window, this should make ps
13842         rendering really work! (Never noticed because I was
13843         testing with a ps that is causing gs to exit every time!)
13844
13845 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13846
13847         * data/evince.schemas.in: updated simple error in applyto closing tag
13848
13849 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13850
13851         * Makefile.am:
13852         * configure.ac:
13853         * data/.cvsignore:
13854         * data/Makefile.am:
13855         * data/evince-ui.xml:
13856         A data/evince.schemas.in:
13857         * po/POTFILES.in:
13858         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13859         * shell/ev-stock-icons.h:
13860         * shell/ev-window.c: (update_chrome_visibility),
13861         (update_chrome_flag), (ev_window_cmd_edit_find),
13862         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13863         (ev_window_unfullscreen), (ev_window_focus_in_event),
13864         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13865         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13866         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13867         (ev_window_dispose), (ev_window_class_init),
13868         (set_action_properties), (set_chrome_actions), (load_chrome),
13869         (ev_window_init):
13870
13871         Implement fullscreen mode changes from bug #164776.
13872         Also implement persistent chrome toggles.
13873
13874 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13875
13876         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13877
13878 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13879
13880         * NEWS:
13881         * configure.ac:
13882         * shell/ev-view.c:
13883
13884         Add another check for find interface
13885
13886         Release 0.1.3
13887
13888 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13889
13890         * shell/ev-application.c: (ev_application_open):
13891         * shell/ev-window.c: (ev_window_open):
13892
13893         Open gzipped ps documents
13894
13895 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13896
13897         * TODO:
13898         * shell/ev-view.c: (set_document_page):
13899
13900         Clamp page number, dont try to move to
13901         not existant pages.
13902
13903 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13904
13905         * backend/ev-document-find.c: (ev_document_find_changed):
13906         * backend/ev-document-find.h:
13907         * pdf/xpdf/pdf-document.cc:
13908         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13909         * shell/ev-window.c: (find_bar_search_changed_cb):
13910
13911         Fix several bugs with find
13912
13913 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13914
13915         * shell/ev-sidebar-thumbnails.c
13916         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13917         document. Prevents warning from scroll_to_cell.
13918
13919 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13920
13921         * configure.ac: Add «nb» to ALL_LINGUAS too.
13922
13923 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13924
13925         * NOTES: New file with some random thoughts.
13926
13927         * TODO: Update.
13928
13929         * backend/ev-document-misc.c:
13930         (ev_document_misc_get_page_border_size): New function to
13931         canonicalize shadow drawing sizes.  Possibly goofy.
13932
13933         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13934         (ev_view_best_fit), (ev_view_fit_width):
13935         * pdf/xpdf/pdf-document.cc:
13936         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13937         * ps/ps-document.c: (ps_document_get_page_size):
13938         * backend/ev-document-misc.h:
13939         * backend/ev-document.c: (ev_document_get_page_size):
13940         * backend/ev-document.h: get_page_size now takes a page number
13941         parameter.  Made all the backends/frontends honor it.
13942
13943         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13944         see.  Doesn't work yet.
13945
13946         * shell/Makefile.am:
13947         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13948         Doesn't do anything yet.
13949
13950         * shell/ev-sidebar-thumbnails.c:
13951         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13952         [0..n_pages-1]
13953
13954         * shell/ev-window.c: (update_action_sensitivity),
13955         (ev_window_setup_document), (ev_window_set_page_mode),
13956         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13957         view-swapping code a bit so we can have multiple views on a
13958         document.  Add the multi-page view, though it can't be turned on
13959         yet.
13960
13961 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13962
13963         * shell/ev-application.c: (ev_application_open):
13964         * shell/ev-view.c: (expose_bin_window):
13965         * shell/ev-window.c: (ev_window_open):
13966
13967         Support eps and check document supports find
13968         before drawing highlightings in expose.
13969
13970 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13971
13972         * pixbuf/pixbuf-document.c:
13973         (pixbuf_document_thumbnails_get_dimensions),
13974         (pixbuf_document_document_thumbnails_iface_init):
13975
13976         implement get_dimensions
13977
13978 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13979
13980         * NEWS:
13981         * configure.ac:
13982
13983         Release 0.1.2
13984
13985 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13986
13987         * shell/ev-view.c: (set_document_page):
13988
13989         Scroll at the top of the page when changing page
13990
13991 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13992
13993         * shell/ev-view.c: (ev_view_motion_notify_event):
13994
13995         Do not redraw unnecessarily
13996
13997 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13998
13999         * pdf/xpdf/pdf-document.cc:
14000         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14001         (expose_bin_window), (find_changed_cb):
14002
14003         Yay! find works now... Now to find bugs...
14004
14005 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14006
14007         * backend/ev-document-find.c: (ev_document_find_base_init),
14008         (ev_document_find_changed):
14009         * backend/ev-document-find.h:
14010         * pdf/xpdf/pdf-document.cc:
14011         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14012         (expose_bin_window), (ev_view_init), (set_document_page),
14013         (ensure_rectangle_is_visible), (jump_to_find_result),
14014         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14015         (ev_view_find_next), (ev_view_find_previous):
14016         * shell/ev-view.h:
14017         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14018
14019         More work on find implementation, mostly there now
14020
14021 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
14022
14023         * backend/ev-backend-marshalers.list:
14024         * backend/ev-document-find.c: (ev_document_find_base_init),
14025         (ev_document_find_cancel), (ev_document_find_page_has_results),
14026         (ev_document_find_get_n_results), (ev_document_find_get_result),
14027         (ev_document_find_get_progress), (ev_document_find_changed):
14028         * backend/ev-document-find.h:
14029
14030         Enanche the find interface to be really able to do
14031         multi page find.
14032
14033         * pdf/xpdf/pdf-document.cc:
14034
14035         Implement
14036
14037         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14038         (expose_bin_window), (ev_view_init),
14039         (ev_view_get_find_status_message), (find_changed_cb),
14040         (ev_view_set_document), (set_document_page):
14041
14042         Adapt to the new interface. A few things are regressed sorry,
14043         I will finish it soon.
14044
14045 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14046
14047         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14048         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14049         ev_sidebar_thumbnails_parent_class variable, don't define another
14050         parent_class variable.
14051
14052         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14053         (ev_page_action_class_init): ditto.
14054
14055         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14056         (pixbuf_document_class_init): ditto.
14057
14058         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14059         ditto.
14060
14061         * .cvsignore: ignore various valgrind output files.
14062
14063 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14064
14065         * data/evince-ui.xml:
14066         * shell/Makefile.am:
14067         * shell/ev-history.c:
14068         * shell/ev-history.h:
14069         * shell/ev-navigation-action.c:
14070         * shell/ev-navigation-action.h:
14071         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14072         (ev_view_set_page), (ev_view_fit_width):
14073         * shell/ev-view.h:
14074         * shell/ev-window.c: (update_action_sensitivity),
14075         (ev_window_setup_document), (register_custom_actions):
14076
14077         Kill session history
14078
14079 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14080
14081         * shell/ev-window.c: (update_action_sensitivity):
14082
14083         Fix inverted up/down buttons
14084
14085 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14086
14087         * shell/ev-sidebar-thumbnails.c
14088         (ev_sidebar_thumbnails_select_page): make sure the selected
14089         thumbnail stays visible.
14090
14091 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14092
14093         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14094         scrolled window for Federico.
14095
14096 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14097
14098         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14099
14100 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14101
14102         * configure.ac:
14103         * pdf/splash/SplashFTFontEngine.cc:
14104
14105         Fix CID fonts with freetype 2.1.9
14106
14107 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14108
14109         * TODO: added item for desktop icon thumbnailer
14110
14111 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14112
14113         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14114         unloaded docs when the title is accessed.
14115
14116         * shell/ev-password-view.[hc]: New widget for displaying password
14117         state.
14118
14119         * shell/ev-window.[ch]: Refactor password handling code to handle
14120         the new view.
14121
14122 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14123
14124         * NEWS:
14125         * configure.ac:
14126         * data/Makefile.am:
14127
14128         Release 0.1.1
14129
14130 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14131
14132         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14133         ignore page offset here, to make search results independent of it,
14134
14135         * shell/ev-view.c (expose_bin_window): but take offsets into
14136         account here. Bug #164932
14137
14138         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14139         scale at the right time. Bug #164996
14140
14141 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14142
14143         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14144         fix the problem. Now I just removed the Adobe font names and hope
14145         that the URW fonts are always in outline format. Bug #164934
14146
14147         * shell/ev-window.c (update_window_title): empty titles are
14148         useless, use filename in that case too.
14149
14150         * NEWS: Add some content.
14151
14152 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14153
14154         * TODO: added one more TODO item and a TODONE section :)
14155
14156 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14157
14158         * ps/ps-document.h: add page_[xy]_offset fields.
14159
14160         * ps/ps-document.c (ps_document_set_page_offset)
14161         (ps_document_render): Keep offset in consideration in a few
14162         places. Bug #164752 "postscript documents are not centered in
14163         window"
14164
14165         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14166         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14167
14168         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14169         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14170         stub out missing methods for complete EvDocument implementation.
14171         Fixes segfaults with Save A Copy and Copy actions.
14172
14173         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14174         (ps_document_document_iface_init): ditto.
14175         
14176 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14177
14178         * data/.cvsignore:
14179         * data/Makefile.am:
14180         * data/evince.desktop.in:
14181
14182         Add desktop file
14183
14184 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14185
14186         * shell/ev-view.c: (ev_view_button_press_event),
14187         (ev_view_motion_notify_event):
14188
14189         Make selection work in any direction
14190
14191 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14192
14193         * TODO:
14194         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14195
14196         Use shorter labels for some of the toolbars items
14197
14198 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14199
14200         * pdf/xpdf/pdf-document.cc:
14201
14202         Check the links info is initialized before
14203         using it. Should fix a crash on startup.
14204
14205 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14206
14207         * pixbuf/pixbuf-document.c
14208         (pixbuf_document_thumbnails_get_dimensions): force floating point
14209         division to calculate page_ratio. Fixes crash with landscape
14210         format pixbufs.
14211
14212 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14213
14214         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14215
14216 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14217
14218         * shell/ev-view.c (set_document_page): unset has_selection when
14219         the page changes.
14220         (set_document_page): handle paper size changes when the page
14221         changes (test with Free Culture, page 2).
14222
14223 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14224
14225         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14226         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14227
14228         Use normal style color for the widget background and
14229         draw a black box around the page.
14230
14231 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14232
14233         * pdf/xpdf/pdf-document.cc:
14234
14235         Keep offset in consideration in a few places
14236
14237         * shell/ev-view.c: (expose_bin_window):
14238
14239         Set the offsets so that the document is ever centered
14240
14241 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14242
14243         * TODO: Added TODO items and finished off the first todo item
14244
14245         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14246         reflect current authors
14247
14248 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14249
14250         * pdf/xpdf/pdf-document.cc:
14251         * shell/ev-view.c: (ev_view_set_cursor),
14252         (ev_view_motion_notify_event), (document_changed_callback),
14253         (set_document_page):
14254
14255         Show a wait cursor while the page is rendering
14256
14257 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14258
14259         * shell/ev-sidebar-thumbnails.c:
14260         (ev_sidebar_tree_selection_changed),
14261         (ev_sidebar_thumbnails_select_page):
14262         * shell/ev-sidebar-thumbnails.h:
14263         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14264         (ev_view_can_go_forward):
14265         * shell/ev-window.c: (ev_window_open_page),
14266         (ev_window_setup_document), (update_current_page),
14267         (view_page_changed_cb), (ev_window_init):
14268         * shell/ev-window.h:
14269
14270         Ensure thumbnails selection, toolbar page control and
14271         current page are in sync.
14272
14273 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14274
14275         * pdf/xpdf/XRef.cc:
14276
14277         Fix CAN-2005-0064
14278
14279 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14280
14281         * backend/Makefile.am:
14282         * backend/ev-document-links.h:
14283         * backend/ev-document-security.c: (ev_document_security_get_type),
14284         (ev_document_security_has_document_security),
14285         (ev_document_security_set_password):
14286         * backend/ev-document-security.h:
14287         * backend/ev-document.c: (ev_document_error_quark):
14288         * backend/ev-document.h:
14289         * data/Makefile.am:
14290         * data/evince-password.glade:
14291         * pdf/xpdf/pdf-document.cc:
14292         * shell/Makefile.am:
14293         * shell/ev-password.c: (ev_password_set_bad_password_label),
14294         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14295         (ev_password_dialog_get_password),
14296         (ev_password_dialog_set_bad_pass):
14297         * shell/ev-password.h:
14298         * shell/ev-window.c: (ev_window_get_attribute),
14299         (ev_window_set_property), (update_action_sensitivity),
14300         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14301         (ev_window_setup_document), (ev_window_get_password),
14302         (ev_window_open), (ev_window_cmd_save_as),
14303         (using_postscript_printer), (ev_window_print),
14304         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14305         (update_fullscreen_popup), (ev_window_fullscreen),
14306         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14307         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14308         (menu_item_select_cb), (find_bar_search_changed_cb),
14309         (ev_window_dispose), (ev_window_init):
14310
14311         Add initial support for password-supported dialogs.  This could be
14312         a lot cooler, but it'll do for now.
14313
14314 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14315
14316         * pdf/xpdf/pdf-document.cc:
14317         * shell/ev-view.c: (status_message_from_link),
14318         (ev_view_set_status), (ev_view_set_cursor),
14319         (ev_view_motion_notify_event), (ev_view_init):
14320         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14321
14322         Fix bugs in the links implementation and change cursor
14323         when hovering a link.
14324
14325 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14326
14327         * viewer/.cvsignore: added cvsignore file for viewer directory
14328
14329         * TODO: created TODO document
14330
14331 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14332
14333         * shell/ev-view.h:
14334         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14335         new functions to help with implementation of sensitivity code
14336         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14337         of all actions that might require it.  Fixes a crash when you
14338         click on the Zoom actions in a window lacking a document.
14339
14340 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14341
14342         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14343         of the Find action
14344
14345 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14346
14347         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14348         (pixbuf_document_document_iface_init):
14349         * ps/ps-document.c: (ps_document_get_link),
14350         (ps_document_document_iface_init):
14351         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14352         (status_message_from_link), (ev_view_set_status),
14353         (ev_view_set_find_status), (ev_view_motion_notify_event),
14354         (ev_view_button_release_event), (ev_view_set_property),
14355         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14356         (ev_view_get_find_status_message), (update_find_results),
14357         (ev_view_get_status), (ev_view_get_find_status):
14358         * shell/ev-view.h:
14359         * shell/ev-window.c: (view_status_changed_cb),
14360         (view_find_status_changed_cb), (ev_window_init):
14361
14362         View status message support, use it to show the links.
14363         Needs work...
14364
14365 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14366
14367         * backend/ev-document.c: (ev_document_get_link):
14368         * backend/ev-document.h:
14369         * pdf/xpdf/pdf-document.cc:
14370         * shell/ev-application.c: (ev_application_open):
14371         * shell/ev-application.h:
14372         * shell/ev-sidebar-links.c: (selection_changed_cb):
14373         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14374         (ev_view_go_to_link):
14375
14376         Add support for document links
14377
14378 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14379
14380         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14381         (create_tool_item):
14382         Set the spin button limits correctly.
14383         
14384         * shell/ev-sidebar-thumbnails.c:
14385         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14386         Support changing pages by clicking on the thumbnails.
14387         
14388 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14389
14390         * pixbuf/pixbuf-document.c:
14391         (pixbuf_document_thumbnails_get_dimensions),
14392         (pixbuf_document_document_thumbnails_iface_init):
14393
14394         implement get_dimensions
14395
14396 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14397
14398         * ps/ps-document.c: (ps_document_goto_page):
14399
14400         Fix page switching on multipage documents
14401
14402 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14403
14404         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14405         
14406         check for NULL before assigning to width and height parameters
14407
14408 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14409
14410         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14411         (pixbuf_document_set_property), (pixbuf_document_get_property):
14412
14413         implement get/set properties
14414
14415 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14416
14417         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14418         
14419         return NULL instead of "Unknown", letting the title get set to
14420         the filename when the pdf has no title.
14421
14422 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14423
14424         * ps/ps-document.c: (ps_document_get_page_count),
14425         (ps_document_goto_page):
14426
14427 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14428
14429         * shell/ev-history.c: (ev_history_get_property),
14430         (ev_history_set_property), (ev_history_class_init),
14431         (ev_history_add_page), (ev_history_set_current_index):
14432         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14433         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14434         (ev_navigation_action_finalize):
14435         * shell/ev-navigation-action.h:
14436         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14437         (ev_view_go_forward), (ev_view_get_find_status_message),
14438         (history_index_changed_cb), (ev_view_set_history):
14439         * shell/ev-view.h:
14440         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14441         (update_current_page), (register_custom_actions):
14442
14443         Implement history dropdowns
14444
14445 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14446
14447         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14448         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14449         (ev_view_go_forward):
14450         * shell/ev-window.c: (register_custom_actions):
14451
14452         Fix several history bugs
14453
14454 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14455
14456         * configure.ac: Add «nb» to ALL_LINGUAS.
14457
14458 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14459
14460         * backend/Makefile.am:
14461         * backend/ev-bookmark.c:
14462         * backend/ev-bookmark.h:
14463         * backend/ev-document-bookmarks.c:
14464         * backend/ev-document-bookmarks.h:
14465         * backend/ev-document-links.c: (ev_document_links_get_type),
14466         (ev_document_links_has_document_links),
14467         (ev_document_links_begin_read), (ev_document_links_get_link),
14468         (ev_document_links_get_child), (ev_document_links_next),
14469         (ev_document_links_free_iter):
14470         * backend/ev-document-links.h:
14471         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14472         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14473         (ev_link_get_link_type), (ev_link_set_link_type),
14474         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14475         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14476         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14477         (ev_link_new_external):
14478         * backend/ev-link.h:
14479         * pdf/xpdf/pdf-document.cc:
14480         * shell/Makefile.am:
14481         * shell/ev-application.c: (ev_application_open_link):
14482         * shell/ev-application.h:
14483         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14484         (ev_history_get_link_nth):
14485         * shell/ev-history.h:
14486         * shell/ev-sidebar-bookmarks.c:
14487         * shell/ev-sidebar-bookmarks.h:
14488         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14489         (ev_sidebar_links_class_init), (selection_changed_cb),
14490         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14491         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14492         (do_one_iteration), (populate_links_idle),
14493         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14494         * shell/ev-sidebar-links.h:
14495         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14496         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14497         (go_to_index):
14498         * shell/ev-view.h:
14499         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14500         * shell/ev-window.h:
14501
14502         Rename bookmark to link, and use "Index" for the sidebar panel.
14503
14504 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14505
14506         * shell/Makefile.am:
14507         * shell/ev-application.c: (ev_application_open_bookmark):
14508         * shell/ev-application.h:
14509         * shell/ev-history.c: (ev_history_init), (free_links_list),
14510         (ev_history_finalize), (ev_history_class_init),
14511         (ev_history_add_link), (ev_history_add_page),
14512         (ev_history_get_link_nth), (ev_history_get_n_links),
14513         (ev_history_get_current_index), (ev_history_set_current_index),
14514         (ev_history_new):
14515         * shell/ev-history.h:
14516         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14517         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14518         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14519         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14520         (ev_view_set_page):
14521         * shell/ev-view.h:
14522         * shell/ev-window.c: (ev_window_open_bookmark),
14523         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14524         (goto_page_cb), (register_custom_actions):
14525         * shell/ev-window.h:
14526
14527         Initial history implementation. Needs work.
14528
14529 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14530
14531         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14532
14533 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14534
14535         * cut-n-paste/recent-files/egg-recent-item.c:
14536         * cut-n-paste/recent-files/egg-recent-item.h:
14537         * cut-n-paste/recent-files/egg-recent-model.c:
14538         * cut-n-paste/recent-files/egg-recent-util.c:
14539         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14540         * cut-n-paste/recent-files/egg-recent-view.c:
14541
14542         Update
14543
14544 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14545
14546         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14547         (fillGlyph, fillImageMask, drawImage):
14548         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14549         pdf/splash/SplashTypes.h:
14550         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14551         packed mode for Splash.
14552
14553         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14554         RGB8 packed mode, eliminates the pixbuf data creation loop.
14555
14556         * shell/ev-print-job.c (ev_print_job_finalize)
14557         (ev_print_job_set_property, ev_print_job_get_property)
14558         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14559         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14560         (print_closure_finalize, ev_print_job_print): implement
14561         printing (for backends with EvPsExporter)
14562
14563         * shell/ev_print_job.h: update prototypes.
14564
14565         * shell/ev-window.c (ev_window_print): unref print job after
14566         printing.
14567
14568         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14569         unless the document implements the EvDocumentFind interface.
14570
14571 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14572
14573         * configure.ac: Added ja to ALL_LINGUAS.
14574
14575 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14576
14577         * pdf/xpdf/pdf-document.cc:
14578
14579         add a FIXME. We should probably not allocate
14580         a bookmark object every time
14581
14582 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14583
14584         * shell/ev-application.c: (ev_application_open),
14585         (ev_application_open_bookmark):
14586         * shell/ev-application.h:
14587         
14588         Add a way to open bookmarks
14589
14590         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14591         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14592         (ev_bookmark_set_property), (ev_bookmark_class_init),
14593         (ev_bookmark_new_title), (ev_bookmark_new_link),
14594         (ev_bookmark_new_external):
14595
14596         Support for external uris, better constructors.
14597
14598         * backend/ev-bookmark.h:
14599         * pdf/xpdf/pdf-document.cc:
14600         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14601
14602         Handle external uris
14603
14604 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14605
14606         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14607         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14608
14609         Hook up bookmarks navigation
14610
14611 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14612
14613         * backend/Makefile.am:
14614         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14615         (ev_bookmark_get_title), (ev_bookmark_set_title),
14616         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14617         (ev_bookmark_get_page), (ev_bookmark_set_page),
14618         (ev_bookmark_get_property), (ev_bookmark_set_property),
14619         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14620         (ev_bookmark_new):
14621         * backend/ev-bookmark.h:
14622         * backend/ev-document-bookmarks.c:
14623         (ev_document_bookmarks_get_bookmark):
14624         * backend/ev-document-bookmarks.h:
14625         * pdf/xpdf/pdf-document.cc:
14626         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14627
14628         Add a bookmark object to the backend and use it instead of get_values
14629
14630 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14631
14632         * data/evince-ui.xml:
14633
14634         Cleanup and add select all.
14635
14636         * shell/ev-view.c: (ev_view_select_all),
14637         (ev_view_button_press_event):
14638         * shell/ev-view.h:
14639         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14640
14641         Add select all.
14642         Clear selection on click.
14643
14644 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14645
14646         * shell/ev-sidebar-thumbnails.c
14647         (ev_sidebar_thumbnails_set_document): forgot to unref the
14648         loading_icon.
14649
14650 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14651
14652         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14653         at the visible page, not just linearly.  This makes it look fast.
14654
14655 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14656
14657         * backend/ev-document-misc.c
14658         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14659         white.
14660         * backend/ev-document-thumbnails.h: New interface to get the size
14661         of a page.
14662
14663 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14664
14665         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14666         make dist works
14667
14668 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14669
14670         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14671         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14672         things up a bit.
14673
14674         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14675
14676 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14677
14678         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14679         fonts. Should fix font problems on systems that have the base
14680         fonts in bitmap format. Reported by James Henstridge
14681         <james@jamesh.id.au>.
14682
14683 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14684
14685         * pdf/xpdf/Gfx.cc:
14686         * pdf/xpdf/GfxState.cc:
14687
14688         Fix for CAN-2004-1125
14689
14690 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14691
14692         * shell/ev-view.c: (ev_view_copy):
14693         * shell/ev-view.h:
14694         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14695
14696         Implement Edit->Copy
14697
14698 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14699
14700         * backend/ev-document.c: (ev_document_get_text):
14701         * backend/ev-document.h:
14702         * pdf/xpdf/pdf-document.cc:
14703         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14704         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14705         (ev_view_update_primary_selection), (ev_view_button_press_event),
14706         (ev_view_motion_notify_event), (ev_view_button_release_event):
14707
14708         Beginnings of clipboard support. Incomplete but primary sort
14709         of work.
14710
14711 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14712
14713         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14714         (expose_bin_window):
14715
14716         Nicer rubberband drawing, from GtkIconView.
14717
14718 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14719
14720         * backend/ev-document.c: (ev_document_save):
14721         * backend/ev-document.h:
14722         * data/evince-ui.xml:
14723         * pdf/xpdf/pdf-document.cc:
14724         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14725
14726         Implement "Save a copy..." menu item
14727
14728 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14729
14730         * shell/ev-view.c: (ev_view_zoom):
14731
14732         Queue a resize when zoom changes
14733
14734 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14735
14736         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14737         shadows.
14738
14739         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14740         thumbnails..
14741
14742 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14743
14744         * pdf/xpdf/pdf-document.cc
14745         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14746
14747 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14748
14749         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14750         It's slow, but I'll speed it up next!
14751
14752 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14753
14754         * shell/main.c (load_files):
14755
14756         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14757         from the command line and because it seems more appropriate.
14758
14759 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14760
14761         * data/evince-ui.xml:
14762         * shell/ev-window.c: (update_action_sensitivity),
14763         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14764
14765         s/next page/page down
14766         s/previous page/page up
14767
14768 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14769
14770         * data/evince-ui.xml:
14771
14772         Change the layout to match clarkbw design.
14773
14774         * shell/Makefile.am:
14775         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14776         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14777         (ev_navigation_action_finalize),
14778         (ev_navigation_action_set_property),
14779         (ev_navigation_action_get_property),
14780         (ev_navigation_action_class_init):
14781         * shell/ev-navigation-action.h:
14782
14783         Implement clarkbw toolbar navigation controls (incomplete)
14784
14785         * shell/ev-page-action.c: (update_label), (update_spin),
14786         (value_changed_cb), (create_tool_item), (connect_proxy),
14787         (ev_page_action_init), (ev_page_action_finalize),
14788         (ev_page_action_set_property), (ev_page_action_get_property),
14789         (ev_page_action_set_current_page),
14790         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14791         * shell/ev-page-action.h:
14792
14793         Implement a page switcher in the toolbar
14794
14795         * shell/ev-view.c: (ev_view_scroll_view):
14796         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14797         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14798         (register_custom_actions), (ev_window_init):
14799
14800         Change page on PageUp/Down.
14801
14802 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14803
14804         * pdf/xpdf/pdf-document.cc
14805         (pdf_document_thumbnails_get_thumbnail): initial stab at
14806         implementing thumbnail support for pdfs.  It only does documents
14807         with precached pdfs now.
14808
14809 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14810
14811         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14812         thumbnail code into a time-based idle as well.  Also, turn off the
14813         shadow temporarily as it's really slow.
14814
14815 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14816
14817         * backend/ev-document.c: (ev_document_class_init):
14818         * pdf/xpdf/pdf-document.cc:
14819         * shell/ev-window.c: (ev_window_open):
14820
14821         Fix document title bugs and fallback to
14822         filename when not available.
14823
14824 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14825
14826         * backend/ev-document.c: (ev_document_get_type),
14827         (ev_document_class_init), (ev_document_load),
14828         (ev_document_get_title):
14829         * backend/ev-document.h:
14830         * pdf/xpdf/pdf-document.cc:
14831         * ps/ps-document.c: (ps_document_set_property),
14832         (ps_document_get_property), (ps_document_class_init),
14833         (document_load):
14834         * ps/ps-document.h:
14835         * ps/ps.h:
14836         * shell/ev-window.c: (update_window_title), (ev_window_open),
14837         (ev_window_init):
14838
14839         Initial support for document title. Not working yet.
14840
14841 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14842
14843         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14844
14845         Grab focus on the view when clicking it
14846
14847 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14848
14849         * shell/ev-marshal.list:
14850         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14851         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14852
14853         Add key bindings to the view. Now if the focus would work
14854         right...
14855
14856 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14857
14858         * Makefile.am:
14859         * backend/Makefile.am:
14860         * data/Makefile.am:
14861         * dvi/Makefile.am:
14862         * dvi/dvilib/Makefile.am:
14863         * pdf/xpdf/Makefile.am:
14864         * po/POTFILES.in:
14865         * ps/Makefile.am:
14866
14867         Fix distcheck
14868
14869 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14870
14871         * shell/ev-view.c: (ev_view_realize):
14872
14873         Fix mouse wheel scrolling
14874
14875 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14876
14877         * ps/Makefile.am:
14878         * ps/gstypes.h:
14879         * ps/gtkgs.c:
14880         * ps/gtkgs.h:
14881         * ps/ps-document.c: (catchPipe), (ps_document_init),
14882         (ps_document_class_init), (ps_document_cleanup),
14883         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14884         (set_up_page), (close_pipe), (is_interpreter_ready),
14885         (interpreter_failed), (output), (input), (start_interpreter),
14886         (stop_interpreter), (file_length), (file_readable),
14887         (check_filecompressed), (check_pdf), (compute_xdpi),
14888         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14889         (ps_document_get_type), (ps_document_emit_error_msg),
14890         (document_load), (ps_document_next_page),
14891         (ps_document_get_current_page), (ps_document_get_page_count),
14892         (ps_document_goto_page), (ps_document_set_page_size),
14893         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14894         (ps_document_load), (ps_document_get_n_pages),
14895         (ps_document_set_page), (ps_document_get_page),
14896         (ps_document_widget_event), (ps_document_set_target),
14897         (ps_document_set_scale), (ps_document_set_page_offset),
14898         (ps_document_get_page_size), (ps_document_render),
14899         (ps_document_document_iface_init):
14900         * ps/ps-document.h:
14901         * ps/ps.c:
14902         * shell/ev-window.c: (ev_window_open):
14903
14904         Rename GtkGS to PSDocument
14905
14906 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14907
14908         * ps/gtkgs.c: (gtk_gs_class_init):
14909         * ps/gtkgs.h:
14910
14911         Some more leftover...
14912
14913 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14914
14915         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14916         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14917         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14918         * ps/gtkgs.h:
14919
14920         Remove unused code and make a lot of stuff private
14921
14922 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14923
14924         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14925         (gtk_gs_defaults_changed):
14926         * ps/gsdefaults.h:
14927         * ps/gtkgs.c:
14928         * ps/gtkgs.h:
14929         * ps/ps.h:
14930
14931         Cleanup headers dependencies
14932
14933 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14934
14935         * ps/Makefile.am:
14936         * ps/ggvutils.c:
14937         * ps/ggvutils.h:
14938         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14939         * ps/gsdefaults.h:
14940         * ps/gtkgs.c: (file_length), (file_readable),
14941         (check_filecompressed), (check_pdf), (gtk_gs_load),
14942         (gtk_gs_get_postscript):
14943
14944         Get rid of ggvutils
14945
14946 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14947
14948         * ps/ggvutils.c:
14949         * ps/ggvutils.h:
14950         * ps/gsio.h:
14951         * ps/gtkgs.c: (gtk_gs_set_zoom):
14952
14953         Cleanups
14954
14955 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14956
14957         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14958
14959         Ensure the page is rerendered when changing zoom
14960
14961 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14962
14963         * backend/ev-document.c: (ev_document_base_init),
14964         (ev_document_changed):
14965         * backend/ev-document.h:
14966
14967         Add a changed event that is emitted when the page content
14968         changes. This is necessary to deal with the fact that
14969         in ps backend rendering happen asycrounously.
14970         This makes the ps backend mostly work.
14971
14972         * pdf/xpdf/pdf-document.cc:
14973
14974         Emit changed event
14975
14976         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14977         (ps_document_set_target):
14978
14979         Emit changed event
14980
14981         * shell/ev-view.c: (document_changed_callback),
14982         (ev_view_set_document), (ev_view_set_page):
14983
14984         Redraw on the changed signal
14985
14986 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14987
14988         * configure.ac: Added pt_BR to ALL_LINGUAS.
14989
14990 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14991
14992         * backend/ev-document-bookmarks.c:
14993         (ev_document_bookmarks_get_child): *
14994         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14995         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14996         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14997         (ev_sidebar_bookmarks_destroy),
14998         (ev_sidebar_bookmarks_class_init),
14999         (ev_sidebar_bookmarks_construct), (stack_data_free),
15000         (do_one_iteration), (populate_bookmarks_idle),
15001         (ev_sidebar_bookmarks_clear_document),
15002         (ev_sidebar_bookmarks_set_document): *
15003         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15004         (ev_sidebar_add_page),
15005         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15006         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
15007         it displays both the topics and the page numbers.
15008
15009 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
15010
15011         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15012         toggle.
15013         * shell/ev-window.c (toggle_entries): Set sidebar default value to
15014         visible.
15015
15016 2004-12-23  Adam Weinberger  <adamw@gnome.org>
15017
15018         * configure.ac: Added en_CA to ALL_LINGUAS.
15019
15020 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15021
15022         * ChangeLog: replace bottom of this ChangeLog (merged history of
15023         ggv and gpdf; where all paths were wrong and most of the files are
15024         not even in this tree) with ChangeLog (from arch) of the shell
15025         code.
15026
15027 2004-12-23  Havoc Pennington  <hp@redhat.com>
15028
15029         * shell/ev-window.c: hook up potentially-questionable "find
15030         results status text" feature - something involving the sidebar or
15031         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15032         might be better in the end.
15033
15034         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15035         with corresponding signal when it should be updated
15036
15037         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15038
15039 2004-12-22  Havoc Pennington  <hp@redhat.com>
15040
15041         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15042         find stuff on other pages, sort of (only returns one result on
15043         invisible pages, to show they have results; updates full results
15044         for a page when you view it). Currently repaints the current page
15045         every time a new result is found on any page, which isn't so nice.
15046
15047 2004-12-22  Havoc Pennington  <hp@redhat.com>
15048
15049         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15050         the document doesn't support find (better ideas?)
15051         (find_bar_search_changed_cb): handle missing document or document
15052         that doesn't support find
15053
15054         * pdf/xpdf/pdf-document.cc: port to implement the new
15055         EvDocumentFindIface
15056
15057         * backend/ev-document-find.c: create a new interface for searching
15058
15059         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15060
15061 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15062
15063         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15064         libevbackend.la.
15065
15066         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15067         EvPrintJob constructor arguments.
15068
15069         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15070         for documents that can export PostScript (page by page).
15071
15072         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15073         
15074         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15075         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15076         (pdf_document_ps_exporter_iface_init:
15077         Implement EvPSExporter.
15078
15079         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15080
15081 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15082
15083         * backend/Makefile.am:
15084         * backend/ev-document-thumbnails.c:
15085         (ev_document_thumbnails_get_type),
15086         (ev_document_thumbnails_get_thumbnail):
15087         * backend/ev-document-thumbnails.h:
15088         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15089         (pixbuf_document_thumbnails_get_thumbnail),
15090         (pixbuf_document_document_thumbnails_iface_init):
15091         * shell/Makefile.am:
15092         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15093         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15094         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15095         * shell/ev-sidebar-thumbnails.h:
15096         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15097         (ev_sidebar_set_document):
15098         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15099         (create_shadow), (ev_pixbuf_add_shadow):
15100         * shell/ev-utils.h:
15101         Add thumbnail support.
15102         
15103 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15104
15105         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15106         (using_postscript_printer): Set up a print dialog for "PostScript
15107         injection" method.
15108
15109         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15110         EvPrintJob.
15111
15112         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15113
15114 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15115
15116         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15117         (ps_document_set_target), (ps_document_get_page_size),
15118         (ps_document_render):
15119         * ps/gtkgs.h:
15120
15121         Fix a few bugs
15122
15123 2004-12-22  Christian Rose  <menthos@menthos.com>
15124
15125         * configure.ac: Added "sv" to ALL_LINGUAS.
15126
15127 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15128
15129         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15130         document supports bookmarks.
15131
15132 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15133
15134         * ps/ggvutils.c: (ggv_file_readable):
15135         * ps/ggvutils.h:
15136         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15137         (gtk_gs_get_postscript):
15138
15139         Remove unused utils
15140
15141 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15142
15143         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15144         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15145         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15146         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15147         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15148         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15149         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15150         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15151         (gtk_gs_set_antialiasing), (ps_document_load),
15152         (ps_document_render):
15153         * ps/gtkgs.h:
15154
15155         Another check point for the ps backend. Now I can get it to show
15156         pages!
15157
15158 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15159
15160         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15161         document setting code.
15162
15163 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15164
15165         * shell/eggfindbar.c: (entry_activate_callback):
15166         Animate the next button when activate is pressed.
15167         
15168 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15169
15170         * shell/ev-window.c: (ev_window_cmd_edit_find),
15171         (update_fullscreen_popup), (ev_window_fullscreen),
15172         (ev_window_unfullscreen), (ev_window_state_event_cb),
15173         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15174         Fix bugs in fullscreen code.
15175         
15176 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15177
15178         * Makefile.am:
15179         * configure.ac:
15180         * pixbuf/Makefile.am:
15181         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15182         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15183         (pixbuf_document_set_page), (pixbuf_document_get_page),
15184         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15185         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15186         (pixbuf_document_render), (pixbuf_document_begin_find),
15187         (pixbuf_document_end_find), (pixbuf_document_finalize),
15188         (pixbuf_document_class_init),
15189         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15190         * pixbuf/pixbuf-document.h:
15191         * shell/Makefile.am:
15192         * shell/ev-application.c: (ev_application_open):
15193         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15194         (ev_window_open):
15195         Add pixbuf backend.
15196         
15197 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15198
15199         * Makefile.am: 
15200         * dvi/dvilib/Makefile.am:
15201         * dvi/Makefile.am:
15202         * configure.ac: Auto*ify dvi and dvi/dvilib
15203
15204         * dvi/Makefile: Remove from CVS
15205         
15206         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15207         confusion.
15208
15209         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15210         
15211         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15212         
15213 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15214
15215         * ps/Makefile.am:
15216         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15217         (gtk_gs_value_adjustment_changed), (compute_size),
15218         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15219         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15220         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15221         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15222         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15223         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15224         (ps_document_load), (ps_document_get_n_pages),
15225         (ps_document_set_page), (ps_document_get_page),
15226         (ps_document_set_target), (ps_document_set_scale),
15227         (ps_document_set_page_offset), (ps_document_get_page_size),
15228         (ps_document_render), (ps_document_begin_find),
15229         (ps_document_end_find), (ps_document_document_iface_init):
15230         * ps/gtkgs.h:
15231         * shell/Makefile.am:
15232         * shell/ev-window.c: (ev_window_open):
15233
15234         Some work to integrate gtkgs with EvDocument
15235
15236 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15237
15238         * shell/ev-window.c: (update_fullscreen_popup),
15239         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15240         (exit_fullscreen_button_clicked_cb),
15241         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15242         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15243         (ev_window_state_event_cb), (ev_window_init):
15244         Add fullscreen support from Epiphany.
15245         
15246 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15247
15248         * data/ev-stock-zoom-fit-width.png: fit-width
15249         stock icon from gpdf.
15250         
15251         * shell/ev-stock-icons.[ch]: copied from gpdf.
15252         
15253         * shell/main.c: (main): init stock icons.
15254         
15255         * shell/ev-window.c: use the fit-width icon.
15256         
15257         * data/evince-ui.xml: add zooming toolbar items.
15258
15259 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15260
15261         * shell/ev-view.c: 
15262         (ev_view_best_fit), (ev_view_fit_width): because
15263         get_page_size() returns the scaled page size, we
15264         need to calculate the scale factor relative to
15265         the previous scale factor. Should really just
15266         add get_real_page_size().
15267
15268 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15269
15270         * shell/ev-view.[ch]:
15271         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15272         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15273         add zooming.
15274         
15275         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15276         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15277         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15278         hook it up.
15279         
15280         * pdf/xpdf/pdf-document.cc:
15281         (pdf_document_begin_find),
15282         (pdf_document_end_find): make static.
15283
15284 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15285
15286         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15287
15288         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15289         names to fontconfig patterns.
15290         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15291
15292         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15293         setupBaseFontsFc.
15294
15295 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15296
15297         * Makefile.am:
15298         * configure.ac:
15299         * ps/Makefile.am:
15300         * ps/ggvutils.c:
15301         * ps/ggvutils.h:
15302         * ps/gsdefaults.c:
15303         * ps/gsdefaults.h:
15304         * ps/gsio.c:
15305         * ps/gsio.h:
15306         * ps/gtkgs.c:
15307         * ps/gtkgs.h:
15308         * ps/ps.c:
15309         * ps/ps.h:
15310
15311         Import ggv backend. Not hooked up yet.
15312
15313 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15314
15315         * shell/main.c: (load_files), (main): load files
15316         from the command line.
15317
15318 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15319
15320         * configure.ac: don't require bonobo.
15321         
15322         * cut-n-paste/recent-files/*: kill bonobo recent
15323         view.
15324
15325         * shell/ev-window.c:
15326         (ev_window_is_empty): upd.
15327         (unable_to_load), (ev_window_open): load backend
15328         based on the mime type.
15329
15330 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15331
15332         * backend/.cvsignore: ignore generated marshalers source.
15333
15334         * shell/main.c (main): this is not epiphany.
15335
15336 2004-12-22  Havoc Pennington  <hp@redhat.com>
15337
15338         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15339         (expose_bin_window): draw find highlights
15340
15341         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15342         
15343         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15344         (pdf_document_end_find): implement this interface
15345
15346         * backend/ev-document.c (ev_document_found): add this to emit
15347         signal
15348
15349 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15350
15351         * data/evince-ui.xml: Add a few more toolbar items.
15352
15353         * shell/ev-window.c: Hook up page navigation toolbar 
15354         items.
15355
15356         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15357         a page-changed signal.
15358
15359         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15360         Add ev_document_get_page().
15361
15362         * shell/ev-window.c: Sensitize/desensitize navigation
15363         actions.
15364
15365 2004-12-21  Havoc Pennington  <hp@redhat.com>
15366
15367         * backend/ev-backend-marshal.c,
15368         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15369         marshaler-generator thingy. I'm sure there's a better way to do
15370         this in the modern world.
15371
15372         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15373         end_find methods and "found" signal.
15374
15375         * configure.ac: find glib-genmarshal
15376
15377 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15378
15379         * shell/ev-sidebar.c: Construct an actual sidebar.
15380         * shell/ev-sidebar-bookmarks.[ch]:
15381         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15382
15383 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15384
15385         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15386         Redo size handling.
15387         
15388         * shell/ev-view.c: Track the size from the document.
15389
15390 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15391
15392         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15393         constructor assumes ownership of the string passed in.
15394         
15395         * shell/ev-window.c (ev_window_open): Destroy the error
15396         dialog once we've displayed it.
15397
15398 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15399
15400         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15401         a bit, it works! (sort of)
15402
15403         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15404         Move to .cc since we need to use C++ in the implementation.
15405
15406         * shell/dummy.cc: Add a CC file to force evince
15407         to be linked as a C++ program.
15408
15409 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15410
15411         * shell/ev-view.[ch]: Start of content-area widget.
15412
15413         * shell/ev-window.c: Create a EvView, update it
15414         as we change documents.
15415
15416         * shell/Makefile.am shell/ev-marshal.list: Add
15417         generated marshalers.
15418
15419 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15420
15421         * Makefile.am (SUBDIRS): move shell.
15422
15423 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15424
15425         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15426         .a to libtool convenience libraries.
15427
15428         * shell/ev-window.c (ev_window_open): Hard code loading
15429         a PDF document.
15430         
15431         * backend/ev-document.h: Add a boolean return to load(),
15432         fix GError * to GError **.
15433
15434         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15435         object for a PDF backend EvDocument.
15436
15437 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15438
15439         * dvi/*: New directory with the beginning of a .dvi backend.
15440
15441 2004-12-21  Havoc Pennington  <hp@redhat.com>
15442
15443         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15444         previous/next instead of back/forward
15445
15446 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15447
15448         * backend/ev-document.[ch]: Fix a couple of problems so
15449         it compile.
15450
15451 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15452
15453         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15454         to backend/ directory, rename EvViewer to EvDocument.
15455
15456 2004-12-21  Havoc Pennington  <hp@redhat.com>
15457
15458         * shell/ev-window.c: hook up the find bar widget; now we just need
15459         a document to find things in
15460
15461         * shell/eggfindbar.c: a find bar widget
15462
15463 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15464
15465         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15466
15467 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15468
15469         * pdf/**: Import of xpdf code from gpdf. 
15470
15471         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15472
15473         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15474         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15475         Fix FreeType includes.
15476
15477         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15478         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15479         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15480         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15481         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15482         Include xpdfconfig.h
15483         
15484 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15485
15486         * shell/ev-window.c (ev_window_dispose): dispose can be called
15487         multiple times.
15488
15489 2004-12-21  Havoc Pennington  <hp@redhat.com>
15490
15491         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15492         rather than Evince
15493
15494         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15495         items; really they should be synced with the strings, etc. from
15496         current gpdf, but just getting the boring typing out of the way 
15497
15498 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15499
15500         * po/POTFILES.in:
15501         * shell/ev-application.c: (window_destroy_cb):
15502         * shell/ev-window.c:
15503         * shell/main.c: (main):
15504
15505         Actually show the window...
15506
15507 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15508
15509         * Makefile.am:
15510         * shell/Makefile.am:
15511         * shell/ev-application.c: (ev_application_class_init):
15512         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15513
15514         Make it build again
15515
15516 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15517
15518         Import to gnome cvs.
15519         
15520         * Remove copies of gpdf and ggv trees.
15521         * Rip out all the recursive configure code.
15522         * Remove bonobo machinery.
15523         * viewer/*: GInterfaces that backends should/can implement.
15524
15525 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15526
15527         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15528         typo
15529
15530 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15531
15532         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15533         (ev_application_finalize, ev_application_class_init)
15534         (ev_application_init): use GType instance private data for priv.
15535
15536         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15537         (ev_window_finalize, ev_window_class_init)
15538         (ev_window_init): ditto.
15539
15540 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15541
15542         * shell/ev-application.c (ev_application_new_window): make public
15543         (ev_application_show_initial_window): kill.
15544
15545         * shell/ev-application.h: update prototypes.
15546
15547         * shell/main.cc (main): inline ev_application_show_initial_window.
15548
15549 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15550
15551         * shell/ev-application.c (ev_application_new_window): impl.
15552         (ev_application_show_initial_window): use it.
15553         (is_window_empty, ev_application_get_empty_window): returns an
15554         existing empty window or a new one.
15555         (ev_application_open): from ev_window_cmd_file_open.
15556
15557         * shell/ev-application.h: update prototypes
15558
15559         * shell/ev-window.c (ev_window_is_empty): impl.
15560         (ev_window_open): make public.
15561         (ev_window_cmd_file_open): use ev_application_open
15562
15563         * shell/ev-window.h: update prototypes, remove unused.
15564
15565 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15566
15567         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15568         move destroy handler out of here...
15569
15570         * shell/ev-application.c, shell/ev-application.h: ...into this new
15571         class. Also handles initial window creation.
15572
15573         * shell/main.cc (main): use EvApplication to create initial
15574         window.
15575
15576 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15577
15578         * Makefile.am (SUBDIRS): add cut-n-paste
15579
15580         * cut-n-paste/Makefile.am: add
15581
15582         * configure.ac: generate Makefiles in cut-n-paste
15583
15584 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15585
15586         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15587         (ev_window_class_init): install ev_window_dispose.
15588
15589 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15590
15591         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15592         char (gchar looks stupid).
15593
15594 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15595
15596         * po/de.po: updated German translation.
15597
15598 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15599
15600         * configure.ac: add more pkg-config library checks for gnome-vfs,
15601         bonobo etc.
15602
15603         * gpdf/configure.in: temporarily disable libpaper
15604         checks. Otherwise I'd have to add the checks for the shell, too.
15605
15606 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15607
15608         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15609         and * file filters to the file choose.
15610
15611 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15612
15613         * po/de.po: Updated German translation.
15614
15615 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15616
15617         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15618
15619 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15620
15621         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15622
15623         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15624         (ev_window_init): implement those menuitems.
15625
15626 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15627
15628         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15629
15630         * shell/ev-window.c (ev_window_init): use the toolbar.
15631
15632 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15633
15634         * shell/ev-window.c (ev_window_init): use menu translations
15635
15636 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15637
15638         * configure.ac: add "de" to ALL_LINGUAS.
15639
15640         * po/de.po: add German translation.
15641
15642 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15643
15644         * Makefile.am (SUBDIRS): add po
15645
15646         * configure.ac: check intltool, glib-gettext etc, generate
15647         po/Makefile.in
15648
15649         * po, po/POTFILES.in, po/POTFILES.skip: new.
15650
15651 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15652
15653         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15654         already use (#ifdef ENABLE_NLS)
15655
15656         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15657         pointer indirection thinko.
15658
15659         * shell/main.c: include gi18n.h for bindtextdomain etc.
15660
15661 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15662
15663         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15664         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15665         tooltips for menu items in the statusbar.
15666
15667 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15668
15669         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15670         pkgdatadir drop UIDIR
15671
15672 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15673
15674         * data/evince-ui.xml: Add File->Open menu item
15675
15676         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15677         chooser), hook it up in the ui manager.
15678
15679 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15680
15681         * shell/ev-window.c: fix Help->About tooltip.
15682
15683 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15684
15685         * configure.ac: set CFLAGS for libevprivate.
15686
15687         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15688         definitions, factory etc.
15689
15690         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15691
15692         * shell/Makefile.am: link against libevprivate.a.
15693
15694         * shell/ev-window.c (entries): add stock icon to Help->About.
15695
15696         * shell/main.c (main): init stock icon code.
15697
15698 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15699
15700         * lib/recent-files: egg recent files code
15701
15702         * lib/Makefile.am: add.
15703
15704         * Makefile.am: add lib subdir.
15705
15706         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15707         set CFLAGS for recent-files.
15708
15709 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15710
15711         * configure.ac: disable -ansi and -pedantic gcc flags. They
15712         disable POSIX stuff in stdio.h, but egg-recent uses them.
15713
15714 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15715
15716         * configure.ac: add --disable-deprecated flag (defaults to on in
15717         "cvs" builds).
15718
15719         * shell/Makefile.am (INCLUDES): use it.
15720
15721 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15722
15723         * shell/main.c: add missing #include.
15724
15725         * shell/ev-window.c: fix for pedantic gcc.
15726         (ev_window_cmd_help_about): split license into paragraphs for
15727         translators and pedantic compilers.
15728
15729 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15730
15731         * configure.ac: add more warning flags if compiling with gcc from
15732         cvs (or explicitly requested with --enable-more-warnings).
15733
15734 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15735
15736         * data/evince-ui.xml: add File and File->Close menu.
15737
15738         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15739         (ev_window_destroy): quit after destroy.
15740         (ev_window_class_init): override GtkObject::destroy.
15741         (entries): install close_window callback.
15742
15743 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15744
15745         * Makefile.am (SUBDIRS): add data subdir.
15746
15747         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15748         gtk+ 2.5.0 for GtkAboutDialog.
15749
15750         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15751         main window.
15752
15753         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15754
15755         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15756         manager.
15757         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15758
15759 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15760
15761         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15762
15763 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15764
15765         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15766
15767 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15768
15769         * shell/*: Added shell directory boilerplate, build it.
15770
15771 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15772
15773         * configure.ac, Makefile.am: Added top-level configure.ac and
15774         Makefile.am