]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
8ca8341dabf327a54c0c481ebc64b832acbde99c
[evince.git] / ChangeLog
1 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/pdf/ev-poppler.cc: (pdf_document_save),
4         (pdf_document_forms_form_field_text_set_text),
5         (pdf_document_forms_form_field_button_set_state),
6         (pdf_document_forms_form_field_choice_select_item),
7         (pdf_document_forms_form_field_choice_toggle_item),
8         (pdf_document_forms_form_field_choice_unselect_all),
9         (pdf_document_forms_form_field_choice_set_text):
10
11         Use poppler_document_save_a_copy(), which never saves the document
12         modifications, when saving an unmodified document. It makes saving
13         a copy of encrypted PDFs work again. Fixes bug #566791.
14         
15 2009-02-18  Christian Persch  <chpe@gnome.org>
16
17         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
18         Don't use g_quark_from_static_string in a loadable module!
19
20 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
21
22         * configure.ac:
23
24         Update for release 2.25.91
25         
26 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
27
28         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
29         GTK symbol in commented out code. Bug #571707
30
31 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
32
33         * NEWS:
34
35         Update for release 2.25.91.
36         
37 2009-02-16  Christian Persch  <chpe@gnome.org>
38
39         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
40         memory read.
41
42 2009-02-15  Christian Persch  <chpe@gnome.org>
43
44         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
45         warnings.
46
47 2009-02-15  Christian Persch  <chpe@gnome.org>
48
49         * libdocument/Makefile.am:
50         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
51
52 2009-02-15  Christian Persch  <chpe@gnome.org>
53
54         * libdocument/ev-document-type-builtins.c.template:
55         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
56
57 2009-02-14  Christian Persch  <chpe@gnome.org>
58
59         * backend/impress/impress-document.c: (impress_document_save):
60         Fill in the error.
61
62 2009-02-14  Christian Persch  <chpe@gnome.org>
63
64         * libdocument/ev-document.c: (ev_document_load): Add code to catch
65         backends incorrectly implementing the load vfunc.
66
67 2009-02-14  Christian Persch  <chpe@gnome.org>
68
69         * libdocument/ev-document-factory.c:
70         (ev_document_factory_get_document): Use a local GError, and propagate
71         as appropriate, making sure always to fill in @error if returning NULL.
72
73 2009-02-14  Christian Persch  <chpe@gnome.org>
74
75         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
76
77 2009-02-14  Christian Persch  <chpe@gnome.org>
78
79         * backend/pdf/ev-poppler.cc: Plug a mem leak.
80
81 2009-02-14  Christian Persch  <chpe@gnome.org>
82
83         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
84         an error.
85
86 2009-02-14  Christian Persch  <chpe@gnome.org>
87
88         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
89         to always set @error when returning FALSE. Fix a typo.
90
91 2009-02-14  Christian Persch  <chpe@gnome.org>
92
93         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
94         to always set @error when returning FALSE.
95
96 2009-02-14  Christian Persch  <chpe@gnome.org>
97
98         * backend/comics/comics-document.c: (comics_document_load): Make sure
99         to always set @error when returning FALSE.
100
101 2009-02-14  Christian Persch  <chpe@gnome.org>
102
103         * backend/impress/impress-document.c: (impress_document_load): Plug a
104         mem leak.
105
106 2009-02-14  Christian Persch  <chpe@gnome.org>
107
108         * backend/impress/impress-document.c: (impress_document_load): Don't
109         overwrite an error.
110
111 2009-02-14  Christian Persch  <chpe@gnome.org>
112
113         * libdocument/ev-document.c: (ev_document_info_copy): Remove
114         unnecessary NULL check; g_strdup() is NULL-safe.
115
116 2009-02-14  Christian Persch  <chpe@gnome.org>
117
118         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
119         that this returns either NULL and fills in error, or non-NULL. Use a
120         local GError so we can reliably check it.
121
122 2009-02-14  Christian Persch  <chpe@gnome.org>
123
124         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
125         content type to get the description, not the MIME type.
126
127 2009-02-14  Christian Persch  <chpe@gnome.org>
128
129         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
130         in @error on failure. Also, since this is exported in public APIs,
131         cope with the passed-in GError** being NULL.
132
133 2009-02-13  Christian Persch  <chpe@gnome.org>
134
135         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
136         safety.
137         (get_mime_type_from_data): Return the MIME type, not the content type.
138
139 2009-02-13  Christian Persch  <chpe@gnome.org>
140
141         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
142         the input stream.
143
144 2009-02-13  Christian Persch  <chpe@gnome.org>
145
146         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
147         all errors upwards.
148
149 2009-02-13  Christian Persch  <chpe@gnome.org>
150
151         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
152         more bytes from buffer than were read from the file.
153
154 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
155
156         * properties/ev-properties-view.c (set_property):
157         
158         Fixes bug #571787.
159
160 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
161
162         * shell/eggfindbar.c: (egg_find_bar_init):
163
164         Use gtk_tool_button_set_use_underline() for next/previous buttons
165         so that the underline is used for the mnemonic. Fixes bug #571547.
166         
167 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
168
169         * shell/ev-window.c: (setup_document_from_metadata),
170         (setup_sidebar_from_metadata), (setup_document_from_metadata),
171         (setup_view_from_metadata), (ev_window_set_document),
172         (ev_window_load_job_cb), (ev_window_reload_job_cb),
173         (ev_window_reload_remote), (ev_window_init):
174
175         Do not use metadata when reloading the document, so that the
176         window is not resized when reloading. See bugs #571051 and
177         #304249.
178         
179 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
180
181         * configure.ac:
182         * cut-n-paste/smclient/Makefile.am:
183
184         Fix smclient libs on cycgwin. See bug #339172.
185         
186 2009-02-08  Christian Persch  <chpe@gnome.org>
187
188         * configure.ac:
189         * libdocument/Makefile.am:
190         * libview/Makefile.am: Add experimental introspection support.
191         Disabled by default; use --enable-introspection to enable it.
192         Bug #569083.
193
194 2009-02-08  Christian Persch  <chpe@gnome.org>
195
196         * libview/Makefile.am: Link libevdocument.la to libevview.la.
197
198 2009-02-05  Christian Persch  <chpe@gnome.org>
199
200         * backend/comics/comics-document.c: (comics_document_load):
201         * backend/djvu/djvu-document.c: (djvu_document_load):
202         * backend/dvi/dvi-document.c: (dvi_document_load):
203         * backend/impress/impress-document.c: (impress_document_load):
204         * backend/pdf/ev-poppler.cc:
205         * libdocument/ev-document-factory.c: (get_document_from_uri),
206         (ev_document_factory_get_document):
207         * shell/ev-print-operation.c:
208         (ev_print_operation_export_print_dialog_response_cb): Use
209         g_set_error_literal now that we depend on glib 2.18.
210
211 2009-02-05  Hib Eris  <hib@hiberis.nl>
212
213         * shell/ev-application.c:
214
215         Include gdkx.h only with X11. See bug #339172.
216         
217 2009-02-05  Hib Eris  <hib@hiberis.nl>
218
219         * backend/pdf/pdfdocument.evince-backend.in:
220
221         Add application/x-ext-pdf mime type for pdf backend. See bug
222         #339172.
223         
224 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
225
226         * configure.ac:
227         * cut-n-paste/smclient/Makefile.am:
228         * cut-n-paste/smclient/eggdesktopfile.c:
229         * cut-n-paste/smclient/eggsmclient-win32.c:
230         * shell/main.c:
231
232         Make session manager code compile for w32. These changes have been
233         taken from upstream libegg. Based on patch by Hib Eris. See bug
234         #339172.
235         
236 2009-02-05  Hib Eris  <hib@hiberis.nl>
237
238         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
239
240         Make screensaver code compile for w32. These changes have been
241         copied from upstream totem. See bug #339172.
242         
243 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
244
245         * configure.ac:
246         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
247
248         Make use of GConf optional. Based on patch by Hib Eris. See bug
249         #339172.
250         
251 2009-02-04  Christian Persch  <chpe@gnome.org>
252
253         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
254         evince gettext domain, so i18n works in the library.
255
256         * properties/ev-properties-main.c: (nautilus_module_initialize):
257         Remove extra bindtextdomain call.
258
259 2009-02-04  Christian Persch  <chpe@gnome.org>
260
261         * backend/comics/comics-document.c:
262         * backend/djvu/djvu-document.c:
263         * backend/dvi/dvi-document.c:
264         * backend/impress/impress-document.c:
265         * backend/pdf/ev-poppler.cc:
266         * backend/pixbuf/pixbuf-document.c:
267         * backend/ps/ev-spectre.c:
268         * backend/tiff/tiff-document.c:
269         * libdocument/ev-attachment.c:
270         * libdocument/ev-document-factory.c:
271         * libview/ev-jobs.c:
272         * libview/ev-view-accessible.c:
273         * libview/ev-view.c:
274         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
275         gi18n.h.
276
277 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * NEWS:
280         * configure.ac:
281
282         Update for release 2.25.90
283         
284 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * cut-n-paste/zoom-control/ephy-zoom-control.c:
287         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
288
289         Remove the old tooltips code and use G_DEFINE_TYPE().
290         
291 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * configure.ac:
294         * help/reference/Makefile.am:
295         * help/reference/libdocument/Makefile.am:
296         * help/reference/libdocument/libevdocument-docs.sgml:
297         * help/reference/libdocument/libevdocument.types:
298         * help/reference/libdocument/version.xml.in:
299         * help/reference/libview/Makefile.am:
300         * help/reference/libview/libevview-docs.sgml:
301         * help/reference/libview/libevview.types:
302         * help/reference/libview/version.xml.in:
303         * help/reference/shell/Makefile.am:
304         * help/reference/shell/evince-docs.sgml:
305         * help/reference/shell/evince.types:
306         * help/reference/shell/tmpl/dummy.sgml:
307         * help/reference/shell/version.xml.in:
308
309         Split API documentation into libdocument, libview and
310         shell. Required gtk-doc files has been added, but API docs still
311         need to be completed and improved. Fixes bug #568465.
312         
313 2009-02-01  Christian Persch  <chpe@gnome.org>
314
315         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
316
317 2009-02-01  Christian Persch  <chpe@gnome.org>
318
319         * backend/Makefile.am:
320         A backend/backend.symbols:
321         * configure.ac: Only export the backend module entry point. Bug
322         #569998.
323
324 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
325
326         * shell/eggfindbar.c: (egg_find_bar_init):
327
328         Add mnemonics to buttons in search bar. Fixes bug #569212.
329         
330 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
331         
332         * shell/ev-print-operation.c:
333         (ev_print_operation_export_print_dialog_response_cb):
334
335         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
336         
337 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
340
341         Clamp top/bottom values of destinations to make sure they are not
342         bigger than the page height. Fixes bug #569327.
343         
344 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * libdocument/ev-debug.h:
347
348         Fix build when debug mode is disabled.
349         
350 2009-01-30  Christian Persch  <chpe@gnome.org>
351
352         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
353         this return TRUE only if any backends were loaded, so the ev_init()
354         function works as documented.
355
356 2009-01-30  Christian Persch  <chpe@gnome.org>
357
358         * evince-document.h:
359         * libdocument/Makefile.am:
360         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
361         #569117.
362
363         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
364         * libdocument/ev-backends-manager.h:
365         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
366         * libdocument/ev-debug.h:
367         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
368         (_ev_file_helpers_shutdown):
369         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
370         private.
371
372         * properties/ev-properties-main.c: (nautilus_module_initialize),
373         (nautilus_module_shutdown):
374         * shell/main.c: (main):
375         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
376         init/shutdown method.
377
378 2009-01-29  Christian Persch  <chpe@gnome.org>
379
380         * shell/main.c: (option_version_cb): Add --version which was lost in
381         the libgnome removal. Bug #562869.
382
383 2009-01-26  Christian Persch  <chpe@gnome.org>
384
385         * shell/ev-application.c: (ev_application_register_service),
386         (ev_application_shutdown):
387         * shell/main.c: (main): Move metadata manager initialisation and
388         shutdown into EvApplication. Follow-up from bug #569120.
389
390 2009-01-26  Christian Persch  <chpe@gnome.org>
391
392         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
393         copy the string twice. Bug #569231.
394
395 2009-01-26  Christian Persch  <chpe@gnome.org>
396
397         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
398         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
399         * libdocument/ev-file-helpers.h:
400         * shell/ev-application.c: (ev_application_shutdown),
401         (ev_application_init), (ev_application_screensaver_disable),
402         (ev_application_save_print_settings),
403         (ev_application_set_page_setup):
404         * shell/ev-application.h:
405         * shell/ev-metadata-manager.c: (load_values),
406         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
407         shell, since it shouldn't be public API. Bug #569120.
408
409         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
410         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
411
412 2009-01-25  Christian Persch  <chpe@gnome.org>
413
414         Bug 569082 – use versioned directory for backends
415
416         * configure.ac: Define ev_binary_version and backenddir.
417         * evince-document.pc.in: Add backenddir variable.
418         * libdocument/Makefile.am:
419         * backend/*/Makefile.am: Remove backenddir definition, so it picks
420         up the one from configure.
421
422 2009-01-25  Christian Persch  <chpe@gnome.org>
423
424         * configure.ac:
425         * evince-document.pc.in: Renamed from evince-backend.pc.in.
426         * libdocument/Makefile.am: Renamed library to libevdocument.la.
427         * libview/Makefile.am:
428         * shell/Makefile.am:
429         * backend/*/Makefile.am: Adapt to changed library name.
430
431         * libdocument/Makefile.am:
432         * libview/Makefile.am: Change the installed headers path to match
433         the directory names in SVN.
434
435         * evince-document.h:
436         * evince-view.h: Add single headers. Bug #568227.
437
438         * libdocument/*.h:
439         * libview/*.h: Add single headers guards.
440
441         * libview/Makefile.am:
442         * libdocument/Makefile.am:
443         * backend/*/Makefile.am:
444         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
445         still include individual headers.
446
447         * properties/Makefile.am:
448         * properties/ev-properties-main.c:
449         * properties/ev-properties-view.h:
450         * thumbnailer/Makefile.am:
451         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
452
453         * libdocument/Makefile.am:
454         * libview/Makefile.am: Generate type builtins from all installed headers.
455         * libdocument/ev-link-action.[ch]:
456         * libdocument/ev-link-dest.[ch]:
457         * libdocument/ev-transition-effect.[ch]:
458         * libview/ev-view.[ch]: Remove handcoded type builtins.
459
460         * libdocument/Makefile.am:
461         * evince-document.h: Add ev-document-factory.h to the public headers.
462
463 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
464
465         * shell/ev-sidebar-page.c:
466
467         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
468         #568228.
469         
470 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
471
472         * libdocument/ev-document.h:
473
474         Add EV_DEFINE_INTERFACE macro.
475         
476         * libdocument/ev-async-renderer.c:
477         * libdocument/ev-document-find.c:
478         * libdocument/ev-document-fonts.c:
479         * libdocument/ev-document-forms.c:
480         * libdocument/ev-document-images.c:
481         * libdocument/ev-document-layers.c:
482         * libdocument/ev-document-links.c:
483         * libdocument/ev-document-security.c:
484         * libdocument/ev-document-thumbnails.c:
485         * libdocument/ev-document-transition.c:
486         * libdocument/ev-document.c:
487         * libdocument/ev-file-exporter.c:
488         * libdocument/ev-selection.c:
489
490         Use EV_DEFINE_INTERFACE macro to define interfaces in
491         libdocument. See bug #568228.
492         
493 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
494
495         * libdocument/ev-document.[ch]:
496
497         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
498         #568228.
499         
500 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
501
502         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
503         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
504         (new_separator_pixbuf):
505         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
506         (egg_toolbar_editor_disconnect_model),
507         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
508         (egg_toolbar_editor_finalize):
509         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
510         * cut-n-paste/toolbar-editor/eggmarshalers.list:
511         
512         Sync EggToolbarEditor with libegg.
513
514 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
515
516         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
517         When saving a file, using the default permissions for the user/system,
518         respecting umask and any setgid bit on the directory. Uses the new
519         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
520         Bug #568593.
521         
522 2009-01-21  Christian Persch  <chpe@gnome.org>
523
524         * configure.ac:
525         * libdocument/Makefile.am:
526         * libview/Makefile.am: Add libtool versioning to libevbackend and
527         libevview. Bug #568229.
528
529 2009-01-21  Christian Persch  <chpe@gnome.org>
530
531         * Makefile.am:
532         * configure.ac:
533         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
534
535 2009-01-21  Christian Persch  <chpe@gnome.org>
536
537         * configure.ac:
538         * libdocument/Makefile.am:
539         A libdocument/ev-version.h.in: Add version defines and version check
540         macro. Bug #568224.
541
542 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
543
544         * shell/ev-sidebar-links.c
545         * shell/ev-print-operation.c:
546         * shell/ev-history.c:
547         * shell/ev-file-monitor.c:
548         * shell/ev-window.c:
549         * shell/ev-password-view.c:
550         * shell/ev-sidebar-thumbnails.c:
551         * shell/ev-sidebar-attachments.c:
552         * libview/ev-pixbuf-cache.c:
553         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
554         Bug #568386.
555
556 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
557
558         * libdocument/ev-document-info.h:
559
560         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
561         
562 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
563
564         * libview/Makefile.am:
565
566         Install ev-job-scheduler.h. See bug #567790.
567         
568 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
569
570         * libdocument/Makefile.am:
571
572         Install ev-backends-manager.h and
573         ev-document-type-builtins.h. Fixes bug #567787.
574         
575 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * NEWS:
578         * configure.ac:
579
580         Update for release 2.25.5
581         
582 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
583
584         * libview/ev-view.c: (ev_view_drag_data_get):
585
586         Fix second parameter passed to gtk_selection_data_set_uris(), 
587         it expects a gchar **.
588         
589 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
590
591         * libdocument/Makefile.am:
592         * libdocument/ev-document-info.h:
593         * libdocument/ev-document-type-builtins.c.template:
594         * libdocument/ev-document-type-builtins.h.template:
595         * libdocument/ev-document.c: (ev_document_info_get_type),
596         (ev_document_info_copy):
597
598         Make EvDocumentInfo and enums definded in ev-document-info.h
599         GTypes. Fixes bug #567789.
600         
601 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
602
603         * shell/main.c (arguments_parse): Fix for a minor code typo.
604
605 2009-01-18  Christian Persch  <chpe@gnome.org>
606
607         * help/reference/Makefile.am:
608         * help/reference/evince.types: Fix the API docs build. Bug #568171.
609
610 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
611
612         * libview/Makefile.am:
613         * libview/ev-view-type-builtins.c.template:
614         * libview/ev-view-type-builtins.h.template:
615
616         Make EvJobPriority a proper GType. Fixes bug #567788.
617         
618 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * configure.ac:
621         * cut-n-paste/*/Makefile.am:
622         * libdocument/Makefile.am:
623
624         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
625         code.
626         
627 2009-01-18  Christian Persch  <chpe@gnome.org>
628
629         * libview/ev-view.c: (ev_view_drag_data_get),
630         (ev_view_drag_motion), (ev_view_update_primary_selection),
631         (clear_link_selected):
632         * shell/ev-sidebar-attachments.c:
633         (ev_sidebar_attachments_drag_data_get),
634         (ev_sidebar_attachments_get_property),
635         (ev_sidebar_attachments_init):
636         * shell/ev-window.c: Update drag handling code to use the
637         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
638         hardcoding the targets lists. Bug #558084.
639         
640 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * libdocument/Makefile.am:
643         * libdocument/ev-backend-marshal.c:
644         * libdocument/ev-backend-marshalers.list:
645         * libdocument/ev-document.c:
646
647         Remove unused marshalers stuff from libdocument.
648         
649 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * po/POTFILES.in:
652
653         Update for the current source tree.
654         
655 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * configure.ac:
658         * Makefile.am:
659         * libdocument/Makefile.am:
660         * libview/Makefile.am:
661         * libview/ev-job-scheduler.[ch]:
662         * libview/ev-jobs.[ch]:
663         * libview/ev-page-cache.[ch]:
664         * libview/ev-pixbuf-cache.[ch]:
665         * libview/ev-timeline.[ch]:
666         * libview/ev-transition-animation.[ch]:
667         * libview/ev-view-accessible.[ch]:
668         * libview/ev-view-marshal.list:
669         * libview/ev-view.[ch]:
670         * shell/Makefile.am:
671
672         Move EvView specific code to a libeviview library so that it can
673         be embbeded in other applications. Based on patches by Tomeu
674         Vizoso. Fixes bug #567751.
675         
676 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
677
678         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
679         * shell/ev-window.c: (ev_window_load_job_cb),
680         (ev_window_load_job_cb), (ev_window_open_uri),
681         (ev_window_reload_local), (ev_window_dispose):
682
683         Remove dest, mode and search_string from EvJobLoad since they are
684         not really needed by the job, but for the window.
685         
686 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * shell/ev-view.c: (ev_view_drag_data_received),
689         (ev_view_class_init), (ev_view_init):
690         * shell/ev-window.c: (ev_window_drag_data_received),
691         (ev_window_class_init), (ev_window_init):
692
693         Make the whole EvWindow the destination of a drag and drop
694         operation.
695         
696 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
697
698         * shell/ev-window.c: (window_open_file_copy_progress_cb):
699
700         Add missing brakets around the percentage in progress
701         messages. See bug #567910.
702         
703 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
704
705         * shell/ev-application.c: (ev_application_open_window),
706         (ev_application_open_uri_at_dest):
707
708         Do no use gdk_x11_* when not available. Based on patch by Hib
709         Eris, see bug #339172.
710         
711 2009-01-16  Hib Eris  <hib@hiberis.nl>
712
713         * configure.ac:
714         * properties/ev-properties-view.c:
715         (ev_properties_view_format_date):
716
717         Check for localtime_r. See bug #339172.
718         
719 2009-01-16  Hib Eris  <hib@hiberis.nl>
720
721         * shell/main.c:
722
723         Include gdkx only for dbus support. See bug #339172.
724         
725 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
726
727         * shell/ev-view.c: (ev_view_set_zoom_for_size):
728
729         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
730         #567785.
731         
732 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * shell/ev-window.c: (reload_remote_copy_progress_cb),
735         (window_save_file_copy_progress_cb):
736
737         Use brakets around the percentage in progress messages. See bug
738         #567910.
739         
740 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
741
742         * shell/ev-window.c: (reload_remote_copy_ready_cb):
743
744         Fix typo in error message. See bug #567910.
745         
746 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * shell/ev-window.c: (ev_window_cmd_file_close_window):
749
750         Fix mnemonic conflict. Fixes bug #567937.
751         
752 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
753
754         * NEWS:
755         * configure.ac:
756
757         Update for release 2.25.4
758         
759 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
760
761         * configure.ac:
762         
763         GLib version requirement bumped to 2.18 due to g_set_error_literal.
764         Thanks to Christian Spurk.
765
766 2008-12-31  Hib Eris  <hib@hiberis.nl>
767         
768         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
769
770         Fix mime type handling.
771         
772 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
773
774         * po/POTFILES.in:
775
776         Add ev-print-operation.c.
777         
778 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
779
780         * shell/ev-window.c: (ev_window_clear_progress_idle),
781         (reset_progress_idle), (ev_window_show_progress_message),
782         (ev_window_reset_progress_cancellable),
783         (ev_window_progress_response_cb), (show_loading_progress),
784         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
785         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
786         (show_reloading_progress), (reload_remote_copy_ready_cb),
787         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
788         (show_saving_progress), (window_save_file_copy_ready_cb),
789         (window_save_file_copy_progress_cb), (ev_window_save_remote),
790         (ev_window_dispose):
791
792         Show progress information when loading/saving remote files. Fixes
793         bug #370958.
794         
795 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
798
799         Show better warning message when temp file cannot be deleted.
800         
801 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * shell/ev-window.c: (image_save_dialog_response_cb):
804
805         Fix saving images to remote locations.
806         
807 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * shell/ev-application.[ch]: (ev_application_shutdown),
810         (ev_application_get_print_settings_file),
811         (ev_application_save_print_settings),
812         (ev_application_get_print_settings),
813         (ev_application_set_print_settings),
814         (ev_application_get_page_setup), (ev_application_set_page_setup):
815         * shell/ev-window.c: (ev_window_save_print_page_setup),
816         (ev_window_load_print_page_setup_from_metadata),
817         (ev_window_print_page_setup_done_cb),
818         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
819         (ev_window_cmd_preview_print):
820
821         Remember page setup options too. Paper size is globally remembered
822         while page margins are stored per document in metadata file. Fixes
823         bugs #525185 and #349102.
824         
825 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
826
827         * shell/ev-print-operation.c:
828         (ev_print_operation_export_print_dialog_response_cb):
829
830         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
831         
832 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
833
834         * shell/ev-print-operation.c: (export_cancel),
835         (export_job_cancelled), (ev_print_operation_export_begin),
836         (ev_print_operation_export_cancel):
837         * shell/ev-window.c: (ev_window_print_cancel),
838         (ev_window_print_update_pending_jobs_message),
839         (ev_window_print_operation_done),
840         (ev_window_print_operation_status_changed),
841         (print_jobs_confirmation_dialog_response),
842         (ev_window_cmd_file_close_window):
843
844         Show a confirmation dialog when there are pending print jobs while
845         closing the main window. Fixes bug #480964.
846         
847 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
848
849         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
850         (ev_print_operation_get_job_name),
851         (ev_print_operation_get_status),
852         (ev_print_operation_get_progress),
853         (ev_print_operation_update_status),
854         (ev_print_operation_export_get_job_name), (clamp_ranges),
855         (get_first_and_last_page), (ev_print_operation_export_run_next),
856         (print_job_finished), (export_print_done), (export_job_cancelled),
857         (update_progress), (export_print_page),
858         (ev_print_operation_export_begin),
859         (ev_print_operation_export_print_dialog_response_cb),
860         (ev_print_operation_export_run),
861         (ev_print_operation_export_cancel),
862         (ev_print_operation_export_class_init):
863         * shell/ev-window.c:
864         (ev_window_print_update_pending_jobs_message),
865         (ev_window_print_operation_done),
866         (ev_window_print_progress_response_cb),
867         (ev_window_print_operation_status_changed),
868         (ev_window_print_operation_begin_print), (ev_window_print_range),
869         (ev_window_dispose):
870
871         Show progress information when printing. Fixes bug #482770.
872         
873 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * shell/Makefile.am:
876         * shell/ev-progress-message-area.[ch]:
877         * shell/ev-message-area.[ch]: (ev_message_area_init),
878         (ev_message_area_set_image_from_stock):
879
880         Add EvProgressMessageArea derived from EvMessageArea to show
881         progress information in the message area. 
882         
883 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
884
885         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
886
887         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
888         close button. Add a function to get the contents of the message
889         area.
890         
891 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
892
893         * shell/Makefile.am:
894         * shell/ev-print-operation.[ch]:
895         * shell/ev-jobs.[ch]: (ev_job_export_init),
896         (ev_job_export_dispose), (ev_job_export_run),
897         (ev_job_export_class_init), (ev_job_export_new),
898         (ev_job_export_set_page):
899         * shell/ev-window.c: (ev_window_print_operation_done),
900         (ev_window_print_range), (ev_window_dispose):
901
902         First step of the printing system rework. EvJobPrint has been
903         replaced by EvJobExport so that every page is scheduled to be
904         exported in a thread instead of scheduling the whole printing
905         process. This way the gui is responsive during printing.
906         
907 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * shell/ev-window.c: (setup_size_from_metadata),
910         (ev_window_load_print_settings_from_metadata):
911
912         Fix memory leaks.
913         
914 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
915
916         * libdocument/ev-document.c: (ev_document_get_type):
917
918         Add GObject type as prerequisite to EvDocument interface so that
919         document instances can be used as GObjects.
920         
921 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * shell/ev-view.c: (jump_to_find_result):
924
925         Only jump the the location of the find result for the first match
926         when searching. It drastically improves the performance when
927         searching. Bug catched and fixed by Michael Hunold. Fixes bug
928         #564774.
929         
930 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * properties/ev-properties-main.c: (ev_properties_get_pages):
933         * properties/ev-properties-view.[ch]:
934         (ev_properties_view_dispose), (ev_properties_view_class_init),
935         (ev_properties_view_set_info), (ev_properties_view_new):
936         * shell/ev-properties-dialog.[ch]:
937         (ev_properties_dialog_set_document):
938         * shell/ev-window.c: (ev_window_setup_document),
939         (ev_window_cmd_file_properties):
940
941         Add document URI to properties page. Fixes bug #555376.
942         
943 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * configure.ac:
946         * data/Makefile.am:
947         * data/evince-password.glade: Removed
948         * data/evince-properties.glade: Removed
949         * properties/ev-properties-view.c:
950         (ev_properties_view_class_init), (set_property),
951         (ev_properties_view_set_info), (ev_properties_view_init):
952         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
953         (font_cell_data_func), (ev_properties_fonts_init):
954
955         Remove Glade dependency.
956         
957 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * backend/comics/comics-document.c: (comics_document_load):
960
961         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
962         
963 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
964
965         * NEWS:
966         * configure.ac:
967
968         Update for release 2.25.2
969         
970 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
971
972         * configure.ac:
973         * shell/Makefile.am:
974         * shell/ev-keyring.[ch]:
975         * shell/ev-password.[ch]: Removed
976         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
977         (ev_password_view_class_init), (ev_password_view_clicked_cb),
978         (ev_password_view_init), (ev_password_view_set_uri),
979         (ev_password_dialog_got_response),
980         (ev_password_dialog_remember_button_toggled),
981         (ev_password_dialog_entry_changed_cb),
982         (ev_password_dialog_entry_activated_cb),
983         (ev_password_view_ask_password), (ev_password_view_get_password),
984         (ev_password_view_get_password_save_flags),
985         (ev_password_view_new):
986         * shell/ev-window.c: (ev_window_password_view_unlock),
987         (ev_window_load_job_cb), (ev_window_close_dialogs),
988         (ev_window_init):
989
990         Rework the password view. When the password is in the keyring it's
991         used automatically without showing the password dialog and it's  
992         only stored in the keyring when we are sure it's correct. The
993         password dialog has been reworked too, in order to make it
994         more hig compliant and consistent with the GTK+ dialog used in
995         gtkmountoperation. Fixes bug #562496. 
996         
997 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * backend/comics/comics-document.c: (comics_document_load):
1000
1001         Do not trust file extensions when getting the command needed to
1002         uncompress comic documents. Fixes bug #562143.
1003         
1004 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * libdocument/ev-document-factory.c: (get_document_from_uri),
1007         (ev_document_factory_get_document):
1008         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1009         (get_mime_type_from_data), (ev_file_get_mime_type):
1010
1011         Move mime-type functions from document-facrory to file-helpers so
1012         that it can be reused.
1013         
1014 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1015
1016         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1017         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1018         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1019         (ev_window_reload_remote), (ev_window_reload_document):
1020
1021         Add support for reloading remote documents. Fixes bug #555399.
1022         
1023 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1024
1025         * shell/ev-view.c: (ev_view_find_previous):
1026
1027         Make sure find_result is never < 0 which causes a crash while
1028         searching. Fixes bug #558377.
1029         
1030 2008-11-19  Marek Kašík <mkasik@redhat.com>
1031
1032         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1033         (ev_pixbuf_cache_get_selection_surface):
1034         
1035         Fixes crash on fast scrolling with simultaneous text selection.
1036
1037 2008-11-19  Marek Kašík <mkasik@redhat.com>
1038
1039         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1040         * shell/ev-window.c (launch_external_uri):
1041         
1042         Fixes assertion fail on selecting text. See bug #561393.
1043
1044 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1045
1046         * shell/Makefile.am:
1047         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1048         (ev_job_layers_dispose), (ev_job_layers_run),
1049         (ev_job_layers_class_init), (ev_job_layers_new):
1050         * shell/ev-sidebar-layers.[ch]:
1051         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1052         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1053         (ev_view_reload_page), (ev_view_reload):
1054         * shell/ev-window.c: (setup_sidebar_from_metadata),
1055         (ev_window_sidebar_current_page_changed_cb),
1056         (sidebar_layers_visibility_changed), (ev_window_init):
1057
1058         Add layers support.
1059         
1060 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1061
1062         * data/icons/22x22/actions/Makefile.am:
1063         * data/icons/22x22/actions/eye.png:
1064         * shell/ev-stock-icons.[ch]:
1065         
1066         Add eye icon from gimp to hide/show layers.
1067         
1068 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * configure.ac:
1071         * cut-n-paste/Makefile.am:
1072         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1073         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1074         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1075
1076         Add GimpCellRendererToggle from gimp slightly modified to fit our
1077         needs. 
1078         
1079 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1080
1081         * configure.ac:
1082         * backend/pdf/ev-poppler.cc:
1083
1084         Implement layers interface in PDF backend.
1085         
1086 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1087
1088         * libdocument/Makefile.am:
1089         * libdocument/ev-document-layers.[ch]:
1090         * libdocument/ev-layer.[ch]:
1091
1092         Add optional content (layers) interface.
1093         
1094 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1095
1096         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1097         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1098
1099         Removes unused code.
1100
1101 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1102
1103         * NEWS:
1104         * configure.ac:
1105
1106         Update for 2.25.1 release
1107
1108 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1109
1110         * shell/ev-window.c:
1111
1112         Fix build with GTK+ < 2.14
1113
1114 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1115
1116         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1117         
1118         Makes menu label translatable. Fixes bug #559129.
1119
1120 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1121
1122         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1123         (t1_transform_font):
1124         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1125         
1126         More renames of warning to mdvi_warning in follow up to the
1127         fix of the bug #553369. Fix for the bug #559257 by
1128         Tuxce <tuxce.net@gmail.com>.
1129         
1130 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * shell/ev-application.c: (ev_application_init_session):
1133         * shell/main.c: (main):
1134
1135         Move the egg_set_desktop_file() call to main and remove
1136         gtk_window_set_default_icon_name() since it's already called by
1137         egg_set_desktop_file()
1138         
1139 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1140
1141         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1142
1143         Initialize GError to NULL.
1144         
1145 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1146
1147         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1148         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1149         (ev_window_preview_print_finished), (launch_action):
1150
1151         Do not use popup dialogs to show error messages anymore, use the
1152         message area instead.
1153         
1154 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1155
1156         * shell/ev-window.c: (ev_window_error_message),
1157         (ev_window_warning_message), (ev_window_set_document),
1158         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1159         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1160         (ev_window_cmd_help_contents), (launch_external_uri),
1161         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1162         (ev_attachment_popup_cmd_open_attachment),
1163         (attachment_save_dialog_response_cb):
1164
1165         Use a message format (with printf()-style) in
1166         ev_window_error_message and ev_window_warning_message.
1167
1168 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * shell/ev-window.c: (ev_window_error_message),
1171         (ev_window_warning_message), (ev_window_set_document),
1172         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1173         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1174         (ev_window_cmd_help_contents), (launch_external_uri),
1175         (image_save_dialog_response_cb),
1176         (ev_attachment_popup_cmd_open_attachment),
1177         (attachment_save_dialog_response_cb):
1178
1179         Change ev_window_error_message and ev_window_warning_message to
1180         receive a EvWindow instead of a GtkWindow. It's more consistent
1181         and avoids unneeded casts.
1182         
1183 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1184
1185         * shell/ev-window.c: (ev_window_cmd_help_contents):
1186
1187         Use gtk_show_uri() when availale to display help contents.
1188         
1189 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * configure.ac:
1192         * backend/pdf/ev-poppler.cc:
1193         * properties/ev-properties-view.c:
1194         * shell/Makefile.am:
1195         * shell/ev-tooltip.[ch]: Removed
1196         * shell/ev-view-private.h
1197         * shell/eggfindbar.c:
1198         * shell/ev-application.c:
1199         * shell/ev-open-recent-action.c:
1200         * shell/ev-sidebar-thumbnails.c:
1201         * shell/ev-view.c:
1202         * shell/ev-window.c:
1203
1204         Bump GTK+ requirement to 2.12.
1205         
1206 2008-10-27 Christian Persch <chpe@gnome.org>
1207
1208         * backend/djvu/djvu-document.c
1209         * backend/dvi/cairo-device.c
1210         * cut-n-paste/evmountoperation/ev-mount-operation.h
1211         * cut-n-paste/gedit-message-area/gedit-message-area.h
1212         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1213         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1214         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1215         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1216         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1217         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1218         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1219         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1220         * cut-n-paste/zoom-control/ephy-zoom-action.c
1221         * cut-n-paste/zoom-control/ephy-zoom-action.h
1222         * cut-n-paste/zoom-control/ephy-zoom-control.c
1223         * cut-n-paste/zoom-control/ephy-zoom-control.h
1224         * libdocument/ev-async-renderer.h
1225         * libdocument/ev-document-factory.c
1226         * libdocument/ev-document-misc.h
1227         * libdocument/ev-image.h
1228         * libdocument/ev-selection.h
1229         * shell/ev-properties-fonts.h
1230         * shell/ev-stock-icons.h
1231         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1232         directly. Bug #558064.
1233
1234 2008-10-27 Christian Persch <chpe@gnome.org>
1235
1236         * cut-and-paste/smclient/*: Update from libegg.
1237
1238 2008-10-27 Christian Persch <chpe@gnome.org>
1239
1240         * backend/djvu/djvu-document.c
1241         * backend/ps/ev-spectre.c
1242         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1243
1244 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1245
1246         * shell/ev-view.c (ev_view_change_page),
1247         (ev_view_transition_animation_finish),
1248         (ev_view_transition_animation_cancel), (page_changed_cb),
1249         (ev_view_set_presentation), (ev_view_next_page),
1250         (ev_view_previous_page):
1251         
1252         Cancel the animation without scheduling transition start
1253         and proceed to the next page to fix bug #516749.
1254
1255 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * NEWS:
1258         * configure.ac:
1259
1260         Update for release 2.24.1
1261         
1262 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1265
1266         Disable toggle function of F5 when in presentation mode. Patch by
1267         Dave Neary. Fixes bug #556162.
1268         
1269 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1272         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1273         (ev_sidebar_thumbnails_fill_model),
1274         (ev_sidebar_thumbnails_refresh),
1275         (ev_sidebar_thumbnails_set_document):
1276
1277         Instead of using only one loading icon for thumbnails based on the
1278         size of the first page, create an icon for every different page
1279         size. Fixes bug #556264.
1280         
1281 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1284
1285         Fix memory leak.
1286         
1287 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1288
1289         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1290
1291         Removes bad prefixes from window title. Patch by 
1292         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1293         
1294 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1295
1296         * shell/ev-window.c: (launch_external_uri):
1297
1298         Do not consider mailto links as http uris. Fixes bug #555801.
1299         
1300 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1301
1302         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1303
1304         Fix memory leak. Fixes bug #555134.
1305         
1306 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1307
1308         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1309
1310         Emit the job finished signal when the job is handled before the
1311         page_ready callback.
1312         
1313 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1314
1315         * shell/ev-window.c: (launch_action):
1316
1317         Use GdkAppLaunchContext when available to launch external
1318         applications.
1319         
1320 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1321
1322         * shell/ev-window.c: (launch_action):
1323
1324         Fix launching external applications for launch actions which seems
1325         to be broken since the gio port. Fixes bug #554500.
1326         
1327 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * backend/dvi/Makefile.am:
1330         * backend/dvi/cairo-device.c:
1331         * backend/dvi/dvi-document.c:
1332         * backend/dvi/mdvi-lib/Makefile.am:
1333
1334         Fix several compile warnings in the dvi backend.
1335         
1336 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * backend/dvi/mdvi-lib/common.h:
1339         * backend/dvi/mdvi-lib/dviread.c:
1340         * backend/dvi/mdvi-lib/font.c:
1341         * backend/dvi/mdvi-lib/fontmap.c:
1342         * backend/dvi/mdvi-lib/fontsrch.c:
1343         * backend/dvi/mdvi-lib/gf.c:
1344         * backend/dvi/mdvi-lib/pagesel.c:
1345         * backend/dvi/mdvi-lib/pk.c:
1346         * backend/dvi/mdvi-lib/sp-epsf.c:
1347         * backend/dvi/mdvi-lib/special.c:
1348         * backend/dvi/mdvi-lib/tfm.c:
1349         * backend/dvi/mdvi-lib/tfmfile.c:
1350         * backend/dvi/mdvi-lib/util.c:
1351         * backend/dvi/mdvi-lib/vf.c:
1352
1353         Rename error as mdvi_error to avoid symbol conflicts with the libc
1354         error. Rename also message, crash, fatal and warning for
1355         consistency. Fixes bug #553369.
1356         
1357 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * backend/dvi/dvi-document.c: (dvi_document_load):
1360
1361         Fix memory leak.
1362         
1363 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1364
1365         * backend/dvi/dvi-document.c:
1366
1367         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1368         G_IMPLEMENT_INTERFACE.
1369         
1370 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1373
1374         Make sure copy_job_page_and_selection_to_job_info is always called
1375         before copy_job_to_job_info. Fixes bug #552382.
1376         
1377 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1378
1379         * NEWS:
1380         * configure.ac:
1381
1382         Update for release 2.24.0
1383         
1384 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1385
1386         * shell/ev-window.c: (launch_external_uri):
1387
1388         Use GdkAppLaunchContext when available to launch external uris.
1389         
1390 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1391
1392         * shell/ev-window.c: (launch_external_uri):
1393
1394         Use the message area to show errors when lauching external uris
1395         instead of a popup window.
1396         
1397 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * shell/ev-window.c: (launch_external_uri):
1400
1401         Assume invalid uris are http uris. Fixes bug #552071.
1402         
1403 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * NEWS:
1406         * configure.ac:
1407
1408         Update for release 2.23.92.
1409         
1410 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * shell/eggfindbar.c: (egg_find_bar_class_init):
1413
1414         Allow page scrolling with PageUp/PageDown keys when find bar is
1415         active. Fixes bug #529833.
1416         
1417 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1418
1419         * shell/ev-view-private.h:
1420         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1421         (ev_view_scroll), (ev_view_class_init):
1422         * shell/ev-view-accessible.c:
1423         (ev_view_accessible_action_do_action):
1424         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1425         (ev_window_cmd_scroll_backward):
1426
1427         Use GtkScrollType instead of EvScrollType.
1428         
1429 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1430
1431         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1432         
1433         Patch for case unsensitive page label match by Michael Lee.
1434         See bug #550136.
1435         
1436         * shell/ev-page-action.c (create_tool_item):    
1437         * test/Makefile.am:
1438         * test/test1.py:
1439         * test/test4.py:
1440         * test/test5.py:
1441         
1442         Added test for the above and updated other tests.
1443
1444 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1445
1446         * shell/ev-window.c: (image_save_dialog_response_cb):
1447
1448         Do not append the file extension twice when saving an image.
1449         
1450 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1451
1452         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1453
1454         Remove an invalid ifdef.
1455         
1456 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1457
1458         * shell/ev-view.c: (ev_view_motion_notify_event):
1459
1460         Make sure the cursor is correctly restored after showing the right
1461         click menu.
1462         
1463 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1464
1465         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1466         (ev_attachment_open):
1467         * shell/ev-sidebar-attachments.c:
1468         (ev_sidebar_attachments_button_press):
1469         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1470
1471         Use GdkAppLaunchContext when available to open attachments.
1472         
1473 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1476
1477         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1478         by Eric Piel.
1479         
1480 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * shell/ev-application.c: (ev_application_get_media_keys):
1483         * shell/ev-media-player-keys.[ch]:
1484         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1485         (ev_media_player_keys_grab_keys),
1486         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1487         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1488         * shell/ev-window.[ch]: (ev_window_dispose),
1489         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1490         (ev_window_init):
1491
1492         Clean up the media player keys stuff.
1493         
1494 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * NEWS:
1497         * configure.ac:
1498
1499         Update for release 2.23.91.
1500         
1501 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1504         (sm_client_xsmp_set_initial_properties):
1505
1506         Fix memory leak.
1507         
1508 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * shell/ev-application.c: (ev_application_open_window),
1511         (ev_application_open_uri_at_dest):
1512
1513         Make sure evince starts up in the right workspace when resuming a
1514         previous session.
1515         
1516 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * shell/ev-application.[ch]: (ev_application_open_window),
1519         (ev_application_add_icon_path_for_screen),
1520         (ev_application_open_uri_at_dest):
1521
1522         Fix window manager warnings shown in ~/.xsession-errors
1523         
1524 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1525
1526         * configure.ac:
1527         * cut-n-paste/Makefile.am:
1528         * cut-n-paste/smclient/Makefile.am:
1529         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1530         * cut-n-paste/smclient/eggsmclient-private.h:
1531         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1532         * cut-n-paste/smclient/eggsmclient.[ch]:
1533
1534         EggSMClient copied from libegg
1535
1536         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1537         * shell/Makefile.am:
1538         * shell/ev-application.[ch]: (ev_application_load_session),
1539         (smclient_save_state_cb), (smclient_quit_cb),
1540         (ev_application_init_session), (ev_application_shutdown),
1541         (ev_application_init):
1542         * shell/main.c: (main):
1543
1544         Use EggSMClient instead of gnome-client and remove libgnome and
1545         libgnomeui dependencies.
1546         
1547 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1548
1549         * shell/main.c: (main):
1550
1551         Remove gnome_authentication_manager_init.
1552         
1553 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * shell/ev-view.c: (ev_view_goto_window_create):
1556
1557         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1558         since it's now deprecated.
1559         
1560 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1561
1562         * backend/djvu/Makefile.am:
1563         * backend/djvu/djvu-document-private.h:
1564         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1565         (djvu_document_find_iface_init):
1566         * backend/djvu/djvu-text-page.[ch]:
1567         * backend/djvu/djvu-text.[ch]: Removed
1568         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1569         (pdf_document_find_iface_init):
1570         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1571         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1572         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1573         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1574         (ev_job_find_has_results), (ev_job_find_get_results):
1575         * shell/ev-view-private.h:
1576         * shell/ev-view.[ch]: (ev_view_expose_event),
1577         (highlight_find_results), (ev_view_finalize),
1578         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1579         (ev_view_set_document), (ev_view_find_get_n_results),
1580         (ev_view_find_get_result), (jump_to_find_result),
1581         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1582         (ev_view_find_previous), (ev_view_find_search_changed),
1583         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1584         * shell/ev-window.c: (ev_window_update_actions),
1585         (page_changed_cb), (ev_window_setup_document),
1586         (ev_window_update_find_status_message),
1587         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1588         (ev_window_clear_find_job), (find_bar_close_cb),
1589         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1590         (ev_window_dispose), (ev_window_init):
1591
1592         Rework find interface. The find logic has been moved from backends
1593         to the shell avoiding a lot of duplicated code in the backends and
1594         making easier to implement the find interface in the backends.
1595         
1596 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * backend/pdf/ev-poppler.cc:
1599         (pdf_document_thumbnails_get_dimensions):
1600
1601         Make sure thumbnail size returned by the PDF is actually
1602         valid. Fixes bug #548462.
1603         
1604 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1605
1606         * shell/ev-window.c: (ev_window_setup_document),
1607         (ev_window_set_document), (ev_window_dispose):
1608
1609         Remove the idle function for setting the document up when the
1610         window is destroyed. Fixes bug #549163.
1611         
1612 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1613
1614         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1615         (ev_job_attachments_dispose), (ev_job_attachments_run),
1616         (ev_job_attachments_class_init), (ev_job_attachments_new):
1617         * shell/ev-sidebar-attachments.c:
1618         (ev_sidebar_attachments_set_document):
1619
1620         Add a new job to get the attachments in a thread with the document
1621         lock held. Fixes bug #548653.
1622         
1623 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1626         (tiff_document_document_iface_init):
1627
1628         Implement document_get_page_label in tiff backend.
1629         
1630 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1631
1632         * backend/tiff/tiff-document.c: (tiff_document_render):
1633
1634         Handle document orientation in tiff backend. Fixes bug #548444.
1635         
1636 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1639
1640         Do not crash when adjustment page size is 0. Fixes bug #547440.
1641         
1642 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1643
1644         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1645
1646         Sync with current GTK+.
1647         
1648 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1649
1650         * configure.ac:
1651         
1652         Update for release 2.23.6.
1653
1654 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1655
1656         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1657         (ev_job_load_set_password):
1658         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1659         * shell/ev-window.c: (password_dialog_response),
1660         (ev_window_load_job_cb):
1661
1662         Fix loading encrypted documents since I broke it with the jobs
1663         rework.
1664         
1665 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * NEWS:
1668
1669         Update NEWS for 2.23.6 release.
1670         
1671 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1672
1673         * backend/impress/impress-document.c:
1674         * backend/impress/render.h:
1675         * libdocument/ev-document-factory.c:
1676         * libdocument/ev-document-factory.h:
1677         * libdocument/ev-document-links.h:
1678         * libdocument/ev-document-misc.c:
1679         * libdocument/ev-document-misc.h:
1680         * properties/ev-properties-main.c:
1681         * properties/ev-properties-view.c:
1682         * properties/ev-properties-view.h:
1683         * shell/eggfindbar.c:
1684         * shell/eggfindbar.h:
1685         * shell/ev-application.c:
1686         * shell/ev-application.h:
1687         * shell/ev-jobs.h:
1688         * shell/ev-message-area.h:
1689         * shell/ev-navigation-action.c:
1690         * shell/ev-navigation-action.h:
1691         * shell/ev-open-recent-action.c:
1692         * shell/ev-open-recent-action.h:
1693         * shell/ev-page-action-widget.c:
1694         * shell/ev-page-action.c:
1695         * shell/ev-page-action.h:
1696         * shell/ev-page-cache.h:
1697         * shell/ev-password-view.h:
1698         * shell/ev-password.h:
1699         * shell/ev-pixbuf-cache.h:
1700         * shell/ev-properties-fonts.c:
1701         * shell/ev-sidebar-attachments.c:
1702         * shell/ev-sidebar-links.c:
1703         * shell/ev-sidebar-links.h:
1704         * shell/ev-sidebar-thumbnails.c:
1705         * shell/ev-sidebar-thumbnails.h:
1706         * shell/ev-sidebar.c:
1707         * shell/ev-sidebar.h:
1708         * shell/ev-stock-icons.c:
1709         * shell/ev-tooltip.h:
1710         * shell/ev-view.c:
1711         * shell/ev-view.h:
1712         * shell/ev-window.c:
1713         * shell/ev-window.h:
1714         * shell/main.c:
1715
1716         More #include cleanups. Again: reordering, single gtk.h
1717         includes and other stuff.
1718
1719 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1720
1721         * shell/eggfindbar.c:
1722         * shell/ev-application.c:
1723         * shell/ev-message-area.c:
1724         * shell/ev-navigation-action.c:
1725         * shell/ev-open-recent-action.c:
1726         * shell/ev-page-action-widget.c:
1727         * shell/ev-page-action.c:
1728         * shell/ev-password-view.c:
1729         * shell/ev-properties-dialog.c:
1730         * shell/ev-properties-fonts.c:
1731         * shell/ev-sidebar-attachments.c:
1732         * shell/ev-sidebar-page.c:
1733         * shell/ev-sidebar-thumbnails.c:
1734         * shell/ev-stock-icons.c:
1735         * shell/ev-tooltip.c:
1736         * shell/ev-view.c:
1737         * shell/ev-window.c:
1738         * shell/main.c:
1739
1740         Cleanup many #include statements: reorder so that a
1741         generic-to-specific order is used, use single gtk.h
1742         includes, and some other cleanups.
1743
1744 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1745
1746         * shell/ev-jobs.h:
1747
1748         Add gio header.
1749         
1750 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1753         (ev_document_fc_mutex_trylock):
1754         * shell/Makefile.am:
1755         * shell/ev-job-queue.[ch]:
1756         * shell/ev-job-scheduler.[ch]:
1757         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1758         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1759         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1760         (ev_job_failed_from_error), (ev_job_succeeded),
1761         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1762         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1763         (ev_job_links_class_init), (ev_job_render_init),
1764         (notify_page_ready), (ev_job_render_page_ready),
1765         (ev_job_render_run), (ev_job_render_class_init),
1766         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1767         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1768         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1769         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1770         (ev_job_save_dispose), (ev_job_save_run),
1771         (ev_job_save_class_init), (ev_job_print_init),
1772         (ev_job_print_dispose), (ev_job_print_run),
1773         (ev_job_print_class_init):
1774         * shell/ev-page-cache.c:
1775         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1776         (check_job_size_and_unref), (move_one_job),
1777         (copy_job_to_job_info), (add_job),
1778         (ev_pixbuf_cache_add_jobs_if_needed):
1779         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1780         (job_fonts_finished_cb), (job_fonts_updated_cb),
1781         (ev_properties_fonts_set_document):
1782         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1783         (ev_sidebar_links_set_document):
1784         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1785         (ev_sidebar_thumbnails_set_document),
1786         (ev_sidebar_thumbnails_clear_job):
1787         * shell/ev-view-private.h:
1788         * shell/ev-view.c:
1789         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1790         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1791         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1792         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1793         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1794         (ev_window_reload_document), (ev_window_clear_save_job),
1795         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1796         (ev_window_clear_print_job), (ev_window_print_job_cb),
1797         (ev_window_print_dialog_response_cb):
1798         * shell/main.c: (main):
1799
1800         Rework the jobs system in order to make it simpler and more
1801         extensible. It allows to run jobs in the main loop instead of
1802         using a thread when it's appropriate like the fonts job. Now it's
1803         also possible to cancel jobs that are currently running. 
1804         
1805 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1806
1807         * libdocument/ev-debug.c: (profile_init):
1808
1809         Create the hash table also when profiling service is enabled for
1810         all sections.
1811         
1812 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1813
1814         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1815         (ev_profiler_stop):
1816         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1817         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1818         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1819         (ev_job_print_run):
1820         * shell/main.c: (main):
1821
1822         Add a profile mode available when debug is enabled. Add profilers
1823         in ev-jobs.
1824         
1825 2008-07-23  Götz Waschk <waschk@mandriva.org>
1826
1827         * configure.ac: Correctly build desktop file. Fixes
1828         bug #544237.
1829
1830 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1831
1832         * configure.ac:
1833         
1834         Update for release 2.23.5.
1835
1836 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * NEWS:
1839
1840         Update NEWS for 2.23.5 release.
1841         
1842 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1843
1844         * shell/ev-window.c: (ev_window_state_event),
1845         (ev_window_class_init):
1846
1847         Intercept window manager's fullscreen request in order to run/stop
1848         fullscreen mode. Fixes bug #493541.
1849         
1850 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1851
1852         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1853
1854         Restart the job search when the find bar is opened for the second
1855         time. Fixes bug #531956.
1856         
1857 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1858
1859         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1860         (get_document_from_uri):
1861
1862         Make sure we always return a valid error struct when
1863         get_document_from_uri fails. Fixes nautilus crash, see bug
1864         #542548.
1865         
1866 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1867
1868         * libdocument/ev-transition-effect.c
1869         (ev_transition_effect_type_get_type),
1870         (ev_transition_effect_alignment_get_type),
1871         (ev_transition_effect_direction_get_type):
1872         
1873         Fixes bug #542924. Makes enums static to fix Solaris build.
1874
1875 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1876
1877         * shell/ev-view.c: (ev_view_key_press_event):
1878
1879         Add '.' keybinding for blanking the screen in presentation
1880         mode. Fixes bug #542001.
1881         
1882 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1883
1884         * libdocument/ev-document-misc.c:
1885         (ev_document_misc_pixbuf_from_surface):
1886
1887         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1888         #540950.
1889         
1890 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1891
1892         * backend/comics/comics-document.c (comics_document_load):
1893         * backend/comics/comicsdocument.evince-backend.in:
1894         * configure.ac:
1895         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1896         
1897         Added support for 7-zip based cb7 comic book. Patch by
1898         Kartik Rustagi. Fixes bug #532312.
1899
1900 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1901
1902         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1903         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1904         Fixes bug #539972.
1905
1906 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1907
1908         * shell/Makefile.am:
1909         * shell/ev-application.c (ev_application_init),
1910         (ev_application_get_media_keys):
1911         * shell/ev-application.h:
1912         * shell/ev-marshal.list:
1913         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1914         (proxy_destroy), (on_media_player_key_pressed),
1915         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1916         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1917         * shell/ev-media-player-keys.h:
1918         * shell/ev-window.c (ev_window_go_previous_page),
1919         (ev_window_go_next_page), (ev_window_go_first_page),
1920         (ev_window_go_last_page), (ev_window_start_presentation),
1921         (ev_window_dispose), (view_actions_focus_in_cb):
1922         * shell/ev-window.h: When building with D-Bus support, listen
1923         for multimedia key events from gnome-settings-daemon. This allows
1924         to go to the next/previous/first/last pages using, respectively,
1925         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1926         a presentation. Fixes bug #539971.
1927
1928 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1929
1930         * configure.ac:
1931         
1932         Update for release 2.23.4.
1933
1934 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * NEWS:
1937
1938         Update news for 2.23.4 release.
1939         
1940 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1943         * shell/ev-sidebar-thumbnails.c:
1944         (ev_sidebar_thumbnails_set_loading_icon),
1945         (ev_sidebar_thumbnails_refresh):
1946         * shell/ev-window.c: (ev_window_error_message),
1947         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1948         (ev_window_set_document):
1949
1950         Do not crash opening documents with no pages and show a warning
1951         message in the message area. Fixes bugs #537574 and #171588.
1952         
1953 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1954
1955         * shell/Makefile.am:
1956         * shell/ev-file-monitor.[ch]:
1957         * shell/ev-window.c: (ev_window_document_changed),
1958         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1959         (ev_window_reload_job_cb), (ev_window_open_uri),
1960         (ev_window_reload_document), (ev_window_cmd_view_reload),
1961         (ev_window_dispose):
1962
1963         Automaticly reload the document when the file has changed on
1964         disk. Bug #304249.
1965         
1966 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1967
1968         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1969         * libdocument/ev-image.c: (ev_image_save_tmp):
1970         * libdocument/ev-module.c: (ev_module_load):
1971         * shell/ev-application.c: (ev_application_shutdown),
1972         (ev_application_get_print_settings):
1973         * shell/ev-sidebar-attachments.c:
1974         (ev_sidebar_attachments_button_press),
1975         (ev_sidebar_attachments_drag_data_get):
1976         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1977         (ev_window_print_finished), (ev_window_print_send),
1978         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1979         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1980         (ev_window_cmd_preview_print):
1981         * shell/main.c: (load_files_remote):
1982         Fix some build warnings under GCC 4.3.0. (#537535).
1983
1984 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * shell/ev-jobs.c: (ev_job_render_dispose):
1987
1988         Fix a crash in debug mode. Patch by Daniel M German.
1989         
1990 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1991
1992         * shell/ev-window.c:
1993
1994         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1995         
1996 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1997
1998         * shell/ev-window.c: (ev_window_print_send),
1999         (ev_window_do_preview_print):
2000
2001         Use the window title as print job name instead of just
2002         "evince-print". Fixes bug #534493.
2003         
2004 2008-05-19  Frederic Peters  <fpeters@0d.be>
2005
2006         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2007         Bug #533897.
2008
2009 2008-05-19  Frederic Peters  <fpeters@0d.be>
2010
2011         * help/reference/Makefile.am: added missing libevmountoperation to
2012         gtkdoc-scanobj libraries.  Bug #533896.
2013
2014 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2015
2016         * properties/ev-properties-view.c (get_default_user_units):
2017         Fixes check for default units string translation. Bug #533323.
2018
2019 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2020
2021         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2022         be an iks_free(). Fix an array overflow in the XML parser that
2023         would occur whenever the number of attributes in a tag was greater
2024         than 0 and divisible by 6. Fixes GNOME bug #530852.
2025
2026 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2027
2028         * backend/djvu/djvu-document-private.h:
2029         * backend/djvu/djvu-links.c:
2030         * backend/djvu/djvu-text.c:
2031         * backend/djvu/djvu-document.c: (djvu_handle_events),
2032         (djvu_wait_for_message), (djvu_document_load),
2033         (document_get_page_size), (djvu_document_render),
2034         (djvu_document_thumbnails_get_thumbnail),
2035         (djvu_document_file_exporter_end):
2036
2037         Make sure load job doesn't finish successfully when the document
2038         is not successfully decoded by libdjvu. Fixes bug #530202.
2039         
2040 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2041
2042         * configure.ac:
2043         * libdocument/Makefile.am:
2044         * libdocument/ev-debug.[ch]:
2045         * libdocument/ev-document.c:
2046         * shell/ev-jobs.c: (ev_job_links_dispose),
2047         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2048         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2049         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2050         (ev_job_render_page_ready), (ev_job_render_run),
2051         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2052         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2053         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2054         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2055         (ev_job_print_new), (ev_job_print_run):
2056         * shell/main.c: (main):
2057
2058         Add debug mode based on gedit code. Add debug messages in
2059         ev-jobs.
2060         
2061 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2062
2063         * libdocument/ev-document-factory.c: (get_document_from_uri):
2064
2065         Fix memory leak.
2066         
2067 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2068
2069         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2070         (get_mime_type_from_data), (get_document_from_uri),
2071         (ev_document_factory_get_document):
2072         
2073         Improved error message about file opening failture.
2074         Bug #529129.
2075
2076 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2077
2078         * data/evince-toolbar.xml:
2079         
2080         Allow to add SaveAs to toolbar.
2081
2082 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2083
2084         * shell/ev-view-private.h:
2085         * shell/ev-view.[ch]: (ev_view_button_release_event),
2086         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2087         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2088         (ev_view_update_primary_selection), (clear_link_selected),
2089         (ev_view_copy_link_address):
2090         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2091
2092         Update also the primary selection when copying a link
2093         address. Fixes bug #520855.
2094         
2095 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * libdocument/ev-document-factory.c: (get_document_from_uri):
2098
2099         Use the pixbuf backend only when the mime type is not supported by
2100         any of the other backend so that tiff documents, for instance, are
2101         handled by the tiff backend instead of the pixbuf backend. fixes
2102         bug #520290.
2103         
2104 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * cut-n-paste/Makefile.am:
2107
2108         Add evmountoperation to subdirs list.
2109         
2110 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2111
2112         * configure.ac:
2113
2114         Fix libspectre check in configure script. Fixes bug #528549.
2115         
2116 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2117
2118         * configure.ac:
2119         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2120         * shell/Makefile.am:
2121         * shell/ev-window.c: (ev_window_load_remote_failed),
2122         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2123
2124         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2125         open documents in remote locations that are not mounted.
2126         
2127 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2128
2129         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2130         (bitmap_convert_msb8):
2131         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2132         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2133
2134         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2135         
2136 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2139         (ev_job_render_new), (ev_job_render_set_selection_info),
2140         (ev_job_render_run):
2141         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2142         (check_job_size_and_unref),
2143         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2144         (add_job), (ev_pixbuf_cache_get_selection_surface):
2145
2146         Create the render context needed for rendering a page in the render
2147         thread so that we don't block the main thread. Simplify
2148         EvJobRender API.
2149         
2150 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * libdocument/Makefile.am:
2153         * libdocument/ev-page.[ch]:
2154         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2155         (ev_render_context_new), (ev_render_context_set_page):
2156         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2157         (ev_form_field_finalize), (ev_form_field_class_init):
2158         * libdocument/ev-document-forms.[ch]:
2159         (ev_document_forms_get_form_fields):
2160         * libdocument/ev-document.[ch]: (ev_document_get_page),
2161         (ev_document_get_page_size), (ev_document_get_page_label):
2162         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2163         (ev_job_render_run), (ev_job_thumbnail_new),
2164         (ev_job_thumbnail_run), (ev_job_print_run):
2165         * shell/ev-page-cache.c: (ev_page_cache_new):
2166         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2167         (check_job_size_and_unref), (add_job):
2168         * shell/ev-sidebar-thumbnails.c: (add_range):
2169         * shell/ev-view.c: (ev_view_form_field_get_region),
2170         (ev_view_form_field_button_create_widget),
2171         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2172         (ev_view_handle_form_field), (ev_view_size_allocate),
2173         (get_selected_text):
2174         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2175         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2176         (pdf_document_get_page), (pdf_document_get_page_label),
2177         (pdf_document_render), (pdf_document_get_info),
2178         (pdf_document_document_iface_init),
2179         (pdf_document_thumbnails_get_thumbnail),
2180         (pdf_document_thumbnails_get_dimensions),
2181         (pdf_document_file_exporter_do_page),
2182         (pdf_selection_render_selection),
2183         (pdf_selection_get_selected_text),
2184         (pdf_selection_get_selection_region),
2185         (pdf_selection_get_selection_map),
2186         (pdf_document_forms_get_form_fields),
2187         (pdf_document_forms_form_field_text_get_text),
2188         (pdf_document_forms_form_field_text_set_text),
2189         (pdf_document_forms_form_field_button_set_state),
2190         (pdf_document_forms_form_field_button_get_state),
2191         (pdf_document_forms_form_field_choice_get_item),
2192         (pdf_document_forms_form_field_choice_get_n_items),
2193         (pdf_document_forms_form_field_choice_is_item_selected),
2194         (pdf_document_forms_form_field_choice_select_item),
2195         (pdf_document_forms_form_field_choice_toggle_item),
2196         (pdf_document_forms_form_field_choice_unselect_all),
2197         (pdf_document_forms_form_field_choice_set_text),
2198         (pdf_document_forms_form_field_choice_get_text):
2199         * backend/ps/ev-spectre.c: (ps_document_get_page),
2200         (ps_document_get_page_size), (ps_document_get_page_label),
2201         (ps_document_render), (ps_document_document_iface_init),
2202         (ps_document_file_exporter_do_page):
2203         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2204         (tiff_document_render), (tiff_document_render_pixbuf),
2205         (tiff_document_file_exporter_do_page):
2206         * backend/pixbuf/pixbuf-document.c:
2207         (pixbuf_document_get_page_size):
2208         * backend/comics/comics-document.c:
2209         (comics_document_get_page_size), (comics_document_render_pixbuf):
2210         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2211         (djvu_document_render), (djvu_selection_get_selected_text),
2212         (djvu_document_thumbnails_get_thumbnail),
2213         (djvu_document_file_exporter_do_page),
2214         (djvu_document_find_get_result):
2215         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2216         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2217         (dvi_document_thumbnails_get_thumbnail),
2218         (dvi_document_file_exporter_do_page):
2219         * backend/impress/impress-document.c:
2220         (impress_document_get_page_size),
2221         (impress_document_render_pixbuf):
2222         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2223
2224         Add EvPage so that we can hold a reference to the backend
2225         page. Form fields keep now a reference to the poppler page
2226         improving performance since we don't have to create/destroy the
2227         poppler field for every form operation. This will be needed for
2228         annotations too.
2229         
2230 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2231
2232         * data/evince-ui.xml:
2233         * shell/ev-window.c:
2234
2235         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2236         
2237 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * configure.ac:
2240         * backend/ps/Makefile.am:
2241
2242         Remove gs stuff from ps backend.
2243         
2244 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2245
2246         * configure.ac:
2247         * backend/pdf/ev-poppler.cc:
2248
2249         Bump poppler requirement to 0.8.0.
2250         
2251 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2252
2253         * NEWS:
2254         * configure.ac:
2255
2256         Update for release 2.22.1.1
2257
2258 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2259
2260         * configure.ac:
2261
2262         Fix build (again) when poppler version is 0.6
2263         
2264 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2265
2266         * backend/djvu/djvu-links.c: (build_tree):
2267
2268         Make sure link title is a valid utf8 string. Fixes bug #526517.
2269         
2270 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2271
2272         * configure.ac:
2273
2274         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2275         #526799.
2276         
2277 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2278
2279         * configure.ac:
2280         
2281         Update for release 2.22.1.
2282
2283 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2284
2285         * NEWS:
2286
2287         Update for upcoming release.
2288
2289 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2290
2291         * configure.ac:
2292         * backend/dvi/dvidocument.evince-backend.in:
2293
2294         Add compressed dvi to the list of supported mime types. Patch by
2295         Ed Catmur. Fixes bug #307087.
2296
2297 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2298
2299         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2300
2301         Fix a crash when printing a range that doesn't specify the start or
2302         end page. Fixes bug #524288.
2303
2304 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2305
2306         * shell/ev-window.c: (ev_window_cmd_continuous),
2307         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2308         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2309         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2310         (ev_window_run_presentation), (ev_window_stop_presentation),
2311         (ev_window_cmd_view_presentation),
2312         (ev_window_cmd_leave_fullscreen),
2313         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2314
2315         Do not unfullscreen and fullscreen again the window when changing
2316         from fullscreen to presentation mode and vice versa. Fixes bug
2317         #524112.
2318         
2319 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2320
2321         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2322
2323         Do not crash when thumbnail failed to render in PS backend. Fixes
2324         bug #525015.
2325         
2326 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2329         (ev_window_load_file_remote), (ev_window_open_uri):
2330
2331         Handle errors when opening remote files.
2332         
2333 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2334
2335         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2336
2337         Only grab the focus for the current visible proxy widget. Fixes
2338         bug #521224.
2339         
2340 2008-03-30  Emil Soleyman  <emil@nishra.com>
2341
2342         * shell/ev-window.c: (launch_external_uri):
2343         
2344         Reuse g_app_info_launch_default_for_uri to
2345         save some code and fix bug #525009.
2346
2347 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2348
2349         * shell/ev-window.c (image_save_dialog_response_cb):
2350
2351         Use g_str_has_suffix. See bug #523069.
2352
2353 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * configure.ac:
2356
2357         Add a configure option to enable/diable DBus. Patch by Rémi
2358         Cardona. Fixes bug 521797.
2359
2360 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2363
2364         Fix printing in documents with rotated pages. Patch by Eugen
2365         Dedu. Fixes bug #512648.
2366         
2367 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2368
2369         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2370         (ev_link_from_action):
2371
2372         Fix warning messages.
2373         
2374 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2375
2376         * shell/ev-window.c: (image_save_dialog_response_cb):
2377
2378         Do not append the extension to filename when saving an image
2379         if the filename alredy contains the extension. Fixes bug #523069.
2380         
2381 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2382
2383         * shell/ev-view.[ch]: (ev_view_find_cancel):
2384         * shell/ev-window.c: (find_bar_close_cb):
2385
2386         Cancel the find operation when the find bar is closed. Fixes bug
2387         #508845.
2388         
2389 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2390
2391         * backend/ps/psdocument.evince-backend.in:
2392
2393         Make ps backend module resident. Fixes bug #520607.
2394         
2395 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2396
2397         * shell/ev-jobs.c: (ev_job_print_run):
2398
2399         Invert collate action in order to work as expected, fix reverse
2400         printing so that it doesn't start with a blank page and fix number
2401         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2402         
2403 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2404
2405         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2406
2407         Fix build with poppler <= 0.7.2
2408         
2409 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * libdocument/ev-document-misc.c:
2412         (ev_document_misc_surface_from_pixbuf):
2413
2414         Fix selections with poppler-splash.
2415         
2416 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2417
2418         * configure.ac:
2419         * backend/pdf/ev-poppler.cc:
2420
2421         Fix build with poppler >= 0.7.2
2422         
2423 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2424
2425         * configure.ac:
2426         
2427         Update for release 2.22.0
2428
2429 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * NEWS:
2432
2433         Update for upcoming release.
2434
2435 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2436
2437         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2438
2439         Bug 495107 – Handle print dialog responses correctly
2440
2441         Correctly handle print dialog response. Properly fixes
2442         the above mentioned bug.
2443
2444 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2445
2446         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2447
2448         Make sure print job is only run when the print button is
2449         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2450         
2451 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2452
2453         * backend/pdf/pdfdocument.evince-backend.in:
2454         * libdocument/ev-backends-manager.c:
2455         (ev_backends_manager_load_backend),
2456         (ev_backends_manager_get_document):
2457         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2458
2459         Allow making backend modules resident. This is needed only for
2460         some backends like pdf to avoid registering glib types more than
2461         once.
2462         
2463 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2464
2465         * backend/comics/comics-document.c:
2466         * backend/djvu/djvu-document.c:
2467         * backend/impress/impress-document.c:
2468         * backend/pdf/ev-poppler.cc:
2469         * backend/pixbuf/pixbuf-document.c:
2470         * backend/ps/ev-spectre.c:
2471         * backend/ps/ps-document.c:
2472         * backend/tiff/tiff-document.c:
2473         * libdocument/ev-document.h:
2474         * properties/ev-properties-main.c:
2475
2476         Use g_type_module_add_interface instead of
2477         g_type_add_interface_static. Fixes bug #519679.
2478         
2479 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2480
2481         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2482         Added. Returns whether the animation has everything necessary to run.
2483         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2484         is ready just because it's been created. Fixes #519106.
2485         (draw_one_page): Do not show the "Loading..." text in presentation
2486         mode, there was a slim probability that this could happen.
2487
2488 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2489
2490         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2491
2492         Duplicate mime_type string before freeing it so that it doesn't
2493         always fail when getting mime type from uri. Fixes bug #518874.
2494         
2495 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2498
2499         Fix a crash when a choice form field doesn't have any item
2500         selected. Fixes bug #518831
2501         
2502 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2503
2504         * shell/ev-window.c (ev_window_clear_temp_file):
2505         Use g_file_has_prefix instead of renamed
2506         g_file_contains_file.
2507
2508         * configure.ac:
2509         Require new glib for above change.
2510         
2511 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2512
2513         * libdocument/ev-image.c: (ev_image_finalize),
2514         (ev_image_save_tmp):
2515
2516         Return a real uri instead of a filename when saving an
2517         image. Fixes images drag an drop from evince to nautilus. 
2518         
2519 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2520
2521         * backend/pdf/ev-poppler.cc:
2522         (pdf_document_images_get_image_mapping):
2523
2524         Return the image list in the right order. Fixes bug #516237.
2525         
2526 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2527
2528         * backend/impress/impress-document.c:
2529         (impress_document_thumbnails_get_thumbnail):
2530
2531         Remove unused variable to avoid a compiler warning.
2532
2533 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2534
2535         * configure.ac:
2536         
2537         Update for release 2.21.91.
2538
2539 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2540
2541         * configure.ac:
2542         * shell/Makefile.am:
2543         * shell/ev-application.[ch]:
2544         * shell/ev-sidebar-links.c:
2545         * shell/ev-utils.[ch]:
2546         * shell/ev-window.[ch]:
2547
2548         Remove libgnomeprint support. Fixes bug #512370.
2549         
2550 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2551
2552         * thumbnailer/evince-thumbnailer.c: (main):
2553
2554         Initialize glib type system before using it. Fixes bug #513934.
2555         
2556 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * properties/ev-properties-main.c:
2559
2560         Add missing #include.
2561         
2562 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2563
2564         * configure.ac:
2565         * backend/djvu/djvu-document.c: (djvu_document_render):
2566         * backend/tiff/tiff-document.c: (tiff_document_render):
2567
2568         Use the new cairo function cairo_format_stride_for_width when
2569         available. Fixes bug #482720.
2570
2571 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2572
2573         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2574         (get_mime_type_from_data), (get_document_from_uri):
2575
2576         Use g_content_type_guess() only when slow is true in
2577         get_document_from_uri(). Fix several memory leaks.
2578         
2579 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2580
2581         * libdocument/ev-document-factory.c:
2582         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2583         (get_document_from_uri):
2584
2585         Use g_content_type_guess () to get mimetype for files.
2586         Bug #510401.
2587
2588 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * thumbnailer/Makefile.am:
2591
2592         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2593         
2594 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * configure.ac:
2597
2598         Fix build with --without-libgnome. Fixes bug #512771.
2599         
2600 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2601
2602         * backend/dvi/Makefile.am: Install only dvi
2603         module. Fixes bug #512718.
2604
2605 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2606
2607         * properties/ev-properties-main.c: (nautilus_module_initialize):
2608         
2609         Initialize backends in properties tab. Fixes bug
2610         #512720.
2611
2612 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2613
2614         * properties/Makefile.am: No need to link with 
2615         libraries. Fixes bug #512719.
2616
2617 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2618
2619         * NEWS:
2620         * configure.ac:
2621         
2622         Update for release 2.21.90.
2623
2624 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2625
2626         * shell/ev-window.c: (ev_window_cmd_escape):
2627
2628         Fix compile warning.
2629         
2630 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2633
2634         Fix printing in dvi backend when filename contains white
2635         espaces. Fixes bug #502839.
2636         
2637 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2638
2639         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2640         (screensaver_disable_x11):
2641         * shell/Makefile.am:
2642         * shell/xdg-user-dir-lookup.c: Removed
2643         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2644         * shell/ev-view.c: (ev_view_presentation_transition_start):
2645         * shell/ev-window.c: (ev_window_cmd_file_open),
2646         (ev_window_cmd_save_as), (presentation_set_timeout):
2647
2648         Remove #ifdefs that are no longer needed.
2649         
2650 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2651
2652         * shell/ev-view.[ch]: (ev_view_button_release_event),
2653         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2654         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2655         (ev_window_cmd_escape):
2656
2657         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2658         
2659 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2660
2661         * configure.ac:
2662         * backend/comics/comics-document.c: (comics_document_load):
2663         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2664         (ev_attachment_set_property), (ev_attachment_init),
2665         (ev_attachment_save), (ev_attachment_launch_app),
2666         (ev_attachment_open):
2667         * libdocument/ev-document-factory.c: (get_document_from_uri):
2668         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2669         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2670         * shell/ev-jobs.c:
2671         * shell/ev-password.c: (ev_password_dialog_set_property),
2672         (ev_password_dialog_save_password):
2673         * shell/ev-sidebar-attachments.c:
2674         (ev_sidebar_attachments_drag_data_get):
2675         * shell/ev-window-title.c: (get_filename_from_uri):
2676         * shell/ev-window.c: (ev_window_clear_temp_file),
2677         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2678         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2679         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2680         (launch_external_uri), (image_save_dialog_response_cb),
2681         (attachment_save_dialog_response_cb):
2682         * shell/main.c: (load_files), (load_files_remote), (main):
2683         * thumbnailer/evince-thumbnailer.c: (main):
2684
2685         Port to gio and drop gnome-vfs dependency. Fixes bug
2686         #510401. Based on patch by Cosimo Cecchi.
2687         
2688 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2689
2690         * NEWS:
2691
2692         Fixed formatting inconsistencies (spaces vs. tabs)
2693
2694 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2695
2696         * shell/ev-window.c:
2697
2698         Use top/up/bottom/down arrows instead of
2699         first/left/last/right in the toolbar and menu actions.
2700         This fixes issues with RTL languages and is visually
2701         consistent with the page view. Fixes bug #170081.
2702
2703 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2704
2705         * NEWS:
2706
2707         Fixed some inaccuracies pointed out by Carlos Garcia
2708         Campos.
2709
2710 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2711
2712         * NEWS:
2713         * data/evince.schemas.in:
2714         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2715
2716         Override PDF restrictions by default. Fixes bug #382700.
2717
2718 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2719
2720         * NEWS: Updated for upcoming release
2721
2722 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2723
2724         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2725
2726         Fix memory leak.
2727         
2728 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2729
2730         * shell/ev-window.c: (register_custom_actions):
2731         
2732         Added comment for translators
2733
2734 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2735
2736         * shell/ev-view.c: (ev_view_button_release_event):
2737
2738         Do not create the idle function for kinetic scrolling if we are
2739         not in a drag operation.
2740
2741 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2742
2743         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2744         (ev_view_button_press_event), (ev_view_motion_notify_event),
2745         (ev_view_button_release_event):
2746
2747         Restore cursor after autoscrolling. Fixes bug #509958.
2748
2749 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2750
2751         * configure.ac:
2752         * backend/pdf/ev-poppler.cc:
2753         (pdf_document_images_get_image_mapping),
2754         (pdf_document_images_get_image),
2755         (pdf_document_document_images_iface_init):
2756         * libdocument/ev-document-images.[ch]:
2757         (ev_document_images_get_image_mapping),
2758         (ev_document_images_get_image):
2759         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2760         (ev_image_get_id), (ev_image_save_tmp):
2761         * shell/ev-jobs.c: (ev_job_render_run):
2762         * shell/ev-view.c: (ev_view_drag_data_get):
2763         * shell/ev-window.c: (image_save_dialog_response_cb),
2764         (ev_view_popup_cmd_copy_image):
2765
2766         Do not render images when rendering the page but on demand. It
2767         reduces the memory comsumption.
2768         
2769 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2770
2771         * configure.a:
2772         * shell/ev-password.c:
2773
2774         Make gnome-keyring optional. Fixes bug #509676.
2775         
2776 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2777
2778         * shell/ev-pixbuf-cache.c: (add_job):
2779
2780         Initialize include_images variable as FALSE instead of TRUE.
2781         
2782 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2783
2784         * configure.ac:
2785         * cut-n-paste/Makefile.am:
2786         * cut-n-paste/fileformatchooser/Makefile.am:
2787         * cut-n-paste/fileformatchooser/egg-macros.h:
2788         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2789         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2790         * shell/Makefile.am:
2791         * shell/ev-utils.c:
2792         (file_chooser_dialog_add_writable_pixbuf_formats),
2793         (get_gdk_pixbuf_format_by_extension):
2794         * shell/ev-utils.h:
2795         * shell/ev-window.c: (ev_window_error_message),
2796         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2797         
2798         Simplify image format selection on save.
2799
2800 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2801
2802         * shell/ev-view.c: (ev_view_scroll_event):
2803         
2804         Repair gorizontal scrolling with shift. Fixes
2805         bug #483412.
2806
2807 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2808         
2809         * MAINTAINERS:
2810
2811         Fix formatting issues.
2812         
2813 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2814
2815         * backend/comics/comics-document.c: (comics_regex_quote):
2816         
2817         Don't overquote special chars except of '. See bug 
2818         502500. Thanks to Tom Parker.
2819
2820 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2821
2822         * MAINTAINERS:
2823         
2824         Added Nickolay and Carlos, since they're doing most of
2825         the releases nowadays.
2826
2827 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2828
2829         * properties/Makefile.am:
2830
2831         Get the nautilus extension dir properly instead of using
2832         a hack. Fixes bug #505359.
2833
2834 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2835
2836         * properties/Makefile.am:
2837         
2838         Install nautilus extension into new place. See bug
2839         #505359. Thanks to Matthias Clasen, Brian Pepple and
2840         Damien Carbery.
2841
2842 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2843
2844         * shell/ev-window.c: (ev_window_get_recent_file_label):
2845         
2846         RTL marker in recent file list. See bug #509076.
2847
2848 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2849
2850         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2851         * shell/ev-window.c: (image_save_dialog_response_cb):
2852
2853         Fix compile warnings due to unused variables.
2854         
2855 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * configure.ac:
2858         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2859         * backend/ps/ev-spectre.c: (ps_document_render):
2860
2861         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2862
2863 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2864
2865         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2866         (ev_transition_animation_paint): Implement "fade" effect.
2867
2868 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2869
2870         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2871         (ev_transition_animation_paint): Implement "uncover" effect.
2872
2873 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2874
2875         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2876         (ev_transition_animation_paint): Implement "cover" effect.
2877
2878 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2879
2880         * shell/ev-transition-animation.c (ev_transition_animation_push)
2881         (ev_transition_animation_paint): Implement "push" effect.
2882
2883 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2884
2885         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2886         (ev_transition_animation_paint): Implement "dissolve" effect.
2887
2888 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2889
2890         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2891         (ev_transition_animation_paint): Implement "wipe" effect.
2892
2893 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2894
2895         * shell/ev-transition-animation.c (ev_transition_animation_box)
2896         (ev_transition_animation_paint): Implement "box" effect.
2897
2898 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2899
2900         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2901         (ev_transition_animation_paint): Implement "blinds" effect.
2902
2903 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2904
2905         * shell/ev-transition-animation.c (ev_transition_animation_split)
2906         (ev_transition_animation_paint): Implement "split" effect.
2907
2908 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2909
2910         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2911         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2912         (ev_view_transition_animation_start) 
2913         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2914         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2915         (ev_view_next_page) (ev_view_previous_page):
2916         
2917         Use EvTransitionAnimation to drive page changes in the presentation
2918         mode, the animation will wait to start until both the origin and 
2919         destination page surfaces are available. Fixes #458460.
2920
2921         (draw_loading_text):
2922
2923         Remove workaround for bug #320352, it's now fixed properly.
2924
2925
2926 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2927
2928         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2929         will contain the implementations for page transition animations, at
2930         the moment it just has the "replace" effect.
2931         * shell/Makefile.am: Added these files to build.
2932
2933 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2934
2935         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2936         animations.
2937         * shell/Makefile.am: Added these files to build.
2938
2939 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2940
2941         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2942         implementation to get_effect() in EvDocumentTransitionIface.
2943
2944 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2945
2946         * libdocument/ev-transition-effect.[ch]: New files, define a page
2947         transition effect, at the moment it maps PopplerPageTransition to a
2948         GObject.
2949         * libdocument/Makefile.am: Added these files to build.
2950         * libdocument/ev-document-transition.[ch]
2951         (ev_document_transition_get_effect): New method, gets the
2952         EvTransitionEffect returned by the interface implementation, with
2953         fallback to the "replace" effect.
2954
2955 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2956
2957         * configure.ac:
2958         * cut-n-paste/Makefile.am:
2959         * cut-n-paste/fileformatchooser/Makefile.am:
2960         * cut-n-paste/fileformatchooser/egg-macros.h:
2961         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2962         * shell/Makefile.am:
2963         * shell/ev-window.c: (image_save_dialog_response_cb),
2964         (ev_view_popup_cmd_save_image_as):
2965
2966         Allow exporting images in any format supported by
2967         GdkPixbuf. Fixes bug #500209.
2968         
2969 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2970
2971         * backend/pixbuf/pixbuf-document.c:
2972
2973         More warnings fixed.
2974         
2975 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2976
2977         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2978         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2979         * backend/djvu/djvu-text.h:
2980         * backend/tiff/tiff-document.c: (tiff_document_render):
2981
2982         Fix compile warnings.
2983         
2984 2007-12-28  Christian Persch  <chpe@gnome.org>
2985
2986         * **/*.c: Include config.h. Bug #504721.
2987
2988 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * configure.ac:
2991         * Makefile.am:
2992         * po/POTFILES.in:
2993         * backend/comics/Makefile.am:
2994         * backend/comics/comics-document.[ch]:
2995         * backend/comics/comicsdocument.evince-backend.in:
2996         * backend/djvu/Makefile.am:
2997         * backend/djvu/djvu-document.[ch]:
2998         * backend/djvu/djvudocument.evince-backend.in:
2999         * backend/dvi/Makefile.am:
3000         * backend/dvi/dvi-document.[c]:
3001         * backend/dvi/dvidocument.evince-backend.in:
3002         * backend/impress/Makefile.am:
3003         * backend/impress/impress-document.[ch]:
3004         * backend/impress/impressdocument.evince-backend.in:
3005         * backend/pdf/Makefile.am:
3006         * backend/pdf/ev-poppler.cc:
3007         * backend/pdf/ev-poppler.h:
3008         * backend/pdf/pdfdocument.evince-backend.in:
3009         * backend/pixbuf/Makefile.am:
3010         * backend/pixbuf/pixbuf-document.[ch]:
3011         * backend/pixbuf/pixbufdocument.evince-backend.in:
3012         * backend/ps/Makefile.am:
3013         * backend/ps/ev-spectre.[ch]:
3014         * backend/ps/ps-document.[ch]:
3015         * backend/ps/psdocument.evince-backend.in:
3016         * backend/tiff/Makefile.am:
3017         * backend/tiff/tiff-document.[ch]:
3018         * backend/tiff/tiffdocument.evince-backend.in:
3019         * libdocument/Makefile.am:
3020         * libdocument/ev-backends-manager.[ch]:
3021         * libdocument/ev-module.[ch]:
3022         * libdocument/ev-document.h:
3023         * libdocument/ev-document-factory.[ch]:
3024         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3025         (get_compression_from_mime_type), (get_document_from_uri),
3026         (ev_document_factory_get_document), (file_filter_add_mime_types),
3027         (ev_document_factory_add_filters):
3028         * shell/Makefile.am:
3029         * shell/ev-window-title.c: (get_filename_from_uri):
3030         * shell/main.c: (main):
3031         * thumbnailer/Makefile.am:
3032         * thumbnailer/evince-thumbnailer.c: (main):
3033
3034         Plugin system for backends. Fixes bug #351348.
3035         
3036 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3037
3038         * shell/ev-view-private.h:
3039         * shell/ev-view.c: (ev_view_drag_update_momentum),
3040         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3041         (ev_view_button_release_event), (ev_view_destroy):
3042         
3043         Kinetic scrolling implemented as requested in
3044         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3045
3046 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3047
3048         * data/evince-toolbar.xml:
3049         * data/evince-ui.xml:
3050         * shell/ev-view-private.h:
3051         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3052         (ev_view_button_press_event), (ev_view_motion_notify_event),
3053         (ev_view_button_release_event), (ev_view_init),
3054         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3055         (ev_view_set_cursor):
3056         * shell/ev-view.h:
3057         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3058         (ev_window_cmd_view_autoscroll):
3059         
3060         Autoscroll feature with the context menu. Fixes bug 
3061         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3062
3063 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3064
3065         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3066
3067         Disconnect also page-ready signal when removing a job because the
3068         page size has changed. Thanks to kripken
3069         <kripkensteiner@gmail.com>.
3070
3071 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3072
3073         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3074         
3075         Scroll pages in page entry with mouse wheel. Fixes bug
3076         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3077
3078 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3079
3080         * backend/dvi/Makefile.am:
3081         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3082         (mdvi_cairo_device_init):
3083         * backend/dvi/mdvi-lib/common.h:
3084         * backend/dvi/mdvi-lib/mdvi.h:
3085         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3086         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3087         (mdvi_build_path_from_cwd):
3088
3089         Add ps specials support in dvi backend when libspectre is
3090         present. Fixes bug #386005.
3091         
3092 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3093
3094         * configure.ac:
3095         * backend/ps/Makefile.am:
3096         * backend/ps/ev-spectre.[ch]:
3097         
3098         Use libspectre, if available, for the ps backend. Fixes bugs
3099         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3100
3101 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3102         
3103         * backend/comics/comics-document.c: (comics_document_load):
3104         
3105         Cygwin build issue fix.
3106
3107 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3108
3109         * shell/ev-view.c: (ev_view_set_zoom):
3110
3111         Do not limit the minimum zoom factor when sizing mode is best bit
3112         or fit width. Fixes bug #503805.
3113         
3114 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3115
3116         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3117         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3118         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3119         (ev_link_dest_get_property), (ev_link_dest_set_property),
3120         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3121         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3122         (ev_link_dest_new_fitr):
3123         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3124         (goto_fith_dest), (goto_xyz_dest):
3125
3126         Do not change left, top and zoom values when they are null in PDF
3127         destinations. Fixes bug #460658.
3128         
3129 2007-12-10  Christian Persch  <chpe@gnome.org>
3130
3131         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3132         (ev_view_accessible_class_init),
3133         (ev_view_accessible_idle_do_action),
3134         (ev_view_accessible_action_do_action),
3135         (ev_view_accessible_action_get_description),
3136         (ev_view_accessible_action_set_description),
3137         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3138         (ev_view_accessible_factory_init),
3139         (ev_view_accessible_factory_get_accessible_type):
3140         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3141         private data, and G_DEFINE_TYPE. Bug #502843.
3142
3143 2007-12-08  Christian Persch  <chpe@gnome.org>
3144
3145         * shell/ev-metadata-manager.c: (item_free),
3146         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3147         (value_free), (parse_value), (parseItem),
3148         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3149         (save_values): Use GSlice to allocate small amounts of memory. Bug
3150         #475972.
3151
3152 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3153
3154         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3155
3156         Restore cursor to normal after a drag operation. Fixes bug
3157         #501603.
3158         
3159 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3160
3161         * NEWS:
3162         * configure.ac:
3163         
3164         Update for release 2.21.1
3165
3166 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3167
3168         * configure.ac:
3169         * cut-n-paste/gedit-message-area/Makefile.am:
3170         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3171         * shell/Makefile.am:
3172         * shell/ev-message-area.[ch]:
3173         * shell/ev-window.c: (ev_window_set_message_area),
3174         (ev_window_error_message_response_cb), (ev_window_error_message),
3175         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3176         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3177         (ev_attachment_popup_cmd_open_attachment),
3178         (attachment_save_dialog_response_cb), (ev_window_set_document),
3179         (ev_window_init):
3180
3181         Use a message area instead of a popup dialog for error
3182         notifications. Fixes bug #337495.
3183         
3184 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3185
3186         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3187         (ev_window_run_fullscreen):
3188
3189         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3190         
3191 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3192
3193         * ev-sidebar-thumbnails.c: (update_visible_range),
3194         (ev_sidebar_thumbnails_refresh),
3195         (ev_sidebar_thumbnails_set_document),
3196         (ev_sidebar_thumbnails_support_document):
3197
3198         Show thumbnails for documents with one page. Fixes bug #358751.
3199         
3200 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * shell/ev-window.c:
3203         (ev_window_load_print_settings_from_metadata),
3204         (ev_window_save_print_settings), (ev_window_print_finished),
3205         (ev_window_print_range):
3206
3207         Print settings that are specific to the document are now saved per
3208         document in the metadata file. Fixes bug #488806.
3209         
3210 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3211
3212         * backend/tiff/tiff-document.c: (tiff_document_render):
3213
3214         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3215         
3216 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * shell/ev-application.[ch]: (get_find_string_from_args),
3219         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3220         (ev_application_open_uri_list):
3221         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3222         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3223         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3224         (ev_window_cmd_recent_file_activate),
3225         (ev_window_open_recent_action_item_activated),
3226         (ev_window_print_send), (open_remote_link):
3227         * shell/main.c: (arguments_parse):
3228
3229         Add a command line option for search. Fixes bug #497710.
3230         
3231 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3232
3233         * shell/ev-jobs.c: (ev_job_print_new):
3234
3235         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3236         
3237 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3238
3239         * data/evince-toolbar.xml:
3240         * shell/Makefile.am:
3241         * shell/ev-application.c: (ev_application_init):
3242         * shell/ev-open-recent-action.[ch]:
3243         * shell/ev-window.c:
3244         (ev_window_open_recent_action_item_activated),
3245         (register_custom_actions):
3246
3247         Add an expander to the open toolbar item which pops up a dropdown
3248         menu with the recently used documents. Fixes bug #487215.
3249         
3250 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3251
3252         * shell/ev-window.c: (ev_window_open_uri),
3253         (ev_window_cmd_view_reload):
3254
3255         Do not jump to the first page when reloading by running evince
3256         from the command line. Fixes bug #490847.
3257         
3258 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3259
3260         * shell/ev-window.c: (ev_window_cmd_help_contents):
3261
3262         Plugged memory leak when help file is not found. Fixes bug
3263         #490762.
3264         
3265 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3266
3267         * configure.ac:
3268
3269         Enable djvu, dvi and comics backends by default. Fixes bug
3270         #437121.
3271         
3272 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3273
3274         * configure.ac:
3275         * cut-n-paste/Makefile.am:
3276         * cut-n-paste/recent-files/*: Removed
3277         * help/reference/Makefile.am:
3278         * shell/Makefile.am:
3279         * shell/ev-application.[ch]: (ev_application_shutdown),
3280         (ev_application_init):
3281         * shell/ev-window.c: (ev_window_add_recent),
3282         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3283
3284         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3285         
3286 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3287
3288         * shell/ev-window.c: (launch_external_uri):
3289
3290         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3291         and report error if the URL is not supported (#489910).
3292
3293 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3294
3295         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3296         (pdf_document_file_exporter_begin_page),
3297         (pdf_document_file_exporter_end_page):
3298
3299         Fix printing with poppler splash backend. Fixes bug #489774.
3300         
3301 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3304         * shell/ev-print-job.c: (ev_print_job_class_init):
3305
3306         Fix a crash when printing with the gnome-print dialog. Fixes bug
3307         #488939.
3308         
3309 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3310
3311         * backend/pixbuf/pixbuf-document.c:
3312
3313         Fix an implicit function definition warning (#487655)
3314
3315 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3316
3317         * shell/ev-window.c:
3318
3319         Fix conflicting shortcut for view sade pane and presentation.
3320         
3321 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3322
3323         * backend/pdf/ev-poppler.cc:
3324         (pdf_document_file_exporter_begin_page),
3325         (pdf_document_file_exporter_do_page),
3326         (pdf_document_file_exporter_end_page),
3327         (pdf_document_file_exporter_iface_init):
3328         * libdocument/ev-file-exporter.[ch]:
3329         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3330         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3331         (ev_job_print_run):
3332
3333         When printing multiple pages per sheet in reverse option, do not
3334         invert the order of the pages in every sheet, but the order of the
3335         sheets. Do not print blank pages when page range is invalid. Fixes
3336         bugs #484857 and #485521.
3337         
3338 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3341         (ev_job_print_run):
3342         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3343
3344         Respect ranges order when printing more than one range in random
3345         order.
3346         
3347 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3348
3349         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3350         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3351
3352         Rotate also the window icon when document is rotated. Fixes bug
3353         #474681.
3354         
3355 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3356
3357         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3358         (pdf_document_forms_get_form_fields):
3359
3360         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3361         Matthias Drochner.
3362         
3363 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3364
3365         * configure.ac:
3366         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3367
3368         Use poppler_page_render_for_printing() instead of
3369         poppler_page_render() if available when exporting to a ps or pdf
3370         file. Fixes bug #476627.
3371         
3372 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * shell/ev-window.c: (ev_window_run_fullscreen):
3375
3376         Do not show the toolbar in fullscreen mode if the main toolbar is
3377         not visible. Fixes bug #483048.
3378         
3379 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * shell/ev-view.c: (ev_view_button_press_event):
3382
3383         Give priority to form fields over images when deciding whether a
3384         button press event is over an image or form field. It allows edit
3385         form fields when they are over a background image. Fixes bug
3386         #477841.
3387         
3388 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3389
3390         * NEWS:
3391         * configure.ac:
3392         
3393         Update for release 2.20.0
3394
3395 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3396
3397         * backend/pdf/ev-poppler.cc:
3398
3399         Remove #ifdef HAVE_FORMS, so that forms support works again.
3400
3401 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3402
3403         * configure.ac:
3404         * data/evince.desktop.in.in:
3405         
3406         Fixes desktop file issues. See bug #473471.
3407
3408 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3409
3410         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3411         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3412         (ev_job_queue_remove_job):
3413         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3414         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3415         * shell/ev-window.c: (ev_window_clear_save_job),
3416         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3417         (ev_window_dispose):
3418
3419         Move save a copy task to its own job so that it's carried out in a
3420         thread avoiding another lock in the main thread. Use
3421         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3422         can be saved to a pathin another file system. Fixes bug #456891.
3423         
3424 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3425
3426         * NEWS:
3427         * configure.ac:
3428         
3429         Update for release 2.19.92
3430
3431 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3432
3433         * configure.ac:
3434         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3435         (pdf_selection_get_selection_region),
3436         (pdf_selection_get_selection_map),
3437         (ev_form_field_from_poppler_field):
3438
3439         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3440         and triple click selections are enabled again now.
3441
3442 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3443
3444         * shell/ev-window.c: (ev_window_add_history):
3445
3446         Make sure not to use the history with documents not supporting
3447         links. Fixes bug #468954.
3448
3449 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3450
3451         * shell/ev-window.c: (ev_window_load_job_cb):
3452
3453         Restart the search when reloading a document with the find bar
3454         visible. Fixes bug #461962.
3455
3456 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3457
3458         * shell/ev-window.c: (setup_document_from_metadata),
3459         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3460
3461         Do not jump to the first page when reloading a document from the
3462         last page.
3463
3464 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3465
3466         * shell/ev-window.c: (update_chrome_flag),
3467         (setup_sidebar_from_metadata),
3468         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3469         (ev_window_cmd_edit_find_next),
3470         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3471         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3472         (find_bar_close_cb), (view_actions_focus_in_cb):
3473
3474         Do not update visibility when changing a chrome flag so that it's
3475         possible to update several flags and update visibility only once
3476         for all of them.
3477
3478 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3479
3480         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3481
3482         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3483         supported by gtk+. Fixes bug #460907.
3484
3485 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3486
3487         * shell/ev-view.c: (view_update_range_and_current_page):
3488
3489         Make sure current-page <= end-page in continuous mode. Fixes bug
3490         #454950.
3491
3492 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3493
3494         * backend/pdf/ev-poppler.cc: (build_tree):
3495
3496         Ignore outline items without a title. Fixes bug #453913.
3497
3498 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3499
3500         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3501         (ev_view_button_release_event), (ev_view_leave_notify_event):
3502
3503         Use always drag mouse cursor during a drag operation. Fixes bug
3504         #470564.
3505
3506 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3507
3508         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3509         (pdf_selection_get_selection_region),
3510         (pdf_selection_get_selection_map):
3511
3512         Temporarily disable double and triple selections since it depends on
3513         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3514         released and the update of the external dependency minimal version
3515         approved.
3516
3517 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3518
3519         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3520         (pdf_document_file_exporter_do_page):
3521         * libdocument/ev-file-exporter.h:
3522         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3523         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3524
3525         Actually fix printing regressions. Remove orientation from
3526         EvPrintContext since it's redundant.
3527
3528 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3529
3530         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3531         * backend/impress/impress-document.c:
3532         (impress_document_document_iface_init):
3533         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3534         * backend/djvu/djvu-document.c:
3535         (djvu_document_document_iface_init),
3536         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3537         * backend/tiff/tiff-document.c:
3538         (tiff_document_document_iface_init):
3539         * backend/pixbuf/pixbuf-document.c:
3540         (pixbuf_document_document_iface_init):
3541         * backend/comics/comics-document.c:
3542         (comics_document_document_iface_init):
3543         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3544         (pdf_selection_render_selection),
3545         (pdf_selection_get_selected_text),
3546         (pdf_selection_get_selection_region),
3547         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3548         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3549         (ev_selection_get_selection_region),
3550         (ev_selection_get_selection_map):
3551         * libdocument/ev-document.[ch]:
3552         * shell/ev-pixbuf-cache.[ch]: (add_job),
3553         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3554         * shell/ev-view-private.h:
3555         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3556         (ev_job_render_run):
3557         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3558         * shell/ev-view.c: (start_selection_for_event),
3559         (ev_view_button_press_event), (ev_view_drag_data_get),
3560         (ev_view_drag_data_received), (ev_view_button_release_event),
3561         (compute_new_selection_text), (compute_selections),
3562         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3563         (ev_view_primary_get_cb):
3564
3565         Add support for double and triple click selections.
3566
3567 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3568
3569         * NEWS:
3570         * configure.ac:
3571
3572         Update for release 2.19.4
3573
3574 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3575
3576         * shell/ev-view-private.h:
3577         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3578         (ev_view_set_highlight_search):
3579         * shell/ev-view.h:
3580         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3581         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3582         (find_bar_visibility_changed_cb):
3583         
3584         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3585
3586 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3587
3588         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3589         (pdf_document_file_exporter_begin),
3590         (pdf_document_file_exporter_do_page):
3591         * shell/ev-jobs.c: (ev_job_print_run):
3592         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3593
3594         Create always a portrait cairo surface and rotate when needed for
3595         landscape. It fixes printing problems in real printers.
3596
3597 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3598
3599         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3600         * libdocument/ev-file-exporter.[ch]:
3601         (ev_file_exporter_get_capabilities):
3602         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3603         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3604
3605         Adjust number of pages per row according to page orientation when
3606         printing 2 or 6 pages per sheet.
3607
3608 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3609
3610         * shell/ev-window.c: (ev_window_print_send):
3611
3612         Reset also cups setting to 1 when printing multiple pages per
3613         sheet. Fixes bug #468853.
3614
3615 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3616
3617         * libdocument/ev-document-misc.c:
3618         (ev_document_misc_surface_rotate_and_scale):
3619
3620         Use directly cairo_surface_get_content() when creating a similar
3621         surface as suggested by Jeff Muizelaar. Thanks again.
3622
3623 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3624
3625         * backend/djvu/djvu-document.c: (djvu_document_render):
3626         * backend/tiff/tiff-document.c: (tiff_document_render):
3627         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3628         * libdocument/ev-document-misc.c:
3629         (ev_document_misc_surface_from_pixbuf),
3630         (ev_document_misc_surface_rotate_and_scale):
3631
3632         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3633         creating page surfaces. Fixes bug #453123. Thank you very much to
3634         Jeff Muizelaar <jeff@infidigm.net>.
3635
3636 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * shell/ev-page-cache.c: (ev_page_cache_new),
3639         (ev_page_cache_get_thumbnail_size):
3640         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3641         (ev_sidebar_thumbnails_set_loading_icon):
3642
3643         Also store in page-cache the dimensions of the thumbnails so that
3644         they can be used to create the correct loading icon in the side
3645         pane. Fixes bug #466857.
3646
3647 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3648
3649         * backend/pdf/ev-poppler.cc:
3650         (pdf_document_thumbnails_get_thumbnail):
3651
3652         Fix thumbnails rotation in pdf documents that include embedded 
3653         thumbnails.
3654
3655 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3656
3657         * backend/pdf/ev-poppler.cc:
3658
3659         Don't use #ifdef in macro expansion. Some compilers don't
3660         like that. Closes bug #467042.
3661
3662 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3663
3664         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3665         
3666         Fixes memory leak in djvu backend.
3667
3668 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3669
3670         * data/icons/32x32/Makefile.am:
3671         * data/icons/32x32/actions/Makefile.am:
3672         * data/icons/32x32/actions/view-page-cont.svg:
3673         * data/icons/32x32/actions/view-page-facing.svg:
3674         * data/icons/48x48/Makefile.am:
3675         * data/icons/48x48/actions/Makefile.am:
3676         * data/icons/48x48/actions/view-page-cont.svg:
3677         * data/icons/48x48/actions/view-page-facing.svg:
3678         
3679         Icons for a new sizes.
3680
3681 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3682
3683         * shell/ev-page-cache.c: (build_height_to_page),
3684         (ev_page_cache_get_height_to_page):
3685         
3686         Fixes invalid read, see bug #466401.
3687
3688 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3689
3690         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3691         (set_drag_cursor):
3692         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3693         (configure_item_cursor), (new_pixbuf_from_widget):
3694
3695         Fix multihead problems in toolbar editor. Fixes bug #382055.
3696
3697 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * shell/ev-window.c: (ev_window_cmd_file_open),
3700         (ev_window_cmd_save_as):
3701
3702         Use g_get_user_special_dir when available instead of
3703         xdg_user_dir_lookup.
3704
3705 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3706
3707         * MAINTAINERS:
3708         
3709         Updated according to request on desktop-devel.
3710
3711 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3712
3713         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3714
3715         Do not use cairo_rectangle and cairo_clip since we are
3716         not using cairo_fill but cairo_paint. Use the same cairo context
3717         for every page in the same expose event.
3718
3719 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3720
3721         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3722         leak.
3723
3724 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3725
3726         * configure.ac:
3727         * NEWS:
3728
3729         Release 0.9.3
3730
3731 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3732
3733         * libdocument/ev-document-info.h:
3734         * libdocument/ev-document.h:
3735         * shell/ev-page-action.h:
3736         * shell/ev-sidebar-links.h:
3737
3738         Fix a headers problem with ev-link
3739         
3740         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3741         * shell/ev-view-private.h:
3742         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3743         (get_link_area), (ev_view_query_tooltip),
3744         (ev_view_leave_notify_event), (ev_view_destroy),
3745         (ev_view_class_init):
3746
3747         Use new gtk tooltips when available instead of ev-tooltip.
3748         
3749 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3750
3751         * shell/ev-window.c: (update_chrome_visibility),
3752         (ev_window_sidebar_visibility_changed_cb):
3753
3754         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3755         
3756 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3757
3758         * shell/ev-navigation-action.c:
3759         (ev_navigation_action_history_changed),
3760         (ev_navigation_action_set_history):
3761         * shell/ev-navigation-action-widget.c:
3762         (ev_navigation_action_widget_init):
3763         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3764
3765         Fix compile warnings.
3766         
3767 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3768
3769         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3770         (egg_editable_toolbar_dispose):
3771
3772         Fix memory leak.
3773         
3774 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3775
3776         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3777         (screensaver_disable_x11):
3778         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3779         * shell/ev-window.c: (presentation_set_timeout):
3780         * shell/ev-view.c: (ev_view_presentation_transition_start):
3781
3782         Use g_timeout_add_seconds instead of g_timeout_add when
3783         available.
3784         
3785 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3786
3787         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3788
3789         Set horizontal scrollbar policy to AUTOMATIC instead of
3790         NEVER. Workaround for bug #449462.
3791         
3792 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3793
3794         * shell/ev-jobs.c: (ev_job_render_page_ready):
3795
3796         Add page_ready callback to main loop with high priority and hold
3797         a reference to job during idle.
3798         
3799 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3800
3801         * configure.ac:
3802         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3803         (pdf_document_file_exporter_begin),
3804         (pdf_document_file_exporter_do_page),
3805         (pdf_document_file_exporter_get_capabilities):
3806         * libdocument/ev-file-exporter.h:
3807         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3808         * shell/ev-window.c: (ev_window_print_send),
3809         (ev_window_print_dialog_response_cb):
3810
3811         Allow printing multiple pages per sheet. Fixes bug #395573.
3812         
3813 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3814
3815         * shell/ev-view.c: (tip_from_link):
3816         
3817         Check for NULL, fixes bug #460862.
3818
3819 2007-07-29  Christian Persch  <chpe@gnome.org>
3820
3821         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3822         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3823         (ev_window_cmd_preview_print):
3824         
3825         Fixes bug #437681 - blocks while enumerating printers.
3826
3827 2007-07-29  Christian Persch  <chpe@gnome.org>
3828
3829         * shell/ev-window.c: (ev_window_screen_changed):
3830         
3831         Don't use deprecated gtk+ function. See bug #460909.
3832
3833 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3834
3835         * shell/ev-utils.c: (get_num_monitors):
3836         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3837
3838         Do not use display before initializing it. Remove compile
3839         warnings.
3840
3841 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3842
3843         * shell/ev-view.c: (ev_view_class_init):
3844         
3845         Unix-like hjkl bindings added. See bug #458111.
3846
3847 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3848
3849         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3850         * shell/ev-utils.h:
3851         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3852         (ev_view_update_view_size):
3853         * shell/ev-view.h:
3854         * shell/ev-window.c: (ev_window_update_actions),
3855         (setup_view_from_metadata), (ev_window_screen_changed),
3856         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3857         (zoom_control_changed_cb):
3858         * shell/ev-window.h:
3859         
3860         Reorganizes utility functions.
3861
3862 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3863
3864         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3865         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3866         (add_job), (ev_pixbuf_cache_get_surface),
3867         (ev_pixbuf_cache_get_link_mapping),
3868         (ev_pixbuf_cache_get_image_mapping),
3869         (ev_pixbuf_cache_get_form_field_mapping),
3870         (ev_pixbuf_cache_get_text_mapping):
3871         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3872         (notify_page_ready), (ev_job_render_page_ready),
3873         (ev_job_render_run):
3874
3875         Add page_ready signal to notify that page is ready as soon as
3876         possible even if other page elements like links, forms, images or
3877         text mapping are not ready yet.
3878
3879 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3880
3881         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3882         (dvi_document_file_exporter_do_page),
3883         (dvi_document_file_exporter_get_capabilities),
3884         (dvi_document_file_exporter_iface_init):
3885         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3886         (ps_document_file_exporter_do_page),
3887         (ps_document_file_exporter_get_capabilities),
3888         (ps_document_file_exporter_iface_init):
3889         * backend/djvu/djvu-document.c:
3890         (djvu_document_file_exporter_begin),
3891         (djvu_document_file_exporter_end),
3892         (djvu_document_file_exporter_get_capabilities),
3893         (djvu_document_file_exporter_iface_init):
3894         * backend/tiff/tiff-document.c:
3895         (tiff_document_file_exporter_begin),
3896         (tiff_document_file_exporter_get_capabilities),
3897         (tiff_document_document_file_exporter_iface_init):
3898         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3899         (pdf_document_file_exporter_do_page),
3900         (pdf_document_file_exporter_get_capabilities),
3901         (pdf_document_file_exporter_iface_init):
3902         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3903         (ev_file_exporter_get_capabilities):
3904         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3905         (idle_print_handler), (ev_print_job_print):
3906         * shell/ev-jobs.c: (ev_job_print_run):
3907         * shell/ev-window.c: (ev_window_print_send),
3908         (ev_window_print_range):
3909
3910         Use capabilities to know which options should be offered by the
3911         print dialog depending on the document backend.
3912
3913 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3914
3915         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3916
3917         Give priority to forms over text to set the cursor.
3918
3919 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3920
3921         * shell/ev-view-private.h:
3922         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3923         (ev_view_leave_notify_event), (ev_view_finalize),
3924         (ev_view_get_property), (ev_view_class_init):
3925
3926         Use IBEAM cursor for text form fields and NORMAL cursor for read
3927         only fields. Remove unused status attribute.
3928
3929 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3930
3931         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3932
3933         Update region for current selected items also for checkbox
3934         buttons, since they can behave as radio buttons when they are in a
3935         set.
3936
3937 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3938
3939         * configure.ac:
3940         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3941
3942         Get max length of text form fields.
3943
3944 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3945
3946         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3947         * libdocument/ev-form-field.h:
3948         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3949
3950         Fix build with current poppler cvs head.
3951
3952 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3953
3954         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3955         * shell/eggfindbar.c: (egg_find_bar_init):
3956
3957         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3958         deprecation. Fixes bug #455667
3959
3960 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3961
3962         * NEWS:
3963         * configure.ac:
3964         
3965         Update for release 0.9.2
3966
3967 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3968
3969         * shell/ev-view.c: (ev_view_form_field_text_save),
3970         (ev_view_form_field_choice_save):
3971
3972         Fix a crash when closing whith a form widget visible.
3973
3974 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3975
3976         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3977
3978         Update also the region of the current selected button when
3979         clicking on another button if they are radio buttons.
3980
3981 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3982
3983         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3984         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3985         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3986         (ev_pixbuf_cache_get_link_mapping),
3987         (ev_pixbuf_cache_get_image_mapping),
3988         (ev_pixbuf_cache_get_form_field_mapping),
3989         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3990         * shell/ev-view.c: (ev_view_form_field_get_region),
3991         (ev_view_form_field_button_create_widget),
3992         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3993         (job_finished_cb):
3994
3995         Redraw only form field region instead of the whole page when
3996         reloading a page to show changes on the form field.
3997
3998 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3999
4000         * shell/ev-view.c: (ev_view_form_field_choice_save):
4001
4002         Fix selection of first item in list form fields.
4003
4004 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4007         (ev_pixbuf_cache_reload_page),
4008         (ev_pixbuf_cache_get_form_field_mapping):
4009
4010         Some refactoring to avoid duplicated code.
4011
4012 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4013
4014         * configure.ac:
4015         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4016         (ev_form_field_from_poppler_field),
4017         (pdf_document_forms_get_form_fields),
4018         (pdf_document_forms_form_field_text_get_text),
4019         (pdf_document_forms_form_field_text_set_text),
4020         (pdf_document_forms_form_field_button_set_state),
4021         (pdf_document_forms_form_field_button_get_state),
4022         (pdf_document_forms_form_field_choice_get_item),
4023         (pdf_document_forms_form_field_choice_get_n_items),
4024         (pdf_document_forms_form_field_choice_is_item_selected),
4025         (pdf_document_forms_form_field_choice_select_item),
4026         (pdf_document_forms_form_field_choice_toggle_item),
4027         (pdf_document_forms_form_field_choice_unselect_all),
4028         (pdf_document_forms_form_field_choice_set_text),
4029         (pdf_document_forms_form_field_choice_get_text),
4030         (pdf_document_document_forms_iface_init):
4031         * libdocument/Makefile.am:
4032         * libdocument/ev-form-field.[ch]:
4033         * libdocument/ev-document-forms.[ch]:
4034         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4035         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4036         (add_job), (ev_pixbuf_cache_reload_page),
4037         (ev_pixbuf_cache_get_form_field_mapping):
4038         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4039         * shell/ev-view-private.h:
4040         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4041         (ev_view_handle_cursor_over_xy),
4042         (ev_view_get_form_field_at_location),
4043         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4044         (ev_view_form_field_button_create_widget),
4045         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4046         (ev_view_form_field_text_create_widget),
4047         (ev_view_form_field_choice_save),
4048         (ev_view_form_field_choice_changed),
4049         (ev_view_form_field_choice_create_widget),
4050         (ev_view_handle_form_field), (ev_view_size_allocate),
4051         (ev_view_realize), (draw_end_presentation_page),
4052         (ev_view_button_press_event), (ev_view_remove_all),
4053         (ev_view_motion_notify_event), (ev_view_key_press_event),
4054         (ev_view_enter_notify_event), (highlight_find_results),
4055         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4056         (ev_view_class_init), (page_changed_cb),
4057         (on_adjustment_value_changed), (ev_view_set_presentation),
4058         (merge_selection_region), (ev_view_set_cursor),
4059         (ev_view_reset_presentation_state):
4060         
4061         Merge evince-forms branch.
4062
4063 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4064
4065         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4066
4067         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4068         This script also updates itself from libegg
4069
4070         * cut-n-paste/toolbar-editor/egg*:
4071         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4072         libegg
4073
4074 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4075
4076         * shell/ev-window.c:
4077         
4078         Adds a nice icon to page action during toolbar editing.
4079         See bug #452872.
4080
4081 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4082
4083         * data/evince-toolbar.xml:
4084         * shell/ev-window.c:
4085         
4086         Let user add a presentation and fullscreen icons on toolbar.
4087         See bug #449734.
4088
4089 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4090
4091         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4092
4093         new script to keep in sync with toolbareditor in libegg
4094
4095         * cut-n-paste/toolbar-editor/*: 
4096
4097         Run update-toolbareditor-from-libegg so we are in sync again. 
4098         Fixes bug #452850.
4099         
4100
4101 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4102
4103         * shell/ev-sidebar-links.c: (job_finished_callback):
4104
4105         Do not connect selection changed signal more than once. Fixes bug
4106         #349433.
4107
4108 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4109
4110         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4111
4112         Do not change sidebar chrome flag when pressing F9 key in
4113         presentation mode.
4114
4115 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4116
4117         * backend/pdf/ev-poppler.cc:
4118         (pdf_document_thumbnails_get_dimensions):
4119
4120         Make sure thumbnails width and height is not <= 0. Fixes a crash
4121         with some pdf documents which have really small pages.
4122
4123 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4124
4125         * shell/main.c: (main):
4126
4127         Fixes program description translation issue.
4128         Bug #450148.
4129
4130 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4131
4132         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4133
4134         Do not change current page when returning from black/white mode
4135         in presentation. Fixes bug #415032.
4136
4137 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4138
4139         * NEWS:
4140         * configure.ac:
4141         
4142         Update for release 0.9.1
4143
4144 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4145
4146         * backend/dvi/dvi-document.c:
4147         (dvi_document_finalize),
4148         (dvi_document_file_exporter_format_supported),
4149         (dvi_document_file_exporter_begin),
4150         (dvi_document_file_exporter_do_page),
4151         (dvi_document_file_exporter_end),
4152         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4153         
4154         PDF exporter for dvi documents. Fixes bug #441319.
4155
4156 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4157
4158         * shell/ev-window.c: (ev_window_clear_print_job):
4159
4160         Clear gtk print job when job has finished. Fixes bug #447612.
4161
4162 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4163
4164         * shell/ev-window.c: (ev_window_print_send),
4165         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4166
4167         Add preview button to print dialog. Fixes bug #445419.
4168
4169 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4170
4171         * backend/dvi/Makefile.am:
4172         * backend/dvi/pixbuf-device.[ch]: Removed
4173         * backend/dvi/cairo-device.[ch]: Added
4174         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4175         * backend/dvi/dvi-document.c: (dvi_document_load),
4176         (dvi_document_render), (dvi_document_finalize),
4177         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4178         (dvi_document_do_color_special):
4179         * libdocument/ev-document-misc.[ch]:
4180         (ev_document_misc_pixbuf_from_surface):
4181
4182         Port dvi backend to cairo and fix a problem with colors. 
4183
4184 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4185
4186         * shell/ev-view.c: (draw_one_page):
4187
4188         Draw only visible region.
4189
4190 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4191
4192         * backend/djvu/djvu-document.c: (djvu_document_render):
4193
4194         Fix rotation in djvu backend.
4195
4196 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4197
4198         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4199         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4200         (ev_pixbuf_cache_get_image_mapping),
4201         (ev_pixbuf_cache_get_text_mapping):
4202
4203         Redraw view every time we have a new surface. Fixes bug #443587.
4204
4205 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4206
4207         * libdocument/ev-document.c: (ev_document_info_free):
4208
4209         Fix memory leaks.
4210
4211 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4212
4213         * backend/dvi/dvi-document.c: (dvi_document_render),
4214         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4215         * backend/impress/impress-document.c:
4216         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4217         (impress_document_render), (impress_document_document_iface_init),
4218         (impress_document_thumbnails_get_thumbnail):
4219         * backend/djvu/djvu-document-private.h:
4220         * backend/djvu/djvu-document.c: (djvu_document_render),
4221         (djvu_document_finalize), (djvu_document_document_iface_init),
4222         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4223         * backend/tiff/tiff-document.c: (tiff_document_render),
4224         (tiff_document_render_pixbuf),
4225         (tiff_document_document_iface_init):
4226         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4227         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4228         (pdf_selection_render_selection):
4229         * backend/comics/comics-document.c:
4230         (comics_document_render_pixbuf), (comics_document_render),
4231         (comics_document_document_iface_init):
4232         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4233         (pixbuf_document_document_iface_init):
4234         * libdocument/ev-document-misc.[ch]:
4235         (ev_document_misc_surface_from_pixbuf),
4236         (ev_document_misc_surface_rotate_and_scale):
4237         * libdocument/ev-document.[ch]: (ev_document_render):
4238         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4239         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4240         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4241         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4242         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4243         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4244         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4245         (render_finished_cb), (ev_job_render_run):
4246         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4247         (merge_selection_region):
4248
4249         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4250         and selections.
4251
4252 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4253
4254         * shell/ev-window-title.c: (ev_window_title_update):
4255
4256         Fix memory leak.
4257
4258 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4259
4260         * shell/ev-view.c: (draw_loading_text):
4261
4262         Show loading text centered. Fixes bug #433061
4263
4264 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4265
4266         * shell/ev-sidebar-thumbnails.c:
4267         (ev_sidebar_thumbnails_set_loading_icon):
4268
4269         Remove a mutex in the main thread that blocks the UI in heavy
4270         documents.
4271
4272 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4273
4274         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4275
4276         Set points_set to TRUE so that selections don't disappear after a
4277         zoom change.
4278
4279 2007-06-07  Michael Monreal  <infernux@web.de>
4280
4281         * data/icons/16x16/actions/Makefile.am:
4282         * data/icons/16x16/actions/zoom.svg:
4283         * data/icons/22x22/actions/Makefile.am:
4284         * data/icons/22x22/actions/zoom.svg:
4285         * data/icons/24x24/actions/Makefile.am:
4286         * shell/ev-stock-icons.c:
4287         * shell/ev-stock-icons.h:
4288         * shell/ev-window.c:
4289         
4290         Zoom icon artwork. See bug #444795.
4291
4292 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4293
4294         * shell/ev-metadata-manager.c: Remove extraneous function
4295         (Closes: #444386)
4296
4297 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4298
4299         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4300         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4301         (ev_metadata_manager_set), (ev_metadata_manager_save):
4302         Simplify the timeout, no need for modified anymore
4303
4304 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4305
4306         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4307         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4308         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4309         (ev_metadata_manager_save): Adapted patch from Arjan van de
4310         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4311         time, saves on power (Closes: #443851)
4312
4313 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4314
4315         * configure.ac:
4316         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4317         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4318
4319         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4320
4321 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4322
4323         * shell/ev-window.c: (ev_window_add_history):
4324
4325         Check if history is NULL
4326
4327 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4328
4329         * libdocument/ev-image.c: (ev_image_finalize):
4330         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4331         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4332         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4333         (ev_tmp_uri_unlink):
4334
4335         Add functions to delete temporary files created by evince in a safe
4336         way.
4337
4338         * shell/ev-window.c: (ev_window_clear_local_uri),
4339         (open_xfer_update_progress_callback),
4340         (save_xfer_update_progress_callback), (ev_window_save_remote),
4341         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4342         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4343         (attachment_save_dialog_response_cb),
4344         (ev_attachment_popup_cmd_save_attachment_as):
4345
4346         Allow saving a copy of a document, image or attachment to a remote
4347         location. Fixes bug #440754. 
4348
4349 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4350
4351         * configure.ac:
4352         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4353
4354         Fix build with current poppler from cvs head. 
4355
4356 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4357
4358         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4359
4360         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4361         directory exists.
4362
4363 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4364
4365         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4366         * shell/ev-window.c:
4367
4368         Change sidebar ordering. Fixes bug #439939.
4369
4370 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4371
4372         * backend/comics/Makefile.am:
4373         
4374         Fixes build with --without-libgnome.
4375
4376 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4377         
4378         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4379
4380         Update cursor and tooltip on page change and view scroll. Fixes bug
4381         #439217.
4382
4383 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4384
4385         * NEWS:
4386         * configure.ac:
4387         
4388         Update for release 0.9.0
4389
4390 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4391
4392         * backend/djvu/djvu-document-private.h:
4393         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4394         (djvu_document_finalize),
4395         (djvu_document_file_exporter_format_supported),
4396         (djvu_document_file_exporter_begin),
4397         (djvu_document_file_exporter_do_page),
4398         (djvu_document_file_exporter_end),
4399         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4400         
4401         Implemented printing with djvu. Bug #437998.
4402
4403 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4404
4405         * backend/impress/zip.c:
4406         Add missing ulong definition.
4407
4408         * backend/ps/ps-interpreter.c:
4409         Add missing headers.
4410
4411         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4412
4413 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4414
4415         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4416
4417         Add missing call to parent class dispose method. 
4418
4419 2007-05-12  Ross Burton  <ross@openedhand.com>
4420
4421         * shell/main.c:
4422         Sync keybindings manually when building without libgnome
4423         (#437925).
4424
4425 2007-05-12  Ross Burton  <ross@openedhand.com>
4426
4427         * shell/ev-window.c:
4428         Respect the screen when opening help (#437866).
4429
4430 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4431
4432         * data/evince-ui.xml:
4433         * shell/ev-application.[ch]: (get_print_settings_from_args),
4434         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4435         (ev_application_open_uri_list):
4436         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4437         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4438         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4439         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4440         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4441         (ev_window_dispose):
4442         * shell/main.c: (arguments_parse):
4443
4444         Add print button in preview mode. Fixes bug #396475. 
4445
4446 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4447
4448         * cut-n-paste/zoom-control/ephy-zoom.h:
4449         
4450         Fixes zoom level factors. See bug #408119 for details.
4451
4452 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4453
4454         * backend/comics/comics-document.c: (comics_regex_quote),
4455         (extract_argv):
4456         
4457         Correctly quote symbols. Fixes crash in the bug
4458         #415370.
4459
4460 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4461
4462         * shell/ev-navigation-action-widget.c:
4463         (ev_navigation_action_widget_init),
4464         (ev_navigation_action_widget_class_init),
4465         (ev_navigation_action_widget_button_press_event):
4466         
4467         Connect to button-press event on correct widget. Fixes
4468         bug #431988
4469
4470 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4471
4472         * shell/ev-application.c: (ev_application_open_window),
4473         (ev_application_add_icon_path_for_screen),
4474         (ev_application_open_uri_at_dest):
4475         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4476         * shell/ev-navigation-action.c: (build_menu):
4477         
4478         Add app-specific icons to our icon theme. Fixes bug
4479         #425508.
4480
4481 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4482
4483         * shell/ev-history.c: (ev_history_class_init),
4484         (ev_history_add_link):
4485         * shell/ev-history.h:
4486         * shell/ev-navigation-action.c:
4487         (ev_navigation_action_history_changed),
4488         (ev_navigation_action_set_history), (build_menu),
4489         (ev_navigation_action_finalize):
4490         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4491         
4492         Make navigation action unsensitive instead of showing
4493         menu with unsensitive word. Fixes bug #417392.
4494
4495 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4496
4497         * shell/ev-application.[ch]: (ev_application_shutdown),
4498         (ev_application_get_print_settings),
4499         (ev_application_set_print_settings):
4500         * shell/ev-window.c:
4501
4502         Remember print settings. Fixes bug #349102. 
4503
4504 2007-05-08  Christian Persch  <chpe@gnome.org>
4505
4506         * configure.ac:
4507         * properties/ev-properties-view.c:
4508
4509         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4510         Bug #382438.
4511
4512 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4513
4514         * configure.ac:
4515         * properties/ev-properties-view.c: (ev_regular_paper_size):
4516
4517         Use gtk+ builtin paper list to identify the document's paper size.
4518         Fixes bug #382438. 
4519
4520 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4521
4522         * configure.ac:
4523
4524         Fix build when compiling with thumbnailer and libgnome support. 
4525
4526 2007-05-04  Ross Burton  <ross@openedhand.com>
4527
4528         * configure.ac:
4529         Add --without-libgnome, check for libgnome and libgnomeui
4530         separately, and add them to the symbols as required.
4531
4532         * libdocument/ev-file-helpers.c:
4533         When building without libgnome, use g_get_user_config_dir instead
4534         of gnome_user_dir_get.
4535
4536         * shell/ev-application.c:
4537         When building without libgnome, don't use session management.
4538
4539         * shell/main.c:
4540         When building without libgnome, don't use GnomeProgram or
4541         initialise the authentication manager.
4542
4543         This fixes #328842.
4544
4545 2007-05-04  Ross Burton  <ross@openedhand.com>
4546
4547         * shell/ev-window.c:
4548         Don't use libgnome to open help, instead call Yelp directly.
4549
4550 2007-05-04  Ross Burton  <ross@openedhand.com>
4551
4552         * shell/ev-sidebar-attachments.c:
4553         Don't use libgnome to lookup icons for MIME types, instead copy
4554         code from GTK+ to do it manually.
4555
4556 2007-05-04  Ross Burton  <ross@openedhand.com>
4557
4558         * configure.ac:
4559         Add libxml to the dependencies for SHELL_CORE (#435818).
4560
4561 2007-05-02  Ross Burton  <ross@openedhand.com>
4562
4563         * configure.ac:
4564         * Makefile.am:
4565         Add --disable-thumbnailer (#434825)
4566
4567 2007-05-02  Ross Burton  <ross@openedhand.com>
4568
4569         * shell/ev-window.c:
4570         Add missing includes, fix indentation.
4571
4572         * shell/main.c:
4573         Fix indentation.
4574
4575 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4576
4577         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4578         ev_application_open_uri_at_dest instead of ev_application_open_uri
4579         preventing new document always being opened in a new window even if there
4580         is an empty window.
4581
4582 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4583
4584         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4585         (egg_recent_view_uimanager_finalize):
4586         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4587         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4588         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4589         (ev_pixbuf_cache_dispose):
4590         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4591         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4592         
4593         Add missing chain to parent class methods. Fixes
4594         bug #433128.
4595
4596 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4597
4598         * data/Makefile.am (update-icon-cache): Updates
4599         gtk-update-icon-cache in uninstall-hook.
4600
4601 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4602
4603         * shell/ev-window.c: (ev_window_setup_document),
4604         (ev_window_set_document), (ev_window_load_job_cb):
4605         * shell/ev-view.c: (setup_caches):
4606         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4607
4608         Start rendering pages before any other jobs. 
4609
4610 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4611
4612         * shell/ev-window.c: (ev_window_stop_fullscreen),
4613         (ev_window_stop_presentation):
4614
4615         Update chrome visibility before window unfullscreen. 
4616
4617 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4618
4619         * data/Makefile.am:
4620         * data/evince-ui.xml:
4621         * shell/ev-stock-icons.[ch]:
4622         * shell/ev-application.[ch]: (ev_application_shutdown),
4623         (ev_application_init), (ev_application_get_toolbars_model):
4624         * shell/ev-window.c: (update_chrome_visibility),
4625         (fullscreen_toolbar_setup_item_properties),
4626         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4627         (ev_window_run_presentation), (ev_window_stop_presentation),
4628         (ev_window_run_preview), (ev_window_screen_changed),
4629         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4630         (ev_window_dispose), (ev_window_init):
4631
4632         Make fullscreen toolbar always visible. Do not use egg toolbars for
4633         fullscreen and preview modes since such toolbars are not editables.
4634         Fixes bugs #300278, #338910 and #316188.  
4635
4636 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4637
4638         * shell/ev-application.c:
4639         * shell/ev-job-queue.c:
4640         * shell/ev-metadata-manager.c:
4641         * shell/ev-stock-icons.c:
4642         * shell/ev-window.c:
4643         * shell/main.c:
4644         
4645         Developers documentation updated.
4646
4647 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4648
4649         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4650
4651         Check whether uri is valid before launching it. Fixes bug #427664.
4652
4653 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4654
4655         * shell/ev-window.c:
4656
4657         Change key accelerator for Open a Copy menu entry which is in conflict
4658         with Close. Fixes bug #427321.
4659
4660 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4661
4662         * NEWS:
4663         * configure.ac:
4664         
4665         Update for release 0.8.1
4666
4667 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4668
4669         * shell/ev-window.c: (setup_size_from_metadata):
4670         
4671         Do not make window bigger than screen. Fixes bug 
4672         #388985.
4673
4674 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4675
4676         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4677         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4678
4679         Use default resolution when it's not provided by document. Fixes bug
4680         #408762.
4681
4682 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4683
4684         * configure.ac:
4685         * thumbnailer/Makefile.am:
4686         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4687         * thumbnailer/evince-thumbnailer.schemas.in:
4688         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4689
4690         Add support for ps, eps and compressed documents thumbnails. Do not
4691         ignore size parameter. 
4692
4693 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4694
4695         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4696         (dvi_document_do_color_special):
4697         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4698
4699         Implement font color specials in the DVI backend. Fixes bug #303651.
4700
4701 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4702
4703         Fixup the previous commit:
4704
4705         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4706         * shell/xdg-user-dir-lookup.c: Make the function non-static
4707         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4708
4709 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4710
4711         * shell/ev-window.c (file_open_dialog_response_cb): Use
4712         the xdg-user-dirs DOCUMENTS folder as default folder when
4713         opening a file chooser.  (#424858)
4714
4715         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4716         xdg-user-dirs.
4717
4718 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4719
4720         * shell/ev-window.c: (ev_window_load_job_cb):
4721
4722         Do not setup view from metadata on preview mode. 
4723
4724 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4725
4726         * shell/main.c:
4727
4728         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4729
4730 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4731
4732         * shell/ev-view.c: (ev_view_primary_get_cb):
4733
4734         Check pointer != NULL before using it. Fixes bug #416841. 
4735
4736 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4737
4738         * NEWS:
4739         * configure.ac:
4740         
4741         Release 0.8.0
4742
4743 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4744
4745         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4746
4747         Do not render thumbnails when sidebar thumbnail page is not visible
4748         at startup. Fixes bug #416447. 
4749
4750 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4751
4752         * data/evince.desktop.in.in:
4753
4754         "Application" is not a valid category in the freedesktop specification.
4755
4756 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4757
4758         * libdocument/ev-file-helpers.[ch]: (compression_run),
4759         (ev_file_uncompress), (ev_file_compress):
4760         * shell/ev-window.c: (file_save_dialog_response_cb):
4761
4762         Save document compressed when saving a copy of a compressed document.
4763         Fixes bug #334542.
4764
4765 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4766
4767         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4768
4769         Allow deleting in goto window entry in presentation mode. 
4770
4771 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4772
4773         * Makefile.am: Dist MAINTAINERS.
4774
4775 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4776
4777         * shell/ev-window.c: (ev_window_update_actions):
4778
4779         Fix zoom shortcut keys when searching. Fixes bug #409828.
4780
4781 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4782
4783         * shell/ev-window.c: (ev_window_setup_document):
4784
4785         Fix crash when loading documents with only one page. 
4786
4787 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4788
4789         * backend/dvi/dvi-document.c:
4790         (dvi_document_thumbnails_get_dimensions),
4791         (dvi_document_thumbnails_get_thumbnail):
4792         * backend/impress/impress-document.c:
4793         (impress_document_thumbnails_get_thumbnail),
4794         (impress_document_thumbnails_get_dimensions):
4795         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4796         (ps_document_thumbnails_get_dimensions):
4797         * backend/djvu/djvu-document.c:
4798         (djvu_document_thumbnails_get_dimensions),
4799         (djvu_document_thumbnails_get_thumbnail):
4800         * backend/tiff/tiff-document.c:
4801         (tiff_document_thumbnails_get_thumbnail),
4802         (tiff_document_thumbnails_get_dimensions):
4803         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4804         (pdf_document_thumbnails_get_thumbnail),
4805         (pdf_document_thumbnails_get_dimensions):
4806         * backend/comics/comics-document.c:
4807         (comics_document_thumbnails_get_thumbnail),
4808         (comics_document_thumbnails_get_dimensions):
4809         * backend/pixbuf/pixbuf-document.c:
4810         (pixbuf_document_thumbnails_get_thumbnail),
4811         (pixbuf_document_thumbnails_get_dimensions):
4812         * libdocument/ev-document-thumbnails.[ch]:
4813         (ev_document_thumbnails_get_thumbnail),
4814         (ev_document_thumbnails_get_dimensions):
4815         * libdocument/ev-document-misc.[ch]:
4816         (ev_document_misc_get_thumbnail_frame):
4817         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4818         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4819         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4820         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4821         (ev_sidebar_thumbnails_refresh):
4822         * shell/ev-window.c: (ev_window_setup_document):
4823         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4824
4825         Use an EvRenderContext for rendering thumbnails instead of a suggested
4826         width, so that different sized pages get sized proportionally.
4827
4828 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4829
4830         * shell/ev-view.c: (ev_view_button_press_event),
4831         (ev_view_key_press_event):
4832
4833         Fix critical warnings when there is no document loaded. 
4834
4835 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4836
4837         * shell/ev-page-action-widget.c:
4838         * shell/ev-navigation-action.c:
4839         * shell/ev-window.c:
4840
4841         Fix compile warnings. 
4842
4843 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4844
4845         * backend/djvu/djvu-text.h:
4846         * backend/djvu/djvu-document.c:
4847         * backend/djvu/djvu-text-page.c:
4848         * backend/djvu/djvu-links.c:
4849         * backend/djvu/djvu-text-page.h:
4850         * backend/djvu/djvu-text.c:
4851         
4852         Fix build on Mac. Fixes bug #392186. Patch by
4853         <ephraim_owns@hotmail.com>
4854
4855 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4856
4857         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4858
4859         Restore cairo context before rendering every page when printing a PDF
4860         document into a PDF file. 
4861
4862 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4863
4864         * backend/ps/gstypes.h:
4865         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4866         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4867         (ps_document_thumbnails_get_thumbnail):
4868
4869         Handle PostScript page orientation. Fixes bug #318568.
4870
4871 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4872
4873         * backend/ps/Makefile.am:
4874         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4875         (document_load), (ps_document_load), (save_document),
4876         (save_page_list), (ps_document_get_n_pages),
4877         (ps_document_get_page_size), (ps_document_get_info),
4878         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4879         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4880         (ps_document_thumbnails_get_thumbnail),
4881         (ps_document_thumbnails_get_dimensions),
4882         (ps_document_document_thumbnails_iface_init):
4883         * backend/ps/ps.[ch]: (psgetpagebox):
4884         * backend/ps/ps-interpreter.[ch]:
4885
4886         Add support for thumbnails in ps backend. Fixes bug #164755. 
4887
4888 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4889
4890         * NEWS:
4891         * configure.ac:
4892         
4893         Release 0.7.2
4894
4895 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4896
4897         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4898         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4899         (ev_window_dispose):
4900
4901         Use document thumbnail as window icon. Fixes bug #384442.
4902
4903 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4904
4905         * configure.ac:
4906
4907         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4908         duplicated adding application/x-bzpostscript instead. 
4909
4910 2007-02-11  Tom Parker  <palfrey@tevp.net>
4911
4912         * backend/ps/ps-document.c: (document_load):
4913
4914         Check return value of psscan before trying
4915         to use it. Fixes bug #372414.
4916
4917 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4918
4919         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4920
4921         Fix invalid free in ev-page-cache. Fixes bug #404745.
4922
4923 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4924
4925         * test/Makefile.am:
4926         * test/test3.py:
4927         
4928         Added reload test case.
4929
4930 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4931
4932         * po/POTFILES.in:
4933         * backend/djvu/djvu-document.c: (djvu_document_load):
4934
4935         Check whether there are missing files in indirect multipage djvu
4936         documents. Fixes bug #361683. 
4937
4938 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4939
4940         * test/Makefile.am:
4941         * test/test-mime.bin:
4942         * test/test3.py:
4943         
4944         Added test for slow mime type
4945
4946 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4947
4948         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4949
4950         Add some checks and call parent_class->finalize. Fixes bug #404745.
4951
4952 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4953
4954         * shell/ev-navigation-action.c: (connect_proxy):
4955         
4956         Fixes dropdown history menu. Thanks a lot Carlos!
4957
4958 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4959
4960         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4961
4962         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4963         bug #373715.
4964
4965 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4966
4967         * backend/ps/ps.c: (psscan):
4968
4969         Fix memory leak. 
4970
4971 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4972
4973         * configure.ac:
4974         * libdocument/ev-file-helpers.c: 
4975
4976         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4977
4978 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4979
4980         * configure.ac:
4981         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4982         (ps_interpreter_start), (document_load), (save_document),
4983         (save_page_list):
4984         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4985         * libdocument/ev-document-factory.c:
4986         (ev_document_factory_get_from_mime), (get_document_from_uri),
4987         (free_uncompressed_uri), (ev_document_factory_get_document):
4988         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4989
4990         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4991
4992 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4993
4994         * libdocument/ev-document.h:
4995
4996         Fix typo in function name. 
4997
4998 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4999
5000         * backend/ps/ps-document.c: (ps_interpreter_finished),
5001         (ps_interpreter_start), (ps_interpreter_failed):
5002
5003         Handle ghostscript interpreter crashes. 
5004
5005 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5006
5007         * shell/ev-window.c: (ev_window_open_uri),
5008         (window_configure_event_cb):
5009
5010         Setup window size and position before showing it. Fixes bug #401711.
5011
5012 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5013
5014         * backend/ps/Makefile.am:
5015         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5016         (ps_document_dispose), (ps_document_class_init),
5017         (ps_interpreter_input), (ps_interpreter_output),
5018         (ps_interpreter_error), (setup_interpreter_env),
5019         (ps_interpreter_start), (ps_interpreter_stop),
5020         (ps_interpreter_failed), (ps_interpreter_is_ready),
5021         (check_filecompressed), (document_load), (ps_document_load),
5022         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5023         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5024         (render_page):
5025
5026         Rework ps-document. Code cleanups, remove deprecated code. 
5027
5028 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5029
5030         * shell/ev-view.c: (ev_view_button_press_event):
5031
5032         Do not start an image drag and drop operation when pointer is on 
5033         text, so that we can select text when the whole background is an
5034         image. 
5035
5036 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5037
5038         * shell/ev-window.c: (ev_window_update_actions): 
5039
5040         Disable all zoom related actions during presentation mode. 
5041
5042 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5043
5044         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5045
5046         Do not zoom in or out on presentation mode. Fixes bug #401305.
5047
5048 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5049
5050         * shell/ev-navigation-action.c: (connect_proxy),
5051         (create_menu_item), (ev_navigation_action_class_init):
5052         
5053         Correctly show menu and fix crash when navigaton 
5054         action is out of toolbar visible area.
5055
5056 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5057
5058         * data/Makefile.am:
5059         * data/evince.1:
5060         
5061         Added man file
5062
5063 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5064
5065         * help/reference/* :
5066         * configure.ac:
5067         
5068         Added gtk-doc based documentation for Evince.
5069         Still in initial state but I hope it will
5070         grow.
5071         
5072         * configure.ac:
5073         
5074         Lower dbus requirement to 0.70
5075
5076 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5077
5078         * shell/ev-window.c: (ev_window_add_history):
5079
5080         Fix memory leak. 
5081
5082 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5083
5084         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5085         * shell/ev-view.h:
5086         * shell/ev-window.c: (ev_window_add_history):
5087         
5088         Correctly handle named destination links
5089
5090 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5091
5092         * NOTES:
5093         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5094         * backend/pdf/ev-poppler.cc:
5095         * libdocument/ev-document-links.h:
5096         * libdocument/ev-link.c: (ev_link_get_page):
5097         * libdocument/ev-link.h:
5098         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5099         (ev_history_add_link):
5100         * shell/ev-history.h:
5101         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5102         (new_history_menu_item), (build_menu):
5103         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5104         * shell/ev-sidebar-links.c: (create_loading_model),
5105         (print_section_cb), (ev_sidebar_links_construct),
5106         (fill_page_labels), (update_page_callback_foreach),
5107         (update_page_callback), (job_finished_callback):
5108         * shell/ev-view.c: (ev_view_handle_link):
5109         * shell/ev-window.c: (ev_window_find_chapter),
5110         (ev_window_add_history), (view_handle_link_cb),
5111         (history_changed_cb):
5112         
5113         Implements another history variant
5114
5115 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5116
5117         * shell/ev-window.c: (view_external_link_cb):
5118         * shell/ev-view.c: (ev_view_button_release_event):
5119
5120         Open links in new window when clicking with middle button. 
5121
5122 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5123
5124         * shell/ev-navigation-action.c: (new_history_menu_item):
5125         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5126         * shell/ev-view.c: (ev_view_handle_link):
5127         * shell/ev-window.c:
5128         
5129         Store link before jump, not the destination. For me it 
5130         seems like more natural history behavior.
5131
5132 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5133
5134         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5135         (ev_navigation_action_class_init):
5136         * shell/ev-navigation-action.h:
5137         * shell/ev-page-action.c: (activate_cb):
5138         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5139         (ev_page_cache_set_current_page_history):
5140         * shell/ev-page-cache.h:
5141         * shell/ev-sidebar-thumbnails.c:
5142         (ev_sidebar_tree_selection_changed),
5143         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5144         * shell/ev-view-private.h:
5145         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5146         * shell/ev-view.h:
5147         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5148         (ev_window_setup_document), (ev_window_load_job_cb):
5149         * shell/ev-window.h:
5150         
5151         History finally works as expected.
5152
5153 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5154
5155         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5156
5157         Do not update links treeview if it doesn't have a model assigned yet. 
5158
5159 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5160
5161         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5162         (ev_sidebar_links_class_init), (update_page_callback):
5163
5164         Do not update links treeview when sidepane is not visible. 
5165
5166 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5167
5168         * shell/ev-marshal.list:
5169         * shell/ev-page-action.c: (activate_cb),
5170         (ev_page_action_class_init):
5171         * shell/ev-page-action.h:
5172         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5173         * shell/ev-window.c:
5174         
5175         Remove activate_link signal, not required.
5176
5177 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5178
5179         * shell/ev-navigation-action.c: (build_menu):
5180         
5181         Reorder menu items and build menu with fixed length.
5182
5183 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5184
5185         * shell/ev-view.c: (get_selected_text):
5186         
5187         Normalize text to fix ligatures problem. See bug
5188         #341947 for details.
5189
5190 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5191
5192         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5193
5194         Fix memory leak in ev-page-cache. 
5195
5196 2007-01-25  Tom Parker <palfrey@tevp.net>
5197
5198         * backend/impress/impress-document.c: (impress_document_load),
5199         (impress_document_finalize), (impress_document_init):
5200         * properties/ev-properties-main.c: (ev_properties_get_pages):
5201         
5202         Correctly handle impress document errors. Fixes nautilus
5203         crash in property page #370491.
5204
5205 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5206
5207         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5208         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5209         (ev_job_queue_remove_job):
5210         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5211         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5212         (ev_job_load_run):
5213         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5214         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5215         (ev_window_load_job_cb), (xfer_update_progress_callback),
5216         (ev_window_open_uri), (ev_window_dispose):
5217         * shell/main.c: (main):
5218
5219         Do file transfer asynchronously in the main thread instead of
5220         synchronously in the load thread. Fixes bugs #399694, #398307 and
5221         #343542.
5222
5223 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5224
5225         * shell/ev-jobs.c: (ev_job_xfer_run):
5226
5227         Load the document with the font-config lock held. 
5228
5229 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5230
5231         * backend/ps/ps-document.c: (start_interpreter):
5232
5233         Fix memory leaks in ps backend. 
5234
5235 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5236
5237         * backend/impress/impress-document.c:
5238         (impress_document_render_pixbuf):
5239
5240         Do not acquire fontconfig lock in impress backend, since it is using
5241         the main loop for rendering. 
5242
5243 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5244
5245         * po/POTFILES.in: 
5246
5247         Remove mdvi files that shouldn't be translated. 
5248
5249 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5250
5251         * shell/ev-view-private.h:
5252         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5253         (ev_view_set_zoom):
5254
5255         Render "loading..." text into a cairo surface instead of directly into
5256         the window so that fontconfig lock is only needed once and UI is not
5257         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5258
5259 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5260
5261         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5262         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5263
5264         Use icon theme associated with the window screen rather than default. 
5265
5266 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5267
5268         * configure.ac:
5269
5270         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5271
5272 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5273
5274         * data/icons/*/apps/evince.*:
5275
5276         Move Evince icons under new apps directory.
5277
5278         * data/icons/*/actions/*:
5279
5280         Add new custom themeable Evince icons: view-page-continuous, 
5281         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5282         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5283
5284         * configure.ac:
5285
5286         Add new directories to AC_CONFIG_FILES.
5287
5288         * shell/ev-stock-icons.c:
5289         * shell/ev-stock-icons.h:
5290
5291         Use new custom themeable icons.
5292
5293 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5294
5295         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5296
5297         Do not draw white background page in presentation mode. 
5298
5299 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5300
5301         * shell/ev-view.c: Remove unused gnome-vfs include.
5302
5303 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5304
5305         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5306         
5307         Format string is corrected, fixes bug #397129.
5308
5309 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5310
5311         * shell/ev-window.c: (ev_window_setup_recent):
5312
5313         Do not include in recent menu inexistent documents. Fixes
5314         bug #339171.
5315
5316 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5317
5318         * po/POTFILES.skip: 
5319
5320         Update POTFILES.skip file according to current source tree. 
5321
5322 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5323
5324         * shell/ev-window.c: (file_save_dialog_response_cb):
5325
5326         Do Save a copy in atomic way. Fixes bug #328266. 
5327
5328 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5329
5330         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5331
5332         Keep selected cell always visible in index treeview.
5333
5334 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5335         
5336         * shell/ev-view.c: (ev_view_size_allocate):
5337
5338         Restore horizontal scrollbar after switching to/from fullscreen
5339         or presentation mode. Fixes bug #331728.
5340
5341 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5342
5343         * shell/ev-view-private.h:
5344         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5345         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5346         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5347         (ev_view_can_zoom_out):
5348
5349         Use max and min scale values in the view iby taking dpi into account. 
5350
5351 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5352
5353         * configure.ac:
5354         * NEWS:
5355
5356         Release 0.7.1
5357
5358 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5359
5360         * shell/ev-window.c: (ev_window_print_send):
5361
5362         Send print job to printer with some settings set to default values,
5363         since we have already exported to a file according to such settings
5364         and they could be taken twice by some printers. 
5365
5366 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5367
5368         * shell/ev-jobs.c: (ev_job_xfer_run):
5369         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5370
5371         Show main window and load document with the font-config lock held. 
5372
5373 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5374
5375         * configure.ac:
5376         * shell/ev-application.c: (ev_application_register_service):
5377         * shell/main.c: (load_files_remote):
5378
5379         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5380
5381 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5382
5383         * doc/debugging.txt:
5384         
5385         Remove obsolete documentation.
5386
5387 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5388
5389         * Makefile.am:
5390         * backend/Makefile.am:
5391         * backend/comics/Makefile.am:
5392         * backend/djvu/Makefile.am:
5393         * backend/dvi/Makefile.am:
5394         * backend/ev-async-renderer.c:
5395         * backend/ev-async-renderer.h:
5396         * backend/ev-attachment.c:
5397         * backend/ev-attachment.h:
5398         * backend/ev-backend-marshal.c:
5399         * backend/ev-document-factory.c:
5400         * backend/ev-document-factory.h:
5401         * backend/ev-document-find.c:
5402         * backend/ev-document-find.h:
5403         * backend/ev-document-fonts.c:
5404         * backend/ev-document-fonts.h:
5405         * backend/ev-document-images.c:
5406         * backend/ev-document-images.h:
5407         * backend/ev-document-info.h:
5408         * backend/ev-document-links.c:
5409         * backend/ev-document-links.h:
5410         * backend/ev-document-misc.c:
5411         * backend/ev-document-misc.h:
5412         * backend/ev-document-security.c:
5413         * backend/ev-document-security.h:
5414         * backend/ev-document-thumbnails.c:
5415         * backend/ev-document-thumbnails.h:
5416         * backend/ev-document-transition.c:
5417         * backend/ev-document-transition.h:
5418         * backend/ev-document.c:
5419         * backend/ev-document.h:
5420         * backend/ev-file-exporter.c:
5421         * backend/ev-file-exporter.h:
5422         * backend/ev-image.c:
5423         * backend/ev-image.h:
5424         * backend/ev-link-action.c:
5425         * backend/ev-link-action.h:
5426         * backend/ev-link-dest.c:
5427         * backend/ev-link-dest.h:
5428         * backend/ev-link.c:
5429         * backend/ev-link.h:
5430         * backend/ev-render-context.c:
5431         * backend/ev-render-context.h:
5432         * backend/ev-selection.c:
5433         * backend/ev-selection.h:
5434         * backend/impress/Makefile.am:
5435         * backend/pdf/Makefile.am:
5436         * backend/pixbuf/Makefile.am:
5437         * backend/ps/Makefile.am:
5438         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5439         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5440         (start_interpreter), (stop_interpreter), (document_load),
5441         (ps_document_next_page), (render_page):
5442         * backend/tiff/Makefile.am:
5443         * comics/Makefile.am:
5444         * comics/comics-document.c:
5445         * comics/comics-document.h:
5446         * configure.ac:
5447         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5448         * djvu/Makefile.am:
5449         * djvu/djvu-document-private.h:
5450         * djvu/djvu-document.c:
5451         * djvu/djvu-document.h:
5452         * djvu/djvu-links.c:
5453         * djvu/djvu-links.h:
5454         * djvu/djvu-text-page.c:
5455         * djvu/djvu-text-page.h:
5456         * djvu/djvu-text.c:
5457         * djvu/djvu-text.h:
5458         * dvi/Makefile.am:
5459         * dvi/dvi-document.c:
5460         * dvi/dvi-document.h:
5461         * dvi/fonts.c:
5462         * dvi/fonts.h:
5463         * dvi/mdvi-lib/Makefile.am:
5464         * dvi/mdvi-lib/afmparse.c:
5465         * dvi/mdvi-lib/afmparse.h:
5466         * dvi/mdvi-lib/bitmap.c:
5467         * dvi/mdvi-lib/bitmap.h:
5468         * dvi/mdvi-lib/color.c:
5469         * dvi/mdvi-lib/color.h:
5470         * dvi/mdvi-lib/common.c:
5471         * dvi/mdvi-lib/common.h:
5472         * dvi/mdvi-lib/defaults.h:
5473         * dvi/mdvi-lib/dvimisc.c:
5474         * dvi/mdvi-lib/dviopcodes.h:
5475         * dvi/mdvi-lib/dviread.c:
5476         * dvi/mdvi-lib/files.c:
5477         * dvi/mdvi-lib/font.c:
5478         * dvi/mdvi-lib/fontmap.c:
5479         * dvi/mdvi-lib/fontmap.h:
5480         * dvi/mdvi-lib/fontsrch.c:
5481         * dvi/mdvi-lib/gf.c:
5482         * dvi/mdvi-lib/hash.c:
5483         * dvi/mdvi-lib/hash.h:
5484         * dvi/mdvi-lib/list.c:
5485         * dvi/mdvi-lib/mdvi.h:
5486         * dvi/mdvi-lib/pagesel.c:
5487         * dvi/mdvi-lib/paper.c:
5488         * dvi/mdvi-lib/paper.h:
5489         * dvi/mdvi-lib/pk.c:
5490         * dvi/mdvi-lib/private.h:
5491         * dvi/mdvi-lib/setup.c:
5492         * dvi/mdvi-lib/sp-epsf.c:
5493         * dvi/mdvi-lib/special.c:
5494         * dvi/mdvi-lib/sysdeps.h:
5495         * dvi/mdvi-lib/t1.c:
5496         * dvi/mdvi-lib/tfm.c:
5497         * dvi/mdvi-lib/tfmfile.c:
5498         * dvi/mdvi-lib/tt.c:
5499         * dvi/mdvi-lib/util.c:
5500         * dvi/mdvi-lib/vf.c:
5501         * dvi/pixbuf-device.c:
5502         * dvi/pixbuf-device.h:
5503         * impress/Makefile.am:
5504         * impress/common.h:
5505         * impress/document.c:
5506         * impress/f_oasis.c:
5507         * impress/f_oo13.c:
5508         * impress/iksemel.c:
5509         * impress/iksemel.h:
5510         * impress/imposter.h:
5511         * impress/impress-document.c:
5512         * impress/impress-document.h:
5513         * impress/internal.h:
5514         * impress/r_back.c:
5515         * impress/r_draw.c:
5516         * impress/r_geometry.c:
5517         * impress/r_gradient.c:
5518         * impress/r_style.c:
5519         * impress/r_text.c:
5520         * impress/render.c:
5521         * impress/render.h:
5522         * impress/zip.c:
5523         * impress/zip.h:
5524         * lib/Makefile.am:
5525         * lib/ev-debug.c:
5526         * lib/ev-debug.h:
5527         * lib/ev-file-helpers.c:
5528         * lib/ev-file-helpers.h:
5529         * lib/ev-gui.c:
5530         * lib/ev-gui.h:
5531         * lib/ev-tooltip.c:
5532         * lib/ev-tooltip.h:
5533         * libdocument/Makefile.am:
5534         * libdocument/ev-file-helpers.c:
5535         * pdf/Makefile.am:
5536         * pdf/ev-poppler.cc:
5537         * pdf/ev-poppler.h:
5538         * pixbuf/Makefile.am:
5539         * pixbuf/pixbuf-document.c:
5540         * pixbuf/pixbuf-document.h:
5541         * properties/Makefile.am:
5542         * ps/Makefile.am:
5543         * ps/gsdefaults.c:
5544         * ps/gsdefaults.h:
5545         * ps/gsio.c:
5546         * ps/gsio.h:
5547         * ps/gstypes.h:
5548         * ps/ps-document.c:
5549         * ps/ps-document.h:
5550         * ps/ps.c:
5551         * ps/ps.h:
5552         * shell/Makefile.am:
5553         * shell/ev-application.h:
5554         * shell/ev-sidebar-links.c:
5555         * shell/ev-sidebar-links.h:
5556         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5557         (ev_gui_menu_position_tree_selection):
5558         * shell/ev-utils.h:
5559         * shell/ev-view.c: (ev_view_finalize):
5560         * shell/ev-window.c:
5561         * shell/main.c: (main):
5562         * thumbnailer/Makefile.am:
5563         * tiff/Makefile.am:
5564         * tiff/tiff-document.c:
5565         * tiff/tiff-document.h:
5566         * tiff/tiff2ps.c:
5567         * tiff/tiff2ps.h:
5568         
5569         Reorganize source tree.
5570
5571 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5572
5573         * backend/ev-document-factory.c:
5574
5575         Do not include ev-poppler.h when pdf is disabled. 
5576
5577 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5578
5579         * configure.ac:
5580         * data/evince-ui.xml:
5581         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5582         (pdf_document_document_images_iface_init):
5583         * backend/Makefile.am:
5584         * backend/ev-document-images.[ch]:
5585         * backend/ev-image.[ch]:
5586         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5587         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5588         (ev_job_xfer_run):
5589         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5590         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5591         (ev_pixbuf_cache_get_image_mapping):
5592         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5593         (view_menu_popup_cb), (ev_window_dispose),
5594         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5595         (ev_view_popup_cmd_copy_image):
5596         * shell/ev-view-private.h:
5597         * shell/ev-view.c: (ev_view_get_image_at_location),
5598         (ev_view_do_popup_menu), (ev_view_popup_menu),
5599         (ev_view_button_press_event), (ev_view_drag_data_get),
5600         (ev_view_drag_motion), (ev_view_drag_data_received),
5601         (ev_view_motion_notify_event), (ev_view_button_release_event),
5602         (ev_view_finalize), (ev_view_class_init):
5603
5604         Add image handling support. Fixes bugs #310008 and #325047. Images
5605         selection is not supported yet. 
5606
5607 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5608
5609         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5610         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5611         (ev_view_init):
5612
5613         Move view drag and drop stuff to ev-view.
5614
5615 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5616
5617         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5618         * shell/ev-view.c: (clear_selection): 
5619
5620         Clear selection also in pixbuf cache.
5621
5622 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5623
5624         * data/evince.desktop.in.in:
5625         
5626         Change icon name in desktop file. See bug #390734
5627         for details.
5628
5629 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5630
5631         * thumbnailer/Makefile.am:
5632
5633         Use top_builddir instead top_srcdir for generated schema
5634         file installation. Fixes bug #390161.
5635
5636 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5637
5638         * configure.ac:
5639         * backend/Makefile.am:
5640         * backend/ev-document-transition.[ch]:
5641         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5642         (pdf_document_page_transition_iface_init):
5643         * shell/ev-view-private.h:
5644         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5645         (ev_view_set_presentation), (transition_next_page),
5646         (ev_view_presentation_transition_stop),
5647         (ev_view_presentation_transition_start), (ev_view_next_page):
5648
5649         Add page transition support in presentation mode. At the moment only
5650         page duration is supported, but not transition effects. Fixes bug
5651         #309815.
5652
5653 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5654
5655         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5656
5657         Run find_link_dest with document lock held, since it's called by links
5658         thread and main thread at the same time. 
5659
5660 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5661
5662         * shell/ev-view.c: (goto_dest):
5663
5664         Update page-cache when page is changed by the view, so that
5665         page-changed signal is emitted. 
5666
5667 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5668
5669         * test/test1.py:
5670         * test/test2.py:
5671
5672         Use C locale in tests. 
5673
5674 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5675
5676         * shell/ev-window.c: (ev_window_run_presentation):
5677         * shell/ev-view-private.h:
5678         * shell/ev-view.c: (ev_view_set_presentation):
5679
5680         Restore zoom settings when back from presentation mode. 
5681
5682 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5683
5684         * shell/ev-window.c: (ev_window_run_presentation):
5685
5686         Always use "best fit" zoom in presentation mode.
5687         Fixes bug #389195.
5688
5689 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5690
5691         * shell/ev-view.c: (ev_view_goto_window_create):
5692
5693         Show "Jump to page" label in the page jumping popup in
5694         presentation mode instead of just a GtkEntry.
5695
5696 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5697
5698         * shell/ev-window.c: (launch_external_uri):
5699
5700         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5701         #378085.
5702
5703 2006-12-22  Elijah Newren  <newren gmail com>
5704
5705         * configure.ac: explicitly check for libxml2.  Fixes #388795
5706
5707 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5708
5709         * shell/ev-view-private.h:
5710         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5711         (ev_view_goto_window_delete_event), (key_is_numeric),
5712         (ev_view_goto_window_key_press_event),
5713         (ev_view_goto_window_button_press_event),
5714         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5715         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5716         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5717
5718         Allow jumping to another page by typing a page number in presentation
5719         mode. It uses a popup window with an entry. Fixes bug #353625.
5720
5721 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5722
5723         * configure.ac:
5724         * properties/ev-properties-view.c: (ev_get_default_user_units),
5725         (ev_regular_paper_size):
5726         
5727         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5728         to Damien Carbery <damien.carbery@sun.com> and
5729         Yevgen Muntyan <muntyan@tamu.edu>.
5730
5731 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5732
5733         * shell/ev-window.c: (setup_document_from_metadata):
5734
5735         Make sure Evince doesn't restore the view on the last
5736         page when a document is reopened. Fixes bug #383381.
5737
5738 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5739
5740         * shell/ev-view.c: (draw_loading_text):
5741
5742         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5743
5744 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5745
5746         * configure.ac:
5747         * NEWS:
5748
5749         Release 0.7.0
5750
5751 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5752
5753         * configure.ac:
5754         * pdf/ev-poppler.cc: (pdf_print_context_free),
5755         (pdf_document_file_exporter_begin),
5756         (pdf_document_file_exporter_do_page):
5757
5758         Make cairo-pdf depedency optional. 
5759
5760 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5761
5762         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5763
5764         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5765
5766 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5767
5768         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5769         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5770         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5771         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5772         * shell/ev-view.c: (draw_loading_text):
5773         * shell/ev-window.c: (ev_window_cmd_file_properties):
5774
5775         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5776         related to using FontConfig from different threads.
5777         
5778 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5779
5780         * shell/ev-view.c: (draw_loading_text):
5781
5782         Acquire lock document when drawing "Loading..." text so that only one
5783         thread will use FontConfig at the same time. Fixes bug #374750.
5784
5785 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5786
5787         * shell/ev-page-action.[ch]: (activate_cb):
5788         * shell/ev-window.c: (activate_label_cb):
5789
5790         Check if text inserted in page entry is a valid page number when it
5791         doesn't match to any document page label. Fixes bug #383165.
5792
5793 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5794         * shell/ev-window.c:
5795
5796         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5797         available with GTK < 2.10. Added an ifdef to avoid compilation
5798         error.
5799
5800 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5801
5802         * configure.ac:
5803         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5804
5805         Fix ps backend in multihead systems.
5806
5807 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5808
5809         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5810         * shell/ev-window.c: (ev_window_get_screen_dpi),
5811         (ev_window_update_actions), (setup_view_from_metadata),
5812         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5813
5814         Take screen DPI into account when zooming. Fixes bug #318285.
5815
5816 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5817
5818         * data/Makefile.am:
5819
5820         Cleaned up/slightly refactored Makefile.am. Added GConf
5821         schemas uninstallation as well.
5822
5823 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5824
5825         * Makefile.am:
5826         * test/Makefile.am:
5827
5828         Fight with autotools to fix make check. Make distcheck
5829         works fine as well now!
5830
5831 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5832
5833         * shell/ev-view.c: (draw_end_presentation_page):
5834
5835         Corrected "end of presentation" string.
5836
5837 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5838
5839         * shell/ev-view.c: (ev_view_key_press_event):
5840
5841         Correctly propagate key press event so that up/down keys
5842         work as expected (correct behaviour was broken by
5843         black/white screen key bindings for presentations).
5844
5845 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5846
5847         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5848         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5849         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5850         (pdf_selection_get_selection_region),
5851         (pdf_selection_get_selection_map):
5852
5853         Add "static" to some private functions. 
5854
5855 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5856
5857         * lib/ev-tooltip.h:
5858         * properties/ev-properties-view.h:
5859         * shell/ev-jobs.h:
5860         * shell/ev-properties-dialog.h:
5861         * shell/ev-properties-fonts.h:
5862         * shell/ev-sidebar-links.h:
5863         * shell/ev-sidebar-thumbnails.h:
5864         * shell/ev-sidebar.h:
5865         * shell/ev-window.h:
5866         
5867         Fixes CHACK type in class casts. See bug #385343
5868         for details.
5869
5870 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5871
5872         * shell/ev-view-private.h:
5873         * shell/ev-view.c: (draw_end_presentation_page),
5874         (ev_view_expose_event), (ev_view_key_press_event),
5875         (ev_view_class_init), (ev_view_init):
5876
5877         Blank screen in presentation mode when pressing 'b' (filling with
5878         black) or 'w' (filling with white) keys. Fixes bug #358132.
5879
5880 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5881
5882         * data/evince-toolbar.xml:
5883         * shell/ev-window.c:
5884         
5885         Use stock icon for Select All action. Fixes
5886         bug #382652.
5887
5888 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5889
5890         * shell/ev-view.c: (get_doc_point_from_offset),
5891         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5892
5893         Add links support in rotated documents. Fixes bug #343733.
5894
5895 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5896
5897         * shell/ev-view-private.h:
5898         * shell/ev-view.c: (draw_end_presentation_page),
5899         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5900
5901         Show a blank page after the last page in presentation mode with a
5902         message indicating that presentation has finished and how to exit. 
5903
5904 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5905
5906         * shell/ev-window.c: (fullscreen_timeout_cb):
5907
5908         Hide cursor after a while in presentation mode. 
5909
5910 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5911
5912         * backend/ev-document-info.h:
5913         * data/evince-properties.glade:
5914         * pdf/ev-poppler.cc:
5915         * properties/ev-properties-view.c: (ev_regular_paper_size),
5916         (ev_properties_view_set_info):
5917         * ps/ps-document.c: (ps_document_get_info):
5918
5919         Adds a paper size field to the properties dialog. Fixes
5920         bug #307315. Patch by Kasper Svendsen (with some i18n
5921         changes done by me).
5922
5923 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5924
5925         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5926         (screensaver_init_dbus), (totem_scrsaver_new),
5927         (totem_scrsaver_init):
5928         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5929         * shell/ev-application.c: (ev_application_register_service),
5930         (ev_application_screensaver_enable),
5931         (ev_application_screensaver_disable):
5932         * shell/ev-application.h:
5933         * shell/ev-window.c: (ev_window_run_presentation),
5934         (ev_window_stop_presentation), (build_comments_string),
5935         (ev_window_init):
5936         
5937         Move screensaver handling to application. No more
5938         message on startup.
5939
5940 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5941
5942         * configure.ac:
5943         * backend/Makefile.am:
5944         * backend/ev-file-exporter.[ch]:
5945         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5946         * ps/ps-document.c: (ps_document_file_exporter_*):
5947         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5948         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5949         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5950         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5951
5952         Allow printing to PDF when suppoted by the backend.
5953         
5954 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5955
5956         * shell/ev-window.c: (build_comments_string):
5957
5958         Use always "Document Viewer" in about dialog. 
5959
5960 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5961
5962         * djvu/djvu-document.c: (djvu_document_get_page_size):
5963
5964         Display a warning message when get_pageinfo fails. 
5965
5966 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5967
5968         * Makefile.am:
5969         * backend/Makefile.am:
5970         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5971         * configure.ac:
5972         * shell/ev-window.c: (build_comments_string):
5973         
5974         Make pdf compilation optional. See bug #38007.
5975
5976 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5977
5978         * ps/ps.c: (get_next_text):
5979
5980         Fix CVE-2006-5864.
5981
5982 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5983
5984         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5985         * shell/ev-navigation-action.c: (connect_proxy),
5986         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5987         
5988         Do not call g_type_class_peek_parent twice.
5989
5990 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5991
5992         * configure.ac:
5993         * data/icons/24x24/.cvsignore:
5994         * data/icons/24x24/Makefile.am:
5995         * data/icons/24x24/evince.png:
5996         * data/icons/Makefile.am:
5997         
5998         Add 24x24 icon. Thanks to 
5999         Michael Monreal <infernux@web.de>.
6000
6001 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6002
6003         * configure.ac: Fix typo in configure.ac. Thanks
6004         to dmacks@netspace.org for notification.
6005
6006 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6007
6008         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6009         
6010         Drop dbus include, fixes compilation with older dbus.
6011
6012 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6013
6014         * configure.ac:
6015         * cut-n-paste/Makefile.am:
6016         * cut-n-paste/totem-screensaver/.cvsignore
6017         * cut-n-paste/totem-screensaver/Makefile.am:
6018         * cut-n-paste/totem-screensaver/README:
6019         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6020         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6021         * shell/Makefile.am:
6022         * shell/ev-window.c: (ev_window_run_presentation),
6023         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6024         (ev_window_init):
6025
6026         Implemented screensaver enabling/disabling for
6027         presentation mode (not fullscreen mode). Code stolen
6028         from Totem (with some minor tweaks). Fixes bug #338889.
6029
6030 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6031
6032         * configure.ac:
6033
6034         Bump gnome-icon-theme requirements. We use the rotation
6035         icons that appeared recently.
6036
6037 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6038
6039         * shell/ev-history.c: (ev_history_add_page):
6040         * shell/ev-history.h:
6041         * shell/ev-window.c: (page_changed_cb):
6042         
6043         Use page labels instead of numbers.
6044
6045 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6046
6047         * data/evince-toolbar.xml:
6048         * po/POTFILES.in:
6049         * shell/Makefile.am:
6050         * shell/ev-navigation-action-widget.c:
6051         (ev_navigation_action_widget_init),
6052         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6053         (menu_detacher), (ev_navigation_action_widget_set_menu),
6054         (menu_position_func), (popup_menu_under_arrow),
6055         (ev_navigation_action_widget_toggled),
6056         (ev_navigation_action_widget_button_press_event):
6057         * shell/ev-navigation-action-widget.h:
6058         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6059         (ev_navigation_action_set_window), (activate_menu_item_cb),
6060         (new_history_menu_item), (new_empty_history_menu_item),
6061         (build_menu), (menu_activated_cb), (connect_proxy),
6062         (create_tool_item), (ev_navigation_action_init),
6063         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6064         * shell/ev-navigation-action.h:
6065         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6066         (ev_page_action_widget_set_page_cache),
6067         (ev_page_action_widget_finalize),
6068         (ev_page_action_widget_class_init), (match_selected_cb),
6069         (display_completion_text), (match_completion), (build_new_tree_cb),
6070         (get_filter_model_from_model),
6071         (ev_page_action_widget_update_model):
6072         * shell/ev-page-action-widget.h:
6073         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6074         (connect_proxy):
6075         * shell/ev-page-action.h:
6076         * shell/ev-stock-icons.c:
6077         * shell/ev-stock-icons.h:
6078         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6079         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6080         (register_custom_actions):
6081         * shell/main.c:
6082         
6083         Preliminary history implementation
6084
6085 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6086
6087         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6088         (dvi_document_class_init), (dvi_document_init_params):
6089         * dvi/mdvi-lib/font.c: (font_reference):
6090         
6091         Add reference to subfont. Fixes bug #374277.
6092
6093 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6094
6095         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6096         (ev_window_cmd_file_open_copy_at_dest):
6097
6098         Fix a race condition when creating symlink. Increase the counter
6099         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6100         Mathias Hasselmann).
6101
6102 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6103
6104         * backend/Makefile.am:
6105         * backend/ev-attachment.c: (ev_attachment_open):
6106         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6107         (ev_tmp_dir), (ev_tmp_filename):
6108         * shell/ev-sidebar-attachments.c:
6109         (ev_sidebar_attachments_drag_data_get):
6110         * shell/ev-window.c: (ev_window_clear_temp_file):
6111
6112         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6113         in ensure_dir_exists. Abort without crashing when we can't create
6114         user's directory.
6115
6116 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6117
6118         * data/evince-ui.xml:
6119         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6120         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6121         (ev_window_cmd_file_open_copy_at_dest),
6122         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6123         (ev_view_popup_cmd_open_link_new_window):
6124
6125         Allow opening a copy of the current document in a new window. Fixes bug
6126         #357472
6127
6128 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6129
6130         * data/evince-toolbar.xml:
6131         
6132         Add rotate right and rotate left to available items for toolbar.
6133         
6134         * data/evince-ui.xml:
6135         * shell/ev-window.c: (ev_window_init):
6136         
6137         Customize toolbar with right click. Fixes bug #372451.
6138
6139 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6140
6141         * shell/ev-window.c: 
6142         
6143         Use "object-rotate-{left,right}" stock icons. Fixes 
6144         bug #373863.
6145
6146 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6147
6148         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6149         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6150         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6151         (ev_window_open_uri):
6152         * shell/main.c: (arguments_parse):
6153
6154         Remove temp file created when evince is used by GTK+ in
6155         preview mode. Fixes bug #365282. 
6156
6157 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6158
6159         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6160         
6161         Fixes bug #372474 - Side pane disabled when entering 
6162         and leaving fullscreen mode.
6163
6164 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6165
6166         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6167         * data/Makefile.am:
6168         * data/evince-preview-toolbar.xml:
6169         * data/evince-toolbar.xml:
6170         * shell/ev-application.c: (ev_application_shutdown),
6171         (ev_application_init), (ev_application_get_toolbars_model):
6172         * shell/ev-application.h:
6173         * shell/ev-window.c: (update_chrome_visibility),
6174         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6175         (ev_window_cmd_edit_toolbar), (ev_window_init):
6176         
6177         Fixes bug #364364 - toolbar editor shows zoom actions again.
6178
6179 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6180
6181         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6182
6183         Do not take margins into consideration for paper size when printing.
6184         Really fixes bug #350491.
6185
6186 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6187
6188         * data/evince-ui.xml:
6189         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6190         (ev_window_cmd_file_print_setup),
6191         (ev_window_print_dialog_response_cb),
6192         (ev_window_setup_action_sensitivity):
6193
6194         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6195
6196 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6197
6198         * shell/ev-window.c: (ev_window_print_range):
6199
6200         Revert my previuos commit, since printing to PDF is not supported by
6201         evince yet. 
6202
6203 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6204
6205         * shell/ev-window.c: (ev_window_print_range):
6206
6207         Enable print to a PDF. Fixes bug #332121.
6208
6209 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6210
6211         * shell/ev-application-service.xml:
6212         * shell/ev-application.[ch]: (ev_application_open_window),
6213         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6214         (ev_application_open_uri), (ev_application_open_uri_list):
6215         * shell/ev-window.c: (file_open_dialog_response_cb),
6216         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6217         (drag_data_received_cb), (open_remote_link):
6218         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6219
6220         Add support for multiscreen systems. Fixes bug #316206.
6221
6222 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6223
6224         * shell/ev-jobs.[ch]: (ev_job_print_new),
6225         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6226         (ev_job_print_do_page):
6227         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6228
6229         Allow printing only odd/even pages. Fixes bug #367289.
6230
6231 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6232
6233         * test/test1.py:
6234         * test/test2.py:
6235
6236         Re-add locale settings to test files.
6237
6238 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6239
6240         * data/evince-ui.xml:
6241         * shell/ev-window.c: (set_action_properties):
6242         
6243         Removed garbage from code and ui.
6244
6245 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6246
6247         * shell/ev-window.c: (ev_window_cmd_help_about):
6248
6249         Shamelessly add my name to the list of contributors.
6250
6251 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6252
6253         * test/test1.py:
6254         * test/test2.py:
6255
6256         Cleaned up the dogtail scripts.
6257
6258 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6259
6260         * shell/ev-view.c: (draw_loading_text): Don't render
6261         "loading..." text in presentation mode. Temporary
6262         workaround for bug #320352.
6263
6264 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6265
6266         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6267         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6268
6269         Use print settings scale, copies, collate and reverse which were
6270         ignored. Fixes bug #359032.
6271
6272 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6273
6274         * configure.ac:
6275         * data/evince-password.glade:
6276         * test/Makefile.am:
6277         * test/test-encrypt.pdf:
6278         * test/test-links.pdf:
6279         * test/test1.py:
6280         * test/test2.py:
6281
6282         Add automated UI tests for evince with dogtail. See
6283         bug #300948.    
6284
6285 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6286
6287         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6288
6289         Hide fullscreen toolbar when switching to another desktop workspace.
6290         Fixes bug #338871
6291
6292 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6293
6294         * shell/ev-window-title.c: 
6295         
6296         Test for .dvi in title of pdf documents.
6297
6298 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6299
6300         * shell/ev-view.c: (ev_view_scroll):
6301
6302         Page Up/Down should do page jumps in "Best fit" mode.
6303         If a user has explicitly chosen to view exactly one page
6304         at a time, scrolling just a part of the page when
6305         pressing Page Up/Down is not right. Fixes bug #323107.
6306
6307 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6308
6309         * NEWS:
6310         * configure.ac:
6311         
6312         Update for 0.6.1
6313
6314 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6315
6316         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6317         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6318         
6319         Correctly disconnect from job signals on destroy.
6320
6321 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6322
6323         * shell/ev-view-private.h:
6324         * shell/ev-view.c: (view_set_adjustment_values),
6325         (view_update_range_and_current_page),
6326         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6327         
6328         Fixes bug #343199, current page now follows find page.
6329
6330 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6331
6332         * backend/ev-document-factory.c:
6333         * configure.ac:
6334         Assigned OpenDocument presenation MIME type to the
6335         Impress backend. Added some missing (but harmless)
6336         #ifdefs in the document factory as well to make things
6337         consistent again. Fixes bug #360658.
6338
6339 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6340
6341         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6342         * backend/ev-document-find.c: (ev_document_find_get_type):
6343         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6344         * backend/ev-document-links.c: (ev_document_links_get_type):
6345         * backend/ev-document-security.c: (ev_document_security_get_type):
6346         * backend/ev-document-thumbnails.c:
6347         (ev_document_thumbnails_get_type):
6348         * backend/ev-document.c: (ev_document_get_type):
6349         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6350         * backend/ev-selection.c: (ev_selection_get_type):
6351         * cut-n-paste/recent-files/egg-recent-model.c:
6352         (egg_recent_model_get_type):
6353         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6354         (egg_recent_view_uimanager_get_type):
6355         * cut-n-paste/recent-files/egg-recent-view.c:
6356         (egg_recent_view_get_type):
6357         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6358         (egg_editable_toolbar_get_type):
6359         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6360         (egg_toolbar_editor_get_type):
6361         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6362         (egg_toolbars_model_get_type):
6363         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6364         (egg_tree_multi_drag_source_get_type):
6365         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6366         (ephy_zoom_action_get_type):
6367         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6368         (ephy_zoom_control_get_type):
6369         * impress/r_back.c: (_imp_fill_back):
6370         * properties/ev-properties-main.c:
6371         (ev_properties_plugin_register_type):
6372         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6373         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6374         (ev_view_accessible_factory_get_type):
6375
6376         Reduce relocations. Bug #360616.
6377
6378 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6379
6380         * backend/ev-document-factory.c:
6381         (ev_document_factory_get_document):
6382         
6383         Load document even if extension is wrong.
6384
6385 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6386
6387         * shell/ev-metadata-manager.c: (save_values):
6388         * shell/ev-window.c: (setup_size_from_metadata),
6389         (setup_view_from_metadata), (ev_window_setup_document),
6390         (ev_window_xfer_job_cb), (window_configure_event_cb):
6391         
6392         Set size according to the document size/page size ratio.
6393         That should correct rather wierd behaviour of the previous
6394         commit.
6395
6396 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6397
6398         * shell/ev-window.c: (setup_view_from_metadata):
6399         
6400         Set size for new windows from previous window size.
6401         See bugs #354968 and #168450 for details. Thanks
6402         to Meik Hellmund.
6403
6404 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6405
6406         * djvu/djvu-links.c: (build_tree):
6407
6408         Fix memory leak.
6409
6410 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6411
6412         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6413         
6414         Don't make sidebar close button insensitive. Fixes
6415         bug #357871.
6416
6417 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6418
6419         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6420         (ev_window_set_view_accels_sensitivity):
6421         
6422         Don't enable Slash on documents which don't support
6423         find. Fixes bug #358648.
6424
6425 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6426
6427         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6428         open dialog fall back to the current document uri if the
6429         filechooser hasn't been used before. Fixes bug #356980.
6430
6431 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6432
6433         * shell/ev-window.c: (ev_window_setup_recent), 
6434         (ev_window_get_recent_file_label):
6435
6436         Escape underscores in filenames of recent file items.
6437
6438 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6439
6440         * configure.ac:
6441         
6442         Bumped poppler requirements, really 0.5.3 is very 
6443         buggy, now we require 0.5.4.
6444
6445 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6446
6447         * djvu/Makefile.am:
6448         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6449         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6450         (djvu_document_document_links_iface_init):
6451         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6452         (number_from_string_10), (get_djvu_link_dest),
6453         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6454         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6455         (djvu_links_get_links), (djvu_links_find_link_dest),
6456         (djvu_links_get_links_model):
6457         * djvu/djvu-links.h:
6458         
6459         Add support for links and bookmarks in djvu documents. Thanks
6460         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6461         patch.
6462
6463 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6464
6465         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6466         
6467         Reopen should reload document. Fixes 
6468         bug 327951.
6469
6470 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6471
6472         * configure.ac:
6473         * data/Makefile.am:
6474         * data/evince-16.png:
6475         * data/evince-22.png:
6476         * data/evince.png:
6477         * data/evince.svg:
6478         * data/icons/16x16/Makefile.am:
6479         * data/icons/16x16/evince.png:
6480         * data/icons/22x22/Makefile.am:
6481         * data/icons/22x22/evince.png:
6482         * data/icons/48x48/Makefile.am:
6483         * data/icons/48x48/evince.png:
6484         * data/icons/Makefile.am:
6485         * data/icons/scalable/Makefile.am:
6486         * data/icons/scalable/evince.svg:
6487         
6488         Install icons with correct names. Fixes
6489         bug #354429.
6490
6491 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6492
6493         * shell/ev-view.c: (ev_view_button_release_event):
6494
6495         Don't open links with middle mouse button. Fixes bug #353649
6496
6497 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6498
6499         * NEWS:
6500         * configure.ac:
6501         
6502         Update for release 0.6.0
6503
6504 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6505
6506         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6507         Implement Close named action. Patch by Carlos Garcia Campos.
6508
6509 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6510
6511         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6512         
6513         Don't clear link mapping on copy_job_to_job_info. Fixes
6514         bug 346168.
6515
6516 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6517
6518         * shell/main.c: (main):
6519
6520         Revert my previous commit, gnome_program_init owns the option context.
6521         Fix another memory leak in main. Both caught by Christian Persch. 
6522
6523 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6524
6525         * shell/main.c: (main):
6526
6527         Fix memory leak.
6528
6529 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6530
6531         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6532
6533         Fix crash when opening a pdf with password protection. 
6534
6535 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6536
6537         * pdf/ev-poppler.cc: (pdf_document_search_free):
6538
6539         Fix memory leak. 
6540
6541 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6542
6543         * backend/ev-document-factory.c:
6544         (ev_document_factory_get_document):
6545         * tiff/tiff-document.c: (tiff_document_finalize):
6546         
6547         More correct handling of document loading. Fixes
6548         bug #349043.
6549
6550 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6551
6552         * backend/ev-attachment.c: (ev_attachment_save):
6553
6554         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6555         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6556
6557 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6558         
6559         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6560         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6561
6562 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6563
6564         * shell/ev-sidebar-thumbnails.c:
6565
6566         Do not render thumbnails unless thumbnails page is active in the
6567         sidebar.
6568
6569 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6570
6571         * shell/ev-properties-dialog.c:
6572
6573         Fix dialogue spacing. Bug #351370.
6574
6575 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6576
6577         * configure.ac:
6578
6579         Use lowercase gettext catalog file names (evince.mo
6580         instead of Evince.mo)
6581
6582 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6583
6584         * shell/ev-sidebar-attachments.c:
6585
6586         GtkIconTheme is now screen safe too. Fixes bug #350878
6587
6588 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6589
6590         * shell/ev-window.c:
6591
6592         GtkRecent manager is now screen safe. Fixes bug #350145
6593
6594 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6595
6596         * shell/ev-sidebar.c: (ev_sidebar_init):
6597         
6598         Make sidebar close icon smaller. Fix for bug 350177.
6599         See also bugs 350176 and 165770.
6600
6601 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6602
6603         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6604
6605         Ignore zoom for xyz destinations when it's <= 1, keeping user
6606         preferences instead. Set correct sizing-mode for fith and fitv
6607         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6608
6609 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6610
6611         * NEWS:
6612         * configure.ac:
6613         
6614         Update for release 0.5.5
6615
6616 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6617         
6618         * shell/ev-window.c: (ev_window_cmd_escape)
6619
6620         Escape unfocus page entry. Fixes bug #345809.
6621
6622 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6623
6624         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6625         (build_tree), (pdf_document_links_get_links),
6626         (pdf_document_links_find_link_dest):
6627         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6628         (goto_xyz_dest):
6629
6630         Convert from PDF style coordinates to X style coordinates in the
6631         backend rather than in the view. Fixes bug #338440
6632
6633 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6634
6635         * shell/ev-window.c:
6636         
6637         Remove Ctrl+Shift+T shortcut for toolbars. See
6638         the bug #350098.
6639
6640 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6641
6642         * configure.ac:
6643
6644         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6645         of this. 
6646
6647 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6648
6649         * configure.ac:
6650         * cut-n-paste/Makefile.am:
6651         * data/evince-ui.xml:
6652         * shell/Makefile.am:
6653         * shell/ev-application.[ch]:
6654         * shell/ev-window.c:
6655
6656         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6657         #349273
6658
6659 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6660
6661         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6662         findbar code: s/help/search/
6663
6664 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6665
6666         * shell/ev-window.c: (setup_document_from_metadata),
6667         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6668         (setup_view_from_metadata):
6669         
6670         Fix memory leaks.
6671
6672 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6673
6674         * autogen.sh, configure.ac: 
6675         
6676         Update automake usage. See bug 349292.
6677
6678 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6679
6680         * shell/eggfindbar.c: (egg_find_bar_class_init),
6681         (entry_activate_callback), (egg_find_bar_init),
6682         (egg_find_bar_set_status_text):
6683         * shell/eggfindbar.h:
6684         
6685         Unify Evince findbar with Epiphany. Nice patch
6686         from Fabricio Silva <silva@crans.org> and
6687         Frederic Peters <fpeters@entrouvert.com>. See
6688         bug #339966 for details.
6689
6690 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6691
6692         * data/evince.desktop.in.in:
6693         
6694         Correct information for bugzilla. Thanks to
6695         Olaf Vitters, see bug #348855.
6696
6697 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6698
6699         * shell/ev-jobs.[ch]:
6700         * shell/ev-sidebar-links.c:
6701         * shell/ev-window.[ch]:
6702
6703         GtkPrintJob doesn't support print ranges or current page, so we export
6704         to a ps file now when printing ranges or current page.
6705
6706 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6707
6708         * pdf/ev-poppler.cc:
6709         * shell/ev-window.c: (do_action_named):
6710
6711         We should be more clear about bugzilla. See the
6712         poppler bug #7623.
6713
6714 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6715
6716         * configure.ac:
6717         * shell/Makefile.am:
6718         * shell/ev-job-queue.c:
6719         * shell/ev-jobs.[ch]:
6720         * shell/ev-sidebar-links.c:
6721         * shell/ev-window.[ch]:
6722         
6723         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6724         #348422
6725
6726 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6727
6728         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6729         * shell/ev-application-service.xml:
6730         * shell/ev-application.[ch]:
6731         * shell/ev-jobs.[ch]:
6732         * shell/ev-window.[ch]: (ev_window_run_preview):
6733         * shell/main.c: 
6734
6735         Add preview mode to use evince as a printing previewer. It also adds
6736         other command line options for fullscreen and presentation modes.
6737         Fixes bugs #347822, #317031
6738
6739 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6740
6741         * NEWS:
6742         * configure.ac:
6743         
6744         Update for release 0.5.4
6745
6746 2006-07-11  Bastien Nocera <hadess@hadess.net>
6747
6748         * Makefile.am:
6749         * backend/Makefile.am:
6750         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6751         * backend/ev-document-factory.h:
6752         * configure.ac:
6753         * impress/.cvsignore:
6754         * impress/Makefile.am:
6755         * impress/common.h:
6756         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6757         (imp_get_page), (imp_next_page), (imp_prev_page),
6758         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6759         * impress/f_oasis.c: (render_object), (render_page),
6760         (get_geometry), (_imp_oasis_load):
6761         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6762         (_imp_oo13_load):
6763         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6764         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6765         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6766         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6767         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6768         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6769         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6770         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6771         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6772         (iks_new_within), (iks_insert), (iks_insert_cdata),
6773         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6774         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6775         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6776         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6777         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6778         (iks_cdata), (iks_cdata_size), (iks_has_children),
6779         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6780         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6781         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6782         (iks_tree), (iks_load), (iks_save):
6783         * impress/iksemel.h:
6784         * impress/imposter.h:
6785         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6786         (imp_render_draw_bezier_real), (imp_render_get_size),
6787         (imp_render_set_fg_color), (imp_render_draw_line),
6788         (imp_render_draw_rect), (imp_render_draw_polygon),
6789         (imp_render_draw_arc), (imp_render_draw_bezier),
6790         (imp_render_open_image), (imp_render_get_image_size),
6791         (imp_render_scale_image), (imp_render_draw_image),
6792         (imp_render_close_image), (imp_render_markup),
6793         (imp_render_get_text_size), (imp_render_draw_text),
6794         (impress_document_load), (impress_document_save),
6795         (impress_document_get_n_pages), (impress_document_get_page_size),
6796         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6797         (impress_document_finalize), (impress_document_class_init),
6798         (impress_document_can_get_text), (impress_document_get_info),
6799         (impress_document_document_iface_init),
6800         (impress_document_thumbnails_get_thumbnail),
6801         (impress_document_thumbnails_get_dimensions),
6802         (impress_document_document_thumbnails_iface_init),
6803         (impress_document_init):
6804         * impress/impress-document.h:
6805         * impress/internal.h:
6806         * impress/r_back.c: (_imp_fill_back):
6807         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6808         (_imp_draw_image), (_imp_tile_image):
6809         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6810         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6811         (r_polyline):
6812         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6813         (r_draw_gradient_complex), (r_draw_gradient):
6814         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6815         (r_get_bullet):
6816         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6817         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6818         (r_text):
6819         * impress/render.c: (imp_create_context), (imp_context_set_page),
6820         (imp_context_set_step), (imp_render), (imp_delete_context):
6821         * impress/render.h:
6822         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6823         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6824         (zip_load_xml), (zip_get_size), (zip_load):
6825         * impress/zip.h:
6826         * shell/ev-utils.c:
6827         
6828         New backend to support impress slides. Fixes bug #30867.
6829
6830 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6831
6832         * shell/ev-utils.c: (using_postscript_printer):
6833         
6834         Fixes crash when print using PAPI backend,
6835         bug #345012.
6836
6837 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6838
6839         * shell/ev-jobs.c: (ev_job_xfer_run):
6840         * shell/ev-window.c: (password_dialog_response),
6841         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6842         (ev_window_dispose):
6843         Fixes bug #344160: if the xfer job doesn't complete
6844         because a password is required, reload the existing
6845         instance instead of creating a new one.
6846
6847 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6848
6849         * shell/main.c: (main): Call gdk_threads_init. Thus
6850         we'll avoid errors in auth dialog. Fix for the bug
6851         #343347.
6852
6853 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6854
6855         * configure.ac: Advertise pixbuf support, fix
6856         for the bug 343317.
6857
6858 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6859
6860         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6861         (ev_sidebar_thumbnails_set_document):
6862         
6863         Update sidebar thumbnails after reloading.
6864
6865 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6866
6867         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6868         * shell/ev-jobs.h:
6869         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6870         (ev_window_cmd_view_reload), (ev_window_init):
6871         
6872         Don't crash on reload. Fix for the bug #343167.
6873
6874 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6875
6876         * shell/ev-jobs.c: (ev_job_render_run):
6877         
6878         Check for document links.
6879
6880 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6881
6882         * backend/ev-attachment.c: (ev_attachment_save),
6883         (ev_attachment_launch_app), (ev_attachment_open):
6884         * backend/ev-document-factory.c: (get_document_from_uri):
6885         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6886         (egg_recent_view_uimanager_set_list):
6887         * ps/ps-document.c: (check_filecompressed), (document_load),
6888         (ps_document_load):
6889         * shell/ev-metadata-manager.c: (load_values):
6890         * shell/ev-password.c: (ev_password_dialog_set_property):
6891         * shell/ev-view.c: (tip_from_link):
6892         * shell/ev-window.c: (file_save_dialog_response_cb),
6893         (ev_window_print_dialog_response_cb):
6894         
6895         Use consistent quoting style. Fix for the bug #320285.
6896
6897 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6898
6899         * shell/ev-jobs.c: (ev_job_xfer_run):
6900         * shell/main.c: (load_files):
6901                 
6902         Open links with anchors. Fix for the bug #339836.
6903
6904 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6905
6906         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6907         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6908         (ev_link_dest_set_property), (ev_link_dest_finalize),
6909         (ev_link_dest_class_init), (ev_link_dest_new_named),
6910         (ev_link_dest_new_page_label):
6911         * backend/ev-link-dest.h:
6912         * shell/ev-application.c: (ev_application_open_uri):
6913         * shell/ev-view.c: (goto_dest):
6914         * shell/ev-window.c:
6915         * shell/ev-window.h:
6916         
6917         Fix page-label command line option. Bug #342070.
6918
6919 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6920
6921         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6922         
6923         Don't show highlight rects if page can't be showed. Fix for 
6924         the bug #342076
6925
6926 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6927
6928         * shell/ev-window.c: (setup_sidebar_from_metadata),
6929         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6930         
6931         Setup sidebar from metadata even if there is no document
6932         loaded. Fix for the bug #342807.
6933
6934 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6935
6936         * cut-n-paste/toolbar-editor/Makefile.am:
6937         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6938         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6939         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6940         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6941         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6942         (popup_context_menu_cb), (button_press_event_cb),
6943         (configure_item_sensitivity), (configure_item_cursor),
6944         (configure_item_tooltip), (connect_widget_signals),
6945         (action_sensitive_cb), (create_item_from_action),
6946         (create_item_from_position), (toolbar_drag_data_received_cb),
6947         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6948         (toolbar_drag_leave_cb), (configure_drag_dest),
6949         (toggled_visibility_cb), (toolbar_visibility_refresh),
6950         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6951         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6952         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6953         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6954         (egg_editable_toolbar_dispose),
6955         (egg_editable_toolbar_set_ui_manager),
6956         (egg_editable_toolbar_get_selected),
6957         (egg_editable_toolbar_set_selected), (set_edit_mode),
6958         (egg_editable_toolbar_set_property),
6959         (egg_editable_toolbar_get_property),
6960         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6961         (egg_editable_toolbar_new_with_model),
6962         (egg_editable_toolbar_get_edit_mode),
6963         (egg_editable_toolbar_set_edit_mode),
6964         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6965         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6966         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6967         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6968         (item_added_or_removed_cb), (toolbar_removed_cb),
6969         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6970         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6971         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6972         (editor_create_item_from_name), (append_table),
6973         (update_editor_sheet), (egg_toolbar_editor_init):
6974         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6975         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6976         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6977         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6978         (toolbar_node_free), (egg_toolbars_model_get_flags),
6979         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6980         (egg_toolbars_model_get_name), (impl_add_item),
6981         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6982         (parse_data_list), (parse_item_list), (parse_toolbars),
6983         (egg_toolbars_model_load_toolbars), (parse_available_list),
6984         (parse_names), (egg_toolbars_model_load_names),
6985         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6986         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6987         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6988         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6989         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6990         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6991         (egg_toolbars_model_set_types), (fill_avail_array),
6992         (egg_toolbars_model_get_name_avail),
6993         (egg_toolbars_model_get_name_flags),
6994         (egg_toolbars_model_set_name_flags):
6995         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6996         * cut-n-paste/toolbar-editor/eggintl.h:
6997         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6998         (egg_tree_multi_drag_source_get_type),
6999         (egg_tree_multi_drag_source_row_draggable),
7000         (egg_tree_multi_drag_source_drag_data_delete),
7001         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7002         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7003         (path_list_free), (set_context_data), (get_context_data),
7004         (get_info), (egg_tree_multi_drag_drag_data_get),
7005         (egg_tree_multi_drag_motion_event),
7006         (egg_tree_multi_drag_button_press_event),
7007         (egg_tree_multi_drag_add_drag_support):
7008         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7009         * shell/ev-application.c: (ev_application_init),
7010         (ev_application_save_toolbars_model):
7011         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7012         (ev_window_cmd_edit_toolbar), (ev_window_init):
7013         
7014         Sync toolbareditor with epiphany and libegg
7015
7016 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7017
7018         * configure.ac: 
7019
7020         Depend on poppler 0.5.2
7021
7022 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7023
7024         * shell/ev-jobs.c: (ev_job_render_run):
7025         
7026         Check if document supports links iterface.
7027
7028 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7029
7030         * NEWS:
7031         * configure.ac:
7032         
7033         Update for release 0.5.3
7034
7035 2006-05-13  Michael Plump  <plumpy@skylab.org>
7036
7037         * configure.ac:
7038         * shell/Makefile.am:
7039         * shell/main.c: (main):
7040         
7041         Port to GOption command line parsing. Fix for the 
7042         bug #327518
7043
7044 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7045
7046         * shell/ev-window.c: (ev_window_cmd_help_about):
7047         
7048         Do not wrap license. Fix for the bug #309460.
7049
7050 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7051
7052         * configure.ac:
7053         * properties/ev-properties-main.c: (ev_properties_get_pages):
7054         * shell/ev-application.c: (ev_application_open_window),
7055         (ev_application_open_uri_at_dest):
7056         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7057         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7058         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7059         * shell/ev-utils.c: (save_print_config_to_file):
7060         * shell/ev-window.c: (ev_window_cmd_save_as),
7061         (ev_attachment_popup_cmd_save_attachment_as):
7062         * shell/main.c: (load_files_remote):
7063         
7064         Bump requirements to gtk 2.8 and drop all ifdefs used.
7065
7066 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7069         * shell/ev-window.c: (ev_window_init):
7070         
7071         Show attachments page.
7072
7073 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7074
7075         * po/POTFILES.in:
7076         * shell/ev-attachment-bar.c:
7077         * shell/ev-attachment-bar.h:
7078         * shell/ev-sidebar-attachments.c:
7079         (ev_sidebar_attachments_icon_cache_add),
7080         (icon_theme_get_pixbuf_from_mime_type),
7081         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7082         (ev_sidebar_attachments_icon_cache_refresh),
7083         (ev_sidebar_attachments_get_attachment_at_pos),
7084         (ev_sidebar_attachments_popup_menu_show),
7085         (ev_sidebar_attachments_popup_menu),
7086         (ev_sidebar_attachments_button_press),
7087         (ev_sidebar_attachments_update_icons),
7088         (ev_sidebar_attachments_drag_data_get),
7089         (ev_sidebar_attachments_get_property),
7090         (ev_sidebar_attachments_destroy),
7091         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7092         (ev_sidebar_attachments_new),
7093         (ev_sidebar_attachments_set_document),
7094         (ev_sidebar_attachments_support_document),
7095         (ev_sidebar_attachments_get_label),
7096         (ev_sidebar_attachments_page_iface_init):
7097         * shell/ev-sidebar-attachments.h:
7098         * shell/ev-window.c: (update_chrome_visibility),
7099         (setup_sidebar_from_metadata), (ev_window_setup_document),
7100         (ev_window_sidebar_current_page_changed_cb),
7101         (attachment_bar_menu_popup_cb), (ev_window_init):
7102         
7103         Move attachments bar to sidebar.
7104
7105 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7106
7107         * pdf/ev-poppler.cc:
7108         * shell/ev-application.[ch]:
7109         * shell/main.c:
7110
7111         Fix some memory leaks.
7112
7113 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7114
7115         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7116
7117         Change the properties dialog response to
7118         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7119         will make the dialog go away when the user presses
7120         enter. With gtk+ >= 2.9 this will happen anyway, but for
7121         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7122         escape by default. Fixes bug #340539. See also bug
7123         #101293 for the gtk+ part.
7124
7125 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7126
7127         * shell/ev-view.c (tip_from_action_named): Replace some strings
7128         that were wrong. Closes #340970.
7129
7130 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7131
7132         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7133
7134         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7135         #341049
7136
7137 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7138
7139         * djvu/Makefile.am:
7140         * dvi/Makefile.am:
7141         * dvi/mdvi-lib/Makefile.am:
7142         * properties/Makefile.am:
7143         * ps/Makefile.am:
7144         * shell/Makefile.am:
7145         * thumbnailer/Makefile.am:
7146         
7147         Due to broken libtool that is unable to track dependencies
7148         of noinst libraries we are forced to explicitely point
7149         libraries for binary. Fix for the bug #333334.
7150
7151 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7152
7153         * data/evince.desktop.in.in:
7154         * shell/ev-view.c: (view_update_range_and_current_page),
7155         (ev_view_next_page), (ev_view_previous_page):
7156         * shell/ev-window.c: (update_chrome_visibility),
7157         (setup_sidebar_from_metadata), (ev_window_setup_document),
7158         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7159         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7160         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7161         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7162         (ev_window_stop_presentation), (ev_window_focus_in_event),
7163         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7164         (ev_window_init):
7165         * thumbnailer/Makefile.am:
7166         
7167         Update fullscreen and presentation timeout handling. Hide
7168         cursor in presentation after timeout. Fix for the bugs
7169         #136359 and #336981.
7170
7171 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7172
7173         * backend/ev-link-action.[ch]:
7174         * pdf/ev-poppler.cc: (ev_link_from_action):
7175         * shell/ev-view-private.h:
7176         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7177         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7178
7179         Add support for Named Action links
7180
7181 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7182
7183         * backend/Makefile.am:
7184         * backend/ev-document-links.[ch]:
7185         * backend/ev-document.[ch]:
7186         * backend/ev-link-action.[ch]:
7187         * backend/ev-link-dest.[ch]:
7188         * backend/ev-link.[ch]:
7189         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7190         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7191         * shell/ev-page-action.c: (build_new_tree_cb):
7192         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7193         (links_page_num_func), (update_page_callback):
7194         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7195         (tip_from_link):
7196         * shell/ev-jobs.c:
7197         * shell/ev-window.[ch]: (ev_window_open_uri),
7198         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7199         * shell/ev-application.[ch]: (ev_application_open_window),
7200         (ev_application_open_uri):
7201
7202         Rework links system, it adds support for remote links now and it makes
7203         easier to add new kinds of actions and destinations. Fixes bug #317292
7204
7205 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7206
7207         * data/Makefile.am:
7208         * data/evince.png:
7209         * data/evince-16.png:
7210         * data/evince-22.png:
7211         * data/evince.svg:
7212         * shell/main.c: (main):
7213         
7214         Evince use it's own icon. Fix for the bug #313392.
7215
7216         * shell/ev-window.c: (fullscreen_timeout_cb),
7217         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7218         (ev_window_cmd_help_about), (ev_window_dispose):
7219         
7220         Simplify fullscreen timeout code.
7221
7222 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7223
7224         * backend/ev-attachment.c: 
7225         * shell/ev-attachment-bar.c:
7226         * shell/ev-window.c:
7227
7228         Allow multiple selection of attachments
7229
7230 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7231
7232         * shell/ev-view.c: (view_update_range_and_current_page),
7233         (ev_view_scroll):
7234         
7235         Fix for the bug #312573 – Optimal selection of current 
7236         page among visible pages.
7237
7238 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7239
7240         * configure.ac:
7241         * djvu/Makefile.am:
7242         * djvu/djvu-text.h:
7243         
7244         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7245         for the bug 339868.
7246
7247 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7248
7249         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7250
7251 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7252
7253         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7254         dictated by the GNOME HIG. Fixes bug #339235.
7255
7256 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7257
7258         * data/evince-ui.xml:
7259         * shell/ev-view.c: (ev_view_can_find_previous):
7260         * shell/ev-view.h:
7261         * shell/ev-window.c: (ev_window_update_actions),
7262         (ev_window_cmd_edit_find_previous):
7263
7264         Add support for "Find Previous" as dictated by the GNOME HIG. A
7265         menu item is added and some glue code to make it all work is added
7266         to various files.
7267
7268 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7269
7270         * configure.ac: Award myself the "useless use of cat" award.
7271
7272 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7273
7274         * po/LINGUAS: New file listing all supported languages.
7275
7276         * configure.in: Use po/LINGUAS instead of including all languages
7277         directly in this file. See the wiki for more information:
7278         http://live.gnome.org/GnomeGoals/PoLinguas
7279
7280 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7281
7282         * backend/ev-document-factory.c:
7283
7284         Do not load the document twice when there isn't errors
7285
7286 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7287
7288         * backend/ev-attachment.c: 
7289
7290         Fix a crash when there isn't a default application to open an
7291         attachment
7292
7293 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7294
7295         * backend/ev-attachment.[ch]:
7296         * shell/ev-attachment-bar.[ch]:
7297
7298         Added missing files. 
7299
7300 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7301
7302         * backend/Makefile.am:
7303         * data/evince-ui.xml:
7304         * backend/ev-attachment.[ch]:
7305         * backend/ev-document.[ch]: (ev_document_has_attachments),
7306         (ev_document_get_attachments):
7307         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7308         (attachment_save_to_buffer), (pdf_document_get_attachments),
7309         (pdf_document_document_iface_init):
7310         * shell/Makefile.am:
7311         * shell/ev-attachment-bar.[ch]:
7312         * shell/ev-window.c:
7313
7314         Add support for PDF attachments. Fixes bug #325143
7315
7316 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7317
7318         * backend/ev-document-factory.c: (get_document_from_uri),
7319         (ev_document_factory_get_document):
7320         * backend/ev-document-factory.h:
7321         * properties/ev-properties-main.c: (ev_properties_get_pages):
7322         * shell/Makefile.am:
7323         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7324         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7325         (ev_job_queue_remove_job):
7326         * shell/ev-job-queue.h:
7327         * shell/ev-job-xfer.c:
7328         * shell/ev-job-xfer.h:
7329         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7330         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7331         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7332         (ev_job_xfer_run):
7333         * shell/ev-jobs.h:
7334         * shell/ev-window.c: (ev_window_is_empty),
7335         (password_dialog_response), (ev_window_clear_xfer_job),
7336         (ev_window_xfer_job_cb), (ev_window_open_uri),
7337         (ev_window_cmd_focus_page_selector),
7338         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7339         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7340         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7341         (ev_window_dispose):
7342         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7343         
7344         * Cleanup mime type detection on document load. Fix for the
7345         bug #336448.
7346
7347 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7348
7349         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7350         
7351         Fix crash on exit, described in the bug #336825.
7352
7353 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7354
7355         * backend/ev-document-factory.c:
7356         (ev_document_factory_get_from_mime),
7357         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7358         (ev_document_factory_get_document),
7359         (file_filter_add_mime_list_and_free),
7360         (ev_document_factory_add_filters):
7361         * backend/ev-document-factory.h:
7362         * properties/ev-properties-main.c: (ev_properties_get_pages):
7363         * shell/Makefile.am:
7364         * shell/ev-application.c:
7365         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7366         * shell/ev-window.c: (ev_window_cmd_file_open),
7367         (ev_window_cmd_save_as):
7368         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7369         
7370         Rework factory functions so they are placed now in a single 
7371         file ev-document-factory.c
7372
7373 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7374
7375         * shell/ev-window.c: (update_chrome_visibility):
7376         
7377         Fix for the bug 166566 - don't show menubar in fullscreen
7378         mode.
7379
7380 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7381
7382         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7383
7384 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7385
7386         * shell/ev-view.c: (ev_view_expose_event):
7387         
7388         More correctly draw loading text when document
7389         is empty.
7390
7391 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7392
7393         * shell/ev-view.c: (ev_view_scroll):
7394         
7395         Fix for the bug #334854, page down and page up switch
7396         pages in presentation mode.
7397
7398 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7399
7400         * shell/ev-window.c: (ev_window_set_action_sensitive),
7401         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7402         (ev_window_set_view_accels_sensitivity),
7403         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7404         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7405         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7406         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7407         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7408         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7409         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7410         (view_actions_focus_in_cb), (ev_window_init):
7411         
7412         Fix for the bug #333902, now it's possible to search
7413         words with slash.
7414
7415 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7416
7417         * configure.ac: Added Breton translation.
7418         * po/br.po: Added Breton translation.
7419
7420 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7421
7422         * shell/ev-window-title (ev_window_title_update):
7423
7424         Fix memory leak in window title. Fixes bug #333944
7425
7426 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7427
7428         * shell/ev-metadata-manager.c (parseItem):
7429
7430         Fix memory leaks. Fixes bug #333945
7431
7432 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7433         
7434         * NEWS, configure.ac, TODO:
7435         
7436         Update for release 0.5.2.
7437
7438 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7439
7440         * shell/ev-view.c: (view_update_range_and_current_page),
7441         (page_changed_cb):
7442         
7443         Don't jump on scrolling, fix for the bug #333127.
7444
7445 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7446
7447         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7448         
7449         Scroll by one page in presentation mode. Fix for the bug
7450         #332993.
7451
7452 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7453
7454         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7455
7456 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7457
7458         * configure.ac  Added lv in ALL_LINGUAS line.
7459
7460 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7461         
7462         * NEWS, configure.ac:
7463         
7464         Update for release 0.5.1
7465
7466 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7467
7468         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7469         * backend/ev-document-misc.h:
7470         * shell/ev-view.c: (draw_one_page):
7471         
7472          Clairfy what page the toolbar page number applies to. Fix
7473          for the bug #328102.
7474
7475 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7476
7477         * shell/ev-view-private.h:
7478         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7479         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7480         (ev_view_search_changed):
7481         * shell/ev-view.h:
7482         * shell/ev-window.c: (find_bar_search_changed_cb):
7483         
7484         Dont't jump to find result if window was scrolled during search.
7485         Fix for the bug #313266.
7486
7487 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7488
7489         * shell/eggfindbar.c: (egg_find_bar_class_init):
7490         * shell/eggfindbar.h:
7491         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7492         * shell/ev-view-private.h:
7493         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7494         (ev_view_class_init), (ev_sizing_mode_get_type),
7495         (ev_scroll_type_get_type):
7496         * shell/ev-view.h:
7497         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7498         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7499         (ev_window_init):
7500         
7501         Fix for the bug 319133 - Find entry should allow text scroll.
7502
7503 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7504
7505         * shell/ev-view-private.h:
7506         * shell/ev-view.c: (view_update_range_and_current_page),
7507         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7508         (ev_view_set_document), (update_find_status_message),
7509         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7510         (ev_view_find_previous):
7511         
7512         Fix for the bug #319137. Search now takes account for scrolling.
7513
7514 2006-02-19  Michael Hofmann <mh21@piware.de>
7515
7516         * configure.ac:
7517         * djvu/Makefile.am:
7518         * djvu/djvu-document-private.h:
7519         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7520         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7521         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7522         (djvu_document_can_get_text), (djvu_document_get_text),
7523         (djvu_document_document_iface_init),
7524         (djvu_document_thumbnails_get_thumbnail),
7525         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7526         (djvu_document_find_get_result),
7527         (djvu_document_find_page_has_results),
7528         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7529         (djvu_document_find_iface_init):
7530         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7531         (djvu_text_page_selection), (djvu_text_page_limits_process),
7532         (djvu_text_page_limits), (djvu_text_page_copy),
7533         (djvu_text_page_position), (djvu_text_page_union),
7534         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7535         (djvu_text_page_box), (djvu_text_page_append_text),
7536         (djvu_text_page_search), (djvu_text_page_prepare_search),
7537         (djvu_text_page_new), (djvu_text_page_free):
7538         * djvu/djvu-text-page.h:
7539         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7540         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7541         (djvu_text_n_results), (djvu_text_has_results),
7542         (djvu_text_get_result), (djvu_text_get_progress):
7543         * djvu/djvu-text.h:
7544         
7545         Text search in djvu. Fix for the bug #303415.
7546
7547 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7548
7549         * configure.ac:
7550         * shell/ev-window.c: (ev_window_cmd_save_as):
7551         
7552         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7553         Thanks to Gary Coady <gary@lyranthe.org>
7554
7555 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7556
7557         * shell/ev-print-job.c: (idle_print_handler):
7558         
7559         Inverse order printing, bug #320919.
7560
7561 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7562
7563         * data/evince-toolbar.xml:
7564         * shell/ev-window.c:
7565         
7566         Allow to add sidebar checkbutton on toolbar. Fix
7567         for the bug #144577.
7568
7569 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7570
7571         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7572         
7573         Add checks that have sense for empty ps document.
7574
7575 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7576
7577         * configure.ac: Include PS in mime types list. 
7578
7579 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7580
7581         * configure.ac:
7582         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7583         * ps/gsdefaults.h:
7584         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7585         
7586         Runtime check for gs interpreter. Fix for the bug #320868.
7587         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7588
7589 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7590
7591         * shell/ev-application.c: 
7592
7593         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7594         dbus>=0.60, so that the request is not queued. 
7595
7596 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7597
7598         * configure.ac:
7599         * shell/Makefile.am:
7600         * shell/ev-sidebar-links.c: (print_section_cb):
7601         * shell/ev-utils.c:
7602         * shell/ev-utils.h:
7603         * shell/ev-window.c: (update_action_sensitivity),
7604         (ev_window_close_dialogs), (ev_window_print):
7605         * shell/ev-window.h:
7606         
7607         Make printing support optional. Patch from Eduardo de Barros Lima
7608         <eduardo.lima@indt.org.br> for the bug #330546.
7609
7610 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7611
7612         * shell/ev-view-private.h:
7613         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7614         (ev_view_set_document):
7615         * shell/ev-view.h:
7616         * shell/ev-window.c: (ev_window_load_job_cb),
7617         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7618         (ev_window_init):
7619
7620         Draw Loading message during xfer job. Fix for the bug #329495.
7621
7622 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7623
7624         * comics/comics-document.c: (comics_regex_quote),
7625         (comics_document_load), (extract_argv):
7626         
7627         Correcly quote regexp before passing it to unzip.
7628
7629 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7630
7631         * shell/ev-page-cache.c: (build_height_to_page),
7632         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7633         (ev_page_cache_get_dual_even_left):
7634         * shell/ev-page-cache.h:
7635         * shell/ev-view.c: (view_update_range_and_current_page),
7636         (get_page_y_offset), (get_page_extents):
7637         
7638         Place even pages to the left if document has less then
7639         two pages. Fix for the bug #328856.
7640
7641 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7642
7643         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7644         
7645         Correct comics scheme. This make evince create thumbnails
7646         for comic books. Fix for the bug 329088.
7647
7648 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7649
7650         * data/evince-password.glade: Don't explicitly set
7651         invisible_char to the current default value in case
7652         the default changes; let GTK+ do its magic.
7653
7654 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7655
7656         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7657         real filename to tmp filename since often document
7658         type is determined by extension.
7659
7660 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7661
7662         * shell/ev-view.c: (add_scroll_binding_keypad),
7663         (ev_view_binding_activated), (ev_view_class_init):
7664         
7665         Add keybindings for percision-scrolling of display area. 
7666         Fix for the bug #314072.
7667
7668 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7669
7670         * data/evince.desktop.in.in:
7671         
7672         Add GTK to the list of categories. Fix for the bug #328034.
7673
7674 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7675
7676         * shell/ev-application.c: (ev_application_shutdown),
7677         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7678         * shell/ev-application.h:
7679         * shell/ev-window.c: (file_open_dialog_response_cb),
7680         (ev_window_cmd_file_open):
7681         
7682         Save last uri in file chooser dialog. Fix for the bug #327950.
7683
7684 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7685
7686         * NEWS:
7687         * README:
7688         
7689         Final update for release 0.5.0
7690         
7691         * shell/Makefile.am:
7692         
7693         Remove disable deprecated until we'll require libgnome-2.13.7
7694         and port to GOption argument parsing. See bug 327518.
7695
7696 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7697
7698         * comics/comics-document.c: (comics_document_save):
7699         * djvu/djvu-document.c: (djvu_document_save):
7700         * dvi/dvi-document.c: (dvi_document_save):
7701         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7702         * lib/ev-file-helpers.h:
7703         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7704         * tiff/tiff-document.c: (tiff_document_save):
7705         
7706         Use common save function for backends.
7707
7708 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7709
7710         * backend/ev-document-types.c:
7711         
7712         Fix crash on saving pixbuf.
7713
7714 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7715
7716         * cut-n-paste/recent-files/egg-recent-item.c:
7717         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7718         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7719         (parse_info_free), (valid_element), (start_element_handler),
7720         (end_element_handler), (text_handler), (egg_recent_model_filter),
7721         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7722         (egg_recent_model_monitor), (egg_recent_model_read),
7723         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7724         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7725         (egg_recent_model_set_property), (egg_recent_model_class_init),
7726         (egg_recent_model_init), (egg_recent_model_add_full),
7727         (egg_recent_model_delete), (egg_recent_model_get_list),
7728         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7729         (egg_recent_model_set_filter_mime_types),
7730         (egg_recent_model_clear_group_filter),
7731         (egg_recent_model_set_filter_groups),
7732         (egg_recent_model_clear_scheme_filter),
7733         (egg_recent_model_set_filter_uri_schemes),
7734         (egg_recent_model_remove_expired):
7735         * cut-n-paste/recent-files/egg-recent-util.c:
7736         (egg_recent_util_get_icon):
7737         * cut-n-paste/recent-files/egg-recent-util.h:
7738         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7739         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7740         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7741         (egg_recent_view_uimanager_set_property),
7742         (egg_recent_view_uimanager_get_property),
7743         (egg_recent_view_uimanager_class_init),
7744         (egg_recent_view_uimanager_init),
7745         (egg_recent_view_uimanager_set_label_width),
7746         (egg_recent_view_uimanager_get_label_width):
7747         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7748         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7749         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7750         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7751         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7752         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7753         
7754         Update from libegg.
7755
7756 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7757
7758         * shell/ev-page-cache.c: (build_height_to_page),
7759         (ev_page_cache_get_height_to_page):
7760         * shell/ev-page-cache.h:
7761         * shell/ev-view.c: (view_update_range_and_current_page),
7762         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7763         (ev_view_previous_page):
7764         
7765         Dual mode places even pages to the left. Fix for the bug #309393.
7766
7767         * shell/ev-view.h:
7768         * shell/ev-window.c: (update_action_sensitivity),
7769         (setup_view_from_metadata), (view_menu_popup_cb):
7770         
7771         Don't restore presentation in empty windows, more intelligent
7772         next page behaviour in dual mode.
7773
7774         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7775         (ev_pixbuf_cache_clear_job_sizes):
7776         
7777         Cleanup job callback on removal. Fix for the bug #325886.
7778
7779 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7780
7781         * ps/ps.c: (psscan):
7782         
7783         Commit workaround Mozilla problem. Fix for the bug #325919
7784         
7785         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7786         (save_item):
7787         
7788         Fix for year 2038 problem.
7789
7790 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7791
7792         * shell/ev-window.c: (setup_document_from_metadata),
7793         (ev_window_cmd_view_reload):
7794
7795         Clamp page recieved from metadata in valid values. Fix
7796         for the bug #325986.
7797
7798 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7799
7800         * MAINTAINERS: 
7801         Add MAINTAINERS as requested on desktop-devel-list.
7802
7803 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7804
7805         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7806         (mime_type_supported_by_gdk_pixbuf),
7807         (ev_document_factory_get_mime_types),
7808         (ev_document_factory_get_all_mime_types):
7809         
7810         Don't add pixbuf mime types if pixbuf backend is disabled.
7811         
7812         * shell/ev-application.c: (ev_application_get_uri_window):
7813         
7814         Fix for the bug 325815 - unhandled MIME type message doesn't 
7815         appear a second time. 
7816         
7817         * shell/ev-document-types.c: (ev_document_types_add_filters):
7818         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7819         (password_dialog_response), (ev_window_popup_password_dialog),
7820         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7821         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7822         (ev_window_run_presentation), (ev_window_stop_presentation),
7823         (save_sizing_mode), (ev_window_zoom_changed_cb),
7824         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7825         (ev_window_dual_mode_changed_cb),
7826         (ev_window_sidebar_current_page_changed_cb),
7827         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7828         (window_state_event_cb), (window_configure_event_cb):
7829         
7830         Cleanup additional uris holded by EvWindow.
7831
7832 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7833
7834         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7835         (ev_view_can_previous_page), (ev_view_can_next_page):
7836         * shell/ev-view.h:
7837         * shell/ev-window.c: (update_action_sensitivity):
7838         
7839         Two page scrolling with Space and PageUp in dual mode. Second fix 
7840         for the bug #316608.
7841
7842 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7843
7844         * shell/ev-view.c: (scroll_to_current_page):
7845         
7846         Correctly clamp adjustment value. Fix for the bug
7847         #325808.
7848
7849 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7850
7851         * shell/ev-sidebar-links.c: (print_section_cb):
7852         * shell/ev-window.c: (ev_window_get_uri),
7853         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7854         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7855         (ev_window_dispose):
7856         
7857         Make print dialog non-modal. Fix for the bug #325622.
7858
7859 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7860
7861         * shell/ev-metadata-manager.c:
7862         * shell/ev-utils.c: (using_pdf_printer),
7863         (using_postscript_printer), (load_print_config_from_file),
7864         (save_print_config_to_file):
7865         * shell/ev-utils.h:
7866         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7867         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7868         (setup_view_from_metadata), (ev_window_setup_document),
7869         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7870         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7871         (ev_window_run_presentation), (ev_window_stop_presentation),
7872         (save_sizing_mode), (ev_window_zoom_changed_cb),
7873         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7874         (ev_window_dual_mode_changed_cb),
7875         (ev_window_sidebar_current_page_changed_cb),
7876         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7877         (window_state_event_cb), (window_configure_event_cb),
7878         (ev_window_init):
7879         
7880         Setting saving behaviour fixes.
7881
7882 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7883
7884         * configure.ac:
7885         
7886         Make antialiasing gs options better and allow
7887         to change them during configure. Fix for the 
7888         bug #319049.
7889
7890 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7891
7892         * shell/ev-window.c: (setup_view_from_metadata):
7893         
7894         Remember if last window was maximized. Fix for the
7895         bug #323797.
7896
7897 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7898
7899         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7900
7901 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7902
7903         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7904         * shell/ev-page-action.c: (build_new_tree_cb):
7905         * shell/ev-sidebar-links.c: (links_page_num_func),
7906         (update_page_callback_foreach), (update_page_callback):
7907         * shell/ev-view.c: (scroll_to_current_page):
7908         
7909         Fix for the bug #325067 with more intelligent selection
7910         of current link in sidebar. Make sidebar handle links
7911         of FITR-like type more correctly.
7912
7913         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7914         (dvi_pixbuf_put_pixel):
7915         
7916         Fix memory consumtion with disabled alpha channel.
7917
7918 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7919
7920         * data/evince-ui.xml:
7921         * shell/ev-window.c: (view_menu_popup_cb),
7922         (ev_popup_cmd_open_link), (ev_window_init):
7923         
7924         Update context menu for internal links. Fix for the bug
7925         #325066.
7926
7927 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7928
7929         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7930         
7931         Bind context menu to keyboard also. Fix for the bug
7932         #325065.
7933
7934 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7935
7936         * shell/ev-view.c: (selection_scroll_timeout_cb):
7937         
7938         Horizontal scroll on selection also.
7939
7940 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7941
7942         * shell/ev-metadata-manager.c: (parse_value):
7943         * shell/ev-view.c: (goto_xyz_link):
7944         
7945         Correct zoom setup and metadata save broken in 
7946         some locales.
7947
7948 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7949
7950         * shell/ev-view-private.h:
7951         * shell/ev-view.c: (scroll_to_current_page),
7952         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7953         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7954         (page_changed_cb), (ev_view_set_continuous),
7955         (ev_view_set_dual_page), (ev_view_set_presentation):
7956         
7957         Delay scroll until allocation to correctly position page. Fix
7958         for the bug #317334.
7959
7960 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7961
7962         * NEWS:
7963         * configure.ac:
7964         
7965         Update NEWS and require poppler 0.5.0.
7966
7967 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7968         
7969         * data/evince-ui.xml:
7970         * shell/ev-view-private.h:
7971         * shell/ev-view.c: (ev_view_get_link_at_location),
7972         (handle_link_over_xy), (ev_view_button_press_event),
7973         (ev_view_button_release_event), (ev_view_class_init):
7974         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7975         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7976         (ev_window_init):
7977         
7978         Implement right-click context menu.
7979
7980 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7981
7982         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7983         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7984         (mdvi_pixbuf_device_render):
7985         * pdf/ev-poppler.cc:
7986
7987         Don't generate thumbnails with alpha. See bug #324077.
7988         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7989
7990 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7991
7992         * shell/ev-window.c: (setup_chrome_from_metadata):
7993         
7994         Fix typo that was hiding toolbar.
7995
7996 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7997
7998         * shell/ev-view-private.h:
7999         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8000         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8001         (ev_view_button_release_event), (ev_view_destroy):
8002         
8003         Small cleanup and autoscrolling during selection. Thanks to 
8004         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8005
8006 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8007
8008         * configure.ac:
8009         
8010         Correctly check for comics option.
8011
8012 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8013         * Makefile.am:
8014         * configure.ac:
8015         * backend/Makefile.am:
8016         * backend/ev-document-factory.c:
8017         * shell/ev-document-types.c:
8018
8019         Included option in configure to make ps backend 
8020         compilation optional with --disable-ps.
8021
8022 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8023
8024         * backend/ev-document-factory.c:
8025         * comics/Makefile.am:
8026         * comics/comics-document.c: (comics_document_load):
8027         * comics/ev-cbr-mime.xml:
8028         * configure.ac:
8029         
8030         Comics mime types are added to shared-mime-info CVS. Now
8031         we don't need to install our own mime types.
8032
8033 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8034
8035         * shell/ev-window.c:
8036         
8037         Add shortcut for "save a copy" menu entry. Fix for
8038         the bug #324582.
8039
8040 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8041
8042         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8043         (job_finished_cb), (new_selection_pixbuf_needed),
8044         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8045         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8046         
8047         Rework selection job info logic and fix critical warning.
8048
8049 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8050
8051         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8052
8053 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8054
8055         * data/evince-ui.xml:
8056         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8057         
8058         Enter as shortcut key for next page. Fix for the bug
8059         #321394.
8060
8061 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8062
8063         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8064
8065 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8066
8067         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8068         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8069         (new_selection_pixbuf_needed),
8070         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8071         (clear_job_selection):
8072         
8073         Too early for 0.5. Pixbuf cache code cleaned a bit.
8074
8075 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8076
8077         * NEWS:
8078         * configure.ac:
8079         
8080         Release 0.5.0 preparation
8081
8082 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8083
8084         * comics/Makefile.am:
8085         * configure.ac:
8086         * shell/ev-document-types.c: (ev_document_types_add_filters):
8087         
8088         More advanced handling of custom mime type installation.
8089
8090 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8091
8092         * data/evince.schemas.in:
8093         * shell/ev-metadata-manager.c: (value_free),
8094         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8095         (ev_metadata_manager_get), (ev_metadata_manager_set):
8096         * shell/ev-metadata-manager.h:
8097         * shell/ev-window.c: (update_chrome_flag),
8098         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8099         (setup_document_from_metadata), (setup_chrome_from_metadata),
8100         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8101         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8102         (ev_window_view_toolbar_cb),
8103         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8104         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8105         
8106         Save last document settings and reuse them for new documents.
8107
8108 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8109
8110         * Makefile.am:
8111         * backend/Makefile.am:
8112         * backend/ev-document-factory.c:
8113         * backend/ev-document-factory.h:
8114         * comics/Makefile.am:
8115         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8116         (comics_document_load), (comics_document_save),
8117         (comics_document_get_n_pages), (comics_document_get_page_size),
8118         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8119         (comics_document_class_init), (comics_document_can_get_text),
8120         (comics_document_get_info), (comics_document_document_iface_init),
8121         (comics_document_init), (get_supported_image_extensions),
8122         (comics_document_thumbnails_get_geometry),
8123         (comics_document_thumbnails_get_thumbnail),
8124         (comics_document_thumbnails_get_dimensions),
8125         (comics_document_document_thumbnails_iface_init), (extract_argv):
8126         * comics/comics-document.h:
8127         * comics/ev-cbr-mime.xml:
8128         * configure.ac:
8129         * po/POTFILES.in:
8130         * shell/ev-application.c: (ev_application_register_service):
8131         * shell/ev-document-types.c: (ev_document_types_add_filters):
8132         * thumbnailer/Makefile.am:
8133         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8134         
8135         New CBR/CBZ backend for comic books.
8136
8137 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8138
8139         * shell/main.c: (load_files_remote):
8140
8141         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8142         warning on startup of second instance is fixed. It
8143         is bug #320353.
8144
8145 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8146
8147         * shell/ev-window.c: (ev_window_finalize):
8148         
8149         Fix double free that cause crash.
8150
8151 2005-10-29  Bastien Nocera <hadess@hadess.net>
8152
8153         * tiff/tiff-document.c: (tiff_document_load):
8154         
8155         Fix memory leak.
8156
8157 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8158
8159         * po/POTFILES.in:
8160         * shell/Makefile.am:
8161         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8162         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8163         (ev_view_accessible_get_text),
8164         (ev_view_accessible_get_character_at_offset),
8165         (ev_view_accessible_get_text_before_offset),
8166         (ev_view_accessible_get_text_at_offset),
8167         (ev_view_accessible_get_text_after_offset),
8168         (ev_view_accessible_get_character_count),
8169         (ev_view_accessible_get_caret_offset),
8170         (ev_view_accessible_set_caret_offset),
8171         (ev_view_accessible_get_run_attributes),
8172         (ev_view_accessible_get_default_attributes),
8173         (ev_view_accessible_get_character_extents),
8174         (ev_view_accessible_get_offset_at_point),
8175         (ev_view_accessible_get_n_selections),
8176         (ev_view_accessible_get_selection),
8177         (ev_view_accessible_add_selection),
8178         (ev_view_accessible_remove_selection),
8179         (ev_view_accessible_set_selection),
8180         (ev_view_accessible_text_iface_init),
8181         (ev_view_accessible_idle_do_action),
8182         (ev_view_accessible_action_do_action),
8183         (ev_view_accessible_action_get_n_actions),
8184         (ev_view_accessible_action_get_description),
8185         (ev_view_accessible_action_get_name),
8186         (ev_view_accessible_action_set_description),
8187         (ev_view_accessible_action_iface_init),
8188         (ev_view_accessible_get_type), (ev_view_accessible_new),
8189         (ev_view_accessible_factory_get_accessible_type),
8190         (ev_view_accessible_factory_create_accessible),
8191         (ev_view_accessible_factory_class_init),
8192         (ev_view_accessible_factory_get_type):
8193         * shell/ev-view-accessible.h:
8194         * shell/ev-view-private.h:
8195         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8196         * shell/ev-view.h:
8197         
8198         Initial accessibility support.
8199
8200 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8201
8202         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8203
8204 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8205
8206         * shell/ev-print-job.c: (idle_print_handler):
8207         
8208         Fix for bug Bug 318916: Printing multiple pages.
8209
8210 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8211
8212         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8213
8214 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8215
8216         * pdf/ev-poppler.cc:
8217         
8218         Thumnail dimensions unified with other backends.
8219         
8220         * shell/ev-window-title.c: (ev_window_title_update):
8221         
8222         Fix warning.
8223
8224 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8225
8226         * data/ev-stock-zoom-fit-width.png:
8227         
8228         Remove unused file.
8229
8230 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8231
8232         * configure.ac:
8233         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8234         (djvu_document_finalize):
8235         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8236         (dvi_document_finalize):
8237         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8238         (pixbuf_document_save), (pixbuf_document_finalize):
8239         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8240         (tiff_document_finalize):
8241         
8242         Save a copy implemented for various backends.
8243
8244 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8245
8246         * configure.ac:
8247         
8248         Don't link with ltiff if tiff is disabled.
8249
8250 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8251
8252         * pdf/GDKSplashOutputDev.cc:
8253         * pdf/GDKSplashOutputDev.h:
8254         * pdf/Thumb.cc:
8255         * pdf/Thumb.h:
8256         * pdf/pdf-document.cc:
8257         * pdf/pdf-document.h:
8258         * pdf/test-gdk-output-dev.cc:
8259         
8260         Remove old unused files.
8261
8262 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8263
8264         * shell/ev-window.c: (ev_window_setup_document):
8265         
8266         Fixed warnings on reload and probably crash reason.
8267
8268 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8269
8270         * properties/ev-properties-view.c:
8271         (ev_properties_view_format_date):
8272         
8273         Check if date is invalid. Fix for bug 318134.
8274
8275 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8276
8277         * shell/ev-window-title.c:
8278         
8279         Add .indd files (Adobe Indesign) to the list of "bad
8280         extensions".
8281
8282 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8283
8284         * data/evince-ui.xml:
8285         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8286         
8287         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8288
8289 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8290
8291         * shell/ev-window.c: (launch_link), (launch_external_uri),
8292         (view_external_link_cb):
8293
8294         URL-escape link before passing it to gnome_vfs_url_show.
8295
8296 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8297
8298         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8299         there isn't text selected.
8300
8301 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8302
8303         * shell/ev-view.c: (handle_link_over_xy):
8304
8305         Check tooltip is valid utf8 before showing it
8306
8307 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8308
8309         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8310
8311 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8312
8313         * shell/ev-window-title.c: (ev_window_title_update):
8314
8315         Guard against using g_strstrip on NULL. Fixes bug #317291.
8316
8317 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8318
8319         * pdf/ev-poppler.cc:
8320
8321         Show title even for unknown links
8322
8323 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8324
8325         * shell/ev-window-title.c: (ev_window_title_update):
8326
8327         Strip the title string
8328
8329 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8330
8331         * shell/ev-window-title.c:
8332
8333         Add .rtf to the bad extensions list
8334
8335 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8336
8337         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8338         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8339
8340         Ignore link coordinates if they are outside page bounds
8341
8342 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8343
8344         * backend/ev-link.c: (ev_link_type_get_type),
8345         (ev_link_get_filename), (ev_link_get_params),
8346         (ev_link_get_property), (ev_link_set_property),
8347         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8348         * backend/ev-link.h:
8349         * pdf/ev-poppler.cc:
8350         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8351         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8352         (ev_window_init):
8353
8354         Implement launch links. Delegate external link opening to
8355         the window.
8356
8357 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8358
8359         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8360         (ev_link_get_right), (ev_link_get_property),
8361         (ev_link_set_property), (ev_link_class_init),
8362         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8363         * backend/ev-link.h:
8364         * pdf/ev-poppler.cc:
8365         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8366
8367         Implement fitr links
8368
8369 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8370
8371         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8372         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8373         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8374         (ev_view_size_request_continuous),
8375         (ev_view_size_request_dual_page),
8376         (ev_view_size_request_single_page), (ev_view_size_allocate),
8377         (ev_view_zoom_for_size_continuous_and_dual_page),
8378         (ev_view_zoom_for_size_continuous),
8379         (ev_view_zoom_for_size_dual_page),
8380         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8381         (ev_sizing_mode_get_type):
8382         * shell/ev-view.h:
8383         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8384
8385         Do not use modes for link, we need to calculate size ad hoc.
8386         Still not perfect because of the usual scrollbar issues grrr.
8387
8388 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8389
8390         * backend/ev-link.c: (ev_link_type_get_type),
8391         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8392         * backend/ev-link.h:
8393         * pdf/ev-poppler.cc:
8394         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8395         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8396         (ev_view_size_request_continuous),
8397         (ev_view_size_request_dual_page),
8398         (ev_view_size_request_single_page), (ev_view_size_allocate),
8399         (zoom_for_size_fit_height),
8400         (ev_view_zoom_for_size_continuous_and_dual_page),
8401         (ev_view_zoom_for_size_continuous),
8402         (ev_view_zoom_for_size_dual_page),
8403         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8404         (ev_sizing_mode_get_type):
8405         * shell/ev-view.h:
8406         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8407
8408         Implement FIT_HEIGHT mode (only for links).
8409         Implement FITH links
8410
8411 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8412
8413         * shell/ev-window-title.c: (get_filename_from_uri),
8414         (ev_window_title_sanitize_extension), (ev_window_title_update),
8415         (ev_window_title_set_document), (ev_window_title_set_uri),
8416         (ev_window_title_free):
8417         * shell/ev-window-title.h:
8418         * shell/ev-window.c: (ev_window_setup_document),
8419         (ev_window_popup_password_dialog):
8420
8421         Refactor window title building while fixing it for
8422         password documents.
8423
8424 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8425
8426         * pdf/ev-poppler.cc:
8427
8428         Escape link title before setting it in the model
8429
8430 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8431
8432         * shell/ev-application.c: (removed_from_session), (save_session),
8433         (init_session), (ev_application_get_empty_window),
8434         (ev_application_init), (ev_application_get_windows):
8435         * shell/ev-application.h:
8436         * shell/ev-window.c: (ev_window_finalize):
8437
8438         Add a function to retrieve window list and share it where
8439         necessary.
8440         Implement session handling, works pretty well thanks to the
8441         metadata system.
8442
8443 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8444
8445         * shell/ev-password.c: (ev_password_item_created_callback),
8446         (ev_password_dialog_save_password):
8447         
8448         Fix for bug 316972. Use async gnome-keyring API.
8449
8450 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8451
8452         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8453         Remove unused unrealize handler. Add scroll handling to
8454         ev_view_scroll_event for presentation mode (bug #316708),
8455         and fix the event state checks there.
8456
8457 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8458
8459         * shell/ev-page-action.c: (page_changed_cb):
8460
8461         "marco, maybe we should be crazy and jump right to 6! :)"
8462
8463         Bryan Clark, Sep 2005
8464
8465 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8466
8467         * ps/ps-document.c: (save_document), (ps_document_save),
8468         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8469         (ps_document_ps_export_end):
8470
8471         Fix unstructured documents save and print
8472
8473 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8474
8475         * shell/ev-application.c: (ev_application_open_uri):
8476
8477         Fix window size persistance
8478
8479 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8480
8481         * shell/ev-view.c: (ev_view_button_release_event):
8482
8483         Based on a patch from carlosgc@gnome.org. Mouse buttons
8484         switch pages in presentation mode.
8485
8486 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8487
8488         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8489
8490         Dont cast to int before scaling
8491
8492 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8493
8494         * backend/ev-link.c: (ev_link_type_get_type),
8495         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8496         (ev_link_new_page_fith):
8497         * backend/ev-link.h:
8498         * pdf/ev-poppler.cc:
8499         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8500
8501         Implement FIT and FITH links
8502
8503 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8504
8505         * pdf/ev-poppler.cc:
8506
8507         Return 0 results when search is not in progress.
8508
8509         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8510         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8511
8512         Update menu sensitivity when cancelling search
8513
8514 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8515
8516         * shell/ev-view.c: (ev_view_can_find_next):
8517
8518         Take all pages in consideration, not just current one
8519
8520 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8521
8522         * shell/ev-page-cache.c:
8523         * shell/ev-page-cache.h:
8524         * shell/ev-view.c: (ev_view_binding_activated),
8525         (ev_view_next_page), (ev_view_previous_page),
8526         (ev_sizing_mode_get_type):
8527         * shell/ev-view.h:
8528         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8529         (ev_window_cmd_go_next_page):
8530
8531         Move page next/previous functions from page chace to
8532         view and change it to move by 2 page steps in dual mode.
8533
8534 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8535
8536         * shell/ev-window.c: (update_sidebar_visibility),
8537         (setup_sidebar_from_metadata), (ev_window_setup_document),
8538         (setup_view_from_metadata):
8539
8540         Show the index by default when there is one     
8541
8542 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8543
8544         * shell/ev-window-title.c: (ev_window_title_set_document):
8545
8546         Missing null check
8547
8548 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8549
8550         * shell/ev-view.c: (view_update_range_and_current_page):
8551         
8552         Allow display of last odd page in dual view. Fix for 316347.
8553
8554 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8555
8556         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8557         
8558         Make close button default. Fix for 316383.
8559
8560 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8561
8562         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8563         
8564         Mark close button as default. Fix for 316381.
8565
8566 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8567
8568         * backend/ev-link.c: (ev_link_class_init):
8569
8570         Allow negative doubles in left/top properties
8571
8572 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * shell/ev-window.c:
8575
8576         Remove a bunch of strings that was used only
8577         by the statusbar.
8578
8579 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8580
8581         * shell/ev-window-title.c: (get_filename_from_uri),
8582         (ev_window_title_set_document):
8583
8584         When title has a confusing extension, show also
8585         the document filename inside ()
8586
8587 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8588
8589         * shell/Makefile.am:
8590         * shell/ev-window-title.c: (ev_window_title_new),
8591         (ev_window_title_update), (ev_window_title_set_type),
8592         (ev_window_title_set_document), (ev_window_title_free):
8593         * shell/ev-window-title.h:
8594         * shell/ev-window.c: (ev_window_setup_document),
8595         (password_dialog_response), (ev_window_popup_password_dialog),
8596         (ev_window_dispose), (ev_window_init):
8597
8598         Factor out and cleanup window title code
8599
8600 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8601
8602         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8603         (unable_to_load):
8604
8605         Make dialog transient so it doesnt block other windows
8606
8607 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8608
8609         * pdf/ev-poppler.cc:
8610         
8611         Fix pdf thumbnails rendering.
8612
8613 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8614
8615         * shell/ev-window.c: (fullscreen_set_timeout):
8616         
8617         Increase timeout to hide full screen popup. Bug 
8618         316123. 
8619
8620 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8621
8622         * data/evince.schemas.in:
8623         * shell/ev-window.c: (update_action_sensitivity):
8624
8625         Allow the user to override document restrictions. Fix for bug
8626         305818.
8627
8628 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8629
8630         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8631         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8632         (ev_window_class_init): Fix multihead behaviour of fullscreen
8633         toolbar popup. Fixes bug #315451.
8634
8635 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8636
8637         * configure.ac:
8638         * data/evince-password.glade:
8639         * shell/ev-password.c: (ev_password_dialog_set_property),
8640         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8641         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8642         (ev_password_dialog_entry_changed_cb),
8643         (ev_password_dialog_entry_activated_cb),
8644         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8645         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8646         (ev_password_dialog_set_bad_pass):
8647         * shell/ev-password.h:
8648         * shell/ev-window.c: (password_dialog_response),
8649         (ev_window_popup_password_dialog):
8650         
8651         Support for gnome-keyring for encrypted PDF's.
8652
8653 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8654
8655         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8656         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8657         (ev_view_enter_notify_event), (ev_view_class_init):
8658         
8659         More precise handling of enter_notify/leave_notify events
8660         in EvView. Fix for bug 315470.
8661
8662 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8663
8664         * shell/ev-window.c: (fullscreen_timeout_cb),
8665         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8666         (ev_window_dispose):
8667
8668         leak fix: unref fullscreen_timeout_source before clearing it
8669
8670 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8671
8672         * configure.ac, dvi/mdvi/Makefile.am: 
8673         
8674         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8675
8676 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * backend/ev-link.c: (ev_link_new_page_xyz):
8679         * pdf/ev-poppler.cc:
8680         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8681
8682         Fix some bugs with xyz links, respect zoom
8683
8684 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8685
8686         * shell/ev-window.c: (page_changed_cb),
8687         (setup_document_from_metadata), (update_sidebar_visibility),
8688         (setup_view_from_metadata), (ev_window_run_fullscreen),
8689         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8690         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8691         (ev_window_dual_mode_changed_cb),
8692         (ev_window_sidebar_current_page_changed_cb):
8693
8694         null check uri before setting and getting metadata
8695
8696 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8697
8698         * dvi/Makefile.am:
8699         * properties/Makefile.am:
8700         * shell/Makefile.am:
8701         * thumbnailer/Makefile.am:
8702
8703         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8704
8705 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8706
8707         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8708         (selection_changed_callback):
8709         * shell/ev-sidebar-links.h:
8710
8711         Add a signal for link activation.
8712
8713         * shell/ev-view.c: (ev_view_goto_link),
8714         (ev_view_button_release_event):
8715         * shell/ev-view.h:
8716         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8717         (ev_window_init):
8718
8719         Implement the signal so that we can handle all link types.
8720
8721         * shell/ev-page-cache.c:
8722
8723         Remove unused set_link function
8724
8725 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8726
8727         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8728
8729         Add some space from the cursor, hardcoded but I couldnt
8730         find a better way.
8731
8732 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8733
8734         * lib/ev-tooltip.c:
8735
8736         Use mozilla style vs gtk style, way better for links.
8737
8738         * shell/ev-view.c: (ev_view_motion_notify_event),
8739         (ev_view_destroy), (ev_view_init):
8740
8741         Deactive tooltip when the link hovered is changed.
8742
8743 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8744
8745         * backend/ev-document.h:
8746         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8747         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8748         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8749         (ev_link_new_page), (ev_link_new_page_xyz):
8750         * backend/ev-link.h:
8751         * pdf/ev-poppler.cc:
8752         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8753         (go_to_link), (tip_from_link):
8754
8755         Implement xyz links, still not functional. Links are a total
8756         mess, will need to refactor and bugfix a lot :(
8757
8758 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8759
8760         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8761
8762 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8763
8764         * data/evince-ui.xml:
8765         * data/evince.schemas.in:
8766         * shell/Makefile.am:
8767         * shell/ev-window.c: (update_chrome_visibility),
8768         (password_dialog_response), (ev_window_load_job_cb),
8769         (ev_window_xfer_job_cb), (ev_window_open_uri),
8770         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8771         (ev_window_init):
8772
8773         Remove the statusbar. This regress loading feedback, need to
8774         check with Bryan what we want to do there...
8775
8776 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8777
8778         * lib/ev-tooltip.c: (ev_tooltip_init):
8779
8780         Fix tooltip border and size handling
8781
8782 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8783
8784         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8785         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8786         (ev_tooltip_timeout), (ev_tooltip_activate),
8787         (ev_tooltip_deactivate):
8788         * lib/ev-tooltip.h:
8789         * shell/ev-view.c: (ev_view_motion_notify_event):
8790
8791         Delay popup showing. Mirror gtk logic/times.
8792
8793 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8794
8795         * lib/Makefile.am:
8796         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8797         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8798         (ev_tooltip_set_text), (ev_tooltip_set_position):
8799         * lib/ev-tooltip.h:
8800
8801         Simple widget to show tooltips at a custom position
8802
8803         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8804         (ev_view_destroy):
8805
8806         Use it for links. First go, needs work
8807
8808 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8809
8810         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8811         HIG fixes.  Use title capitalization for window title. Use 12 
8812         pixels of space between the dialog's vbox and action area.
8813
8814 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8815
8816         * shell/ev-window.c: (file_open_dialog_response_cb),
8817         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8818         (ev_window_cmd_save_as):
8819
8820         Make file pickers not modal and refactor code some
8821
8822 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8823
8824         * shell/ev-sidebar.h:
8825         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8826         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8827         (ev_sidebar_class_init), (ev_sidebar_select_page),
8828         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8829         (ev_sidebar_set_page):
8830
8831         Add a current page property and allow to get/set it
8832
8833         * shell/ev-window.c: (setup_view_from_metadata),
8834         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8835
8836         Persist current sidebar page per document
8837
8838 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8839
8840         * data/evince.schemas.in:
8841         * shell/ev-window.c: (update_chrome_visibility),
8842         (setup_document_from_metadata), (update_sidebar_visibility),
8843         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8844         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8845         (ev_window_run_presentation), (ev_window_stop_presentation),
8846         (ev_window_view_sidebar_cb),
8847         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8848         (load_chrome), (ev_window_init):
8849
8850         Persist size/visibility of sidebar per document
8851
8852 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8853
8854         * shell/ev-view.c (draw_loading_text): Draw loading text.
8855
8856 2005-09-02  Dan Damian  <dand@gnome.ro>
8857
8858         * configure.in: Added "ro" to ALL_LINGUAS.
8859
8860 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8861
8862         * shell/ev-view.c: (clear_caches):
8863
8864         ev_page_cache_get doesnt return a reference,
8865         dont try to unref it.
8866
8867 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8868
8869         * shell/main.c: (load_files_remote):
8870
8871         Fix timestamp parameter with dbus <= 0.33
8872
8873 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8874
8875         * data/evince.schemas.in:
8876
8877         Add missing full stop
8878
8879 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8880
8881         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8882         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8883
8884         Plug some memory leaks
8885
8886 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8887
8888         * configure.ac:
8889         * lib/ev-debug.c: (trap_handler):
8890
8891         Check for execinfo.h and use it only if it exists.
8892         Ported from Epiphany (bug #314776).
8893
8894 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8895
8896         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8897
8898 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8899
8900         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8901         * po/id.po      : Added Indonesian translation
8902
8903 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8904
8905         * shell/main.c:
8906         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8907         * NEWS: Release 0.4.0
8908
8909 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8910
8911         * configure.ac: catch another gtk+-2.8ism
8912         * shell/main.c: Make work with gtk+-2.6
8913
8914 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8915
8916         * shell/ev-application-service.xml: Add 'timestamp' argument to
8917           ev_application_open_window and ev_application_open_uri methods.
8918
8919         * shell/ev-application.h: Add 'timestamp' argument to
8920           ev_application_open_window, ev_application_open_uri,
8921           and ev_application_open_uri_list functions.
8922
8923         * shell/ev-application.c (ev_application_open_window,
8924           ev_application_open_uri, ev_application_open_uri_list): Change
8925           functions that show/present windows to use a timestamp if one
8926           is passed in.
8927
8928         * shell/ev-window.c (ev_window_cmd_file_open,
8929           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8930         * shell/main.c (load_files): Modify calls to ev_application to
8931           include GDK_CURRENT_TIME as timestamp.
8932
8933         * shell/main.c (load_files_remote): Obtain timestamp for client
8934           instance from GDK and pass to server instance so new windows are
8935           focused properly.  Fix dbus_g_proxy_call() calls by including second
8936           G_TYPE_INVALID.
8937           
8938         Closes bug #314475.
8939
8940 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8941
8942         * shell/ev-window.c (ev_window_finalize): Check for
8943         avail. EvWindows when quiting to handle the finalize better,
8944         #314497
8945
8946 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8947         
8948         * properties/ev-properties-view.c: 
8949         
8950         Set textdomain to libglade. Fixes translation problem in property page.
8951
8952 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8953
8954         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8955         * dvi/Makefile.am:
8956         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8957         * dvi/mdvi-lib/Makefile.am:
8958         
8959         Fix rotation of thumbnails, ported to new API. Moved library
8960         dependencies earlier, probably it will fix linkage problem.
8961
8962 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8963
8964         * backend/ev-document-misc.c:
8965         (ev_document_misc_get_thumbnail_frame):
8966         * backend/ev-document-misc.h:
8967         * configure.ac:
8968         * pdf/ev-poppler.cc:
8969         * shell/Makefile.am:
8970         * shell/ev-sidebar-thumbnails.c: (add_range),
8971         (ev_sidebar_thumbnails_set_loading_icon),
8972         (ev_sidebar_thumbnails_refresh),
8973         (ev_sidebar_thumbnails_set_document):
8974         * shell/ev-sidebar-thumbnails.h:
8975         * shell/ev-view.c: (ev_view_motion_notify_event),
8976         (ev_view_set_property), (ev_view_get_property),
8977         (ev_view_class_init), (ev_view_set_rotation):
8978         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8979         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8980         (ev_window_init):
8981         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8982         Redo rotation (again).  prepare for 0.4.0
8983
8984 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8985
8986         * configure.ac: Bump poppler requirement to 0.4.1.
8987
8988         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8989         argument to poppler_page_render_selection() call.
8990
8991 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8992
8993         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8994         (djvu_document_thumbnails_get_thumbnail):
8995         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8996         (dvi_document_thumbnails_get_thumbnail):
8997         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8998         (pixbuf_document_thumbnails_get_thumbnail):
8999         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9000         
9001         Update rotation direction of backends to fit with pdf and ps.
9002
9003 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9004
9005         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9006         * backend/ev-async-renderer.h:
9007         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9008         (setup_page), (ps_document_get_page_size),
9009         (ps_async_renderer_render_pixbuf):
9010         * ps/ps-document.h:
9011         * shell/ev-jobs.c: (ev_job_render_run):
9012
9013         Fix orientation in the postscript document
9014
9015 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9016
9017         * pdf/ev-poppler.cc:
9018         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9019         * shell/ev-view.c: (highlight_find_results):
9020
9021         Adapt to the new poppler rotation API. Fix text maps on landscape
9022         documents.
9023
9024 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9025
9026         * shell/ev-view.c (compute_new_selection_text): get the correct
9027         region when selecting in modes other than continuous.
9028
9029 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9030
9031         * shell/main.c (main): remove redundant g_warnings.
9032
9033 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9034
9035         * shell/Makefile.am: Don't include autogenerated
9036         file ev-application-service.h into distribution, since
9037         it causes dbus crash. Fix for bugs 313724 and 313443. 
9038
9039 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9040
9041         * configure.ac: Fix sed expression for FreeBSD. Thanks
9042         to Joe Marcus Clark <marcus@freebsd.org>
9043         
9044         * shell/eggfindbar.c: (entry_activate_callback),
9045         (entry_changed_callback), (egg_find_bar_init),
9046         (egg_find_bar_set_search_string):
9047         
9048         Made findbar buttons unsensitive if there is no text in
9049         entry. Fix for the bug 313285.
9050
9051 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9052
9053         * ps/ps-document.c: Use g_filename_display_name for displaying
9054         filenames and revert string freeze breackage
9055
9056 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9057
9058         * NEWS:
9059         * configure.ac:
9060
9061         Update for 0.3.4
9062
9063         * shell/Makefile.am:
9064
9065         Add ev-application-service.xml to extra dist
9066
9067         * shell/ev-view.c: (find_page_at_location):
9068
9069         Remove unused function (fix warning)
9070
9071 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9072
9073         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9074         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9075         
9076         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9077         bug 313623.
9078
9079 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9080
9081         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9082         * shell/ev-window.c:
9083         Fix build warnings
9084
9085 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9086
9087         * configure.ac: Update script to get dbus version.
9088         Fix for the bug #313443.
9089
9090 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9091
9092         * shell/ev-window.c: (ev_window_cmd_escape):
9093         
9094         Return focus back to view on escape. Fix for bug 313295.
9095
9096 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9097
9098         * shell/ev-window.c: (update_window_title),
9099         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9100         (ev_window_cmd_save_as):
9101         
9102         Correct conversion from uri to displayable string. Fix for
9103         bug 313296.
9104
9105 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9106
9107         * ps/ps-document.c: convert filename to utf8 when there is an error
9108         loading document. Fixes #309915
9109
9110 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9111
9112         * configure.ac:
9113
9114         We depend on poppler 0.4.0
9115
9116 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9117
9118         * configure.ac:
9119         * NEWS: Release 0.3.3.
9120         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9121
9122 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9123
9124         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9125         add a couple missing mnemonics to menu items, use title 
9126         capitalization for menu items and window titles, and add 
9127         ellipsis to open menu item.     
9128
9129 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9130
9131         * pdf/ev-poppler.cc:
9132         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9133         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9134         (ev_view_get_rotation):
9135         * shell/ev-view.h:
9136         * shell/ev-window.c: (setup_view_from_metadata),
9137         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9138         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9139         disk.
9140
9141 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9142
9143         * configure.ac: Added tr to ALL_LINGUAS
9144
9145 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9146
9147         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9148         requires several clicks to find word. Thanks to 
9149         Colin Slater <kiltedtaco@gmail.com>.
9150
9151 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9152
9153         * data/evince.desktop.in.in: Hide menu entry and
9154         rename it to "Document Viewer". Fix for bug 
9155         #312399.
9156
9157 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9158
9159         * shell/ev-page-action.c (ev_page_action_class_init): 
9160
9161         Point to the correct function in constructor of the
9162         activate_label signal
9163
9164 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9165
9166         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9167         * shell/ev-jobs.h: Make thread safe.
9168
9169 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9170
9171         * shell/ev-view.c: (view_update_range_and_current_page):
9172         Don't update page range if we are scrolling to some document
9173         point.
9174
9175 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9176
9177         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9178         when getting max_page_width, fix drawing in dual mode.
9179
9180 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9181
9182         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9183         getting the area for select_all.
9184
9185 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9186
9187         * backend/ev-selection.c: (ev_selection_render_selection):
9188         * backend/ev-selection.h:
9189         * pdf/ev-poppler.cc:
9190         * shell/ev-jobs.c: (ev_job_render_new):
9191         * shell/ev-jobs.h:
9192         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9193         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9194         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9195         (ev_view_class_init):
9196
9197         Change selection color on focus in and focus out events.  Also,
9198         poppler now uses GdkColor for specifying the selection colors, so
9199         drop some awkward conversion code.
9200
9201 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9202
9203         * configure.ac: Added Hebrew translation
9204
9205 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9206
9207         * NOTES:
9208         * backend/ev-selection.c: (ev_selection_render_selection):
9209         * backend/ev-selection.h:
9210         * pdf/ev-poppler.cc:
9211         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9212         (ev_job_render_run):
9213         * shell/ev-jobs.h:
9214         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9215         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9216         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9217         (ev_pixbuf_cache_style_changed),
9218         (ev_pixbuf_cache_get_selection_pixbuf),
9219         (ev_pixbuf_cache_set_selection_list),
9220         (ev_pixbuf_cache_get_selection_list):
9221         * shell/ev-pixbuf-cache.h:
9222         * shell/ev-utils.c: (ev_print_region_contents):
9223         * shell/ev-utils.h:
9224         * shell/ev-view.c: (ev_view_queue_draw_page),
9225         (selection_update_idle_cb), (ev_view_motion_notify_event),
9226         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9227         (setup_caches), (ev_view_find_next), (merge_selection_region),
9228         (selection_free):
9229         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9230
9231         Clean up selection to be much smoother!
9232
9233 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9234
9235         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9236         to poppler_page_render_selection().
9237
9238 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9239
9240         * ps/ps-document.c: (save_page_list): Use
9241         unzipped document when printing. Thanks to 
9242         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9243         311016.
9244
9245 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9246
9247         * shell/ev-window.c: (update_action_sensitivity):
9248         
9249         Disable print and save respect to lockdown gconf keys. Fix
9250         for 312342.
9251
9252 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9253
9254         * configure.ac:
9255         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9256         (write_to_temp_file), (ev_file_set_contents):
9257         * shell/ev-utils.h:
9258         * shell/ev-window.c: (save_print_config_to_file):
9259         
9260         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9261         Fix for bug 312238
9262
9263 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9264
9265         * shell/ev-window.c: (load_print_config_from_file),
9266         (save_print_config_to_file), (ev_window_print_range):
9267
9268         Persist the print settings. Fixes bug #311578.
9269
9270 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9271
9272         * djvu/djvu-document.c: (djvu_document_get_page_size),
9273         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9274         (djvu_document_thumbnails_get_thumbnail):
9275         * dvi/dvi-document.c: (dvi_document_get_page_size),
9276         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9277         (dvi_document_thumbnails_get_dimensions),
9278         (dvi_document_thumbnails_get_thumbnail):
9279         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9280         (pixbuf_document_render_pixbuf),
9281         (pixbuf_document_document_iface_init),
9282         (pixbuf_document_thumbnails_get_thumbnail):
9283         
9284         Update backends to make them build with new rotation system.
9285
9286 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9287
9288         * help/C/figures/evince_start_window.png:
9289         
9290         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9291
9292 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9293
9294         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9295         * shell/ev-pixbuf-cache.h:
9296         * shell/ev-sidebar-thumbnails.c:
9297         (ev_sidebar_thumbnails_get_property), (add_range),
9298         (adjustment_changed_cb):
9299         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9300         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9301         we were thumbnailing the entire docment on startup, slowing us
9302         down hugely. 
9303
9304 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9305
9306         * shell/ev-page-cache.c: (ev_page_cache_new):
9307         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9308         == 0, fixes #310306.
9309
9310 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9311
9312         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9313         (ev_view_rotate_left):
9314
9315         Account rotation in doc_rect_to_view_rect.
9316         Ensure rotation doesnt go out of bounds.
9317
9318 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9319
9320         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9321
9322         Correct and cleanup w/h swapping
9323
9324 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9325
9326         * backend/ev-document-thumbnails.c:
9327         (ev_document_thumbnails_get_thumbnail):
9328         * backend/ev-document-thumbnails.h:
9329         * backend/ev-document.c:
9330         * backend/ev-document.h:
9331         * backend/ev-render-context.c: (ev_render_context_new),
9332         (ev_render_context_set_rotation):
9333         * backend/ev-render-context.h:
9334         * pdf/ev-poppler.cc:
9335         * ps/ps-document.c: (ps_document_document_iface_init):
9336         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9337         * shell/ev-jobs.h:
9338         * shell/ev-page-cache.c: (build_height_to_page),
9339         (ev_page_cache_new), (ev_page_cache_get_size),
9340         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9341         (ev_page_cache_get_height_to_page):
9342         * shell/ev-page-cache.h:
9343         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9344         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9345         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9346         (ev_pixbuf_cache_get_selection_pixbuf):
9347         * shell/ev-pixbuf-cache.h:
9348         * shell/ev-print-job.c: (idle_print_handler):
9349         * shell/ev-sidebar-thumbnails.c: (add_range):
9350         * shell/ev-view.c: (view_update_range_and_current_page),
9351         (get_page_y_offset), (get_page_extents),
9352         (ev_view_size_request_continuous_dual_page),
9353         (ev_view_size_request_continuous),
9354         (ev_view_size_request_dual_page),
9355         (ev_view_size_request_single_page), (draw_one_page),
9356         (ev_view_set_rotation), (ev_view_rotate_right),
9357         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9358         (ev_view_zoom_for_size_continuous_and_dual_page),
9359         (ev_view_zoom_for_size_continuous),
9360         (ev_view_zoom_for_size_dual_page),
9361         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9362         (ev_view_select_all):
9363         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9364         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9365         (tiff_document_document_iface_init),
9366         (tiff_document_thumbnails_get_thumbnail):
9367
9368         Use rotation rather than orientation. It's easier and enough
9369         for our needs.
9370
9371 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9372
9373         * shell/ev-page-cache.c: (build_height_to_page),
9374         (ev_page_cache_new), (ev_page_cache_get_size),
9375         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9376         (ev_page_cache_get_height_to_page):
9377         * shell/ev-page-cache.h:
9378         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9379         (ev_view_size_request_continuous_dual_page),
9380         (ev_view_size_request_continuous),
9381         (ev_view_zoom_for_size_continuous_and_dual_page),
9382         (ev_view_zoom_for_size_continuous):
9383
9384         Make the page cache aware of page orientation.
9385
9386 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9387
9388         * backend/ev-document-thumbnails.c:
9389         (ev_document_thumbnails_get_thumbnail):
9390         * backend/ev-document-thumbnails.h:
9391         * backend/ev-document.c:
9392         * backend/ev-document.h:
9393         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9394         * backend/ev-ps-exporter.h:
9395         * pdf/ev-poppler.cc:
9396         * ps/ps-document.c: (ps_document_document_iface_init),
9397         (ps_document_ps_export_do_page):
9398         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9399         * shell/ev-jobs.h:
9400         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9401         (ev_page_cache_get):
9402         * shell/ev-page-cache.h:
9403         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9404         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9405         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9406         * shell/ev-pixbuf-cache.h:
9407         * shell/ev-print-job.c: (idle_print_handler):
9408         * shell/ev-sidebar-thumbnails.c: (add_range):
9409         * shell/ev-view.c: (view_update_range_and_current_page),
9410         (get_page_extents), (ev_view_size_request_dual_page),
9411         (ev_view_size_request_single_page), (draw_one_page),
9412         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9413         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9414         (ev_view_zoom_for_size_dual_page),
9415         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9416         (ev_view_select_all):
9417         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9418         * tiff/tiff-document.c: (tiff_document_get_page_size),
9419         (tiff_document_get_orientation), (rotate_pixbuf),
9420         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9421         (tiff_document_thumbnails_get_thumbnail),
9422         (tiff_document_ps_export_do_page), (tiff_document_init):
9423
9424         Really make use of the orientation bit of the render context.
9425         Use the render context in a few more places in the backend API.
9426         This regress orientation, but now it's done right. Will try to
9427         fix it up asap...
9428
9429 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9430
9431         * shell/ev-view.c: (ensure_rectangle_is_visible):
9432
9433         Patch by Nickolay V. Shmyrev to fix find flickering
9434
9435 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9436
9437         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9438         duplex parameters to ::begin.
9439
9440         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9441         * shell/ev-print-job.c (idle_print_handler): 
9442         * ps/ps-document.c (ps_document_ps_export_begin): 
9443         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9444         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9445         implementations. Poppler backend needs poppler cvs. Rest has
9446         unchanged behavior.
9447
9448 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9449
9450         * shell/ev-window.c (using_pdf_printer): new function.
9451         (ev_window_print_range): print a less techy message if someone
9452         tries to print to PDF.
9453
9454 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9455
9456         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9457         from "unknown font" string. Bug #311431
9458
9459 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9460
9461         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9462
9463 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9464
9465         Bug #311280
9466         
9467         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9468         name for PopplerFontTypes
9469         (pdf_document_fonts_fill_model): add font type to the detail column
9470
9471         * backend/ev-document-fonts.h: added
9472         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9473
9474         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9475         font name and font details, add a little markup.
9476         (ev_properties_fonts_init): use the new cell data func, specify ypad
9477         property for the cell renderer.
9478         (ev_properties_fonts_set_document): add the details column.
9479
9480 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9481
9482         * configure.ac: Added "pl" to ALL_LINGUAS.
9483
9484 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9485
9486         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9487
9488 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9489
9490         * help/ChangeLog: Started this for translations of manual.
9491         * configure.ac, autogen.sh, .cvsignore: Migrated to
9492         gnome-doc-utils. Patch in bug #311222.
9493
9494 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9495
9496         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9497         #ifdef this away to fix an unused-function warning.
9498
9499 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9500
9501         * configure.ac: Added 'gl' to ALL_LINGUAS.
9502
9503 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9504
9505         * configure.ac: Added ne in ALL_LINGUAS
9506         
9507 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9508
9509         * shell/ev-view.c: (ev_view_leave_notify_event):
9510         
9511         Clear status message when pointer leaves view. Fix for bug
9512         #310818 
9513
9514 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9515
9516         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9517
9518 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9519
9520         * shell/ev-view.c: (ev_view_leave_notify_event),
9521         (ev_view_class_init):
9522         
9523         Set cursor to normal then leaving view.
9524
9525 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9526
9527         * configure.ac:
9528         
9529         Fix required djvulibre version.
9530
9531 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9532
9533         *configure.ac: Hindi (hi) language added
9534
9535 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9536
9537         *configure.ac: Punjabi (pa) Language added
9538
9539 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9540
9541         * data/evince-ui.xml, shell/ev-window.c:
9542         
9543         Add keypad accelerators for zooming. Fix for bug 308128.
9544
9545 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9546
9547         * Makefile.am:
9548         * backend/Makefile.am:
9549         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9550         * configure.ac:
9551         * shell/ev-document-types.c: (ev_document_types_add_filters):
9552
9553         Allow to enable/disable the pixbuf backend.
9554         Default to off for now. If we want it enabled we should
9555         really put mime types in the desktop, implement properties etc.
9556
9557         * properties/evince-properties.c:
9558
9559         Initialize error to NULL.
9560         Check error is not NULL before freeing.
9561
9562 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9563
9564         * shell/ev-window.c:
9565
9566         Use F5 as presentation accell
9567
9568 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9569
9570         * shell/ev-window.c: (update_chrome_visibility),
9571         (ev_window_create_fullscreen_popup), (ev_window_init):
9572
9573         Do not leak the fullscreen toolbar
9574
9575 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9576
9577         * shell/ev-window.c: (view_actions_focus_in_cb),
9578         (view_actions_focus_out_cb):
9579
9580         These has a return value! Fix totally random focus
9581         issues we was seeing.
9582
9583 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9584
9585         * shell/main.c: (load_files_remote):
9586
9587         Allow open more than one file
9588
9589 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9590
9591         * shell/main.c: (load_files_remote):
9592
9593         Fix for dbus 0.33. bug #309975
9594
9595 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9596
9597         * properties/ev-properties-main.c: (ev_properties_get_pages):
9598
9599         Actually return NULL for types we dont support
9600
9601 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9602
9603         * po/POTFILES.in:
9604
9605         Remove empty lines.
9606
9607 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9608
9609         * backend/ev-document-factory.c:
9610         (ev_document_factory_get_document):
9611
9612         Do not try to create the object if type
9613         is invalid.
9614
9615 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9616
9617         * ps/ps-document.c: (ps_document_dispose),
9618         (ps_async_renderer_render_pixbuf):
9619         * ps/ps-document.h:
9620
9621         Do not leak the target window
9622
9623 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9624
9625         * shell/ev-application.c: (ev_application_init):
9626
9627         Let tbe check file existence for us.
9628         Add a comment about eggrecent mime filter.
9629
9630 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9631
9632         * data/evince-ui.xml:
9633         * shell/ev-application.c: (ev_application_shutdown),
9634         (ev_application_init), (ev_application_get_toolbars_model),
9635         (ev_application_get_recent_model),
9636         (ev_application_save_toolbars_model):
9637         * shell/ev-application.h:
9638         * shell/ev-window.c: (ev_window_add_recent),
9639         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9640         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9641         (ev_window_init):
9642
9643         Use common toolbar and recent models for all windows.
9644         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9645
9646 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9647
9648         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9649         successfully check for gtk_icon_view_get_visible_range.
9650
9651 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9652
9653         * djvu/Makefile.am:
9654         * dvi/Makefile.am:
9655         
9656         Fix djvu and dvi backend build.
9657
9658 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9659
9660         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9661         (new_separator_pixbuf):
9662
9663         Don't leak windows.
9664
9665 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9666
9667         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9668
9669         HIGification of toolbar editor dialogue.
9670
9671 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9672
9673         * configure.ac:
9674         * shell/Makefile.am:
9675
9676         Ever build metadata manager since it's just
9677         disabled at runtime now.
9678
9679 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9680
9681         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9682         (ev_metadata_manager_get), (ev_metadata_manager_set):
9683         * shell/ev-metadata-manager.h:
9684
9685         Add an _init functions that enabled metadata management
9686         at runtime.
9687
9688         * shell/ev-window.c: (page_changed_cb),
9689         (setup_document_from_metadata), (ev_window_setup_document),
9690         (setup_view_from_metadata), (ev_window_open_uri),
9691         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9692         (ev_window_run_presentation), (ev_window_stop_presentation),
9693         (save_sizing_mode), (ev_window_zoom_changed_cb),
9694         (ev_window_continuous_changed_cb),
9695         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9696         (window_configure_event_cb):
9697
9698         Remove all ugly metadata define since we deal with it
9699         at runtime now.
9700
9701         * shell/main.c: (load_files_remote), (main):
9702
9703         Add support for dbus cvs head. Hopefully didnt break one
9704         of the other versions now!
9705
9706         If we dont get a response from the dbus server just
9707         give up with it and not enable metadata.
9708
9709 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9710
9711         * Makefile.am:
9712         * backend/Makefile.am:
9713         * configure.ac:
9714         * cut-n-paste/recent-files/Makefile.am:
9715         * cut-n-paste/toolbar-editor/Makefile.am:
9716         * cut-n-paste/zoom-control/Makefile.am:
9717         * lib/Makefile.am:
9718         * pdf/Makefile.am:
9719         * pixbuf/Makefile.am:
9720         * properties/Makefile.am:
9721         * ps/Makefile.am:
9722         * shell/Makefile.am:
9723         * thumbnailer/Makefile.am:
9724         * tiff/Makefile.am:
9725
9726         Make frontends depend on just libev.
9727         Rework and group CFLAGS/LIBS definitions.
9728         Cleanups.
9729
9730 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9731
9732         * shell/ev-window:
9733
9734         do not unnecessarily save zoom
9735
9736         * configure.ac:
9737         * lib/ev-file-helpers.c: (ev_dot_dir):
9738         * shell/Makefile.am:
9739         * shell/dummy.cc:
9740
9741         Some cleanups
9742
9743 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9744
9745         * configure.ac:
9746         
9747         Remove unnecessary dependencies
9748
9749 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9750
9751         * properties/Makefile.am:
9752         * thumbnailer/Makefile.am:
9753         * tiff/Makefile.am:
9754
9755         Some more cleanups. Was really necessary
9756         but I probably introduced bugs, feel free
9757         to flame :)
9758
9759 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9760
9761         * backend/Makefile.am:
9762         * configure.ac:
9763         * cut-n-paste/recent-files/Makefile.am:
9764         * cut-n-paste/toolbar-editor/Makefile.am:
9765         * cut-n-paste/zoom-control/Makefile.am:
9766         * lib/Makefile.am:
9767         * pdf/Makefile.am:
9768         * pixbuf/Makefile.am:
9769         * properties/Makefile.am:
9770         * ps/Makefile.am:
9771         * shell/Makefile.am:
9772         * thumbnailer/Makefile.am:
9773         * tiff/Makefile.am:
9774
9775         Use gnome-common macros when possible.
9776         Cleanup dependencies.
9777         Actually disable deprecated where possible.
9778
9779 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9780
9781         * Makefile.am:
9782         * backend/Makefile.am:
9783         * properties/Makefile.am:
9784         * shell/Makefile.am:
9785         * thumbnailer/Makefile.am:
9786
9787         This should solve the circular dep without
9788         requiring dir reorg!
9789
9790         * shell/ev-window.c: (setup_view_from_metadata):
9791
9792         Never restore window size/position when the
9793         window is already visible.
9794
9795 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9796
9797         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9798
9799         Return a boolean from timeout func. Fix ported from gedit.
9800
9801 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9802
9803         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9804
9805 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9806
9807         * shell/ev-document-types.c: set "All Documents" as default filter in
9808         open dialog
9809
9810 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9811
9812         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9813         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9814         (ev_metadata_manager_set_boolean): fix value/val thinko.
9815
9816 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9817
9818         * shell/ev-window.c: (setup_view_from_metadata),
9819         (window_state_event_cb), (window_configure_event_cb),
9820         (ev_window_init):
9821
9822         Remember window position and maximized state
9823
9824 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9825
9826         * configure.ac:
9827
9828         Fix DBUS configure checks.
9829
9830         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9831         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9832         (ev_metadata_manager_set_boolean):
9833
9834         Plug mem leaks.
9835
9836         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9837         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9838         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9839         (ev_window_continuous_changed_cb),
9840         (ev_window_dual_mode_changed_cb), (ev_window_new):
9841
9842         Fix the build without DBUS.
9843
9844 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9845
9846         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9847         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9848         (ev_metadata_manager_set_string),
9849         (ev_metadata_manager_set_boolean):
9850         * shell/ev-metadata-manager.h:
9851
9852         Add support for some more types
9853
9854         * shell/ev-view.c: (scroll_to_current_page),
9855         (ev_view_get_continuous), (ev_view_set_continuous),
9856         (ev_view_get_dual_page):
9857         * shell/ev-view.h:
9858         * shell/ev-window.c: (page_changed_cb),
9859         (setup_document_from_metadata), (ev_window_setup_document),
9860         (setup_view_from_metadata), (ev_window_open_uri),
9861         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9862         (ev_window_run_presentation), (ev_window_stop_presentation),
9863         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9864         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9865         (ev_window_update_dual_page_action),
9866         (ev_window_continuous_changed_cb),
9867         (ev_window_dual_mode_changed_cb), (ev_window_init):
9868
9869         Remember a bunch of view/document properties. Prolly some
9870         are still missing but it's getting interesting.
9871
9872 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9873
9874         * configure.ac: check if dbus-binding-tool is installed. Not the
9875         case on current Ubuntu breezy, it seems.
9876
9877 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9878
9879         * data/evince.desktop.in.in:
9880         
9881         Allow open uri lists and add TryExec field.
9882
9883 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9884
9885         * configure.ac:
9886
9887         Enable dbus when available, do not require a configure
9888         option.
9889
9890 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9891
9892         * configure.ac:
9893
9894         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9895         disabled.
9896
9897 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9898         Marco Pesenti Gritti  <mpg@redhat.com>
9899
9900         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9901         
9902         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9903         functions to the format required by dbus
9904
9905         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9906         errors. Use the RPC parameters in the expected way
9907
9908 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9909
9910         * Makefile.am:
9911         * properties/Makefile.am:
9912         * properties/ev-properties-main.c: (ev_properties_get_pages):
9913
9914         Support all mime types
9915
9916         * shell/Makefile.am:
9917         * thumbnailer/Makefile.am:
9918         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9919         (evince_thumbnail_pngenc_get):
9920
9921         Use the document factory
9922
9923 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9924
9925         * backend/Makefile.am:
9926         * backend/ev-document-factory.c:
9927         (mime_type_supported_by_gdk_pixbuf),
9928         (ev_document_type_get_from_mime),
9929         (ev_document_factory_get_document),
9930         (ev_document_factory_get_backend),
9931         (ev_document_factory_get_mime_types),
9932         (ev_document_factory_get_all_mime_types):
9933         * backend/ev-document-factory.h:
9934         * shell/Makefile.am:
9935         * shell/ev-document-types.c: (get_document_from_uri),
9936         (ev_document_types_get_document),
9937         (file_filter_add_mime_list_and_free),
9938         (ev_document_types_add_filters):
9939         * shell/ev-document-types.h:
9940         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9941         * shell/ev-properties-dialog.c:
9942         (ev_properties_dialog_set_document):
9943         * shell/ev-window.c: (ev_window_cmd_file_open),
9944         (ev_window_cmd_save_as):
9945         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9946
9947         Rework document types managing to avoid code duplication
9948         and actually abstract from backend implementations.
9949         Also provide a minimal factory api that can be used by
9950         thumbnailer/properties.
9951
9952 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9953
9954         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9955         Plug a mem leak.
9956         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9957         HIG spacings.
9958
9959 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9960
9961         * shell/ev-properties-dialog.c
9962         (ev_properties_dialog_set_document): only call
9963         ev_properties_fonts_set_document() if the document implements the
9964         fonts interface
9965
9966 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9967
9968         * configure.ac:
9969         * properties/Makefile.am:
9970         * properties/ev-properties-view.c:
9971         (ev_properties_view_register_type):
9972         * properties/ev-properties-view.h:
9973         * properties/ev-properties-main.h:
9974
9975         Implement nautilus plugin for properties.
9976         Works only for pdf atm, I need to rework the
9977         document types stuff to get this to work
9978         for all backends...
9979
9980 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9981
9982         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9983         (ev_properties_fonts_set_document): use
9984         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9985
9986 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9987
9988         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9989         them
9990         (PlaceImage, tiff2ps_process_page): use
9991         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9992
9993
9994 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9995
9996         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9997         (main): to call gnome_authentication_manager_init. Should fix
9998         Bug #308510
9999
10000         * configure.ac: that requires libgnomeui 2.6.0.
10001
10002 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10003
10004         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10005         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10006         use the new tiff2ps interfaces
10007
10008         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10009         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10010
10011         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10012         structure instead of global variables.  Remove use of static
10013         variables in functions.
10014
10015 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10016
10017         * shell/ev-page-action.c: unref the completion after setting it to the
10018         entry
10019
10020 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10021
10022         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10023         postscript files
10024
10025 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10026
10027         * shell/ev-window.c (update_action_sensitivity): disable
10028         File->Print if the document does not implement the ps exporter
10029         interface
10030
10031 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10032
10033         * Makefile.am:
10034         * configure.ac:
10035         * data/evince-properties.glade:
10036         * properties/.cvsignore:
10037         * properties/Makefile.am:
10038         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10039         (ev_properties_view_class_init), (ev_properties_view_format_date),
10040         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10041         (ev_properties_view_init), (ev_properties_view_new):
10042         * properties/ev-properties-view.h:
10043         * shell/Makefile.am:
10044         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10045         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10046         (ev_properties_dialog_new):
10047         * shell/ev-properties-dialog.h:
10048         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10049         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10050         (update_progress_label), (job_fonts_finished_cb),
10051         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10052         * shell/ev-properties-fonts.h:
10053         * shell/ev-properties.c:
10054         * shell/ev-properties.h:
10055         * shell/ev-window.c: (ev_window_setup_document),
10056         (ev_window_cmd_file_properties):
10057
10058         Split the properties pages in two different objects, depend
10059         only on the backend where possible, use widgets instead
10060         of gobject for the glade part, reimplement the dialog
10061         itself with gtk.
10062         I need this to implement nautilus properties page.
10063
10064 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10065
10066         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10067         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10068         (tiff_document_document_ps_exporter_iface_init): implement the ps
10069         exporter interface for tiff documents
10070
10071         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10072         libtiff to implement TIFF postscript export
10073
10074         * tiff/tiff2ps.h: added a header file for external tiff2ps
10075         functions.
10076
10077         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10078         tiff2ps.h
10079
10080 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10081
10082         * shell/ev-view.c: (scroll_to_current_page),
10083         (ev_view_set_fullscreen), (ev_view_set_presentation):
10084         
10085         Scroll to current page when exit from presentation
10086
10087 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10088
10089         * shell/ev-window.c: (update_document_mode),
10090         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10091         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10092         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10093         
10094         Exit from fullscreen mode when switch to presentation. Fix for
10095         bug 309365
10096
10097 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10098
10099         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10100         return NULL if the document does not implement the selection
10101         interface.
10102
10103 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10104
10105         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10106         reported height by using the resolution aspect ratio
10107         (tiff_document_render_pixbuf): scale the pixbuf using the
10108         resolution aspect ratio
10109
10110 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10111
10112         * configure.ac:
10113         
10114         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10115         <kiltedaco@gmail.com>
10116         
10117         * djvu/djvu-document.c: (djvu_document_get_orientation),
10118         (djvu_document_set_orientation), (djvu_document_get_page_size),
10119         (rotate_pixbuf), (djvu_document_render_pixbuf),
10120         (djvu_document_document_iface_init):
10121         * dvi/dvi-document.c: (dvi_document_get_orientation),
10122         (dvi_document_set_orientation), (dvi_document_get_page_size),
10123         (rotate_pixbuf), (dvi_document_render_pixbuf),
10124         (dvi_document_document_iface_init):
10125         
10126         Dvi and djvu backends are ported to new API
10127
10128 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10129
10130         * backend/ev-selection.c: (ev_selection_get_selection_region),
10131         (ev_selection_get_selection_map):
10132         * backend/ev-selection.h:
10133         * pdf/ev-poppler.cc:
10134         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10135         * shell/ev-jobs.h:
10136         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10137         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10138         (ev_pixbuf_cache_get_text_mapping):
10139         * shell/ev-pixbuf-cache.h:
10140         * shell/ev-view.c: (location_in_text),
10141         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10142         support to EvView.  Now we can see where we can select!  Sweet!
10143
10144 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10145
10146         * shell/ev-view.c (ev_view_button_press_event): Fix
10147         event->y + view->scroll_x typo.
10148
10149 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10150
10151         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10152         sub-GdkPixbuf instead of passing dest_x and dest_y.
10153         
10154         * shell/ev-view.c: (view_point_to_doc_point),
10155         (view_rect_to_doc_rect), (ev_view_button_press_event),
10156         (ev_view_motion_notify_event), (compute_new_selection_rect),
10157         (gdk_rectangle_point_in), (compute_new_selection_text),
10158         (compute_selections): Update selection code to keep the selection
10159         around as two points and not as a normalized rectangle, and fix
10160         page level selection in two-column mode.
10161
10162 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10163
10164         * shell/ev-window.c: (window_configure_event_cb): 
10165         
10166         Fix compilation
10167         
10168 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10169
10170         * pdf/ev-poppler.cc:
10171
10172         Fix compilation
10173
10174 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10175
10176         * shell/Makefile.am:
10177         * shell/ev-metadata-manager.c: (item_free),
10178         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10179         (parse_value), (parseItem), (load_values),
10180         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10181         (save_values), (save_item), (get_oldest), (resize_items),
10182         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10183         * shell/ev-metadata-manager.h:
10184
10185         Metadata manager from gedit but modified to use GValue, so that
10186         we dont need to keep converting from strings.
10187
10188         * configure.ac:
10189
10190         ENABLE_METADATA conditional, on when dbus is on
10191
10192         * shell/ev-application.c: (ev_application_open_uri):
10193
10194         Show the window after load so that we can initialize
10195         window size before it's showed.
10196
10197         * shell/ev-window.c: (ev_window_setup_from_metadata),
10198         (ev_window_open_uri), (window_configure_event_cb),
10199         (ev_window_init):
10200
10201         Save and load metadata information about window size.
10202         Not yet keeping states in account.
10203
10204         * shell/main.c: (main):
10205
10206         Shutdown metadata manager.
10207
10208 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10209
10210         * shell/ev-application-service.xml:
10211         * configure.ac:
10212         * shell/Makefile.am:
10213         * shell/ev-application.c:
10214         * shell/ev-application.h:
10215         * shell/ev-window.c:
10216         * shell/ev-window.h:
10217         * shell/main.c:
10218
10219         Add an optional dbus interface (--enable-dbus).
10220         Rework application code, mainly to be easier to
10221         use "remotely".
10222         Do not open multiple windows with the same document,
10223         spatial evince!
10224
10225 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10226
10227         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10228         pixbuf iff it exists.
10229
10230 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10231
10232         * shell/*:
10233         * backend/ev-render-context.[ch]:
10234         * backend/ev-selection.[ch]:
10235
10236         Massive changes.  We now support text selection of pdfs, and not
10237         just rectangular selection.  This is pretty broken still, but I
10238         want to get something into CVS.
10239
10240 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10241
10242         * pdf/ev-poppler.cc:
10243         
10244         Fix for Bug 309080: crash on window close.
10245         
10246         * shell/ev-page-action.c: (page_changed_cb):
10247         
10248         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10249         jensgr@gmx.net (Jens Granseuer).
10250
10251 2005-06-25  Marcel Telka  <marcel@telka.sk>
10252
10253         * configure.in (ALL_LINGUAS): Added sk.
10254
10255 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10256
10257         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10258         not a document open
10259
10260 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10261
10262         * NEWS:
10263         * configure.ac:
10264
10265         Release 0.3.2
10266
10267         * cut-n-paste/recent-files/Makefile.am:
10268
10269         Fix make distcheck
10270
10271 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10272
10273         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10274         (pixbuf_document_set_orientation), (rotate_pixbuf),
10275         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10276         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10277
10278         Implement rotation and cleanup the code a bit.
10279
10280         * tiff/tiff-document.c: (tiff_document_get_page_size),
10281         (tiff_document_get_orientation), (tiff_document_set_orientation),
10282         (rotate_pixbuf), (tiff_document_render_pixbuf),
10283         (tiff_document_document_iface_init), (tiff_document_init):
10284
10285         Implement rotation. Was the quicker solution for the release
10286         but we really need to share this code in the shell.
10287
10288 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10289
10290         * pdf/ev-poppler.cc:
10291
10292         Enable rotation, require poppler cvs. Fix a leak.
10293
10294 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10295
10296         * shell/ev-window.c: (update_action_sensitivity):
10297         
10298         Make properties unsensitive if document backend doesn't provide
10299         any info
10300
10301 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10302
10303         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10304         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10305         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10306         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10307         (bitmap_flip_rotate_counter_clockwise):
10308         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10309         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10310         (buff_gets):
10311         * dvi/mdvi-lib/common.h:
10312         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10313         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10314         (opendvi), (mdvi_reload), (mdvi_init_context),
10315         (mdvi_destroy_context), (mdvi_dopage), (special):
10316         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10317         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10318         (file_hash_free), (register_encoding), (parse_spec),
10319         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10320         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10321         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10322         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10323         (mdvi_register_font_type), (mdvi_unregister_font_type),
10324         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10325         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10326         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10327         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10328         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10329         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10330         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10331         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10332         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10333         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10334         (mdvi_unregister_special), (mdvi_flush_specials):
10335         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10336         (t1_font_remove):
10337         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10338         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10339         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10340         (free_font_metrics), (flush_font_metrics):
10341         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10342         (tt_font_remove):
10343         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10344         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10345         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10346         (dstring_insert), (dstring_new), (dstring_reset):
10347         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10348         
10349         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10350         avoid conflict with libtool on FC4
10351         
10352         * shell/ev-window.c: (ev_window_cmd_help_about):
10353         
10354         Update copyright year. Fix for bug 308828.
10355
10356 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10357
10358         * shell/ev-view.c: (add_scroll_binding_keypad),
10359         (ev_view_binding_activated), (ev_view_class_init),
10360         (on_adjustment_value_changed):
10361         
10362         Bug 170874: Arrow keys switch pages in presentation mode
10363
10364 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10365
10366         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10367         
10368         Fix for Bug 308265: Sidebar dissappears coming out of 
10369         Presentation mode
10370
10371 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10372
10373         * shell/ev-application.c: (ev_application_open):
10374         * shell/ev-document-types.c: (ev_document_types_add_filters),
10375         (ev_document_types_add_filters_for_type):
10376         * shell/ev-document-types.h:
10377         * shell/ev-window.c: (ev_window_cmd_save_as):
10378         
10379         Suggest basename as template when saving, provide filters
10380         for save dialog. It's bug 308402
10381
10382 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10383
10384         * pdf/ev-poppler.cc:
10385         * shell/ev-sidebar-links.c: (job_finished_callback):
10386         * shell/ev-view.c: (update_find_status_message):
10387         
10388         Some leaks fixed
10389
10390 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10391
10392         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10393         (egg_recent_view_uimanager_set_list):
10394
10395         Fix buglet in !show_numbers case.
10396
10397 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10398
10399         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10400         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10401
10402         Use pango ellipsisation.
10403
10404         * pdf/ev-poppler.cc:
10405
10406         Fix refcount leak, from nsh.
10407
10408 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10409
10410         * cut-n-paste/recent-files/Makefile.am:
10411         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10412         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10413         
10414         Removed EggRecentViewGtk
10415         
10416         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10417         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10418         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10419         (ev_window_setup_recent):
10420         
10421         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10422         with other projects
10423
10424 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10425
10426         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10427         (egg_recent_view_gtk_finalize):
10428
10429         Fix memory leak
10430
10431         * cut-n-paste/toolbar-editor/Makefile.am:
10432         
10433         Fix location of cursor icon.
10434         
10435         * pdf/ev-poppler.cc:
10436         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10437         (display_completion_text), (match_completion):
10438         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10439         (selection_changed_callback), (create_loading_model),
10440         (print_section_cb), (links_page_num_func),
10441         (update_page_callback_foreach):
10442         * shell/ev-window.c: (ev_window_dispose):
10443         
10444         Small memory fixes. Links model now store objects instead
10445         of pointers to improve memory management. 
10446
10447 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10448
10449         * shell/ev-window.c: (zoom_control_changed_cb):
10450         
10451         Fix update of zoom control (bug 308268).
10452
10453 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10454
10455         * shell/ev-properties.c (set_property): escape the text correctly.
10456         Handles non-UTF-8 properties and escaped properties.  Also, sets
10457         the text to "<i>None</i>" if the property isn't set.
10458
10459         * data/evince-properties.glade: Change the label to be ellipsized,
10460         and give it a minimum size.
10461
10462 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10463
10464         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10465         * shell/ev-sidebar-links.c: (create_loading_model):
10466         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10467         * shell/ev-view.c: (ev_view_set_document):
10468         * shell/ev-window.c: (ev_window_dispose):
10469         
10470         Various small fixes, mostly memory leaks. Thanks to valgrind.
10471
10472 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10473
10474         * ps/ps-document.c: remove the locale.h include again ;-). And
10475         kill the (bogus) setlocale/savelocale business.
10476
10477 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10478
10479         * ps/ps-document.c:
10480         
10481         Include locale.h to fix build
10482         
10483         * shell/ev-sidebar.c:
10484         
10485         Remove unnecessary includes
10486
10487 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10488
10489         * dvi/dvi-document.c: (dvi_document_load):
10490         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10491         * po/POTFILES.in:
10492         
10493         Check for incorrect dvi files. Fix parsing dvi on AMD64
10494         platform. Thanks to tester@tester.ca (Olivier Crete).
10495
10496 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10497
10498         * shell/ev-page-action.c: (match_selected_cb),
10499         (display_completion_text), (match_completion), (update_model):
10500         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10501         (expand_open_links):
10502         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10503         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10504         (ev_sidebar_set_document):
10505         * shell/ev-window.c: (ev_window_xfer_job_cb),
10506         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10507         
10508         Fixed lot's of memory leaks, for example, memory leak on reload, 
10509         described in bug 307793.
10510
10511 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10512
10513         * pdf/ev-poppler.cc:
10514         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10515         (update_visible_range), (adjustment_changed_cb),
10516         (ev_sidebar_thumbnails_fill_model),
10517         (ev_sidebar_thumbnails_refresh),
10518         (ev_sidebar_tree_selection_changed),
10519         (ev_sidebar_icon_selection_changed),
10520         (ev_sidebar_thumbnails_use_icon_view),
10521         (ev_sidebar_thumbnails_set_document):
10522         * shell/ev-sidebar-thumbnails.h:
10523         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10524         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10525
10526         Refresh thumbnails when changing orientation. Not fully
10527         working yet becuase of a sidebar bug.
10528
10529         Set page orientation to poppler page everywhere. This sucks
10530         really need to fix poppler.
10531
10532 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10533
10534         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10535         (egg_recent_view_gtk_new_menu_item),
10536         (egg_recent_view_gtk_set_property),
10537         (egg_recent_view_gtk_get_property),
10538         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10539         (egg_recent_view_gtk_set_tooltip_func),
10540         (egg_recent_view_gtk_set_label_width),
10541         (egg_recent_view_gtk_get_label_width):
10542         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10543
10544         Sync with libegg (ellipsize labels)
10545
10546 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10547
10548         * data/evince-ui.xml:
10549         * shell/ev-window.c: (ev_window_cmd_go_forward),
10550         (ev_window_cmd_go_backward):
10551         
10552         Shift + PageUp moves 10 Pages. Fix for 306125
10553
10554 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10555
10556         * pdf/ev-poppler.cc:
10557
10558         Add a flag to check if orientation has been overriden
10559
10560 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10561
10562         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10563         field if necessary.
10564
10565         * ps/ps.h: add creator field to document.
10566
10567         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10568         set creator field.
10569
10570 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10571
10572         * data/evince-properties.glade:
10573         * shell/ev-properties.c: (ev_properties_set_document):
10574
10575         s/PDF Version/Format
10576
10577 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10578
10579         * shell/ev-properties.c: (ev_properties_set_document):
10580
10581         Remove unnecessary translations
10582
10583 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10584
10585         * cut-n-paste/toolbar-editor/Makefile.am:
10586
10587         Correct library name    
10588
10589 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10590
10591         * configure.ac:
10592         * cut-n-paste/recent-files/egg-recent-model.c:
10593         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10594         (egg_recent_model_unlock_file):
10595         * cut-n-paste/recent-files/egg-recent-util.c:
10596         (egg_recent_util_get_unique_id):
10597         * cut-n-paste/recent-files/update-from-egg.sh:
10598         * cut-n-paste/toolbar-editor/Makefile.am:
10599         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10600         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10601         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10602         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10603         (egg_toolbars_model_get_type):
10604         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10605
10606         Better makefile for toolbar editor and update everything
10607         to latest libegg.
10608
10609 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10610
10611         * shell/ev-window.c: (update_document_mode):
10612
10613         Prefer presentation mode when the document
10614         require fullscreen.
10615
10616 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10617
10618         * data/evince-ui.xml:
10619         * shell/ev-window.c:
10620
10621         Add control-equal for zooming
10622
10623 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10624
10625         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10626
10627 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10628
10629         * backend/ev-document.c: (ev_document_get_orientation):
10630         * backend/ev-document.h:
10631         * pdf/ev-poppler.cc:
10632         * ps/ps-document.c: (ps_document_get_orientation),
10633         (ps_document_set_orientation), (ps_document_document_iface_init):
10634
10635         Add a get_orientation api. Improve set_orientation.
10636
10637         * data/evince-ui.xml:
10638         * shell/ev-view.c: (ev_view_set_orientation),
10639         (ev_view_rotate_right), (ev_view_rotate_left):
10640         * shell/ev-view.h:
10641         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10642         (ev_window_cmd_edit_rotate_right):
10643
10644         Better ui for changing document orientation
10645
10646 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10647
10648         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10649         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10650         * shell/ev-sidebar-links.h:
10651         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10652         (ev_sidebar_page_iface_init):
10653         * shell/ev-sidebar-page.h:
10654         * shell/ev-sidebar-thumbnails.c:
10655         (ev_sidebar_thumbnails_get_property),
10656         (ev_sidebar_thumbnails_class_init),
10657         (ev_sidebar_thumbnails_set_document):
10658         * shell/ev-sidebar-thumbnails.h:
10659         * shell/ev-view.c: (ev_view_motion_notify_event):
10660         * shell/ev-window.c: (update_chrome_visibility),
10661         (ev_window_cmd_focus_page_selector),
10662         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10663         (sidebar_page_main_widget_update_cb), (ev_window_init):
10664         
10665         Autoraise toolbar on GoToPage binding and fix bindings in
10666         EvSidebarThumbnails page.
10667
10668 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10669
10670         * shell/ev-properties.c: (update_progress_label):
10671
10672         Hide the progress label when finished; bug #307697.
10673
10674 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10675
10676         * pdf/ev-poppler.cc:
10677
10678         Enable is_open for links, you will need poppler cvs
10679
10680         * shell/ev-properties.c: (job_fonts_finished_cb):
10681
10682         Get a lock on the document when filling the tree view
10683
10684 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10685
10686         * backend/ev-document-links.h:
10687         * pdf/ev-poppler.cc:
10688         * shell/ev-sidebar-links.c: (create_loading_model),
10689         (expand_open_links), (job_finished_callback):
10690
10691         Expand links when specified by the document.
10692         Depend on a poppler api (defined out for now)
10693
10694 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10695
10696         * shell/ev-properties.c: (ev_properties_dispose),
10697         (ev_properties_class_init), (dialog_destroy_cb),
10698         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10699         (ev_properties_set_document), (ev_properties_new),
10700         (ev_properties_show):
10701         * shell/ev-properties.h:
10702
10703         Make it an object, cleanup the code, api to show it as transient
10704         and to set the document.
10705
10706         * shell/ev-window.c: (ev_window_setup_document),
10707         (ev_window_cmd_file_properties):
10708
10709         Adapt to EvProperties changes, do not show multiple
10710         times, update it when document changes.
10711
10712 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10713
10714         * ps/gstypes.h:
10715         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10716         (ps_document_set_orientation), (ps_document_document_iface_init):
10717         * ps/ps-document.h:
10718
10719         Implement orientation here too
10720
10721         * shell/ev-properties.c: (ev_properties_new):
10722         * data/evince-properties.glade:
10723
10724         Hide the fonts page for backends that doesnt
10725         support it.     
10726
10727 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10728
10729         * backend/ev-document.c: (ev_document_set_orientation):
10730         * backend/ev-document.h:
10731         * pdf/ev-poppler.cc:
10732
10733         Add orientation api. Currently poppler api is not optimal,
10734         we need to set orientation every time we _get a page.
10735         I will try to fix that at some point.
10736
10737         * data/evince-ui.xml:
10738         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10739         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10740
10741         Add orientation menu items
10742
10743         * shell/ev-page-cache.c: (ev_page_cache_clear):
10744         * shell/ev-page-cache.h:
10745
10746         Add api to clear the cache
10747
10748         * shell/ev-view.c: (setup_caches), (clear_caches),
10749         (ev_view_set_document), (ev_view_zoom_out),
10750         (ev_view_set_orientation):
10751         * shell/ev-view.h:
10752
10753         Implement orientation changing
10754
10755 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10756
10757         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10758         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10759         * backend/ev-document-fonts.h:
10760
10761         Separate scan and fill so that we can incrementally fill from
10762         the main thread. Add a progress api.
10763
10764         * data/evince-properties.glade:
10765         * pdf/ev-poppler.cc:
10766         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10767         * shell/ev-jobs.h:
10768         * shell/ev-properties.c: (update_progress_label),
10769         (job_fonts_finished_cb), (setup_fonts_view):
10770
10771         Incrementally feel the list and show the progress
10772         percentage in a label like acrobat does.
10773
10774         You are going to need poppler cvs
10775
10776 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10777
10778         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10779         * backend/ev-document-fonts.h:
10780         * pdf/ev-poppler.cc:
10781
10782         Make fonts model fill incrementally.
10783
10784         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10785         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10786         (ev_job_queue_remove_job):
10787         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10788         (ev_job_fonts_new), (ev_job_fonts_run):
10789         * shell/ev-jobs.h:
10790
10791         New job for fonts scanning
10792
10793         * shell/ev-properties.c: (job_fonts_finished_cb),
10794         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10795         * shell/ev-properties.h:
10796         * shell/ev-window.c: (ev_window_cmd_file_properties):
10797
10798         Incrementally feel the treeview using the new job. Show Loading...
10799         message until scanning is completed.
10800
10801         Hopefully I didnt break the build without the poppler patch.
10802
10803 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10804
10805         * shell/ev-application.c: (ev_application_open):
10806         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10807         (ev_document_type_get_type), (ev_document_type_lookup):
10808         * shell/ev-document-types.h:
10809         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10810         * shell/ev-job-xfer.h:
10811         * shell/ev-window.c: (ev_window_clear_local_uri),
10812         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10813         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10814         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10815         
10816         Transfer remote documents to tmp directory to display them later.
10817
10818 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10819
10820         * backend/ev-document-info.h:
10821         * shell/ev-properties.c: (ev_properties_new):
10822
10823         s/GTime*/GTime. Not sure why we was using a pointer
10824         at all there!
10825
10826 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10827
10828         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10829         situations.  That situation is that you're using GTK+-HEAD with
10830         the patch at #306726 is applied, and you have a document with <
10831         1500 pages in it.  It's not quite as uniformly nice as the
10832         TreeView, but should be better in the long run.
10833
10834         I'm pretty sure I guarded against breaking compilation with
10835         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10836         I missed some.
10837
10838         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10839         widget yet, so I commented that code out
10840         enable_view_actions_for_widget() for now.  Need to figure this
10841         out.
10842
10843         * shell/ev-page-action.c (match_selected_cb): emit the right
10844         signals.  Our cool C-l completion now works.
10845
10846 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10847
10848         * backend/Makefile.am:
10849         * backend/ev-document-fonts.c:
10850         * backend/ev-document-links.c:
10851         * backend/ev-document.c: (ev_document_load):
10852         * backend/ev-document.h:
10853         * backend/ev-job-queue.c:
10854         * backend/ev-job-queue.h:
10855         * backend/ev-jobs.c:
10856         * backend/ev-jobs.h:
10857         * backend/ev-page-cache.c:
10858         * backend/ev-page-cache.h:
10859
10860         EvPageCache and EvJobs are moved to shell.
10861
10862         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10863         (ev_tmp_filename):
10864         * lib/ev-file-helpers.h:
10865         
10866         New helper to work with temporary files
10867         
10868         * shell/Makefile.am:
10869         * shell/ev-application.c: (ev_application_open):
10870         * shell/ev-application.h:
10871         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10872         (remove_job_from_async_queue), (add_job_to_async_queue),
10873         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10874         (handle_job), (search_for_jobs_unlocked),
10875         (no_jobs_available_unlocked), (ev_render_thread),
10876         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10877         (ev_job_queue_add_job), (move_job_async), (move_job),
10878         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10879         * shell/ev-job-queue.h:
10880         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10881         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10882         * shell/ev-job-xfer.h:
10883         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10884         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10885         (ev_job_links_class_init), (ev_job_render_init),
10886         (ev_job_render_dispose), (ev_job_render_class_init),
10887         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10888         (ev_job_thumbnail_class_init), (ev_job_load_init),
10889         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10890         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10891         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10892         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10893         * shell/ev-jobs.h:
10894         * shell/ev-page-action.c: (ev_page_action_set_document):
10895         * shell/ev-page-cache.c: (ev_page_cache_init),
10896         (ev_page_cache_class_init), (ev_page_cache_finalize),
10897         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10898         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10899         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10900         (ev_page_cache_get_title), (ev_page_cache_get_size),
10901         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10902         (ev_page_cache_get_height_to_page),
10903         (ev_page_cache_get_max_label_chars),
10904         (ev_page_cache_get_page_label),
10905         (ev_page_cache_has_nonnumeric_page_labels),
10906         (ev_page_cache_get_info), (ev_page_cache_next_page),
10907         (ev_page_cache_prev_page), (ev_page_cache_get):
10908         * shell/ev-page-cache.h:
10909         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10910         (ev_pixbuf_cache_clear_job_sizes),
10911         (ev_pixbuf_cache_add_jobs_if_needed),
10912         (ev_pixbuf_cache_set_page_range):
10913         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10914         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10915         * shell/ev-sidebar-thumbnails.c:
10916         (ev_sidebar_tree_selection_changed),
10917         (ev_sidebar_thumbnails_set_document):
10918         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10919         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10920         (ev_statusbar_get_context_id), (ev_statusbar_push),
10921         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10922         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10923         (ev_statusbar_set_progress):
10924         * shell/ev-statusbar.h:
10925         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10926         (ev_view_find_previous):
10927         * shell/ev-window.c: (ev_window_is_empty),
10928         (ev_window_setup_document), (password_dialog_response),
10929         (ev_window_clear_jobs), (ev_window_load_job_cb),
10930         (ev_window_xfer_job_cb), (ev_window_open_uri),
10931         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10932         (ev_window_print), (ev_window_print_range),
10933         (ev_window_state_event), (ev_window_cmd_view_reload),
10934         (menu_item_select_cb), (menu_item_deselect_cb),
10935         (view_status_changed_cb), (ev_window_dispose),
10936         (drag_data_received_cb), (ev_window_init):
10937         * shell/ev-window.h:
10938         * shell/main.c: (load_files):
10939         
10940         New statusbar to show progress on idle. Two new jobs - 
10941         xfer job and load job to load document in background. And update
10942         of page_cache clients to new location of code.
10943
10944 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10945
10946         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10947         selection in open dialog. It also remembers the last visited directory 
10948         in the current session.
10949
10950 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10951
10952         * shell/ev-properties.c: (ev_properties_new):
10953         * shell/ev-properties.h:
10954         * shell/ev-window.c: (ev_window_cmd_file_properties):
10955         
10956         Get document info from page cache instead of document itself.
10957         This should fix crash related to race conditions described in
10958         bug 306545.
10959
10960 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10961
10962         * ps/ps-document.c: (ps_document_init),
10963         (send_ps), (get_page_box), (output), (catchPipe), (input),
10964         (stop_interpreter), (file_length), (file_readable),
10965         (check_filecompressedb), (ps_document_enable_interpreter),
10966         (document_load), (ps_async_renderer_render_pixbuf):
10967         * ps/ps-document.h:
10968
10969         Big cleanup of the ps code
10970
10971 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10972
10973         * backend/Makefile.am:
10974         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10975         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10976         * backend/ev-async-renderer.h:
10977
10978         Add an async renderer interface (method + callback) which
10979         is useful for backends like ps.
10980
10981         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10982         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10983         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10984         (ev_job_queue_add_job), (move_job_async), (move_job),
10985         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10986
10987         Add queues for async renderer, these are executed on the
10988         main thread.
10989
10990         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10991         (ev_job_render_run):
10992         * backend/ev-jobs.h:
10993
10994         If the backend support async renderer interface use it.
10995
10996         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10997         (setup_pixmap), (ps_document_get_type),
10998         (ps_async_renderer_render_pixbuf),
10999         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11000
11001         Implement async renderer interface.
11002
11003 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11004
11005         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11006
11007         Cleanup links job on exit.
11008
11009 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11010
11011         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11012         (drag_data_get_cb), (drag_data_received_cb):
11013         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11014         (drag_data_get_cb), (parse_item_list),
11015         (egg_toolbar_editor_load_actions):
11016         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11017         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11018         (parse_item_list), (parse_toolbars):
11019         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11020         (dvi_pixbuf_put_pixel):
11021         
11022         Fix gcc 4.0 warnings
11023
11024 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11025
11026         * ps/ps-document.c: (start_interpreter):
11027
11028         Fix warning when loading ps
11029
11030 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11031
11032         * ps/ps-document.c: (output):
11033
11034         Fix crash when priting gs error messages.
11035
11036 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11037
11038         * backend/ev-page-cache.c: (_ev_page_cache_new):
11039         * backend/ev-page-cache.h:
11040
11041         Use a const to return title so that we dont double
11042         free it. Small cleanup and fix a leak.
11043
11044         * shell/ev-window.c: (update_window_title):
11045
11046         strdup value from get_title.
11047
11048 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11049
11050         * shell/ev-sidebar-links.c: (job_finished_callback),
11051         (ev_sidebar_links_set_document):
11052
11053         Cleanup the old job when changing document
11054
11055 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11056
11057         * shell/ev-stock-icons.c:
11058         * shell/ev-stock-icons.h:
11059         * shell/ev-window.c:
11060         
11061         Add stock icons for actions that can appear in toolbar. Fix for
11062         bug 306566.
11063
11064 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11065
11066         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11067         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11068         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11069         * backend/ev-page-cache.h:
11070         * shell/ev-view.c: (scroll_to_current_page),
11071         (view_update_range_and_current_page), (get_page_y_offset),
11072         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11073         (ev_view_size_request_continuous),
11074         (ev_view_zoom_for_size_continuous_and_dual_page),
11075         (ev_view_zoom_for_size_continuous):
11076         
11077         More compact EvView layout in document with pages of different size.
11078
11079 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11080
11081         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11082         compilation.
11083
11084 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11085
11086         * shell/ev-view.c: (view_set_adjustment_values):
11087         * shell/ev-window.c: (ev_window_cmd_file_properties):
11088         
11089         A bit different fix for rounding problem but it has no
11090         problems on startup. Make properties window transient to parent.
11091
11092 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11093
11094         * pdf/ev-poppler.cc:
11095         
11096         More commenting of font stuff.
11097
11098 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11099
11100         * pdf/ev-poppler.cc:
11101
11102         Comment out some more fonts stuff. Should really
11103         work without the poppler patch now.
11104
11105 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11106
11107         * pdf/ev-poppler.cc:
11108
11109         Adapt to api change
11110
11111 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11112
11113         * data/evince-properties.glade:
11114         * pdf/ev-poppler.cc:
11115         * shell/ev-properties.c: (setup_fonts_view):
11116
11117         Set the column title. Show the dialog only
11118         once everything is setup.
11119         Getting font info can be very slow... will
11120         prolly need to make this threaded too.
11121
11122 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11123
11124         * backend/Makefile.am:
11125         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11126         (ev_document_fonts_get_fonts_model):
11127         * backend/ev-document-fonts.h:
11128         * data/evince-properties.glade:
11129         * pdf/ev-poppler.cc:
11130         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11131         * shell/ev-properties.h:
11132         * shell/ev-window.c: (ev_window_cmd_file_properties):
11133
11134         Implement fonts list. Defined out for now, since it depends
11135         on a not yet committed poppler patch.
11136
11137 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11138
11139         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11140         page + 1.
11141
11142         * shell/ev-window.c: Make sure we add the timeout when we get a
11143         focus-in event.
11144
11145         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11146         adjustment->value before calculating the zoom factor to average
11147         out all of our rounding errors.  The page no longer 'drifts' when
11148         resizing.
11149
11150 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11151
11152         * data/evince-properties.glade:
11153         * shell/ev-properties.c: (ev_properties_format_date),
11154         (set_property):
11155         
11156         Labels don't expand when the dialogue is resized.
11157         strftime result needs to be converted to UTF-8. Thanks
11158         to Christian Persch <chpe@gnome.org>.
11159
11160 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11161
11162         * data/evince-properties.glade:
11163
11164         Hide the fonts tab
11165
11166 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11167
11168         * backend/ev-document-info.h:
11169         * backend/ev-document.c: (ev_document_info_free):
11170         * data/evince-properties.glade:
11171         * pdf/ev-poppler.cc:
11172         * ps/ps-document.c: (ps_document_get_info):
11173         * shell/ev-properties.c: (ev_properties_format_date),
11174         (set_property), (ev_properties_new):
11175         * shell/ev-properties.h:
11176         * shell/ev-window.c: (ev_window_cmd_file_properties):
11177
11178         Rework properties code to take only EvPropertyInfo
11179         in the constructor so that it can be useful for
11180         nautilus plugin too.
11181
11182         Deal with backends that doesnt support some properties.
11183         Make set property code generic.
11184
11185 2005-06-04  Christian Persch <chpe@gnome.org>
11186
11187         * data/evince-properties.glade:
11188
11189         fix spacings, make resizeable, and make data labels
11190         selectable + ellipsised
11191
11192 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11193
11194         * backend/ev-document-info.h:
11195         * data/Makefile.am:
11196         * data/evince-ui.xml:
11197         * pdf/ev-poppler.cc:
11198         * shell/Makefile.am:
11199         * shell/ev-window.c: (update_action_sensitivity),
11200         (ev_window_cmd_file_properties):
11201
11202         Initial go at file properties. Patch by
11203         Emil Soleyman-Zomalan <emil@soleyman.com>.
11204         Needs love see #169583
11205
11206 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11207
11208         * ps/ps-document.c: (output):
11209         * ps/ps.c: (psscan):
11210
11211         Try to render even if psscan fails.
11212
11213 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11214
11215         * ps/ps.c: (psscan), (pscopydoc):
11216
11217         Port buffered reading code from gv
11218
11219 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11220
11221         * ps/ps-document.c: (interpreter_message), (output):
11222
11223         Do not fail on interpreter messages
11224
11225 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11226
11227         * backend/ev-document-misc.c:
11228         (ev_document_misc_get_thumbnail_frame):
11229
11230         Pages can be 0 x 0, dont assert on this case
11231
11232 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11233
11234         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11235         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11236
11237         Correctly manage our reference on document. Finally the reload
11238         huge leak is gone...
11239
11240 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11241
11242         * ps/ps-document.c: (ps_document_dispose):
11243
11244         Forgot to chain it to the parent. Thanks chpe.
11245
11246 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11247
11248         * ps/ps-document.c: (ps_document_dispose),
11249         (ps_document_class_init), (stop_interpreter), (document_load):
11250
11251         Cleanup dispose a bit. Dont leak the whole pixmap.
11252
11253 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11254
11255         * pdf/ev-poppler.cc:
11256
11257         Release the poppler document on dispose
11258
11259 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11260
11261         * shell/ev-view.c: (ev_view_set_document):
11262
11263         Release ref on the pixbuf cache when changing
11264         document.
11265
11266 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11267
11268         * ps/ps-document.c: (ps_document_get_info):
11269
11270         Fix a double free
11271
11272 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11273
11274         * backend/ev-page-cache.c: (ev_page_cache_init),
11275         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11276         * backend/ev-page-cache.h:
11277         * shell/ev-page-action.c: (page_changed_cb):
11278         
11279         Set page action entry width depending on labels width. Fix
11280         for bug 305202.
11281
11282 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11283
11284         * backend/ev-link.c: (ev_link_class_init):
11285
11286         Allow -1 as page value (error)
11287
11288 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11289
11290         * shell/ev-sidebar-thumbnails.c:
11291         (ev_sidebar_thumbnails_set_document):
11292         * shell/ev-view.c: (scroll_to_current_page),
11293         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11294         (page_changed_cb), (on_adjustment_value_changed),
11295         (ev_view_set_document):
11296
11297         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11298         Fix bug 305377
11299
11300 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11301
11302         * configure.ac:
11303         * djvu/djvu-document.c: (djvu_document_get_page_size):
11304
11305         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11306         bug 301993.
11307
11308 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11309
11310         * shell/ev-view.c (draw_one_page): modify the expose handling to
11311         get the shadows.
11312
11313         * shell/ev-window.c (update_action_sensitivity): Respect
11314         permissions field.  Kowtow to the man.
11315
11316         * pdf/ev-poppler.cc: Get the permissions field.
11317
11318         * tiff/*c: Make a tiny bit more robust.
11319
11320 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11321
11322         * djvu/djvu-document.c:
11323         
11324         Pop messages from djvu context message queue.
11325
11326 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11327
11328         * configure.ac, Makefile.am, shell/Makefile.am:
11329         * tiff/Makefile.am, shell/ev-document-types.c:
11330         
11331         Cleanup tiff configure checks. Fix for bug 305218.
11332
11333 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11334
11335         * configure.ac: Added "uk" to ALL_LINGUAS.
11336
11337 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11338
11339         * cut-n-paste/zoom-control/ephy-zoom.c:
11340         (ephy_zoom_get_changed_zoom_level):
11341         * cut-n-paste/zoom-control/ephy-zoom.h:
11342         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11343         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11344         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11345         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11346         (zoom_control_changed_cb), (ev_window_init):
11347         
11348         Fix minor points related to moving best fit up. Introduce
11349         "zoom" property and make zoom control change it's value on
11350         notify::zoom signals. Fix for 305080.
11351
11352 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11353
11354         * data/evince-ui.xml:
11355         * shell/ev-window.c: (set_view_actions_sensitivity):
11356         
11357         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11358
11359 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11360
11361         * configure.ac:
11362
11363         Depends on poppler 0.3.2
11364
11365 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11366
11367         * cut-n-paste/recent-files/egg-recent-item.c:
11368         (egg_recent_item_get_short_name):
11369         * cut-n-paste/toolbar-editor/Makefile.am:
11370         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11371         (new_pixbuf_from_widget):
11372         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11373         * cut-n-paste/toolbar-editor/egg-marshal.c:
11374         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11375         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11376
11377         Sync
11378
11379 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11380
11381         * tiff/tiff-document.c: Rough TIFF backend.
11382
11383 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11384
11385         * NEWS:
11386         * configure.ac:
11387         * cut-n-paste/toolbar-editor/Makefile.am:
11388
11389         Release 0.3.1
11390
11391 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11392
11393         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11394         (ev_view_find_next), (ev_view_find_previous):
11395
11396         Remove the locks around get_n_results   
11397
11398 2005-05-21  Juerg Billeter  <j@bitron.ch>
11399
11400         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11401
11402         Pass correct number of pages to poppler.
11403
11404 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11405
11406         * configure.ac:
11407         * data/Makefile.am:
11408         * data/evince.desktop.in: 
11409         * data/evince.desktop.in.in:
11410         * po/POTFILES.in:
11411         
11412         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11413
11414 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11415
11416         * shell/ev-view.c: (view_update_adjustments),
11417         (view_set_adjustment_values): cast adjustmen->value to (int)
11418         before using it.  Otherwise, we get off by a pixel in some
11419         situations.
11420
11421         (draw_one_page): Draw the border on expose.
11422
11423 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11424
11425         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11426         adjustment when the mode changes, #304923
11427
11428 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11429
11430         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11431         flickering on resize but still use gdk_window_scroll on
11432         scrolling
11433
11434 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11435
11436         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11437         option, #170458
11438
11439 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11440
11441         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11442         second page on page_changed if possible, #304669
11443
11444 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11445
11446         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11447         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11448
11449 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11450
11451         * .cvsignore:
11452         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11453         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11454         (ev_view_zoom_for_size_presentation),
11455         (ev_view_zoom_for_size_continuous_and_dual_page),
11456         (ev_view_zoom_for_size_continuous),
11457         (ev_view_zoom_for_size_dual_page),
11458         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11459         * shell/ev-view.h:
11460         * shell/ev-window.c: (update_view_size),
11461         (ev_window_sizing_mode_changed_cb):
11462
11463         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11464         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11465         an infinite loop, #304769
11466
11467
11468 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11469
11470         * data/evince-ui.xml:
11471         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11472         * shell/ev-window.c: (set_view_actions_sensitivity):
11473
11474         Make PgUp/Down behave like Space
11475
11476 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11477
11478         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11479         * backend/ev-ps-exporter.h:
11480         * pdf/ev-poppler.cc:
11481         * ps/ps-document.c: (ps_document_ps_export_begin):
11482         * shell/ev-print-job.c: (idle_print_handler):
11483
11484         Adapt to new poppler api
11485
11486 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11487
11488         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11489         (ephy_zoom_control_init):
11490
11491         Translate zoom levels
11492
11493 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11494
11495         * cut-n-paste/zoom-control/ephy-zoom.c:
11496         (ephy_zoom_get_zoom_level_index):
11497
11498         Fix current zoom -> zoom control match
11499
11500 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11501
11502         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11503         rather than the scrolled_window that it's in. Fixes bug #304655.
11504
11505 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11506
11507         * shell/ev-view.c: (view_update_adjustments),
11508         (view_set_adjustment_values), (view_update_range_and_current_page),
11509         (view_scroll_to_page), (set_scroll_adjustment),
11510         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11511         (ev_view_scroll), (ev_view_scroll_view),
11512         (ensure_rectangle_is_visible), (find_page_at_location),
11513         (get_link_at_location), (go_to_link), (status_message_from_link),
11514         (ev_view_size_request_continuous_dual_page),
11515         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11516         (ev_view_unrealize), (ev_view_expose_event),
11517         (ev_view_button_press_event), (ev_view_motion_notify_event),
11518         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11519         (draw_rubberband), (highlight_find_results), (draw_one_page),
11520         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11521         (ev_view_init), (find_changed_cb), (page_changed_cb),
11522         (on_adjustment_value_changed), (ev_view_new),
11523         (ev_view_set_document), (ev_view_set_zoom),
11524         (ev_view_set_continuous), (ev_view_set_dual_page),
11525         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11526         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11527         (ev_view_zoom_for_size_presentation),
11528         (ev_view_zoom_for_size_continuous_dual_page),
11529         (ev_view_zoom_for_size_continuous),
11530         (ev_view_zoom_for_size_dual_page),
11531         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11532         (ev_view_get_status), (ev_view_set_status),
11533         (update_find_status_message), (ev_view_get_find_status),
11534         (ev_view_set_find_status), (jump_to_find_result),
11535         (jump_to_find_page), (compute_selections), (clear_selection),
11536         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11537         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11538         (ev_view_update_primary_selection),
11539         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11540         * shell/ev-view.h:
11541         * shell/ev-window.c: (ev_window_open_page_label),
11542         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11543         (ev_window_init):
11544         * shell/ev-window.h:
11545         * shell/main.c: (load_files):
11546
11547         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11548         when resizing.  Remove the bin_window().  Also, patch from James
11549         Bowes to fix command line page, #300641
11550         
11551 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11552
11553         * data/evince-ui.xml:
11554         * shell/ev-view.c:
11555         * shell/ev-view.h:
11556         * shell/ev-window.c: (update_action_sensitivity):
11557
11558         Get rid of View->Normal Size, it's just confusing
11559
11560 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11561
11562         * backend/ev-document-info.h:
11563         * backend/ev-document.c: (ev_document_info_free): Free the
11564         EvDocumentInfo.
11565
11566         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11567         (clear_range), (add_range), (update_visible_range),
11568         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11569         (ev_sidebar_thumbnails_set_document):
11570         * shell/ev-window.c: (ev_window_setup_document): Only render the
11571         visible thumbnails.  It takes an instant to render, but it uses
11572         much less memory.
11573
11574 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11575
11576         * shell/ev-sidebar-links.c: (popup_menu_cb):
11577
11578         Select first item
11579
11580 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11581
11582         * lib/Makefile.am:
11583         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11584         (button_press_cb), (ev_sidebar_links_construct):
11585
11586         Show the popup menu also on keybindings
11587
11588 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11589
11590         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11591         * shell/ev-window.h:
11592
11593         Expose api to print a range (with dialog). Make private _print use
11594         it.
11595
11596         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11597         (ev_sidebar_links_construct):
11598
11599         Show a print context menu on linkx, it prints the selected
11600         section.
11601
11602 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11603
11604         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11605         button.
11606
11607 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11608
11609         * AUTHORS:
11610
11611         Update
11612
11613         * shell/ev-window.c: (build_comments_string),
11614         (ev_window_cmd_help_about):
11615
11616         Show poppler version/backend and authors
11617
11618 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11619
11620         * cut-n-paste/zoom-control/ephy-zoom.c:
11621         (ephy_zoom_get_zoom_level_index):
11622         * cut-n-paste/zoom-control/ephy-zoom.h:
11623
11624         Move the best fit items at the top of the list
11625
11626 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11627
11628         * shell/ev-marshal.list:
11629         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11630         (activate_cb), (match_selected_cb), (activate_link_cb),
11631         (connect_proxy), (ev_page_action_class_init):
11632         * shell/ev-page-action.h:
11633
11634         Use signals to notify action activation. Hopefully
11635         I did not break completion since I cant test...
11636
11637         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11638         (register_custom_actions):
11639
11640         Connect to page selector actions and also grab focus on
11641         the view when activated.
11642
11643 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11644
11645         * pdf/ev-poppler.cc:
11646         * backend/ev-page-cache.c: make page size calculation consistent
11647         and set it to (int)( width * scale + 0.5).  This makes the weird
11648         line going through the middle of the page go away.
11649
11650         * shell/ev-view.c: move painting the background page after
11651         checking the expose area covers us.
11652
11653 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11654
11655         * data/evince-password.glade:
11656         
11657         Mark labels as not translatable. Fix for bug 302842.
11658
11659 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11660
11661         * configure.ac: Added "es" to ALL_LINGUAS.
11662
11663 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11664
11665         * data/evince-toolbar.xml:
11666         * shell/ev-window.c: (update_action_sensitivity),
11667         (ev_window_setup_document), (ev_window_set_page_mode),
11668         (ev_window_init):
11669
11670         Remove some leftover code from jrb first continous
11671         attempt. Use the new actions, we still need good icons
11672         though...
11673
11674 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11675
11676         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11677
11678         Update label when connecting proxy. Fix a warning with NULL
11679         page_cache.
11680
11681 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11682
11683         * data/evince-ui.xml:
11684         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11685         * shell/ev-page-action.h:
11686         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11687
11688         Add mnemonic for edit toolbar.
11689         ctrl+l focus the page entry.
11690
11691 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11692
11693         * lib/Makefile.am:
11694         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11695         (ev_window_init):
11696         * shell/main.c: (main):
11697
11698         Put the toolbar xml in evince own dot dir
11699
11700 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11701
11702         * shell/ev-window.c: (ev_window_init):
11703
11704         Make the toolbar not removable
11705
11706 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11707
11708         * data/evince-ui.xml:
11709         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11710         * shell/ev-sidebar-links.h:
11711         * shell/ev-sidebar-thumbnails.c:
11712         (ev_sidebar_thumbnails_get_treeview):
11713         * shell/ev-sidebar-thumbnails.h:
11714         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11715         (ev_view_class_init):
11716         * shell/ev-view.h:
11717         * shell/ev-window.c: (update_action_sensitivity),
11718         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11719         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11720         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11721         (ev_window_init):
11722
11723         This is evil... Make space/backspace global accelerators but
11724         enable them only for some widgets (sidebars and view).
11725         I dont like it, but I dont know a better way... :/
11726
11727 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11728
11729         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11730         (ev_page_action_widget_finalize),
11731         (ev_page_action_widget_class_init), (update_page_cache):
11732
11733         Keep a weak reference on proxy->page_cache so that we
11734         dont try to disconnect the signal if the object is already
11735         gone. Maybe there is a better way to cleanup reference handling
11736         in page action though...
11737
11738 2005-05-10  Juerg Billeter  <j@bitron.ch>
11739
11740         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11741         * backend/ev-ps-exporter.h:
11742         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11743         * ps/ps-document.c: (ps_document_ps_export_begin):
11744         
11745         Change api to pass print range to ps_exporter_begin. The pdf backend
11746         requires this information.
11747         
11748         * shell/ev-print-job.c: (idle_print_handler):
11749         
11750         Adapt to api change
11751
11752 2005-05-10  Juerg Billeter  <j@bitron.ch>
11753
11754         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11755         (idle_print_handler)
11756         * shell/ev-window.c: (ev_window_print):
11757
11758         Support printing page range, based on patch by Amaury Jacquot
11759
11760 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11761
11762         * data/evince-toolbar.xml:
11763
11764         Add zoom control to available items
11765
11766 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11767
11768         * shell/ev-window.c: (update_action_sensitivity):
11769
11770         Set slash action insensitive when appropriate
11771
11772 2005-05-10  Christian Persch <chpe@gnome.org>
11773
11774         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11775
11776         Fix warning on the overflow menu
11777
11778 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11779
11780         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11781
11782         Check for uri correctness/existence
11783
11784 2005-05-09  Juerg Billeter  <j@bitron.ch>
11785
11786         * shell/ev-window.c: (using_postscript_printer):
11787
11788         LPD printers use postscript, too
11789
11790 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11791
11792         * shell/ev-window.c: (register_custom_actions):
11793
11794         The zoom one is actually sort of useful,
11795         put it back
11796
11797 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11798
11799         * shell/ev-window.c: (register_custom_actions):
11800
11801         Hide page/zoom controls from overflow, they
11802         are useless.
11803
11804 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11805
11806         * cut-n-paste/update-from-egg.sh:
11807         
11808         Share it between all cut-n-paste subdirs
11809
11810         * cut-n-paste/recent-files/Makefile.am:
11811
11812         Fix to use "global" update-from-egg.sh
11813
11814         * cut-n-paste/recent-files/egg-recent-model.c:
11815         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11816         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11817         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11818         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11819
11820         Update from libegg
11821
11822         * cut-n-paste/toolbar-editor/Makefile.am:
11823
11824         Fix to use "global" update-from-egg.sh
11825
11826         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11827
11828         Update from libegg
11829
11830 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11831
11832         * configure.ac:
11833         * cut-n-paste/Makefile.am:
11834         * cut-n-paste/recent-files/Makefile.am:
11835         * cut-n-paste/toolbar-editor/.cvsignore:
11836         * cut-n-paste/toolbar-editor/Makefile.am:
11837         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11838         (egg_editable_toolbar_get_type), (get_toolbar_position),
11839         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11840         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11841         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11842         (set_item_drag_source), (create_item_from_action), (create_item),
11843         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11844         (popup_toolbar_context_menu_cb), (free_dragged_item),
11845         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11846         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11847         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11848         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11849         (item_added_cb), (item_removed_cb),
11850         (egg_editable_toolbar_construct),
11851         (egg_editable_toolbar_disconnect_model),
11852         (egg_editable_toolbar_deconstruct),
11853         (egg_editable_toolbar_set_model),
11854         (egg_editable_toolbar_set_ui_manager),
11855         (egg_editable_toolbar_set_property),
11856         (egg_editable_toolbar_get_property),
11857         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11858         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11859         (egg_editable_toolbar_new_with_model),
11860         (egg_editable_toolbar_get_edit_mode),
11861         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11862         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11863         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11864         (new_pixbuf_from_widget), (new_separator_pixbuf),
11865         (update_separator_image), (style_set_cb),
11866         (_egg_editable_toolbar_new_separator_image),
11867         (egg_editable_toolbar_get_model):
11868         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11869         * cut-n-paste/toolbar-editor/egg-marshal.c:
11870         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11871         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11872         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11873         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11874         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11875         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11876         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11877         (editor_drag_data_delete_cb), (drag_data_get_cb),
11878         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11879         (editor_create_item), (update_editor_sheet), (setup_editor),
11880         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11881         (parse_item_list), (model_has_action), (update_actions_list),
11882         (egg_toolbar_editor_load_actions):
11883         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11884         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11885         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11886         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11887         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11888         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11889         (egg_toolbars_model_add_separator), (impl_add_item),
11890         (parse_item_list), (egg_toolbars_model_add_toolbar),
11891         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11892         (impl_get_item_data), (impl_get_item_type),
11893         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11894         (egg_toolbars_model_init), (free_toolbar),
11895         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11896         (egg_toolbars_model_remove_toolbar),
11897         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11898         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11899         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11900         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11901         (egg_toolbars_model_get_item_data),
11902         (egg_toolbars_model_get_item_type):
11903         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11904         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11905         * data/Makefile.am:
11906         * data/evince-toolbar.xml:
11907         * data/evince-ui.xml:
11908         * data/hand-open.png:
11909         * po/POTFILES.in:
11910         * shell/Makefile.am:
11911         * shell/ev-window.c: (update_chrome_visibility),
11912         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11913         (ev_window_dispose), (ev_window_init):
11914
11915         Implement epiphany like toolbar editor. Based on patch by
11916         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11917
11918 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11919
11920         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11921
11922         Use set_cursor instead of set_selection, so that
11923         the keyboard focus moves too.
11924
11925 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11926
11927         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11928
11929         Fix infinite loop when loading Type1 fonts
11930
11931 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11932
11933         * data/evince-ui.xml:
11934         * shell/ev-window.c:
11935
11936         Slash -> Find
11937
11938 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11939
11940         * configure.ac:
11941
11942         Make --disable really disable
11943
11944 2005-05-07  Juerg Billeter  <j@bitron.ch>
11945
11946         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11947
11948         Compare page labels even without has_labels set, fixes setting page
11949         with entry
11950
11951 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11952
11953         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11954         (ev_view_set_cursor), (ev_view_button_press_event),
11955         (ev_view_motion_notify_event), (ev_view_button_release_event),
11956         (ev_view_init):
11957
11958         Implement middle button scrolling. Based on a patch
11959         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11960
11961 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11962
11963         * shell/ev-document-types.c: (get_slow_mime_type),
11964         (get_document_type_from_mime), (ev_document_type_lookup):
11965         * shell/ev-document-types.h:
11966
11967         Change api to lookup from uri. Do fast lookup first, if the
11968         type is unknown try with data sniffing.
11969
11970         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11971         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11972
11973         Adapt to api change
11974
11975 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11976
11977         * thumbnailer/Makefile.am:
11978
11979         Fix distcheck
11980
11981 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11982
11983         * NEWS:
11984         * configure.ac:
11985
11986         Release 0.3.0
11987
11988         * data/evince-ui.xml:
11989
11990         Hide presentation mode for now
11991
11992         * shell/ev-view.c: (highlight_find_results):
11993
11994         Show current find selection only on current page
11995
11996 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11997
11998         * shell/ev-view.c: (ev_view_select_all):
11999
12000         Compute size of the actual page, not of
12001         the current one.
12002
12003 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12004
12005         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12006         (view_rect_to_doc_rect), (compute_selections),
12007         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12008         (ev_view_copy), (ev_view_primary_get_cb),
12009         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12010         (ev_view_button_press_event), (ev_view_motion_notify_event),
12011         (ev_view_button_release_event), (page_changed_cb):
12012
12013         Fix text selection
12014
12015 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12016
12017         * shell/ev-view.c: (compute_border), (get_page_extents),
12018         (doc_rect_to_view_rect), (highlight_find_results),
12019         (ev_view_bin_expose), (ev_view_select_all),
12020         (ev_view_motion_notify_event), (update_find_status_message),
12021         (jump_to_find_result), (jump_to_find_page):
12022
12023         First go at fixing search, still buggy
12024
12025 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12026
12027         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12028         dropdown box and button at the top of the sidebar.
12029
12030 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12031
12032         * configure.ac: Output zoom-control Makefile.
12033         * cut-n-paste/Makefile.am: build zoom-control subdir.
12034         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12035         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12036         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12037         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12038         * cut-n-paste/zoom-control/ephy-zoom.c:
12039         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12040         from epiphany, and modified to add a separator into the menu.
12041         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12042         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12043         zoom-control action.
12044         * shell/Makefile.am: Include zoom-control flags.
12045         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12046         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12047         (ev_view_zoom_for_size_presentation),
12048         (ev_view_zoom_for_size_continuous_and_dual_page),
12049         (ev_view_zoom_for_size_continuous),
12050         (ev_view_zoom_for_size_dual_page),
12051         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12052         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12053         ev_view_get_zoom and ev_view_get_sizing_mode.
12054         * shell/ev-view.h:
12055         * shell/ev-window.c: (update_action_sensitivity),
12056         (update_sizing_buttons), (zoom_control_changed_cb),
12057         (register_custom_actions): Initialize and use the zoom-control 
12058         widget.
12059
12060 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12061
12062         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12063         preview cache back to 1.  Don't know when it got set to 0.
12064         
12065         * shell/ev-view.c: (compute_border), (ev_view_realize),
12066         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12067         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12068         (ev_view_get_fullscreen), (ev_view_set_presentation),
12069         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12070         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12071         * shell/ev-view.h:
12072         * shell/ev-window.c:
12073         (update_chrome_visibility),
12074         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12075         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12076         (update_document_mode), (ev_window_update_fullscreen_action),
12077         (ev_window_fullscreen), (ev_window_unfullscreen),
12078         (ev_window_cmd_view_fullscreen),
12079         (ev_window_update_presentation_action),
12080         (ev_window_run_presentation), (ev_window_stop_presentation),
12081         (ev_window_cmd_view_presentation), (ev_window_state_event),
12082         (ev_window_focus_in_event), (ev_window_focus_out_event),
12083         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12084         * data/evince-ui.xml: Initial presentation mode.  We should
12085         probably hide this until it's done, as it's quite rough.  Also,
12086         change full-screen to fullscreen and add two getters to EvView.
12087
12088 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12089
12090         * shell/ev-page-action.c: (update_page_cache),
12091         (ev_page_action_dispose):
12092         * shell/ev-window.c: (destroy_fullscreen_popup),
12093         (ev_window_create_fullscreen_popup):
12094
12095         Use connect_object rather than explicitly
12096         disconnect on dispose.
12097
12098 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12099
12100         * shell/ev-page-action.c: (update_page_cache),
12101         (ev_page_action_dispose):
12102
12103 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12104
12105         * backend/ev-page-cache.c: (_ev_page_cache_new),
12106         (ev_page_cache_set_page_label),
12107         (ev_page_cache_has_nonnumeric_page_labels):
12108         * backend/ev-page-cache.h:
12109         * shell/ev-page-action.c: (update_pages_label):
12110         
12111         If all page labels are numeric, fallback to default
12112         way to display number of pages. See bug 173185.
12113
12114 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12115
12116         * shell/ev-page-action.c: (ev_page_action_dispose):
12117         * shell/ev-view.c: (view_update_range_and_current_page):
12118         * shell/ev-window.c: (ev_window_dispose):
12119         
12120         Set page on scroll in continuous mode. Fixes bug 301986.
12121         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12122
12123 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12124
12125         * configure.ac:
12126
12127         Require poppler 0.3.0
12128
12129 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12130         
12131         * shell/Makefile.am, configure.ac: Fix build problems
12132         with t1lib. Bug 301996.
12133
12134 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12135
12136         * shell/ev-view.c: (ev_view_scroll_event):
12137         
12138         Scroll up increase zoom
12139
12140 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12141
12142         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12143         (ev_view_set_sizing_mode),
12144         (ev_view_zoom_for_size_continuous_and_dual_page),
12145         (ev_view_zoom_for_size_continuous):
12146         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12147         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12148         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12149         (ev_window_init):
12150
12151         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12152         Fix for 165473 and 165472.
12153
12154 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12155
12156         * po/POTFILES.in:
12157         * thumbnailer/Makefile.am:
12158         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12159         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12160         * thumbnailer/evince-thumbnailer.schemas.in:
12161         
12162         Make thumbnailer schemas translatable. Fix for bug 301773
12163         
12164         * thumbnailer/evince-thumbnailer-djvu.schemas:
12165         * thumbnailer/evince-thumbnailer-dvi.schemas:
12166         * thumbnailer/evince-thumbnailer.schemas:
12167
12168         Removed files
12169
12170 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12171
12172         * shell/ev-view.c (ev_view_init): forgot to set this.
12173
12174 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12175
12176         * shell/ev-view.c: (find_page_at_location),
12177         (get_link_at_location),
12178         (ev_view_set_show_border), (ev_view_set_spacing),
12179         (ev_view_zoom_for_size_continuous_and_dual_page),
12180         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12181         Also, add a quick fix measuring of widths.  Also, removed
12182         ev_view_set_spacing and ev_view_set_show_border.
12183         
12184         * shell/ev-window.c: (ev_window_unfullscreen),
12185         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12186
12187 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12188
12189         * shell/ev-view.c: (view_update_range_and_current_page),
12190         (page_changed_cb):
12191         
12192         Fix crash on exit and scrolling to page in continuous view.
12193
12194 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12195
12196         * TODO:
12197         * backend/ev-page-cache.c: (_ev_page_cache_new),
12198         (ev_page_cache_get_max_width_size),
12199         (ev_page_cache_get_max_height_size):
12200         * backend/ev-page-cache.h:
12201         * data/evince-ui.xml:
12202         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12203         * shell/ev-view.c: (view_update_adjustments),
12204         (view_update_range_and_current_page), (get_bounding_box_size),
12205         (ev_view_size_request_continuous_and_dual_page),
12206         (ev_view_size_request_continuous),
12207         (ev_view_size_request_dual_page),
12208         (ev_view_size_request_single_page), (ev_view_size_request),
12209         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12210         (ev_view_bin_expose), (ev_view_expose_event),
12211         (ev_view_set_property), (ev_view_get_property),
12212         (ev_view_class_init), (ev_view_init), (ev_view_new),
12213         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12214         (ev_view_set_dual_page), (ev_view_set_full_screen),
12215         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12216         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12217         (ev_view_zoom_out), (zoom_for_size_fit_width),
12218         (zoom_for_size_best_fit),
12219         (ev_view_zoom_for_size_continuous_and_dual_page),
12220         (ev_view_zoom_for_size_continuous),
12221         (ev_view_zoom_for_size_dual_page),
12222         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12223         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12224         * shell/ev-view.h:
12225         * shell/ev-window.c: (update_action_sensitivity),
12226         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12227         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12228         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12229         (ev_window_cmd_view_zoom_out), (update_view_size),
12230         (ev_window_set_sizing_mode), (ev_window_init):
12231
12232         Add Continuous and Dual page modes.
12233
12234 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12235
12236         * dvi/dvi-document.c: (dvi_document_load),
12237         (dvi_document_thumbnails_get_thumbnail),
12238         (dvi_document_init_params): Fix up some mixups between
12239         width and height to correct thumbnail rendering.
12240
12241 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12242
12243         * dvi/mdvi-lib/private.h:
12244         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12245         
12246         Suppess output for kpathsea during font generation. Thanks to
12247         James Bowes
12248
12249 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12250
12251         * NEWS:
12252         * configure.ac:
12253
12254         Release 0.2.1
12255
12256         * Makefile.am: fix distcheck.
12257
12258 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12259
12260         * shell/ev-sidebar-links.c: (selection_changed_callback),
12261         (update_page_callback), (row_activated_callback),
12262         (job_finished_callback), (ev_sidebar_links_set_document):
12263         
12264         Fix for bug #169901. Double click on links expands tree.
12265
12266 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12267
12268         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12269         hard-coded style. Fix for bug 170111
12270
12271 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12272
12273         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12274         locking.
12275
12276 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12277
12278         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12279
12280 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12281
12282         * pdf/ev-poppler.cc:
12283         * shell/ev-view.c: (highlight_find_results):
12284
12285         Fix find on single page documents
12286
12287 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12288
12289         * data/evince.schemas.in: fix for bug 301390
12290
12291 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12292
12293         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12294         (ev_view_zoom_out), (ev_view_zoom_normal):
12295         * shell/ev-view.h:
12296         * shell/ev-window.c: (update_action_sensitivity),
12297         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12298         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12299         (ev_window_cmd_view_normal_size):
12300
12301         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12302         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12303         better than oom. 
12304
12305 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12306
12307         * configure.ac:
12308
12309         Depend on 2.57, 2.59 doesnt seem to be necessary
12310
12311 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12312
12313         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12314         (create_tool_item):
12315
12316         Put back total number of pages as (1 of 1234)
12317
12318 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12319
12320         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12321         remove the job.
12322
12323         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12324         function.  This helps debugging.
12325
12326 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12327
12328         * djvu/djvu-document.c: (djvu_document_class_init),
12329         (djvu_document_get_info), (djvu_document_document_iface_init):
12330         * dvi/dvi-document.c: (dvi_document_class_init),
12331         (dvi_document_get_info), (dvi_document_document_iface_init):
12332
12333         Dummy implementation of get_info method for dvi and
12334         djvu. Fix crashes with those backends
12335
12336 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12337
12338         * data/evince.desktop.in:
12339
12340         Add application/x-gzpostscript
12341
12342 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12343
12344         * data/evince.schemas.in: Added real long descriptions, 
12345         closes bug 172496 
12346
12347         * README: Added actual text, closes bug 171869
12348
12349 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12350
12351         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12352
12353         Thumbnail page 0
12354
12355 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12356
12357         * backend/ev-document-info.h:
12358
12359         s/GDate */GDate so we can just use g_free
12360
12361 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12362
12363         * shell/ev-window.c: (update_document_mode),
12364         (ev_window_setup_document):
12365
12366         Show the window in fullscreen when specified by
12367         the document
12368
12369 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12370
12371         * backend/ev-document.c: (ev_document_class_init),
12372         (ev_document_get_info), (ev_document_render_pixbuf):
12373         * backend/ev-document.h:
12374         * backend/ev-page-cache.c: (_ev_page_cache_new):
12375         * pdf/ev-poppler.cc:
12376         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12377         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12378         * ps/ps-document.c: (ps_document_class_init), (document_load),
12379         (ps_document_get_info), (ps_document_document_iface_init):
12380
12381         Remove get_title from the interface, we can just use document info
12382
12383 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12384
12385         * backend/Makefile.am:
12386         * backend/ev-document.c: (ev_document_render_get_info):
12387         * backend/ev-document.h:
12388         * pdf/ev-poppler.cc:
12389
12390         Initial support for document info. Based on jrb patch.
12391
12392 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12393
12394         * shell/ev-window.c: (ev_window_state_event),
12395         (ev_window_class_init), (ev_window_init):
12396         
12397         Doesn't show resize grip when maximized. See bug #301053
12398
12399 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12400
12401         * po/POTFILES.in:
12402         
12403         ev-sidebar-thumbnails now has translatable labels
12404         
12405         * shell/Makefile.am:
12406         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12407         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12408         (ev_sidebar_links_page_iface_init):
12409         * shell/ev-sidebar-links.h:
12410         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12411         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12412         (ev_sidebar_page_get_label):
12413         * shell/ev-sidebar-page.h:
12414         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12415         (ev_sidebar_thumbnails_set_document),
12416         (ev_sidebar_thumbnails_support_document),
12417         (ev_sidebar_thumbnails_get_label),
12418         (ev_sidebar_thumbnails_page_iface_init):
12419         * shell/ev-sidebar-thumbnails.h:
12420         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12421         (ev_sidebar_set_document):
12422         * shell/ev-sidebar.h:
12423         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12424         
12425         Small rework of sidebar code. Now sidebar pages should implement
12426         EvSidebarPage interface. That makes page management in EvSidebar
12427         easier. See bug #164811 for details
12428
12429 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12430
12431         * shell/ev-application.c: (ev_application_open):
12432         * shell/ev-document-types.c:
12433         
12434         Fix build error and small problem with application exit
12435
12436 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12437
12438         * thumbnailer/Makefile.am:
12439         * thumbnailer/evince-thumbnailer-djvu.schemas:
12440         * thumbnailer/evince-thumbnailer-dvi.schemas:
12441         
12442         Conditionally install schemas for djvu/dvi thumbnailer
12443
12444 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12445
12446         * shell/ev-document-types.h: 
12447         * shell/ev-document-types.c: 
12448         New files, handling the mapping from mimetypes to backends
12449         
12450         * shell/ev-window.c: 
12451         * thumbnailer/evince-thumbnailer.c:     
12452         Use the ev-document-types code
12453         
12454         * shell/Makefile.am: 
12455         Added new convenience library libevbackendfactory_la, containing
12456         the new mimetype->backend logic; moved the backends into it.
12457
12458         * thumbnailer/Makefile.am:
12459         Make the thumbnailer link with the libevbackend.la convenience
12460         library, rather than having a duplicate of the backend logic here.
12461
12462 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12463
12464         * shell/ev-stock-icons.c: constify some vars.
12465         * shell/ev-window.c: ditto.
12466
12467 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12468
12469         * ps/ps-document.c (get_page_orientation):
12470
12471         Respect document orientation 
12472
12473 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12474
12475         * djvu/Makefile.am:
12476         * dvi/Makefile.am:
12477         * shell/Makefile.am:
12478         
12479         Move library dependencies to components.
12480         
12481         * shell/ev-window.c: (update_window_title),
12482         (start_loading_document):
12483         
12484         Fix display of uris with spaces. Bug 168358.
12485
12486 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12487
12488         * shell/ev-sidebar-links.c: (selection_changed_cb):
12489         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12490         (ev_view_button_release_event), (ev_view_set_document):
12491         * shell/ev-view.h:
12492         * shell/ev-window.c: (find_bar_search_changed_cb):
12493         * shell/ev-window.h: Minor cleanups removing some dead code.
12494
12495 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12496
12497         * backend/ev-page-cache.c: (_ev_page_cache_new):
12498         
12499         Set current page to 0 if document has pages.
12500
12501 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12502
12503         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12504
12505         Initialize GError to NULL, fix a crash when loading fails.
12506
12507 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12508
12509         * shell/ev-window.c: (update_view_size):
12510
12511         Calculate shadow size only when there is actually
12512         a shadow.
12513
12514 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12515
12516         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12517         * shell/ev-view.h:
12518
12519         Allow setting view spacing, default to 0
12520
12521         * shell/ev-window.c: (ev_window_unfullscreen),
12522         (ev_window_cmd_view_fullscreen), (ev_window_init):
12523
12524         Remove spacing in fullscreen mode
12525
12526 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12527
12528         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12529         (ev_view_size_request), (expose_bin_window),
12530         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12531         * shell/ev-view.h:
12532         * shell/ev-window.c: (ev_window_unfullscreen),
12533         (ev_window_cmd_view_fullscreen):
12534
12535         Do not draw the border in fulscreen
12536
12537 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12538
12539         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12540         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12541         (find_page_at_location), (page_changed_cb):
12542
12543         Rework border calculation, so that I can more easily disable it.
12544         Code somewhat cleaner too.
12545
12546 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12547
12548         * backend/ev-page-cache.c: (ev_page_cache_init),
12549         (_ev_page_cache_new):
12550
12551         Remove some assertions, documents can have 0 pages.
12552         Make initial current page -1.
12553
12554         * shell/ev-page-action.c: (page_changed_cb):
12555
12556         Show "" if current page is -1
12557
12558         * shell/ev-window.c: (update_action_sensitivity),
12559         (ev_window_setup_document):
12560
12561         When document has 0 pages do not set the view
12562         and make nearly everything insensitive.
12563
12564 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12565
12566         * shell/ev-page-view.c:
12567         * shell/ev-page-view.h:
12568
12569         Remove unused files.
12570         
12571         * shell/ev-sidebar-thumbnails.c:
12572         (ev_sidebar_thumbnails_set_document):
12573         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12574         (ev_sidebar_supports_document):
12575         * shell/ev-sidebar.h:
12576         * shell/ev-window.c: (ev_window_setup_document):
12577         
12578         Doesn't show thumbnails if document has 1 page. Make
12579         sidebar menu entries sensitive only if if they have 
12580         sense. Fix bug 164811. 
12581
12582 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12583
12584         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12585         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12586         (ev_view_zoom_out), (ev_view_set_size):
12587
12588         Rework sizing to deal with documents with not uniform page
12589         size.
12590
12591 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12592
12593         * backend/ev-page-cache.c: (_ev_page_cache_new):
12594
12595         Fix several page size caching bugs
12596
12597 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12598
12599         * shell/ev-window.c: (set_action_properties):
12600
12601         Make all toolbar items translatable
12602
12603 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12604
12605         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12606         (save_page_list), (ps_document_save),
12607         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12608         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12609         (ps_document_ps_exporter_iface_init):
12610         * ps/ps-document.h:
12611
12612         Based on a patch by J�rg Billeter <j@bitron.ch>
12613         
12614         Implement print and save a copy for the ps backend.
12615
12616 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12617
12618         * backend/ev-document.h:
12619         * djvu/djvu-document.c: (djvu_document_can_get_text),
12620         (djvu_document_document_iface_init):
12621         * dvi/dvi-document.c: (dvi_document_can_get_text),
12622         (dvi_document_document_iface_init):
12623         * pdf/ev-poppler.cc:
12624         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12625         (pixbuf_document_document_iface_init):
12626         * ps/ps-document.c: (ps_document_can_get_text),
12627         (ps_document_document_iface_init):
12628         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12629         * shell/ev-window.c: (update_action_sensitivity):
12630
12631         Fix the crash when trying to copy in backends that doesnt
12632         support it. We can implement a better solution once we
12633         do real text selection.
12634
12635 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12636
12637         * data/evince-ui.xml:
12638         * shell/ev-window.c: (ev_window_cmd_escape):
12639         
12640         Work around the Escape conflict (find bar and unfullscreen)
12641
12642 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12643
12644         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12645         
12646         Fix for #300233. Next page correctly handles document end.
12647         
12648         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12649         (ev_sidebar_thumbnails_class_init),
12650         (ev_sidebar_thumbnails_set_document),
12651         (ev_sidebar_thumbnails_clear_job),
12652         (ev_sidebar_thumbnails_clear_model):
12653         
12654         Cleanup thumbnail jobs on document changes.
12655         
12656         * shell/ev-view.c: (add_scroll_binding_keypad),
12657         (add_scroll_binding_shifted), (ev_view_class_init):
12658         
12659         Shift + Space scrolls up. Fix for #173184
12660         
12661         * shell/ev-window.c: (ev_window_open_page),
12662         (ev_window_cmd_view_reload):
12663         
12664         Fix reload (Bug #300094)
12665
12666 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12667
12668         
12669         * dvi/mdvi-lib/assoc.c:
12670         * dvi/mdvi-lib/assoc.h: Removed garbage files
12671         
12672         * dvi/mdvi-lib/bitmap.c:
12673         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12674         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12675         * dvi/mdvi-lib/color.h: Antialias of rules
12676         
12677         * dvi/mdvi-lib/common.h:
12678         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12679         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12680         * dvi/mdvi-lib/files.c:
12681         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12682         * dvi/mdvi-lib/mdvi.h:
12683         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12684         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12685         * dvi/mdvi-lib/util.c: Fix compile warnings
12686         
12687         * dvi/dvi-document.c:
12688         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12689         (dvi_document_thumbnails_get_thumbnail),
12690         (dvi_document_document_thumbnails_iface_init):
12691         * dvi/mdvi-lib/Makefile.am:
12692         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12693         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12694         
12695         Dvi backend now renders thumbnails
12696
12697 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12698
12699         * shell/main.c: (main): 
12700         
12701         Save accelerators on exit. Fixes bug #172095.
12702
12703 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12704
12705         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12706         update priority" comment.
12707
12708         * backend/ev-job-queue.c: Give a way to change priority.
12709
12710 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12711
12712         * shell/ev-page-action.c: Fix logic.
12713
12714 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12715
12716         * shell/ev-view.c: (ev_view_can_find_next):
12717         * shell/ev-window.c: (ev_window_setup_document):
12718
12719         Check that the document supports find
12720
12721 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12722
12723         * data/evince-ui.xml:
12724         * shell/ev-view.c: (ev_view_can_find_next):
12725         * shell/ev-view.h:
12726         * shell/ev-window.c: (update_action_sensitivity),
12727         (find_changed_cb), (ev_window_setup_document),
12728         (ev_window_cmd_edit_find_next):
12729
12730         Add Edit->Find Next
12731
12732 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12733
12734         * pdf/ev-poppler.cc:
12735         * shell/ev-print-job.c: (idle_print_handler):
12736
12737         Make printing work again
12738
12739 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12740
12741         * shell/ev-page-action.h:
12742         * shell/ev-page-action.c: (ev_page_action_widget_init),
12743         (ev_page_action_widget_class_init), (page_changed_cb),
12744         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12745         (get_filter_model_from_model), (match_selected_cb),
12746         (display_completion_text), (match_completion), (update_model),
12747         (connect_proxy), (ev_page_action_set_property),
12748         (ev_page_action_get_property), (ev_page_action_set_document),
12749         (ev_page_action_set_model), (ev_page_action_class_init): Big
12750         reworking to make completions work iff we have >= GTK-2.7.0
12751                 
12752         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12753         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12754         (job_finished_cb): We now have a 'model' property that is set when
12755         the links are loaded.  This can be caught with "notify::model"
12756
12757         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12758         listen for the model to be set, and propagate it to the action.
12759
12760 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12761
12762         * cut-n-paste/recent-files/egg-recent-item.c:
12763         (egg_recent_item_set_uri), (make_valid_utf8),
12764         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12765         * cut-n-paste/recent-files/egg-recent-item.h:
12766         
12767         Update egg-recent from libegg. This should fix long
12768         startup problem. For details see
12769         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12770
12771 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12772
12773         * cut-n-paste/recent-files/Makefile.am:
12774         * data/evince-ui.xml, shell/Makefile.am:
12775         * shell/ev-application.c, shell/ev-application.h:
12776         * shell/ev-window.c: Recent files support.
12777         
12778         * configure.ac: Added "ru" to ALL_LINGUAS.
12779         
12780         * dvju: new backend to support DJVU files.
12781         * dvi: new backend to support DVI.
12782
12783         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12784         * ev-application.c: Support for new backends.
12785         
12786         * help, ev-window.c, main.c shell/Makefile.am: 
12787         Evince user documentation.
12788
12789 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12790
12791         * po/POTFILES.in:
12792         * shell/ev-window.c:
12793         * thumbnailer/evince-thumbnailer.c:
12794
12795         s/pdf-document/ev-poppler
12796
12797 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12798
12799         * NEWS:
12800         * configure.ac:
12801
12802         Release 0.2.0
12803
12804         * ps/ps-document.c: (setup_pixmap):
12805
12806         Remove debug code
12807
12808 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12809
12810         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12811         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12812         (ev_window_cmd_go_first_page): Fix of by one errors.
12813
12814 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12815
12816         * ps/ps-document.c: (get_page_box):
12817
12818         Fix page size calculation
12819
12820 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12821
12822         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12823         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12824         (get_page_orientation), (setup_page), (document_load),
12825         (ps_document_get_page_size), (render_pixbuf_idle):
12826         * ps/ps-document.h:
12827
12828         More refactoring to adapt to EvDocument changes
12829
12830 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12831
12832         * ps/ps-document.c: (start_interpreter):
12833
12834         Actually add alpha args
12835
12836 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12837
12838         * pdf/ev-poppler.cc:
12839
12840         Make clipboard work again
12841
12842 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12843
12844         Make searching work again.
12845         
12846         * backend/ev-document.c:
12847         * backend/ev-document.h:
12848         * backend/ev-document-find.c:
12849         * backend/ev-document-find.h: Change EvDocumentIface so we no
12850         longer store the current page or zoom level in the document.  The
12851         consequence is that all calls that operate on the current page now
12852         instead take the page number as an extra argument, and all
12853         coordinates are now doubles in document coordinate system.
12854
12855         * pdf/ev-poppler.cc:
12856         * pixbuf/pixbuf-document.c:
12857         * ps/ps-document.c: Update backends accordingly.
12858
12859 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12860
12861         * autogen.sh:
12862
12863         Add required gettext version
12864
12865 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12866
12867         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12868         make F1 bring up non-existent help.
12869
12870         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12871         epiphany's find bar, #167477
12872
12873         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12874         <emil@nishra.com> to add space-bar scrolling, 
12875
12876         * shell/ev-window.c (static GtkActionEntry entries): add default
12877         keybinding for Help (F1)
12878         Fixes #171068
12879
12880         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12881         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12882         170110
12883
12884 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12885
12886         * Makefile.am: 
12887         * pixbuf/pixbuf-document.c: 
12888
12889         Got pixbuf backend working again
12890
12891 2005-04-01  Steve Murphy  <murf@e-tools.com>
12892
12893         * configure.in: Added "rw" to ALL_LINGUAS.
12894
12895 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12896
12897         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12898         model types, noticed by Martin Kretzschmar.
12899
12900 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12901
12902         * pdf/ev-poppler.cc: Implement search based on
12903         poppler_page_find_text().  Currently a bit crude since we remember
12904         all matches from all pages.  Also, we grab the big document lock
12905         when we search since searching changes the underlying stream and
12906         thus conflicts with the rendering thread.
12907         
12908         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12909         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12910         (ev_view_find_previous): Fix some page indexes to be 0 based,
12911         offset rubber band by view offset,
12912
12913 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12914
12915         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12916
12917 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12918
12919         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12920         completely because I didn't understand GtkActions.  I should
12921         read Marco's code more carefully in the future.
12922
12923         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12924         function
12925
12926 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12927
12928         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12929         PopplerRectangle change from poppler CVS.
12930
12931 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12932
12933         * backend/ev-document.c: (ev_document_get_page_label):
12934         * backend/ev-document.h:
12935         * backend/ev-page-cache.c: (_ev_page_cache_new),
12936         (ev_page_cache_get_page_label):
12937         * backend/ev-page-cache.h:
12938         * pdf/ev-poppler.cc:
12939         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12940         (links_page_num_func):
12941         * shell/ev-sidebar-thumbnails.c:
12942         (ev_sidebar_thumbnails_set_document):
12943         * shell/ev-view.c: (status_message_from_link),
12944         (ev_view_motion_notify_event):
12945         * shell/ev-window.c: (document_supports_sidebar): Add in page
12946         label support.  It's not perfect yet, but it's the first 'feature'
12947         in a while.
12948         Also, fix a bogus comment noticed by crispin. 
12949
12950 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12951
12952         * Makefile.am: Remove pixbuf backend for now
12953
12954         * configure.ac: Require poppler-glib instead of just poppler.
12955
12956         * backend/ev-document-thumbnails.h: Add a comment
12957
12958         * backend/ev-document.h:
12959         * backend/ev-document.c: (ev_document_class_init),
12960         (ev_document_load), (ev_document_get_link),
12961         (ev_document_get_links): Remove 3 methods and add get_links.
12962         Also, made 0 based.
12963
12964         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12965         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12966
12967         * backend/ev-link.c: (ev_link_set_title),
12968         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12969         (ev_link_mapping_find):
12970         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12971         
12972         * backend/ev-page-cache.c: (ev_page_cache_init),
12973         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12974         (ev_page_cache_get_size), (ev_page_cache_next_page),
12975         (ev_page_cache_prev_page): Fix to be 0 based.
12976
12977         * pdf/Makefile.am: 
12978         * pdf/ev-poppler.h:
12979         * pdf/ev-poppler.cc: New backend.
12980         
12981         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12982         (ps_document_get_page), (ps_document_document_iface_init):
12983
12984         * shell/ev-pixbuf-cache.h:
12985         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12986         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12987         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12988         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12989         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12990         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12991         based.
12992         
12993         * shell/ev-sidebar-thumbnails.c:
12994         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12995         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12996
12997         * shell/ev-view.c: (status_message_from_link),
12998         (find_page_at_location), (get_link_at_location),
12999         (ev_view_motion_notify_event), (ev_view_button_release_event),
13000         (ev_view_init): Use the new link code.  Fix to be 0 based.
13001
13002         * shell/ev-window.c: (update_action_sensitivity),
13003         (document_supports_sidebar): 0 based.
13004
13005 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13006
13007         * pdf/pdf-document.cc: Patch from Fernando Herrera
13008         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13009         *blush*
13010
13011 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13012
13013         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13014         1 to the page, as this seems to be 1 based.  I thought we has this
13015         fixed.  grump.
13016
13017 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13018
13019         * TODO:
13020         * backend/Makefile.am:
13021         * backend/ev-document-links.c:
13022         (ev_document_links_has_document_links),
13023         (ev_document_links_get_links_model):
13024         * backend/ev-document-links.h:
13025         * backend/ev-document.c: (ev_document_get_page_cache),
13026         (ev_document_get_doc_mutex), (ev_document_load),
13027         (ev_document_save), (ev_document_get_title),
13028         (ev_document_get_n_pages), (ev_document_set_page),
13029         (ev_document_get_page), (ev_document_set_target),
13030         (ev_document_set_scale), (ev_document_set_page_offset),
13031         (ev_document_get_page_size), (ev_document_get_text),
13032         (ev_document_get_link), (ev_document_render),
13033         (ev_document_render_pixbuf), (ev_document_scale_changed):
13034         * backend/ev-document.h:
13035         * backend/ev-job-queue.c: (remove_object_from_queue),
13036         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13037         (no_jobs_available_unlocked), (ev_render_thread),
13038         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13039         (ev_job_queue_remove_job):
13040         * backend/ev-job-queue.h:
13041         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13042         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13043         (ev_job_links_class_init), (ev_job_render_init),
13044         (ev_job_render_dispose), (ev_job_render_class_init),
13045         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13046         (ev_job_thumbnail_class_init), (ev_job_finished),
13047         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13048         (ev_job_render_run), (ev_job_thumbnail_new),
13049         (ev_job_thumbnail_run):
13050         * backend/ev-jobs.h:
13051         * backend/ev-link.c:
13052         * backend/ev-link.h:
13053         * backend/ev-page-cache.c: (ev_page_cache_init),
13054         (ev_page_cache_class_init), (ev_page_cache_finalize),
13055         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13056         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13057         (ev_page_cache_set_link), (ev_page_cache_get_title),
13058         (ev_page_cache_get_size), (ev_page_cache_next_page),
13059         (ev_page_cache_prev_page):
13060         * backend/ev-page-cache.h:
13061         * pdf/pdf-document.cc:
13062         * ps/gsdefaults.c:
13063         * ps/gsdefaults.h:
13064         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13065         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13066         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13067         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13068         (is_interpreter_ready), (output), (catchPipe), (input),
13069         (start_interpreter), (check_filecompressed), (compute_dimensions),
13070         (ps_document_enable_interpreter), (document_load),
13071         (ps_document_next_page), (render_page), (ps_document_set_page),
13072         (ps_document_set_scale), (render_pixbuf_idle),
13073         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13074         * ps/ps-document.h:
13075         * shell/Makefile.am:
13076         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13077         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13078         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13079         (ev_pixbuf_cache_new), (job_finished_cb),
13080         (check_job_size_and_unref), (move_one_job),
13081         (ev_pixbuf_cache_update_range), (find_job_cache),
13082         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13083         (ev_pixbuf_cache_add_jobs_if_needed),
13084         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13085         * shell/ev-pixbuf-cache.h:
13086         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13087         (idle_print_handler):
13088         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13089         (selection_changed_cb), (create_loading_model),
13090         (ev_sidebar_links_construct), (links_page_num_func),
13091         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13092         (update_page_callback), (job_finished_cb),
13093         (ev_sidebar_links_set_document):
13094         * shell/ev-sidebar-thumbnails.c:
13095         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13096         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13097         (page_changed_cb), (thumbnail_job_completed_callback),
13098         (ev_sidebar_thumbnails_set_document):
13099         * shell/ev-sidebar-thumbnails.h:
13100         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13101         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13102         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13103         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13104         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13105         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13106         (ev_view_button_release_event), (ev_view_scroll_view),
13107         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13108         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13109         (ev_view_new), (job_finished_cb), (page_changed_cb),
13110         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13111         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13112         (ev_view_find_previous):
13113         * shell/ev-view.h:
13114         * shell/ev-window.c: (update_action_sensitivity),
13115         (ev_window_open_page), (update_window_title), (update_total_pages),
13116         (page_changed_cb), (ev_window_setup_document),
13117         (password_dialog_response), (ev_window_cmd_save_as),
13118         (ev_window_print), (ev_window_cmd_go_previous_page),
13119         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13120         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13121         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13122         * shell/main.c: (main):
13123
13124         Merge evince-threads branch
13125
13126 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13127
13128         * configure.ac: Added "lt" to ALL_LINGUAS.
13129
13130 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13131
13132         * NEWS:
13133         * configure.ac:
13134
13135         Release 0.1.9
13136
13137 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13138
13139         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13140
13141         Fix here also the thumbnails 1-basedness :)
13142
13143 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13144
13145         * NEWS:
13146         * configure.ac:
13147
13148         Release 0.1.8
13149
13150 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13151
13152         * pdf/pdf-document.cc:
13153         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13154         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13155
13156         Fix the mess we did with thumbnails and 1-basedness
13157
13158 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13159
13160         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13161
13162 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13163
13164         * NEWS:
13165         * configure.ac:
13166
13167         Release 0.1.7
13168
13169 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13170
13171         * ps/Makefile.am:
13172         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13173         (gtk_gs_defaults_get_alpha_parameters),
13174         (gtk_gs_defaults_get_ungzip_cmd),
13175         (gtk_gs_defaults_get_unbzip2_cmd):
13176         * ps/gsdefaults.h:
13177         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13178         (ps_document_get_orientation), (document_load),
13179         (ps_document_goto_page), (ps_document_set_page_size):
13180         * ps/ps-document.h:
13181
13182         Some more sanitization of the ps backend. Remove a lot
13183         of unused code and do not base our defaults on ggv
13184         preferences (ugh!)
13185
13186 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13187
13188         * thumbnailer/evince-thumbnailer.schemas:
13189         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13190         (main): add -s option for thumbnail size.
13191
13192 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13193
13194         * configure.ac:
13195
13196         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13197         remove it.
13198
13199 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13200
13201         * pdf/pdf-document.cc:
13202
13203         Remove 4 pixels of useless border from the
13204         thumbnail.
13205
13206 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13207
13208         * backend/ev-document-thumbnails.c:
13209         (ev_document_thumbnails_get_thumbnail):
13210         * backend/ev-document-thumbnails.h:
13211
13212         Rework API a bit. Add a border flag and
13213         change sizing logic (now the size we specify
13214         applies to the bigger dimension).
13215
13216         * pdf/pdf-document.cc:
13217         * pixbuf/pixbuf-document.c:
13218         (pixbuf_document_thumbnails_get_thumbnail):
13219         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13220         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13221
13222         Adapt to the new API and do not draw a border for nautilus
13223         thumbnailer.
13224
13225 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13226
13227         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13228         take thumbnails from page "0" instead of "1". Added a copyright header.
13229
13230 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13231
13232         * ps/ps-document.c: (set_up_page), (start_interpreter):
13233
13234         Make it C89 compliant
13235
13236 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13237
13238         * Makefile.am:
13239         * configure.ac:
13240         * pdf/.cvsignore:
13241         * pdf/pdf-document.cc:
13242         * thumbnailer/Makefile.am:
13243         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13244         (main):
13245         * thumbnailer/evince-thumbnailer.schemas:
13246         * thumbnailer/pdf-icon.png:
13247
13248         Add a nautilus thumbnailer.
13249         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13250
13251 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13252
13253         * NEWS:
13254         * configure.ac:
13255         * po/POTFILES.in:
13256
13257         Release 0.1.6
13258
13259 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13260
13261         Use poppler instead of including xpdf source code.  Poppler is a
13262         fork of xpdf to build it as a shared library. See
13263         http://freedesktop.org/wiki/Software/poppler.
13264
13265         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13266         xpdf fork.
13267         
13268         * pdf/Makefile.am: Build libpdfdocument.a here.
13269         
13270         * pdf/GDKSplashOutputDev.cc:
13271         * pdf/GDKSplashOutputDev.h:
13272         * pdf/GnomeVFSStream.cc:
13273         * pdf/GnomeVFSStream.h:
13274         * pdf-document.cc:
13275         * pdf-document.h:
13276         * test-gdk-output-dev.cc
13277         * Thumb.cc:
13278         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13279         against poppler.
13280
13281 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13282
13283         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13284
13285         Clear idle stack before unsetting the document
13286
13287 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13288
13289         * ps/ps-document.c: (ps_document_widget_event),
13290         (ps_document_set_target), (ps_document_finalize),
13291         (ps_document_get_page):
13292
13293         Disconnect the widget event signal on finalize.
13294         Some code cleanups.
13295
13296 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13297
13298         * ps/ps-document.c: (set_up_page):
13299
13300         If there is no bpixmap create one, even if size
13301         is not changed.
13302
13303 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13304
13305         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13306         (set_up_page), (document_load), (ps_document_set_zoom):
13307
13308         Default page is 0. Calculate size even when we have no
13309         target yet.
13310
13311 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13312
13313         * shell/ev-sidebar.c: expand the selection widget to be always as
13314         wide as the sidebar
13315
13316 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13317
13318         * shell/ev-sidebar-thumbnails.c:
13319         (ev_sidebar_thumbnails_set_document):
13320
13321         Clear the list store when setting document
13322
13323 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13324
13325         * shell/ev-page-action.c: (update_entry), (sync_entry),
13326         (activate_cb), (entry_size_request_cb), (create_tool_item),
13327         (connect_proxy):
13328
13329         Use an entry for the page control instead of spinbuttons
13330
13331 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13332
13333         * data/evince.schemas.in:
13334
13335         Correct confusing string
13336
13337 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13338
13339         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13340         for real.  Gosh, how long has this been broken.
13341
13342         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13343         check for a NULL link.  We crash otherwise.
13344
13345 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13346
13347         * NEWS:
13348         * configure.ac:
13349
13350         Release 0.1.5
13351
13352 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13353
13354         * configure.ac: add the french translation.
13355
13356 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13357
13358         * shell/ev-window.c:
13359
13360         Remove unused header -> fix distcheck
13361
13362 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13363
13364         * shell/ev-window.c: (update_window_title),
13365         (ev_window_popup_password_dialog):
13366
13367         Unescape filename for display
13368
13369 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13370
13371         * pdf/xpdf/pdf-document.cc:
13372
13373         In get_page_size deal with rotation. Also
13374         cleanup the function a bit.
13375
13376 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13377
13378         * pdf/xpdf/pdf-document.cc:
13379
13380         Fix crash when opening in new window
13381
13382 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13383
13384         * configure.ac:
13385
13386         Check ghostscript >= 7
13387
13388 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13389
13390         * shell/ev-window.c:
13391
13392         Make page width the default sizing mode
13393
13394 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13395         Marco Pesenti Gritti <marco@gnome.org>
13396
13397         * shell/ev-window.c: Remember the sidebar size
13398
13399         * data/evince.schemas.in: Add a new gconf key to store the size of
13400         the sidebar
13401
13402 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13403
13404         * data/evince-ui.xml:
13405         * shell/ev-window.c: (update_action_sensitivity),
13406         (ev_window_cmd_view_reload):
13407         
13408         Add a "Reload" action and menu entry
13409
13410 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13411
13412         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13413         iff the type doesn't support thumbnailing and indexing.
13414
13415 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13416
13417         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13418
13419 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13420
13421         * pdf/splash/Splash.cc:
13422
13423         Port fix for a crasher from kde bug
13424         http://bugs.kde.org/show_bug.cgi?id=97131
13425
13426 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13427
13428         * pdf/xpdf/pdf-document.cc:
13429
13430         Return a link even if it's of an unrecognized
13431         type. Otherwise we go in an infinte cycle.
13432
13433 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13434
13435         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13436         (size_allocate_cb), (ev_window_set_sizing_mode):
13437
13438         Update size when switching mode
13439
13440 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13441
13442         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13443         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13444         (ev_window_cmd_view_normal_size):
13445
13446         Fix size toggle buttons behavior
13447
13448 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13449
13450         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13451         (doc_rect_to_view_rect), (ev_view_size_allocate),
13452         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13453         (scale_changed_callback):
13454
13455         Do not cache offsets in size_allocate.
13456
13457 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13458
13459         * shell/ev-view.c: (ev_view_size_allocate):
13460
13461         Calculate offsets before calling the parent
13462         class (which does a redraw)
13463
13464 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13465
13466         * pdf/xpdf/pdf-document.cc:
13467
13468         Fix a crasher on exit. Unused code, put a TODO
13469
13470 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13471
13472         * backend/ev-document.c: (ev_document_class_init),
13473         (ev_document_page_changed), (ev_document_scale_changed):
13474         * backend/ev-document.h:
13475
13476         Separate page/scale notifications
13477
13478         * pdf/xpdf/pdf-document.cc:
13479
13480         Emit the new signals.
13481         Do not display the pdf page in _render, do it
13482         when scale/page are requested.
13483
13484         * ps/ps-document.c: (ps_document_set_zoom),
13485         (ps_document_widget_event):
13486         * ps/ps-document.h:
13487
13488         Emit the new signals.
13489
13490         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13491         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13492         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13493         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13494         * shell/ev-view.h:
13495         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13496         (ev_window_cmd_view_page_width), (size_allocate_cb),
13497         (ev_window_set_sizing_mode):
13498
13499         Rework sizing to be pixel based.
13500         There are bugs but should be already way better.
13501
13502 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13503
13504         * shell/ev-window.c: (ev_window_init):
13505
13506         Do not allow to shrink sidebar smaller then
13507         child requisition
13508
13509 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13510
13511         * shell/ev-sidebar.[ch]
13512         * shell/ev-window.c:
13513
13514         Improved sidebar widget. Fixes #166683
13515
13516 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13517
13518         * shell/ev-view.c (update_find_status_message): Give translators
13519         more flexibility with ngettext plural handling.
13520
13521 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13522
13523         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13524         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13525         page when we get the page size.
13526
13527 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13528
13529         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13530
13531         ps pages are 0 based, convert 
13532
13533 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13534
13535         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13536
13537         Initialize correct parent class. Set GError on document load
13538
13539 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13540
13541         * pdf/xpdf/pdf-document.cc:
13542
13543         Fixup selection offset calculation
13544
13545         * shell/ev-view.c: (view_rect_to_doc_rect),
13546         (doc_rect_to_view_rect), (ev_view_size_allocate),
13547         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13548         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13549
13550         Store selection as document relative, so that zooming
13551         and offset changing doesnt break it.
13552
13553 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13554
13555         * shell/ev-view.c: (ev_view_best_fit):
13556
13557         Do not try to best fit if the view is not realized
13558
13559 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13560           
13561         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13562
13563 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13564
13565         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13566
13567 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13568
13569         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13570         the popup window.  That prevents it resizing when in full screen
13571         mode.
13572
13573         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13574         multiple rerenders.  This pretty much sucks.
13575
13576         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13577         rest of the toolbar.
13578
13579 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13580
13581         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13582
13583 2005-02-17  Alexander Shopov  <ash@contact.bg>
13584
13585         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13586
13587 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13588
13589         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13590
13591 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13592
13593         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13594         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13595         (set_document_page), (document_changed_callback),
13596         (ev_view_set_document), (ev_view_find_previous),
13597         (ev_view_hide_cursor), (ev_view_show_cursor):
13598         * shell/ev-view.h:
13599         * shell/ev-window.c: (update_chrome_visibility),
13600         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13601         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13602         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13603         (ev_window_unfullscreen):
13604         * shell/main.c: (main):
13605
13606         Automatically hide the fullscreen button.
13607         Patch by Kristian Høgsberg <krh@redhat.com>
13608
13609 2005-02-16  Vincent Noel  <vnoel@cox.net>
13610
13611         * shell/main.c (main): Specify an icon for the window. Patch by
13612         Jaap A. Haitsma. Fixes #166177.
13613
13614 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13615
13616         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13617
13618 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13619
13620         * backend/ev-document-misc.h:
13621         * backend/ev-document-misc.c:
13622         (ev_document_misc_get_page_border_size),
13623         (ev_document_misc_paint_one_page): New function to canonicalize
13624         sizing/painting a border.
13625
13626         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13627         used.
13628
13629         * pdf/xpdf/pdf-document.cc: use new function
13630
13631         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13632         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13633         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13634         shell/ev-window.c: (update_sizing_buttons),
13635         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13636         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13637         (ev_window_cmd_view_page_width), (size_allocate_cb),
13638         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13639         and "fit width" values act as toggle buttons so they stay
13640         toggled.  It's not 100% perfect, and it's a little slow, but it's
13641         good enough to commit I think.
13642
13643 2005-02-15  David Lodge  <dave@cirt.net>
13644
13645         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13646
13647 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13648
13649         * shell/ev-window.c (update_window_title): replace newlines in
13650         the title by spaces. Bug #166107.
13651
13652 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13653
13654         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13655         parameters providing allocation width and height without
13656         scrollbars and width of a possible vertical scrollbar. With this
13657         additional information the functions can work as
13658         intended. Unfortunately they're not idempotent. We should
13659         transform these commands to toggles. Fixes Bug #164976
13660         Initial patch by Stephane Loeuillet, then heavily modified.
13661
13662         * shell/ev-view.h: update prototypes.
13663
13664         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13665         (ev_window_cmd_view_page_width): provide EvView fit functions with
13666         all the information they need. Formulas to calculate this
13667         information taken from GtkScrolledWindow.
13668
13669 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13670
13671         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13672         created a thumbnail, the list store is updated to know
13673         that the thumbnail is set. Fixes bug #166792
13674
13675 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13676
13677         * shell/ev-window.c: fixed typo, closes bug 166897
13678
13679         * TODO: updated TODO with bug numbers that are relevant
13680
13681 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13682
13683         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13684
13685 2005-02-09  Vincent Noel  <vnoel@cox.net>
13686
13687         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13688         and "Next" toolbar buttons as important to make them stand out.
13689
13690 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13691
13692         * lib/ev-debug.c:
13693         * lib/ev-debug.h:
13694         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13695         (start_interpreter), (stop_interpreter), (document_load),
13696         (ps_document_next_page), (ps_document_goto_page),
13697         (ps_document_set_page_size), (ps_document_widget_event),
13698         (ps_document_render):
13699         * shell/ev-page-view.c: (ev_page_view_dispose):
13700         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13701
13702         Fix compilation on non-gcc platforms
13703
13704 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13705
13706         * NEWS:
13707         * configure.ac:
13708
13709         Release 0.1.4
13710
13711         * pdf/xpdf/Catalog.cc:
13712         * pdf/xpdf/XRef.cc:
13713
13714         Fix the fix for CAN-2004-0888
13715
13716 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13717
13718         * data/Makefile.am:
13719         * data/evince-ui.xml:
13720         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13721         * shell/ev-stock-icons.h:
13722         * shell/ev-window.c: (update_action_sensitivity),
13723         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13724         (set_action_properties):
13725
13726         Improve toolbar layout/icons
13727
13728 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13729
13730         * pdf/xpdf/pdf-document.cc:
13731
13732         Add warnings about unimplemented/unknown link
13733         types.
13734
13735 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13736
13737         * ps/ps-document.c: (set_up_page):
13738
13739         Log gs property
13740
13741 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13742
13743         * ps/ps-document.c: (start_interpreter):
13744
13745         Log gs env var
13746
13747 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13748
13749         * shell/ev-page-view.c: (ev_page_view_dispose):
13750         * shell/ev-view.c: (ev_view_finalize):
13751         * shell/ev-window.c: (ev_window_setup_document),
13752         (ev_window_dispose), (ev_window_init):
13753
13754         Solve more refs issues.
13755
13756         I commented out the page_view initialization for now:
13757         it was never destroyed (because it's never added
13758         to a container). Because of that we was leaking
13759         gs processes. Couldnt think to a clean fix.
13760         We need to figure this out, password view has the
13761         same issue probably.
13762
13763 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13764
13765         * ps/ps-document.c: (ps_document_finalize),
13766         (ps_document_get_n_pages), (ps_document_get_page):
13767
13768         Some cleanups, stop the interpreter on finalize
13769
13770         * shell/ev-page-view.c: (ev_page_view_dispose),
13771         (ev_page_view_class_init):
13772
13773         Release our reference on the document
13774
13775 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13776
13777         * Makefile.am:
13778         * configure.ac:
13779         * doc/debugging.txt:
13780         * lib/.cvsignore:
13781         * lib/Makefile.am:
13782         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13783         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13784         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13785         * lib/ev-debug.h:
13786
13787         Add debugging helpers
13788
13789         * ps/Makefile.am:
13790         * ps/ps-document.c: (set_up_page), (start_interpreter),
13791         (stop_interpreter), (document_load), (ps_document_next_page),
13792         (ps_document_goto_page), (ps_document_set_page_size),
13793         (ps_document_widget_event), (ps_document_render):
13794         * shell/Makefile.am:
13795         * shell/ev-view.c: (expose_bin_window):
13796         * shell/main.c: (main):
13797
13798         Add some logs
13799         
13800 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13801
13802         * ps/ps-document.c: (ps_document_widget_event):
13803
13804         Initialize message_window, this should make ps
13805         rendering really work! (Never noticed because I was
13806         testing with a ps that is causing gs to exit every time!)
13807
13808 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13809
13810         * data/evince.schemas.in: updated simple error in applyto closing tag
13811
13812 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13813
13814         * Makefile.am:
13815         * configure.ac:
13816         * data/.cvsignore:
13817         * data/Makefile.am:
13818         * data/evince-ui.xml:
13819         A data/evince.schemas.in:
13820         * po/POTFILES.in:
13821         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13822         * shell/ev-stock-icons.h:
13823         * shell/ev-window.c: (update_chrome_visibility),
13824         (update_chrome_flag), (ev_window_cmd_edit_find),
13825         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13826         (ev_window_unfullscreen), (ev_window_focus_in_event),
13827         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13828         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13829         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13830         (ev_window_dispose), (ev_window_class_init),
13831         (set_action_properties), (set_chrome_actions), (load_chrome),
13832         (ev_window_init):
13833
13834         Implement fullscreen mode changes from bug #164776.
13835         Also implement persistent chrome toggles.
13836
13837 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13838
13839         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13840
13841 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13842
13843         * NEWS:
13844         * configure.ac:
13845         * shell/ev-view.c:
13846
13847         Add another check for find interface
13848
13849         Release 0.1.3
13850
13851 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13852
13853         * shell/ev-application.c: (ev_application_open):
13854         * shell/ev-window.c: (ev_window_open):
13855
13856         Open gzipped ps documents
13857
13858 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13859
13860         * TODO:
13861         * shell/ev-view.c: (set_document_page):
13862
13863         Clamp page number, dont try to move to
13864         not existant pages.
13865
13866 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13867
13868         * backend/ev-document-find.c: (ev_document_find_changed):
13869         * backend/ev-document-find.h:
13870         * pdf/xpdf/pdf-document.cc:
13871         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13872         * shell/ev-window.c: (find_bar_search_changed_cb):
13873
13874         Fix several bugs with find
13875
13876 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13877
13878         * shell/ev-sidebar-thumbnails.c
13879         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13880         document. Prevents warning from scroll_to_cell.
13881
13882 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13883
13884         * configure.ac: Add «nb» to ALL_LINGUAS too.
13885
13886 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13887
13888         * NOTES: New file with some random thoughts.
13889
13890         * TODO: Update.
13891
13892         * backend/ev-document-misc.c:
13893         (ev_document_misc_get_page_border_size): New function to
13894         canonicalize shadow drawing sizes.  Possibly goofy.
13895
13896         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13897         (ev_view_best_fit), (ev_view_fit_width):
13898         * pdf/xpdf/pdf-document.cc:
13899         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13900         * ps/ps-document.c: (ps_document_get_page_size):
13901         * backend/ev-document-misc.h:
13902         * backend/ev-document.c: (ev_document_get_page_size):
13903         * backend/ev-document.h: get_page_size now takes a page number
13904         parameter.  Made all the backends/frontends honor it.
13905
13906         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13907         see.  Doesn't work yet.
13908
13909         * shell/Makefile.am:
13910         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13911         Doesn't do anything yet.
13912
13913         * shell/ev-sidebar-thumbnails.c:
13914         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13915         [0..n_pages-1]
13916
13917         * shell/ev-window.c: (update_action_sensitivity),
13918         (ev_window_setup_document), (ev_window_set_page_mode),
13919         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13920         view-swapping code a bit so we can have multiple views on a
13921         document.  Add the multi-page view, though it can't be turned on
13922         yet.
13923
13924 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13925
13926         * shell/ev-application.c: (ev_application_open):
13927         * shell/ev-view.c: (expose_bin_window):
13928         * shell/ev-window.c: (ev_window_open):
13929
13930         Support eps and check document supports find
13931         before drawing highlightings in expose.
13932
13933 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13934
13935         * pixbuf/pixbuf-document.c:
13936         (pixbuf_document_thumbnails_get_dimensions),
13937         (pixbuf_document_document_thumbnails_iface_init):
13938
13939         implement get_dimensions
13940
13941 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13942
13943         * NEWS:
13944         * configure.ac:
13945
13946         Release 0.1.2
13947
13948 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13949
13950         * shell/ev-view.c: (set_document_page):
13951
13952         Scroll at the top of the page when changing page
13953
13954 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13955
13956         * shell/ev-view.c: (ev_view_motion_notify_event):
13957
13958         Do not redraw unnecessarily
13959
13960 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13961
13962         * pdf/xpdf/pdf-document.cc:
13963         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13964         (expose_bin_window), (find_changed_cb):
13965
13966         Yay! find works now... Now to find bugs...
13967
13968 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13969
13970         * backend/ev-document-find.c: (ev_document_find_base_init),
13971         (ev_document_find_changed):
13972         * backend/ev-document-find.h:
13973         * pdf/xpdf/pdf-document.cc:
13974         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13975         (expose_bin_window), (ev_view_init), (set_document_page),
13976         (ensure_rectangle_is_visible), (jump_to_find_result),
13977         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13978         (ev_view_find_next), (ev_view_find_previous):
13979         * shell/ev-view.h:
13980         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13981
13982         More work on find implementation, mostly there now
13983
13984 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13985
13986         * backend/ev-backend-marshalers.list:
13987         * backend/ev-document-find.c: (ev_document_find_base_init),
13988         (ev_document_find_cancel), (ev_document_find_page_has_results),
13989         (ev_document_find_get_n_results), (ev_document_find_get_result),
13990         (ev_document_find_get_progress), (ev_document_find_changed):
13991         * backend/ev-document-find.h:
13992
13993         Enanche the find interface to be really able to do
13994         multi page find.
13995
13996         * pdf/xpdf/pdf-document.cc:
13997
13998         Implement
13999
14000         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14001         (expose_bin_window), (ev_view_init),
14002         (ev_view_get_find_status_message), (find_changed_cb),
14003         (ev_view_set_document), (set_document_page):
14004
14005         Adapt to the new interface. A few things are regressed sorry,
14006         I will finish it soon.
14007
14008 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14009
14010         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14011         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14012         ev_sidebar_thumbnails_parent_class variable, don't define another
14013         parent_class variable.
14014
14015         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14016         (ev_page_action_class_init): ditto.
14017
14018         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14019         (pixbuf_document_class_init): ditto.
14020
14021         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14022         ditto.
14023
14024         * .cvsignore: ignore various valgrind output files.
14025
14026 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14027
14028         * data/evince-ui.xml:
14029         * shell/Makefile.am:
14030         * shell/ev-history.c:
14031         * shell/ev-history.h:
14032         * shell/ev-navigation-action.c:
14033         * shell/ev-navigation-action.h:
14034         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14035         (ev_view_set_page), (ev_view_fit_width):
14036         * shell/ev-view.h:
14037         * shell/ev-window.c: (update_action_sensitivity),
14038         (ev_window_setup_document), (register_custom_actions):
14039
14040         Kill session history
14041
14042 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14043
14044         * shell/ev-window.c: (update_action_sensitivity):
14045
14046         Fix inverted up/down buttons
14047
14048 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14049
14050         * shell/ev-sidebar-thumbnails.c
14051         (ev_sidebar_thumbnails_select_page): make sure the selected
14052         thumbnail stays visible.
14053
14054 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14055
14056         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14057         scrolled window for Federico.
14058
14059 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14060
14061         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14062
14063 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14064
14065         * configure.ac:
14066         * pdf/splash/SplashFTFontEngine.cc:
14067
14068         Fix CID fonts with freetype 2.1.9
14069
14070 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14071
14072         * TODO: added item for desktop icon thumbnailer
14073
14074 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14075
14076         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14077         unloaded docs when the title is accessed.
14078
14079         * shell/ev-password-view.[hc]: New widget for displaying password
14080         state.
14081
14082         * shell/ev-window.[ch]: Refactor password handling code to handle
14083         the new view.
14084
14085 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14086
14087         * NEWS:
14088         * configure.ac:
14089         * data/Makefile.am:
14090
14091         Release 0.1.1
14092
14093 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14094
14095         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14096         ignore page offset here, to make search results independent of it,
14097
14098         * shell/ev-view.c (expose_bin_window): but take offsets into
14099         account here. Bug #164932
14100
14101         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14102         scale at the right time. Bug #164996
14103
14104 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14105
14106         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14107         fix the problem. Now I just removed the Adobe font names and hope
14108         that the URW fonts are always in outline format. Bug #164934
14109
14110         * shell/ev-window.c (update_window_title): empty titles are
14111         useless, use filename in that case too.
14112
14113         * NEWS: Add some content.
14114
14115 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14116
14117         * TODO: added one more TODO item and a TODONE section :)
14118
14119 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14120
14121         * ps/ps-document.h: add page_[xy]_offset fields.
14122
14123         * ps/ps-document.c (ps_document_set_page_offset)
14124         (ps_document_render): Keep offset in consideration in a few
14125         places. Bug #164752 "postscript documents are not centered in
14126         window"
14127
14128         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14129         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14130
14131         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14132         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14133         stub out missing methods for complete EvDocument implementation.
14134         Fixes segfaults with Save A Copy and Copy actions.
14135
14136         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14137         (ps_document_document_iface_init): ditto.
14138         
14139 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14140
14141         * data/.cvsignore:
14142         * data/Makefile.am:
14143         * data/evince.desktop.in:
14144
14145         Add desktop file
14146
14147 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14148
14149         * shell/ev-view.c: (ev_view_button_press_event),
14150         (ev_view_motion_notify_event):
14151
14152         Make selection work in any direction
14153
14154 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14155
14156         * TODO:
14157         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14158
14159         Use shorter labels for some of the toolbars items
14160
14161 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14162
14163         * pdf/xpdf/pdf-document.cc:
14164
14165         Check the links info is initialized before
14166         using it. Should fix a crash on startup.
14167
14168 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14169
14170         * pixbuf/pixbuf-document.c
14171         (pixbuf_document_thumbnails_get_dimensions): force floating point
14172         division to calculate page_ratio. Fixes crash with landscape
14173         format pixbufs.
14174
14175 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14176
14177         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14178
14179 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14180
14181         * shell/ev-view.c (set_document_page): unset has_selection when
14182         the page changes.
14183         (set_document_page): handle paper size changes when the page
14184         changes (test with Free Culture, page 2).
14185
14186 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14187
14188         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14189         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14190
14191         Use normal style color for the widget background and
14192         draw a black box around the page.
14193
14194 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14195
14196         * pdf/xpdf/pdf-document.cc:
14197
14198         Keep offset in consideration in a few places
14199
14200         * shell/ev-view.c: (expose_bin_window):
14201
14202         Set the offsets so that the document is ever centered
14203
14204 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14205
14206         * TODO: Added TODO items and finished off the first todo item
14207
14208         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14209         reflect current authors
14210
14211 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14212
14213         * pdf/xpdf/pdf-document.cc:
14214         * shell/ev-view.c: (ev_view_set_cursor),
14215         (ev_view_motion_notify_event), (document_changed_callback),
14216         (set_document_page):
14217
14218         Show a wait cursor while the page is rendering
14219
14220 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14221
14222         * shell/ev-sidebar-thumbnails.c:
14223         (ev_sidebar_tree_selection_changed),
14224         (ev_sidebar_thumbnails_select_page):
14225         * shell/ev-sidebar-thumbnails.h:
14226         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14227         (ev_view_can_go_forward):
14228         * shell/ev-window.c: (ev_window_open_page),
14229         (ev_window_setup_document), (update_current_page),
14230         (view_page_changed_cb), (ev_window_init):
14231         * shell/ev-window.h:
14232
14233         Ensure thumbnails selection, toolbar page control and
14234         current page are in sync.
14235
14236 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14237
14238         * pdf/xpdf/XRef.cc:
14239
14240         Fix CAN-2005-0064
14241
14242 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14243
14244         * backend/Makefile.am:
14245         * backend/ev-document-links.h:
14246         * backend/ev-document-security.c: (ev_document_security_get_type),
14247         (ev_document_security_has_document_security),
14248         (ev_document_security_set_password):
14249         * backend/ev-document-security.h:
14250         * backend/ev-document.c: (ev_document_error_quark):
14251         * backend/ev-document.h:
14252         * data/Makefile.am:
14253         * data/evince-password.glade:
14254         * pdf/xpdf/pdf-document.cc:
14255         * shell/Makefile.am:
14256         * shell/ev-password.c: (ev_password_set_bad_password_label),
14257         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14258         (ev_password_dialog_get_password),
14259         (ev_password_dialog_set_bad_pass):
14260         * shell/ev-password.h:
14261         * shell/ev-window.c: (ev_window_get_attribute),
14262         (ev_window_set_property), (update_action_sensitivity),
14263         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14264         (ev_window_setup_document), (ev_window_get_password),
14265         (ev_window_open), (ev_window_cmd_save_as),
14266         (using_postscript_printer), (ev_window_print),
14267         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14268         (update_fullscreen_popup), (ev_window_fullscreen),
14269         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14270         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14271         (menu_item_select_cb), (find_bar_search_changed_cb),
14272         (ev_window_dispose), (ev_window_init):
14273
14274         Add initial support for password-supported dialogs.  This could be
14275         a lot cooler, but it'll do for now.
14276
14277 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14278
14279         * pdf/xpdf/pdf-document.cc:
14280         * shell/ev-view.c: (status_message_from_link),
14281         (ev_view_set_status), (ev_view_set_cursor),
14282         (ev_view_motion_notify_event), (ev_view_init):
14283         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14284
14285         Fix bugs in the links implementation and change cursor
14286         when hovering a link.
14287
14288 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14289
14290         * viewer/.cvsignore: added cvsignore file for viewer directory
14291
14292         * TODO: created TODO document
14293
14294 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14295
14296         * shell/ev-view.h:
14297         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14298         new functions to help with implementation of sensitivity code
14299         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14300         of all actions that might require it.  Fixes a crash when you
14301         click on the Zoom actions in a window lacking a document.
14302
14303 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14304
14305         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14306         of the Find action
14307
14308 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14309
14310         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14311         (pixbuf_document_document_iface_init):
14312         * ps/ps-document.c: (ps_document_get_link),
14313         (ps_document_document_iface_init):
14314         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14315         (status_message_from_link), (ev_view_set_status),
14316         (ev_view_set_find_status), (ev_view_motion_notify_event),
14317         (ev_view_button_release_event), (ev_view_set_property),
14318         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14319         (ev_view_get_find_status_message), (update_find_results),
14320         (ev_view_get_status), (ev_view_get_find_status):
14321         * shell/ev-view.h:
14322         * shell/ev-window.c: (view_status_changed_cb),
14323         (view_find_status_changed_cb), (ev_window_init):
14324
14325         View status message support, use it to show the links.
14326         Needs work...
14327
14328 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14329
14330         * backend/ev-document.c: (ev_document_get_link):
14331         * backend/ev-document.h:
14332         * pdf/xpdf/pdf-document.cc:
14333         * shell/ev-application.c: (ev_application_open):
14334         * shell/ev-application.h:
14335         * shell/ev-sidebar-links.c: (selection_changed_cb):
14336         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14337         (ev_view_go_to_link):
14338
14339         Add support for document links
14340
14341 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14342
14343         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14344         (create_tool_item):
14345         Set the spin button limits correctly.
14346         
14347         * shell/ev-sidebar-thumbnails.c:
14348         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14349         Support changing pages by clicking on the thumbnails.
14350         
14351 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14352
14353         * pixbuf/pixbuf-document.c:
14354         (pixbuf_document_thumbnails_get_dimensions),
14355         (pixbuf_document_document_thumbnails_iface_init):
14356
14357         implement get_dimensions
14358
14359 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14360
14361         * ps/ps-document.c: (ps_document_goto_page):
14362
14363         Fix page switching on multipage documents
14364
14365 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14366
14367         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14368         
14369         check for NULL before assigning to width and height parameters
14370
14371 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14372
14373         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14374         (pixbuf_document_set_property), (pixbuf_document_get_property):
14375
14376         implement get/set properties
14377
14378 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14379
14380         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14381         
14382         return NULL instead of "Unknown", letting the title get set to
14383         the filename when the pdf has no title.
14384
14385 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14386
14387         * ps/ps-document.c: (ps_document_get_page_count),
14388         (ps_document_goto_page):
14389
14390 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14391
14392         * shell/ev-history.c: (ev_history_get_property),
14393         (ev_history_set_property), (ev_history_class_init),
14394         (ev_history_add_page), (ev_history_set_current_index):
14395         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14396         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14397         (ev_navigation_action_finalize):
14398         * shell/ev-navigation-action.h:
14399         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14400         (ev_view_go_forward), (ev_view_get_find_status_message),
14401         (history_index_changed_cb), (ev_view_set_history):
14402         * shell/ev-view.h:
14403         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14404         (update_current_page), (register_custom_actions):
14405
14406         Implement history dropdowns
14407
14408 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14409
14410         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14411         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14412         (ev_view_go_forward):
14413         * shell/ev-window.c: (register_custom_actions):
14414
14415         Fix several history bugs
14416
14417 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14418
14419         * configure.ac: Add «nb» to ALL_LINGUAS.
14420
14421 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14422
14423         * backend/Makefile.am:
14424         * backend/ev-bookmark.c:
14425         * backend/ev-bookmark.h:
14426         * backend/ev-document-bookmarks.c:
14427         * backend/ev-document-bookmarks.h:
14428         * backend/ev-document-links.c: (ev_document_links_get_type),
14429         (ev_document_links_has_document_links),
14430         (ev_document_links_begin_read), (ev_document_links_get_link),
14431         (ev_document_links_get_child), (ev_document_links_next),
14432         (ev_document_links_free_iter):
14433         * backend/ev-document-links.h:
14434         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14435         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14436         (ev_link_get_link_type), (ev_link_set_link_type),
14437         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14438         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14439         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14440         (ev_link_new_external):
14441         * backend/ev-link.h:
14442         * pdf/xpdf/pdf-document.cc:
14443         * shell/Makefile.am:
14444         * shell/ev-application.c: (ev_application_open_link):
14445         * shell/ev-application.h:
14446         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14447         (ev_history_get_link_nth):
14448         * shell/ev-history.h:
14449         * shell/ev-sidebar-bookmarks.c:
14450         * shell/ev-sidebar-bookmarks.h:
14451         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14452         (ev_sidebar_links_class_init), (selection_changed_cb),
14453         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14454         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14455         (do_one_iteration), (populate_links_idle),
14456         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14457         * shell/ev-sidebar-links.h:
14458         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14459         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14460         (go_to_index):
14461         * shell/ev-view.h:
14462         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14463         * shell/ev-window.h:
14464
14465         Rename bookmark to link, and use "Index" for the sidebar panel.
14466
14467 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14468
14469         * shell/Makefile.am:
14470         * shell/ev-application.c: (ev_application_open_bookmark):
14471         * shell/ev-application.h:
14472         * shell/ev-history.c: (ev_history_init), (free_links_list),
14473         (ev_history_finalize), (ev_history_class_init),
14474         (ev_history_add_link), (ev_history_add_page),
14475         (ev_history_get_link_nth), (ev_history_get_n_links),
14476         (ev_history_get_current_index), (ev_history_set_current_index),
14477         (ev_history_new):
14478         * shell/ev-history.h:
14479         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14480         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14481         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14482         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14483         (ev_view_set_page):
14484         * shell/ev-view.h:
14485         * shell/ev-window.c: (ev_window_open_bookmark),
14486         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14487         (goto_page_cb), (register_custom_actions):
14488         * shell/ev-window.h:
14489
14490         Initial history implementation. Needs work.
14491
14492 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14493
14494         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14495
14496 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14497
14498         * cut-n-paste/recent-files/egg-recent-item.c:
14499         * cut-n-paste/recent-files/egg-recent-item.h:
14500         * cut-n-paste/recent-files/egg-recent-model.c:
14501         * cut-n-paste/recent-files/egg-recent-util.c:
14502         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14503         * cut-n-paste/recent-files/egg-recent-view.c:
14504
14505         Update
14506
14507 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14508
14509         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14510         (fillGlyph, fillImageMask, drawImage):
14511         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14512         pdf/splash/SplashTypes.h:
14513         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14514         packed mode for Splash.
14515
14516         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14517         RGB8 packed mode, eliminates the pixbuf data creation loop.
14518
14519         * shell/ev-print-job.c (ev_print_job_finalize)
14520         (ev_print_job_set_property, ev_print_job_get_property)
14521         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14522         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14523         (print_closure_finalize, ev_print_job_print): implement
14524         printing (for backends with EvPsExporter)
14525
14526         * shell/ev_print_job.h: update prototypes.
14527
14528         * shell/ev-window.c (ev_window_print): unref print job after
14529         printing.
14530
14531         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14532         unless the document implements the EvDocumentFind interface.
14533
14534 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14535
14536         * configure.ac: Added ja to ALL_LINGUAS.
14537
14538 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14539
14540         * pdf/xpdf/pdf-document.cc:
14541
14542         add a FIXME. We should probably not allocate
14543         a bookmark object every time
14544
14545 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14546
14547         * shell/ev-application.c: (ev_application_open),
14548         (ev_application_open_bookmark):
14549         * shell/ev-application.h:
14550         
14551         Add a way to open bookmarks
14552
14553         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14554         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14555         (ev_bookmark_set_property), (ev_bookmark_class_init),
14556         (ev_bookmark_new_title), (ev_bookmark_new_link),
14557         (ev_bookmark_new_external):
14558
14559         Support for external uris, better constructors.
14560
14561         * backend/ev-bookmark.h:
14562         * pdf/xpdf/pdf-document.cc:
14563         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14564
14565         Handle external uris
14566
14567 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14568
14569         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14570         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14571
14572         Hook up bookmarks navigation
14573
14574 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14575
14576         * backend/Makefile.am:
14577         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14578         (ev_bookmark_get_title), (ev_bookmark_set_title),
14579         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14580         (ev_bookmark_get_page), (ev_bookmark_set_page),
14581         (ev_bookmark_get_property), (ev_bookmark_set_property),
14582         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14583         (ev_bookmark_new):
14584         * backend/ev-bookmark.h:
14585         * backend/ev-document-bookmarks.c:
14586         (ev_document_bookmarks_get_bookmark):
14587         * backend/ev-document-bookmarks.h:
14588         * pdf/xpdf/pdf-document.cc:
14589         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14590
14591         Add a bookmark object to the backend and use it instead of get_values
14592
14593 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14594
14595         * data/evince-ui.xml:
14596
14597         Cleanup and add select all.
14598
14599         * shell/ev-view.c: (ev_view_select_all),
14600         (ev_view_button_press_event):
14601         * shell/ev-view.h:
14602         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14603
14604         Add select all.
14605         Clear selection on click.
14606
14607 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14608
14609         * shell/ev-sidebar-thumbnails.c
14610         (ev_sidebar_thumbnails_set_document): forgot to unref the
14611         loading_icon.
14612
14613 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14614
14615         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14616         at the visible page, not just linearly.  This makes it look fast.
14617
14618 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14619
14620         * backend/ev-document-misc.c
14621         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14622         white.
14623         * backend/ev-document-thumbnails.h: New interface to get the size
14624         of a page.
14625
14626 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14627
14628         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14629         make dist works
14630
14631 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14632
14633         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14634         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14635         things up a bit.
14636
14637         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14638
14639 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14640
14641         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14642         fonts. Should fix font problems on systems that have the base
14643         fonts in bitmap format. Reported by James Henstridge
14644         <james@jamesh.id.au>.
14645
14646 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14647
14648         * pdf/xpdf/Gfx.cc:
14649         * pdf/xpdf/GfxState.cc:
14650
14651         Fix for CAN-2004-1125
14652
14653 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14654
14655         * shell/ev-view.c: (ev_view_copy):
14656         * shell/ev-view.h:
14657         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14658
14659         Implement Edit->Copy
14660
14661 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14662
14663         * backend/ev-document.c: (ev_document_get_text):
14664         * backend/ev-document.h:
14665         * pdf/xpdf/pdf-document.cc:
14666         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14667         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14668         (ev_view_update_primary_selection), (ev_view_button_press_event),
14669         (ev_view_motion_notify_event), (ev_view_button_release_event):
14670
14671         Beginnings of clipboard support. Incomplete but primary sort
14672         of work.
14673
14674 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14675
14676         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14677         (expose_bin_window):
14678
14679         Nicer rubberband drawing, from GtkIconView.
14680
14681 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14682
14683         * backend/ev-document.c: (ev_document_save):
14684         * backend/ev-document.h:
14685         * data/evince-ui.xml:
14686         * pdf/xpdf/pdf-document.cc:
14687         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14688
14689         Implement "Save a copy..." menu item
14690
14691 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14692
14693         * shell/ev-view.c: (ev_view_zoom):
14694
14695         Queue a resize when zoom changes
14696
14697 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14698
14699         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14700         shadows.
14701
14702         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14703         thumbnails..
14704
14705 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14706
14707         * pdf/xpdf/pdf-document.cc
14708         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14709
14710 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14711
14712         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14713         It's slow, but I'll speed it up next!
14714
14715 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14716
14717         * shell/main.c (load_files):
14718
14719         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14720         from the command line and because it seems more appropriate.
14721
14722 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14723
14724         * data/evince-ui.xml:
14725         * shell/ev-window.c: (update_action_sensitivity),
14726         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14727
14728         s/next page/page down
14729         s/previous page/page up
14730
14731 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14732
14733         * data/evince-ui.xml:
14734
14735         Change the layout to match clarkbw design.
14736
14737         * shell/Makefile.am:
14738         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14739         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14740         (ev_navigation_action_finalize),
14741         (ev_navigation_action_set_property),
14742         (ev_navigation_action_get_property),
14743         (ev_navigation_action_class_init):
14744         * shell/ev-navigation-action.h:
14745
14746         Implement clarkbw toolbar navigation controls (incomplete)
14747
14748         * shell/ev-page-action.c: (update_label), (update_spin),
14749         (value_changed_cb), (create_tool_item), (connect_proxy),
14750         (ev_page_action_init), (ev_page_action_finalize),
14751         (ev_page_action_set_property), (ev_page_action_get_property),
14752         (ev_page_action_set_current_page),
14753         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14754         * shell/ev-page-action.h:
14755
14756         Implement a page switcher in the toolbar
14757
14758         * shell/ev-view.c: (ev_view_scroll_view):
14759         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14760         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14761         (register_custom_actions), (ev_window_init):
14762
14763         Change page on PageUp/Down.
14764
14765 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14766
14767         * pdf/xpdf/pdf-document.cc
14768         (pdf_document_thumbnails_get_thumbnail): initial stab at
14769         implementing thumbnail support for pdfs.  It only does documents
14770         with precached pdfs now.
14771
14772 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14773
14774         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14775         thumbnail code into a time-based idle as well.  Also, turn off the
14776         shadow temporarily as it's really slow.
14777
14778 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14779
14780         * backend/ev-document.c: (ev_document_class_init):
14781         * pdf/xpdf/pdf-document.cc:
14782         * shell/ev-window.c: (ev_window_open):
14783
14784         Fix document title bugs and fallback to
14785         filename when not available.
14786
14787 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14788
14789         * backend/ev-document.c: (ev_document_get_type),
14790         (ev_document_class_init), (ev_document_load),
14791         (ev_document_get_title):
14792         * backend/ev-document.h:
14793         * pdf/xpdf/pdf-document.cc:
14794         * ps/ps-document.c: (ps_document_set_property),
14795         (ps_document_get_property), (ps_document_class_init),
14796         (document_load):
14797         * ps/ps-document.h:
14798         * ps/ps.h:
14799         * shell/ev-window.c: (update_window_title), (ev_window_open),
14800         (ev_window_init):
14801
14802         Initial support for document title. Not working yet.
14803
14804 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14805
14806         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14807
14808         Grab focus on the view when clicking it
14809
14810 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14811
14812         * shell/ev-marshal.list:
14813         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14814         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14815
14816         Add key bindings to the view. Now if the focus would work
14817         right...
14818
14819 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14820
14821         * Makefile.am:
14822         * backend/Makefile.am:
14823         * data/Makefile.am:
14824         * dvi/Makefile.am:
14825         * dvi/dvilib/Makefile.am:
14826         * pdf/xpdf/Makefile.am:
14827         * po/POTFILES.in:
14828         * ps/Makefile.am:
14829
14830         Fix distcheck
14831
14832 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14833
14834         * shell/ev-view.c: (ev_view_realize):
14835
14836         Fix mouse wheel scrolling
14837
14838 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14839
14840         * ps/Makefile.am:
14841         * ps/gstypes.h:
14842         * ps/gtkgs.c:
14843         * ps/gtkgs.h:
14844         * ps/ps-document.c: (catchPipe), (ps_document_init),
14845         (ps_document_class_init), (ps_document_cleanup),
14846         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14847         (set_up_page), (close_pipe), (is_interpreter_ready),
14848         (interpreter_failed), (output), (input), (start_interpreter),
14849         (stop_interpreter), (file_length), (file_readable),
14850         (check_filecompressed), (check_pdf), (compute_xdpi),
14851         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14852         (ps_document_get_type), (ps_document_emit_error_msg),
14853         (document_load), (ps_document_next_page),
14854         (ps_document_get_current_page), (ps_document_get_page_count),
14855         (ps_document_goto_page), (ps_document_set_page_size),
14856         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14857         (ps_document_load), (ps_document_get_n_pages),
14858         (ps_document_set_page), (ps_document_get_page),
14859         (ps_document_widget_event), (ps_document_set_target),
14860         (ps_document_set_scale), (ps_document_set_page_offset),
14861         (ps_document_get_page_size), (ps_document_render),
14862         (ps_document_document_iface_init):
14863         * ps/ps-document.h:
14864         * ps/ps.c:
14865         * shell/ev-window.c: (ev_window_open):
14866
14867         Rename GtkGS to PSDocument
14868
14869 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14870
14871         * ps/gtkgs.c: (gtk_gs_class_init):
14872         * ps/gtkgs.h:
14873
14874         Some more leftover...
14875
14876 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14877
14878         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14879         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14880         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14881         * ps/gtkgs.h:
14882
14883         Remove unused code and make a lot of stuff private
14884
14885 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14886
14887         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14888         (gtk_gs_defaults_changed):
14889         * ps/gsdefaults.h:
14890         * ps/gtkgs.c:
14891         * ps/gtkgs.h:
14892         * ps/ps.h:
14893
14894         Cleanup headers dependencies
14895
14896 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14897
14898         * ps/Makefile.am:
14899         * ps/ggvutils.c:
14900         * ps/ggvutils.h:
14901         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14902         * ps/gsdefaults.h:
14903         * ps/gtkgs.c: (file_length), (file_readable),
14904         (check_filecompressed), (check_pdf), (gtk_gs_load),
14905         (gtk_gs_get_postscript):
14906
14907         Get rid of ggvutils
14908
14909 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14910
14911         * ps/ggvutils.c:
14912         * ps/ggvutils.h:
14913         * ps/gsio.h:
14914         * ps/gtkgs.c: (gtk_gs_set_zoom):
14915
14916         Cleanups
14917
14918 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14919
14920         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14921
14922         Ensure the page is rerendered when changing zoom
14923
14924 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14925
14926         * backend/ev-document.c: (ev_document_base_init),
14927         (ev_document_changed):
14928         * backend/ev-document.h:
14929
14930         Add a changed event that is emitted when the page content
14931         changes. This is necessary to deal with the fact that
14932         in ps backend rendering happen asycrounously.
14933         This makes the ps backend mostly work.
14934
14935         * pdf/xpdf/pdf-document.cc:
14936
14937         Emit changed event
14938
14939         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14940         (ps_document_set_target):
14941
14942         Emit changed event
14943
14944         * shell/ev-view.c: (document_changed_callback),
14945         (ev_view_set_document), (ev_view_set_page):
14946
14947         Redraw on the changed signal
14948
14949 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14950
14951         * configure.ac: Added pt_BR to ALL_LINGUAS.
14952
14953 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14954
14955         * backend/ev-document-bookmarks.c:
14956         (ev_document_bookmarks_get_child): *
14957         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14958         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14959         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14960         (ev_sidebar_bookmarks_destroy),
14961         (ev_sidebar_bookmarks_class_init),
14962         (ev_sidebar_bookmarks_construct), (stack_data_free),
14963         (do_one_iteration), (populate_bookmarks_idle),
14964         (ev_sidebar_bookmarks_clear_document),
14965         (ev_sidebar_bookmarks_set_document): *
14966         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14967         (ev_sidebar_add_page),
14968         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14969         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14970         it displays both the topics and the page numbers.
14971
14972 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14973
14974         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14975         toggle.
14976         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14977         visible.
14978
14979 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14980
14981         * configure.ac: Added en_CA to ALL_LINGUAS.
14982
14983 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14984
14985         * ChangeLog: replace bottom of this ChangeLog (merged history of
14986         ggv and gpdf; where all paths were wrong and most of the files are
14987         not even in this tree) with ChangeLog (from arch) of the shell
14988         code.
14989
14990 2004-12-23  Havoc Pennington  <hp@redhat.com>
14991
14992         * shell/ev-window.c: hook up potentially-questionable "find
14993         results status text" feature - something involving the sidebar or
14994         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14995         might be better in the end.
14996
14997         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14998         with corresponding signal when it should be updated
14999
15000         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15001
15002 2004-12-22  Havoc Pennington  <hp@redhat.com>
15003
15004         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15005         find stuff on other pages, sort of (only returns one result on
15006         invisible pages, to show they have results; updates full results
15007         for a page when you view it). Currently repaints the current page
15008         every time a new result is found on any page, which isn't so nice.
15009
15010 2004-12-22  Havoc Pennington  <hp@redhat.com>
15011
15012         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15013         the document doesn't support find (better ideas?)
15014         (find_bar_search_changed_cb): handle missing document or document
15015         that doesn't support find
15016
15017         * pdf/xpdf/pdf-document.cc: port to implement the new
15018         EvDocumentFindIface
15019
15020         * backend/ev-document-find.c: create a new interface for searching
15021
15022         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15023
15024 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15025
15026         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15027         libevbackend.la.
15028
15029         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15030         EvPrintJob constructor arguments.
15031
15032         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15033         for documents that can export PostScript (page by page).
15034
15035         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15036         
15037         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15038         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15039         (pdf_document_ps_exporter_iface_init:
15040         Implement EvPSExporter.
15041
15042         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15043
15044 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15045
15046         * backend/Makefile.am:
15047         * backend/ev-document-thumbnails.c:
15048         (ev_document_thumbnails_get_type),
15049         (ev_document_thumbnails_get_thumbnail):
15050         * backend/ev-document-thumbnails.h:
15051         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15052         (pixbuf_document_thumbnails_get_thumbnail),
15053         (pixbuf_document_document_thumbnails_iface_init):
15054         * shell/Makefile.am:
15055         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15056         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15057         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15058         * shell/ev-sidebar-thumbnails.h:
15059         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15060         (ev_sidebar_set_document):
15061         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15062         (create_shadow), (ev_pixbuf_add_shadow):
15063         * shell/ev-utils.h:
15064         Add thumbnail support.
15065         
15066 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15067
15068         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15069         (using_postscript_printer): Set up a print dialog for "PostScript
15070         injection" method.
15071
15072         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15073         EvPrintJob.
15074
15075         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15076
15077 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15078
15079         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15080         (ps_document_set_target), (ps_document_get_page_size),
15081         (ps_document_render):
15082         * ps/gtkgs.h:
15083
15084         Fix a few bugs
15085
15086 2004-12-22  Christian Rose  <menthos@menthos.com>
15087
15088         * configure.ac: Added "sv" to ALL_LINGUAS.
15089
15090 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15091
15092         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15093         document supports bookmarks.
15094
15095 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15096
15097         * ps/ggvutils.c: (ggv_file_readable):
15098         * ps/ggvutils.h:
15099         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15100         (gtk_gs_get_postscript):
15101
15102         Remove unused utils
15103
15104 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15105
15106         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15107         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15108         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15109         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15110         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15111         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15112         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15113         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15114         (gtk_gs_set_antialiasing), (ps_document_load),
15115         (ps_document_render):
15116         * ps/gtkgs.h:
15117
15118         Another check point for the ps backend. Now I can get it to show
15119         pages!
15120
15121 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15122
15123         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15124         document setting code.
15125
15126 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15127
15128         * shell/eggfindbar.c: (entry_activate_callback):
15129         Animate the next button when activate is pressed.
15130         
15131 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15132
15133         * shell/ev-window.c: (ev_window_cmd_edit_find),
15134         (update_fullscreen_popup), (ev_window_fullscreen),
15135         (ev_window_unfullscreen), (ev_window_state_event_cb),
15136         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15137         Fix bugs in fullscreen code.
15138         
15139 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15140
15141         * Makefile.am:
15142         * configure.ac:
15143         * pixbuf/Makefile.am:
15144         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15145         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15146         (pixbuf_document_set_page), (pixbuf_document_get_page),
15147         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15148         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15149         (pixbuf_document_render), (pixbuf_document_begin_find),
15150         (pixbuf_document_end_find), (pixbuf_document_finalize),
15151         (pixbuf_document_class_init),
15152         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15153         * pixbuf/pixbuf-document.h:
15154         * shell/Makefile.am:
15155         * shell/ev-application.c: (ev_application_open):
15156         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15157         (ev_window_open):
15158         Add pixbuf backend.
15159         
15160 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15161
15162         * Makefile.am: 
15163         * dvi/dvilib/Makefile.am:
15164         * dvi/Makefile.am:
15165         * configure.ac: Auto*ify dvi and dvi/dvilib
15166
15167         * dvi/Makefile: Remove from CVS
15168         
15169         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15170         confusion.
15171
15172         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15173         
15174         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15175         
15176 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15177
15178         * ps/Makefile.am:
15179         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15180         (gtk_gs_value_adjustment_changed), (compute_size),
15181         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15182         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15183         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15184         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15185         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15186         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15187         (ps_document_load), (ps_document_get_n_pages),
15188         (ps_document_set_page), (ps_document_get_page),
15189         (ps_document_set_target), (ps_document_set_scale),
15190         (ps_document_set_page_offset), (ps_document_get_page_size),
15191         (ps_document_render), (ps_document_begin_find),
15192         (ps_document_end_find), (ps_document_document_iface_init):
15193         * ps/gtkgs.h:
15194         * shell/Makefile.am:
15195         * shell/ev-window.c: (ev_window_open):
15196
15197         Some work to integrate gtkgs with EvDocument
15198
15199 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15200
15201         * shell/ev-window.c: (update_fullscreen_popup),
15202         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15203         (exit_fullscreen_button_clicked_cb),
15204         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15205         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15206         (ev_window_state_event_cb), (ev_window_init):
15207         Add fullscreen support from Epiphany.
15208         
15209 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15210
15211         * data/ev-stock-zoom-fit-width.png: fit-width
15212         stock icon from gpdf.
15213         
15214         * shell/ev-stock-icons.[ch]: copied from gpdf.
15215         
15216         * shell/main.c: (main): init stock icons.
15217         
15218         * shell/ev-window.c: use the fit-width icon.
15219         
15220         * data/evince-ui.xml: add zooming toolbar items.
15221
15222 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15223
15224         * shell/ev-view.c: 
15225         (ev_view_best_fit), (ev_view_fit_width): because
15226         get_page_size() returns the scaled page size, we
15227         need to calculate the scale factor relative to
15228         the previous scale factor. Should really just
15229         add get_real_page_size().
15230
15231 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15232
15233         * shell/ev-view.[ch]:
15234         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15235         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15236         add zooming.
15237         
15238         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15239         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15240         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15241         hook it up.
15242         
15243         * pdf/xpdf/pdf-document.cc:
15244         (pdf_document_begin_find),
15245         (pdf_document_end_find): make static.
15246
15247 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15248
15249         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15250
15251         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15252         names to fontconfig patterns.
15253         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15254
15255         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15256         setupBaseFontsFc.
15257
15258 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15259
15260         * Makefile.am:
15261         * configure.ac:
15262         * ps/Makefile.am:
15263         * ps/ggvutils.c:
15264         * ps/ggvutils.h:
15265         * ps/gsdefaults.c:
15266         * ps/gsdefaults.h:
15267         * ps/gsio.c:
15268         * ps/gsio.h:
15269         * ps/gtkgs.c:
15270         * ps/gtkgs.h:
15271         * ps/ps.c:
15272         * ps/ps.h:
15273
15274         Import ggv backend. Not hooked up yet.
15275
15276 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15277
15278         * shell/main.c: (load_files), (main): load files
15279         from the command line.
15280
15281 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15282
15283         * configure.ac: don't require bonobo.
15284         
15285         * cut-n-paste/recent-files/*: kill bonobo recent
15286         view.
15287
15288         * shell/ev-window.c:
15289         (ev_window_is_empty): upd.
15290         (unable_to_load), (ev_window_open): load backend
15291         based on the mime type.
15292
15293 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15294
15295         * backend/.cvsignore: ignore generated marshalers source.
15296
15297         * shell/main.c (main): this is not epiphany.
15298
15299 2004-12-22  Havoc Pennington  <hp@redhat.com>
15300
15301         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15302         (expose_bin_window): draw find highlights
15303
15304         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15305         
15306         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15307         (pdf_document_end_find): implement this interface
15308
15309         * backend/ev-document.c (ev_document_found): add this to emit
15310         signal
15311
15312 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15313
15314         * data/evince-ui.xml: Add a few more toolbar items.
15315
15316         * shell/ev-window.c: Hook up page navigation toolbar 
15317         items.
15318
15319         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15320         a page-changed signal.
15321
15322         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15323         Add ev_document_get_page().
15324
15325         * shell/ev-window.c: Sensitize/desensitize navigation
15326         actions.
15327
15328 2004-12-21  Havoc Pennington  <hp@redhat.com>
15329
15330         * backend/ev-backend-marshal.c,
15331         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15332         marshaler-generator thingy. I'm sure there's a better way to do
15333         this in the modern world.
15334
15335         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15336         end_find methods and "found" signal.
15337
15338         * configure.ac: find glib-genmarshal
15339
15340 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15341
15342         * shell/ev-sidebar.c: Construct an actual sidebar.
15343         * shell/ev-sidebar-bookmarks.[ch]:
15344         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15345
15346 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15347
15348         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15349         Redo size handling.
15350         
15351         * shell/ev-view.c: Track the size from the document.
15352
15353 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15354
15355         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15356         constructor assumes ownership of the string passed in.
15357         
15358         * shell/ev-window.c (ev_window_open): Destroy the error
15359         dialog once we've displayed it.
15360
15361 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15362
15363         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15364         a bit, it works! (sort of)
15365
15366         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15367         Move to .cc since we need to use C++ in the implementation.
15368
15369         * shell/dummy.cc: Add a CC file to force evince
15370         to be linked as a C++ program.
15371
15372 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15373
15374         * shell/ev-view.[ch]: Start of content-area widget.
15375
15376         * shell/ev-window.c: Create a EvView, update it
15377         as we change documents.
15378
15379         * shell/Makefile.am shell/ev-marshal.list: Add
15380         generated marshalers.
15381
15382 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15383
15384         * Makefile.am (SUBDIRS): move shell.
15385
15386 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15387
15388         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15389         .a to libtool convenience libraries.
15390
15391         * shell/ev-window.c (ev_window_open): Hard code loading
15392         a PDF document.
15393         
15394         * backend/ev-document.h: Add a boolean return to load(),
15395         fix GError * to GError **.
15396
15397         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15398         object for a PDF backend EvDocument.
15399
15400 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15401
15402         * dvi/*: New directory with the beginning of a .dvi backend.
15403
15404 2004-12-21  Havoc Pennington  <hp@redhat.com>
15405
15406         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15407         previous/next instead of back/forward
15408
15409 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15410
15411         * backend/ev-document.[ch]: Fix a couple of problems so
15412         it compile.
15413
15414 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15415
15416         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15417         to backend/ directory, rename EvViewer to EvDocument.
15418
15419 2004-12-21  Havoc Pennington  <hp@redhat.com>
15420
15421         * shell/ev-window.c: hook up the find bar widget; now we just need
15422         a document to find things in
15423
15424         * shell/eggfindbar.c: a find bar widget
15425
15426 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15427
15428         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15429
15430 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15431
15432         * pdf/**: Import of xpdf code from gpdf. 
15433
15434         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15435
15436         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15437         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15438         Fix FreeType includes.
15439
15440         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15441         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15442         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15443         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15444         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15445         Include xpdfconfig.h
15446         
15447 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15448
15449         * shell/ev-window.c (ev_window_dispose): dispose can be called
15450         multiple times.
15451
15452 2004-12-21  Havoc Pennington  <hp@redhat.com>
15453
15454         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15455         rather than Evince
15456
15457         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15458         items; really they should be synced with the strings, etc. from
15459         current gpdf, but just getting the boring typing out of the way 
15460
15461 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15462
15463         * po/POTFILES.in:
15464         * shell/ev-application.c: (window_destroy_cb):
15465         * shell/ev-window.c:
15466         * shell/main.c: (main):
15467
15468         Actually show the window...
15469
15470 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15471
15472         * Makefile.am:
15473         * shell/Makefile.am:
15474         * shell/ev-application.c: (ev_application_class_init):
15475         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15476
15477         Make it build again
15478
15479 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15480
15481         Import to gnome cvs.
15482         
15483         * Remove copies of gpdf and ggv trees.
15484         * Rip out all the recursive configure code.
15485         * Remove bonobo machinery.
15486         * viewer/*: GInterfaces that backends should/can implement.
15487
15488 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15489
15490         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15491         typo
15492
15493 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15494
15495         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15496         (ev_application_finalize, ev_application_class_init)
15497         (ev_application_init): use GType instance private data for priv.
15498
15499         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15500         (ev_window_finalize, ev_window_class_init)
15501         (ev_window_init): ditto.
15502
15503 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15504
15505         * shell/ev-application.c (ev_application_new_window): make public
15506         (ev_application_show_initial_window): kill.
15507
15508         * shell/ev-application.h: update prototypes.
15509
15510         * shell/main.cc (main): inline ev_application_show_initial_window.
15511
15512 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15513
15514         * shell/ev-application.c (ev_application_new_window): impl.
15515         (ev_application_show_initial_window): use it.
15516         (is_window_empty, ev_application_get_empty_window): returns an
15517         existing empty window or a new one.
15518         (ev_application_open): from ev_window_cmd_file_open.
15519
15520         * shell/ev-application.h: update prototypes
15521
15522         * shell/ev-window.c (ev_window_is_empty): impl.
15523         (ev_window_open): make public.
15524         (ev_window_cmd_file_open): use ev_application_open
15525
15526         * shell/ev-window.h: update prototypes, remove unused.
15527
15528 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15529
15530         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15531         move destroy handler out of here...
15532
15533         * shell/ev-application.c, shell/ev-application.h: ...into this new
15534         class. Also handles initial window creation.
15535
15536         * shell/main.cc (main): use EvApplication to create initial
15537         window.
15538
15539 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15540
15541         * Makefile.am (SUBDIRS): add cut-n-paste
15542
15543         * cut-n-paste/Makefile.am: add
15544
15545         * configure.ac: generate Makefiles in cut-n-paste
15546
15547 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15548
15549         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15550         (ev_window_class_init): install ev_window_dispose.
15551
15552 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15553
15554         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15555         char (gchar looks stupid).
15556
15557 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15558
15559         * po/de.po: updated German translation.
15560
15561 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15562
15563         * configure.ac: add more pkg-config library checks for gnome-vfs,
15564         bonobo etc.
15565
15566         * gpdf/configure.in: temporarily disable libpaper
15567         checks. Otherwise I'd have to add the checks for the shell, too.
15568
15569 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15570
15571         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15572         and * file filters to the file choose.
15573
15574 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15575
15576         * po/de.po: Updated German translation.
15577
15578 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15579
15580         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15581
15582 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15583
15584         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15585
15586         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15587         (ev_window_init): implement those menuitems.
15588
15589 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15590
15591         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15592
15593         * shell/ev-window.c (ev_window_init): use the toolbar.
15594
15595 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15596
15597         * shell/ev-window.c (ev_window_init): use menu translations
15598
15599 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15600
15601         * configure.ac: add "de" to ALL_LINGUAS.
15602
15603         * po/de.po: add German translation.
15604
15605 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15606
15607         * Makefile.am (SUBDIRS): add po
15608
15609         * configure.ac: check intltool, glib-gettext etc, generate
15610         po/Makefile.in
15611
15612         * po, po/POTFILES.in, po/POTFILES.skip: new.
15613
15614 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15615
15616         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15617         already use (#ifdef ENABLE_NLS)
15618
15619         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15620         pointer indirection thinko.
15621
15622         * shell/main.c: include gi18n.h for bindtextdomain etc.
15623
15624 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15625
15626         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15627         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15628         tooltips for menu items in the statusbar.
15629
15630 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15631
15632         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15633         pkgdatadir drop UIDIR
15634
15635 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15636
15637         * data/evince-ui.xml: Add File->Open menu item
15638
15639         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15640         chooser), hook it up in the ui manager.
15641
15642 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15643
15644         * shell/ev-window.c: fix Help->About tooltip.
15645
15646 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15647
15648         * configure.ac: set CFLAGS for libevprivate.
15649
15650         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15651         definitions, factory etc.
15652
15653         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15654
15655         * shell/Makefile.am: link against libevprivate.a.
15656
15657         * shell/ev-window.c (entries): add stock icon to Help->About.
15658
15659         * shell/main.c (main): init stock icon code.
15660
15661 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15662
15663         * lib/recent-files: egg recent files code
15664
15665         * lib/Makefile.am: add.
15666
15667         * Makefile.am: add lib subdir.
15668
15669         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15670         set CFLAGS for recent-files.
15671
15672 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15673
15674         * configure.ac: disable -ansi and -pedantic gcc flags. They
15675         disable POSIX stuff in stdio.h, but egg-recent uses them.
15676
15677 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15678
15679         * configure.ac: add --disable-deprecated flag (defaults to on in
15680         "cvs" builds).
15681
15682         * shell/Makefile.am (INCLUDES): use it.
15683
15684 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15685
15686         * shell/main.c: add missing #include.
15687
15688         * shell/ev-window.c: fix for pedantic gcc.
15689         (ev_window_cmd_help_about): split license into paragraphs for
15690         translators and pedantic compilers.
15691
15692 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15693
15694         * configure.ac: add more warning flags if compiling with gcc from
15695         cvs (or explicitly requested with --enable-more-warnings).
15696
15697 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15698
15699         * data/evince-ui.xml: add File and File->Close menu.
15700
15701         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15702         (ev_window_destroy): quit after destroy.
15703         (ev_window_class_init): override GtkObject::destroy.
15704         (entries): install close_window callback.
15705
15706 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15707
15708         * Makefile.am (SUBDIRS): add data subdir.
15709
15710         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15711         gtk+ 2.5.0 for GtkAboutDialog.
15712
15713         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15714         main window.
15715
15716         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15717
15718         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15719         manager.
15720         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15721
15722 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15723
15724         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15725
15726 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15727
15728         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15729
15730 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15731
15732         * shell/*: Added shell directory boilerplate, build it.
15733
15734 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15735
15736         * configure.ac, Makefile.am: Added top-level configure.ac and
15737         Makefile.am