]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Use g_intern_static_string.
[evince.git] / ChangeLog
1 2009-02-15  Christian Persch  <chpe@gnome.org>
2
3         * libdocument/ev-document-type-builtins.c.template:
4         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
5
6 2009-02-14  Christian Persch  <chpe@gnome.org>
7
8         * backend/impress/impress-document.c: (impress_document_save):
9         Fill in the error.
10
11 2009-02-14  Christian Persch  <chpe@gnome.org>
12
13         * libdocument/ev-document.c: (ev_document_load): Add code to catch
14         backends incorrectly implementing the load vfunc.
15
16 2009-02-14  Christian Persch  <chpe@gnome.org>
17
18         * libdocument/ev-document-factory.c:
19         (ev_document_factory_get_document): Use a local GError, and propagate
20         as appropriate, making sure always to fill in @error if returning NULL.
21
22 2009-02-14  Christian Persch  <chpe@gnome.org>
23
24         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
25
26 2009-02-14  Christian Persch  <chpe@gnome.org>
27
28         * backend/pdf/ev-poppler.cc: Plug a mem leak.
29
30 2009-02-14  Christian Persch  <chpe@gnome.org>
31
32         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
33         an error.
34
35 2009-02-14  Christian Persch  <chpe@gnome.org>
36
37         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
38         to always set @error when returning FALSE. Fix a typo.
39
40 2009-02-14  Christian Persch  <chpe@gnome.org>
41
42         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
43         to always set @error when returning FALSE.
44
45 2009-02-14  Christian Persch  <chpe@gnome.org>
46
47         * backend/comics/comics-document.c: (comics_document_load): Make sure
48         to always set @error when returning FALSE.
49
50 2009-02-14  Christian Persch  <chpe@gnome.org>
51
52         * backend/impress/impress-document.c: (impress_document_load): Plug a
53         mem leak.
54
55 2009-02-14  Christian Persch  <chpe@gnome.org>
56
57         * backend/impress/impress-document.c: (impress_document_load): Don't
58         overwrite an error.
59
60 2009-02-14  Christian Persch  <chpe@gnome.org>
61
62         * libdocument/ev-document.c: (ev_document_info_copy): Remove
63         unnecessary NULL check; g_strdup() is NULL-safe.
64
65 2009-02-14  Christian Persch  <chpe@gnome.org>
66
67         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
68         that this returns either NULL and fills in error, or non-NULL. Use a
69         local GError so we can reliably check it.
70
71 2009-02-14  Christian Persch  <chpe@gnome.org>
72
73         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
74         content type to get the description, not the MIME type.
75
76 2009-02-14  Christian Persch  <chpe@gnome.org>
77
78         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
79         in @error on failure. Also, since this is exported in public APIs,
80         cope with the passed-in GError** being NULL.
81
82 2009-02-13  Christian Persch  <chpe@gnome.org>
83
84         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
85         safety.
86         (get_mime_type_from_data): Return the MIME type, not the content type.
87
88 2009-02-13  Christian Persch  <chpe@gnome.org>
89
90         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
91         the input stream.
92
93 2009-02-13  Christian Persch  <chpe@gnome.org>
94
95         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
96         all errors upwards.
97
98 2009-02-13  Christian Persch  <chpe@gnome.org>
99
100         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
101         more bytes from buffer than were read from the file.
102
103 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
104
105         * properties/ev-properties-view.c (set_property):
106         
107         Fixes bug #571787.
108
109 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
110
111         * shell/eggfindbar.c: (egg_find_bar_init):
112
113         Use gtk_tool_button_set_use_underline() for next/previous buttons
114         so that the underline is used for the mnemonic. Fixes bug #571547.
115         
116 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
117
118         * shell/ev-window.c: (setup_document_from_metadata),
119         (setup_sidebar_from_metadata), (setup_document_from_metadata),
120         (setup_view_from_metadata), (ev_window_set_document),
121         (ev_window_load_job_cb), (ev_window_reload_job_cb),
122         (ev_window_reload_remote), (ev_window_init):
123
124         Do not use metadata when reloading the document, so that the
125         window is not resized when reloading. See bugs #571051 and
126         #304249.
127         
128 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * configure.ac:
131         * cut-n-paste/smclient/Makefile.am:
132
133         Fix smclient libs on cycgwin. See bug #339172.
134         
135 2009-02-08  Christian Persch  <chpe@gnome.org>
136
137         * configure.ac:
138         * libdocument/Makefile.am:
139         * libview/Makefile.am: Add experimental introspection support.
140         Disabled by default; use --enable-introspection to enable it.
141         Bug #569083.
142
143 2009-02-08  Christian Persch  <chpe@gnome.org>
144
145         * libview/Makefile.am: Link libevdocument.la to libevview.la.
146
147 2009-02-05  Christian Persch  <chpe@gnome.org>
148
149         * backend/comics/comics-document.c: (comics_document_load):
150         * backend/djvu/djvu-document.c: (djvu_document_load):
151         * backend/dvi/dvi-document.c: (dvi_document_load):
152         * backend/impress/impress-document.c: (impress_document_load):
153         * backend/pdf/ev-poppler.cc:
154         * libdocument/ev-document-factory.c: (get_document_from_uri),
155         (ev_document_factory_get_document):
156         * shell/ev-print-operation.c:
157         (ev_print_operation_export_print_dialog_response_cb): Use
158         g_set_error_literal now that we depend on glib 2.18.
159
160 2009-02-05  Hib Eris  <hib@hiberis.nl>
161
162         * shell/ev-application.c:
163
164         Include gdkx.h only with X11. See bug #339172.
165         
166 2009-02-05  Hib Eris  <hib@hiberis.nl>
167
168         * backend/pdf/pdfdocument.evince-backend.in:
169
170         Add application/x-ext-pdf mime type for pdf backend. See bug
171         #339172.
172         
173 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
174
175         * configure.ac:
176         * cut-n-paste/smclient/Makefile.am:
177         * cut-n-paste/smclient/eggdesktopfile.c:
178         * cut-n-paste/smclient/eggsmclient-win32.c:
179         * shell/main.c:
180
181         Make session manager code compile for w32. These changes have been
182         taken from upstream libegg. Based on patch by Hib Eris. See bug
183         #339172.
184         
185 2009-02-05  Hib Eris  <hib@hiberis.nl>
186
187         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
188
189         Make screensaver code compile for w32. These changes have been
190         copied from upstream totem. See bug #339172.
191         
192 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * configure.ac:
195         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
196
197         Make use of GConf optional. Based on patch by Hib Eris. See bug
198         #339172.
199         
200 2009-02-04  Christian Persch  <chpe@gnome.org>
201
202         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
203         evince gettext domain, so i18n works in the library.
204
205         * properties/ev-properties-main.c: (nautilus_module_initialize):
206         Remove extra bindtextdomain call.
207
208 2009-02-04  Christian Persch  <chpe@gnome.org>
209
210         * backend/comics/comics-document.c:
211         * backend/djvu/djvu-document.c:
212         * backend/dvi/dvi-document.c:
213         * backend/impress/impress-document.c:
214         * backend/pdf/ev-poppler.cc:
215         * backend/pixbuf/pixbuf-document.c:
216         * backend/ps/ev-spectre.c:
217         * backend/tiff/tiff-document.c:
218         * libdocument/ev-attachment.c:
219         * libdocument/ev-document-factory.c:
220         * libview/ev-jobs.c:
221         * libview/ev-view-accessible.c:
222         * libview/ev-view.c:
223         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
224         gi18n.h.
225
226 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * NEWS:
229         * configure.ac:
230
231         Update for release 2.25.90
232         
233 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * cut-n-paste/zoom-control/ephy-zoom-control.c:
236         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
237
238         Remove the old tooltips code and use G_DEFINE_TYPE().
239         
240 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * configure.ac:
243         * help/reference/Makefile.am:
244         * help/reference/libdocument/Makefile.am:
245         * help/reference/libdocument/libevdocument-docs.sgml:
246         * help/reference/libdocument/libevdocument.types:
247         * help/reference/libdocument/version.xml.in:
248         * help/reference/libview/Makefile.am:
249         * help/reference/libview/libevview-docs.sgml:
250         * help/reference/libview/libevview.types:
251         * help/reference/libview/version.xml.in:
252         * help/reference/shell/Makefile.am:
253         * help/reference/shell/evince-docs.sgml:
254         * help/reference/shell/evince.types:
255         * help/reference/shell/tmpl/dummy.sgml:
256         * help/reference/shell/version.xml.in:
257
258         Split API documentation into libdocument, libview and
259         shell. Required gtk-doc files has been added, but API docs still
260         need to be completed and improved. Fixes bug #568465.
261         
262 2009-02-01  Christian Persch  <chpe@gnome.org>
263
264         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
265
266 2009-02-01  Christian Persch  <chpe@gnome.org>
267
268         * backend/Makefile.am:
269         A backend/backend.symbols:
270         * configure.ac: Only export the backend module entry point. Bug
271         #569998.
272
273 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
274
275         * shell/eggfindbar.c: (egg_find_bar_init):
276
277         Add mnemonics to buttons in search bar. Fixes bug #569212.
278         
279 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
280         
281         * shell/ev-print-operation.c:
282         (ev_print_operation_export_print_dialog_response_cb):
283
284         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
285         
286 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
287
288         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
289
290         Clamp top/bottom values of destinations to make sure they are not
291         bigger than the page height. Fixes bug #569327.
292         
293 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
294
295         * libdocument/ev-debug.h:
296
297         Fix build when debug mode is disabled.
298         
299 2009-01-30  Christian Persch  <chpe@gnome.org>
300
301         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
302         this return TRUE only if any backends were loaded, so the ev_init()
303         function works as documented.
304
305 2009-01-30  Christian Persch  <chpe@gnome.org>
306
307         * evince-document.h:
308         * libdocument/Makefile.am:
309         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
310         #569117.
311
312         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
313         * libdocument/ev-backends-manager.h:
314         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
315         * libdocument/ev-debug.h:
316         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
317         (_ev_file_helpers_shutdown):
318         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
319         private.
320
321         * properties/ev-properties-main.c: (nautilus_module_initialize),
322         (nautilus_module_shutdown):
323         * shell/main.c: (main):
324         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
325         init/shutdown method.
326
327 2009-01-29  Christian Persch  <chpe@gnome.org>
328
329         * shell/main.c: (option_version_cb): Add --version which was lost in
330         the libgnome removal. Bug #562869.
331
332 2009-01-26  Christian Persch  <chpe@gnome.org>
333
334         * shell/ev-application.c: (ev_application_register_service),
335         (ev_application_shutdown):
336         * shell/main.c: (main): Move metadata manager initialisation and
337         shutdown into EvApplication. Follow-up from bug #569120.
338
339 2009-01-26  Christian Persch  <chpe@gnome.org>
340
341         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
342         copy the string twice. Bug #569231.
343
344 2009-01-26  Christian Persch  <chpe@gnome.org>
345
346         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
347         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
348         * libdocument/ev-file-helpers.h:
349         * shell/ev-application.c: (ev_application_shutdown),
350         (ev_application_init), (ev_application_screensaver_disable),
351         (ev_application_save_print_settings),
352         (ev_application_set_page_setup):
353         * shell/ev-application.h:
354         * shell/ev-metadata-manager.c: (load_values),
355         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
356         shell, since it shouldn't be public API. Bug #569120.
357
358         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
359         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
360
361 2009-01-25  Christian Persch  <chpe@gnome.org>
362
363         Bug 569082 – use versioned directory for backends
364
365         * configure.ac: Define ev_binary_version and backenddir.
366         * evince-document.pc.in: Add backenddir variable.
367         * libdocument/Makefile.am:
368         * backend/*/Makefile.am: Remove backenddir definition, so it picks
369         up the one from configure.
370
371 2009-01-25  Christian Persch  <chpe@gnome.org>
372
373         * configure.ac:
374         * evince-document.pc.in: Renamed from evince-backend.pc.in.
375         * libdocument/Makefile.am: Renamed library to libevdocument.la.
376         * libview/Makefile.am:
377         * shell/Makefile.am:
378         * backend/*/Makefile.am: Adapt to changed library name.
379
380         * libdocument/Makefile.am:
381         * libview/Makefile.am: Change the installed headers path to match
382         the directory names in SVN.
383
384         * evince-document.h:
385         * evince-view.h: Add single headers. Bug #568227.
386
387         * libdocument/*.h:
388         * libview/*.h: Add single headers guards.
389
390         * libview/Makefile.am:
391         * libdocument/Makefile.am:
392         * backend/*/Makefile.am:
393         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
394         still include individual headers.
395
396         * properties/Makefile.am:
397         * properties/ev-properties-main.c:
398         * properties/ev-properties-view.h:
399         * thumbnailer/Makefile.am:
400         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
401
402         * libdocument/Makefile.am:
403         * libview/Makefile.am: Generate type builtins from all installed headers.
404         * libdocument/ev-link-action.[ch]:
405         * libdocument/ev-link-dest.[ch]:
406         * libdocument/ev-transition-effect.[ch]:
407         * libview/ev-view.[ch]: Remove handcoded type builtins.
408
409         * libdocument/Makefile.am:
410         * evince-document.h: Add ev-document-factory.h to the public headers.
411
412 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
413
414         * shell/ev-sidebar-page.c:
415
416         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
417         #568228.
418         
419 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
420
421         * libdocument/ev-document.h:
422
423         Add EV_DEFINE_INTERFACE macro.
424         
425         * libdocument/ev-async-renderer.c:
426         * libdocument/ev-document-find.c:
427         * libdocument/ev-document-fonts.c:
428         * libdocument/ev-document-forms.c:
429         * libdocument/ev-document-images.c:
430         * libdocument/ev-document-layers.c:
431         * libdocument/ev-document-links.c:
432         * libdocument/ev-document-security.c:
433         * libdocument/ev-document-thumbnails.c:
434         * libdocument/ev-document-transition.c:
435         * libdocument/ev-document.c:
436         * libdocument/ev-file-exporter.c:
437         * libdocument/ev-selection.c:
438
439         Use EV_DEFINE_INTERFACE macro to define interfaces in
440         libdocument. See bug #568228.
441         
442 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
443
444         * libdocument/ev-document.[ch]:
445
446         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
447         #568228.
448         
449 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
450
451         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
452         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
453         (new_separator_pixbuf):
454         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
455         (egg_toolbar_editor_disconnect_model),
456         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
457         (egg_toolbar_editor_finalize):
458         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
459         * cut-n-paste/toolbar-editor/eggmarshalers.list:
460         
461         Sync EggToolbarEditor with libegg.
462
463 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
464
465         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
466         When saving a file, using the default permissions for the user/system,
467         respecting umask and any setgid bit on the directory. Uses the new
468         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
469         Bug #568593.
470         
471 2009-01-21  Christian Persch  <chpe@gnome.org>
472
473         * configure.ac:
474         * libdocument/Makefile.am:
475         * libview/Makefile.am: Add libtool versioning to libevbackend and
476         libevview. Bug #568229.
477
478 2009-01-21  Christian Persch  <chpe@gnome.org>
479
480         * Makefile.am:
481         * configure.ac:
482         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
483
484 2009-01-21  Christian Persch  <chpe@gnome.org>
485
486         * configure.ac:
487         * libdocument/Makefile.am:
488         A libdocument/ev-version.h.in: Add version defines and version check
489         macro. Bug #568224.
490
491 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
492
493         * shell/ev-sidebar-links.c
494         * shell/ev-print-operation.c:
495         * shell/ev-history.c:
496         * shell/ev-file-monitor.c:
497         * shell/ev-window.c:
498         * shell/ev-password-view.c:
499         * shell/ev-sidebar-thumbnails.c:
500         * shell/ev-sidebar-attachments.c:
501         * libview/ev-pixbuf-cache.c:
502         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
503         Bug #568386.
504
505 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
506
507         * libdocument/ev-document-info.h:
508
509         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
510         
511 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
512
513         * libview/Makefile.am:
514
515         Install ev-job-scheduler.h. See bug #567790.
516         
517 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
518
519         * libdocument/Makefile.am:
520
521         Install ev-backends-manager.h and
522         ev-document-type-builtins.h. Fixes bug #567787.
523         
524 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * NEWS:
527         * configure.ac:
528
529         Update for release 2.25.5
530         
531 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * libview/ev-view.c: (ev_view_drag_data_get):
534
535         Fix second parameter passed to gtk_selection_data_set_uris(), 
536         it expects a gchar **.
537         
538 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
539
540         * libdocument/Makefile.am:
541         * libdocument/ev-document-info.h:
542         * libdocument/ev-document-type-builtins.c.template:
543         * libdocument/ev-document-type-builtins.h.template:
544         * libdocument/ev-document.c: (ev_document_info_get_type),
545         (ev_document_info_copy):
546
547         Make EvDocumentInfo and enums definded in ev-document-info.h
548         GTypes. Fixes bug #567789.
549         
550 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
551
552         * shell/main.c (arguments_parse): Fix for a minor code typo.
553
554 2009-01-18  Christian Persch  <chpe@gnome.org>
555
556         * help/reference/Makefile.am:
557         * help/reference/evince.types: Fix the API docs build. Bug #568171.
558
559 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
560
561         * libview/Makefile.am:
562         * libview/ev-view-type-builtins.c.template:
563         * libview/ev-view-type-builtins.h.template:
564
565         Make EvJobPriority a proper GType. Fixes bug #567788.
566         
567 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * configure.ac:
570         * cut-n-paste/*/Makefile.am:
571         * libdocument/Makefile.am:
572
573         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
574         code.
575         
576 2009-01-18  Christian Persch  <chpe@gnome.org>
577
578         * libview/ev-view.c: (ev_view_drag_data_get),
579         (ev_view_drag_motion), (ev_view_update_primary_selection),
580         (clear_link_selected):
581         * shell/ev-sidebar-attachments.c:
582         (ev_sidebar_attachments_drag_data_get),
583         (ev_sidebar_attachments_get_property),
584         (ev_sidebar_attachments_init):
585         * shell/ev-window.c: Update drag handling code to use the
586         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
587         hardcoding the targets lists. Bug #558084.
588         
589 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
590
591         * libdocument/Makefile.am:
592         * libdocument/ev-backend-marshal.c:
593         * libdocument/ev-backend-marshalers.list:
594         * libdocument/ev-document.c:
595
596         Remove unused marshalers stuff from libdocument.
597         
598 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * po/POTFILES.in:
601
602         Update for the current source tree.
603         
604 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
605
606         * configure.ac:
607         * Makefile.am:
608         * libdocument/Makefile.am:
609         * libview/Makefile.am:
610         * libview/ev-job-scheduler.[ch]:
611         * libview/ev-jobs.[ch]:
612         * libview/ev-page-cache.[ch]:
613         * libview/ev-pixbuf-cache.[ch]:
614         * libview/ev-timeline.[ch]:
615         * libview/ev-transition-animation.[ch]:
616         * libview/ev-view-accessible.[ch]:
617         * libview/ev-view-marshal.list:
618         * libview/ev-view.[ch]:
619         * shell/Makefile.am:
620
621         Move EvView specific code to a libeviview library so that it can
622         be embbeded in other applications. Based on patches by Tomeu
623         Vizoso. Fixes bug #567751.
624         
625 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
628         * shell/ev-window.c: (ev_window_load_job_cb),
629         (ev_window_load_job_cb), (ev_window_open_uri),
630         (ev_window_reload_local), (ev_window_dispose):
631
632         Remove dest, mode and search_string from EvJobLoad since they are
633         not really needed by the job, but for the window.
634         
635 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * shell/ev-view.c: (ev_view_drag_data_received),
638         (ev_view_class_init), (ev_view_init):
639         * shell/ev-window.c: (ev_window_drag_data_received),
640         (ev_window_class_init), (ev_window_init):
641
642         Make the whole EvWindow the destination of a drag and drop
643         operation.
644         
645 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * shell/ev-window.c: (window_open_file_copy_progress_cb):
648
649         Add missing brakets around the percentage in progress
650         messages. See bug #567910.
651         
652 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * shell/ev-application.c: (ev_application_open_window),
655         (ev_application_open_uri_at_dest):
656
657         Do no use gdk_x11_* when not available. Based on patch by Hib
658         Eris, see bug #339172.
659         
660 2009-01-16  Hib Eris  <hib@hiberis.nl>
661
662         * configure.ac:
663         * properties/ev-properties-view.c:
664         (ev_properties_view_format_date):
665
666         Check for localtime_r. See bug #339172.
667         
668 2009-01-16  Hib Eris  <hib@hiberis.nl>
669
670         * shell/main.c:
671
672         Include gdkx only for dbus support. See bug #339172.
673         
674 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
675
676         * shell/ev-view.c: (ev_view_set_zoom_for_size):
677
678         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
679         #567785.
680         
681 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
682
683         * shell/ev-window.c: (reload_remote_copy_progress_cb),
684         (window_save_file_copy_progress_cb):
685
686         Use brakets around the percentage in progress messages. See bug
687         #567910.
688         
689 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
690
691         * shell/ev-window.c: (reload_remote_copy_ready_cb):
692
693         Fix typo in error message. See bug #567910.
694         
695 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
696
697         * shell/ev-window.c: (ev_window_cmd_file_close_window):
698
699         Fix mnemonic conflict. Fixes bug #567937.
700         
701 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
702
703         * NEWS:
704         * configure.ac:
705
706         Update for release 2.25.4
707         
708 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
709
710         * configure.ac:
711         
712         GLib version requirement bumped to 2.18 due to g_set_error_literal.
713         Thanks to Christian Spurk.
714
715 2008-12-31  Hib Eris  <hib@hiberis.nl>
716         
717         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
718
719         Fix mime type handling.
720         
721 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * po/POTFILES.in:
724
725         Add ev-print-operation.c.
726         
727 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
728
729         * shell/ev-window.c: (ev_window_clear_progress_idle),
730         (reset_progress_idle), (ev_window_show_progress_message),
731         (ev_window_reset_progress_cancellable),
732         (ev_window_progress_response_cb), (show_loading_progress),
733         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
734         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
735         (show_reloading_progress), (reload_remote_copy_ready_cb),
736         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
737         (show_saving_progress), (window_save_file_copy_ready_cb),
738         (window_save_file_copy_progress_cb), (ev_window_save_remote),
739         (ev_window_dispose):
740
741         Show progress information when loading/saving remote files. Fixes
742         bug #370958.
743         
744 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
745
746         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
747
748         Show better warning message when temp file cannot be deleted.
749         
750 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
751
752         * shell/ev-window.c: (image_save_dialog_response_cb):
753
754         Fix saving images to remote locations.
755         
756 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
757
758         * shell/ev-application.[ch]: (ev_application_shutdown),
759         (ev_application_get_print_settings_file),
760         (ev_application_save_print_settings),
761         (ev_application_get_print_settings),
762         (ev_application_set_print_settings),
763         (ev_application_get_page_setup), (ev_application_set_page_setup):
764         * shell/ev-window.c: (ev_window_save_print_page_setup),
765         (ev_window_load_print_page_setup_from_metadata),
766         (ev_window_print_page_setup_done_cb),
767         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
768         (ev_window_cmd_preview_print):
769
770         Remember page setup options too. Paper size is globally remembered
771         while page margins are stored per document in metadata file. Fixes
772         bugs #525185 and #349102.
773         
774 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
775
776         * shell/ev-print-operation.c:
777         (ev_print_operation_export_print_dialog_response_cb):
778
779         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
780         
781 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * shell/ev-print-operation.c: (export_cancel),
784         (export_job_cancelled), (ev_print_operation_export_begin),
785         (ev_print_operation_export_cancel):
786         * shell/ev-window.c: (ev_window_print_cancel),
787         (ev_window_print_update_pending_jobs_message),
788         (ev_window_print_operation_done),
789         (ev_window_print_operation_status_changed),
790         (print_jobs_confirmation_dialog_response),
791         (ev_window_cmd_file_close_window):
792
793         Show a confirmation dialog when there are pending print jobs while
794         closing the main window. Fixes bug #480964.
795         
796 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
799         (ev_print_operation_get_job_name),
800         (ev_print_operation_get_status),
801         (ev_print_operation_get_progress),
802         (ev_print_operation_update_status),
803         (ev_print_operation_export_get_job_name), (clamp_ranges),
804         (get_first_and_last_page), (ev_print_operation_export_run_next),
805         (print_job_finished), (export_print_done), (export_job_cancelled),
806         (update_progress), (export_print_page),
807         (ev_print_operation_export_begin),
808         (ev_print_operation_export_print_dialog_response_cb),
809         (ev_print_operation_export_run),
810         (ev_print_operation_export_cancel),
811         (ev_print_operation_export_class_init):
812         * shell/ev-window.c:
813         (ev_window_print_update_pending_jobs_message),
814         (ev_window_print_operation_done),
815         (ev_window_print_progress_response_cb),
816         (ev_window_print_operation_status_changed),
817         (ev_window_print_operation_begin_print), (ev_window_print_range),
818         (ev_window_dispose):
819
820         Show progress information when printing. Fixes bug #482770.
821         
822 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * shell/Makefile.am:
825         * shell/ev-progress-message-area.[ch]:
826         * shell/ev-message-area.[ch]: (ev_message_area_init),
827         (ev_message_area_set_image_from_stock):
828
829         Add EvProgressMessageArea derived from EvMessageArea to show
830         progress information in the message area. 
831         
832 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
833
834         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
835
836         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
837         close button. Add a function to get the contents of the message
838         area.
839         
840 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
841
842         * shell/Makefile.am:
843         * shell/ev-print-operation.[ch]:
844         * shell/ev-jobs.[ch]: (ev_job_export_init),
845         (ev_job_export_dispose), (ev_job_export_run),
846         (ev_job_export_class_init), (ev_job_export_new),
847         (ev_job_export_set_page):
848         * shell/ev-window.c: (ev_window_print_operation_done),
849         (ev_window_print_range), (ev_window_dispose):
850
851         First step of the printing system rework. EvJobPrint has been
852         replaced by EvJobExport so that every page is scheduled to be
853         exported in a thread instead of scheduling the whole printing
854         process. This way the gui is responsive during printing.
855         
856 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
857
858         * shell/ev-window.c: (setup_size_from_metadata),
859         (ev_window_load_print_settings_from_metadata):
860
861         Fix memory leaks.
862         
863 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
864
865         * libdocument/ev-document.c: (ev_document_get_type):
866
867         Add GObject type as prerequisite to EvDocument interface so that
868         document instances can be used as GObjects.
869         
870 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * shell/ev-view.c: (jump_to_find_result):
873
874         Only jump the the location of the find result for the first match
875         when searching. It drastically improves the performance when
876         searching. Bug catched and fixed by Michael Hunold. Fixes bug
877         #564774.
878         
879 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
880
881         * properties/ev-properties-main.c: (ev_properties_get_pages):
882         * properties/ev-properties-view.[ch]:
883         (ev_properties_view_dispose), (ev_properties_view_class_init),
884         (ev_properties_view_set_info), (ev_properties_view_new):
885         * shell/ev-properties-dialog.[ch]:
886         (ev_properties_dialog_set_document):
887         * shell/ev-window.c: (ev_window_setup_document),
888         (ev_window_cmd_file_properties):
889
890         Add document URI to properties page. Fixes bug #555376.
891         
892 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * configure.ac:
895         * data/Makefile.am:
896         * data/evince-password.glade: Removed
897         * data/evince-properties.glade: Removed
898         * properties/ev-properties-view.c:
899         (ev_properties_view_class_init), (set_property),
900         (ev_properties_view_set_info), (ev_properties_view_init):
901         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
902         (font_cell_data_func), (ev_properties_fonts_init):
903
904         Remove Glade dependency.
905         
906 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
907
908         * backend/comics/comics-document.c: (comics_document_load):
909
910         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
911         
912 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * NEWS:
915         * configure.ac:
916
917         Update for release 2.25.2
918         
919 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
920
921         * configure.ac:
922         * shell/Makefile.am:
923         * shell/ev-keyring.[ch]:
924         * shell/ev-password.[ch]: Removed
925         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
926         (ev_password_view_class_init), (ev_password_view_clicked_cb),
927         (ev_password_view_init), (ev_password_view_set_uri),
928         (ev_password_dialog_got_response),
929         (ev_password_dialog_remember_button_toggled),
930         (ev_password_dialog_entry_changed_cb),
931         (ev_password_dialog_entry_activated_cb),
932         (ev_password_view_ask_password), (ev_password_view_get_password),
933         (ev_password_view_get_password_save_flags),
934         (ev_password_view_new):
935         * shell/ev-window.c: (ev_window_password_view_unlock),
936         (ev_window_load_job_cb), (ev_window_close_dialogs),
937         (ev_window_init):
938
939         Rework the password view. When the password is in the keyring it's
940         used automatically without showing the password dialog and it's  
941         only stored in the keyring when we are sure it's correct. The
942         password dialog has been reworked too, in order to make it
943         more hig compliant and consistent with the GTK+ dialog used in
944         gtkmountoperation. Fixes bug #562496. 
945         
946 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
947
948         * backend/comics/comics-document.c: (comics_document_load):
949
950         Do not trust file extensions when getting the command needed to
951         uncompress comic documents. Fixes bug #562143.
952         
953 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
954
955         * libdocument/ev-document-factory.c: (get_document_from_uri),
956         (ev_document_factory_get_document):
957         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
958         (get_mime_type_from_data), (ev_file_get_mime_type):
959
960         Move mime-type functions from document-facrory to file-helpers so
961         that it can be reused.
962         
963 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
964
965         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
966         (window_open_file_copy_ready_cb), (ev_window_reload_local),
967         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
968         (ev_window_reload_remote), (ev_window_reload_document):
969
970         Add support for reloading remote documents. Fixes bug #555399.
971         
972 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * shell/ev-view.c: (ev_view_find_previous):
975
976         Make sure find_result is never < 0 which causes a crash while
977         searching. Fixes bug #558377.
978         
979 2008-11-19  Marek Kašík <mkasik@redhat.com>
980
981         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
982         (ev_pixbuf_cache_get_selection_surface):
983         
984         Fixes crash on fast scrolling with simultaneous text selection.
985
986 2008-11-19  Marek Kašík <mkasik@redhat.com>
987
988         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
989         * shell/ev-window.c (launch_external_uri):
990         
991         Fixes assertion fail on selecting text. See bug #561393.
992
993 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
994
995         * shell/Makefile.am:
996         * shell/ev-jobs.[ch]: (ev_job_layers_init),
997         (ev_job_layers_dispose), (ev_job_layers_run),
998         (ev_job_layers_class_init), (ev_job_layers_new):
999         * shell/ev-sidebar-layers.[ch]:
1000         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1001         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1002         (ev_view_reload_page), (ev_view_reload):
1003         * shell/ev-window.c: (setup_sidebar_from_metadata),
1004         (ev_window_sidebar_current_page_changed_cb),
1005         (sidebar_layers_visibility_changed), (ev_window_init):
1006
1007         Add layers support.
1008         
1009 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1010
1011         * data/icons/22x22/actions/Makefile.am:
1012         * data/icons/22x22/actions/eye.png:
1013         * shell/ev-stock-icons.[ch]:
1014         
1015         Add eye icon from gimp to hide/show layers.
1016         
1017 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1018
1019         * configure.ac:
1020         * cut-n-paste/Makefile.am:
1021         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1022         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1023         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1024
1025         Add GimpCellRendererToggle from gimp slightly modified to fit our
1026         needs. 
1027         
1028 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * configure.ac:
1031         * backend/pdf/ev-poppler.cc:
1032
1033         Implement layers interface in PDF backend.
1034         
1035 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * libdocument/Makefile.am:
1038         * libdocument/ev-document-layers.[ch]:
1039         * libdocument/ev-layer.[ch]:
1040
1041         Add optional content (layers) interface.
1042         
1043 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1044
1045         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1046         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1047
1048         Removes unused code.
1049
1050 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1051
1052         * NEWS:
1053         * configure.ac:
1054
1055         Update for 2.25.1 release
1056
1057 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1058
1059         * shell/ev-window.c:
1060
1061         Fix build with GTK+ < 2.14
1062
1063 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1064
1065         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1066         
1067         Makes menu label translatable. Fixes bug #559129.
1068
1069 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1070
1071         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1072         (t1_transform_font):
1073         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1074         
1075         More renames of warning to mdvi_warning in follow up to the
1076         fix of the bug #553369. Fix for the bug #559257 by
1077         Tuxce <tuxce.net@gmail.com>.
1078         
1079 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1080
1081         * shell/ev-application.c: (ev_application_init_session):
1082         * shell/main.c: (main):
1083
1084         Move the egg_set_desktop_file() call to main and remove
1085         gtk_window_set_default_icon_name() since it's already called by
1086         egg_set_desktop_file()
1087         
1088 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1091
1092         Initialize GError to NULL.
1093         
1094 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1097         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1098         (ev_window_preview_print_finished), (launch_action):
1099
1100         Do not use popup dialogs to show error messages anymore, use the
1101         message area instead.
1102         
1103 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1104
1105         * shell/ev-window.c: (ev_window_error_message),
1106         (ev_window_warning_message), (ev_window_set_document),
1107         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1108         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1109         (ev_window_cmd_help_contents), (launch_external_uri),
1110         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1111         (ev_attachment_popup_cmd_open_attachment),
1112         (attachment_save_dialog_response_cb):
1113
1114         Use a message format (with printf()-style) in
1115         ev_window_error_message and ev_window_warning_message.
1116
1117 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1118
1119         * shell/ev-window.c: (ev_window_error_message),
1120         (ev_window_warning_message), (ev_window_set_document),
1121         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1122         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1123         (ev_window_cmd_help_contents), (launch_external_uri),
1124         (image_save_dialog_response_cb),
1125         (ev_attachment_popup_cmd_open_attachment),
1126         (attachment_save_dialog_response_cb):
1127
1128         Change ev_window_error_message and ev_window_warning_message to
1129         receive a EvWindow instead of a GtkWindow. It's more consistent
1130         and avoids unneeded casts.
1131         
1132 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1133
1134         * shell/ev-window.c: (ev_window_cmd_help_contents):
1135
1136         Use gtk_show_uri() when availale to display help contents.
1137         
1138 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1139
1140         * configure.ac:
1141         * backend/pdf/ev-poppler.cc:
1142         * properties/ev-properties-view.c:
1143         * shell/Makefile.am:
1144         * shell/ev-tooltip.[ch]: Removed
1145         * shell/ev-view-private.h
1146         * shell/eggfindbar.c:
1147         * shell/ev-application.c:
1148         * shell/ev-open-recent-action.c:
1149         * shell/ev-sidebar-thumbnails.c:
1150         * shell/ev-view.c:
1151         * shell/ev-window.c:
1152
1153         Bump GTK+ requirement to 2.12.
1154         
1155 2008-10-27 Christian Persch <chpe@gnome.org>
1156
1157         * backend/djvu/djvu-document.c
1158         * backend/dvi/cairo-device.c
1159         * cut-n-paste/evmountoperation/ev-mount-operation.h
1160         * cut-n-paste/gedit-message-area/gedit-message-area.h
1161         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1162         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1163         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1164         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1165         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1166         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1167         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1168         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1169         * cut-n-paste/zoom-control/ephy-zoom-action.c
1170         * cut-n-paste/zoom-control/ephy-zoom-action.h
1171         * cut-n-paste/zoom-control/ephy-zoom-control.c
1172         * cut-n-paste/zoom-control/ephy-zoom-control.h
1173         * libdocument/ev-async-renderer.h
1174         * libdocument/ev-document-factory.c
1175         * libdocument/ev-document-misc.h
1176         * libdocument/ev-image.h
1177         * libdocument/ev-selection.h
1178         * shell/ev-properties-fonts.h
1179         * shell/ev-stock-icons.h
1180         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1181         directly. Bug #558064.
1182
1183 2008-10-27 Christian Persch <chpe@gnome.org>
1184
1185         * cut-and-paste/smclient/*: Update from libegg.
1186
1187 2008-10-27 Christian Persch <chpe@gnome.org>
1188
1189         * backend/djvu/djvu-document.c
1190         * backend/ps/ev-spectre.c
1191         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1192
1193 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1194
1195         * shell/ev-view.c (ev_view_change_page),
1196         (ev_view_transition_animation_finish),
1197         (ev_view_transition_animation_cancel), (page_changed_cb),
1198         (ev_view_set_presentation), (ev_view_next_page),
1199         (ev_view_previous_page):
1200         
1201         Cancel the animation without scheduling transition start
1202         and proceed to the next page to fix bug #516749.
1203
1204 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1205
1206         * NEWS:
1207         * configure.ac:
1208
1209         Update for release 2.24.1
1210         
1211 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1212
1213         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1214
1215         Disable toggle function of F5 when in presentation mode. Patch by
1216         Dave Neary. Fixes bug #556162.
1217         
1218 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1219
1220         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1221         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1222         (ev_sidebar_thumbnails_fill_model),
1223         (ev_sidebar_thumbnails_refresh),
1224         (ev_sidebar_thumbnails_set_document):
1225
1226         Instead of using only one loading icon for thumbnails based on the
1227         size of the first page, create an icon for every different page
1228         size. Fixes bug #556264.
1229         
1230 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1233
1234         Fix memory leak.
1235         
1236 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1237
1238         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1239
1240         Removes bad prefixes from window title. Patch by 
1241         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1242         
1243 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1244
1245         * shell/ev-window.c: (launch_external_uri):
1246
1247         Do not consider mailto links as http uris. Fixes bug #555801.
1248         
1249 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1250
1251         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1252
1253         Fix memory leak. Fixes bug #555134.
1254         
1255 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1258
1259         Emit the job finished signal when the job is handled before the
1260         page_ready callback.
1261         
1262 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * shell/ev-window.c: (launch_action):
1265
1266         Use GdkAppLaunchContext when available to launch external
1267         applications.
1268         
1269 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * shell/ev-window.c: (launch_action):
1272
1273         Fix launching external applications for launch actions which seems
1274         to be broken since the gio port. Fixes bug #554500.
1275         
1276 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1277
1278         * backend/dvi/Makefile.am:
1279         * backend/dvi/cairo-device.c:
1280         * backend/dvi/dvi-document.c:
1281         * backend/dvi/mdvi-lib/Makefile.am:
1282
1283         Fix several compile warnings in the dvi backend.
1284         
1285 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * backend/dvi/mdvi-lib/common.h:
1288         * backend/dvi/mdvi-lib/dviread.c:
1289         * backend/dvi/mdvi-lib/font.c:
1290         * backend/dvi/mdvi-lib/fontmap.c:
1291         * backend/dvi/mdvi-lib/fontsrch.c:
1292         * backend/dvi/mdvi-lib/gf.c:
1293         * backend/dvi/mdvi-lib/pagesel.c:
1294         * backend/dvi/mdvi-lib/pk.c:
1295         * backend/dvi/mdvi-lib/sp-epsf.c:
1296         * backend/dvi/mdvi-lib/special.c:
1297         * backend/dvi/mdvi-lib/tfm.c:
1298         * backend/dvi/mdvi-lib/tfmfile.c:
1299         * backend/dvi/mdvi-lib/util.c:
1300         * backend/dvi/mdvi-lib/vf.c:
1301
1302         Rename error as mdvi_error to avoid symbol conflicts with the libc
1303         error. Rename also message, crash, fatal and warning for
1304         consistency. Fixes bug #553369.
1305         
1306 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1307
1308         * backend/dvi/dvi-document.c: (dvi_document_load):
1309
1310         Fix memory leak.
1311         
1312 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1313
1314         * backend/dvi/dvi-document.c:
1315
1316         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1317         G_IMPLEMENT_INTERFACE.
1318         
1319 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1320
1321         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1322
1323         Make sure copy_job_page_and_selection_to_job_info is always called
1324         before copy_job_to_job_info. Fixes bug #552382.
1325         
1326 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1327
1328         * NEWS:
1329         * configure.ac:
1330
1331         Update for release 2.24.0
1332         
1333 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * shell/ev-window.c: (launch_external_uri):
1336
1337         Use GdkAppLaunchContext when available to launch external uris.
1338         
1339 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1340
1341         * shell/ev-window.c: (launch_external_uri):
1342
1343         Use the message area to show errors when lauching external uris
1344         instead of a popup window.
1345         
1346 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1347
1348         * shell/ev-window.c: (launch_external_uri):
1349
1350         Assume invalid uris are http uris. Fixes bug #552071.
1351         
1352 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1353
1354         * NEWS:
1355         * configure.ac:
1356
1357         Update for release 2.23.92.
1358         
1359 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * shell/eggfindbar.c: (egg_find_bar_class_init):
1362
1363         Allow page scrolling with PageUp/PageDown keys when find bar is
1364         active. Fixes bug #529833.
1365         
1366 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * shell/ev-view-private.h:
1369         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1370         (ev_view_scroll), (ev_view_class_init):
1371         * shell/ev-view-accessible.c:
1372         (ev_view_accessible_action_do_action):
1373         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1374         (ev_window_cmd_scroll_backward):
1375
1376         Use GtkScrollType instead of EvScrollType.
1377         
1378 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1379
1380         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1381         
1382         Patch for case unsensitive page label match by Michael Lee.
1383         See bug #550136.
1384         
1385         * shell/ev-page-action.c (create_tool_item):    
1386         * test/Makefile.am:
1387         * test/test1.py:
1388         * test/test4.py:
1389         * test/test5.py:
1390         
1391         Added test for the above and updated other tests.
1392
1393 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * shell/ev-window.c: (image_save_dialog_response_cb):
1396
1397         Do not append the file extension twice when saving an image.
1398         
1399 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1400
1401         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1402
1403         Remove an invalid ifdef.
1404         
1405 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1406
1407         * shell/ev-view.c: (ev_view_motion_notify_event):
1408
1409         Make sure the cursor is correctly restored after showing the right
1410         click menu.
1411         
1412 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1415         (ev_attachment_open):
1416         * shell/ev-sidebar-attachments.c:
1417         (ev_sidebar_attachments_button_press):
1418         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1419
1420         Use GdkAppLaunchContext when available to open attachments.
1421         
1422 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1423
1424         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1425
1426         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1427         by Eric Piel.
1428         
1429 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1430
1431         * shell/ev-application.c: (ev_application_get_media_keys):
1432         * shell/ev-media-player-keys.[ch]:
1433         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1434         (ev_media_player_keys_grab_keys),
1435         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1436         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1437         * shell/ev-window.[ch]: (ev_window_dispose),
1438         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1439         (ev_window_init):
1440
1441         Clean up the media player keys stuff.
1442         
1443 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * NEWS:
1446         * configure.ac:
1447
1448         Update for release 2.23.91.
1449         
1450 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1451
1452         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1453         (sm_client_xsmp_set_initial_properties):
1454
1455         Fix memory leak.
1456         
1457 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1458
1459         * shell/ev-application.c: (ev_application_open_window),
1460         (ev_application_open_uri_at_dest):
1461
1462         Make sure evince starts up in the right workspace when resuming a
1463         previous session.
1464         
1465 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * shell/ev-application.[ch]: (ev_application_open_window),
1468         (ev_application_add_icon_path_for_screen),
1469         (ev_application_open_uri_at_dest):
1470
1471         Fix window manager warnings shown in ~/.xsession-errors
1472         
1473 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * configure.ac:
1476         * cut-n-paste/Makefile.am:
1477         * cut-n-paste/smclient/Makefile.am:
1478         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1479         * cut-n-paste/smclient/eggsmclient-private.h:
1480         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1481         * cut-n-paste/smclient/eggsmclient.[ch]:
1482
1483         EggSMClient copied from libegg
1484
1485         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1486         * shell/Makefile.am:
1487         * shell/ev-application.[ch]: (ev_application_load_session),
1488         (smclient_save_state_cb), (smclient_quit_cb),
1489         (ev_application_init_session), (ev_application_shutdown),
1490         (ev_application_init):
1491         * shell/main.c: (main):
1492
1493         Use EggSMClient instead of gnome-client and remove libgnome and
1494         libgnomeui dependencies.
1495         
1496 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1497
1498         * shell/main.c: (main):
1499
1500         Remove gnome_authentication_manager_init.
1501         
1502 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1503
1504         * shell/ev-view.c: (ev_view_goto_window_create):
1505
1506         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1507         since it's now deprecated.
1508         
1509 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1510
1511         * backend/djvu/Makefile.am:
1512         * backend/djvu/djvu-document-private.h:
1513         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1514         (djvu_document_find_iface_init):
1515         * backend/djvu/djvu-text-page.[ch]:
1516         * backend/djvu/djvu-text.[ch]: Removed
1517         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1518         (pdf_document_find_iface_init):
1519         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1520         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1521         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1522         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1523         (ev_job_find_has_results), (ev_job_find_get_results):
1524         * shell/ev-view-private.h:
1525         * shell/ev-view.[ch]: (ev_view_expose_event),
1526         (highlight_find_results), (ev_view_finalize),
1527         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1528         (ev_view_set_document), (ev_view_find_get_n_results),
1529         (ev_view_find_get_result), (jump_to_find_result),
1530         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1531         (ev_view_find_previous), (ev_view_find_search_changed),
1532         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1533         * shell/ev-window.c: (ev_window_update_actions),
1534         (page_changed_cb), (ev_window_setup_document),
1535         (ev_window_update_find_status_message),
1536         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1537         (ev_window_clear_find_job), (find_bar_close_cb),
1538         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1539         (ev_window_dispose), (ev_window_init):
1540
1541         Rework find interface. The find logic has been moved from backends
1542         to the shell avoiding a lot of duplicated code in the backends and
1543         making easier to implement the find interface in the backends.
1544         
1545 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1546
1547         * backend/pdf/ev-poppler.cc:
1548         (pdf_document_thumbnails_get_dimensions):
1549
1550         Make sure thumbnail size returned by the PDF is actually
1551         valid. Fixes bug #548462.
1552         
1553 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * shell/ev-window.c: (ev_window_setup_document),
1556         (ev_window_set_document), (ev_window_dispose):
1557
1558         Remove the idle function for setting the document up when the
1559         window is destroyed. Fixes bug #549163.
1560         
1561 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1562
1563         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1564         (ev_job_attachments_dispose), (ev_job_attachments_run),
1565         (ev_job_attachments_class_init), (ev_job_attachments_new):
1566         * shell/ev-sidebar-attachments.c:
1567         (ev_sidebar_attachments_set_document):
1568
1569         Add a new job to get the attachments in a thread with the document
1570         lock held. Fixes bug #548653.
1571         
1572 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1573
1574         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1575         (tiff_document_document_iface_init):
1576
1577         Implement document_get_page_label in tiff backend.
1578         
1579 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1580
1581         * backend/tiff/tiff-document.c: (tiff_document_render):
1582
1583         Handle document orientation in tiff backend. Fixes bug #548444.
1584         
1585 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1586
1587         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1588
1589         Do not crash when adjustment page size is 0. Fixes bug #547440.
1590         
1591 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1592
1593         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1594
1595         Sync with current GTK+.
1596         
1597 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1598
1599         * configure.ac:
1600         
1601         Update for release 2.23.6.
1602
1603 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1604
1605         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1606         (ev_job_load_set_password):
1607         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1608         * shell/ev-window.c: (password_dialog_response),
1609         (ev_window_load_job_cb):
1610
1611         Fix loading encrypted documents since I broke it with the jobs
1612         rework.
1613         
1614 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * NEWS:
1617
1618         Update NEWS for 2.23.6 release.
1619         
1620 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1621
1622         * backend/impress/impress-document.c:
1623         * backend/impress/render.h:
1624         * libdocument/ev-document-factory.c:
1625         * libdocument/ev-document-factory.h:
1626         * libdocument/ev-document-links.h:
1627         * libdocument/ev-document-misc.c:
1628         * libdocument/ev-document-misc.h:
1629         * properties/ev-properties-main.c:
1630         * properties/ev-properties-view.c:
1631         * properties/ev-properties-view.h:
1632         * shell/eggfindbar.c:
1633         * shell/eggfindbar.h:
1634         * shell/ev-application.c:
1635         * shell/ev-application.h:
1636         * shell/ev-jobs.h:
1637         * shell/ev-message-area.h:
1638         * shell/ev-navigation-action.c:
1639         * shell/ev-navigation-action.h:
1640         * shell/ev-open-recent-action.c:
1641         * shell/ev-open-recent-action.h:
1642         * shell/ev-page-action-widget.c:
1643         * shell/ev-page-action.c:
1644         * shell/ev-page-action.h:
1645         * shell/ev-page-cache.h:
1646         * shell/ev-password-view.h:
1647         * shell/ev-password.h:
1648         * shell/ev-pixbuf-cache.h:
1649         * shell/ev-properties-fonts.c:
1650         * shell/ev-sidebar-attachments.c:
1651         * shell/ev-sidebar-links.c:
1652         * shell/ev-sidebar-links.h:
1653         * shell/ev-sidebar-thumbnails.c:
1654         * shell/ev-sidebar-thumbnails.h:
1655         * shell/ev-sidebar.c:
1656         * shell/ev-sidebar.h:
1657         * shell/ev-stock-icons.c:
1658         * shell/ev-tooltip.h:
1659         * shell/ev-view.c:
1660         * shell/ev-view.h:
1661         * shell/ev-window.c:
1662         * shell/ev-window.h:
1663         * shell/main.c:
1664
1665         More #include cleanups. Again: reordering, single gtk.h
1666         includes and other stuff.
1667
1668 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1669
1670         * shell/eggfindbar.c:
1671         * shell/ev-application.c:
1672         * shell/ev-message-area.c:
1673         * shell/ev-navigation-action.c:
1674         * shell/ev-open-recent-action.c:
1675         * shell/ev-page-action-widget.c:
1676         * shell/ev-page-action.c:
1677         * shell/ev-password-view.c:
1678         * shell/ev-properties-dialog.c:
1679         * shell/ev-properties-fonts.c:
1680         * shell/ev-sidebar-attachments.c:
1681         * shell/ev-sidebar-page.c:
1682         * shell/ev-sidebar-thumbnails.c:
1683         * shell/ev-stock-icons.c:
1684         * shell/ev-tooltip.c:
1685         * shell/ev-view.c:
1686         * shell/ev-window.c:
1687         * shell/main.c:
1688
1689         Cleanup many #include statements: reorder so that a
1690         generic-to-specific order is used, use single gtk.h
1691         includes, and some other cleanups.
1692
1693 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * shell/ev-jobs.h:
1696
1697         Add gio header.
1698         
1699 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1700
1701         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1702         (ev_document_fc_mutex_trylock):
1703         * shell/Makefile.am:
1704         * shell/ev-job-queue.[ch]:
1705         * shell/ev-job-scheduler.[ch]:
1706         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1707         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1708         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1709         (ev_job_failed_from_error), (ev_job_succeeded),
1710         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1711         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1712         (ev_job_links_class_init), (ev_job_render_init),
1713         (notify_page_ready), (ev_job_render_page_ready),
1714         (ev_job_render_run), (ev_job_render_class_init),
1715         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1716         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1717         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1718         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1719         (ev_job_save_dispose), (ev_job_save_run),
1720         (ev_job_save_class_init), (ev_job_print_init),
1721         (ev_job_print_dispose), (ev_job_print_run),
1722         (ev_job_print_class_init):
1723         * shell/ev-page-cache.c:
1724         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1725         (check_job_size_and_unref), (move_one_job),
1726         (copy_job_to_job_info), (add_job),
1727         (ev_pixbuf_cache_add_jobs_if_needed):
1728         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1729         (job_fonts_finished_cb), (job_fonts_updated_cb),
1730         (ev_properties_fonts_set_document):
1731         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1732         (ev_sidebar_links_set_document):
1733         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1734         (ev_sidebar_thumbnails_set_document),
1735         (ev_sidebar_thumbnails_clear_job):
1736         * shell/ev-view-private.h:
1737         * shell/ev-view.c:
1738         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1739         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1740         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1741         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1742         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1743         (ev_window_reload_document), (ev_window_clear_save_job),
1744         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1745         (ev_window_clear_print_job), (ev_window_print_job_cb),
1746         (ev_window_print_dialog_response_cb):
1747         * shell/main.c: (main):
1748
1749         Rework the jobs system in order to make it simpler and more
1750         extensible. It allows to run jobs in the main loop instead of
1751         using a thread when it's appropriate like the fonts job. Now it's
1752         also possible to cancel jobs that are currently running. 
1753         
1754 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1755
1756         * libdocument/ev-debug.c: (profile_init):
1757
1758         Create the hash table also when profiling service is enabled for
1759         all sections.
1760         
1761 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1762
1763         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1764         (ev_profiler_stop):
1765         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1766         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1767         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1768         (ev_job_print_run):
1769         * shell/main.c: (main):
1770
1771         Add a profile mode available when debug is enabled. Add profilers
1772         in ev-jobs.
1773         
1774 2008-07-23  Götz Waschk <waschk@mandriva.org>
1775
1776         * configure.ac: Correctly build desktop file. Fixes
1777         bug #544237.
1778
1779 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1780
1781         * configure.ac:
1782         
1783         Update for release 2.23.5.
1784
1785 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1786
1787         * NEWS:
1788
1789         Update NEWS for 2.23.5 release.
1790         
1791 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * shell/ev-window.c: (ev_window_state_event),
1794         (ev_window_class_init):
1795
1796         Intercept window manager's fullscreen request in order to run/stop
1797         fullscreen mode. Fixes bug #493541.
1798         
1799 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1800
1801         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1802
1803         Restart the job search when the find bar is opened for the second
1804         time. Fixes bug #531956.
1805         
1806 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1807
1808         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1809         (get_document_from_uri):
1810
1811         Make sure we always return a valid error struct when
1812         get_document_from_uri fails. Fixes nautilus crash, see bug
1813         #542548.
1814         
1815 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1816
1817         * libdocument/ev-transition-effect.c
1818         (ev_transition_effect_type_get_type),
1819         (ev_transition_effect_alignment_get_type),
1820         (ev_transition_effect_direction_get_type):
1821         
1822         Fixes bug #542924. Makes enums static to fix Solaris build.
1823
1824 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1825
1826         * shell/ev-view.c: (ev_view_key_press_event):
1827
1828         Add '.' keybinding for blanking the screen in presentation
1829         mode. Fixes bug #542001.
1830         
1831 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1832
1833         * libdocument/ev-document-misc.c:
1834         (ev_document_misc_pixbuf_from_surface):
1835
1836         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1837         #540950.
1838         
1839 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1840
1841         * backend/comics/comics-document.c (comics_document_load):
1842         * backend/comics/comicsdocument.evince-backend.in:
1843         * configure.ac:
1844         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1845         
1846         Added support for 7-zip based cb7 comic book. Patch by
1847         Kartik Rustagi. Fixes bug #532312.
1848
1849 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1850
1851         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1852         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1853         Fixes bug #539972.
1854
1855 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1856
1857         * shell/Makefile.am:
1858         * shell/ev-application.c (ev_application_init),
1859         (ev_application_get_media_keys):
1860         * shell/ev-application.h:
1861         * shell/ev-marshal.list:
1862         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1863         (proxy_destroy), (on_media_player_key_pressed),
1864         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1865         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1866         * shell/ev-media-player-keys.h:
1867         * shell/ev-window.c (ev_window_go_previous_page),
1868         (ev_window_go_next_page), (ev_window_go_first_page),
1869         (ev_window_go_last_page), (ev_window_start_presentation),
1870         (ev_window_dispose), (view_actions_focus_in_cb):
1871         * shell/ev-window.h: When building with D-Bus support, listen
1872         for multimedia key events from gnome-settings-daemon. This allows
1873         to go to the next/previous/first/last pages using, respectively,
1874         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1875         a presentation. Fixes bug #539971.
1876
1877 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1878
1879         * configure.ac:
1880         
1881         Update for release 2.23.4.
1882
1883 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1884
1885         * NEWS:
1886
1887         Update news for 2.23.4 release.
1888         
1889 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1890
1891         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1892         * shell/ev-sidebar-thumbnails.c:
1893         (ev_sidebar_thumbnails_set_loading_icon),
1894         (ev_sidebar_thumbnails_refresh):
1895         * shell/ev-window.c: (ev_window_error_message),
1896         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1897         (ev_window_set_document):
1898
1899         Do not crash opening documents with no pages and show a warning
1900         message in the message area. Fixes bugs #537574 and #171588.
1901         
1902 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * shell/Makefile.am:
1905         * shell/ev-file-monitor.[ch]:
1906         * shell/ev-window.c: (ev_window_document_changed),
1907         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1908         (ev_window_reload_job_cb), (ev_window_open_uri),
1909         (ev_window_reload_document), (ev_window_cmd_view_reload),
1910         (ev_window_dispose):
1911
1912         Automaticly reload the document when the file has changed on
1913         disk. Bug #304249.
1914         
1915 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1916
1917         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1918         * libdocument/ev-image.c: (ev_image_save_tmp):
1919         * libdocument/ev-module.c: (ev_module_load):
1920         * shell/ev-application.c: (ev_application_shutdown),
1921         (ev_application_get_print_settings):
1922         * shell/ev-sidebar-attachments.c:
1923         (ev_sidebar_attachments_button_press),
1924         (ev_sidebar_attachments_drag_data_get):
1925         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1926         (ev_window_print_finished), (ev_window_print_send),
1927         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1928         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1929         (ev_window_cmd_preview_print):
1930         * shell/main.c: (load_files_remote):
1931         Fix some build warnings under GCC 4.3.0. (#537535).
1932
1933 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1934
1935         * shell/ev-jobs.c: (ev_job_render_dispose):
1936
1937         Fix a crash in debug mode. Patch by Daniel M German.
1938         
1939 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1940
1941         * shell/ev-window.c:
1942
1943         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1944         
1945 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * shell/ev-window.c: (ev_window_print_send),
1948         (ev_window_do_preview_print):
1949
1950         Use the window title as print job name instead of just
1951         "evince-print". Fixes bug #534493.
1952         
1953 2008-05-19  Frederic Peters  <fpeters@0d.be>
1954
1955         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1956         Bug #533897.
1957
1958 2008-05-19  Frederic Peters  <fpeters@0d.be>
1959
1960         * help/reference/Makefile.am: added missing libevmountoperation to
1961         gtkdoc-scanobj libraries.  Bug #533896.
1962
1963 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1964
1965         * properties/ev-properties-view.c (get_default_user_units):
1966         Fixes check for default units string translation. Bug #533323.
1967
1968 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1969
1970         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1971         be an iks_free(). Fix an array overflow in the XML parser that
1972         would occur whenever the number of attributes in a tag was greater
1973         than 0 and divisible by 6. Fixes GNOME bug #530852.
1974
1975 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1976
1977         * backend/djvu/djvu-document-private.h:
1978         * backend/djvu/djvu-links.c:
1979         * backend/djvu/djvu-text.c:
1980         * backend/djvu/djvu-document.c: (djvu_handle_events),
1981         (djvu_wait_for_message), (djvu_document_load),
1982         (document_get_page_size), (djvu_document_render),
1983         (djvu_document_thumbnails_get_thumbnail),
1984         (djvu_document_file_exporter_end):
1985
1986         Make sure load job doesn't finish successfully when the document
1987         is not successfully decoded by libdjvu. Fixes bug #530202.
1988         
1989 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1990
1991         * configure.ac:
1992         * libdocument/Makefile.am:
1993         * libdocument/ev-debug.[ch]:
1994         * libdocument/ev-document.c:
1995         * shell/ev-jobs.c: (ev_job_links_dispose),
1996         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1997         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1998         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1999         (ev_job_render_page_ready), (ev_job_render_run),
2000         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2001         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2002         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2003         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2004         (ev_job_print_new), (ev_job_print_run):
2005         * shell/main.c: (main):
2006
2007         Add debug mode based on gedit code. Add debug messages in
2008         ev-jobs.
2009         
2010 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * libdocument/ev-document-factory.c: (get_document_from_uri):
2013
2014         Fix memory leak.
2015         
2016 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2017
2018         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2019         (get_mime_type_from_data), (get_document_from_uri),
2020         (ev_document_factory_get_document):
2021         
2022         Improved error message about file opening failture.
2023         Bug #529129.
2024
2025 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2026
2027         * data/evince-toolbar.xml:
2028         
2029         Allow to add SaveAs to toolbar.
2030
2031 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2032
2033         * shell/ev-view-private.h:
2034         * shell/ev-view.[ch]: (ev_view_button_release_event),
2035         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2036         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2037         (ev_view_update_primary_selection), (clear_link_selected),
2038         (ev_view_copy_link_address):
2039         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2040
2041         Update also the primary selection when copying a link
2042         address. Fixes bug #520855.
2043         
2044 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2045
2046         * libdocument/ev-document-factory.c: (get_document_from_uri):
2047
2048         Use the pixbuf backend only when the mime type is not supported by
2049         any of the other backend so that tiff documents, for instance, are
2050         handled by the tiff backend instead of the pixbuf backend. fixes
2051         bug #520290.
2052         
2053 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2054
2055         * cut-n-paste/Makefile.am:
2056
2057         Add evmountoperation to subdirs list.
2058         
2059 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2060
2061         * configure.ac:
2062
2063         Fix libspectre check in configure script. Fixes bug #528549.
2064         
2065 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2066
2067         * configure.ac:
2068         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2069         * shell/Makefile.am:
2070         * shell/ev-window.c: (ev_window_load_remote_failed),
2071         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2072
2073         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2074         open documents in remote locations that are not mounted.
2075         
2076 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2077
2078         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2079         (bitmap_convert_msb8):
2080         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2081         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2082
2083         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2084         
2085 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2086
2087         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2088         (ev_job_render_new), (ev_job_render_set_selection_info),
2089         (ev_job_render_run):
2090         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2091         (check_job_size_and_unref),
2092         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2093         (add_job), (ev_pixbuf_cache_get_selection_surface):
2094
2095         Create the render context needed for rendering a page in the render
2096         thread so that we don't block the main thread. Simplify
2097         EvJobRender API.
2098         
2099 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2100
2101         * libdocument/Makefile.am:
2102         * libdocument/ev-page.[ch]:
2103         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2104         (ev_render_context_new), (ev_render_context_set_page):
2105         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2106         (ev_form_field_finalize), (ev_form_field_class_init):
2107         * libdocument/ev-document-forms.[ch]:
2108         (ev_document_forms_get_form_fields):
2109         * libdocument/ev-document.[ch]: (ev_document_get_page),
2110         (ev_document_get_page_size), (ev_document_get_page_label):
2111         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2112         (ev_job_render_run), (ev_job_thumbnail_new),
2113         (ev_job_thumbnail_run), (ev_job_print_run):
2114         * shell/ev-page-cache.c: (ev_page_cache_new):
2115         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2116         (check_job_size_and_unref), (add_job):
2117         * shell/ev-sidebar-thumbnails.c: (add_range):
2118         * shell/ev-view.c: (ev_view_form_field_get_region),
2119         (ev_view_form_field_button_create_widget),
2120         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2121         (ev_view_handle_form_field), (ev_view_size_allocate),
2122         (get_selected_text):
2123         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2124         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2125         (pdf_document_get_page), (pdf_document_get_page_label),
2126         (pdf_document_render), (pdf_document_get_info),
2127         (pdf_document_document_iface_init),
2128         (pdf_document_thumbnails_get_thumbnail),
2129         (pdf_document_thumbnails_get_dimensions),
2130         (pdf_document_file_exporter_do_page),
2131         (pdf_selection_render_selection),
2132         (pdf_selection_get_selected_text),
2133         (pdf_selection_get_selection_region),
2134         (pdf_selection_get_selection_map),
2135         (pdf_document_forms_get_form_fields),
2136         (pdf_document_forms_form_field_text_get_text),
2137         (pdf_document_forms_form_field_text_set_text),
2138         (pdf_document_forms_form_field_button_set_state),
2139         (pdf_document_forms_form_field_button_get_state),
2140         (pdf_document_forms_form_field_choice_get_item),
2141         (pdf_document_forms_form_field_choice_get_n_items),
2142         (pdf_document_forms_form_field_choice_is_item_selected),
2143         (pdf_document_forms_form_field_choice_select_item),
2144         (pdf_document_forms_form_field_choice_toggle_item),
2145         (pdf_document_forms_form_field_choice_unselect_all),
2146         (pdf_document_forms_form_field_choice_set_text),
2147         (pdf_document_forms_form_field_choice_get_text):
2148         * backend/ps/ev-spectre.c: (ps_document_get_page),
2149         (ps_document_get_page_size), (ps_document_get_page_label),
2150         (ps_document_render), (ps_document_document_iface_init),
2151         (ps_document_file_exporter_do_page):
2152         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2153         (tiff_document_render), (tiff_document_render_pixbuf),
2154         (tiff_document_file_exporter_do_page):
2155         * backend/pixbuf/pixbuf-document.c:
2156         (pixbuf_document_get_page_size):
2157         * backend/comics/comics-document.c:
2158         (comics_document_get_page_size), (comics_document_render_pixbuf):
2159         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2160         (djvu_document_render), (djvu_selection_get_selected_text),
2161         (djvu_document_thumbnails_get_thumbnail),
2162         (djvu_document_file_exporter_do_page),
2163         (djvu_document_find_get_result):
2164         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2165         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2166         (dvi_document_thumbnails_get_thumbnail),
2167         (dvi_document_file_exporter_do_page):
2168         * backend/impress/impress-document.c:
2169         (impress_document_get_page_size),
2170         (impress_document_render_pixbuf):
2171         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2172
2173         Add EvPage so that we can hold a reference to the backend
2174         page. Form fields keep now a reference to the poppler page
2175         improving performance since we don't have to create/destroy the
2176         poppler field for every form operation. This will be needed for
2177         annotations too.
2178         
2179 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * data/evince-ui.xml:
2182         * shell/ev-window.c:
2183
2184         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2185         
2186 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2187
2188         * configure.ac:
2189         * backend/ps/Makefile.am:
2190
2191         Remove gs stuff from ps backend.
2192         
2193 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2194
2195         * configure.ac:
2196         * backend/pdf/ev-poppler.cc:
2197
2198         Bump poppler requirement to 0.8.0.
2199         
2200 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2201
2202         * NEWS:
2203         * configure.ac:
2204
2205         Update for release 2.22.1.1
2206
2207 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2208
2209         * configure.ac:
2210
2211         Fix build (again) when poppler version is 0.6
2212         
2213 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2214
2215         * backend/djvu/djvu-links.c: (build_tree):
2216
2217         Make sure link title is a valid utf8 string. Fixes bug #526517.
2218         
2219 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2220
2221         * configure.ac:
2222
2223         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2224         #526799.
2225         
2226 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2227
2228         * configure.ac:
2229         
2230         Update for release 2.22.1.
2231
2232 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2233
2234         * NEWS:
2235
2236         Update for upcoming release.
2237
2238 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * configure.ac:
2241         * backend/dvi/dvidocument.evince-backend.in:
2242
2243         Add compressed dvi to the list of supported mime types. Patch by
2244         Ed Catmur. Fixes bug #307087.
2245
2246 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2249
2250         Fix a crash when printing a range that doesn't specify the start or
2251         end page. Fixes bug #524288.
2252
2253 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2254
2255         * shell/ev-window.c: (ev_window_cmd_continuous),
2256         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2257         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2258         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2259         (ev_window_run_presentation), (ev_window_stop_presentation),
2260         (ev_window_cmd_view_presentation),
2261         (ev_window_cmd_leave_fullscreen),
2262         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2263
2264         Do not unfullscreen and fullscreen again the window when changing
2265         from fullscreen to presentation mode and vice versa. Fixes bug
2266         #524112.
2267         
2268 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2269
2270         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2271
2272         Do not crash when thumbnail failed to render in PS backend. Fixes
2273         bug #525015.
2274         
2275 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2276
2277         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2278         (ev_window_load_file_remote), (ev_window_open_uri):
2279
2280         Handle errors when opening remote files.
2281         
2282 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2283
2284         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2285
2286         Only grab the focus for the current visible proxy widget. Fixes
2287         bug #521224.
2288         
2289 2008-03-30  Emil Soleyman  <emil@nishra.com>
2290
2291         * shell/ev-window.c: (launch_external_uri):
2292         
2293         Reuse g_app_info_launch_default_for_uri to
2294         save some code and fix bug #525009.
2295
2296 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2297
2298         * shell/ev-window.c (image_save_dialog_response_cb):
2299
2300         Use g_str_has_suffix. See bug #523069.
2301
2302 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2303
2304         * configure.ac:
2305
2306         Add a configure option to enable/diable DBus. Patch by Rémi
2307         Cardona. Fixes bug 521797.
2308
2309 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2312
2313         Fix printing in documents with rotated pages. Patch by Eugen
2314         Dedu. Fixes bug #512648.
2315         
2316 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2317
2318         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2319         (ev_link_from_action):
2320
2321         Fix warning messages.
2322         
2323 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2324
2325         * shell/ev-window.c: (image_save_dialog_response_cb):
2326
2327         Do not append the extension to filename when saving an image
2328         if the filename alredy contains the extension. Fixes bug #523069.
2329         
2330 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2331
2332         * shell/ev-view.[ch]: (ev_view_find_cancel):
2333         * shell/ev-window.c: (find_bar_close_cb):
2334
2335         Cancel the find operation when the find bar is closed. Fixes bug
2336         #508845.
2337         
2338 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2339
2340         * backend/ps/psdocument.evince-backend.in:
2341
2342         Make ps backend module resident. Fixes bug #520607.
2343         
2344 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2345
2346         * shell/ev-jobs.c: (ev_job_print_run):
2347
2348         Invert collate action in order to work as expected, fix reverse
2349         printing so that it doesn't start with a blank page and fix number
2350         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2351         
2352 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2355
2356         Fix build with poppler <= 0.7.2
2357         
2358 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2359
2360         * libdocument/ev-document-misc.c:
2361         (ev_document_misc_surface_from_pixbuf):
2362
2363         Fix selections with poppler-splash.
2364         
2365 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2366
2367         * configure.ac:
2368         * backend/pdf/ev-poppler.cc:
2369
2370         Fix build with poppler >= 0.7.2
2371         
2372 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2373
2374         * configure.ac:
2375         
2376         Update for release 2.22.0
2377
2378 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2379
2380         * NEWS:
2381
2382         Update for upcoming release.
2383
2384 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2385
2386         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2387
2388         Bug 495107 – Handle print dialog responses correctly
2389
2390         Correctly handle print dialog response. Properly fixes
2391         the above mentioned bug.
2392
2393 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2394
2395         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2396
2397         Make sure print job is only run when the print button is
2398         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2399         
2400 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * backend/pdf/pdfdocument.evince-backend.in:
2403         * libdocument/ev-backends-manager.c:
2404         (ev_backends_manager_load_backend),
2405         (ev_backends_manager_get_document):
2406         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2407
2408         Allow making backend modules resident. This is needed only for
2409         some backends like pdf to avoid registering glib types more than
2410         once.
2411         
2412 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2413
2414         * backend/comics/comics-document.c:
2415         * backend/djvu/djvu-document.c:
2416         * backend/impress/impress-document.c:
2417         * backend/pdf/ev-poppler.cc:
2418         * backend/pixbuf/pixbuf-document.c:
2419         * backend/ps/ev-spectre.c:
2420         * backend/ps/ps-document.c:
2421         * backend/tiff/tiff-document.c:
2422         * libdocument/ev-document.h:
2423         * properties/ev-properties-main.c:
2424
2425         Use g_type_module_add_interface instead of
2426         g_type_add_interface_static. Fixes bug #519679.
2427         
2428 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2429
2430         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2431         Added. Returns whether the animation has everything necessary to run.
2432         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2433         is ready just because it's been created. Fixes #519106.
2434         (draw_one_page): Do not show the "Loading..." text in presentation
2435         mode, there was a slim probability that this could happen.
2436
2437 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2440
2441         Duplicate mime_type string before freeing it so that it doesn't
2442         always fail when getting mime type from uri. Fixes bug #518874.
2443         
2444 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2445
2446         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2447
2448         Fix a crash when a choice form field doesn't have any item
2449         selected. Fixes bug #518831
2450         
2451 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2452
2453         * shell/ev-window.c (ev_window_clear_temp_file):
2454         Use g_file_has_prefix instead of renamed
2455         g_file_contains_file.
2456
2457         * configure.ac:
2458         Require new glib for above change.
2459         
2460 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * libdocument/ev-image.c: (ev_image_finalize),
2463         (ev_image_save_tmp):
2464
2465         Return a real uri instead of a filename when saving an
2466         image. Fixes images drag an drop from evince to nautilus. 
2467         
2468 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2469
2470         * backend/pdf/ev-poppler.cc:
2471         (pdf_document_images_get_image_mapping):
2472
2473         Return the image list in the right order. Fixes bug #516237.
2474         
2475 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2476
2477         * backend/impress/impress-document.c:
2478         (impress_document_thumbnails_get_thumbnail):
2479
2480         Remove unused variable to avoid a compiler warning.
2481
2482 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2483
2484         * configure.ac:
2485         
2486         Update for release 2.21.91.
2487
2488 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2489
2490         * configure.ac:
2491         * shell/Makefile.am:
2492         * shell/ev-application.[ch]:
2493         * shell/ev-sidebar-links.c:
2494         * shell/ev-utils.[ch]:
2495         * shell/ev-window.[ch]:
2496
2497         Remove libgnomeprint support. Fixes bug #512370.
2498         
2499 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2500
2501         * thumbnailer/evince-thumbnailer.c: (main):
2502
2503         Initialize glib type system before using it. Fixes bug #513934.
2504         
2505 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2506
2507         * properties/ev-properties-main.c:
2508
2509         Add missing #include.
2510         
2511 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2512
2513         * configure.ac:
2514         * backend/djvu/djvu-document.c: (djvu_document_render):
2515         * backend/tiff/tiff-document.c: (tiff_document_render):
2516
2517         Use the new cairo function cairo_format_stride_for_width when
2518         available. Fixes bug #482720.
2519
2520 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2521
2522         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2523         (get_mime_type_from_data), (get_document_from_uri):
2524
2525         Use g_content_type_guess() only when slow is true in
2526         get_document_from_uri(). Fix several memory leaks.
2527         
2528 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2529
2530         * libdocument/ev-document-factory.c:
2531         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2532         (get_document_from_uri):
2533
2534         Use g_content_type_guess () to get mimetype for files.
2535         Bug #510401.
2536
2537 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * thumbnailer/Makefile.am:
2540
2541         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2542         
2543 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * configure.ac:
2546
2547         Fix build with --without-libgnome. Fixes bug #512771.
2548         
2549 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2550
2551         * backend/dvi/Makefile.am: Install only dvi
2552         module. Fixes bug #512718.
2553
2554 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2555
2556         * properties/ev-properties-main.c: (nautilus_module_initialize):
2557         
2558         Initialize backends in properties tab. Fixes bug
2559         #512720.
2560
2561 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2562
2563         * properties/Makefile.am: No need to link with 
2564         libraries. Fixes bug #512719.
2565
2566 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2567
2568         * NEWS:
2569         * configure.ac:
2570         
2571         Update for release 2.21.90.
2572
2573 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2574
2575         * shell/ev-window.c: (ev_window_cmd_escape):
2576
2577         Fix compile warning.
2578         
2579 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2580
2581         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2582
2583         Fix printing in dvi backend when filename contains white
2584         espaces. Fixes bug #502839.
2585         
2586 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2587
2588         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2589         (screensaver_disable_x11):
2590         * shell/Makefile.am:
2591         * shell/xdg-user-dir-lookup.c: Removed
2592         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2593         * shell/ev-view.c: (ev_view_presentation_transition_start):
2594         * shell/ev-window.c: (ev_window_cmd_file_open),
2595         (ev_window_cmd_save_as), (presentation_set_timeout):
2596
2597         Remove #ifdefs that are no longer needed.
2598         
2599 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2600
2601         * shell/ev-view.[ch]: (ev_view_button_release_event),
2602         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2603         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2604         (ev_window_cmd_escape):
2605
2606         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2607         
2608 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * configure.ac:
2611         * backend/comics/comics-document.c: (comics_document_load):
2612         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2613         (ev_attachment_set_property), (ev_attachment_init),
2614         (ev_attachment_save), (ev_attachment_launch_app),
2615         (ev_attachment_open):
2616         * libdocument/ev-document-factory.c: (get_document_from_uri):
2617         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2618         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2619         * shell/ev-jobs.c:
2620         * shell/ev-password.c: (ev_password_dialog_set_property),
2621         (ev_password_dialog_save_password):
2622         * shell/ev-sidebar-attachments.c:
2623         (ev_sidebar_attachments_drag_data_get):
2624         * shell/ev-window-title.c: (get_filename_from_uri):
2625         * shell/ev-window.c: (ev_window_clear_temp_file),
2626         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2627         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2628         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2629         (launch_external_uri), (image_save_dialog_response_cb),
2630         (attachment_save_dialog_response_cb):
2631         * shell/main.c: (load_files), (load_files_remote), (main):
2632         * thumbnailer/evince-thumbnailer.c: (main):
2633
2634         Port to gio and drop gnome-vfs dependency. Fixes bug
2635         #510401. Based on patch by Cosimo Cecchi.
2636         
2637 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2638
2639         * NEWS:
2640
2641         Fixed formatting inconsistencies (spaces vs. tabs)
2642
2643 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2644
2645         * shell/ev-window.c:
2646
2647         Use top/up/bottom/down arrows instead of
2648         first/left/last/right in the toolbar and menu actions.
2649         This fixes issues with RTL languages and is visually
2650         consistent with the page view. Fixes bug #170081.
2651
2652 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2653
2654         * NEWS:
2655
2656         Fixed some inaccuracies pointed out by Carlos Garcia
2657         Campos.
2658
2659 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2660
2661         * NEWS:
2662         * data/evince.schemas.in:
2663         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2664
2665         Override PDF restrictions by default. Fixes bug #382700.
2666
2667 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2668
2669         * NEWS: Updated for upcoming release
2670
2671 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2672
2673         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2674
2675         Fix memory leak.
2676         
2677 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2678
2679         * shell/ev-window.c: (register_custom_actions):
2680         
2681         Added comment for translators
2682
2683 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2684
2685         * shell/ev-view.c: (ev_view_button_release_event):
2686
2687         Do not create the idle function for kinetic scrolling if we are
2688         not in a drag operation.
2689
2690 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2693         (ev_view_button_press_event), (ev_view_motion_notify_event),
2694         (ev_view_button_release_event):
2695
2696         Restore cursor after autoscrolling. Fixes bug #509958.
2697
2698 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * configure.ac:
2701         * backend/pdf/ev-poppler.cc:
2702         (pdf_document_images_get_image_mapping),
2703         (pdf_document_images_get_image),
2704         (pdf_document_document_images_iface_init):
2705         * libdocument/ev-document-images.[ch]:
2706         (ev_document_images_get_image_mapping),
2707         (ev_document_images_get_image):
2708         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2709         (ev_image_get_id), (ev_image_save_tmp):
2710         * shell/ev-jobs.c: (ev_job_render_run):
2711         * shell/ev-view.c: (ev_view_drag_data_get):
2712         * shell/ev-window.c: (image_save_dialog_response_cb),
2713         (ev_view_popup_cmd_copy_image):
2714
2715         Do not render images when rendering the page but on demand. It
2716         reduces the memory comsumption.
2717         
2718 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2719
2720         * configure.a:
2721         * shell/ev-password.c:
2722
2723         Make gnome-keyring optional. Fixes bug #509676.
2724         
2725 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * shell/ev-pixbuf-cache.c: (add_job):
2728
2729         Initialize include_images variable as FALSE instead of TRUE.
2730         
2731 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2732
2733         * configure.ac:
2734         * cut-n-paste/Makefile.am:
2735         * cut-n-paste/fileformatchooser/Makefile.am:
2736         * cut-n-paste/fileformatchooser/egg-macros.h:
2737         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2738         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2739         * shell/Makefile.am:
2740         * shell/ev-utils.c:
2741         (file_chooser_dialog_add_writable_pixbuf_formats),
2742         (get_gdk_pixbuf_format_by_extension):
2743         * shell/ev-utils.h:
2744         * shell/ev-window.c: (ev_window_error_message),
2745         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2746         
2747         Simplify image format selection on save.
2748
2749 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2750
2751         * shell/ev-view.c: (ev_view_scroll_event):
2752         
2753         Repair gorizontal scrolling with shift. Fixes
2754         bug #483412.
2755
2756 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2757         
2758         * MAINTAINERS:
2759
2760         Fix formatting issues.
2761         
2762 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2763
2764         * backend/comics/comics-document.c: (comics_regex_quote):
2765         
2766         Don't overquote special chars except of '. See bug 
2767         502500. Thanks to Tom Parker.
2768
2769 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2770
2771         * MAINTAINERS:
2772         
2773         Added Nickolay and Carlos, since they're doing most of
2774         the releases nowadays.
2775
2776 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2777
2778         * properties/Makefile.am:
2779
2780         Get the nautilus extension dir properly instead of using
2781         a hack. Fixes bug #505359.
2782
2783 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2784
2785         * properties/Makefile.am:
2786         
2787         Install nautilus extension into new place. See bug
2788         #505359. Thanks to Matthias Clasen, Brian Pepple and
2789         Damien Carbery.
2790
2791 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2792
2793         * shell/ev-window.c: (ev_window_get_recent_file_label):
2794         
2795         RTL marker in recent file list. See bug #509076.
2796
2797 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2800         * shell/ev-window.c: (image_save_dialog_response_cb):
2801
2802         Fix compile warnings due to unused variables.
2803         
2804 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2805
2806         * configure.ac:
2807         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2808         * backend/ps/ev-spectre.c: (ps_document_render):
2809
2810         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2811
2812 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2813
2814         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2815         (ev_transition_animation_paint): Implement "fade" effect.
2816
2817 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2818
2819         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2820         (ev_transition_animation_paint): Implement "uncover" effect.
2821
2822 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2823
2824         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2825         (ev_transition_animation_paint): Implement "cover" effect.
2826
2827 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2828
2829         * shell/ev-transition-animation.c (ev_transition_animation_push)
2830         (ev_transition_animation_paint): Implement "push" effect.
2831
2832 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2833
2834         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2835         (ev_transition_animation_paint): Implement "dissolve" effect.
2836
2837 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2838
2839         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2840         (ev_transition_animation_paint): Implement "wipe" effect.
2841
2842 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2843
2844         * shell/ev-transition-animation.c (ev_transition_animation_box)
2845         (ev_transition_animation_paint): Implement "box" effect.
2846
2847 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2848
2849         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2850         (ev_transition_animation_paint): Implement "blinds" effect.
2851
2852 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2853
2854         * shell/ev-transition-animation.c (ev_transition_animation_split)
2855         (ev_transition_animation_paint): Implement "split" effect.
2856
2857 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2858
2859         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2860         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2861         (ev_view_transition_animation_start) 
2862         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2863         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2864         (ev_view_next_page) (ev_view_previous_page):
2865         
2866         Use EvTransitionAnimation to drive page changes in the presentation
2867         mode, the animation will wait to start until both the origin and 
2868         destination page surfaces are available. Fixes #458460.
2869
2870         (draw_loading_text):
2871
2872         Remove workaround for bug #320352, it's now fixed properly.
2873
2874
2875 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2876
2877         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2878         will contain the implementations for page transition animations, at
2879         the moment it just has the "replace" effect.
2880         * shell/Makefile.am: Added these files to build.
2881
2882 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2883
2884         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2885         animations.
2886         * shell/Makefile.am: Added these files to build.
2887
2888 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2889
2890         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2891         implementation to get_effect() in EvDocumentTransitionIface.
2892
2893 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2894
2895         * libdocument/ev-transition-effect.[ch]: New files, define a page
2896         transition effect, at the moment it maps PopplerPageTransition to a
2897         GObject.
2898         * libdocument/Makefile.am: Added these files to build.
2899         * libdocument/ev-document-transition.[ch]
2900         (ev_document_transition_get_effect): New method, gets the
2901         EvTransitionEffect returned by the interface implementation, with
2902         fallback to the "replace" effect.
2903
2904 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2905
2906         * configure.ac:
2907         * cut-n-paste/Makefile.am:
2908         * cut-n-paste/fileformatchooser/Makefile.am:
2909         * cut-n-paste/fileformatchooser/egg-macros.h:
2910         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2911         * shell/Makefile.am:
2912         * shell/ev-window.c: (image_save_dialog_response_cb),
2913         (ev_view_popup_cmd_save_image_as):
2914
2915         Allow exporting images in any format supported by
2916         GdkPixbuf. Fixes bug #500209.
2917         
2918 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2919
2920         * backend/pixbuf/pixbuf-document.c:
2921
2922         More warnings fixed.
2923         
2924 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2925
2926         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2927         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2928         * backend/djvu/djvu-text.h:
2929         * backend/tiff/tiff-document.c: (tiff_document_render):
2930
2931         Fix compile warnings.
2932         
2933 2007-12-28  Christian Persch  <chpe@gnome.org>
2934
2935         * **/*.c: Include config.h. Bug #504721.
2936
2937 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2938
2939         * configure.ac:
2940         * Makefile.am:
2941         * po/POTFILES.in:
2942         * backend/comics/Makefile.am:
2943         * backend/comics/comics-document.[ch]:
2944         * backend/comics/comicsdocument.evince-backend.in:
2945         * backend/djvu/Makefile.am:
2946         * backend/djvu/djvu-document.[ch]:
2947         * backend/djvu/djvudocument.evince-backend.in:
2948         * backend/dvi/Makefile.am:
2949         * backend/dvi/dvi-document.[c]:
2950         * backend/dvi/dvidocument.evince-backend.in:
2951         * backend/impress/Makefile.am:
2952         * backend/impress/impress-document.[ch]:
2953         * backend/impress/impressdocument.evince-backend.in:
2954         * backend/pdf/Makefile.am:
2955         * backend/pdf/ev-poppler.cc:
2956         * backend/pdf/ev-poppler.h:
2957         * backend/pdf/pdfdocument.evince-backend.in:
2958         * backend/pixbuf/Makefile.am:
2959         * backend/pixbuf/pixbuf-document.[ch]:
2960         * backend/pixbuf/pixbufdocument.evince-backend.in:
2961         * backend/ps/Makefile.am:
2962         * backend/ps/ev-spectre.[ch]:
2963         * backend/ps/ps-document.[ch]:
2964         * backend/ps/psdocument.evince-backend.in:
2965         * backend/tiff/Makefile.am:
2966         * backend/tiff/tiff-document.[ch]:
2967         * backend/tiff/tiffdocument.evince-backend.in:
2968         * libdocument/Makefile.am:
2969         * libdocument/ev-backends-manager.[ch]:
2970         * libdocument/ev-module.[ch]:
2971         * libdocument/ev-document.h:
2972         * libdocument/ev-document-factory.[ch]:
2973         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2974         (get_compression_from_mime_type), (get_document_from_uri),
2975         (ev_document_factory_get_document), (file_filter_add_mime_types),
2976         (ev_document_factory_add_filters):
2977         * shell/Makefile.am:
2978         * shell/ev-window-title.c: (get_filename_from_uri):
2979         * shell/main.c: (main):
2980         * thumbnailer/Makefile.am:
2981         * thumbnailer/evince-thumbnailer.c: (main):
2982
2983         Plugin system for backends. Fixes bug #351348.
2984         
2985 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2986
2987         * shell/ev-view-private.h:
2988         * shell/ev-view.c: (ev_view_drag_update_momentum),
2989         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2990         (ev_view_button_release_event), (ev_view_destroy):
2991         
2992         Kinetic scrolling implemented as requested in
2993         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2994
2995 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2996
2997         * data/evince-toolbar.xml:
2998         * data/evince-ui.xml:
2999         * shell/ev-view-private.h:
3000         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3001         (ev_view_button_press_event), (ev_view_motion_notify_event),
3002         (ev_view_button_release_event), (ev_view_init),
3003         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3004         (ev_view_set_cursor):
3005         * shell/ev-view.h:
3006         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3007         (ev_window_cmd_view_autoscroll):
3008         
3009         Autoscroll feature with the context menu. Fixes bug 
3010         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3011
3012 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3013
3014         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3015
3016         Disconnect also page-ready signal when removing a job because the
3017         page size has changed. Thanks to kripken
3018         <kripkensteiner@gmail.com>.
3019
3020 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3021
3022         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3023         
3024         Scroll pages in page entry with mouse wheel. Fixes bug
3025         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3026
3027 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3028
3029         * backend/dvi/Makefile.am:
3030         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3031         (mdvi_cairo_device_init):
3032         * backend/dvi/mdvi-lib/common.h:
3033         * backend/dvi/mdvi-lib/mdvi.h:
3034         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3035         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3036         (mdvi_build_path_from_cwd):
3037
3038         Add ps specials support in dvi backend when libspectre is
3039         present. Fixes bug #386005.
3040         
3041 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3042
3043         * configure.ac:
3044         * backend/ps/Makefile.am:
3045         * backend/ps/ev-spectre.[ch]:
3046         
3047         Use libspectre, if available, for the ps backend. Fixes bugs
3048         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3049
3050 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3051         
3052         * backend/comics/comics-document.c: (comics_document_load):
3053         
3054         Cygwin build issue fix.
3055
3056 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3057
3058         * shell/ev-view.c: (ev_view_set_zoom):
3059
3060         Do not limit the minimum zoom factor when sizing mode is best bit
3061         or fit width. Fixes bug #503805.
3062         
3063 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3064
3065         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3066         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3067         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3068         (ev_link_dest_get_property), (ev_link_dest_set_property),
3069         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3070         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3071         (ev_link_dest_new_fitr):
3072         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3073         (goto_fith_dest), (goto_xyz_dest):
3074
3075         Do not change left, top and zoom values when they are null in PDF
3076         destinations. Fixes bug #460658.
3077         
3078 2007-12-10  Christian Persch  <chpe@gnome.org>
3079
3080         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3081         (ev_view_accessible_class_init),
3082         (ev_view_accessible_idle_do_action),
3083         (ev_view_accessible_action_do_action),
3084         (ev_view_accessible_action_get_description),
3085         (ev_view_accessible_action_set_description),
3086         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3087         (ev_view_accessible_factory_init),
3088         (ev_view_accessible_factory_get_accessible_type):
3089         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3090         private data, and G_DEFINE_TYPE. Bug #502843.
3091
3092 2007-12-08  Christian Persch  <chpe@gnome.org>
3093
3094         * shell/ev-metadata-manager.c: (item_free),
3095         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3096         (value_free), (parse_value), (parseItem),
3097         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3098         (save_values): Use GSlice to allocate small amounts of memory. Bug
3099         #475972.
3100
3101 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3102
3103         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3104
3105         Restore cursor to normal after a drag operation. Fixes bug
3106         #501603.
3107         
3108 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3109
3110         * NEWS:
3111         * configure.ac:
3112         
3113         Update for release 2.21.1
3114
3115 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3116
3117         * configure.ac:
3118         * cut-n-paste/gedit-message-area/Makefile.am:
3119         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3120         * shell/Makefile.am:
3121         * shell/ev-message-area.[ch]:
3122         * shell/ev-window.c: (ev_window_set_message_area),
3123         (ev_window_error_message_response_cb), (ev_window_error_message),
3124         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3125         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3126         (ev_attachment_popup_cmd_open_attachment),
3127         (attachment_save_dialog_response_cb), (ev_window_set_document),
3128         (ev_window_init):
3129
3130         Use a message area instead of a popup dialog for error
3131         notifications. Fixes bug #337495.
3132         
3133 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3134
3135         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3136         (ev_window_run_fullscreen):
3137
3138         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3139         
3140 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3141
3142         * ev-sidebar-thumbnails.c: (update_visible_range),
3143         (ev_sidebar_thumbnails_refresh),
3144         (ev_sidebar_thumbnails_set_document),
3145         (ev_sidebar_thumbnails_support_document):
3146
3147         Show thumbnails for documents with one page. Fixes bug #358751.
3148         
3149 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3150
3151         * shell/ev-window.c:
3152         (ev_window_load_print_settings_from_metadata),
3153         (ev_window_save_print_settings), (ev_window_print_finished),
3154         (ev_window_print_range):
3155
3156         Print settings that are specific to the document are now saved per
3157         document in the metadata file. Fixes bug #488806.
3158         
3159 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3160
3161         * backend/tiff/tiff-document.c: (tiff_document_render):
3162
3163         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3164         
3165 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3166
3167         * shell/ev-application.[ch]: (get_find_string_from_args),
3168         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3169         (ev_application_open_uri_list):
3170         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3171         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3172         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3173         (ev_window_cmd_recent_file_activate),
3174         (ev_window_open_recent_action_item_activated),
3175         (ev_window_print_send), (open_remote_link):
3176         * shell/main.c: (arguments_parse):
3177
3178         Add a command line option for search. Fixes bug #497710.
3179         
3180 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3181
3182         * shell/ev-jobs.c: (ev_job_print_new):
3183
3184         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3185         
3186 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3187
3188         * data/evince-toolbar.xml:
3189         * shell/Makefile.am:
3190         * shell/ev-application.c: (ev_application_init):
3191         * shell/ev-open-recent-action.[ch]:
3192         * shell/ev-window.c:
3193         (ev_window_open_recent_action_item_activated),
3194         (register_custom_actions):
3195
3196         Add an expander to the open toolbar item which pops up a dropdown
3197         menu with the recently used documents. Fixes bug #487215.
3198         
3199 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3200
3201         * shell/ev-window.c: (ev_window_open_uri),
3202         (ev_window_cmd_view_reload):
3203
3204         Do not jump to the first page when reloading by running evince
3205         from the command line. Fixes bug #490847.
3206         
3207 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3208
3209         * shell/ev-window.c: (ev_window_cmd_help_contents):
3210
3211         Plugged memory leak when help file is not found. Fixes bug
3212         #490762.
3213         
3214 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3215
3216         * configure.ac:
3217
3218         Enable djvu, dvi and comics backends by default. Fixes bug
3219         #437121.
3220         
3221 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * configure.ac:
3224         * cut-n-paste/Makefile.am:
3225         * cut-n-paste/recent-files/*: Removed
3226         * help/reference/Makefile.am:
3227         * shell/Makefile.am:
3228         * shell/ev-application.[ch]: (ev_application_shutdown),
3229         (ev_application_init):
3230         * shell/ev-window.c: (ev_window_add_recent),
3231         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3232
3233         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3234         
3235 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3236
3237         * shell/ev-window.c: (launch_external_uri):
3238
3239         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3240         and report error if the URL is not supported (#489910).
3241
3242 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3245         (pdf_document_file_exporter_begin_page),
3246         (pdf_document_file_exporter_end_page):
3247
3248         Fix printing with poppler splash backend. Fixes bug #489774.
3249         
3250 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3251
3252         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3253         * shell/ev-print-job.c: (ev_print_job_class_init):
3254
3255         Fix a crash when printing with the gnome-print dialog. Fixes bug
3256         #488939.
3257         
3258 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3259
3260         * backend/pixbuf/pixbuf-document.c:
3261
3262         Fix an implicit function definition warning (#487655)
3263
3264 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3265
3266         * shell/ev-window.c:
3267
3268         Fix conflicting shortcut for view sade pane and presentation.
3269         
3270 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3271
3272         * backend/pdf/ev-poppler.cc:
3273         (pdf_document_file_exporter_begin_page),
3274         (pdf_document_file_exporter_do_page),
3275         (pdf_document_file_exporter_end_page),
3276         (pdf_document_file_exporter_iface_init):
3277         * libdocument/ev-file-exporter.[ch]:
3278         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3279         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3280         (ev_job_print_run):
3281
3282         When printing multiple pages per sheet in reverse option, do not
3283         invert the order of the pages in every sheet, but the order of the
3284         sheets. Do not print blank pages when page range is invalid. Fixes
3285         bugs #484857 and #485521.
3286         
3287 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3288
3289         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3290         (ev_job_print_run):
3291         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3292
3293         Respect ranges order when printing more than one range in random
3294         order.
3295         
3296 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3297
3298         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3299         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3300
3301         Rotate also the window icon when document is rotated. Fixes bug
3302         #474681.
3303         
3304 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3305
3306         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3307         (pdf_document_forms_get_form_fields):
3308
3309         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3310         Matthias Drochner.
3311         
3312 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3313
3314         * configure.ac:
3315         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3316
3317         Use poppler_page_render_for_printing() instead of
3318         poppler_page_render() if available when exporting to a ps or pdf
3319         file. Fixes bug #476627.
3320         
3321 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3322
3323         * shell/ev-window.c: (ev_window_run_fullscreen):
3324
3325         Do not show the toolbar in fullscreen mode if the main toolbar is
3326         not visible. Fixes bug #483048.
3327         
3328 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3329
3330         * shell/ev-view.c: (ev_view_button_press_event):
3331
3332         Give priority to form fields over images when deciding whether a
3333         button press event is over an image or form field. It allows edit
3334         form fields when they are over a background image. Fixes bug
3335         #477841.
3336         
3337 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3338
3339         * NEWS:
3340         * configure.ac:
3341         
3342         Update for release 2.20.0
3343
3344 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3345
3346         * backend/pdf/ev-poppler.cc:
3347
3348         Remove #ifdef HAVE_FORMS, so that forms support works again.
3349
3350 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3351
3352         * configure.ac:
3353         * data/evince.desktop.in.in:
3354         
3355         Fixes desktop file issues. See bug #473471.
3356
3357 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3358
3359         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3360         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3361         (ev_job_queue_remove_job):
3362         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3363         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3364         * shell/ev-window.c: (ev_window_clear_save_job),
3365         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3366         (ev_window_dispose):
3367
3368         Move save a copy task to its own job so that it's carried out in a
3369         thread avoiding another lock in the main thread. Use
3370         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3371         can be saved to a pathin another file system. Fixes bug #456891.
3372         
3373 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3374
3375         * NEWS:
3376         * configure.ac:
3377         
3378         Update for release 2.19.92
3379
3380 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3381
3382         * configure.ac:
3383         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3384         (pdf_selection_get_selection_region),
3385         (pdf_selection_get_selection_map),
3386         (ev_form_field_from_poppler_field):
3387
3388         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3389         and triple click selections are enabled again now.
3390
3391 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3392
3393         * shell/ev-window.c: (ev_window_add_history):
3394
3395         Make sure not to use the history with documents not supporting
3396         links. Fixes bug #468954.
3397
3398 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * shell/ev-window.c: (ev_window_load_job_cb):
3401
3402         Restart the search when reloading a document with the find bar
3403         visible. Fixes bug #461962.
3404
3405 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3406
3407         * shell/ev-window.c: (setup_document_from_metadata),
3408         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3409
3410         Do not jump to the first page when reloading a document from the
3411         last page.
3412
3413 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3414
3415         * shell/ev-window.c: (update_chrome_flag),
3416         (setup_sidebar_from_metadata),
3417         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3418         (ev_window_cmd_edit_find_next),
3419         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3420         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3421         (find_bar_close_cb), (view_actions_focus_in_cb):
3422
3423         Do not update visibility when changing a chrome flag so that it's
3424         possible to update several flags and update visibility only once
3425         for all of them.
3426
3427 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3428
3429         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3430
3431         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3432         supported by gtk+. Fixes bug #460907.
3433
3434 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3435
3436         * shell/ev-view.c: (view_update_range_and_current_page):
3437
3438         Make sure current-page <= end-page in continuous mode. Fixes bug
3439         #454950.
3440
3441 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3442
3443         * backend/pdf/ev-poppler.cc: (build_tree):
3444
3445         Ignore outline items without a title. Fixes bug #453913.
3446
3447 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3448
3449         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3450         (ev_view_button_release_event), (ev_view_leave_notify_event):
3451
3452         Use always drag mouse cursor during a drag operation. Fixes bug
3453         #470564.
3454
3455 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3456
3457         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3458         (pdf_selection_get_selection_region),
3459         (pdf_selection_get_selection_map):
3460
3461         Temporarily disable double and triple selections since it depends on
3462         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3463         released and the update of the external dependency minimal version
3464         approved.
3465
3466 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3467
3468         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3469         (pdf_document_file_exporter_do_page):
3470         * libdocument/ev-file-exporter.h:
3471         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3472         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3473
3474         Actually fix printing regressions. Remove orientation from
3475         EvPrintContext since it's redundant.
3476
3477 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3478
3479         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3480         * backend/impress/impress-document.c:
3481         (impress_document_document_iface_init):
3482         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3483         * backend/djvu/djvu-document.c:
3484         (djvu_document_document_iface_init),
3485         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3486         * backend/tiff/tiff-document.c:
3487         (tiff_document_document_iface_init):
3488         * backend/pixbuf/pixbuf-document.c:
3489         (pixbuf_document_document_iface_init):
3490         * backend/comics/comics-document.c:
3491         (comics_document_document_iface_init):
3492         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3493         (pdf_selection_render_selection),
3494         (pdf_selection_get_selected_text),
3495         (pdf_selection_get_selection_region),
3496         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3497         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3498         (ev_selection_get_selection_region),
3499         (ev_selection_get_selection_map):
3500         * libdocument/ev-document.[ch]:
3501         * shell/ev-pixbuf-cache.[ch]: (add_job),
3502         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3503         * shell/ev-view-private.h:
3504         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3505         (ev_job_render_run):
3506         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3507         * shell/ev-view.c: (start_selection_for_event),
3508         (ev_view_button_press_event), (ev_view_drag_data_get),
3509         (ev_view_drag_data_received), (ev_view_button_release_event),
3510         (compute_new_selection_text), (compute_selections),
3511         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3512         (ev_view_primary_get_cb):
3513
3514         Add support for double and triple click selections.
3515
3516 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3517
3518         * NEWS:
3519         * configure.ac:
3520
3521         Update for release 2.19.4
3522
3523 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3524
3525         * shell/ev-view-private.h:
3526         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3527         (ev_view_set_highlight_search):
3528         * shell/ev-view.h:
3529         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3530         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3531         (find_bar_visibility_changed_cb):
3532         
3533         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3534
3535 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3536
3537         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3538         (pdf_document_file_exporter_begin),
3539         (pdf_document_file_exporter_do_page):
3540         * shell/ev-jobs.c: (ev_job_print_run):
3541         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3542
3543         Create always a portrait cairo surface and rotate when needed for
3544         landscape. It fixes printing problems in real printers.
3545
3546 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3547
3548         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3549         * libdocument/ev-file-exporter.[ch]:
3550         (ev_file_exporter_get_capabilities):
3551         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3552         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3553
3554         Adjust number of pages per row according to page orientation when
3555         printing 2 or 6 pages per sheet.
3556
3557 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3558
3559         * shell/ev-window.c: (ev_window_print_send):
3560
3561         Reset also cups setting to 1 when printing multiple pages per
3562         sheet. Fixes bug #468853.
3563
3564 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3565
3566         * libdocument/ev-document-misc.c:
3567         (ev_document_misc_surface_rotate_and_scale):
3568
3569         Use directly cairo_surface_get_content() when creating a similar
3570         surface as suggested by Jeff Muizelaar. Thanks again.
3571
3572 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3573
3574         * backend/djvu/djvu-document.c: (djvu_document_render):
3575         * backend/tiff/tiff-document.c: (tiff_document_render):
3576         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3577         * libdocument/ev-document-misc.c:
3578         (ev_document_misc_surface_from_pixbuf),
3579         (ev_document_misc_surface_rotate_and_scale):
3580
3581         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3582         creating page surfaces. Fixes bug #453123. Thank you very much to
3583         Jeff Muizelaar <jeff@infidigm.net>.
3584
3585 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3586
3587         * shell/ev-page-cache.c: (ev_page_cache_new),
3588         (ev_page_cache_get_thumbnail_size):
3589         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3590         (ev_sidebar_thumbnails_set_loading_icon):
3591
3592         Also store in page-cache the dimensions of the thumbnails so that
3593         they can be used to create the correct loading icon in the side
3594         pane. Fixes bug #466857.
3595
3596 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3597
3598         * backend/pdf/ev-poppler.cc:
3599         (pdf_document_thumbnails_get_thumbnail):
3600
3601         Fix thumbnails rotation in pdf documents that include embedded 
3602         thumbnails.
3603
3604 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3605
3606         * backend/pdf/ev-poppler.cc:
3607
3608         Don't use #ifdef in macro expansion. Some compilers don't
3609         like that. Closes bug #467042.
3610
3611 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3612
3613         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3614         
3615         Fixes memory leak in djvu backend.
3616
3617 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3618
3619         * data/icons/32x32/Makefile.am:
3620         * data/icons/32x32/actions/Makefile.am:
3621         * data/icons/32x32/actions/view-page-cont.svg:
3622         * data/icons/32x32/actions/view-page-facing.svg:
3623         * data/icons/48x48/Makefile.am:
3624         * data/icons/48x48/actions/Makefile.am:
3625         * data/icons/48x48/actions/view-page-cont.svg:
3626         * data/icons/48x48/actions/view-page-facing.svg:
3627         
3628         Icons for a new sizes.
3629
3630 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3631
3632         * shell/ev-page-cache.c: (build_height_to_page),
3633         (ev_page_cache_get_height_to_page):
3634         
3635         Fixes invalid read, see bug #466401.
3636
3637 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3638
3639         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3640         (set_drag_cursor):
3641         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3642         (configure_item_cursor), (new_pixbuf_from_widget):
3643
3644         Fix multihead problems in toolbar editor. Fixes bug #382055.
3645
3646 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3647
3648         * shell/ev-window.c: (ev_window_cmd_file_open),
3649         (ev_window_cmd_save_as):
3650
3651         Use g_get_user_special_dir when available instead of
3652         xdg_user_dir_lookup.
3653
3654 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3655
3656         * MAINTAINERS:
3657         
3658         Updated according to request on desktop-devel.
3659
3660 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3661
3662         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3663
3664         Do not use cairo_rectangle and cairo_clip since we are
3665         not using cairo_fill but cairo_paint. Use the same cairo context
3666         for every page in the same expose event.
3667
3668 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3669
3670         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3671         leak.
3672
3673 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3674
3675         * configure.ac:
3676         * NEWS:
3677
3678         Release 0.9.3
3679
3680 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3681
3682         * libdocument/ev-document-info.h:
3683         * libdocument/ev-document.h:
3684         * shell/ev-page-action.h:
3685         * shell/ev-sidebar-links.h:
3686
3687         Fix a headers problem with ev-link
3688         
3689         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3690         * shell/ev-view-private.h:
3691         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3692         (get_link_area), (ev_view_query_tooltip),
3693         (ev_view_leave_notify_event), (ev_view_destroy),
3694         (ev_view_class_init):
3695
3696         Use new gtk tooltips when available instead of ev-tooltip.
3697         
3698 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3699
3700         * shell/ev-window.c: (update_chrome_visibility),
3701         (ev_window_sidebar_visibility_changed_cb):
3702
3703         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3704         
3705 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3706
3707         * shell/ev-navigation-action.c:
3708         (ev_navigation_action_history_changed),
3709         (ev_navigation_action_set_history):
3710         * shell/ev-navigation-action-widget.c:
3711         (ev_navigation_action_widget_init):
3712         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3713
3714         Fix compile warnings.
3715         
3716 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3717
3718         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3719         (egg_editable_toolbar_dispose):
3720
3721         Fix memory leak.
3722         
3723 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3724
3725         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3726         (screensaver_disable_x11):
3727         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3728         * shell/ev-window.c: (presentation_set_timeout):
3729         * shell/ev-view.c: (ev_view_presentation_transition_start):
3730
3731         Use g_timeout_add_seconds instead of g_timeout_add when
3732         available.
3733         
3734 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3735
3736         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3737
3738         Set horizontal scrollbar policy to AUTOMATIC instead of
3739         NEVER. Workaround for bug #449462.
3740         
3741 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3742
3743         * shell/ev-jobs.c: (ev_job_render_page_ready):
3744
3745         Add page_ready callback to main loop with high priority and hold
3746         a reference to job during idle.
3747         
3748 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3749
3750         * configure.ac:
3751         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3752         (pdf_document_file_exporter_begin),
3753         (pdf_document_file_exporter_do_page),
3754         (pdf_document_file_exporter_get_capabilities):
3755         * libdocument/ev-file-exporter.h:
3756         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3757         * shell/ev-window.c: (ev_window_print_send),
3758         (ev_window_print_dialog_response_cb):
3759
3760         Allow printing multiple pages per sheet. Fixes bug #395573.
3761         
3762 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3763
3764         * shell/ev-view.c: (tip_from_link):
3765         
3766         Check for NULL, fixes bug #460862.
3767
3768 2007-07-29  Christian Persch  <chpe@gnome.org>
3769
3770         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3771         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3772         (ev_window_cmd_preview_print):
3773         
3774         Fixes bug #437681 - blocks while enumerating printers.
3775
3776 2007-07-29  Christian Persch  <chpe@gnome.org>
3777
3778         * shell/ev-window.c: (ev_window_screen_changed):
3779         
3780         Don't use deprecated gtk+ function. See bug #460909.
3781
3782 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3783
3784         * shell/ev-utils.c: (get_num_monitors):
3785         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3786
3787         Do not use display before initializing it. Remove compile
3788         warnings.
3789
3790 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3791
3792         * shell/ev-view.c: (ev_view_class_init):
3793         
3794         Unix-like hjkl bindings added. See bug #458111.
3795
3796 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3797
3798         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3799         * shell/ev-utils.h:
3800         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3801         (ev_view_update_view_size):
3802         * shell/ev-view.h:
3803         * shell/ev-window.c: (ev_window_update_actions),
3804         (setup_view_from_metadata), (ev_window_screen_changed),
3805         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3806         (zoom_control_changed_cb):
3807         * shell/ev-window.h:
3808         
3809         Reorganizes utility functions.
3810
3811 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3812
3813         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3814         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3815         (add_job), (ev_pixbuf_cache_get_surface),
3816         (ev_pixbuf_cache_get_link_mapping),
3817         (ev_pixbuf_cache_get_image_mapping),
3818         (ev_pixbuf_cache_get_form_field_mapping),
3819         (ev_pixbuf_cache_get_text_mapping):
3820         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3821         (notify_page_ready), (ev_job_render_page_ready),
3822         (ev_job_render_run):
3823
3824         Add page_ready signal to notify that page is ready as soon as
3825         possible even if other page elements like links, forms, images or
3826         text mapping are not ready yet.
3827
3828 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3831         (dvi_document_file_exporter_do_page),
3832         (dvi_document_file_exporter_get_capabilities),
3833         (dvi_document_file_exporter_iface_init):
3834         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3835         (ps_document_file_exporter_do_page),
3836         (ps_document_file_exporter_get_capabilities),
3837         (ps_document_file_exporter_iface_init):
3838         * backend/djvu/djvu-document.c:
3839         (djvu_document_file_exporter_begin),
3840         (djvu_document_file_exporter_end),
3841         (djvu_document_file_exporter_get_capabilities),
3842         (djvu_document_file_exporter_iface_init):
3843         * backend/tiff/tiff-document.c:
3844         (tiff_document_file_exporter_begin),
3845         (tiff_document_file_exporter_get_capabilities),
3846         (tiff_document_document_file_exporter_iface_init):
3847         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3848         (pdf_document_file_exporter_do_page),
3849         (pdf_document_file_exporter_get_capabilities),
3850         (pdf_document_file_exporter_iface_init):
3851         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3852         (ev_file_exporter_get_capabilities):
3853         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3854         (idle_print_handler), (ev_print_job_print):
3855         * shell/ev-jobs.c: (ev_job_print_run):
3856         * shell/ev-window.c: (ev_window_print_send),
3857         (ev_window_print_range):
3858
3859         Use capabilities to know which options should be offered by the
3860         print dialog depending on the document backend.
3861
3862 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3863
3864         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3865
3866         Give priority to forms over text to set the cursor.
3867
3868 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3869
3870         * shell/ev-view-private.h:
3871         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3872         (ev_view_leave_notify_event), (ev_view_finalize),
3873         (ev_view_get_property), (ev_view_class_init):
3874
3875         Use IBEAM cursor for text form fields and NORMAL cursor for read
3876         only fields. Remove unused status attribute.
3877
3878 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3879
3880         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3881
3882         Update region for current selected items also for checkbox
3883         buttons, since they can behave as radio buttons when they are in a
3884         set.
3885
3886 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3887
3888         * configure.ac:
3889         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3890
3891         Get max length of text form fields.
3892
3893 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3894
3895         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3896         * libdocument/ev-form-field.h:
3897         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3898
3899         Fix build with current poppler cvs head.
3900
3901 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3902
3903         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3904         * shell/eggfindbar.c: (egg_find_bar_init):
3905
3906         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3907         deprecation. Fixes bug #455667
3908
3909 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3910
3911         * NEWS:
3912         * configure.ac:
3913         
3914         Update for release 0.9.2
3915
3916 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3917
3918         * shell/ev-view.c: (ev_view_form_field_text_save),
3919         (ev_view_form_field_choice_save):
3920
3921         Fix a crash when closing whith a form widget visible.
3922
3923 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3924
3925         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3926
3927         Update also the region of the current selected button when
3928         clicking on another button if they are radio buttons.
3929
3930 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3931
3932         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3933         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3934         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3935         (ev_pixbuf_cache_get_link_mapping),
3936         (ev_pixbuf_cache_get_image_mapping),
3937         (ev_pixbuf_cache_get_form_field_mapping),
3938         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3939         * shell/ev-view.c: (ev_view_form_field_get_region),
3940         (ev_view_form_field_button_create_widget),
3941         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3942         (job_finished_cb):
3943
3944         Redraw only form field region instead of the whole page when
3945         reloading a page to show changes on the form field.
3946
3947 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3948
3949         * shell/ev-view.c: (ev_view_form_field_choice_save):
3950
3951         Fix selection of first item in list form fields.
3952
3953 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3954
3955         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3956         (ev_pixbuf_cache_reload_page),
3957         (ev_pixbuf_cache_get_form_field_mapping):
3958
3959         Some refactoring to avoid duplicated code.
3960
3961 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3962
3963         * configure.ac:
3964         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3965         (ev_form_field_from_poppler_field),
3966         (pdf_document_forms_get_form_fields),
3967         (pdf_document_forms_form_field_text_get_text),
3968         (pdf_document_forms_form_field_text_set_text),
3969         (pdf_document_forms_form_field_button_set_state),
3970         (pdf_document_forms_form_field_button_get_state),
3971         (pdf_document_forms_form_field_choice_get_item),
3972         (pdf_document_forms_form_field_choice_get_n_items),
3973         (pdf_document_forms_form_field_choice_is_item_selected),
3974         (pdf_document_forms_form_field_choice_select_item),
3975         (pdf_document_forms_form_field_choice_toggle_item),
3976         (pdf_document_forms_form_field_choice_unselect_all),
3977         (pdf_document_forms_form_field_choice_set_text),
3978         (pdf_document_forms_form_field_choice_get_text),
3979         (pdf_document_document_forms_iface_init):
3980         * libdocument/Makefile.am:
3981         * libdocument/ev-form-field.[ch]:
3982         * libdocument/ev-document-forms.[ch]:
3983         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3984         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3985         (add_job), (ev_pixbuf_cache_reload_page),
3986         (ev_pixbuf_cache_get_form_field_mapping):
3987         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3988         * shell/ev-view-private.h:
3989         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3990         (ev_view_handle_cursor_over_xy),
3991         (ev_view_get_form_field_at_location),
3992         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3993         (ev_view_form_field_button_create_widget),
3994         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3995         (ev_view_form_field_text_create_widget),
3996         (ev_view_form_field_choice_save),
3997         (ev_view_form_field_choice_changed),
3998         (ev_view_form_field_choice_create_widget),
3999         (ev_view_handle_form_field), (ev_view_size_allocate),
4000         (ev_view_realize), (draw_end_presentation_page),
4001         (ev_view_button_press_event), (ev_view_remove_all),
4002         (ev_view_motion_notify_event), (ev_view_key_press_event),
4003         (ev_view_enter_notify_event), (highlight_find_results),
4004         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4005         (ev_view_class_init), (page_changed_cb),
4006         (on_adjustment_value_changed), (ev_view_set_presentation),
4007         (merge_selection_region), (ev_view_set_cursor),
4008         (ev_view_reset_presentation_state):
4009         
4010         Merge evince-forms branch.
4011
4012 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4013
4014         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4015
4016         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4017         This script also updates itself from libegg
4018
4019         * cut-n-paste/toolbar-editor/egg*:
4020         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4021         libegg
4022
4023 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4024
4025         * shell/ev-window.c:
4026         
4027         Adds a nice icon to page action during toolbar editing.
4028         See bug #452872.
4029
4030 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4031
4032         * data/evince-toolbar.xml:
4033         * shell/ev-window.c:
4034         
4035         Let user add a presentation and fullscreen icons on toolbar.
4036         See bug #449734.
4037
4038 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4039
4040         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4041
4042         new script to keep in sync with toolbareditor in libegg
4043
4044         * cut-n-paste/toolbar-editor/*: 
4045
4046         Run update-toolbareditor-from-libegg so we are in sync again. 
4047         Fixes bug #452850.
4048         
4049
4050 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4051
4052         * shell/ev-sidebar-links.c: (job_finished_callback):
4053
4054         Do not connect selection changed signal more than once. Fixes bug
4055         #349433.
4056
4057 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4058
4059         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4060
4061         Do not change sidebar chrome flag when pressing F9 key in
4062         presentation mode.
4063
4064 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4065
4066         * backend/pdf/ev-poppler.cc:
4067         (pdf_document_thumbnails_get_dimensions):
4068
4069         Make sure thumbnails width and height is not <= 0. Fixes a crash
4070         with some pdf documents which have really small pages.
4071
4072 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4073
4074         * shell/main.c: (main):
4075
4076         Fixes program description translation issue.
4077         Bug #450148.
4078
4079 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4080
4081         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4082
4083         Do not change current page when returning from black/white mode
4084         in presentation. Fixes bug #415032.
4085
4086 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4087
4088         * NEWS:
4089         * configure.ac:
4090         
4091         Update for release 0.9.1
4092
4093 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4094
4095         * backend/dvi/dvi-document.c:
4096         (dvi_document_finalize),
4097         (dvi_document_file_exporter_format_supported),
4098         (dvi_document_file_exporter_begin),
4099         (dvi_document_file_exporter_do_page),
4100         (dvi_document_file_exporter_end),
4101         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4102         
4103         PDF exporter for dvi documents. Fixes bug #441319.
4104
4105 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4106
4107         * shell/ev-window.c: (ev_window_clear_print_job):
4108
4109         Clear gtk print job when job has finished. Fixes bug #447612.
4110
4111 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4112
4113         * shell/ev-window.c: (ev_window_print_send),
4114         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4115
4116         Add preview button to print dialog. Fixes bug #445419.
4117
4118 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4119
4120         * backend/dvi/Makefile.am:
4121         * backend/dvi/pixbuf-device.[ch]: Removed
4122         * backend/dvi/cairo-device.[ch]: Added
4123         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4124         * backend/dvi/dvi-document.c: (dvi_document_load),
4125         (dvi_document_render), (dvi_document_finalize),
4126         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4127         (dvi_document_do_color_special):
4128         * libdocument/ev-document-misc.[ch]:
4129         (ev_document_misc_pixbuf_from_surface):
4130
4131         Port dvi backend to cairo and fix a problem with colors. 
4132
4133 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4134
4135         * shell/ev-view.c: (draw_one_page):
4136
4137         Draw only visible region.
4138
4139 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4140
4141         * backend/djvu/djvu-document.c: (djvu_document_render):
4142
4143         Fix rotation in djvu backend.
4144
4145 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4146
4147         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4148         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4149         (ev_pixbuf_cache_get_image_mapping),
4150         (ev_pixbuf_cache_get_text_mapping):
4151
4152         Redraw view every time we have a new surface. Fixes bug #443587.
4153
4154 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4155
4156         * libdocument/ev-document.c: (ev_document_info_free):
4157
4158         Fix memory leaks.
4159
4160 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4161
4162         * backend/dvi/dvi-document.c: (dvi_document_render),
4163         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4164         * backend/impress/impress-document.c:
4165         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4166         (impress_document_render), (impress_document_document_iface_init),
4167         (impress_document_thumbnails_get_thumbnail):
4168         * backend/djvu/djvu-document-private.h:
4169         * backend/djvu/djvu-document.c: (djvu_document_render),
4170         (djvu_document_finalize), (djvu_document_document_iface_init),
4171         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4172         * backend/tiff/tiff-document.c: (tiff_document_render),
4173         (tiff_document_render_pixbuf),
4174         (tiff_document_document_iface_init):
4175         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4176         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4177         (pdf_selection_render_selection):
4178         * backend/comics/comics-document.c:
4179         (comics_document_render_pixbuf), (comics_document_render),
4180         (comics_document_document_iface_init):
4181         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4182         (pixbuf_document_document_iface_init):
4183         * libdocument/ev-document-misc.[ch]:
4184         (ev_document_misc_surface_from_pixbuf),
4185         (ev_document_misc_surface_rotate_and_scale):
4186         * libdocument/ev-document.[ch]: (ev_document_render):
4187         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4188         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4189         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4190         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4191         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4192         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4193         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4194         (render_finished_cb), (ev_job_render_run):
4195         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4196         (merge_selection_region):
4197
4198         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4199         and selections.
4200
4201 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4202
4203         * shell/ev-window-title.c: (ev_window_title_update):
4204
4205         Fix memory leak.
4206
4207 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4208
4209         * shell/ev-view.c: (draw_loading_text):
4210
4211         Show loading text centered. Fixes bug #433061
4212
4213 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4214
4215         * shell/ev-sidebar-thumbnails.c:
4216         (ev_sidebar_thumbnails_set_loading_icon):
4217
4218         Remove a mutex in the main thread that blocks the UI in heavy
4219         documents.
4220
4221 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4222
4223         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4224
4225         Set points_set to TRUE so that selections don't disappear after a
4226         zoom change.
4227
4228 2007-06-07  Michael Monreal  <infernux@web.de>
4229
4230         * data/icons/16x16/actions/Makefile.am:
4231         * data/icons/16x16/actions/zoom.svg:
4232         * data/icons/22x22/actions/Makefile.am:
4233         * data/icons/22x22/actions/zoom.svg:
4234         * data/icons/24x24/actions/Makefile.am:
4235         * shell/ev-stock-icons.c:
4236         * shell/ev-stock-icons.h:
4237         * shell/ev-window.c:
4238         
4239         Zoom icon artwork. See bug #444795.
4240
4241 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4242
4243         * shell/ev-metadata-manager.c: Remove extraneous function
4244         (Closes: #444386)
4245
4246 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4247
4248         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4249         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4250         (ev_metadata_manager_set), (ev_metadata_manager_save):
4251         Simplify the timeout, no need for modified anymore
4252
4253 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4254
4255         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4256         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4257         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4258         (ev_metadata_manager_save): Adapted patch from Arjan van de
4259         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4260         time, saves on power (Closes: #443851)
4261
4262 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4263
4264         * configure.ac:
4265         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4266         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4267
4268         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4269
4270 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4271
4272         * shell/ev-window.c: (ev_window_add_history):
4273
4274         Check if history is NULL
4275
4276 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4277
4278         * libdocument/ev-image.c: (ev_image_finalize):
4279         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4280         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4281         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4282         (ev_tmp_uri_unlink):
4283
4284         Add functions to delete temporary files created by evince in a safe
4285         way.
4286
4287         * shell/ev-window.c: (ev_window_clear_local_uri),
4288         (open_xfer_update_progress_callback),
4289         (save_xfer_update_progress_callback), (ev_window_save_remote),
4290         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4291         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4292         (attachment_save_dialog_response_cb),
4293         (ev_attachment_popup_cmd_save_attachment_as):
4294
4295         Allow saving a copy of a document, image or attachment to a remote
4296         location. Fixes bug #440754. 
4297
4298 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * configure.ac:
4301         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4302
4303         Fix build with current poppler from cvs head. 
4304
4305 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4306
4307         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4308
4309         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4310         directory exists.
4311
4312 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4313
4314         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4315         * shell/ev-window.c:
4316
4317         Change sidebar ordering. Fixes bug #439939.
4318
4319 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4320
4321         * backend/comics/Makefile.am:
4322         
4323         Fixes build with --without-libgnome.
4324
4325 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4326         
4327         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4328
4329         Update cursor and tooltip on page change and view scroll. Fixes bug
4330         #439217.
4331
4332 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4333
4334         * NEWS:
4335         * configure.ac:
4336         
4337         Update for release 0.9.0
4338
4339 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4340
4341         * backend/djvu/djvu-document-private.h:
4342         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4343         (djvu_document_finalize),
4344         (djvu_document_file_exporter_format_supported),
4345         (djvu_document_file_exporter_begin),
4346         (djvu_document_file_exporter_do_page),
4347         (djvu_document_file_exporter_end),
4348         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4349         
4350         Implemented printing with djvu. Bug #437998.
4351
4352 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4353
4354         * backend/impress/zip.c:
4355         Add missing ulong definition.
4356
4357         * backend/ps/ps-interpreter.c:
4358         Add missing headers.
4359
4360         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4361
4362 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4363
4364         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4365
4366         Add missing call to parent class dispose method. 
4367
4368 2007-05-12  Ross Burton  <ross@openedhand.com>
4369
4370         * shell/main.c:
4371         Sync keybindings manually when building without libgnome
4372         (#437925).
4373
4374 2007-05-12  Ross Burton  <ross@openedhand.com>
4375
4376         * shell/ev-window.c:
4377         Respect the screen when opening help (#437866).
4378
4379 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4380
4381         * data/evince-ui.xml:
4382         * shell/ev-application.[ch]: (get_print_settings_from_args),
4383         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4384         (ev_application_open_uri_list):
4385         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4386         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4387         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4388         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4389         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4390         (ev_window_dispose):
4391         * shell/main.c: (arguments_parse):
4392
4393         Add print button in preview mode. Fixes bug #396475. 
4394
4395 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4396
4397         * cut-n-paste/zoom-control/ephy-zoom.h:
4398         
4399         Fixes zoom level factors. See bug #408119 for details.
4400
4401 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4402
4403         * backend/comics/comics-document.c: (comics_regex_quote),
4404         (extract_argv):
4405         
4406         Correctly quote symbols. Fixes crash in the bug
4407         #415370.
4408
4409 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4410
4411         * shell/ev-navigation-action-widget.c:
4412         (ev_navigation_action_widget_init),
4413         (ev_navigation_action_widget_class_init),
4414         (ev_navigation_action_widget_button_press_event):
4415         
4416         Connect to button-press event on correct widget. Fixes
4417         bug #431988
4418
4419 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4420
4421         * shell/ev-application.c: (ev_application_open_window),
4422         (ev_application_add_icon_path_for_screen),
4423         (ev_application_open_uri_at_dest):
4424         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4425         * shell/ev-navigation-action.c: (build_menu):
4426         
4427         Add app-specific icons to our icon theme. Fixes bug
4428         #425508.
4429
4430 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4431
4432         * shell/ev-history.c: (ev_history_class_init),
4433         (ev_history_add_link):
4434         * shell/ev-history.h:
4435         * shell/ev-navigation-action.c:
4436         (ev_navigation_action_history_changed),
4437         (ev_navigation_action_set_history), (build_menu),
4438         (ev_navigation_action_finalize):
4439         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4440         
4441         Make navigation action unsensitive instead of showing
4442         menu with unsensitive word. Fixes bug #417392.
4443
4444 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4445
4446         * shell/ev-application.[ch]: (ev_application_shutdown),
4447         (ev_application_get_print_settings),
4448         (ev_application_set_print_settings):
4449         * shell/ev-window.c:
4450
4451         Remember print settings. Fixes bug #349102. 
4452
4453 2007-05-08  Christian Persch  <chpe@gnome.org>
4454
4455         * configure.ac:
4456         * properties/ev-properties-view.c:
4457
4458         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4459         Bug #382438.
4460
4461 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4462
4463         * configure.ac:
4464         * properties/ev-properties-view.c: (ev_regular_paper_size):
4465
4466         Use gtk+ builtin paper list to identify the document's paper size.
4467         Fixes bug #382438. 
4468
4469 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4470
4471         * configure.ac:
4472
4473         Fix build when compiling with thumbnailer and libgnome support. 
4474
4475 2007-05-04  Ross Burton  <ross@openedhand.com>
4476
4477         * configure.ac:
4478         Add --without-libgnome, check for libgnome and libgnomeui
4479         separately, and add them to the symbols as required.
4480
4481         * libdocument/ev-file-helpers.c:
4482         When building without libgnome, use g_get_user_config_dir instead
4483         of gnome_user_dir_get.
4484
4485         * shell/ev-application.c:
4486         When building without libgnome, don't use session management.
4487
4488         * shell/main.c:
4489         When building without libgnome, don't use GnomeProgram or
4490         initialise the authentication manager.
4491
4492         This fixes #328842.
4493
4494 2007-05-04  Ross Burton  <ross@openedhand.com>
4495
4496         * shell/ev-window.c:
4497         Don't use libgnome to open help, instead call Yelp directly.
4498
4499 2007-05-04  Ross Burton  <ross@openedhand.com>
4500
4501         * shell/ev-sidebar-attachments.c:
4502         Don't use libgnome to lookup icons for MIME types, instead copy
4503         code from GTK+ to do it manually.
4504
4505 2007-05-04  Ross Burton  <ross@openedhand.com>
4506
4507         * configure.ac:
4508         Add libxml to the dependencies for SHELL_CORE (#435818).
4509
4510 2007-05-02  Ross Burton  <ross@openedhand.com>
4511
4512         * configure.ac:
4513         * Makefile.am:
4514         Add --disable-thumbnailer (#434825)
4515
4516 2007-05-02  Ross Burton  <ross@openedhand.com>
4517
4518         * shell/ev-window.c:
4519         Add missing includes, fix indentation.
4520
4521         * shell/main.c:
4522         Fix indentation.
4523
4524 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4525
4526         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4527         ev_application_open_uri_at_dest instead of ev_application_open_uri
4528         preventing new document always being opened in a new window even if there
4529         is an empty window.
4530
4531 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4532
4533         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4534         (egg_recent_view_uimanager_finalize):
4535         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4536         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4537         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4538         (ev_pixbuf_cache_dispose):
4539         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4540         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4541         
4542         Add missing chain to parent class methods. Fixes
4543         bug #433128.
4544
4545 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4546
4547         * data/Makefile.am (update-icon-cache): Updates
4548         gtk-update-icon-cache in uninstall-hook.
4549
4550 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4551
4552         * shell/ev-window.c: (ev_window_setup_document),
4553         (ev_window_set_document), (ev_window_load_job_cb):
4554         * shell/ev-view.c: (setup_caches):
4555         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4556
4557         Start rendering pages before any other jobs. 
4558
4559 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4560
4561         * shell/ev-window.c: (ev_window_stop_fullscreen),
4562         (ev_window_stop_presentation):
4563
4564         Update chrome visibility before window unfullscreen. 
4565
4566 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4567
4568         * data/Makefile.am:
4569         * data/evince-ui.xml:
4570         * shell/ev-stock-icons.[ch]:
4571         * shell/ev-application.[ch]: (ev_application_shutdown),
4572         (ev_application_init), (ev_application_get_toolbars_model):
4573         * shell/ev-window.c: (update_chrome_visibility),
4574         (fullscreen_toolbar_setup_item_properties),
4575         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4576         (ev_window_run_presentation), (ev_window_stop_presentation),
4577         (ev_window_run_preview), (ev_window_screen_changed),
4578         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4579         (ev_window_dispose), (ev_window_init):
4580
4581         Make fullscreen toolbar always visible. Do not use egg toolbars for
4582         fullscreen and preview modes since such toolbars are not editables.
4583         Fixes bugs #300278, #338910 and #316188.  
4584
4585 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4586
4587         * shell/ev-application.c:
4588         * shell/ev-job-queue.c:
4589         * shell/ev-metadata-manager.c:
4590         * shell/ev-stock-icons.c:
4591         * shell/ev-window.c:
4592         * shell/main.c:
4593         
4594         Developers documentation updated.
4595
4596 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4597
4598         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4599
4600         Check whether uri is valid before launching it. Fixes bug #427664.
4601
4602 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4603
4604         * shell/ev-window.c:
4605
4606         Change key accelerator for Open a Copy menu entry which is in conflict
4607         with Close. Fixes bug #427321.
4608
4609 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4610
4611         * NEWS:
4612         * configure.ac:
4613         
4614         Update for release 0.8.1
4615
4616 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4617
4618         * shell/ev-window.c: (setup_size_from_metadata):
4619         
4620         Do not make window bigger than screen. Fixes bug 
4621         #388985.
4622
4623 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4624
4625         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4626         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4627
4628         Use default resolution when it's not provided by document. Fixes bug
4629         #408762.
4630
4631 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4632
4633         * configure.ac:
4634         * thumbnailer/Makefile.am:
4635         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4636         * thumbnailer/evince-thumbnailer.schemas.in:
4637         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4638
4639         Add support for ps, eps and compressed documents thumbnails. Do not
4640         ignore size parameter. 
4641
4642 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4643
4644         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4645         (dvi_document_do_color_special):
4646         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4647
4648         Implement font color specials in the DVI backend. Fixes bug #303651.
4649
4650 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4651
4652         Fixup the previous commit:
4653
4654         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4655         * shell/xdg-user-dir-lookup.c: Make the function non-static
4656         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4657
4658 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4659
4660         * shell/ev-window.c (file_open_dialog_response_cb): Use
4661         the xdg-user-dirs DOCUMENTS folder as default folder when
4662         opening a file chooser.  (#424858)
4663
4664         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4665         xdg-user-dirs.
4666
4667 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4668
4669         * shell/ev-window.c: (ev_window_load_job_cb):
4670
4671         Do not setup view from metadata on preview mode. 
4672
4673 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4674
4675         * shell/main.c:
4676
4677         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4678
4679 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4680
4681         * shell/ev-view.c: (ev_view_primary_get_cb):
4682
4683         Check pointer != NULL before using it. Fixes bug #416841. 
4684
4685 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4686
4687         * NEWS:
4688         * configure.ac:
4689         
4690         Release 0.8.0
4691
4692 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4693
4694         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4695
4696         Do not render thumbnails when sidebar thumbnail page is not visible
4697         at startup. Fixes bug #416447. 
4698
4699 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4700
4701         * data/evince.desktop.in.in:
4702
4703         "Application" is not a valid category in the freedesktop specification.
4704
4705 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4706
4707         * libdocument/ev-file-helpers.[ch]: (compression_run),
4708         (ev_file_uncompress), (ev_file_compress):
4709         * shell/ev-window.c: (file_save_dialog_response_cb):
4710
4711         Save document compressed when saving a copy of a compressed document.
4712         Fixes bug #334542.
4713
4714 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4715
4716         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4717
4718         Allow deleting in goto window entry in presentation mode. 
4719
4720 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4721
4722         * Makefile.am: Dist MAINTAINERS.
4723
4724 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4725
4726         * shell/ev-window.c: (ev_window_update_actions):
4727
4728         Fix zoom shortcut keys when searching. Fixes bug #409828.
4729
4730 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4731
4732         * shell/ev-window.c: (ev_window_setup_document):
4733
4734         Fix crash when loading documents with only one page. 
4735
4736 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4737
4738         * backend/dvi/dvi-document.c:
4739         (dvi_document_thumbnails_get_dimensions),
4740         (dvi_document_thumbnails_get_thumbnail):
4741         * backend/impress/impress-document.c:
4742         (impress_document_thumbnails_get_thumbnail),
4743         (impress_document_thumbnails_get_dimensions):
4744         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4745         (ps_document_thumbnails_get_dimensions):
4746         * backend/djvu/djvu-document.c:
4747         (djvu_document_thumbnails_get_dimensions),
4748         (djvu_document_thumbnails_get_thumbnail):
4749         * backend/tiff/tiff-document.c:
4750         (tiff_document_thumbnails_get_thumbnail),
4751         (tiff_document_thumbnails_get_dimensions):
4752         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4753         (pdf_document_thumbnails_get_thumbnail),
4754         (pdf_document_thumbnails_get_dimensions):
4755         * backend/comics/comics-document.c:
4756         (comics_document_thumbnails_get_thumbnail),
4757         (comics_document_thumbnails_get_dimensions):
4758         * backend/pixbuf/pixbuf-document.c:
4759         (pixbuf_document_thumbnails_get_thumbnail),
4760         (pixbuf_document_thumbnails_get_dimensions):
4761         * libdocument/ev-document-thumbnails.[ch]:
4762         (ev_document_thumbnails_get_thumbnail),
4763         (ev_document_thumbnails_get_dimensions):
4764         * libdocument/ev-document-misc.[ch]:
4765         (ev_document_misc_get_thumbnail_frame):
4766         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4767         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4768         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4769         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4770         (ev_sidebar_thumbnails_refresh):
4771         * shell/ev-window.c: (ev_window_setup_document):
4772         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4773
4774         Use an EvRenderContext for rendering thumbnails instead of a suggested
4775         width, so that different sized pages get sized proportionally.
4776
4777 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4778
4779         * shell/ev-view.c: (ev_view_button_press_event),
4780         (ev_view_key_press_event):
4781
4782         Fix critical warnings when there is no document loaded. 
4783
4784 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4785
4786         * shell/ev-page-action-widget.c:
4787         * shell/ev-navigation-action.c:
4788         * shell/ev-window.c:
4789
4790         Fix compile warnings. 
4791
4792 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4793
4794         * backend/djvu/djvu-text.h:
4795         * backend/djvu/djvu-document.c:
4796         * backend/djvu/djvu-text-page.c:
4797         * backend/djvu/djvu-links.c:
4798         * backend/djvu/djvu-text-page.h:
4799         * backend/djvu/djvu-text.c:
4800         
4801         Fix build on Mac. Fixes bug #392186. Patch by
4802         <ephraim_owns@hotmail.com>
4803
4804 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4805
4806         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4807
4808         Restore cairo context before rendering every page when printing a PDF
4809         document into a PDF file. 
4810
4811 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4812
4813         * backend/ps/gstypes.h:
4814         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4815         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4816         (ps_document_thumbnails_get_thumbnail):
4817
4818         Handle PostScript page orientation. Fixes bug #318568.
4819
4820 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4821
4822         * backend/ps/Makefile.am:
4823         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4824         (document_load), (ps_document_load), (save_document),
4825         (save_page_list), (ps_document_get_n_pages),
4826         (ps_document_get_page_size), (ps_document_get_info),
4827         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4828         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4829         (ps_document_thumbnails_get_thumbnail),
4830         (ps_document_thumbnails_get_dimensions),
4831         (ps_document_document_thumbnails_iface_init):
4832         * backend/ps/ps.[ch]: (psgetpagebox):
4833         * backend/ps/ps-interpreter.[ch]:
4834
4835         Add support for thumbnails in ps backend. Fixes bug #164755. 
4836
4837 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4838
4839         * NEWS:
4840         * configure.ac:
4841         
4842         Release 0.7.2
4843
4844 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4845
4846         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4847         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4848         (ev_window_dispose):
4849
4850         Use document thumbnail as window icon. Fixes bug #384442.
4851
4852 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4853
4854         * configure.ac:
4855
4856         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4857         duplicated adding application/x-bzpostscript instead. 
4858
4859 2007-02-11  Tom Parker  <palfrey@tevp.net>
4860
4861         * backend/ps/ps-document.c: (document_load):
4862
4863         Check return value of psscan before trying
4864         to use it. Fixes bug #372414.
4865
4866 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4867
4868         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4869
4870         Fix invalid free in ev-page-cache. Fixes bug #404745.
4871
4872 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4873
4874         * test/Makefile.am:
4875         * test/test3.py:
4876         
4877         Added reload test case.
4878
4879 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4880
4881         * po/POTFILES.in:
4882         * backend/djvu/djvu-document.c: (djvu_document_load):
4883
4884         Check whether there are missing files in indirect multipage djvu
4885         documents. Fixes bug #361683. 
4886
4887 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4888
4889         * test/Makefile.am:
4890         * test/test-mime.bin:
4891         * test/test3.py:
4892         
4893         Added test for slow mime type
4894
4895 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4896
4897         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4898
4899         Add some checks and call parent_class->finalize. Fixes bug #404745.
4900
4901 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4902
4903         * shell/ev-navigation-action.c: (connect_proxy):
4904         
4905         Fixes dropdown history menu. Thanks a lot Carlos!
4906
4907 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4908
4909         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4910
4911         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4912         bug #373715.
4913
4914 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4915
4916         * backend/ps/ps.c: (psscan):
4917
4918         Fix memory leak. 
4919
4920 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4921
4922         * configure.ac:
4923         * libdocument/ev-file-helpers.c: 
4924
4925         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4926
4927 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4928
4929         * configure.ac:
4930         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4931         (ps_interpreter_start), (document_load), (save_document),
4932         (save_page_list):
4933         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4934         * libdocument/ev-document-factory.c:
4935         (ev_document_factory_get_from_mime), (get_document_from_uri),
4936         (free_uncompressed_uri), (ev_document_factory_get_document):
4937         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4938
4939         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4940
4941 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4942
4943         * libdocument/ev-document.h:
4944
4945         Fix typo in function name. 
4946
4947 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4948
4949         * backend/ps/ps-document.c: (ps_interpreter_finished),
4950         (ps_interpreter_start), (ps_interpreter_failed):
4951
4952         Handle ghostscript interpreter crashes. 
4953
4954 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4955
4956         * shell/ev-window.c: (ev_window_open_uri),
4957         (window_configure_event_cb):
4958
4959         Setup window size and position before showing it. Fixes bug #401711.
4960
4961 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4962
4963         * backend/ps/Makefile.am:
4964         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4965         (ps_document_dispose), (ps_document_class_init),
4966         (ps_interpreter_input), (ps_interpreter_output),
4967         (ps_interpreter_error), (setup_interpreter_env),
4968         (ps_interpreter_start), (ps_interpreter_stop),
4969         (ps_interpreter_failed), (ps_interpreter_is_ready),
4970         (check_filecompressed), (document_load), (ps_document_load),
4971         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4972         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4973         (render_page):
4974
4975         Rework ps-document. Code cleanups, remove deprecated code. 
4976
4977 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4978
4979         * shell/ev-view.c: (ev_view_button_press_event):
4980
4981         Do not start an image drag and drop operation when pointer is on 
4982         text, so that we can select text when the whole background is an
4983         image. 
4984
4985 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4986
4987         * shell/ev-window.c: (ev_window_update_actions): 
4988
4989         Disable all zoom related actions during presentation mode. 
4990
4991 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4992
4993         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4994
4995         Do not zoom in or out on presentation mode. Fixes bug #401305.
4996
4997 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4998
4999         * shell/ev-navigation-action.c: (connect_proxy),
5000         (create_menu_item), (ev_navigation_action_class_init):
5001         
5002         Correctly show menu and fix crash when navigaton 
5003         action is out of toolbar visible area.
5004
5005 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5006
5007         * data/Makefile.am:
5008         * data/evince.1:
5009         
5010         Added man file
5011
5012 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5013
5014         * help/reference/* :
5015         * configure.ac:
5016         
5017         Added gtk-doc based documentation for Evince.
5018         Still in initial state but I hope it will
5019         grow.
5020         
5021         * configure.ac:
5022         
5023         Lower dbus requirement to 0.70
5024
5025 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5026
5027         * shell/ev-window.c: (ev_window_add_history):
5028
5029         Fix memory leak. 
5030
5031 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5032
5033         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5034         * shell/ev-view.h:
5035         * shell/ev-window.c: (ev_window_add_history):
5036         
5037         Correctly handle named destination links
5038
5039 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5040
5041         * NOTES:
5042         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5043         * backend/pdf/ev-poppler.cc:
5044         * libdocument/ev-document-links.h:
5045         * libdocument/ev-link.c: (ev_link_get_page):
5046         * libdocument/ev-link.h:
5047         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5048         (ev_history_add_link):
5049         * shell/ev-history.h:
5050         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5051         (new_history_menu_item), (build_menu):
5052         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5053         * shell/ev-sidebar-links.c: (create_loading_model),
5054         (print_section_cb), (ev_sidebar_links_construct),
5055         (fill_page_labels), (update_page_callback_foreach),
5056         (update_page_callback), (job_finished_callback):
5057         * shell/ev-view.c: (ev_view_handle_link):
5058         * shell/ev-window.c: (ev_window_find_chapter),
5059         (ev_window_add_history), (view_handle_link_cb),
5060         (history_changed_cb):
5061         
5062         Implements another history variant
5063
5064 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5065
5066         * shell/ev-window.c: (view_external_link_cb):
5067         * shell/ev-view.c: (ev_view_button_release_event):
5068
5069         Open links in new window when clicking with middle button. 
5070
5071 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5072
5073         * shell/ev-navigation-action.c: (new_history_menu_item):
5074         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5075         * shell/ev-view.c: (ev_view_handle_link):
5076         * shell/ev-window.c:
5077         
5078         Store link before jump, not the destination. For me it 
5079         seems like more natural history behavior.
5080
5081 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5082
5083         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5084         (ev_navigation_action_class_init):
5085         * shell/ev-navigation-action.h:
5086         * shell/ev-page-action.c: (activate_cb):
5087         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5088         (ev_page_cache_set_current_page_history):
5089         * shell/ev-page-cache.h:
5090         * shell/ev-sidebar-thumbnails.c:
5091         (ev_sidebar_tree_selection_changed),
5092         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5093         * shell/ev-view-private.h:
5094         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5095         * shell/ev-view.h:
5096         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5097         (ev_window_setup_document), (ev_window_load_job_cb):
5098         * shell/ev-window.h:
5099         
5100         History finally works as expected.
5101
5102 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5103
5104         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5105
5106         Do not update links treeview if it doesn't have a model assigned yet. 
5107
5108 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5109
5110         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5111         (ev_sidebar_links_class_init), (update_page_callback):
5112
5113         Do not update links treeview when sidepane is not visible. 
5114
5115 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5116
5117         * shell/ev-marshal.list:
5118         * shell/ev-page-action.c: (activate_cb),
5119         (ev_page_action_class_init):
5120         * shell/ev-page-action.h:
5121         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5122         * shell/ev-window.c:
5123         
5124         Remove activate_link signal, not required.
5125
5126 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5127
5128         * shell/ev-navigation-action.c: (build_menu):
5129         
5130         Reorder menu items and build menu with fixed length.
5131
5132 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5133
5134         * shell/ev-view.c: (get_selected_text):
5135         
5136         Normalize text to fix ligatures problem. See bug
5137         #341947 for details.
5138
5139 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5140
5141         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5142
5143         Fix memory leak in ev-page-cache. 
5144
5145 2007-01-25  Tom Parker <palfrey@tevp.net>
5146
5147         * backend/impress/impress-document.c: (impress_document_load),
5148         (impress_document_finalize), (impress_document_init):
5149         * properties/ev-properties-main.c: (ev_properties_get_pages):
5150         
5151         Correctly handle impress document errors. Fixes nautilus
5152         crash in property page #370491.
5153
5154 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5155
5156         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5157         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5158         (ev_job_queue_remove_job):
5159         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5160         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5161         (ev_job_load_run):
5162         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5163         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5164         (ev_window_load_job_cb), (xfer_update_progress_callback),
5165         (ev_window_open_uri), (ev_window_dispose):
5166         * shell/main.c: (main):
5167
5168         Do file transfer asynchronously in the main thread instead of
5169         synchronously in the load thread. Fixes bugs #399694, #398307 and
5170         #343542.
5171
5172 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5173
5174         * shell/ev-jobs.c: (ev_job_xfer_run):
5175
5176         Load the document with the font-config lock held. 
5177
5178 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5179
5180         * backend/ps/ps-document.c: (start_interpreter):
5181
5182         Fix memory leaks in ps backend. 
5183
5184 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5185
5186         * backend/impress/impress-document.c:
5187         (impress_document_render_pixbuf):
5188
5189         Do not acquire fontconfig lock in impress backend, since it is using
5190         the main loop for rendering. 
5191
5192 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5193
5194         * po/POTFILES.in: 
5195
5196         Remove mdvi files that shouldn't be translated. 
5197
5198 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5199
5200         * shell/ev-view-private.h:
5201         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5202         (ev_view_set_zoom):
5203
5204         Render "loading..." text into a cairo surface instead of directly into
5205         the window so that fontconfig lock is only needed once and UI is not
5206         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5207
5208 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5209
5210         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5211         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5212
5213         Use icon theme associated with the window screen rather than default. 
5214
5215 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5216
5217         * configure.ac:
5218
5219         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5220
5221 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5222
5223         * data/icons/*/apps/evince.*:
5224
5225         Move Evince icons under new apps directory.
5226
5227         * data/icons/*/actions/*:
5228
5229         Add new custom themeable Evince icons: view-page-continuous, 
5230         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5231         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5232
5233         * configure.ac:
5234
5235         Add new directories to AC_CONFIG_FILES.
5236
5237         * shell/ev-stock-icons.c:
5238         * shell/ev-stock-icons.h:
5239
5240         Use new custom themeable icons.
5241
5242 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5243
5244         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5245
5246         Do not draw white background page in presentation mode. 
5247
5248 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5249
5250         * shell/ev-view.c: Remove unused gnome-vfs include.
5251
5252 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5253
5254         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5255         
5256         Format string is corrected, fixes bug #397129.
5257
5258 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5259
5260         * shell/ev-window.c: (ev_window_setup_recent):
5261
5262         Do not include in recent menu inexistent documents. Fixes
5263         bug #339171.
5264
5265 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5266
5267         * po/POTFILES.skip: 
5268
5269         Update POTFILES.skip file according to current source tree. 
5270
5271 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5272
5273         * shell/ev-window.c: (file_save_dialog_response_cb):
5274
5275         Do Save a copy in atomic way. Fixes bug #328266. 
5276
5277 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5278
5279         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5280
5281         Keep selected cell always visible in index treeview.
5282
5283 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5284         
5285         * shell/ev-view.c: (ev_view_size_allocate):
5286
5287         Restore horizontal scrollbar after switching to/from fullscreen
5288         or presentation mode. Fixes bug #331728.
5289
5290 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5291
5292         * shell/ev-view-private.h:
5293         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5294         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5295         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5296         (ev_view_can_zoom_out):
5297
5298         Use max and min scale values in the view iby taking dpi into account. 
5299
5300 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5301
5302         * configure.ac:
5303         * NEWS:
5304
5305         Release 0.7.1
5306
5307 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5308
5309         * shell/ev-window.c: (ev_window_print_send):
5310
5311         Send print job to printer with some settings set to default values,
5312         since we have already exported to a file according to such settings
5313         and they could be taken twice by some printers. 
5314
5315 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5316
5317         * shell/ev-jobs.c: (ev_job_xfer_run):
5318         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5319
5320         Show main window and load document with the font-config lock held. 
5321
5322 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5323
5324         * configure.ac:
5325         * shell/ev-application.c: (ev_application_register_service):
5326         * shell/main.c: (load_files_remote):
5327
5328         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5329
5330 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5331
5332         * doc/debugging.txt:
5333         
5334         Remove obsolete documentation.
5335
5336 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5337
5338         * Makefile.am:
5339         * backend/Makefile.am:
5340         * backend/comics/Makefile.am:
5341         * backend/djvu/Makefile.am:
5342         * backend/dvi/Makefile.am:
5343         * backend/ev-async-renderer.c:
5344         * backend/ev-async-renderer.h:
5345         * backend/ev-attachment.c:
5346         * backend/ev-attachment.h:
5347         * backend/ev-backend-marshal.c:
5348         * backend/ev-document-factory.c:
5349         * backend/ev-document-factory.h:
5350         * backend/ev-document-find.c:
5351         * backend/ev-document-find.h:
5352         * backend/ev-document-fonts.c:
5353         * backend/ev-document-fonts.h:
5354         * backend/ev-document-images.c:
5355         * backend/ev-document-images.h:
5356         * backend/ev-document-info.h:
5357         * backend/ev-document-links.c:
5358         * backend/ev-document-links.h:
5359         * backend/ev-document-misc.c:
5360         * backend/ev-document-misc.h:
5361         * backend/ev-document-security.c:
5362         * backend/ev-document-security.h:
5363         * backend/ev-document-thumbnails.c:
5364         * backend/ev-document-thumbnails.h:
5365         * backend/ev-document-transition.c:
5366         * backend/ev-document-transition.h:
5367         * backend/ev-document.c:
5368         * backend/ev-document.h:
5369         * backend/ev-file-exporter.c:
5370         * backend/ev-file-exporter.h:
5371         * backend/ev-image.c:
5372         * backend/ev-image.h:
5373         * backend/ev-link-action.c:
5374         * backend/ev-link-action.h:
5375         * backend/ev-link-dest.c:
5376         * backend/ev-link-dest.h:
5377         * backend/ev-link.c:
5378         * backend/ev-link.h:
5379         * backend/ev-render-context.c:
5380         * backend/ev-render-context.h:
5381         * backend/ev-selection.c:
5382         * backend/ev-selection.h:
5383         * backend/impress/Makefile.am:
5384         * backend/pdf/Makefile.am:
5385         * backend/pixbuf/Makefile.am:
5386         * backend/ps/Makefile.am:
5387         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5388         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5389         (start_interpreter), (stop_interpreter), (document_load),
5390         (ps_document_next_page), (render_page):
5391         * backend/tiff/Makefile.am:
5392         * comics/Makefile.am:
5393         * comics/comics-document.c:
5394         * comics/comics-document.h:
5395         * configure.ac:
5396         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5397         * djvu/Makefile.am:
5398         * djvu/djvu-document-private.h:
5399         * djvu/djvu-document.c:
5400         * djvu/djvu-document.h:
5401         * djvu/djvu-links.c:
5402         * djvu/djvu-links.h:
5403         * djvu/djvu-text-page.c:
5404         * djvu/djvu-text-page.h:
5405         * djvu/djvu-text.c:
5406         * djvu/djvu-text.h:
5407         * dvi/Makefile.am:
5408         * dvi/dvi-document.c:
5409         * dvi/dvi-document.h:
5410         * dvi/fonts.c:
5411         * dvi/fonts.h:
5412         * dvi/mdvi-lib/Makefile.am:
5413         * dvi/mdvi-lib/afmparse.c:
5414         * dvi/mdvi-lib/afmparse.h:
5415         * dvi/mdvi-lib/bitmap.c:
5416         * dvi/mdvi-lib/bitmap.h:
5417         * dvi/mdvi-lib/color.c:
5418         * dvi/mdvi-lib/color.h:
5419         * dvi/mdvi-lib/common.c:
5420         * dvi/mdvi-lib/common.h:
5421         * dvi/mdvi-lib/defaults.h:
5422         * dvi/mdvi-lib/dvimisc.c:
5423         * dvi/mdvi-lib/dviopcodes.h:
5424         * dvi/mdvi-lib/dviread.c:
5425         * dvi/mdvi-lib/files.c:
5426         * dvi/mdvi-lib/font.c:
5427         * dvi/mdvi-lib/fontmap.c:
5428         * dvi/mdvi-lib/fontmap.h:
5429         * dvi/mdvi-lib/fontsrch.c:
5430         * dvi/mdvi-lib/gf.c:
5431         * dvi/mdvi-lib/hash.c:
5432         * dvi/mdvi-lib/hash.h:
5433         * dvi/mdvi-lib/list.c:
5434         * dvi/mdvi-lib/mdvi.h:
5435         * dvi/mdvi-lib/pagesel.c:
5436         * dvi/mdvi-lib/paper.c:
5437         * dvi/mdvi-lib/paper.h:
5438         * dvi/mdvi-lib/pk.c:
5439         * dvi/mdvi-lib/private.h:
5440         * dvi/mdvi-lib/setup.c:
5441         * dvi/mdvi-lib/sp-epsf.c:
5442         * dvi/mdvi-lib/special.c:
5443         * dvi/mdvi-lib/sysdeps.h:
5444         * dvi/mdvi-lib/t1.c:
5445         * dvi/mdvi-lib/tfm.c:
5446         * dvi/mdvi-lib/tfmfile.c:
5447         * dvi/mdvi-lib/tt.c:
5448         * dvi/mdvi-lib/util.c:
5449         * dvi/mdvi-lib/vf.c:
5450         * dvi/pixbuf-device.c:
5451         * dvi/pixbuf-device.h:
5452         * impress/Makefile.am:
5453         * impress/common.h:
5454         * impress/document.c:
5455         * impress/f_oasis.c:
5456         * impress/f_oo13.c:
5457         * impress/iksemel.c:
5458         * impress/iksemel.h:
5459         * impress/imposter.h:
5460         * impress/impress-document.c:
5461         * impress/impress-document.h:
5462         * impress/internal.h:
5463         * impress/r_back.c:
5464         * impress/r_draw.c:
5465         * impress/r_geometry.c:
5466         * impress/r_gradient.c:
5467         * impress/r_style.c:
5468         * impress/r_text.c:
5469         * impress/render.c:
5470         * impress/render.h:
5471         * impress/zip.c:
5472         * impress/zip.h:
5473         * lib/Makefile.am:
5474         * lib/ev-debug.c:
5475         * lib/ev-debug.h:
5476         * lib/ev-file-helpers.c:
5477         * lib/ev-file-helpers.h:
5478         * lib/ev-gui.c:
5479         * lib/ev-gui.h:
5480         * lib/ev-tooltip.c:
5481         * lib/ev-tooltip.h:
5482         * libdocument/Makefile.am:
5483         * libdocument/ev-file-helpers.c:
5484         * pdf/Makefile.am:
5485         * pdf/ev-poppler.cc:
5486         * pdf/ev-poppler.h:
5487         * pixbuf/Makefile.am:
5488         * pixbuf/pixbuf-document.c:
5489         * pixbuf/pixbuf-document.h:
5490         * properties/Makefile.am:
5491         * ps/Makefile.am:
5492         * ps/gsdefaults.c:
5493         * ps/gsdefaults.h:
5494         * ps/gsio.c:
5495         * ps/gsio.h:
5496         * ps/gstypes.h:
5497         * ps/ps-document.c:
5498         * ps/ps-document.h:
5499         * ps/ps.c:
5500         * ps/ps.h:
5501         * shell/Makefile.am:
5502         * shell/ev-application.h:
5503         * shell/ev-sidebar-links.c:
5504         * shell/ev-sidebar-links.h:
5505         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5506         (ev_gui_menu_position_tree_selection):
5507         * shell/ev-utils.h:
5508         * shell/ev-view.c: (ev_view_finalize):
5509         * shell/ev-window.c:
5510         * shell/main.c: (main):
5511         * thumbnailer/Makefile.am:
5512         * tiff/Makefile.am:
5513         * tiff/tiff-document.c:
5514         * tiff/tiff-document.h:
5515         * tiff/tiff2ps.c:
5516         * tiff/tiff2ps.h:
5517         
5518         Reorganize source tree.
5519
5520 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5521
5522         * backend/ev-document-factory.c:
5523
5524         Do not include ev-poppler.h when pdf is disabled. 
5525
5526 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5527
5528         * configure.ac:
5529         * data/evince-ui.xml:
5530         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5531         (pdf_document_document_images_iface_init):
5532         * backend/Makefile.am:
5533         * backend/ev-document-images.[ch]:
5534         * backend/ev-image.[ch]:
5535         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5536         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5537         (ev_job_xfer_run):
5538         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5539         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5540         (ev_pixbuf_cache_get_image_mapping):
5541         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5542         (view_menu_popup_cb), (ev_window_dispose),
5543         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5544         (ev_view_popup_cmd_copy_image):
5545         * shell/ev-view-private.h:
5546         * shell/ev-view.c: (ev_view_get_image_at_location),
5547         (ev_view_do_popup_menu), (ev_view_popup_menu),
5548         (ev_view_button_press_event), (ev_view_drag_data_get),
5549         (ev_view_drag_motion), (ev_view_drag_data_received),
5550         (ev_view_motion_notify_event), (ev_view_button_release_event),
5551         (ev_view_finalize), (ev_view_class_init):
5552
5553         Add image handling support. Fixes bugs #310008 and #325047. Images
5554         selection is not supported yet. 
5555
5556 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5557
5558         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5559         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5560         (ev_view_init):
5561
5562         Move view drag and drop stuff to ev-view.
5563
5564 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5565
5566         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5567         * shell/ev-view.c: (clear_selection): 
5568
5569         Clear selection also in pixbuf cache.
5570
5571 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5572
5573         * data/evince.desktop.in.in:
5574         
5575         Change icon name in desktop file. See bug #390734
5576         for details.
5577
5578 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5579
5580         * thumbnailer/Makefile.am:
5581
5582         Use top_builddir instead top_srcdir for generated schema
5583         file installation. Fixes bug #390161.
5584
5585 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5586
5587         * configure.ac:
5588         * backend/Makefile.am:
5589         * backend/ev-document-transition.[ch]:
5590         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5591         (pdf_document_page_transition_iface_init):
5592         * shell/ev-view-private.h:
5593         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5594         (ev_view_set_presentation), (transition_next_page),
5595         (ev_view_presentation_transition_stop),
5596         (ev_view_presentation_transition_start), (ev_view_next_page):
5597
5598         Add page transition support in presentation mode. At the moment only
5599         page duration is supported, but not transition effects. Fixes bug
5600         #309815.
5601
5602 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5603
5604         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5605
5606         Run find_link_dest with document lock held, since it's called by links
5607         thread and main thread at the same time. 
5608
5609 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5610
5611         * shell/ev-view.c: (goto_dest):
5612
5613         Update page-cache when page is changed by the view, so that
5614         page-changed signal is emitted. 
5615
5616 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5617
5618         * test/test1.py:
5619         * test/test2.py:
5620
5621         Use C locale in tests. 
5622
5623 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5624
5625         * shell/ev-window.c: (ev_window_run_presentation):
5626         * shell/ev-view-private.h:
5627         * shell/ev-view.c: (ev_view_set_presentation):
5628
5629         Restore zoom settings when back from presentation mode. 
5630
5631 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5632
5633         * shell/ev-window.c: (ev_window_run_presentation):
5634
5635         Always use "best fit" zoom in presentation mode.
5636         Fixes bug #389195.
5637
5638 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5639
5640         * shell/ev-view.c: (ev_view_goto_window_create):
5641
5642         Show "Jump to page" label in the page jumping popup in
5643         presentation mode instead of just a GtkEntry.
5644
5645 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5646
5647         * shell/ev-window.c: (launch_external_uri):
5648
5649         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5650         #378085.
5651
5652 2006-12-22  Elijah Newren  <newren gmail com>
5653
5654         * configure.ac: explicitly check for libxml2.  Fixes #388795
5655
5656 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5657
5658         * shell/ev-view-private.h:
5659         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5660         (ev_view_goto_window_delete_event), (key_is_numeric),
5661         (ev_view_goto_window_key_press_event),
5662         (ev_view_goto_window_button_press_event),
5663         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5664         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5665         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5666
5667         Allow jumping to another page by typing a page number in presentation
5668         mode. It uses a popup window with an entry. Fixes bug #353625.
5669
5670 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5671
5672         * configure.ac:
5673         * properties/ev-properties-view.c: (ev_get_default_user_units),
5674         (ev_regular_paper_size):
5675         
5676         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5677         to Damien Carbery <damien.carbery@sun.com> and
5678         Yevgen Muntyan <muntyan@tamu.edu>.
5679
5680 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5681
5682         * shell/ev-window.c: (setup_document_from_metadata):
5683
5684         Make sure Evince doesn't restore the view on the last
5685         page when a document is reopened. Fixes bug #383381.
5686
5687 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5688
5689         * shell/ev-view.c: (draw_loading_text):
5690
5691         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5692
5693 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5694
5695         * configure.ac:
5696         * NEWS:
5697
5698         Release 0.7.0
5699
5700 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5701
5702         * configure.ac:
5703         * pdf/ev-poppler.cc: (pdf_print_context_free),
5704         (pdf_document_file_exporter_begin),
5705         (pdf_document_file_exporter_do_page):
5706
5707         Make cairo-pdf depedency optional. 
5708
5709 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5710
5711         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5712
5713         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5714
5715 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5716
5717         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5718         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5719         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5720         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5721         * shell/ev-view.c: (draw_loading_text):
5722         * shell/ev-window.c: (ev_window_cmd_file_properties):
5723
5724         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5725         related to using FontConfig from different threads.
5726         
5727 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5728
5729         * shell/ev-view.c: (draw_loading_text):
5730
5731         Acquire lock document when drawing "Loading..." text so that only one
5732         thread will use FontConfig at the same time. Fixes bug #374750.
5733
5734 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5735
5736         * shell/ev-page-action.[ch]: (activate_cb):
5737         * shell/ev-window.c: (activate_label_cb):
5738
5739         Check if text inserted in page entry is a valid page number when it
5740         doesn't match to any document page label. Fixes bug #383165.
5741
5742 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5743         * shell/ev-window.c:
5744
5745         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5746         available with GTK < 2.10. Added an ifdef to avoid compilation
5747         error.
5748
5749 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5750
5751         * configure.ac:
5752         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5753
5754         Fix ps backend in multihead systems.
5755
5756 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5757
5758         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5759         * shell/ev-window.c: (ev_window_get_screen_dpi),
5760         (ev_window_update_actions), (setup_view_from_metadata),
5761         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5762
5763         Take screen DPI into account when zooming. Fixes bug #318285.
5764
5765 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5766
5767         * data/Makefile.am:
5768
5769         Cleaned up/slightly refactored Makefile.am. Added GConf
5770         schemas uninstallation as well.
5771
5772 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5773
5774         * Makefile.am:
5775         * test/Makefile.am:
5776
5777         Fight with autotools to fix make check. Make distcheck
5778         works fine as well now!
5779
5780 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5781
5782         * shell/ev-view.c: (draw_end_presentation_page):
5783
5784         Corrected "end of presentation" string.
5785
5786 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5787
5788         * shell/ev-view.c: (ev_view_key_press_event):
5789
5790         Correctly propagate key press event so that up/down keys
5791         work as expected (correct behaviour was broken by
5792         black/white screen key bindings for presentations).
5793
5794 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5795
5796         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5797         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5798         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5799         (pdf_selection_get_selection_region),
5800         (pdf_selection_get_selection_map):
5801
5802         Add "static" to some private functions. 
5803
5804 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5805
5806         * lib/ev-tooltip.h:
5807         * properties/ev-properties-view.h:
5808         * shell/ev-jobs.h:
5809         * shell/ev-properties-dialog.h:
5810         * shell/ev-properties-fonts.h:
5811         * shell/ev-sidebar-links.h:
5812         * shell/ev-sidebar-thumbnails.h:
5813         * shell/ev-sidebar.h:
5814         * shell/ev-window.h:
5815         
5816         Fixes CHACK type in class casts. See bug #385343
5817         for details.
5818
5819 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5820
5821         * shell/ev-view-private.h:
5822         * shell/ev-view.c: (draw_end_presentation_page),
5823         (ev_view_expose_event), (ev_view_key_press_event),
5824         (ev_view_class_init), (ev_view_init):
5825
5826         Blank screen in presentation mode when pressing 'b' (filling with
5827         black) or 'w' (filling with white) keys. Fixes bug #358132.
5828
5829 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5830
5831         * data/evince-toolbar.xml:
5832         * shell/ev-window.c:
5833         
5834         Use stock icon for Select All action. Fixes
5835         bug #382652.
5836
5837 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5838
5839         * shell/ev-view.c: (get_doc_point_from_offset),
5840         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5841
5842         Add links support in rotated documents. Fixes bug #343733.
5843
5844 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5845
5846         * shell/ev-view-private.h:
5847         * shell/ev-view.c: (draw_end_presentation_page),
5848         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5849
5850         Show a blank page after the last page in presentation mode with a
5851         message indicating that presentation has finished and how to exit. 
5852
5853 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5854
5855         * shell/ev-window.c: (fullscreen_timeout_cb):
5856
5857         Hide cursor after a while in presentation mode. 
5858
5859 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5860
5861         * backend/ev-document-info.h:
5862         * data/evince-properties.glade:
5863         * pdf/ev-poppler.cc:
5864         * properties/ev-properties-view.c: (ev_regular_paper_size),
5865         (ev_properties_view_set_info):
5866         * ps/ps-document.c: (ps_document_get_info):
5867
5868         Adds a paper size field to the properties dialog. Fixes
5869         bug #307315. Patch by Kasper Svendsen (with some i18n
5870         changes done by me).
5871
5872 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5873
5874         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5875         (screensaver_init_dbus), (totem_scrsaver_new),
5876         (totem_scrsaver_init):
5877         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5878         * shell/ev-application.c: (ev_application_register_service),
5879         (ev_application_screensaver_enable),
5880         (ev_application_screensaver_disable):
5881         * shell/ev-application.h:
5882         * shell/ev-window.c: (ev_window_run_presentation),
5883         (ev_window_stop_presentation), (build_comments_string),
5884         (ev_window_init):
5885         
5886         Move screensaver handling to application. No more
5887         message on startup.
5888
5889 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5890
5891         * configure.ac:
5892         * backend/Makefile.am:
5893         * backend/ev-file-exporter.[ch]:
5894         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5895         * ps/ps-document.c: (ps_document_file_exporter_*):
5896         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5897         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5898         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5899         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5900
5901         Allow printing to PDF when suppoted by the backend.
5902         
5903 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5904
5905         * shell/ev-window.c: (build_comments_string):
5906
5907         Use always "Document Viewer" in about dialog. 
5908
5909 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5910
5911         * djvu/djvu-document.c: (djvu_document_get_page_size):
5912
5913         Display a warning message when get_pageinfo fails. 
5914
5915 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5916
5917         * Makefile.am:
5918         * backend/Makefile.am:
5919         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5920         * configure.ac:
5921         * shell/ev-window.c: (build_comments_string):
5922         
5923         Make pdf compilation optional. See bug #38007.
5924
5925 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5926
5927         * ps/ps.c: (get_next_text):
5928
5929         Fix CVE-2006-5864.
5930
5931 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5932
5933         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5934         * shell/ev-navigation-action.c: (connect_proxy),
5935         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5936         
5937         Do not call g_type_class_peek_parent twice.
5938
5939 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5940
5941         * configure.ac:
5942         * data/icons/24x24/.cvsignore:
5943         * data/icons/24x24/Makefile.am:
5944         * data/icons/24x24/evince.png:
5945         * data/icons/Makefile.am:
5946         
5947         Add 24x24 icon. Thanks to 
5948         Michael Monreal <infernux@web.de>.
5949
5950 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5951
5952         * configure.ac: Fix typo in configure.ac. Thanks
5953         to dmacks@netspace.org for notification.
5954
5955 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5956
5957         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5958         
5959         Drop dbus include, fixes compilation with older dbus.
5960
5961 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5962
5963         * configure.ac:
5964         * cut-n-paste/Makefile.am:
5965         * cut-n-paste/totem-screensaver/.cvsignore
5966         * cut-n-paste/totem-screensaver/Makefile.am:
5967         * cut-n-paste/totem-screensaver/README:
5968         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5969         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5970         * shell/Makefile.am:
5971         * shell/ev-window.c: (ev_window_run_presentation),
5972         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5973         (ev_window_init):
5974
5975         Implemented screensaver enabling/disabling for
5976         presentation mode (not fullscreen mode). Code stolen
5977         from Totem (with some minor tweaks). Fixes bug #338889.
5978
5979 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5980
5981         * configure.ac:
5982
5983         Bump gnome-icon-theme requirements. We use the rotation
5984         icons that appeared recently.
5985
5986 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5987
5988         * shell/ev-history.c: (ev_history_add_page):
5989         * shell/ev-history.h:
5990         * shell/ev-window.c: (page_changed_cb):
5991         
5992         Use page labels instead of numbers.
5993
5994 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5995
5996         * data/evince-toolbar.xml:
5997         * po/POTFILES.in:
5998         * shell/Makefile.am:
5999         * shell/ev-navigation-action-widget.c:
6000         (ev_navigation_action_widget_init),
6001         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6002         (menu_detacher), (ev_navigation_action_widget_set_menu),
6003         (menu_position_func), (popup_menu_under_arrow),
6004         (ev_navigation_action_widget_toggled),
6005         (ev_navigation_action_widget_button_press_event):
6006         * shell/ev-navigation-action-widget.h:
6007         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6008         (ev_navigation_action_set_window), (activate_menu_item_cb),
6009         (new_history_menu_item), (new_empty_history_menu_item),
6010         (build_menu), (menu_activated_cb), (connect_proxy),
6011         (create_tool_item), (ev_navigation_action_init),
6012         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6013         * shell/ev-navigation-action.h:
6014         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6015         (ev_page_action_widget_set_page_cache),
6016         (ev_page_action_widget_finalize),
6017         (ev_page_action_widget_class_init), (match_selected_cb),
6018         (display_completion_text), (match_completion), (build_new_tree_cb),
6019         (get_filter_model_from_model),
6020         (ev_page_action_widget_update_model):
6021         * shell/ev-page-action-widget.h:
6022         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6023         (connect_proxy):
6024         * shell/ev-page-action.h:
6025         * shell/ev-stock-icons.c:
6026         * shell/ev-stock-icons.h:
6027         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6028         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6029         (register_custom_actions):
6030         * shell/main.c:
6031         
6032         Preliminary history implementation
6033
6034 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6035
6036         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6037         (dvi_document_class_init), (dvi_document_init_params):
6038         * dvi/mdvi-lib/font.c: (font_reference):
6039         
6040         Add reference to subfont. Fixes bug #374277.
6041
6042 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6043
6044         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6045         (ev_window_cmd_file_open_copy_at_dest):
6046
6047         Fix a race condition when creating symlink. Increase the counter
6048         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6049         Mathias Hasselmann).
6050
6051 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6052
6053         * backend/Makefile.am:
6054         * backend/ev-attachment.c: (ev_attachment_open):
6055         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6056         (ev_tmp_dir), (ev_tmp_filename):
6057         * shell/ev-sidebar-attachments.c:
6058         (ev_sidebar_attachments_drag_data_get):
6059         * shell/ev-window.c: (ev_window_clear_temp_file):
6060
6061         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6062         in ensure_dir_exists. Abort without crashing when we can't create
6063         user's directory.
6064
6065 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6066
6067         * data/evince-ui.xml:
6068         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6069         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6070         (ev_window_cmd_file_open_copy_at_dest),
6071         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6072         (ev_view_popup_cmd_open_link_new_window):
6073
6074         Allow opening a copy of the current document in a new window. Fixes bug
6075         #357472
6076
6077 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6078
6079         * data/evince-toolbar.xml:
6080         
6081         Add rotate right and rotate left to available items for toolbar.
6082         
6083         * data/evince-ui.xml:
6084         * shell/ev-window.c: (ev_window_init):
6085         
6086         Customize toolbar with right click. Fixes bug #372451.
6087
6088 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6089
6090         * shell/ev-window.c: 
6091         
6092         Use "object-rotate-{left,right}" stock icons. Fixes 
6093         bug #373863.
6094
6095 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6096
6097         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6098         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6099         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6100         (ev_window_open_uri):
6101         * shell/main.c: (arguments_parse):
6102
6103         Remove temp file created when evince is used by GTK+ in
6104         preview mode. Fixes bug #365282. 
6105
6106 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6107
6108         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6109         
6110         Fixes bug #372474 - Side pane disabled when entering 
6111         and leaving fullscreen mode.
6112
6113 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6114
6115         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6116         * data/Makefile.am:
6117         * data/evince-preview-toolbar.xml:
6118         * data/evince-toolbar.xml:
6119         * shell/ev-application.c: (ev_application_shutdown),
6120         (ev_application_init), (ev_application_get_toolbars_model):
6121         * shell/ev-application.h:
6122         * shell/ev-window.c: (update_chrome_visibility),
6123         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6124         (ev_window_cmd_edit_toolbar), (ev_window_init):
6125         
6126         Fixes bug #364364 - toolbar editor shows zoom actions again.
6127
6128 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6129
6130         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6131
6132         Do not take margins into consideration for paper size when printing.
6133         Really fixes bug #350491.
6134
6135 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6136
6137         * data/evince-ui.xml:
6138         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6139         (ev_window_cmd_file_print_setup),
6140         (ev_window_print_dialog_response_cb),
6141         (ev_window_setup_action_sensitivity):
6142
6143         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6144
6145 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6146
6147         * shell/ev-window.c: (ev_window_print_range):
6148
6149         Revert my previuos commit, since printing to PDF is not supported by
6150         evince yet. 
6151
6152 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6153
6154         * shell/ev-window.c: (ev_window_print_range):
6155
6156         Enable print to a PDF. Fixes bug #332121.
6157
6158 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6159
6160         * shell/ev-application-service.xml:
6161         * shell/ev-application.[ch]: (ev_application_open_window),
6162         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6163         (ev_application_open_uri), (ev_application_open_uri_list):
6164         * shell/ev-window.c: (file_open_dialog_response_cb),
6165         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6166         (drag_data_received_cb), (open_remote_link):
6167         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6168
6169         Add support for multiscreen systems. Fixes bug #316206.
6170
6171 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6172
6173         * shell/ev-jobs.[ch]: (ev_job_print_new),
6174         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6175         (ev_job_print_do_page):
6176         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6177
6178         Allow printing only odd/even pages. Fixes bug #367289.
6179
6180 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6181
6182         * test/test1.py:
6183         * test/test2.py:
6184
6185         Re-add locale settings to test files.
6186
6187 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6188
6189         * data/evince-ui.xml:
6190         * shell/ev-window.c: (set_action_properties):
6191         
6192         Removed garbage from code and ui.
6193
6194 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6195
6196         * shell/ev-window.c: (ev_window_cmd_help_about):
6197
6198         Shamelessly add my name to the list of contributors.
6199
6200 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6201
6202         * test/test1.py:
6203         * test/test2.py:
6204
6205         Cleaned up the dogtail scripts.
6206
6207 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6208
6209         * shell/ev-view.c: (draw_loading_text): Don't render
6210         "loading..." text in presentation mode. Temporary
6211         workaround for bug #320352.
6212
6213 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6214
6215         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6216         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6217
6218         Use print settings scale, copies, collate and reverse which were
6219         ignored. Fixes bug #359032.
6220
6221 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6222
6223         * configure.ac:
6224         * data/evince-password.glade:
6225         * test/Makefile.am:
6226         * test/test-encrypt.pdf:
6227         * test/test-links.pdf:
6228         * test/test1.py:
6229         * test/test2.py:
6230
6231         Add automated UI tests for evince with dogtail. See
6232         bug #300948.    
6233
6234 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6235
6236         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6237
6238         Hide fullscreen toolbar when switching to another desktop workspace.
6239         Fixes bug #338871
6240
6241 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6242
6243         * shell/ev-window-title.c: 
6244         
6245         Test for .dvi in title of pdf documents.
6246
6247 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6248
6249         * shell/ev-view.c: (ev_view_scroll):
6250
6251         Page Up/Down should do page jumps in "Best fit" mode.
6252         If a user has explicitly chosen to view exactly one page
6253         at a time, scrolling just a part of the page when
6254         pressing Page Up/Down is not right. Fixes bug #323107.
6255
6256 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6257
6258         * NEWS:
6259         * configure.ac:
6260         
6261         Update for 0.6.1
6262
6263 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6264
6265         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6266         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6267         
6268         Correctly disconnect from job signals on destroy.
6269
6270 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6271
6272         * shell/ev-view-private.h:
6273         * shell/ev-view.c: (view_set_adjustment_values),
6274         (view_update_range_and_current_page),
6275         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6276         
6277         Fixes bug #343199, current page now follows find page.
6278
6279 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6280
6281         * backend/ev-document-factory.c:
6282         * configure.ac:
6283         Assigned OpenDocument presenation MIME type to the
6284         Impress backend. Added some missing (but harmless)
6285         #ifdefs in the document factory as well to make things
6286         consistent again. Fixes bug #360658.
6287
6288 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6289
6290         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6291         * backend/ev-document-find.c: (ev_document_find_get_type):
6292         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6293         * backend/ev-document-links.c: (ev_document_links_get_type):
6294         * backend/ev-document-security.c: (ev_document_security_get_type):
6295         * backend/ev-document-thumbnails.c:
6296         (ev_document_thumbnails_get_type):
6297         * backend/ev-document.c: (ev_document_get_type):
6298         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6299         * backend/ev-selection.c: (ev_selection_get_type):
6300         * cut-n-paste/recent-files/egg-recent-model.c:
6301         (egg_recent_model_get_type):
6302         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6303         (egg_recent_view_uimanager_get_type):
6304         * cut-n-paste/recent-files/egg-recent-view.c:
6305         (egg_recent_view_get_type):
6306         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6307         (egg_editable_toolbar_get_type):
6308         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6309         (egg_toolbar_editor_get_type):
6310         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6311         (egg_toolbars_model_get_type):
6312         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6313         (egg_tree_multi_drag_source_get_type):
6314         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6315         (ephy_zoom_action_get_type):
6316         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6317         (ephy_zoom_control_get_type):
6318         * impress/r_back.c: (_imp_fill_back):
6319         * properties/ev-properties-main.c:
6320         (ev_properties_plugin_register_type):
6321         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6322         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6323         (ev_view_accessible_factory_get_type):
6324
6325         Reduce relocations. Bug #360616.
6326
6327 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6328
6329         * backend/ev-document-factory.c:
6330         (ev_document_factory_get_document):
6331         
6332         Load document even if extension is wrong.
6333
6334 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6335
6336         * shell/ev-metadata-manager.c: (save_values):
6337         * shell/ev-window.c: (setup_size_from_metadata),
6338         (setup_view_from_metadata), (ev_window_setup_document),
6339         (ev_window_xfer_job_cb), (window_configure_event_cb):
6340         
6341         Set size according to the document size/page size ratio.
6342         That should correct rather wierd behaviour of the previous
6343         commit.
6344
6345 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6346
6347         * shell/ev-window.c: (setup_view_from_metadata):
6348         
6349         Set size for new windows from previous window size.
6350         See bugs #354968 and #168450 for details. Thanks
6351         to Meik Hellmund.
6352
6353 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6354
6355         * djvu/djvu-links.c: (build_tree):
6356
6357         Fix memory leak.
6358
6359 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6360
6361         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6362         
6363         Don't make sidebar close button insensitive. Fixes
6364         bug #357871.
6365
6366 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6367
6368         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6369         (ev_window_set_view_accels_sensitivity):
6370         
6371         Don't enable Slash on documents which don't support
6372         find. Fixes bug #358648.
6373
6374 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6375
6376         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6377         open dialog fall back to the current document uri if the
6378         filechooser hasn't been used before. Fixes bug #356980.
6379
6380 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6381
6382         * shell/ev-window.c: (ev_window_setup_recent), 
6383         (ev_window_get_recent_file_label):
6384
6385         Escape underscores in filenames of recent file items.
6386
6387 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6388
6389         * configure.ac:
6390         
6391         Bumped poppler requirements, really 0.5.3 is very 
6392         buggy, now we require 0.5.4.
6393
6394 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6395
6396         * djvu/Makefile.am:
6397         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6398         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6399         (djvu_document_document_links_iface_init):
6400         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6401         (number_from_string_10), (get_djvu_link_dest),
6402         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6403         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6404         (djvu_links_get_links), (djvu_links_find_link_dest),
6405         (djvu_links_get_links_model):
6406         * djvu/djvu-links.h:
6407         
6408         Add support for links and bookmarks in djvu documents. Thanks
6409         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6410         patch.
6411
6412 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6413
6414         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6415         
6416         Reopen should reload document. Fixes 
6417         bug 327951.
6418
6419 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6420
6421         * configure.ac:
6422         * data/Makefile.am:
6423         * data/evince-16.png:
6424         * data/evince-22.png:
6425         * data/evince.png:
6426         * data/evince.svg:
6427         * data/icons/16x16/Makefile.am:
6428         * data/icons/16x16/evince.png:
6429         * data/icons/22x22/Makefile.am:
6430         * data/icons/22x22/evince.png:
6431         * data/icons/48x48/Makefile.am:
6432         * data/icons/48x48/evince.png:
6433         * data/icons/Makefile.am:
6434         * data/icons/scalable/Makefile.am:
6435         * data/icons/scalable/evince.svg:
6436         
6437         Install icons with correct names. Fixes
6438         bug #354429.
6439
6440 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6441
6442         * shell/ev-view.c: (ev_view_button_release_event):
6443
6444         Don't open links with middle mouse button. Fixes bug #353649
6445
6446 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6447
6448         * NEWS:
6449         * configure.ac:
6450         
6451         Update for release 0.6.0
6452
6453 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6454
6455         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6456         Implement Close named action. Patch by Carlos Garcia Campos.
6457
6458 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6459
6460         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6461         
6462         Don't clear link mapping on copy_job_to_job_info. Fixes
6463         bug 346168.
6464
6465 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6466
6467         * shell/main.c: (main):
6468
6469         Revert my previous commit, gnome_program_init owns the option context.
6470         Fix another memory leak in main. Both caught by Christian Persch. 
6471
6472 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6473
6474         * shell/main.c: (main):
6475
6476         Fix memory leak.
6477
6478 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6479
6480         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6481
6482         Fix crash when opening a pdf with password protection. 
6483
6484 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6485
6486         * pdf/ev-poppler.cc: (pdf_document_search_free):
6487
6488         Fix memory leak. 
6489
6490 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6491
6492         * backend/ev-document-factory.c:
6493         (ev_document_factory_get_document):
6494         * tiff/tiff-document.c: (tiff_document_finalize):
6495         
6496         More correct handling of document loading. Fixes
6497         bug #349043.
6498
6499 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6500
6501         * backend/ev-attachment.c: (ev_attachment_save):
6502
6503         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6504         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6505
6506 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6507         
6508         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6509         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6510
6511 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6512
6513         * shell/ev-sidebar-thumbnails.c:
6514
6515         Do not render thumbnails unless thumbnails page is active in the
6516         sidebar.
6517
6518 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6519
6520         * shell/ev-properties-dialog.c:
6521
6522         Fix dialogue spacing. Bug #351370.
6523
6524 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6525
6526         * configure.ac:
6527
6528         Use lowercase gettext catalog file names (evince.mo
6529         instead of Evince.mo)
6530
6531 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6532
6533         * shell/ev-sidebar-attachments.c:
6534
6535         GtkIconTheme is now screen safe too. Fixes bug #350878
6536
6537 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6538
6539         * shell/ev-window.c:
6540
6541         GtkRecent manager is now screen safe. Fixes bug #350145
6542
6543 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6544
6545         * shell/ev-sidebar.c: (ev_sidebar_init):
6546         
6547         Make sidebar close icon smaller. Fix for bug 350177.
6548         See also bugs 350176 and 165770.
6549
6550 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6551
6552         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6553
6554         Ignore zoom for xyz destinations when it's <= 1, keeping user
6555         preferences instead. Set correct sizing-mode for fith and fitv
6556         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6557
6558 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6559
6560         * NEWS:
6561         * configure.ac:
6562         
6563         Update for release 0.5.5
6564
6565 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6566         
6567         * shell/ev-window.c: (ev_window_cmd_escape)
6568
6569         Escape unfocus page entry. Fixes bug #345809.
6570
6571 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6572
6573         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6574         (build_tree), (pdf_document_links_get_links),
6575         (pdf_document_links_find_link_dest):
6576         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6577         (goto_xyz_dest):
6578
6579         Convert from PDF style coordinates to X style coordinates in the
6580         backend rather than in the view. Fixes bug #338440
6581
6582 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6583
6584         * shell/ev-window.c:
6585         
6586         Remove Ctrl+Shift+T shortcut for toolbars. See
6587         the bug #350098.
6588
6589 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6590
6591         * configure.ac:
6592
6593         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6594         of this. 
6595
6596 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6597
6598         * configure.ac:
6599         * cut-n-paste/Makefile.am:
6600         * data/evince-ui.xml:
6601         * shell/Makefile.am:
6602         * shell/ev-application.[ch]:
6603         * shell/ev-window.c:
6604
6605         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6606         #349273
6607
6608 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6609
6610         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6611         findbar code: s/help/search/
6612
6613 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6614
6615         * shell/ev-window.c: (setup_document_from_metadata),
6616         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6617         (setup_view_from_metadata):
6618         
6619         Fix memory leaks.
6620
6621 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6622
6623         * autogen.sh, configure.ac: 
6624         
6625         Update automake usage. See bug 349292.
6626
6627 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6628
6629         * shell/eggfindbar.c: (egg_find_bar_class_init),
6630         (entry_activate_callback), (egg_find_bar_init),
6631         (egg_find_bar_set_status_text):
6632         * shell/eggfindbar.h:
6633         
6634         Unify Evince findbar with Epiphany. Nice patch
6635         from Fabricio Silva <silva@crans.org> and
6636         Frederic Peters <fpeters@entrouvert.com>. See
6637         bug #339966 for details.
6638
6639 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6640
6641         * data/evince.desktop.in.in:
6642         
6643         Correct information for bugzilla. Thanks to
6644         Olaf Vitters, see bug #348855.
6645
6646 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6647
6648         * shell/ev-jobs.[ch]:
6649         * shell/ev-sidebar-links.c:
6650         * shell/ev-window.[ch]:
6651
6652         GtkPrintJob doesn't support print ranges or current page, so we export
6653         to a ps file now when printing ranges or current page.
6654
6655 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6656
6657         * pdf/ev-poppler.cc:
6658         * shell/ev-window.c: (do_action_named):
6659
6660         We should be more clear about bugzilla. See the
6661         poppler bug #7623.
6662
6663 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6664
6665         * configure.ac:
6666         * shell/Makefile.am:
6667         * shell/ev-job-queue.c:
6668         * shell/ev-jobs.[ch]:
6669         * shell/ev-sidebar-links.c:
6670         * shell/ev-window.[ch]:
6671         
6672         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6673         #348422
6674
6675 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6676
6677         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6678         * shell/ev-application-service.xml:
6679         * shell/ev-application.[ch]:
6680         * shell/ev-jobs.[ch]:
6681         * shell/ev-window.[ch]: (ev_window_run_preview):
6682         * shell/main.c: 
6683
6684         Add preview mode to use evince as a printing previewer. It also adds
6685         other command line options for fullscreen and presentation modes.
6686         Fixes bugs #347822, #317031
6687
6688 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6689
6690         * NEWS:
6691         * configure.ac:
6692         
6693         Update for release 0.5.4
6694
6695 2006-07-11  Bastien Nocera <hadess@hadess.net>
6696
6697         * Makefile.am:
6698         * backend/Makefile.am:
6699         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6700         * backend/ev-document-factory.h:
6701         * configure.ac:
6702         * impress/.cvsignore:
6703         * impress/Makefile.am:
6704         * impress/common.h:
6705         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6706         (imp_get_page), (imp_next_page), (imp_prev_page),
6707         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6708         * impress/f_oasis.c: (render_object), (render_page),
6709         (get_geometry), (_imp_oasis_load):
6710         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6711         (_imp_oo13_load):
6712         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6713         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6714         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6715         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6716         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6717         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6718         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6719         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6720         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6721         (iks_new_within), (iks_insert), (iks_insert_cdata),
6722         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6723         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6724         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6725         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6726         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6727         (iks_cdata), (iks_cdata_size), (iks_has_children),
6728         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6729         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6730         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6731         (iks_tree), (iks_load), (iks_save):
6732         * impress/iksemel.h:
6733         * impress/imposter.h:
6734         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6735         (imp_render_draw_bezier_real), (imp_render_get_size),
6736         (imp_render_set_fg_color), (imp_render_draw_line),
6737         (imp_render_draw_rect), (imp_render_draw_polygon),
6738         (imp_render_draw_arc), (imp_render_draw_bezier),
6739         (imp_render_open_image), (imp_render_get_image_size),
6740         (imp_render_scale_image), (imp_render_draw_image),
6741         (imp_render_close_image), (imp_render_markup),
6742         (imp_render_get_text_size), (imp_render_draw_text),
6743         (impress_document_load), (impress_document_save),
6744         (impress_document_get_n_pages), (impress_document_get_page_size),
6745         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6746         (impress_document_finalize), (impress_document_class_init),
6747         (impress_document_can_get_text), (impress_document_get_info),
6748         (impress_document_document_iface_init),
6749         (impress_document_thumbnails_get_thumbnail),
6750         (impress_document_thumbnails_get_dimensions),
6751         (impress_document_document_thumbnails_iface_init),
6752         (impress_document_init):
6753         * impress/impress-document.h:
6754         * impress/internal.h:
6755         * impress/r_back.c: (_imp_fill_back):
6756         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6757         (_imp_draw_image), (_imp_tile_image):
6758         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6759         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6760         (r_polyline):
6761         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6762         (r_draw_gradient_complex), (r_draw_gradient):
6763         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6764         (r_get_bullet):
6765         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6766         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6767         (r_text):
6768         * impress/render.c: (imp_create_context), (imp_context_set_page),
6769         (imp_context_set_step), (imp_render), (imp_delete_context):
6770         * impress/render.h:
6771         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6772         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6773         (zip_load_xml), (zip_get_size), (zip_load):
6774         * impress/zip.h:
6775         * shell/ev-utils.c:
6776         
6777         New backend to support impress slides. Fixes bug #30867.
6778
6779 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6780
6781         * shell/ev-utils.c: (using_postscript_printer):
6782         
6783         Fixes crash when print using PAPI backend,
6784         bug #345012.
6785
6786 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6787
6788         * shell/ev-jobs.c: (ev_job_xfer_run):
6789         * shell/ev-window.c: (password_dialog_response),
6790         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6791         (ev_window_dispose):
6792         Fixes bug #344160: if the xfer job doesn't complete
6793         because a password is required, reload the existing
6794         instance instead of creating a new one.
6795
6796 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6797
6798         * shell/main.c: (main): Call gdk_threads_init. Thus
6799         we'll avoid errors in auth dialog. Fix for the bug
6800         #343347.
6801
6802 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6803
6804         * configure.ac: Advertise pixbuf support, fix
6805         for the bug 343317.
6806
6807 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6808
6809         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6810         (ev_sidebar_thumbnails_set_document):
6811         
6812         Update sidebar thumbnails after reloading.
6813
6814 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6815
6816         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6817         * shell/ev-jobs.h:
6818         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6819         (ev_window_cmd_view_reload), (ev_window_init):
6820         
6821         Don't crash on reload. Fix for the bug #343167.
6822
6823 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6824
6825         * shell/ev-jobs.c: (ev_job_render_run):
6826         
6827         Check for document links.
6828
6829 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6830
6831         * backend/ev-attachment.c: (ev_attachment_save),
6832         (ev_attachment_launch_app), (ev_attachment_open):
6833         * backend/ev-document-factory.c: (get_document_from_uri):
6834         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6835         (egg_recent_view_uimanager_set_list):
6836         * ps/ps-document.c: (check_filecompressed), (document_load),
6837         (ps_document_load):
6838         * shell/ev-metadata-manager.c: (load_values):
6839         * shell/ev-password.c: (ev_password_dialog_set_property):
6840         * shell/ev-view.c: (tip_from_link):
6841         * shell/ev-window.c: (file_save_dialog_response_cb),
6842         (ev_window_print_dialog_response_cb):
6843         
6844         Use consistent quoting style. Fix for the bug #320285.
6845
6846 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6847
6848         * shell/ev-jobs.c: (ev_job_xfer_run):
6849         * shell/main.c: (load_files):
6850                 
6851         Open links with anchors. Fix for the bug #339836.
6852
6853 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6854
6855         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6856         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6857         (ev_link_dest_set_property), (ev_link_dest_finalize),
6858         (ev_link_dest_class_init), (ev_link_dest_new_named),
6859         (ev_link_dest_new_page_label):
6860         * backend/ev-link-dest.h:
6861         * shell/ev-application.c: (ev_application_open_uri):
6862         * shell/ev-view.c: (goto_dest):
6863         * shell/ev-window.c:
6864         * shell/ev-window.h:
6865         
6866         Fix page-label command line option. Bug #342070.
6867
6868 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6869
6870         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6871         
6872         Don't show highlight rects if page can't be showed. Fix for 
6873         the bug #342076
6874
6875 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6876
6877         * shell/ev-window.c: (setup_sidebar_from_metadata),
6878         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6879         
6880         Setup sidebar from metadata even if there is no document
6881         loaded. Fix for the bug #342807.
6882
6883 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6884
6885         * cut-n-paste/toolbar-editor/Makefile.am:
6886         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6887         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6888         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6889         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6890         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6891         (popup_context_menu_cb), (button_press_event_cb),
6892         (configure_item_sensitivity), (configure_item_cursor),
6893         (configure_item_tooltip), (connect_widget_signals),
6894         (action_sensitive_cb), (create_item_from_action),
6895         (create_item_from_position), (toolbar_drag_data_received_cb),
6896         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6897         (toolbar_drag_leave_cb), (configure_drag_dest),
6898         (toggled_visibility_cb), (toolbar_visibility_refresh),
6899         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6900         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6901         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6902         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6903         (egg_editable_toolbar_dispose),
6904         (egg_editable_toolbar_set_ui_manager),
6905         (egg_editable_toolbar_get_selected),
6906         (egg_editable_toolbar_set_selected), (set_edit_mode),
6907         (egg_editable_toolbar_set_property),
6908         (egg_editable_toolbar_get_property),
6909         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6910         (egg_editable_toolbar_new_with_model),
6911         (egg_editable_toolbar_get_edit_mode),
6912         (egg_editable_toolbar_set_edit_mode),
6913         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6914         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6915         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6916         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6917         (item_added_or_removed_cb), (toolbar_removed_cb),
6918         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6919         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6920         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6921         (editor_create_item_from_name), (append_table),
6922         (update_editor_sheet), (egg_toolbar_editor_init):
6923         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6924         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6925         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6926         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6927         (toolbar_node_free), (egg_toolbars_model_get_flags),
6928         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6929         (egg_toolbars_model_get_name), (impl_add_item),
6930         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6931         (parse_data_list), (parse_item_list), (parse_toolbars),
6932         (egg_toolbars_model_load_toolbars), (parse_available_list),
6933         (parse_names), (egg_toolbars_model_load_names),
6934         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6935         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6936         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6937         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6938         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6939         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6940         (egg_toolbars_model_set_types), (fill_avail_array),
6941         (egg_toolbars_model_get_name_avail),
6942         (egg_toolbars_model_get_name_flags),
6943         (egg_toolbars_model_set_name_flags):
6944         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6945         * cut-n-paste/toolbar-editor/eggintl.h:
6946         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6947         (egg_tree_multi_drag_source_get_type),
6948         (egg_tree_multi_drag_source_row_draggable),
6949         (egg_tree_multi_drag_source_drag_data_delete),
6950         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6951         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6952         (path_list_free), (set_context_data), (get_context_data),
6953         (get_info), (egg_tree_multi_drag_drag_data_get),
6954         (egg_tree_multi_drag_motion_event),
6955         (egg_tree_multi_drag_button_press_event),
6956         (egg_tree_multi_drag_add_drag_support):
6957         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6958         * shell/ev-application.c: (ev_application_init),
6959         (ev_application_save_toolbars_model):
6960         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6961         (ev_window_cmd_edit_toolbar), (ev_window_init):
6962         
6963         Sync toolbareditor with epiphany and libegg
6964
6965 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6966
6967         * configure.ac: 
6968
6969         Depend on poppler 0.5.2
6970
6971 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6972
6973         * shell/ev-jobs.c: (ev_job_render_run):
6974         
6975         Check if document supports links iterface.
6976
6977 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6978
6979         * NEWS:
6980         * configure.ac:
6981         
6982         Update for release 0.5.3
6983
6984 2006-05-13  Michael Plump  <plumpy@skylab.org>
6985
6986         * configure.ac:
6987         * shell/Makefile.am:
6988         * shell/main.c: (main):
6989         
6990         Port to GOption command line parsing. Fix for the 
6991         bug #327518
6992
6993 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6994
6995         * shell/ev-window.c: (ev_window_cmd_help_about):
6996         
6997         Do not wrap license. Fix for the bug #309460.
6998
6999 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7000
7001         * configure.ac:
7002         * properties/ev-properties-main.c: (ev_properties_get_pages):
7003         * shell/ev-application.c: (ev_application_open_window),
7004         (ev_application_open_uri_at_dest):
7005         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7006         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7007         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7008         * shell/ev-utils.c: (save_print_config_to_file):
7009         * shell/ev-window.c: (ev_window_cmd_save_as),
7010         (ev_attachment_popup_cmd_save_attachment_as):
7011         * shell/main.c: (load_files_remote):
7012         
7013         Bump requirements to gtk 2.8 and drop all ifdefs used.
7014
7015 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7016
7017         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7018         * shell/ev-window.c: (ev_window_init):
7019         
7020         Show attachments page.
7021
7022 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7023
7024         * po/POTFILES.in:
7025         * shell/ev-attachment-bar.c:
7026         * shell/ev-attachment-bar.h:
7027         * shell/ev-sidebar-attachments.c:
7028         (ev_sidebar_attachments_icon_cache_add),
7029         (icon_theme_get_pixbuf_from_mime_type),
7030         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7031         (ev_sidebar_attachments_icon_cache_refresh),
7032         (ev_sidebar_attachments_get_attachment_at_pos),
7033         (ev_sidebar_attachments_popup_menu_show),
7034         (ev_sidebar_attachments_popup_menu),
7035         (ev_sidebar_attachments_button_press),
7036         (ev_sidebar_attachments_update_icons),
7037         (ev_sidebar_attachments_drag_data_get),
7038         (ev_sidebar_attachments_get_property),
7039         (ev_sidebar_attachments_destroy),
7040         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7041         (ev_sidebar_attachments_new),
7042         (ev_sidebar_attachments_set_document),
7043         (ev_sidebar_attachments_support_document),
7044         (ev_sidebar_attachments_get_label),
7045         (ev_sidebar_attachments_page_iface_init):
7046         * shell/ev-sidebar-attachments.h:
7047         * shell/ev-window.c: (update_chrome_visibility),
7048         (setup_sidebar_from_metadata), (ev_window_setup_document),
7049         (ev_window_sidebar_current_page_changed_cb),
7050         (attachment_bar_menu_popup_cb), (ev_window_init):
7051         
7052         Move attachments bar to sidebar.
7053
7054 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7055
7056         * pdf/ev-poppler.cc:
7057         * shell/ev-application.[ch]:
7058         * shell/main.c:
7059
7060         Fix some memory leaks.
7061
7062 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7063
7064         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7065
7066         Change the properties dialog response to
7067         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7068         will make the dialog go away when the user presses
7069         enter. With gtk+ >= 2.9 this will happen anyway, but for
7070         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7071         escape by default. Fixes bug #340539. See also bug
7072         #101293 for the gtk+ part.
7073
7074 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7075
7076         * shell/ev-view.c (tip_from_action_named): Replace some strings
7077         that were wrong. Closes #340970.
7078
7079 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7080
7081         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7082
7083         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7084         #341049
7085
7086 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7087
7088         * djvu/Makefile.am:
7089         * dvi/Makefile.am:
7090         * dvi/mdvi-lib/Makefile.am:
7091         * properties/Makefile.am:
7092         * ps/Makefile.am:
7093         * shell/Makefile.am:
7094         * thumbnailer/Makefile.am:
7095         
7096         Due to broken libtool that is unable to track dependencies
7097         of noinst libraries we are forced to explicitely point
7098         libraries for binary. Fix for the bug #333334.
7099
7100 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7101
7102         * data/evince.desktop.in.in:
7103         * shell/ev-view.c: (view_update_range_and_current_page),
7104         (ev_view_next_page), (ev_view_previous_page):
7105         * shell/ev-window.c: (update_chrome_visibility),
7106         (setup_sidebar_from_metadata), (ev_window_setup_document),
7107         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7108         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7109         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7110         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7111         (ev_window_stop_presentation), (ev_window_focus_in_event),
7112         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7113         (ev_window_init):
7114         * thumbnailer/Makefile.am:
7115         
7116         Update fullscreen and presentation timeout handling. Hide
7117         cursor in presentation after timeout. Fix for the bugs
7118         #136359 and #336981.
7119
7120 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7121
7122         * backend/ev-link-action.[ch]:
7123         * pdf/ev-poppler.cc: (ev_link_from_action):
7124         * shell/ev-view-private.h:
7125         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7126         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7127
7128         Add support for Named Action links
7129
7130 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7131
7132         * backend/Makefile.am:
7133         * backend/ev-document-links.[ch]:
7134         * backend/ev-document.[ch]:
7135         * backend/ev-link-action.[ch]:
7136         * backend/ev-link-dest.[ch]:
7137         * backend/ev-link.[ch]:
7138         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7139         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7140         * shell/ev-page-action.c: (build_new_tree_cb):
7141         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7142         (links_page_num_func), (update_page_callback):
7143         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7144         (tip_from_link):
7145         * shell/ev-jobs.c:
7146         * shell/ev-window.[ch]: (ev_window_open_uri),
7147         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7148         * shell/ev-application.[ch]: (ev_application_open_window),
7149         (ev_application_open_uri):
7150
7151         Rework links system, it adds support for remote links now and it makes
7152         easier to add new kinds of actions and destinations. Fixes bug #317292
7153
7154 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7155
7156         * data/Makefile.am:
7157         * data/evince.png:
7158         * data/evince-16.png:
7159         * data/evince-22.png:
7160         * data/evince.svg:
7161         * shell/main.c: (main):
7162         
7163         Evince use it's own icon. Fix for the bug #313392.
7164
7165         * shell/ev-window.c: (fullscreen_timeout_cb),
7166         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7167         (ev_window_cmd_help_about), (ev_window_dispose):
7168         
7169         Simplify fullscreen timeout code.
7170
7171 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7172
7173         * backend/ev-attachment.c: 
7174         * shell/ev-attachment-bar.c:
7175         * shell/ev-window.c:
7176
7177         Allow multiple selection of attachments
7178
7179 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7180
7181         * shell/ev-view.c: (view_update_range_and_current_page),
7182         (ev_view_scroll):
7183         
7184         Fix for the bug #312573 – Optimal selection of current 
7185         page among visible pages.
7186
7187 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7188
7189         * configure.ac:
7190         * djvu/Makefile.am:
7191         * djvu/djvu-text.h:
7192         
7193         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7194         for the bug 339868.
7195
7196 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7197
7198         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7199
7200 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7201
7202         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7203         dictated by the GNOME HIG. Fixes bug #339235.
7204
7205 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7206
7207         * data/evince-ui.xml:
7208         * shell/ev-view.c: (ev_view_can_find_previous):
7209         * shell/ev-view.h:
7210         * shell/ev-window.c: (ev_window_update_actions),
7211         (ev_window_cmd_edit_find_previous):
7212
7213         Add support for "Find Previous" as dictated by the GNOME HIG. A
7214         menu item is added and some glue code to make it all work is added
7215         to various files.
7216
7217 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7218
7219         * configure.ac: Award myself the "useless use of cat" award.
7220
7221 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7222
7223         * po/LINGUAS: New file listing all supported languages.
7224
7225         * configure.in: Use po/LINGUAS instead of including all languages
7226         directly in this file. See the wiki for more information:
7227         http://live.gnome.org/GnomeGoals/PoLinguas
7228
7229 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7230
7231         * backend/ev-document-factory.c:
7232
7233         Do not load the document twice when there isn't errors
7234
7235 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7236
7237         * backend/ev-attachment.c: 
7238
7239         Fix a crash when there isn't a default application to open an
7240         attachment
7241
7242 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7243
7244         * backend/ev-attachment.[ch]:
7245         * shell/ev-attachment-bar.[ch]:
7246
7247         Added missing files. 
7248
7249 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7250
7251         * backend/Makefile.am:
7252         * data/evince-ui.xml:
7253         * backend/ev-attachment.[ch]:
7254         * backend/ev-document.[ch]: (ev_document_has_attachments),
7255         (ev_document_get_attachments):
7256         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7257         (attachment_save_to_buffer), (pdf_document_get_attachments),
7258         (pdf_document_document_iface_init):
7259         * shell/Makefile.am:
7260         * shell/ev-attachment-bar.[ch]:
7261         * shell/ev-window.c:
7262
7263         Add support for PDF attachments. Fixes bug #325143
7264
7265 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7266
7267         * backend/ev-document-factory.c: (get_document_from_uri),
7268         (ev_document_factory_get_document):
7269         * backend/ev-document-factory.h:
7270         * properties/ev-properties-main.c: (ev_properties_get_pages):
7271         * shell/Makefile.am:
7272         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7273         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7274         (ev_job_queue_remove_job):
7275         * shell/ev-job-queue.h:
7276         * shell/ev-job-xfer.c:
7277         * shell/ev-job-xfer.h:
7278         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7279         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7280         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7281         (ev_job_xfer_run):
7282         * shell/ev-jobs.h:
7283         * shell/ev-window.c: (ev_window_is_empty),
7284         (password_dialog_response), (ev_window_clear_xfer_job),
7285         (ev_window_xfer_job_cb), (ev_window_open_uri),
7286         (ev_window_cmd_focus_page_selector),
7287         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7288         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7289         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7290         (ev_window_dispose):
7291         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7292         
7293         * Cleanup mime type detection on document load. Fix for the
7294         bug #336448.
7295
7296 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7297
7298         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7299         
7300         Fix crash on exit, described in the bug #336825.
7301
7302 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7303
7304         * backend/ev-document-factory.c:
7305         (ev_document_factory_get_from_mime),
7306         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7307         (ev_document_factory_get_document),
7308         (file_filter_add_mime_list_and_free),
7309         (ev_document_factory_add_filters):
7310         * backend/ev-document-factory.h:
7311         * properties/ev-properties-main.c: (ev_properties_get_pages):
7312         * shell/Makefile.am:
7313         * shell/ev-application.c:
7314         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7315         * shell/ev-window.c: (ev_window_cmd_file_open),
7316         (ev_window_cmd_save_as):
7317         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7318         
7319         Rework factory functions so they are placed now in a single 
7320         file ev-document-factory.c
7321
7322 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7323
7324         * shell/ev-window.c: (update_chrome_visibility):
7325         
7326         Fix for the bug 166566 - don't show menubar in fullscreen
7327         mode.
7328
7329 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7330
7331         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7332
7333 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7334
7335         * shell/ev-view.c: (ev_view_expose_event):
7336         
7337         More correctly draw loading text when document
7338         is empty.
7339
7340 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7341
7342         * shell/ev-view.c: (ev_view_scroll):
7343         
7344         Fix for the bug #334854, page down and page up switch
7345         pages in presentation mode.
7346
7347 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7348
7349         * shell/ev-window.c: (ev_window_set_action_sensitive),
7350         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7351         (ev_window_set_view_accels_sensitivity),
7352         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7353         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7354         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7355         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7356         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7357         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7358         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7359         (view_actions_focus_in_cb), (ev_window_init):
7360         
7361         Fix for the bug #333902, now it's possible to search
7362         words with slash.
7363
7364 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7365
7366         * configure.ac: Added Breton translation.
7367         * po/br.po: Added Breton translation.
7368
7369 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7370
7371         * shell/ev-window-title (ev_window_title_update):
7372
7373         Fix memory leak in window title. Fixes bug #333944
7374
7375 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7376
7377         * shell/ev-metadata-manager.c (parseItem):
7378
7379         Fix memory leaks. Fixes bug #333945
7380
7381 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7382         
7383         * NEWS, configure.ac, TODO:
7384         
7385         Update for release 0.5.2.
7386
7387 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7388
7389         * shell/ev-view.c: (view_update_range_and_current_page),
7390         (page_changed_cb):
7391         
7392         Don't jump on scrolling, fix for the bug #333127.
7393
7394 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7395
7396         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7397         
7398         Scroll by one page in presentation mode. Fix for the bug
7399         #332993.
7400
7401 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7402
7403         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7404
7405 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7406
7407         * configure.ac  Added lv in ALL_LINGUAS line.
7408
7409 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7410         
7411         * NEWS, configure.ac:
7412         
7413         Update for release 0.5.1
7414
7415 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7416
7417         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7418         * backend/ev-document-misc.h:
7419         * shell/ev-view.c: (draw_one_page):
7420         
7421          Clairfy what page the toolbar page number applies to. Fix
7422          for the bug #328102.
7423
7424 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7425
7426         * shell/ev-view-private.h:
7427         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7428         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7429         (ev_view_search_changed):
7430         * shell/ev-view.h:
7431         * shell/ev-window.c: (find_bar_search_changed_cb):
7432         
7433         Dont't jump to find result if window was scrolled during search.
7434         Fix for the bug #313266.
7435
7436 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7437
7438         * shell/eggfindbar.c: (egg_find_bar_class_init):
7439         * shell/eggfindbar.h:
7440         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7441         * shell/ev-view-private.h:
7442         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7443         (ev_view_class_init), (ev_sizing_mode_get_type),
7444         (ev_scroll_type_get_type):
7445         * shell/ev-view.h:
7446         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7447         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7448         (ev_window_init):
7449         
7450         Fix for the bug 319133 - Find entry should allow text scroll.
7451
7452 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7453
7454         * shell/ev-view-private.h:
7455         * shell/ev-view.c: (view_update_range_and_current_page),
7456         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7457         (ev_view_set_document), (update_find_status_message),
7458         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7459         (ev_view_find_previous):
7460         
7461         Fix for the bug #319137. Search now takes account for scrolling.
7462
7463 2006-02-19  Michael Hofmann <mh21@piware.de>
7464
7465         * configure.ac:
7466         * djvu/Makefile.am:
7467         * djvu/djvu-document-private.h:
7468         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7469         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7470         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7471         (djvu_document_can_get_text), (djvu_document_get_text),
7472         (djvu_document_document_iface_init),
7473         (djvu_document_thumbnails_get_thumbnail),
7474         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7475         (djvu_document_find_get_result),
7476         (djvu_document_find_page_has_results),
7477         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7478         (djvu_document_find_iface_init):
7479         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7480         (djvu_text_page_selection), (djvu_text_page_limits_process),
7481         (djvu_text_page_limits), (djvu_text_page_copy),
7482         (djvu_text_page_position), (djvu_text_page_union),
7483         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7484         (djvu_text_page_box), (djvu_text_page_append_text),
7485         (djvu_text_page_search), (djvu_text_page_prepare_search),
7486         (djvu_text_page_new), (djvu_text_page_free):
7487         * djvu/djvu-text-page.h:
7488         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7489         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7490         (djvu_text_n_results), (djvu_text_has_results),
7491         (djvu_text_get_result), (djvu_text_get_progress):
7492         * djvu/djvu-text.h:
7493         
7494         Text search in djvu. Fix for the bug #303415.
7495
7496 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7497
7498         * configure.ac:
7499         * shell/ev-window.c: (ev_window_cmd_save_as):
7500         
7501         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7502         Thanks to Gary Coady <gary@lyranthe.org>
7503
7504 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7505
7506         * shell/ev-print-job.c: (idle_print_handler):
7507         
7508         Inverse order printing, bug #320919.
7509
7510 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7511
7512         * data/evince-toolbar.xml:
7513         * shell/ev-window.c:
7514         
7515         Allow to add sidebar checkbutton on toolbar. Fix
7516         for the bug #144577.
7517
7518 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7519
7520         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7521         
7522         Add checks that have sense for empty ps document.
7523
7524 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7525
7526         * configure.ac: Include PS in mime types list. 
7527
7528 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7529
7530         * configure.ac:
7531         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7532         * ps/gsdefaults.h:
7533         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7534         
7535         Runtime check for gs interpreter. Fix for the bug #320868.
7536         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7537
7538 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7539
7540         * shell/ev-application.c: 
7541
7542         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7543         dbus>=0.60, so that the request is not queued. 
7544
7545 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7546
7547         * configure.ac:
7548         * shell/Makefile.am:
7549         * shell/ev-sidebar-links.c: (print_section_cb):
7550         * shell/ev-utils.c:
7551         * shell/ev-utils.h:
7552         * shell/ev-window.c: (update_action_sensitivity),
7553         (ev_window_close_dialogs), (ev_window_print):
7554         * shell/ev-window.h:
7555         
7556         Make printing support optional. Patch from Eduardo de Barros Lima
7557         <eduardo.lima@indt.org.br> for the bug #330546.
7558
7559 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7560
7561         * shell/ev-view-private.h:
7562         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7563         (ev_view_set_document):
7564         * shell/ev-view.h:
7565         * shell/ev-window.c: (ev_window_load_job_cb),
7566         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7567         (ev_window_init):
7568
7569         Draw Loading message during xfer job. Fix for the bug #329495.
7570
7571 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7572
7573         * comics/comics-document.c: (comics_regex_quote),
7574         (comics_document_load), (extract_argv):
7575         
7576         Correcly quote regexp before passing it to unzip.
7577
7578 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7579
7580         * shell/ev-page-cache.c: (build_height_to_page),
7581         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7582         (ev_page_cache_get_dual_even_left):
7583         * shell/ev-page-cache.h:
7584         * shell/ev-view.c: (view_update_range_and_current_page),
7585         (get_page_y_offset), (get_page_extents):
7586         
7587         Place even pages to the left if document has less then
7588         two pages. Fix for the bug #328856.
7589
7590 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7591
7592         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7593         
7594         Correct comics scheme. This make evince create thumbnails
7595         for comic books. Fix for the bug 329088.
7596
7597 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7598
7599         * data/evince-password.glade: Don't explicitly set
7600         invisible_char to the current default value in case
7601         the default changes; let GTK+ do its magic.
7602
7603 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7604
7605         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7606         real filename to tmp filename since often document
7607         type is determined by extension.
7608
7609 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7610
7611         * shell/ev-view.c: (add_scroll_binding_keypad),
7612         (ev_view_binding_activated), (ev_view_class_init):
7613         
7614         Add keybindings for percision-scrolling of display area. 
7615         Fix for the bug #314072.
7616
7617 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7618
7619         * data/evince.desktop.in.in:
7620         
7621         Add GTK to the list of categories. Fix for the bug #328034.
7622
7623 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7624
7625         * shell/ev-application.c: (ev_application_shutdown),
7626         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7627         * shell/ev-application.h:
7628         * shell/ev-window.c: (file_open_dialog_response_cb),
7629         (ev_window_cmd_file_open):
7630         
7631         Save last uri in file chooser dialog. Fix for the bug #327950.
7632
7633 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7634
7635         * NEWS:
7636         * README:
7637         
7638         Final update for release 0.5.0
7639         
7640         * shell/Makefile.am:
7641         
7642         Remove disable deprecated until we'll require libgnome-2.13.7
7643         and port to GOption argument parsing. See bug 327518.
7644
7645 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7646
7647         * comics/comics-document.c: (comics_document_save):
7648         * djvu/djvu-document.c: (djvu_document_save):
7649         * dvi/dvi-document.c: (dvi_document_save):
7650         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7651         * lib/ev-file-helpers.h:
7652         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7653         * tiff/tiff-document.c: (tiff_document_save):
7654         
7655         Use common save function for backends.
7656
7657 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7658
7659         * backend/ev-document-types.c:
7660         
7661         Fix crash on saving pixbuf.
7662
7663 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7664
7665         * cut-n-paste/recent-files/egg-recent-item.c:
7666         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7667         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7668         (parse_info_free), (valid_element), (start_element_handler),
7669         (end_element_handler), (text_handler), (egg_recent_model_filter),
7670         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7671         (egg_recent_model_monitor), (egg_recent_model_read),
7672         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7673         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7674         (egg_recent_model_set_property), (egg_recent_model_class_init),
7675         (egg_recent_model_init), (egg_recent_model_add_full),
7676         (egg_recent_model_delete), (egg_recent_model_get_list),
7677         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7678         (egg_recent_model_set_filter_mime_types),
7679         (egg_recent_model_clear_group_filter),
7680         (egg_recent_model_set_filter_groups),
7681         (egg_recent_model_clear_scheme_filter),
7682         (egg_recent_model_set_filter_uri_schemes),
7683         (egg_recent_model_remove_expired):
7684         * cut-n-paste/recent-files/egg-recent-util.c:
7685         (egg_recent_util_get_icon):
7686         * cut-n-paste/recent-files/egg-recent-util.h:
7687         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7688         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7689         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7690         (egg_recent_view_uimanager_set_property),
7691         (egg_recent_view_uimanager_get_property),
7692         (egg_recent_view_uimanager_class_init),
7693         (egg_recent_view_uimanager_init),
7694         (egg_recent_view_uimanager_set_label_width),
7695         (egg_recent_view_uimanager_get_label_width):
7696         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7697         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7698         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7699         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7700         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7701         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7702         
7703         Update from libegg.
7704
7705 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7706
7707         * shell/ev-page-cache.c: (build_height_to_page),
7708         (ev_page_cache_get_height_to_page):
7709         * shell/ev-page-cache.h:
7710         * shell/ev-view.c: (view_update_range_and_current_page),
7711         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7712         (ev_view_previous_page):
7713         
7714         Dual mode places even pages to the left. Fix for the bug #309393.
7715
7716         * shell/ev-view.h:
7717         * shell/ev-window.c: (update_action_sensitivity),
7718         (setup_view_from_metadata), (view_menu_popup_cb):
7719         
7720         Don't restore presentation in empty windows, more intelligent
7721         next page behaviour in dual mode.
7722
7723         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7724         (ev_pixbuf_cache_clear_job_sizes):
7725         
7726         Cleanup job callback on removal. Fix for the bug #325886.
7727
7728 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7729
7730         * ps/ps.c: (psscan):
7731         
7732         Commit workaround Mozilla problem. Fix for the bug #325919
7733         
7734         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7735         (save_item):
7736         
7737         Fix for year 2038 problem.
7738
7739 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7740
7741         * shell/ev-window.c: (setup_document_from_metadata),
7742         (ev_window_cmd_view_reload):
7743
7744         Clamp page recieved from metadata in valid values. Fix
7745         for the bug #325986.
7746
7747 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7748
7749         * MAINTAINERS: 
7750         Add MAINTAINERS as requested on desktop-devel-list.
7751
7752 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7753
7754         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7755         (mime_type_supported_by_gdk_pixbuf),
7756         (ev_document_factory_get_mime_types),
7757         (ev_document_factory_get_all_mime_types):
7758         
7759         Don't add pixbuf mime types if pixbuf backend is disabled.
7760         
7761         * shell/ev-application.c: (ev_application_get_uri_window):
7762         
7763         Fix for the bug 325815 - unhandled MIME type message doesn't 
7764         appear a second time. 
7765         
7766         * shell/ev-document-types.c: (ev_document_types_add_filters):
7767         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7768         (password_dialog_response), (ev_window_popup_password_dialog),
7769         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7770         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7771         (ev_window_run_presentation), (ev_window_stop_presentation),
7772         (save_sizing_mode), (ev_window_zoom_changed_cb),
7773         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7774         (ev_window_dual_mode_changed_cb),
7775         (ev_window_sidebar_current_page_changed_cb),
7776         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7777         (window_state_event_cb), (window_configure_event_cb):
7778         
7779         Cleanup additional uris holded by EvWindow.
7780
7781 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7782
7783         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7784         (ev_view_can_previous_page), (ev_view_can_next_page):
7785         * shell/ev-view.h:
7786         * shell/ev-window.c: (update_action_sensitivity):
7787         
7788         Two page scrolling with Space and PageUp in dual mode. Second fix 
7789         for the bug #316608.
7790
7791 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7792
7793         * shell/ev-view.c: (scroll_to_current_page):
7794         
7795         Correctly clamp adjustment value. Fix for the bug
7796         #325808.
7797
7798 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7799
7800         * shell/ev-sidebar-links.c: (print_section_cb):
7801         * shell/ev-window.c: (ev_window_get_uri),
7802         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7803         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7804         (ev_window_dispose):
7805         
7806         Make print dialog non-modal. Fix for the bug #325622.
7807
7808 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7809
7810         * shell/ev-metadata-manager.c:
7811         * shell/ev-utils.c: (using_pdf_printer),
7812         (using_postscript_printer), (load_print_config_from_file),
7813         (save_print_config_to_file):
7814         * shell/ev-utils.h:
7815         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7816         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7817         (setup_view_from_metadata), (ev_window_setup_document),
7818         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7819         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7820         (ev_window_run_presentation), (ev_window_stop_presentation),
7821         (save_sizing_mode), (ev_window_zoom_changed_cb),
7822         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7823         (ev_window_dual_mode_changed_cb),
7824         (ev_window_sidebar_current_page_changed_cb),
7825         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7826         (window_state_event_cb), (window_configure_event_cb),
7827         (ev_window_init):
7828         
7829         Setting saving behaviour fixes.
7830
7831 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7832
7833         * configure.ac:
7834         
7835         Make antialiasing gs options better and allow
7836         to change them during configure. Fix for the 
7837         bug #319049.
7838
7839 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7840
7841         * shell/ev-window.c: (setup_view_from_metadata):
7842         
7843         Remember if last window was maximized. Fix for the
7844         bug #323797.
7845
7846 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7847
7848         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7849
7850 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7851
7852         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7853         * shell/ev-page-action.c: (build_new_tree_cb):
7854         * shell/ev-sidebar-links.c: (links_page_num_func),
7855         (update_page_callback_foreach), (update_page_callback):
7856         * shell/ev-view.c: (scroll_to_current_page):
7857         
7858         Fix for the bug #325067 with more intelligent selection
7859         of current link in sidebar. Make sidebar handle links
7860         of FITR-like type more correctly.
7861
7862         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7863         (dvi_pixbuf_put_pixel):
7864         
7865         Fix memory consumtion with disabled alpha channel.
7866
7867 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7868
7869         * data/evince-ui.xml:
7870         * shell/ev-window.c: (view_menu_popup_cb),
7871         (ev_popup_cmd_open_link), (ev_window_init):
7872         
7873         Update context menu for internal links. Fix for the bug
7874         #325066.
7875
7876 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7877
7878         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7879         
7880         Bind context menu to keyboard also. Fix for the bug
7881         #325065.
7882
7883 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7884
7885         * shell/ev-view.c: (selection_scroll_timeout_cb):
7886         
7887         Horizontal scroll on selection also.
7888
7889 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7890
7891         * shell/ev-metadata-manager.c: (parse_value):
7892         * shell/ev-view.c: (goto_xyz_link):
7893         
7894         Correct zoom setup and metadata save broken in 
7895         some locales.
7896
7897 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7898
7899         * shell/ev-view-private.h:
7900         * shell/ev-view.c: (scroll_to_current_page),
7901         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7902         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7903         (page_changed_cb), (ev_view_set_continuous),
7904         (ev_view_set_dual_page), (ev_view_set_presentation):
7905         
7906         Delay scroll until allocation to correctly position page. Fix
7907         for the bug #317334.
7908
7909 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7910
7911         * NEWS:
7912         * configure.ac:
7913         
7914         Update NEWS and require poppler 0.5.0.
7915
7916 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7917         
7918         * data/evince-ui.xml:
7919         * shell/ev-view-private.h:
7920         * shell/ev-view.c: (ev_view_get_link_at_location),
7921         (handle_link_over_xy), (ev_view_button_press_event),
7922         (ev_view_button_release_event), (ev_view_class_init):
7923         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7924         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7925         (ev_window_init):
7926         
7927         Implement right-click context menu.
7928
7929 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7930
7931         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7932         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7933         (mdvi_pixbuf_device_render):
7934         * pdf/ev-poppler.cc:
7935
7936         Don't generate thumbnails with alpha. See bug #324077.
7937         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7938
7939 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7940
7941         * shell/ev-window.c: (setup_chrome_from_metadata):
7942         
7943         Fix typo that was hiding toolbar.
7944
7945 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7946
7947         * shell/ev-view-private.h:
7948         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7949         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7950         (ev_view_button_release_event), (ev_view_destroy):
7951         
7952         Small cleanup and autoscrolling during selection. Thanks to 
7953         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7954
7955 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7956
7957         * configure.ac:
7958         
7959         Correctly check for comics option.
7960
7961 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7962         * Makefile.am:
7963         * configure.ac:
7964         * backend/Makefile.am:
7965         * backend/ev-document-factory.c:
7966         * shell/ev-document-types.c:
7967
7968         Included option in configure to make ps backend 
7969         compilation optional with --disable-ps.
7970
7971 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7972
7973         * backend/ev-document-factory.c:
7974         * comics/Makefile.am:
7975         * comics/comics-document.c: (comics_document_load):
7976         * comics/ev-cbr-mime.xml:
7977         * configure.ac:
7978         
7979         Comics mime types are added to shared-mime-info CVS. Now
7980         we don't need to install our own mime types.
7981
7982 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7983
7984         * shell/ev-window.c:
7985         
7986         Add shortcut for "save a copy" menu entry. Fix for
7987         the bug #324582.
7988
7989 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7990
7991         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7992         (job_finished_cb), (new_selection_pixbuf_needed),
7993         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7994         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7995         
7996         Rework selection job info logic and fix critical warning.
7997
7998 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7999
8000         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8001
8002 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8003
8004         * data/evince-ui.xml:
8005         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8006         
8007         Enter as shortcut key for next page. Fix for the bug
8008         #321394.
8009
8010 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8011
8012         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8013
8014 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8015
8016         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8017         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8018         (new_selection_pixbuf_needed),
8019         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8020         (clear_job_selection):
8021         
8022         Too early for 0.5. Pixbuf cache code cleaned a bit.
8023
8024 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8025
8026         * NEWS:
8027         * configure.ac:
8028         
8029         Release 0.5.0 preparation
8030
8031 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8032
8033         * comics/Makefile.am:
8034         * configure.ac:
8035         * shell/ev-document-types.c: (ev_document_types_add_filters):
8036         
8037         More advanced handling of custom mime type installation.
8038
8039 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8040
8041         * data/evince.schemas.in:
8042         * shell/ev-metadata-manager.c: (value_free),
8043         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8044         (ev_metadata_manager_get), (ev_metadata_manager_set):
8045         * shell/ev-metadata-manager.h:
8046         * shell/ev-window.c: (update_chrome_flag),
8047         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8048         (setup_document_from_metadata), (setup_chrome_from_metadata),
8049         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8050         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8051         (ev_window_view_toolbar_cb),
8052         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8053         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8054         
8055         Save last document settings and reuse them for new documents.
8056
8057 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8058
8059         * Makefile.am:
8060         * backend/Makefile.am:
8061         * backend/ev-document-factory.c:
8062         * backend/ev-document-factory.h:
8063         * comics/Makefile.am:
8064         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8065         (comics_document_load), (comics_document_save),
8066         (comics_document_get_n_pages), (comics_document_get_page_size),
8067         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8068         (comics_document_class_init), (comics_document_can_get_text),
8069         (comics_document_get_info), (comics_document_document_iface_init),
8070         (comics_document_init), (get_supported_image_extensions),
8071         (comics_document_thumbnails_get_geometry),
8072         (comics_document_thumbnails_get_thumbnail),
8073         (comics_document_thumbnails_get_dimensions),
8074         (comics_document_document_thumbnails_iface_init), (extract_argv):
8075         * comics/comics-document.h:
8076         * comics/ev-cbr-mime.xml:
8077         * configure.ac:
8078         * po/POTFILES.in:
8079         * shell/ev-application.c: (ev_application_register_service):
8080         * shell/ev-document-types.c: (ev_document_types_add_filters):
8081         * thumbnailer/Makefile.am:
8082         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8083         
8084         New CBR/CBZ backend for comic books.
8085
8086 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8087
8088         * shell/main.c: (load_files_remote):
8089
8090         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8091         warning on startup of second instance is fixed. It
8092         is bug #320353.
8093
8094 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8095
8096         * shell/ev-window.c: (ev_window_finalize):
8097         
8098         Fix double free that cause crash.
8099
8100 2005-10-29  Bastien Nocera <hadess@hadess.net>
8101
8102         * tiff/tiff-document.c: (tiff_document_load):
8103         
8104         Fix memory leak.
8105
8106 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8107
8108         * po/POTFILES.in:
8109         * shell/Makefile.am:
8110         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8111         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8112         (ev_view_accessible_get_text),
8113         (ev_view_accessible_get_character_at_offset),
8114         (ev_view_accessible_get_text_before_offset),
8115         (ev_view_accessible_get_text_at_offset),
8116         (ev_view_accessible_get_text_after_offset),
8117         (ev_view_accessible_get_character_count),
8118         (ev_view_accessible_get_caret_offset),
8119         (ev_view_accessible_set_caret_offset),
8120         (ev_view_accessible_get_run_attributes),
8121         (ev_view_accessible_get_default_attributes),
8122         (ev_view_accessible_get_character_extents),
8123         (ev_view_accessible_get_offset_at_point),
8124         (ev_view_accessible_get_n_selections),
8125         (ev_view_accessible_get_selection),
8126         (ev_view_accessible_add_selection),
8127         (ev_view_accessible_remove_selection),
8128         (ev_view_accessible_set_selection),
8129         (ev_view_accessible_text_iface_init),
8130         (ev_view_accessible_idle_do_action),
8131         (ev_view_accessible_action_do_action),
8132         (ev_view_accessible_action_get_n_actions),
8133         (ev_view_accessible_action_get_description),
8134         (ev_view_accessible_action_get_name),
8135         (ev_view_accessible_action_set_description),
8136         (ev_view_accessible_action_iface_init),
8137         (ev_view_accessible_get_type), (ev_view_accessible_new),
8138         (ev_view_accessible_factory_get_accessible_type),
8139         (ev_view_accessible_factory_create_accessible),
8140         (ev_view_accessible_factory_class_init),
8141         (ev_view_accessible_factory_get_type):
8142         * shell/ev-view-accessible.h:
8143         * shell/ev-view-private.h:
8144         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8145         * shell/ev-view.h:
8146         
8147         Initial accessibility support.
8148
8149 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8150
8151         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8152
8153 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8154
8155         * shell/ev-print-job.c: (idle_print_handler):
8156         
8157         Fix for bug Bug 318916: Printing multiple pages.
8158
8159 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8160
8161         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8162
8163 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8164
8165         * pdf/ev-poppler.cc:
8166         
8167         Thumnail dimensions unified with other backends.
8168         
8169         * shell/ev-window-title.c: (ev_window_title_update):
8170         
8171         Fix warning.
8172
8173 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8174
8175         * data/ev-stock-zoom-fit-width.png:
8176         
8177         Remove unused file.
8178
8179 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8180
8181         * configure.ac:
8182         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8183         (djvu_document_finalize):
8184         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8185         (dvi_document_finalize):
8186         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8187         (pixbuf_document_save), (pixbuf_document_finalize):
8188         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8189         (tiff_document_finalize):
8190         
8191         Save a copy implemented for various backends.
8192
8193 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8194
8195         * configure.ac:
8196         
8197         Don't link with ltiff if tiff is disabled.
8198
8199 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8200
8201         * pdf/GDKSplashOutputDev.cc:
8202         * pdf/GDKSplashOutputDev.h:
8203         * pdf/Thumb.cc:
8204         * pdf/Thumb.h:
8205         * pdf/pdf-document.cc:
8206         * pdf/pdf-document.h:
8207         * pdf/test-gdk-output-dev.cc:
8208         
8209         Remove old unused files.
8210
8211 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8212
8213         * shell/ev-window.c: (ev_window_setup_document):
8214         
8215         Fixed warnings on reload and probably crash reason.
8216
8217 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8218
8219         * properties/ev-properties-view.c:
8220         (ev_properties_view_format_date):
8221         
8222         Check if date is invalid. Fix for bug 318134.
8223
8224 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8225
8226         * shell/ev-window-title.c:
8227         
8228         Add .indd files (Adobe Indesign) to the list of "bad
8229         extensions".
8230
8231 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8232
8233         * data/evince-ui.xml:
8234         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8235         
8236         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8237
8238 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8239
8240         * shell/ev-window.c: (launch_link), (launch_external_uri),
8241         (view_external_link_cb):
8242
8243         URL-escape link before passing it to gnome_vfs_url_show.
8244
8245 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8246
8247         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8248         there isn't text selected.
8249
8250 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8251
8252         * shell/ev-view.c: (handle_link_over_xy):
8253
8254         Check tooltip is valid utf8 before showing it
8255
8256 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8257
8258         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8259
8260 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8261
8262         * shell/ev-window-title.c: (ev_window_title_update):
8263
8264         Guard against using g_strstrip on NULL. Fixes bug #317291.
8265
8266 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8267
8268         * pdf/ev-poppler.cc:
8269
8270         Show title even for unknown links
8271
8272 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8273
8274         * shell/ev-window-title.c: (ev_window_title_update):
8275
8276         Strip the title string
8277
8278 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8279
8280         * shell/ev-window-title.c:
8281
8282         Add .rtf to the bad extensions list
8283
8284 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8285
8286         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8287         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8288
8289         Ignore link coordinates if they are outside page bounds
8290
8291 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8292
8293         * backend/ev-link.c: (ev_link_type_get_type),
8294         (ev_link_get_filename), (ev_link_get_params),
8295         (ev_link_get_property), (ev_link_set_property),
8296         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8297         * backend/ev-link.h:
8298         * pdf/ev-poppler.cc:
8299         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8300         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8301         (ev_window_init):
8302
8303         Implement launch links. Delegate external link opening to
8304         the window.
8305
8306 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8307
8308         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8309         (ev_link_get_right), (ev_link_get_property),
8310         (ev_link_set_property), (ev_link_class_init),
8311         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8312         * backend/ev-link.h:
8313         * pdf/ev-poppler.cc:
8314         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8315
8316         Implement fitr links
8317
8318 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8319
8320         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8321         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8322         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8323         (ev_view_size_request_continuous),
8324         (ev_view_size_request_dual_page),
8325         (ev_view_size_request_single_page), (ev_view_size_allocate),
8326         (ev_view_zoom_for_size_continuous_and_dual_page),
8327         (ev_view_zoom_for_size_continuous),
8328         (ev_view_zoom_for_size_dual_page),
8329         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8330         (ev_sizing_mode_get_type):
8331         * shell/ev-view.h:
8332         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8333
8334         Do not use modes for link, we need to calculate size ad hoc.
8335         Still not perfect because of the usual scrollbar issues grrr.
8336
8337 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8338
8339         * backend/ev-link.c: (ev_link_type_get_type),
8340         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8341         * backend/ev-link.h:
8342         * pdf/ev-poppler.cc:
8343         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8344         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8345         (ev_view_size_request_continuous),
8346         (ev_view_size_request_dual_page),
8347         (ev_view_size_request_single_page), (ev_view_size_allocate),
8348         (zoom_for_size_fit_height),
8349         (ev_view_zoom_for_size_continuous_and_dual_page),
8350         (ev_view_zoom_for_size_continuous),
8351         (ev_view_zoom_for_size_dual_page),
8352         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8353         (ev_sizing_mode_get_type):
8354         * shell/ev-view.h:
8355         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8356
8357         Implement FIT_HEIGHT mode (only for links).
8358         Implement FITH links
8359
8360 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8361
8362         * shell/ev-window-title.c: (get_filename_from_uri),
8363         (ev_window_title_sanitize_extension), (ev_window_title_update),
8364         (ev_window_title_set_document), (ev_window_title_set_uri),
8365         (ev_window_title_free):
8366         * shell/ev-window-title.h:
8367         * shell/ev-window.c: (ev_window_setup_document),
8368         (ev_window_popup_password_dialog):
8369
8370         Refactor window title building while fixing it for
8371         password documents.
8372
8373 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8374
8375         * pdf/ev-poppler.cc:
8376
8377         Escape link title before setting it in the model
8378
8379 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8380
8381         * shell/ev-application.c: (removed_from_session), (save_session),
8382         (init_session), (ev_application_get_empty_window),
8383         (ev_application_init), (ev_application_get_windows):
8384         * shell/ev-application.h:
8385         * shell/ev-window.c: (ev_window_finalize):
8386
8387         Add a function to retrieve window list and share it where
8388         necessary.
8389         Implement session handling, works pretty well thanks to the
8390         metadata system.
8391
8392 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8393
8394         * shell/ev-password.c: (ev_password_item_created_callback),
8395         (ev_password_dialog_save_password):
8396         
8397         Fix for bug 316972. Use async gnome-keyring API.
8398
8399 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8400
8401         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8402         Remove unused unrealize handler. Add scroll handling to
8403         ev_view_scroll_event for presentation mode (bug #316708),
8404         and fix the event state checks there.
8405
8406 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8407
8408         * shell/ev-page-action.c: (page_changed_cb):
8409
8410         "marco, maybe we should be crazy and jump right to 6! :)"
8411
8412         Bryan Clark, Sep 2005
8413
8414 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8415
8416         * ps/ps-document.c: (save_document), (ps_document_save),
8417         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8418         (ps_document_ps_export_end):
8419
8420         Fix unstructured documents save and print
8421
8422 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8423
8424         * shell/ev-application.c: (ev_application_open_uri):
8425
8426         Fix window size persistance
8427
8428 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8429
8430         * shell/ev-view.c: (ev_view_button_release_event):
8431
8432         Based on a patch from carlosgc@gnome.org. Mouse buttons
8433         switch pages in presentation mode.
8434
8435 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8436
8437         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8438
8439         Dont cast to int before scaling
8440
8441 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8442
8443         * backend/ev-link.c: (ev_link_type_get_type),
8444         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8445         (ev_link_new_page_fith):
8446         * backend/ev-link.h:
8447         * pdf/ev-poppler.cc:
8448         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8449
8450         Implement FIT and FITH links
8451
8452 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8453
8454         * pdf/ev-poppler.cc:
8455
8456         Return 0 results when search is not in progress.
8457
8458         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8459         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8460
8461         Update menu sensitivity when cancelling search
8462
8463 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8464
8465         * shell/ev-view.c: (ev_view_can_find_next):
8466
8467         Take all pages in consideration, not just current one
8468
8469 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8470
8471         * shell/ev-page-cache.c:
8472         * shell/ev-page-cache.h:
8473         * shell/ev-view.c: (ev_view_binding_activated),
8474         (ev_view_next_page), (ev_view_previous_page),
8475         (ev_sizing_mode_get_type):
8476         * shell/ev-view.h:
8477         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8478         (ev_window_cmd_go_next_page):
8479
8480         Move page next/previous functions from page chace to
8481         view and change it to move by 2 page steps in dual mode.
8482
8483 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8484
8485         * shell/ev-window.c: (update_sidebar_visibility),
8486         (setup_sidebar_from_metadata), (ev_window_setup_document),
8487         (setup_view_from_metadata):
8488
8489         Show the index by default when there is one     
8490
8491 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8492
8493         * shell/ev-window-title.c: (ev_window_title_set_document):
8494
8495         Missing null check
8496
8497 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8498
8499         * shell/ev-view.c: (view_update_range_and_current_page):
8500         
8501         Allow display of last odd page in dual view. Fix for 316347.
8502
8503 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8504
8505         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8506         
8507         Make close button default. Fix for 316383.
8508
8509 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8510
8511         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8512         
8513         Mark close button as default. Fix for 316381.
8514
8515 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8516
8517         * backend/ev-link.c: (ev_link_class_init):
8518
8519         Allow negative doubles in left/top properties
8520
8521 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8522
8523         * shell/ev-window.c:
8524
8525         Remove a bunch of strings that was used only
8526         by the statusbar.
8527
8528 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8529
8530         * shell/ev-window-title.c: (get_filename_from_uri),
8531         (ev_window_title_set_document):
8532
8533         When title has a confusing extension, show also
8534         the document filename inside ()
8535
8536 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8537
8538         * shell/Makefile.am:
8539         * shell/ev-window-title.c: (ev_window_title_new),
8540         (ev_window_title_update), (ev_window_title_set_type),
8541         (ev_window_title_set_document), (ev_window_title_free):
8542         * shell/ev-window-title.h:
8543         * shell/ev-window.c: (ev_window_setup_document),
8544         (password_dialog_response), (ev_window_popup_password_dialog),
8545         (ev_window_dispose), (ev_window_init):
8546
8547         Factor out and cleanup window title code
8548
8549 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8550
8551         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8552         (unable_to_load):
8553
8554         Make dialog transient so it doesnt block other windows
8555
8556 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8557
8558         * pdf/ev-poppler.cc:
8559         
8560         Fix pdf thumbnails rendering.
8561
8562 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8563
8564         * shell/ev-window.c: (fullscreen_set_timeout):
8565         
8566         Increase timeout to hide full screen popup. Bug 
8567         316123. 
8568
8569 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8570
8571         * data/evince.schemas.in:
8572         * shell/ev-window.c: (update_action_sensitivity):
8573
8574         Allow the user to override document restrictions. Fix for bug
8575         305818.
8576
8577 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8578
8579         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8580         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8581         (ev_window_class_init): Fix multihead behaviour of fullscreen
8582         toolbar popup. Fixes bug #315451.
8583
8584 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8585
8586         * configure.ac:
8587         * data/evince-password.glade:
8588         * shell/ev-password.c: (ev_password_dialog_set_property),
8589         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8590         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8591         (ev_password_dialog_entry_changed_cb),
8592         (ev_password_dialog_entry_activated_cb),
8593         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8594         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8595         (ev_password_dialog_set_bad_pass):
8596         * shell/ev-password.h:
8597         * shell/ev-window.c: (password_dialog_response),
8598         (ev_window_popup_password_dialog):
8599         
8600         Support for gnome-keyring for encrypted PDF's.
8601
8602 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8603
8604         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8605         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8606         (ev_view_enter_notify_event), (ev_view_class_init):
8607         
8608         More precise handling of enter_notify/leave_notify events
8609         in EvView. Fix for bug 315470.
8610
8611 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8612
8613         * shell/ev-window.c: (fullscreen_timeout_cb),
8614         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8615         (ev_window_dispose):
8616
8617         leak fix: unref fullscreen_timeout_source before clearing it
8618
8619 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8620
8621         * configure.ac, dvi/mdvi/Makefile.am: 
8622         
8623         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8624
8625 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8626
8627         * backend/ev-link.c: (ev_link_new_page_xyz):
8628         * pdf/ev-poppler.cc:
8629         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8630
8631         Fix some bugs with xyz links, respect zoom
8632
8633 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8634
8635         * shell/ev-window.c: (page_changed_cb),
8636         (setup_document_from_metadata), (update_sidebar_visibility),
8637         (setup_view_from_metadata), (ev_window_run_fullscreen),
8638         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8639         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8640         (ev_window_dual_mode_changed_cb),
8641         (ev_window_sidebar_current_page_changed_cb):
8642
8643         null check uri before setting and getting metadata
8644
8645 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8646
8647         * dvi/Makefile.am:
8648         * properties/Makefile.am:
8649         * shell/Makefile.am:
8650         * thumbnailer/Makefile.am:
8651
8652         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8653
8654 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8655
8656         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8657         (selection_changed_callback):
8658         * shell/ev-sidebar-links.h:
8659
8660         Add a signal for link activation.
8661
8662         * shell/ev-view.c: (ev_view_goto_link),
8663         (ev_view_button_release_event):
8664         * shell/ev-view.h:
8665         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8666         (ev_window_init):
8667
8668         Implement the signal so that we can handle all link types.
8669
8670         * shell/ev-page-cache.c:
8671
8672         Remove unused set_link function
8673
8674 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8675
8676         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8677
8678         Add some space from the cursor, hardcoded but I couldnt
8679         find a better way.
8680
8681 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8682
8683         * lib/ev-tooltip.c:
8684
8685         Use mozilla style vs gtk style, way better for links.
8686
8687         * shell/ev-view.c: (ev_view_motion_notify_event),
8688         (ev_view_destroy), (ev_view_init):
8689
8690         Deactive tooltip when the link hovered is changed.
8691
8692 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8693
8694         * backend/ev-document.h:
8695         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8696         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8697         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8698         (ev_link_new_page), (ev_link_new_page_xyz):
8699         * backend/ev-link.h:
8700         * pdf/ev-poppler.cc:
8701         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8702         (go_to_link), (tip_from_link):
8703
8704         Implement xyz links, still not functional. Links are a total
8705         mess, will need to refactor and bugfix a lot :(
8706
8707 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8708
8709         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8710
8711 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8712
8713         * data/evince-ui.xml:
8714         * data/evince.schemas.in:
8715         * shell/Makefile.am:
8716         * shell/ev-window.c: (update_chrome_visibility),
8717         (password_dialog_response), (ev_window_load_job_cb),
8718         (ev_window_xfer_job_cb), (ev_window_open_uri),
8719         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8720         (ev_window_init):
8721
8722         Remove the statusbar. This regress loading feedback, need to
8723         check with Bryan what we want to do there...
8724
8725 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8726
8727         * lib/ev-tooltip.c: (ev_tooltip_init):
8728
8729         Fix tooltip border and size handling
8730
8731 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8732
8733         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8734         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8735         (ev_tooltip_timeout), (ev_tooltip_activate),
8736         (ev_tooltip_deactivate):
8737         * lib/ev-tooltip.h:
8738         * shell/ev-view.c: (ev_view_motion_notify_event):
8739
8740         Delay popup showing. Mirror gtk logic/times.
8741
8742 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8743
8744         * lib/Makefile.am:
8745         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8746         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8747         (ev_tooltip_set_text), (ev_tooltip_set_position):
8748         * lib/ev-tooltip.h:
8749
8750         Simple widget to show tooltips at a custom position
8751
8752         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8753         (ev_view_destroy):
8754
8755         Use it for links. First go, needs work
8756
8757 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8758
8759         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8760         HIG fixes.  Use title capitalization for window title. Use 12 
8761         pixels of space between the dialog's vbox and action area.
8762
8763 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8764
8765         * shell/ev-window.c: (file_open_dialog_response_cb),
8766         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8767         (ev_window_cmd_save_as):
8768
8769         Make file pickers not modal and refactor code some
8770
8771 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8772
8773         * shell/ev-sidebar.h:
8774         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8775         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8776         (ev_sidebar_class_init), (ev_sidebar_select_page),
8777         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8778         (ev_sidebar_set_page):
8779
8780         Add a current page property and allow to get/set it
8781
8782         * shell/ev-window.c: (setup_view_from_metadata),
8783         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8784
8785         Persist current sidebar page per document
8786
8787 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8788
8789         * data/evince.schemas.in:
8790         * shell/ev-window.c: (update_chrome_visibility),
8791         (setup_document_from_metadata), (update_sidebar_visibility),
8792         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8793         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8794         (ev_window_run_presentation), (ev_window_stop_presentation),
8795         (ev_window_view_sidebar_cb),
8796         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8797         (load_chrome), (ev_window_init):
8798
8799         Persist size/visibility of sidebar per document
8800
8801 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8802
8803         * shell/ev-view.c (draw_loading_text): Draw loading text.
8804
8805 2005-09-02  Dan Damian  <dand@gnome.ro>
8806
8807         * configure.in: Added "ro" to ALL_LINGUAS.
8808
8809 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8810
8811         * shell/ev-view.c: (clear_caches):
8812
8813         ev_page_cache_get doesnt return a reference,
8814         dont try to unref it.
8815
8816 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8817
8818         * shell/main.c: (load_files_remote):
8819
8820         Fix timestamp parameter with dbus <= 0.33
8821
8822 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8823
8824         * data/evince.schemas.in:
8825
8826         Add missing full stop
8827
8828 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8829
8830         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8831         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8832
8833         Plug some memory leaks
8834
8835 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8836
8837         * configure.ac:
8838         * lib/ev-debug.c: (trap_handler):
8839
8840         Check for execinfo.h and use it only if it exists.
8841         Ported from Epiphany (bug #314776).
8842
8843 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8844
8845         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8846
8847 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8848
8849         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8850         * po/id.po      : Added Indonesian translation
8851
8852 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8853
8854         * shell/main.c:
8855         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8856         * NEWS: Release 0.4.0
8857
8858 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8859
8860         * configure.ac: catch another gtk+-2.8ism
8861         * shell/main.c: Make work with gtk+-2.6
8862
8863 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8864
8865         * shell/ev-application-service.xml: Add 'timestamp' argument to
8866           ev_application_open_window and ev_application_open_uri methods.
8867
8868         * shell/ev-application.h: Add 'timestamp' argument to
8869           ev_application_open_window, ev_application_open_uri,
8870           and ev_application_open_uri_list functions.
8871
8872         * shell/ev-application.c (ev_application_open_window,
8873           ev_application_open_uri, ev_application_open_uri_list): Change
8874           functions that show/present windows to use a timestamp if one
8875           is passed in.
8876
8877         * shell/ev-window.c (ev_window_cmd_file_open,
8878           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8879         * shell/main.c (load_files): Modify calls to ev_application to
8880           include GDK_CURRENT_TIME as timestamp.
8881
8882         * shell/main.c (load_files_remote): Obtain timestamp for client
8883           instance from GDK and pass to server instance so new windows are
8884           focused properly.  Fix dbus_g_proxy_call() calls by including second
8885           G_TYPE_INVALID.
8886           
8887         Closes bug #314475.
8888
8889 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8890
8891         * shell/ev-window.c (ev_window_finalize): Check for
8892         avail. EvWindows when quiting to handle the finalize better,
8893         #314497
8894
8895 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8896         
8897         * properties/ev-properties-view.c: 
8898         
8899         Set textdomain to libglade. Fixes translation problem in property page.
8900
8901 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8902
8903         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8904         * dvi/Makefile.am:
8905         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8906         * dvi/mdvi-lib/Makefile.am:
8907         
8908         Fix rotation of thumbnails, ported to new API. Moved library
8909         dependencies earlier, probably it will fix linkage problem.
8910
8911 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8912
8913         * backend/ev-document-misc.c:
8914         (ev_document_misc_get_thumbnail_frame):
8915         * backend/ev-document-misc.h:
8916         * configure.ac:
8917         * pdf/ev-poppler.cc:
8918         * shell/Makefile.am:
8919         * shell/ev-sidebar-thumbnails.c: (add_range),
8920         (ev_sidebar_thumbnails_set_loading_icon),
8921         (ev_sidebar_thumbnails_refresh),
8922         (ev_sidebar_thumbnails_set_document):
8923         * shell/ev-sidebar-thumbnails.h:
8924         * shell/ev-view.c: (ev_view_motion_notify_event),
8925         (ev_view_set_property), (ev_view_get_property),
8926         (ev_view_class_init), (ev_view_set_rotation):
8927         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8928         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8929         (ev_window_init):
8930         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8931         Redo rotation (again).  prepare for 0.4.0
8932
8933 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8934
8935         * configure.ac: Bump poppler requirement to 0.4.1.
8936
8937         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8938         argument to poppler_page_render_selection() call.
8939
8940 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8941
8942         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8943         (djvu_document_thumbnails_get_thumbnail):
8944         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8945         (dvi_document_thumbnails_get_thumbnail):
8946         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8947         (pixbuf_document_thumbnails_get_thumbnail):
8948         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8949         
8950         Update rotation direction of backends to fit with pdf and ps.
8951
8952 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8953
8954         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8955         * backend/ev-async-renderer.h:
8956         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8957         (setup_page), (ps_document_get_page_size),
8958         (ps_async_renderer_render_pixbuf):
8959         * ps/ps-document.h:
8960         * shell/ev-jobs.c: (ev_job_render_run):
8961
8962         Fix orientation in the postscript document
8963
8964 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8965
8966         * pdf/ev-poppler.cc:
8967         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8968         * shell/ev-view.c: (highlight_find_results):
8969
8970         Adapt to the new poppler rotation API. Fix text maps on landscape
8971         documents.
8972
8973 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8974
8975         * shell/ev-view.c (compute_new_selection_text): get the correct
8976         region when selecting in modes other than continuous.
8977
8978 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8979
8980         * shell/main.c (main): remove redundant g_warnings.
8981
8982 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8983
8984         * shell/Makefile.am: Don't include autogenerated
8985         file ev-application-service.h into distribution, since
8986         it causes dbus crash. Fix for bugs 313724 and 313443. 
8987
8988 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8989
8990         * configure.ac: Fix sed expression for FreeBSD. Thanks
8991         to Joe Marcus Clark <marcus@freebsd.org>
8992         
8993         * shell/eggfindbar.c: (entry_activate_callback),
8994         (entry_changed_callback), (egg_find_bar_init),
8995         (egg_find_bar_set_search_string):
8996         
8997         Made findbar buttons unsensitive if there is no text in
8998         entry. Fix for the bug 313285.
8999
9000 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9001
9002         * ps/ps-document.c: Use g_filename_display_name for displaying
9003         filenames and revert string freeze breackage
9004
9005 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9006
9007         * NEWS:
9008         * configure.ac:
9009
9010         Update for 0.3.4
9011
9012         * shell/Makefile.am:
9013
9014         Add ev-application-service.xml to extra dist
9015
9016         * shell/ev-view.c: (find_page_at_location):
9017
9018         Remove unused function (fix warning)
9019
9020 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9021
9022         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9023         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9024         
9025         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9026         bug 313623.
9027
9028 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9029
9030         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9031         * shell/ev-window.c:
9032         Fix build warnings
9033
9034 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9035
9036         * configure.ac: Update script to get dbus version.
9037         Fix for the bug #313443.
9038
9039 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9040
9041         * shell/ev-window.c: (ev_window_cmd_escape):
9042         
9043         Return focus back to view on escape. Fix for bug 313295.
9044
9045 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9046
9047         * shell/ev-window.c: (update_window_title),
9048         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9049         (ev_window_cmd_save_as):
9050         
9051         Correct conversion from uri to displayable string. Fix for
9052         bug 313296.
9053
9054 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9055
9056         * ps/ps-document.c: convert filename to utf8 when there is an error
9057         loading document. Fixes #309915
9058
9059 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9060
9061         * configure.ac:
9062
9063         We depend on poppler 0.4.0
9064
9065 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9066
9067         * configure.ac:
9068         * NEWS: Release 0.3.3.
9069         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9070
9071 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9072
9073         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9074         add a couple missing mnemonics to menu items, use title 
9075         capitalization for menu items and window titles, and add 
9076         ellipsis to open menu item.     
9077
9078 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9079
9080         * pdf/ev-poppler.cc:
9081         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9082         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9083         (ev_view_get_rotation):
9084         * shell/ev-view.h:
9085         * shell/ev-window.c: (setup_view_from_metadata),
9086         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9087         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9088         disk.
9089
9090 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9091
9092         * configure.ac: Added tr to ALL_LINGUAS
9093
9094 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9095
9096         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9097         requires several clicks to find word. Thanks to 
9098         Colin Slater <kiltedtaco@gmail.com>.
9099
9100 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9101
9102         * data/evince.desktop.in.in: Hide menu entry and
9103         rename it to "Document Viewer". Fix for bug 
9104         #312399.
9105
9106 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9107
9108         * shell/ev-page-action.c (ev_page_action_class_init): 
9109
9110         Point to the correct function in constructor of the
9111         activate_label signal
9112
9113 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9114
9115         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9116         * shell/ev-jobs.h: Make thread safe.
9117
9118 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9119
9120         * shell/ev-view.c: (view_update_range_and_current_page):
9121         Don't update page range if we are scrolling to some document
9122         point.
9123
9124 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9125
9126         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9127         when getting max_page_width, fix drawing in dual mode.
9128
9129 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9130
9131         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9132         getting the area for select_all.
9133
9134 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9135
9136         * backend/ev-selection.c: (ev_selection_render_selection):
9137         * backend/ev-selection.h:
9138         * pdf/ev-poppler.cc:
9139         * shell/ev-jobs.c: (ev_job_render_new):
9140         * shell/ev-jobs.h:
9141         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9142         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9143         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9144         (ev_view_class_init):
9145
9146         Change selection color on focus in and focus out events.  Also,
9147         poppler now uses GdkColor for specifying the selection colors, so
9148         drop some awkward conversion code.
9149
9150 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9151
9152         * configure.ac: Added Hebrew translation
9153
9154 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9155
9156         * NOTES:
9157         * backend/ev-selection.c: (ev_selection_render_selection):
9158         * backend/ev-selection.h:
9159         * pdf/ev-poppler.cc:
9160         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9161         (ev_job_render_run):
9162         * shell/ev-jobs.h:
9163         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9164         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9165         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9166         (ev_pixbuf_cache_style_changed),
9167         (ev_pixbuf_cache_get_selection_pixbuf),
9168         (ev_pixbuf_cache_set_selection_list),
9169         (ev_pixbuf_cache_get_selection_list):
9170         * shell/ev-pixbuf-cache.h:
9171         * shell/ev-utils.c: (ev_print_region_contents):
9172         * shell/ev-utils.h:
9173         * shell/ev-view.c: (ev_view_queue_draw_page),
9174         (selection_update_idle_cb), (ev_view_motion_notify_event),
9175         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9176         (setup_caches), (ev_view_find_next), (merge_selection_region),
9177         (selection_free):
9178         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9179
9180         Clean up selection to be much smoother!
9181
9182 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9183
9184         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9185         to poppler_page_render_selection().
9186
9187 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9188
9189         * ps/ps-document.c: (save_page_list): Use
9190         unzipped document when printing. Thanks to 
9191         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9192         311016.
9193
9194 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9195
9196         * shell/ev-window.c: (update_action_sensitivity):
9197         
9198         Disable print and save respect to lockdown gconf keys. Fix
9199         for 312342.
9200
9201 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9202
9203         * configure.ac:
9204         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9205         (write_to_temp_file), (ev_file_set_contents):
9206         * shell/ev-utils.h:
9207         * shell/ev-window.c: (save_print_config_to_file):
9208         
9209         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9210         Fix for bug 312238
9211
9212 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9213
9214         * shell/ev-window.c: (load_print_config_from_file),
9215         (save_print_config_to_file), (ev_window_print_range):
9216
9217         Persist the print settings. Fixes bug #311578.
9218
9219 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9220
9221         * djvu/djvu-document.c: (djvu_document_get_page_size),
9222         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9223         (djvu_document_thumbnails_get_thumbnail):
9224         * dvi/dvi-document.c: (dvi_document_get_page_size),
9225         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9226         (dvi_document_thumbnails_get_dimensions),
9227         (dvi_document_thumbnails_get_thumbnail):
9228         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9229         (pixbuf_document_render_pixbuf),
9230         (pixbuf_document_document_iface_init),
9231         (pixbuf_document_thumbnails_get_thumbnail):
9232         
9233         Update backends to make them build with new rotation system.
9234
9235 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9236
9237         * help/C/figures/evince_start_window.png:
9238         
9239         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9240
9241 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9242
9243         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9244         * shell/ev-pixbuf-cache.h:
9245         * shell/ev-sidebar-thumbnails.c:
9246         (ev_sidebar_thumbnails_get_property), (add_range),
9247         (adjustment_changed_cb):
9248         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9249         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9250         we were thumbnailing the entire docment on startup, slowing us
9251         down hugely. 
9252
9253 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9254
9255         * shell/ev-page-cache.c: (ev_page_cache_new):
9256         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9257         == 0, fixes #310306.
9258
9259 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9260
9261         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9262         (ev_view_rotate_left):
9263
9264         Account rotation in doc_rect_to_view_rect.
9265         Ensure rotation doesnt go out of bounds.
9266
9267 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9268
9269         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9270
9271         Correct and cleanup w/h swapping
9272
9273 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9274
9275         * backend/ev-document-thumbnails.c:
9276         (ev_document_thumbnails_get_thumbnail):
9277         * backend/ev-document-thumbnails.h:
9278         * backend/ev-document.c:
9279         * backend/ev-document.h:
9280         * backend/ev-render-context.c: (ev_render_context_new),
9281         (ev_render_context_set_rotation):
9282         * backend/ev-render-context.h:
9283         * pdf/ev-poppler.cc:
9284         * ps/ps-document.c: (ps_document_document_iface_init):
9285         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9286         * shell/ev-jobs.h:
9287         * shell/ev-page-cache.c: (build_height_to_page),
9288         (ev_page_cache_new), (ev_page_cache_get_size),
9289         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9290         (ev_page_cache_get_height_to_page):
9291         * shell/ev-page-cache.h:
9292         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9293         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9294         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9295         (ev_pixbuf_cache_get_selection_pixbuf):
9296         * shell/ev-pixbuf-cache.h:
9297         * shell/ev-print-job.c: (idle_print_handler):
9298         * shell/ev-sidebar-thumbnails.c: (add_range):
9299         * shell/ev-view.c: (view_update_range_and_current_page),
9300         (get_page_y_offset), (get_page_extents),
9301         (ev_view_size_request_continuous_dual_page),
9302         (ev_view_size_request_continuous),
9303         (ev_view_size_request_dual_page),
9304         (ev_view_size_request_single_page), (draw_one_page),
9305         (ev_view_set_rotation), (ev_view_rotate_right),
9306         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9307         (ev_view_zoom_for_size_continuous_and_dual_page),
9308         (ev_view_zoom_for_size_continuous),
9309         (ev_view_zoom_for_size_dual_page),
9310         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9311         (ev_view_select_all):
9312         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9313         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9314         (tiff_document_document_iface_init),
9315         (tiff_document_thumbnails_get_thumbnail):
9316
9317         Use rotation rather than orientation. It's easier and enough
9318         for our needs.
9319
9320 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9321
9322         * shell/ev-page-cache.c: (build_height_to_page),
9323         (ev_page_cache_new), (ev_page_cache_get_size),
9324         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9325         (ev_page_cache_get_height_to_page):
9326         * shell/ev-page-cache.h:
9327         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9328         (ev_view_size_request_continuous_dual_page),
9329         (ev_view_size_request_continuous),
9330         (ev_view_zoom_for_size_continuous_and_dual_page),
9331         (ev_view_zoom_for_size_continuous):
9332
9333         Make the page cache aware of page orientation.
9334
9335 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9336
9337         * backend/ev-document-thumbnails.c:
9338         (ev_document_thumbnails_get_thumbnail):
9339         * backend/ev-document-thumbnails.h:
9340         * backend/ev-document.c:
9341         * backend/ev-document.h:
9342         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9343         * backend/ev-ps-exporter.h:
9344         * pdf/ev-poppler.cc:
9345         * ps/ps-document.c: (ps_document_document_iface_init),
9346         (ps_document_ps_export_do_page):
9347         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9348         * shell/ev-jobs.h:
9349         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9350         (ev_page_cache_get):
9351         * shell/ev-page-cache.h:
9352         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9353         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9354         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9355         * shell/ev-pixbuf-cache.h:
9356         * shell/ev-print-job.c: (idle_print_handler):
9357         * shell/ev-sidebar-thumbnails.c: (add_range):
9358         * shell/ev-view.c: (view_update_range_and_current_page),
9359         (get_page_extents), (ev_view_size_request_dual_page),
9360         (ev_view_size_request_single_page), (draw_one_page),
9361         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9362         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9363         (ev_view_zoom_for_size_dual_page),
9364         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9365         (ev_view_select_all):
9366         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9367         * tiff/tiff-document.c: (tiff_document_get_page_size),
9368         (tiff_document_get_orientation), (rotate_pixbuf),
9369         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9370         (tiff_document_thumbnails_get_thumbnail),
9371         (tiff_document_ps_export_do_page), (tiff_document_init):
9372
9373         Really make use of the orientation bit of the render context.
9374         Use the render context in a few more places in the backend API.
9375         This regress orientation, but now it's done right. Will try to
9376         fix it up asap...
9377
9378 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9379
9380         * shell/ev-view.c: (ensure_rectangle_is_visible):
9381
9382         Patch by Nickolay V. Shmyrev to fix find flickering
9383
9384 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9385
9386         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9387         duplex parameters to ::begin.
9388
9389         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9390         * shell/ev-print-job.c (idle_print_handler): 
9391         * ps/ps-document.c (ps_document_ps_export_begin): 
9392         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9393         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9394         implementations. Poppler backend needs poppler cvs. Rest has
9395         unchanged behavior.
9396
9397 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9398
9399         * shell/ev-window.c (using_pdf_printer): new function.
9400         (ev_window_print_range): print a less techy message if someone
9401         tries to print to PDF.
9402
9403 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9404
9405         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9406         from "unknown font" string. Bug #311431
9407
9408 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9409
9410         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9411
9412 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9413
9414         Bug #311280
9415         
9416         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9417         name for PopplerFontTypes
9418         (pdf_document_fonts_fill_model): add font type to the detail column
9419
9420         * backend/ev-document-fonts.h: added
9421         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9422
9423         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9424         font name and font details, add a little markup.
9425         (ev_properties_fonts_init): use the new cell data func, specify ypad
9426         property for the cell renderer.
9427         (ev_properties_fonts_set_document): add the details column.
9428
9429 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9430
9431         * configure.ac: Added "pl" to ALL_LINGUAS.
9432
9433 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9434
9435         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9436
9437 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9438
9439         * help/ChangeLog: Started this for translations of manual.
9440         * configure.ac, autogen.sh, .cvsignore: Migrated to
9441         gnome-doc-utils. Patch in bug #311222.
9442
9443 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9444
9445         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9446         #ifdef this away to fix an unused-function warning.
9447
9448 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9449
9450         * configure.ac: Added 'gl' to ALL_LINGUAS.
9451
9452 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9453
9454         * configure.ac: Added ne in ALL_LINGUAS
9455         
9456 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9457
9458         * shell/ev-view.c: (ev_view_leave_notify_event):
9459         
9460         Clear status message when pointer leaves view. Fix for bug
9461         #310818 
9462
9463 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9464
9465         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9466
9467 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9468
9469         * shell/ev-view.c: (ev_view_leave_notify_event),
9470         (ev_view_class_init):
9471         
9472         Set cursor to normal then leaving view.
9473
9474 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9475
9476         * configure.ac:
9477         
9478         Fix required djvulibre version.
9479
9480 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9481
9482         *configure.ac: Hindi (hi) language added
9483
9484 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9485
9486         *configure.ac: Punjabi (pa) Language added
9487
9488 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9489
9490         * data/evince-ui.xml, shell/ev-window.c:
9491         
9492         Add keypad accelerators for zooming. Fix for bug 308128.
9493
9494 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9495
9496         * Makefile.am:
9497         * backend/Makefile.am:
9498         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9499         * configure.ac:
9500         * shell/ev-document-types.c: (ev_document_types_add_filters):
9501
9502         Allow to enable/disable the pixbuf backend.
9503         Default to off for now. If we want it enabled we should
9504         really put mime types in the desktop, implement properties etc.
9505
9506         * properties/evince-properties.c:
9507
9508         Initialize error to NULL.
9509         Check error is not NULL before freeing.
9510
9511 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9512
9513         * shell/ev-window.c:
9514
9515         Use F5 as presentation accell
9516
9517 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9518
9519         * shell/ev-window.c: (update_chrome_visibility),
9520         (ev_window_create_fullscreen_popup), (ev_window_init):
9521
9522         Do not leak the fullscreen toolbar
9523
9524 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9525
9526         * shell/ev-window.c: (view_actions_focus_in_cb),
9527         (view_actions_focus_out_cb):
9528
9529         These has a return value! Fix totally random focus
9530         issues we was seeing.
9531
9532 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9533
9534         * shell/main.c: (load_files_remote):
9535
9536         Allow open more than one file
9537
9538 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9539
9540         * shell/main.c: (load_files_remote):
9541
9542         Fix for dbus 0.33. bug #309975
9543
9544 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9545
9546         * properties/ev-properties-main.c: (ev_properties_get_pages):
9547
9548         Actually return NULL for types we dont support
9549
9550 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9551
9552         * po/POTFILES.in:
9553
9554         Remove empty lines.
9555
9556 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9557
9558         * backend/ev-document-factory.c:
9559         (ev_document_factory_get_document):
9560
9561         Do not try to create the object if type
9562         is invalid.
9563
9564 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9565
9566         * ps/ps-document.c: (ps_document_dispose),
9567         (ps_async_renderer_render_pixbuf):
9568         * ps/ps-document.h:
9569
9570         Do not leak the target window
9571
9572 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9573
9574         * shell/ev-application.c: (ev_application_init):
9575
9576         Let tbe check file existence for us.
9577         Add a comment about eggrecent mime filter.
9578
9579 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9580
9581         * data/evince-ui.xml:
9582         * shell/ev-application.c: (ev_application_shutdown),
9583         (ev_application_init), (ev_application_get_toolbars_model),
9584         (ev_application_get_recent_model),
9585         (ev_application_save_toolbars_model):
9586         * shell/ev-application.h:
9587         * shell/ev-window.c: (ev_window_add_recent),
9588         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9589         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9590         (ev_window_init):
9591
9592         Use common toolbar and recent models for all windows.
9593         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9594
9595 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9596
9597         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9598         successfully check for gtk_icon_view_get_visible_range.
9599
9600 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9601
9602         * djvu/Makefile.am:
9603         * dvi/Makefile.am:
9604         
9605         Fix djvu and dvi backend build.
9606
9607 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9608
9609         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9610         (new_separator_pixbuf):
9611
9612         Don't leak windows.
9613
9614 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9615
9616         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9617
9618         HIGification of toolbar editor dialogue.
9619
9620 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9621
9622         * configure.ac:
9623         * shell/Makefile.am:
9624
9625         Ever build metadata manager since it's just
9626         disabled at runtime now.
9627
9628 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9629
9630         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9631         (ev_metadata_manager_get), (ev_metadata_manager_set):
9632         * shell/ev-metadata-manager.h:
9633
9634         Add an _init functions that enabled metadata management
9635         at runtime.
9636
9637         * shell/ev-window.c: (page_changed_cb),
9638         (setup_document_from_metadata), (ev_window_setup_document),
9639         (setup_view_from_metadata), (ev_window_open_uri),
9640         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9641         (ev_window_run_presentation), (ev_window_stop_presentation),
9642         (save_sizing_mode), (ev_window_zoom_changed_cb),
9643         (ev_window_continuous_changed_cb),
9644         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9645         (window_configure_event_cb):
9646
9647         Remove all ugly metadata define since we deal with it
9648         at runtime now.
9649
9650         * shell/main.c: (load_files_remote), (main):
9651
9652         Add support for dbus cvs head. Hopefully didnt break one
9653         of the other versions now!
9654
9655         If we dont get a response from the dbus server just
9656         give up with it and not enable metadata.
9657
9658 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9659
9660         * Makefile.am:
9661         * backend/Makefile.am:
9662         * configure.ac:
9663         * cut-n-paste/recent-files/Makefile.am:
9664         * cut-n-paste/toolbar-editor/Makefile.am:
9665         * cut-n-paste/zoom-control/Makefile.am:
9666         * lib/Makefile.am:
9667         * pdf/Makefile.am:
9668         * pixbuf/Makefile.am:
9669         * properties/Makefile.am:
9670         * ps/Makefile.am:
9671         * shell/Makefile.am:
9672         * thumbnailer/Makefile.am:
9673         * tiff/Makefile.am:
9674
9675         Make frontends depend on just libev.
9676         Rework and group CFLAGS/LIBS definitions.
9677         Cleanups.
9678
9679 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9680
9681         * shell/ev-window:
9682
9683         do not unnecessarily save zoom
9684
9685         * configure.ac:
9686         * lib/ev-file-helpers.c: (ev_dot_dir):
9687         * shell/Makefile.am:
9688         * shell/dummy.cc:
9689
9690         Some cleanups
9691
9692 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9693
9694         * configure.ac:
9695         
9696         Remove unnecessary dependencies
9697
9698 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9699
9700         * properties/Makefile.am:
9701         * thumbnailer/Makefile.am:
9702         * tiff/Makefile.am:
9703
9704         Some more cleanups. Was really necessary
9705         but I probably introduced bugs, feel free
9706         to flame :)
9707
9708 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9709
9710         * backend/Makefile.am:
9711         * configure.ac:
9712         * cut-n-paste/recent-files/Makefile.am:
9713         * cut-n-paste/toolbar-editor/Makefile.am:
9714         * cut-n-paste/zoom-control/Makefile.am:
9715         * lib/Makefile.am:
9716         * pdf/Makefile.am:
9717         * pixbuf/Makefile.am:
9718         * properties/Makefile.am:
9719         * ps/Makefile.am:
9720         * shell/Makefile.am:
9721         * thumbnailer/Makefile.am:
9722         * tiff/Makefile.am:
9723
9724         Use gnome-common macros when possible.
9725         Cleanup dependencies.
9726         Actually disable deprecated where possible.
9727
9728 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9729
9730         * Makefile.am:
9731         * backend/Makefile.am:
9732         * properties/Makefile.am:
9733         * shell/Makefile.am:
9734         * thumbnailer/Makefile.am:
9735
9736         This should solve the circular dep without
9737         requiring dir reorg!
9738
9739         * shell/ev-window.c: (setup_view_from_metadata):
9740
9741         Never restore window size/position when the
9742         window is already visible.
9743
9744 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9745
9746         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9747
9748         Return a boolean from timeout func. Fix ported from gedit.
9749
9750 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9751
9752         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9753
9754 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9755
9756         * shell/ev-document-types.c: set "All Documents" as default filter in
9757         open dialog
9758
9759 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9760
9761         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9762         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9763         (ev_metadata_manager_set_boolean): fix value/val thinko.
9764
9765 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9766
9767         * shell/ev-window.c: (setup_view_from_metadata),
9768         (window_state_event_cb), (window_configure_event_cb),
9769         (ev_window_init):
9770
9771         Remember window position and maximized state
9772
9773 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9774
9775         * configure.ac:
9776
9777         Fix DBUS configure checks.
9778
9779         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9780         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9781         (ev_metadata_manager_set_boolean):
9782
9783         Plug mem leaks.
9784
9785         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9786         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9787         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9788         (ev_window_continuous_changed_cb),
9789         (ev_window_dual_mode_changed_cb), (ev_window_new):
9790
9791         Fix the build without DBUS.
9792
9793 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9794
9795         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9796         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9797         (ev_metadata_manager_set_string),
9798         (ev_metadata_manager_set_boolean):
9799         * shell/ev-metadata-manager.h:
9800
9801         Add support for some more types
9802
9803         * shell/ev-view.c: (scroll_to_current_page),
9804         (ev_view_get_continuous), (ev_view_set_continuous),
9805         (ev_view_get_dual_page):
9806         * shell/ev-view.h:
9807         * shell/ev-window.c: (page_changed_cb),
9808         (setup_document_from_metadata), (ev_window_setup_document),
9809         (setup_view_from_metadata), (ev_window_open_uri),
9810         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9811         (ev_window_run_presentation), (ev_window_stop_presentation),
9812         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9813         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9814         (ev_window_update_dual_page_action),
9815         (ev_window_continuous_changed_cb),
9816         (ev_window_dual_mode_changed_cb), (ev_window_init):
9817
9818         Remember a bunch of view/document properties. Prolly some
9819         are still missing but it's getting interesting.
9820
9821 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9822
9823         * configure.ac: check if dbus-binding-tool is installed. Not the
9824         case on current Ubuntu breezy, it seems.
9825
9826 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9827
9828         * data/evince.desktop.in.in:
9829         
9830         Allow open uri lists and add TryExec field.
9831
9832 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9833
9834         * configure.ac:
9835
9836         Enable dbus when available, do not require a configure
9837         option.
9838
9839 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9840
9841         * configure.ac:
9842
9843         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9844         disabled.
9845
9846 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9847         Marco Pesenti Gritti  <mpg@redhat.com>
9848
9849         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9850         
9851         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9852         functions to the format required by dbus
9853
9854         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9855         errors. Use the RPC parameters in the expected way
9856
9857 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9858
9859         * Makefile.am:
9860         * properties/Makefile.am:
9861         * properties/ev-properties-main.c: (ev_properties_get_pages):
9862
9863         Support all mime types
9864
9865         * shell/Makefile.am:
9866         * thumbnailer/Makefile.am:
9867         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9868         (evince_thumbnail_pngenc_get):
9869
9870         Use the document factory
9871
9872 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9873
9874         * backend/Makefile.am:
9875         * backend/ev-document-factory.c:
9876         (mime_type_supported_by_gdk_pixbuf),
9877         (ev_document_type_get_from_mime),
9878         (ev_document_factory_get_document),
9879         (ev_document_factory_get_backend),
9880         (ev_document_factory_get_mime_types),
9881         (ev_document_factory_get_all_mime_types):
9882         * backend/ev-document-factory.h:
9883         * shell/Makefile.am:
9884         * shell/ev-document-types.c: (get_document_from_uri),
9885         (ev_document_types_get_document),
9886         (file_filter_add_mime_list_and_free),
9887         (ev_document_types_add_filters):
9888         * shell/ev-document-types.h:
9889         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9890         * shell/ev-properties-dialog.c:
9891         (ev_properties_dialog_set_document):
9892         * shell/ev-window.c: (ev_window_cmd_file_open),
9893         (ev_window_cmd_save_as):
9894         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9895
9896         Rework document types managing to avoid code duplication
9897         and actually abstract from backend implementations.
9898         Also provide a minimal factory api that can be used by
9899         thumbnailer/properties.
9900
9901 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9902
9903         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9904         Plug a mem leak.
9905         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9906         HIG spacings.
9907
9908 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9909
9910         * shell/ev-properties-dialog.c
9911         (ev_properties_dialog_set_document): only call
9912         ev_properties_fonts_set_document() if the document implements the
9913         fonts interface
9914
9915 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9916
9917         * configure.ac:
9918         * properties/Makefile.am:
9919         * properties/ev-properties-view.c:
9920         (ev_properties_view_register_type):
9921         * properties/ev-properties-view.h:
9922         * properties/ev-properties-main.h:
9923
9924         Implement nautilus plugin for properties.
9925         Works only for pdf atm, I need to rework the
9926         document types stuff to get this to work
9927         for all backends...
9928
9929 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9930
9931         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9932         (ev_properties_fonts_set_document): use
9933         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9934
9935 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9936
9937         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9938         them
9939         (PlaceImage, tiff2ps_process_page): use
9940         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9941
9942
9943 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9944
9945         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9946         (main): to call gnome_authentication_manager_init. Should fix
9947         Bug #308510
9948
9949         * configure.ac: that requires libgnomeui 2.6.0.
9950
9951 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9952
9953         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9954         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9955         use the new tiff2ps interfaces
9956
9957         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9958         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9959
9960         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9961         structure instead of global variables.  Remove use of static
9962         variables in functions.
9963
9964 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9965
9966         * shell/ev-page-action.c: unref the completion after setting it to the
9967         entry
9968
9969 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9970
9971         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9972         postscript files
9973
9974 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9975
9976         * shell/ev-window.c (update_action_sensitivity): disable
9977         File->Print if the document does not implement the ps exporter
9978         interface
9979
9980 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9981
9982         * Makefile.am:
9983         * configure.ac:
9984         * data/evince-properties.glade:
9985         * properties/.cvsignore:
9986         * properties/Makefile.am:
9987         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9988         (ev_properties_view_class_init), (ev_properties_view_format_date),
9989         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9990         (ev_properties_view_init), (ev_properties_view_new):
9991         * properties/ev-properties-view.h:
9992         * shell/Makefile.am:
9993         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9994         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9995         (ev_properties_dialog_new):
9996         * shell/ev-properties-dialog.h:
9997         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9998         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9999         (update_progress_label), (job_fonts_finished_cb),
10000         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10001         * shell/ev-properties-fonts.h:
10002         * shell/ev-properties.c:
10003         * shell/ev-properties.h:
10004         * shell/ev-window.c: (ev_window_setup_document),
10005         (ev_window_cmd_file_properties):
10006
10007         Split the properties pages in two different objects, depend
10008         only on the backend where possible, use widgets instead
10009         of gobject for the glade part, reimplement the dialog
10010         itself with gtk.
10011         I need this to implement nautilus properties page.
10012
10013 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10014
10015         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10016         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10017         (tiff_document_document_ps_exporter_iface_init): implement the ps
10018         exporter interface for tiff documents
10019
10020         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10021         libtiff to implement TIFF postscript export
10022
10023         * tiff/tiff2ps.h: added a header file for external tiff2ps
10024         functions.
10025
10026         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10027         tiff2ps.h
10028
10029 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10030
10031         * shell/ev-view.c: (scroll_to_current_page),
10032         (ev_view_set_fullscreen), (ev_view_set_presentation):
10033         
10034         Scroll to current page when exit from presentation
10035
10036 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10037
10038         * shell/ev-window.c: (update_document_mode),
10039         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10040         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10041         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10042         
10043         Exit from fullscreen mode when switch to presentation. Fix for
10044         bug 309365
10045
10046 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10047
10048         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10049         return NULL if the document does not implement the selection
10050         interface.
10051
10052 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10053
10054         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10055         reported height by using the resolution aspect ratio
10056         (tiff_document_render_pixbuf): scale the pixbuf using the
10057         resolution aspect ratio
10058
10059 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10060
10061         * configure.ac:
10062         
10063         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10064         <kiltedaco@gmail.com>
10065         
10066         * djvu/djvu-document.c: (djvu_document_get_orientation),
10067         (djvu_document_set_orientation), (djvu_document_get_page_size),
10068         (rotate_pixbuf), (djvu_document_render_pixbuf),
10069         (djvu_document_document_iface_init):
10070         * dvi/dvi-document.c: (dvi_document_get_orientation),
10071         (dvi_document_set_orientation), (dvi_document_get_page_size),
10072         (rotate_pixbuf), (dvi_document_render_pixbuf),
10073         (dvi_document_document_iface_init):
10074         
10075         Dvi and djvu backends are ported to new API
10076
10077 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10078
10079         * backend/ev-selection.c: (ev_selection_get_selection_region),
10080         (ev_selection_get_selection_map):
10081         * backend/ev-selection.h:
10082         * pdf/ev-poppler.cc:
10083         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10084         * shell/ev-jobs.h:
10085         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10086         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10087         (ev_pixbuf_cache_get_text_mapping):
10088         * shell/ev-pixbuf-cache.h:
10089         * shell/ev-view.c: (location_in_text),
10090         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10091         support to EvView.  Now we can see where we can select!  Sweet!
10092
10093 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10094
10095         * shell/ev-view.c (ev_view_button_press_event): Fix
10096         event->y + view->scroll_x typo.
10097
10098 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10099
10100         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10101         sub-GdkPixbuf instead of passing dest_x and dest_y.
10102         
10103         * shell/ev-view.c: (view_point_to_doc_point),
10104         (view_rect_to_doc_rect), (ev_view_button_press_event),
10105         (ev_view_motion_notify_event), (compute_new_selection_rect),
10106         (gdk_rectangle_point_in), (compute_new_selection_text),
10107         (compute_selections): Update selection code to keep the selection
10108         around as two points and not as a normalized rectangle, and fix
10109         page level selection in two-column mode.
10110
10111 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10112
10113         * shell/ev-window.c: (window_configure_event_cb): 
10114         
10115         Fix compilation
10116         
10117 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10118
10119         * pdf/ev-poppler.cc:
10120
10121         Fix compilation
10122
10123 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10124
10125         * shell/Makefile.am:
10126         * shell/ev-metadata-manager.c: (item_free),
10127         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10128         (parse_value), (parseItem), (load_values),
10129         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10130         (save_values), (save_item), (get_oldest), (resize_items),
10131         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10132         * shell/ev-metadata-manager.h:
10133
10134         Metadata manager from gedit but modified to use GValue, so that
10135         we dont need to keep converting from strings.
10136
10137         * configure.ac:
10138
10139         ENABLE_METADATA conditional, on when dbus is on
10140
10141         * shell/ev-application.c: (ev_application_open_uri):
10142
10143         Show the window after load so that we can initialize
10144         window size before it's showed.
10145
10146         * shell/ev-window.c: (ev_window_setup_from_metadata),
10147         (ev_window_open_uri), (window_configure_event_cb),
10148         (ev_window_init):
10149
10150         Save and load metadata information about window size.
10151         Not yet keeping states in account.
10152
10153         * shell/main.c: (main):
10154
10155         Shutdown metadata manager.
10156
10157 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10158
10159         * shell/ev-application-service.xml:
10160         * configure.ac:
10161         * shell/Makefile.am:
10162         * shell/ev-application.c:
10163         * shell/ev-application.h:
10164         * shell/ev-window.c:
10165         * shell/ev-window.h:
10166         * shell/main.c:
10167
10168         Add an optional dbus interface (--enable-dbus).
10169         Rework application code, mainly to be easier to
10170         use "remotely".
10171         Do not open multiple windows with the same document,
10172         spatial evince!
10173
10174 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10175
10176         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10177         pixbuf iff it exists.
10178
10179 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10180
10181         * shell/*:
10182         * backend/ev-render-context.[ch]:
10183         * backend/ev-selection.[ch]:
10184
10185         Massive changes.  We now support text selection of pdfs, and not
10186         just rectangular selection.  This is pretty broken still, but I
10187         want to get something into CVS.
10188
10189 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10190
10191         * pdf/ev-poppler.cc:
10192         
10193         Fix for Bug 309080: crash on window close.
10194         
10195         * shell/ev-page-action.c: (page_changed_cb):
10196         
10197         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10198         jensgr@gmx.net (Jens Granseuer).
10199
10200 2005-06-25  Marcel Telka  <marcel@telka.sk>
10201
10202         * configure.in (ALL_LINGUAS): Added sk.
10203
10204 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10205
10206         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10207         not a document open
10208
10209 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10210
10211         * NEWS:
10212         * configure.ac:
10213
10214         Release 0.3.2
10215
10216         * cut-n-paste/recent-files/Makefile.am:
10217
10218         Fix make distcheck
10219
10220 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10221
10222         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10223         (pixbuf_document_set_orientation), (rotate_pixbuf),
10224         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10225         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10226
10227         Implement rotation and cleanup the code a bit.
10228
10229         * tiff/tiff-document.c: (tiff_document_get_page_size),
10230         (tiff_document_get_orientation), (tiff_document_set_orientation),
10231         (rotate_pixbuf), (tiff_document_render_pixbuf),
10232         (tiff_document_document_iface_init), (tiff_document_init):
10233
10234         Implement rotation. Was the quicker solution for the release
10235         but we really need to share this code in the shell.
10236
10237 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10238
10239         * pdf/ev-poppler.cc:
10240
10241         Enable rotation, require poppler cvs. Fix a leak.
10242
10243 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10244
10245         * shell/ev-window.c: (update_action_sensitivity):
10246         
10247         Make properties unsensitive if document backend doesn't provide
10248         any info
10249
10250 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10251
10252         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10253         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10254         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10255         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10256         (bitmap_flip_rotate_counter_clockwise):
10257         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10258         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10259         (buff_gets):
10260         * dvi/mdvi-lib/common.h:
10261         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10262         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10263         (opendvi), (mdvi_reload), (mdvi_init_context),
10264         (mdvi_destroy_context), (mdvi_dopage), (special):
10265         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10266         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10267         (file_hash_free), (register_encoding), (parse_spec),
10268         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10269         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10270         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10271         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10272         (mdvi_register_font_type), (mdvi_unregister_font_type),
10273         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10274         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10275         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10276         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10277         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10278         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10279         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10280         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10281         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10282         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10283         (mdvi_unregister_special), (mdvi_flush_specials):
10284         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10285         (t1_font_remove):
10286         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10287         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10288         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10289         (free_font_metrics), (flush_font_metrics):
10290         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10291         (tt_font_remove):
10292         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10293         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10294         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10295         (dstring_insert), (dstring_new), (dstring_reset):
10296         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10297         
10298         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10299         avoid conflict with libtool on FC4
10300         
10301         * shell/ev-window.c: (ev_window_cmd_help_about):
10302         
10303         Update copyright year. Fix for bug 308828.
10304
10305 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10306
10307         * shell/ev-view.c: (add_scroll_binding_keypad),
10308         (ev_view_binding_activated), (ev_view_class_init),
10309         (on_adjustment_value_changed):
10310         
10311         Bug 170874: Arrow keys switch pages in presentation mode
10312
10313 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10314
10315         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10316         
10317         Fix for Bug 308265: Sidebar dissappears coming out of 
10318         Presentation mode
10319
10320 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10321
10322         * shell/ev-application.c: (ev_application_open):
10323         * shell/ev-document-types.c: (ev_document_types_add_filters),
10324         (ev_document_types_add_filters_for_type):
10325         * shell/ev-document-types.h:
10326         * shell/ev-window.c: (ev_window_cmd_save_as):
10327         
10328         Suggest basename as template when saving, provide filters
10329         for save dialog. It's bug 308402
10330
10331 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10332
10333         * pdf/ev-poppler.cc:
10334         * shell/ev-sidebar-links.c: (job_finished_callback):
10335         * shell/ev-view.c: (update_find_status_message):
10336         
10337         Some leaks fixed
10338
10339 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10340
10341         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10342         (egg_recent_view_uimanager_set_list):
10343
10344         Fix buglet in !show_numbers case.
10345
10346 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10347
10348         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10349         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10350
10351         Use pango ellipsisation.
10352
10353         * pdf/ev-poppler.cc:
10354
10355         Fix refcount leak, from nsh.
10356
10357 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10358
10359         * cut-n-paste/recent-files/Makefile.am:
10360         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10361         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10362         
10363         Removed EggRecentViewGtk
10364         
10365         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10366         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10367         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10368         (ev_window_setup_recent):
10369         
10370         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10371         with other projects
10372
10373 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10374
10375         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10376         (egg_recent_view_gtk_finalize):
10377
10378         Fix memory leak
10379
10380         * cut-n-paste/toolbar-editor/Makefile.am:
10381         
10382         Fix location of cursor icon.
10383         
10384         * pdf/ev-poppler.cc:
10385         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10386         (display_completion_text), (match_completion):
10387         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10388         (selection_changed_callback), (create_loading_model),
10389         (print_section_cb), (links_page_num_func),
10390         (update_page_callback_foreach):
10391         * shell/ev-window.c: (ev_window_dispose):
10392         
10393         Small memory fixes. Links model now store objects instead
10394         of pointers to improve memory management. 
10395
10396 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10397
10398         * shell/ev-window.c: (zoom_control_changed_cb):
10399         
10400         Fix update of zoom control (bug 308268).
10401
10402 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10403
10404         * shell/ev-properties.c (set_property): escape the text correctly.
10405         Handles non-UTF-8 properties and escaped properties.  Also, sets
10406         the text to "<i>None</i>" if the property isn't set.
10407
10408         * data/evince-properties.glade: Change the label to be ellipsized,
10409         and give it a minimum size.
10410
10411 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10412
10413         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10414         * shell/ev-sidebar-links.c: (create_loading_model):
10415         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10416         * shell/ev-view.c: (ev_view_set_document):
10417         * shell/ev-window.c: (ev_window_dispose):
10418         
10419         Various small fixes, mostly memory leaks. Thanks to valgrind.
10420
10421 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10422
10423         * ps/ps-document.c: remove the locale.h include again ;-). And
10424         kill the (bogus) setlocale/savelocale business.
10425
10426 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10427
10428         * ps/ps-document.c:
10429         
10430         Include locale.h to fix build
10431         
10432         * shell/ev-sidebar.c:
10433         
10434         Remove unnecessary includes
10435
10436 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10437
10438         * dvi/dvi-document.c: (dvi_document_load):
10439         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10440         * po/POTFILES.in:
10441         
10442         Check for incorrect dvi files. Fix parsing dvi on AMD64
10443         platform. Thanks to tester@tester.ca (Olivier Crete).
10444
10445 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10446
10447         * shell/ev-page-action.c: (match_selected_cb),
10448         (display_completion_text), (match_completion), (update_model):
10449         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10450         (expand_open_links):
10451         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10452         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10453         (ev_sidebar_set_document):
10454         * shell/ev-window.c: (ev_window_xfer_job_cb),
10455         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10456         
10457         Fixed lot's of memory leaks, for example, memory leak on reload, 
10458         described in bug 307793.
10459
10460 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10461
10462         * pdf/ev-poppler.cc:
10463         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10464         (update_visible_range), (adjustment_changed_cb),
10465         (ev_sidebar_thumbnails_fill_model),
10466         (ev_sidebar_thumbnails_refresh),
10467         (ev_sidebar_tree_selection_changed),
10468         (ev_sidebar_icon_selection_changed),
10469         (ev_sidebar_thumbnails_use_icon_view),
10470         (ev_sidebar_thumbnails_set_document):
10471         * shell/ev-sidebar-thumbnails.h:
10472         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10473         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10474
10475         Refresh thumbnails when changing orientation. Not fully
10476         working yet becuase of a sidebar bug.
10477
10478         Set page orientation to poppler page everywhere. This sucks
10479         really need to fix poppler.
10480
10481 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10482
10483         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10484         (egg_recent_view_gtk_new_menu_item),
10485         (egg_recent_view_gtk_set_property),
10486         (egg_recent_view_gtk_get_property),
10487         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10488         (egg_recent_view_gtk_set_tooltip_func),
10489         (egg_recent_view_gtk_set_label_width),
10490         (egg_recent_view_gtk_get_label_width):
10491         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10492
10493         Sync with libegg (ellipsize labels)
10494
10495 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10496
10497         * data/evince-ui.xml:
10498         * shell/ev-window.c: (ev_window_cmd_go_forward),
10499         (ev_window_cmd_go_backward):
10500         
10501         Shift + PageUp moves 10 Pages. Fix for 306125
10502
10503 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10504
10505         * pdf/ev-poppler.cc:
10506
10507         Add a flag to check if orientation has been overriden
10508
10509 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10510
10511         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10512         field if necessary.
10513
10514         * ps/ps.h: add creator field to document.
10515
10516         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10517         set creator field.
10518
10519 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10520
10521         * data/evince-properties.glade:
10522         * shell/ev-properties.c: (ev_properties_set_document):
10523
10524         s/PDF Version/Format
10525
10526 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10527
10528         * shell/ev-properties.c: (ev_properties_set_document):
10529
10530         Remove unnecessary translations
10531
10532 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10533
10534         * cut-n-paste/toolbar-editor/Makefile.am:
10535
10536         Correct library name    
10537
10538 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10539
10540         * configure.ac:
10541         * cut-n-paste/recent-files/egg-recent-model.c:
10542         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10543         (egg_recent_model_unlock_file):
10544         * cut-n-paste/recent-files/egg-recent-util.c:
10545         (egg_recent_util_get_unique_id):
10546         * cut-n-paste/recent-files/update-from-egg.sh:
10547         * cut-n-paste/toolbar-editor/Makefile.am:
10548         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10549         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10550         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10551         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10552         (egg_toolbars_model_get_type):
10553         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10554
10555         Better makefile for toolbar editor and update everything
10556         to latest libegg.
10557
10558 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10559
10560         * shell/ev-window.c: (update_document_mode):
10561
10562         Prefer presentation mode when the document
10563         require fullscreen.
10564
10565 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10566
10567         * data/evince-ui.xml:
10568         * shell/ev-window.c:
10569
10570         Add control-equal for zooming
10571
10572 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10573
10574         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10575
10576 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10577
10578         * backend/ev-document.c: (ev_document_get_orientation):
10579         * backend/ev-document.h:
10580         * pdf/ev-poppler.cc:
10581         * ps/ps-document.c: (ps_document_get_orientation),
10582         (ps_document_set_orientation), (ps_document_document_iface_init):
10583
10584         Add a get_orientation api. Improve set_orientation.
10585
10586         * data/evince-ui.xml:
10587         * shell/ev-view.c: (ev_view_set_orientation),
10588         (ev_view_rotate_right), (ev_view_rotate_left):
10589         * shell/ev-view.h:
10590         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10591         (ev_window_cmd_edit_rotate_right):
10592
10593         Better ui for changing document orientation
10594
10595 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10596
10597         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10598         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10599         * shell/ev-sidebar-links.h:
10600         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10601         (ev_sidebar_page_iface_init):
10602         * shell/ev-sidebar-page.h:
10603         * shell/ev-sidebar-thumbnails.c:
10604         (ev_sidebar_thumbnails_get_property),
10605         (ev_sidebar_thumbnails_class_init),
10606         (ev_sidebar_thumbnails_set_document):
10607         * shell/ev-sidebar-thumbnails.h:
10608         * shell/ev-view.c: (ev_view_motion_notify_event):
10609         * shell/ev-window.c: (update_chrome_visibility),
10610         (ev_window_cmd_focus_page_selector),
10611         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10612         (sidebar_page_main_widget_update_cb), (ev_window_init):
10613         
10614         Autoraise toolbar on GoToPage binding and fix bindings in
10615         EvSidebarThumbnails page.
10616
10617 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10618
10619         * shell/ev-properties.c: (update_progress_label):
10620
10621         Hide the progress label when finished; bug #307697.
10622
10623 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10624
10625         * pdf/ev-poppler.cc:
10626
10627         Enable is_open for links, you will need poppler cvs
10628
10629         * shell/ev-properties.c: (job_fonts_finished_cb):
10630
10631         Get a lock on the document when filling the tree view
10632
10633 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10634
10635         * backend/ev-document-links.h:
10636         * pdf/ev-poppler.cc:
10637         * shell/ev-sidebar-links.c: (create_loading_model),
10638         (expand_open_links), (job_finished_callback):
10639
10640         Expand links when specified by the document.
10641         Depend on a poppler api (defined out for now)
10642
10643 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10644
10645         * shell/ev-properties.c: (ev_properties_dispose),
10646         (ev_properties_class_init), (dialog_destroy_cb),
10647         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10648         (ev_properties_set_document), (ev_properties_new),
10649         (ev_properties_show):
10650         * shell/ev-properties.h:
10651
10652         Make it an object, cleanup the code, api to show it as transient
10653         and to set the document.
10654
10655         * shell/ev-window.c: (ev_window_setup_document),
10656         (ev_window_cmd_file_properties):
10657
10658         Adapt to EvProperties changes, do not show multiple
10659         times, update it when document changes.
10660
10661 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10662
10663         * ps/gstypes.h:
10664         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10665         (ps_document_set_orientation), (ps_document_document_iface_init):
10666         * ps/ps-document.h:
10667
10668         Implement orientation here too
10669
10670         * shell/ev-properties.c: (ev_properties_new):
10671         * data/evince-properties.glade:
10672
10673         Hide the fonts page for backends that doesnt
10674         support it.     
10675
10676 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10677
10678         * backend/ev-document.c: (ev_document_set_orientation):
10679         * backend/ev-document.h:
10680         * pdf/ev-poppler.cc:
10681
10682         Add orientation api. Currently poppler api is not optimal,
10683         we need to set orientation every time we _get a page.
10684         I will try to fix that at some point.
10685
10686         * data/evince-ui.xml:
10687         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10688         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10689
10690         Add orientation menu items
10691
10692         * shell/ev-page-cache.c: (ev_page_cache_clear):
10693         * shell/ev-page-cache.h:
10694
10695         Add api to clear the cache
10696
10697         * shell/ev-view.c: (setup_caches), (clear_caches),
10698         (ev_view_set_document), (ev_view_zoom_out),
10699         (ev_view_set_orientation):
10700         * shell/ev-view.h:
10701
10702         Implement orientation changing
10703
10704 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10705
10706         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10707         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10708         * backend/ev-document-fonts.h:
10709
10710         Separate scan and fill so that we can incrementally fill from
10711         the main thread. Add a progress api.
10712
10713         * data/evince-properties.glade:
10714         * pdf/ev-poppler.cc:
10715         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10716         * shell/ev-jobs.h:
10717         * shell/ev-properties.c: (update_progress_label),
10718         (job_fonts_finished_cb), (setup_fonts_view):
10719
10720         Incrementally feel the list and show the progress
10721         percentage in a label like acrobat does.
10722
10723         You are going to need poppler cvs
10724
10725 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10726
10727         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10728         * backend/ev-document-fonts.h:
10729         * pdf/ev-poppler.cc:
10730
10731         Make fonts model fill incrementally.
10732
10733         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10734         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10735         (ev_job_queue_remove_job):
10736         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10737         (ev_job_fonts_new), (ev_job_fonts_run):
10738         * shell/ev-jobs.h:
10739
10740         New job for fonts scanning
10741
10742         * shell/ev-properties.c: (job_fonts_finished_cb),
10743         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10744         * shell/ev-properties.h:
10745         * shell/ev-window.c: (ev_window_cmd_file_properties):
10746
10747         Incrementally feel the treeview using the new job. Show Loading...
10748         message until scanning is completed.
10749
10750         Hopefully I didnt break the build without the poppler patch.
10751
10752 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10753
10754         * shell/ev-application.c: (ev_application_open):
10755         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10756         (ev_document_type_get_type), (ev_document_type_lookup):
10757         * shell/ev-document-types.h:
10758         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10759         * shell/ev-job-xfer.h:
10760         * shell/ev-window.c: (ev_window_clear_local_uri),
10761         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10762         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10763         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10764         
10765         Transfer remote documents to tmp directory to display them later.
10766
10767 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10768
10769         * backend/ev-document-info.h:
10770         * shell/ev-properties.c: (ev_properties_new):
10771
10772         s/GTime*/GTime. Not sure why we was using a pointer
10773         at all there!
10774
10775 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10776
10777         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10778         situations.  That situation is that you're using GTK+-HEAD with
10779         the patch at #306726 is applied, and you have a document with <
10780         1500 pages in it.  It's not quite as uniformly nice as the
10781         TreeView, but should be better in the long run.
10782
10783         I'm pretty sure I guarded against breaking compilation with
10784         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10785         I missed some.
10786
10787         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10788         widget yet, so I commented that code out
10789         enable_view_actions_for_widget() for now.  Need to figure this
10790         out.
10791
10792         * shell/ev-page-action.c (match_selected_cb): emit the right
10793         signals.  Our cool C-l completion now works.
10794
10795 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10796
10797         * backend/Makefile.am:
10798         * backend/ev-document-fonts.c:
10799         * backend/ev-document-links.c:
10800         * backend/ev-document.c: (ev_document_load):
10801         * backend/ev-document.h:
10802         * backend/ev-job-queue.c:
10803         * backend/ev-job-queue.h:
10804         * backend/ev-jobs.c:
10805         * backend/ev-jobs.h:
10806         * backend/ev-page-cache.c:
10807         * backend/ev-page-cache.h:
10808
10809         EvPageCache and EvJobs are moved to shell.
10810
10811         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10812         (ev_tmp_filename):
10813         * lib/ev-file-helpers.h:
10814         
10815         New helper to work with temporary files
10816         
10817         * shell/Makefile.am:
10818         * shell/ev-application.c: (ev_application_open):
10819         * shell/ev-application.h:
10820         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10821         (remove_job_from_async_queue), (add_job_to_async_queue),
10822         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10823         (handle_job), (search_for_jobs_unlocked),
10824         (no_jobs_available_unlocked), (ev_render_thread),
10825         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10826         (ev_job_queue_add_job), (move_job_async), (move_job),
10827         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10828         * shell/ev-job-queue.h:
10829         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10830         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10831         * shell/ev-job-xfer.h:
10832         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10833         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10834         (ev_job_links_class_init), (ev_job_render_init),
10835         (ev_job_render_dispose), (ev_job_render_class_init),
10836         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10837         (ev_job_thumbnail_class_init), (ev_job_load_init),
10838         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10839         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10840         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10841         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10842         * shell/ev-jobs.h:
10843         * shell/ev-page-action.c: (ev_page_action_set_document):
10844         * shell/ev-page-cache.c: (ev_page_cache_init),
10845         (ev_page_cache_class_init), (ev_page_cache_finalize),
10846         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10847         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10848         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10849         (ev_page_cache_get_title), (ev_page_cache_get_size),
10850         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10851         (ev_page_cache_get_height_to_page),
10852         (ev_page_cache_get_max_label_chars),
10853         (ev_page_cache_get_page_label),
10854         (ev_page_cache_has_nonnumeric_page_labels),
10855         (ev_page_cache_get_info), (ev_page_cache_next_page),
10856         (ev_page_cache_prev_page), (ev_page_cache_get):
10857         * shell/ev-page-cache.h:
10858         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10859         (ev_pixbuf_cache_clear_job_sizes),
10860         (ev_pixbuf_cache_add_jobs_if_needed),
10861         (ev_pixbuf_cache_set_page_range):
10862         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10863         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10864         * shell/ev-sidebar-thumbnails.c:
10865         (ev_sidebar_tree_selection_changed),
10866         (ev_sidebar_thumbnails_set_document):
10867         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10868         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10869         (ev_statusbar_get_context_id), (ev_statusbar_push),
10870         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10871         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10872         (ev_statusbar_set_progress):
10873         * shell/ev-statusbar.h:
10874         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10875         (ev_view_find_previous):
10876         * shell/ev-window.c: (ev_window_is_empty),
10877         (ev_window_setup_document), (password_dialog_response),
10878         (ev_window_clear_jobs), (ev_window_load_job_cb),
10879         (ev_window_xfer_job_cb), (ev_window_open_uri),
10880         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10881         (ev_window_print), (ev_window_print_range),
10882         (ev_window_state_event), (ev_window_cmd_view_reload),
10883         (menu_item_select_cb), (menu_item_deselect_cb),
10884         (view_status_changed_cb), (ev_window_dispose),
10885         (drag_data_received_cb), (ev_window_init):
10886         * shell/ev-window.h:
10887         * shell/main.c: (load_files):
10888         
10889         New statusbar to show progress on idle. Two new jobs - 
10890         xfer job and load job to load document in background. And update
10891         of page_cache clients to new location of code.
10892
10893 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10894
10895         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10896         selection in open dialog. It also remembers the last visited directory 
10897         in the current session.
10898
10899 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10900
10901         * shell/ev-properties.c: (ev_properties_new):
10902         * shell/ev-properties.h:
10903         * shell/ev-window.c: (ev_window_cmd_file_properties):
10904         
10905         Get document info from page cache instead of document itself.
10906         This should fix crash related to race conditions described in
10907         bug 306545.
10908
10909 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10910
10911         * ps/ps-document.c: (ps_document_init),
10912         (send_ps), (get_page_box), (output), (catchPipe), (input),
10913         (stop_interpreter), (file_length), (file_readable),
10914         (check_filecompressedb), (ps_document_enable_interpreter),
10915         (document_load), (ps_async_renderer_render_pixbuf):
10916         * ps/ps-document.h:
10917
10918         Big cleanup of the ps code
10919
10920 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10921
10922         * backend/Makefile.am:
10923         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10924         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10925         * backend/ev-async-renderer.h:
10926
10927         Add an async renderer interface (method + callback) which
10928         is useful for backends like ps.
10929
10930         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10931         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10932         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10933         (ev_job_queue_add_job), (move_job_async), (move_job),
10934         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10935
10936         Add queues for async renderer, these are executed on the
10937         main thread.
10938
10939         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10940         (ev_job_render_run):
10941         * backend/ev-jobs.h:
10942
10943         If the backend support async renderer interface use it.
10944
10945         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10946         (setup_pixmap), (ps_document_get_type),
10947         (ps_async_renderer_render_pixbuf),
10948         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10949
10950         Implement async renderer interface.
10951
10952 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10953
10954         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10955
10956         Cleanup links job on exit.
10957
10958 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10959
10960         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10961         (drag_data_get_cb), (drag_data_received_cb):
10962         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10963         (drag_data_get_cb), (parse_item_list),
10964         (egg_toolbar_editor_load_actions):
10965         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10966         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10967         (parse_item_list), (parse_toolbars):
10968         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10969         (dvi_pixbuf_put_pixel):
10970         
10971         Fix gcc 4.0 warnings
10972
10973 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10974
10975         * ps/ps-document.c: (start_interpreter):
10976
10977         Fix warning when loading ps
10978
10979 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10980
10981         * ps/ps-document.c: (output):
10982
10983         Fix crash when priting gs error messages.
10984
10985 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10986
10987         * backend/ev-page-cache.c: (_ev_page_cache_new):
10988         * backend/ev-page-cache.h:
10989
10990         Use a const to return title so that we dont double
10991         free it. Small cleanup and fix a leak.
10992
10993         * shell/ev-window.c: (update_window_title):
10994
10995         strdup value from get_title.
10996
10997 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10998
10999         * shell/ev-sidebar-links.c: (job_finished_callback),
11000         (ev_sidebar_links_set_document):
11001
11002         Cleanup the old job when changing document
11003
11004 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11005
11006         * shell/ev-stock-icons.c:
11007         * shell/ev-stock-icons.h:
11008         * shell/ev-window.c:
11009         
11010         Add stock icons for actions that can appear in toolbar. Fix for
11011         bug 306566.
11012
11013 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11014
11015         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11016         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11017         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11018         * backend/ev-page-cache.h:
11019         * shell/ev-view.c: (scroll_to_current_page),
11020         (view_update_range_and_current_page), (get_page_y_offset),
11021         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11022         (ev_view_size_request_continuous),
11023         (ev_view_zoom_for_size_continuous_and_dual_page),
11024         (ev_view_zoom_for_size_continuous):
11025         
11026         More compact EvView layout in document with pages of different size.
11027
11028 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11029
11030         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11031         compilation.
11032
11033 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11034
11035         * shell/ev-view.c: (view_set_adjustment_values):
11036         * shell/ev-window.c: (ev_window_cmd_file_properties):
11037         
11038         A bit different fix for rounding problem but it has no
11039         problems on startup. Make properties window transient to parent.
11040
11041 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11042
11043         * pdf/ev-poppler.cc:
11044         
11045         More commenting of font stuff.
11046
11047 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11048
11049         * pdf/ev-poppler.cc:
11050
11051         Comment out some more fonts stuff. Should really
11052         work without the poppler patch now.
11053
11054 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11055
11056         * pdf/ev-poppler.cc:
11057
11058         Adapt to api change
11059
11060 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11061
11062         * data/evince-properties.glade:
11063         * pdf/ev-poppler.cc:
11064         * shell/ev-properties.c: (setup_fonts_view):
11065
11066         Set the column title. Show the dialog only
11067         once everything is setup.
11068         Getting font info can be very slow... will
11069         prolly need to make this threaded too.
11070
11071 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11072
11073         * backend/Makefile.am:
11074         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11075         (ev_document_fonts_get_fonts_model):
11076         * backend/ev-document-fonts.h:
11077         * data/evince-properties.glade:
11078         * pdf/ev-poppler.cc:
11079         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11080         * shell/ev-properties.h:
11081         * shell/ev-window.c: (ev_window_cmd_file_properties):
11082
11083         Implement fonts list. Defined out for now, since it depends
11084         on a not yet committed poppler patch.
11085
11086 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11087
11088         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11089         page + 1.
11090
11091         * shell/ev-window.c: Make sure we add the timeout when we get a
11092         focus-in event.
11093
11094         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11095         adjustment->value before calculating the zoom factor to average
11096         out all of our rounding errors.  The page no longer 'drifts' when
11097         resizing.
11098
11099 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11100
11101         * data/evince-properties.glade:
11102         * shell/ev-properties.c: (ev_properties_format_date),
11103         (set_property):
11104         
11105         Labels don't expand when the dialogue is resized.
11106         strftime result needs to be converted to UTF-8. Thanks
11107         to Christian Persch <chpe@gnome.org>.
11108
11109 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11110
11111         * data/evince-properties.glade:
11112
11113         Hide the fonts tab
11114
11115 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11116
11117         * backend/ev-document-info.h:
11118         * backend/ev-document.c: (ev_document_info_free):
11119         * data/evince-properties.glade:
11120         * pdf/ev-poppler.cc:
11121         * ps/ps-document.c: (ps_document_get_info):
11122         * shell/ev-properties.c: (ev_properties_format_date),
11123         (set_property), (ev_properties_new):
11124         * shell/ev-properties.h:
11125         * shell/ev-window.c: (ev_window_cmd_file_properties):
11126
11127         Rework properties code to take only EvPropertyInfo
11128         in the constructor so that it can be useful for
11129         nautilus plugin too.
11130
11131         Deal with backends that doesnt support some properties.
11132         Make set property code generic.
11133
11134 2005-06-04  Christian Persch <chpe@gnome.org>
11135
11136         * data/evince-properties.glade:
11137
11138         fix spacings, make resizeable, and make data labels
11139         selectable + ellipsised
11140
11141 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11142
11143         * backend/ev-document-info.h:
11144         * data/Makefile.am:
11145         * data/evince-ui.xml:
11146         * pdf/ev-poppler.cc:
11147         * shell/Makefile.am:
11148         * shell/ev-window.c: (update_action_sensitivity),
11149         (ev_window_cmd_file_properties):
11150
11151         Initial go at file properties. Patch by
11152         Emil Soleyman-Zomalan <emil@soleyman.com>.
11153         Needs love see #169583
11154
11155 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11156
11157         * ps/ps-document.c: (output):
11158         * ps/ps.c: (psscan):
11159
11160         Try to render even if psscan fails.
11161
11162 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11163
11164         * ps/ps.c: (psscan), (pscopydoc):
11165
11166         Port buffered reading code from gv
11167
11168 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11169
11170         * ps/ps-document.c: (interpreter_message), (output):
11171
11172         Do not fail on interpreter messages
11173
11174 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11175
11176         * backend/ev-document-misc.c:
11177         (ev_document_misc_get_thumbnail_frame):
11178
11179         Pages can be 0 x 0, dont assert on this case
11180
11181 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11182
11183         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11184         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11185
11186         Correctly manage our reference on document. Finally the reload
11187         huge leak is gone...
11188
11189 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11190
11191         * ps/ps-document.c: (ps_document_dispose):
11192
11193         Forgot to chain it to the parent. Thanks chpe.
11194
11195 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11196
11197         * ps/ps-document.c: (ps_document_dispose),
11198         (ps_document_class_init), (stop_interpreter), (document_load):
11199
11200         Cleanup dispose a bit. Dont leak the whole pixmap.
11201
11202 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11203
11204         * pdf/ev-poppler.cc:
11205
11206         Release the poppler document on dispose
11207
11208 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11209
11210         * shell/ev-view.c: (ev_view_set_document):
11211
11212         Release ref on the pixbuf cache when changing
11213         document.
11214
11215 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11216
11217         * ps/ps-document.c: (ps_document_get_info):
11218
11219         Fix a double free
11220
11221 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11222
11223         * backend/ev-page-cache.c: (ev_page_cache_init),
11224         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11225         * backend/ev-page-cache.h:
11226         * shell/ev-page-action.c: (page_changed_cb):
11227         
11228         Set page action entry width depending on labels width. Fix
11229         for bug 305202.
11230
11231 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11232
11233         * backend/ev-link.c: (ev_link_class_init):
11234
11235         Allow -1 as page value (error)
11236
11237 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11238
11239         * shell/ev-sidebar-thumbnails.c:
11240         (ev_sidebar_thumbnails_set_document):
11241         * shell/ev-view.c: (scroll_to_current_page),
11242         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11243         (page_changed_cb), (on_adjustment_value_changed),
11244         (ev_view_set_document):
11245
11246         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11247         Fix bug 305377
11248
11249 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11250
11251         * configure.ac:
11252         * djvu/djvu-document.c: (djvu_document_get_page_size):
11253
11254         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11255         bug 301993.
11256
11257 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11258
11259         * shell/ev-view.c (draw_one_page): modify the expose handling to
11260         get the shadows.
11261
11262         * shell/ev-window.c (update_action_sensitivity): Respect
11263         permissions field.  Kowtow to the man.
11264
11265         * pdf/ev-poppler.cc: Get the permissions field.
11266
11267         * tiff/*c: Make a tiny bit more robust.
11268
11269 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11270
11271         * djvu/djvu-document.c:
11272         
11273         Pop messages from djvu context message queue.
11274
11275 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11276
11277         * configure.ac, Makefile.am, shell/Makefile.am:
11278         * tiff/Makefile.am, shell/ev-document-types.c:
11279         
11280         Cleanup tiff configure checks. Fix for bug 305218.
11281
11282 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11283
11284         * configure.ac: Added "uk" to ALL_LINGUAS.
11285
11286 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11287
11288         * cut-n-paste/zoom-control/ephy-zoom.c:
11289         (ephy_zoom_get_changed_zoom_level):
11290         * cut-n-paste/zoom-control/ephy-zoom.h:
11291         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11292         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11293         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11294         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11295         (zoom_control_changed_cb), (ev_window_init):
11296         
11297         Fix minor points related to moving best fit up. Introduce
11298         "zoom" property and make zoom control change it's value on
11299         notify::zoom signals. Fix for 305080.
11300
11301 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11302
11303         * data/evince-ui.xml:
11304         * shell/ev-window.c: (set_view_actions_sensitivity):
11305         
11306         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11307
11308 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11309
11310         * configure.ac:
11311
11312         Depends on poppler 0.3.2
11313
11314 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11315
11316         * cut-n-paste/recent-files/egg-recent-item.c:
11317         (egg_recent_item_get_short_name):
11318         * cut-n-paste/toolbar-editor/Makefile.am:
11319         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11320         (new_pixbuf_from_widget):
11321         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11322         * cut-n-paste/toolbar-editor/egg-marshal.c:
11323         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11324         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11325
11326         Sync
11327
11328 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11329
11330         * tiff/tiff-document.c: Rough TIFF backend.
11331
11332 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11333
11334         * NEWS:
11335         * configure.ac:
11336         * cut-n-paste/toolbar-editor/Makefile.am:
11337
11338         Release 0.3.1
11339
11340 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11341
11342         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11343         (ev_view_find_next), (ev_view_find_previous):
11344
11345         Remove the locks around get_n_results   
11346
11347 2005-05-21  Juerg Billeter  <j@bitron.ch>
11348
11349         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11350
11351         Pass correct number of pages to poppler.
11352
11353 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11354
11355         * configure.ac:
11356         * data/Makefile.am:
11357         * data/evince.desktop.in: 
11358         * data/evince.desktop.in.in:
11359         * po/POTFILES.in:
11360         
11361         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11362
11363 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11364
11365         * shell/ev-view.c: (view_update_adjustments),
11366         (view_set_adjustment_values): cast adjustmen->value to (int)
11367         before using it.  Otherwise, we get off by a pixel in some
11368         situations.
11369
11370         (draw_one_page): Draw the border on expose.
11371
11372 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11373
11374         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11375         adjustment when the mode changes, #304923
11376
11377 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11378
11379         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11380         flickering on resize but still use gdk_window_scroll on
11381         scrolling
11382
11383 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11384
11385         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11386         option, #170458
11387
11388 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11389
11390         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11391         second page on page_changed if possible, #304669
11392
11393 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11394
11395         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11396         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11397
11398 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11399
11400         * .cvsignore:
11401         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11402         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11403         (ev_view_zoom_for_size_presentation),
11404         (ev_view_zoom_for_size_continuous_and_dual_page),
11405         (ev_view_zoom_for_size_continuous),
11406         (ev_view_zoom_for_size_dual_page),
11407         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11408         * shell/ev-view.h:
11409         * shell/ev-window.c: (update_view_size),
11410         (ev_window_sizing_mode_changed_cb):
11411
11412         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11413         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11414         an infinite loop, #304769
11415
11416
11417 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11418
11419         * data/evince-ui.xml:
11420         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11421         * shell/ev-window.c: (set_view_actions_sensitivity):
11422
11423         Make PgUp/Down behave like Space
11424
11425 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11426
11427         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11428         * backend/ev-ps-exporter.h:
11429         * pdf/ev-poppler.cc:
11430         * ps/ps-document.c: (ps_document_ps_export_begin):
11431         * shell/ev-print-job.c: (idle_print_handler):
11432
11433         Adapt to new poppler api
11434
11435 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11436
11437         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11438         (ephy_zoom_control_init):
11439
11440         Translate zoom levels
11441
11442 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11443
11444         * cut-n-paste/zoom-control/ephy-zoom.c:
11445         (ephy_zoom_get_zoom_level_index):
11446
11447         Fix current zoom -> zoom control match
11448
11449 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11450
11451         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11452         rather than the scrolled_window that it's in. Fixes bug #304655.
11453
11454 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11455
11456         * shell/ev-view.c: (view_update_adjustments),
11457         (view_set_adjustment_values), (view_update_range_and_current_page),
11458         (view_scroll_to_page), (set_scroll_adjustment),
11459         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11460         (ev_view_scroll), (ev_view_scroll_view),
11461         (ensure_rectangle_is_visible), (find_page_at_location),
11462         (get_link_at_location), (go_to_link), (status_message_from_link),
11463         (ev_view_size_request_continuous_dual_page),
11464         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11465         (ev_view_unrealize), (ev_view_expose_event),
11466         (ev_view_button_press_event), (ev_view_motion_notify_event),
11467         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11468         (draw_rubberband), (highlight_find_results), (draw_one_page),
11469         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11470         (ev_view_init), (find_changed_cb), (page_changed_cb),
11471         (on_adjustment_value_changed), (ev_view_new),
11472         (ev_view_set_document), (ev_view_set_zoom),
11473         (ev_view_set_continuous), (ev_view_set_dual_page),
11474         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11475         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11476         (ev_view_zoom_for_size_presentation),
11477         (ev_view_zoom_for_size_continuous_dual_page),
11478         (ev_view_zoom_for_size_continuous),
11479         (ev_view_zoom_for_size_dual_page),
11480         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11481         (ev_view_get_status), (ev_view_set_status),
11482         (update_find_status_message), (ev_view_get_find_status),
11483         (ev_view_set_find_status), (jump_to_find_result),
11484         (jump_to_find_page), (compute_selections), (clear_selection),
11485         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11486         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11487         (ev_view_update_primary_selection),
11488         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11489         * shell/ev-view.h:
11490         * shell/ev-window.c: (ev_window_open_page_label),
11491         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11492         (ev_window_init):
11493         * shell/ev-window.h:
11494         * shell/main.c: (load_files):
11495
11496         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11497         when resizing.  Remove the bin_window().  Also, patch from James
11498         Bowes to fix command line page, #300641
11499         
11500 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11501
11502         * data/evince-ui.xml:
11503         * shell/ev-view.c:
11504         * shell/ev-view.h:
11505         * shell/ev-window.c: (update_action_sensitivity):
11506
11507         Get rid of View->Normal Size, it's just confusing
11508
11509 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11510
11511         * backend/ev-document-info.h:
11512         * backend/ev-document.c: (ev_document_info_free): Free the
11513         EvDocumentInfo.
11514
11515         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11516         (clear_range), (add_range), (update_visible_range),
11517         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11518         (ev_sidebar_thumbnails_set_document):
11519         * shell/ev-window.c: (ev_window_setup_document): Only render the
11520         visible thumbnails.  It takes an instant to render, but it uses
11521         much less memory.
11522
11523 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11524
11525         * shell/ev-sidebar-links.c: (popup_menu_cb):
11526
11527         Select first item
11528
11529 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11530
11531         * lib/Makefile.am:
11532         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11533         (button_press_cb), (ev_sidebar_links_construct):
11534
11535         Show the popup menu also on keybindings
11536
11537 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11538
11539         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11540         * shell/ev-window.h:
11541
11542         Expose api to print a range (with dialog). Make private _print use
11543         it.
11544
11545         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11546         (ev_sidebar_links_construct):
11547
11548         Show a print context menu on linkx, it prints the selected
11549         section.
11550
11551 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11552
11553         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11554         button.
11555
11556 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11557
11558         * AUTHORS:
11559
11560         Update
11561
11562         * shell/ev-window.c: (build_comments_string),
11563         (ev_window_cmd_help_about):
11564
11565         Show poppler version/backend and authors
11566
11567 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11568
11569         * cut-n-paste/zoom-control/ephy-zoom.c:
11570         (ephy_zoom_get_zoom_level_index):
11571         * cut-n-paste/zoom-control/ephy-zoom.h:
11572
11573         Move the best fit items at the top of the list
11574
11575 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11576
11577         * shell/ev-marshal.list:
11578         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11579         (activate_cb), (match_selected_cb), (activate_link_cb),
11580         (connect_proxy), (ev_page_action_class_init):
11581         * shell/ev-page-action.h:
11582
11583         Use signals to notify action activation. Hopefully
11584         I did not break completion since I cant test...
11585
11586         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11587         (register_custom_actions):
11588
11589         Connect to page selector actions and also grab focus on
11590         the view when activated.
11591
11592 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11593
11594         * pdf/ev-poppler.cc:
11595         * backend/ev-page-cache.c: make page size calculation consistent
11596         and set it to (int)( width * scale + 0.5).  This makes the weird
11597         line going through the middle of the page go away.
11598
11599         * shell/ev-view.c: move painting the background page after
11600         checking the expose area covers us.
11601
11602 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11603
11604         * data/evince-password.glade:
11605         
11606         Mark labels as not translatable. Fix for bug 302842.
11607
11608 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11609
11610         * configure.ac: Added "es" to ALL_LINGUAS.
11611
11612 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11613
11614         * data/evince-toolbar.xml:
11615         * shell/ev-window.c: (update_action_sensitivity),
11616         (ev_window_setup_document), (ev_window_set_page_mode),
11617         (ev_window_init):
11618
11619         Remove some leftover code from jrb first continous
11620         attempt. Use the new actions, we still need good icons
11621         though...
11622
11623 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11624
11625         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11626
11627         Update label when connecting proxy. Fix a warning with NULL
11628         page_cache.
11629
11630 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11631
11632         * data/evince-ui.xml:
11633         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11634         * shell/ev-page-action.h:
11635         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11636
11637         Add mnemonic for edit toolbar.
11638         ctrl+l focus the page entry.
11639
11640 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11641
11642         * lib/Makefile.am:
11643         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11644         (ev_window_init):
11645         * shell/main.c: (main):
11646
11647         Put the toolbar xml in evince own dot dir
11648
11649 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11650
11651         * shell/ev-window.c: (ev_window_init):
11652
11653         Make the toolbar not removable
11654
11655 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11656
11657         * data/evince-ui.xml:
11658         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11659         * shell/ev-sidebar-links.h:
11660         * shell/ev-sidebar-thumbnails.c:
11661         (ev_sidebar_thumbnails_get_treeview):
11662         * shell/ev-sidebar-thumbnails.h:
11663         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11664         (ev_view_class_init):
11665         * shell/ev-view.h:
11666         * shell/ev-window.c: (update_action_sensitivity),
11667         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11668         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11669         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11670         (ev_window_init):
11671
11672         This is evil... Make space/backspace global accelerators but
11673         enable them only for some widgets (sidebars and view).
11674         I dont like it, but I dont know a better way... :/
11675
11676 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11677
11678         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11679         (ev_page_action_widget_finalize),
11680         (ev_page_action_widget_class_init), (update_page_cache):
11681
11682         Keep a weak reference on proxy->page_cache so that we
11683         dont try to disconnect the signal if the object is already
11684         gone. Maybe there is a better way to cleanup reference handling
11685         in page action though...
11686
11687 2005-05-10  Juerg Billeter  <j@bitron.ch>
11688
11689         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11690         * backend/ev-ps-exporter.h:
11691         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11692         * ps/ps-document.c: (ps_document_ps_export_begin):
11693         
11694         Change api to pass print range to ps_exporter_begin. The pdf backend
11695         requires this information.
11696         
11697         * shell/ev-print-job.c: (idle_print_handler):
11698         
11699         Adapt to api change
11700
11701 2005-05-10  Juerg Billeter  <j@bitron.ch>
11702
11703         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11704         (idle_print_handler)
11705         * shell/ev-window.c: (ev_window_print):
11706
11707         Support printing page range, based on patch by Amaury Jacquot
11708
11709 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11710
11711         * data/evince-toolbar.xml:
11712
11713         Add zoom control to available items
11714
11715 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11716
11717         * shell/ev-window.c: (update_action_sensitivity):
11718
11719         Set slash action insensitive when appropriate
11720
11721 2005-05-10  Christian Persch <chpe@gnome.org>
11722
11723         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11724
11725         Fix warning on the overflow menu
11726
11727 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11728
11729         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11730
11731         Check for uri correctness/existence
11732
11733 2005-05-09  Juerg Billeter  <j@bitron.ch>
11734
11735         * shell/ev-window.c: (using_postscript_printer):
11736
11737         LPD printers use postscript, too
11738
11739 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11740
11741         * shell/ev-window.c: (register_custom_actions):
11742
11743         The zoom one is actually sort of useful,
11744         put it back
11745
11746 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11747
11748         * shell/ev-window.c: (register_custom_actions):
11749
11750         Hide page/zoom controls from overflow, they
11751         are useless.
11752
11753 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11754
11755         * cut-n-paste/update-from-egg.sh:
11756         
11757         Share it between all cut-n-paste subdirs
11758
11759         * cut-n-paste/recent-files/Makefile.am:
11760
11761         Fix to use "global" update-from-egg.sh
11762
11763         * cut-n-paste/recent-files/egg-recent-model.c:
11764         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11765         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11766         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11767         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11768
11769         Update from libegg
11770
11771         * cut-n-paste/toolbar-editor/Makefile.am:
11772
11773         Fix to use "global" update-from-egg.sh
11774
11775         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11776
11777         Update from libegg
11778
11779 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11780
11781         * configure.ac:
11782         * cut-n-paste/Makefile.am:
11783         * cut-n-paste/recent-files/Makefile.am:
11784         * cut-n-paste/toolbar-editor/.cvsignore:
11785         * cut-n-paste/toolbar-editor/Makefile.am:
11786         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11787         (egg_editable_toolbar_get_type), (get_toolbar_position),
11788         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11789         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11790         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11791         (set_item_drag_source), (create_item_from_action), (create_item),
11792         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11793         (popup_toolbar_context_menu_cb), (free_dragged_item),
11794         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11795         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11796         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11797         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11798         (item_added_cb), (item_removed_cb),
11799         (egg_editable_toolbar_construct),
11800         (egg_editable_toolbar_disconnect_model),
11801         (egg_editable_toolbar_deconstruct),
11802         (egg_editable_toolbar_set_model),
11803         (egg_editable_toolbar_set_ui_manager),
11804         (egg_editable_toolbar_set_property),
11805         (egg_editable_toolbar_get_property),
11806         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11807         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11808         (egg_editable_toolbar_new_with_model),
11809         (egg_editable_toolbar_get_edit_mode),
11810         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11811         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11812         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11813         (new_pixbuf_from_widget), (new_separator_pixbuf),
11814         (update_separator_image), (style_set_cb),
11815         (_egg_editable_toolbar_new_separator_image),
11816         (egg_editable_toolbar_get_model):
11817         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11818         * cut-n-paste/toolbar-editor/egg-marshal.c:
11819         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11820         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11821         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11822         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11823         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11824         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11825         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11826         (editor_drag_data_delete_cb), (drag_data_get_cb),
11827         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11828         (editor_create_item), (update_editor_sheet), (setup_editor),
11829         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11830         (parse_item_list), (model_has_action), (update_actions_list),
11831         (egg_toolbar_editor_load_actions):
11832         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11833         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11834         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11835         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11836         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11837         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11838         (egg_toolbars_model_add_separator), (impl_add_item),
11839         (parse_item_list), (egg_toolbars_model_add_toolbar),
11840         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11841         (impl_get_item_data), (impl_get_item_type),
11842         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11843         (egg_toolbars_model_init), (free_toolbar),
11844         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11845         (egg_toolbars_model_remove_toolbar),
11846         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11847         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11848         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11849         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11850         (egg_toolbars_model_get_item_data),
11851         (egg_toolbars_model_get_item_type):
11852         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11853         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11854         * data/Makefile.am:
11855         * data/evince-toolbar.xml:
11856         * data/evince-ui.xml:
11857         * data/hand-open.png:
11858         * po/POTFILES.in:
11859         * shell/Makefile.am:
11860         * shell/ev-window.c: (update_chrome_visibility),
11861         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11862         (ev_window_dispose), (ev_window_init):
11863
11864         Implement epiphany like toolbar editor. Based on patch by
11865         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11866
11867 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11868
11869         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11870
11871         Use set_cursor instead of set_selection, so that
11872         the keyboard focus moves too.
11873
11874 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11875
11876         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11877
11878         Fix infinite loop when loading Type1 fonts
11879
11880 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11881
11882         * data/evince-ui.xml:
11883         * shell/ev-window.c:
11884
11885         Slash -> Find
11886
11887 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11888
11889         * configure.ac:
11890
11891         Make --disable really disable
11892
11893 2005-05-07  Juerg Billeter  <j@bitron.ch>
11894
11895         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11896
11897         Compare page labels even without has_labels set, fixes setting page
11898         with entry
11899
11900 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11901
11902         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11903         (ev_view_set_cursor), (ev_view_button_press_event),
11904         (ev_view_motion_notify_event), (ev_view_button_release_event),
11905         (ev_view_init):
11906
11907         Implement middle button scrolling. Based on a patch
11908         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11909
11910 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11911
11912         * shell/ev-document-types.c: (get_slow_mime_type),
11913         (get_document_type_from_mime), (ev_document_type_lookup):
11914         * shell/ev-document-types.h:
11915
11916         Change api to lookup from uri. Do fast lookup first, if the
11917         type is unknown try with data sniffing.
11918
11919         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11920         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11921
11922         Adapt to api change
11923
11924 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11925
11926         * thumbnailer/Makefile.am:
11927
11928         Fix distcheck
11929
11930 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11931
11932         * NEWS:
11933         * configure.ac:
11934
11935         Release 0.3.0
11936
11937         * data/evince-ui.xml:
11938
11939         Hide presentation mode for now
11940
11941         * shell/ev-view.c: (highlight_find_results):
11942
11943         Show current find selection only on current page
11944
11945 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11946
11947         * shell/ev-view.c: (ev_view_select_all):
11948
11949         Compute size of the actual page, not of
11950         the current one.
11951
11952 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11953
11954         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11955         (view_rect_to_doc_rect), (compute_selections),
11956         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11957         (ev_view_copy), (ev_view_primary_get_cb),
11958         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11959         (ev_view_button_press_event), (ev_view_motion_notify_event),
11960         (ev_view_button_release_event), (page_changed_cb):
11961
11962         Fix text selection
11963
11964 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11965
11966         * shell/ev-view.c: (compute_border), (get_page_extents),
11967         (doc_rect_to_view_rect), (highlight_find_results),
11968         (ev_view_bin_expose), (ev_view_select_all),
11969         (ev_view_motion_notify_event), (update_find_status_message),
11970         (jump_to_find_result), (jump_to_find_page):
11971
11972         First go at fixing search, still buggy
11973
11974 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11975
11976         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11977         dropdown box and button at the top of the sidebar.
11978
11979 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11980
11981         * configure.ac: Output zoom-control Makefile.
11982         * cut-n-paste/Makefile.am: build zoom-control subdir.
11983         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11984         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11985         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11986         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11987         * cut-n-paste/zoom-control/ephy-zoom.c:
11988         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11989         from epiphany, and modified to add a separator into the menu.
11990         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11991         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11992         zoom-control action.
11993         * shell/Makefile.am: Include zoom-control flags.
11994         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11995         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11996         (ev_view_zoom_for_size_presentation),
11997         (ev_view_zoom_for_size_continuous_and_dual_page),
11998         (ev_view_zoom_for_size_continuous),
11999         (ev_view_zoom_for_size_dual_page),
12000         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12001         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12002         ev_view_get_zoom and ev_view_get_sizing_mode.
12003         * shell/ev-view.h:
12004         * shell/ev-window.c: (update_action_sensitivity),
12005         (update_sizing_buttons), (zoom_control_changed_cb),
12006         (register_custom_actions): Initialize and use the zoom-control 
12007         widget.
12008
12009 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12010
12011         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12012         preview cache back to 1.  Don't know when it got set to 0.
12013         
12014         * shell/ev-view.c: (compute_border), (ev_view_realize),
12015         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12016         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12017         (ev_view_get_fullscreen), (ev_view_set_presentation),
12018         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12019         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12020         * shell/ev-view.h:
12021         * shell/ev-window.c:
12022         (update_chrome_visibility),
12023         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12024         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12025         (update_document_mode), (ev_window_update_fullscreen_action),
12026         (ev_window_fullscreen), (ev_window_unfullscreen),
12027         (ev_window_cmd_view_fullscreen),
12028         (ev_window_update_presentation_action),
12029         (ev_window_run_presentation), (ev_window_stop_presentation),
12030         (ev_window_cmd_view_presentation), (ev_window_state_event),
12031         (ev_window_focus_in_event), (ev_window_focus_out_event),
12032         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12033         * data/evince-ui.xml: Initial presentation mode.  We should
12034         probably hide this until it's done, as it's quite rough.  Also,
12035         change full-screen to fullscreen and add two getters to EvView.
12036
12037 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12038
12039         * shell/ev-page-action.c: (update_page_cache),
12040         (ev_page_action_dispose):
12041         * shell/ev-window.c: (destroy_fullscreen_popup),
12042         (ev_window_create_fullscreen_popup):
12043
12044         Use connect_object rather than explicitly
12045         disconnect on dispose.
12046
12047 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12048
12049         * shell/ev-page-action.c: (update_page_cache),
12050         (ev_page_action_dispose):
12051
12052 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12053
12054         * backend/ev-page-cache.c: (_ev_page_cache_new),
12055         (ev_page_cache_set_page_label),
12056         (ev_page_cache_has_nonnumeric_page_labels):
12057         * backend/ev-page-cache.h:
12058         * shell/ev-page-action.c: (update_pages_label):
12059         
12060         If all page labels are numeric, fallback to default
12061         way to display number of pages. See bug 173185.
12062
12063 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12064
12065         * shell/ev-page-action.c: (ev_page_action_dispose):
12066         * shell/ev-view.c: (view_update_range_and_current_page):
12067         * shell/ev-window.c: (ev_window_dispose):
12068         
12069         Set page on scroll in continuous mode. Fixes bug 301986.
12070         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12071
12072 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12073
12074         * configure.ac:
12075
12076         Require poppler 0.3.0
12077
12078 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12079         
12080         * shell/Makefile.am, configure.ac: Fix build problems
12081         with t1lib. Bug 301996.
12082
12083 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12084
12085         * shell/ev-view.c: (ev_view_scroll_event):
12086         
12087         Scroll up increase zoom
12088
12089 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12090
12091         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12092         (ev_view_set_sizing_mode),
12093         (ev_view_zoom_for_size_continuous_and_dual_page),
12094         (ev_view_zoom_for_size_continuous):
12095         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12096         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12097         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12098         (ev_window_init):
12099
12100         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12101         Fix for 165473 and 165472.
12102
12103 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12104
12105         * po/POTFILES.in:
12106         * thumbnailer/Makefile.am:
12107         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12108         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12109         * thumbnailer/evince-thumbnailer.schemas.in:
12110         
12111         Make thumbnailer schemas translatable. Fix for bug 301773
12112         
12113         * thumbnailer/evince-thumbnailer-djvu.schemas:
12114         * thumbnailer/evince-thumbnailer-dvi.schemas:
12115         * thumbnailer/evince-thumbnailer.schemas:
12116
12117         Removed files
12118
12119 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12120
12121         * shell/ev-view.c (ev_view_init): forgot to set this.
12122
12123 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12124
12125         * shell/ev-view.c: (find_page_at_location),
12126         (get_link_at_location),
12127         (ev_view_set_show_border), (ev_view_set_spacing),
12128         (ev_view_zoom_for_size_continuous_and_dual_page),
12129         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12130         Also, add a quick fix measuring of widths.  Also, removed
12131         ev_view_set_spacing and ev_view_set_show_border.
12132         
12133         * shell/ev-window.c: (ev_window_unfullscreen),
12134         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12135
12136 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12137
12138         * shell/ev-view.c: (view_update_range_and_current_page),
12139         (page_changed_cb):
12140         
12141         Fix crash on exit and scrolling to page in continuous view.
12142
12143 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12144
12145         * TODO:
12146         * backend/ev-page-cache.c: (_ev_page_cache_new),
12147         (ev_page_cache_get_max_width_size),
12148         (ev_page_cache_get_max_height_size):
12149         * backend/ev-page-cache.h:
12150         * data/evince-ui.xml:
12151         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12152         * shell/ev-view.c: (view_update_adjustments),
12153         (view_update_range_and_current_page), (get_bounding_box_size),
12154         (ev_view_size_request_continuous_and_dual_page),
12155         (ev_view_size_request_continuous),
12156         (ev_view_size_request_dual_page),
12157         (ev_view_size_request_single_page), (ev_view_size_request),
12158         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12159         (ev_view_bin_expose), (ev_view_expose_event),
12160         (ev_view_set_property), (ev_view_get_property),
12161         (ev_view_class_init), (ev_view_init), (ev_view_new),
12162         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12163         (ev_view_set_dual_page), (ev_view_set_full_screen),
12164         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12165         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12166         (ev_view_zoom_out), (zoom_for_size_fit_width),
12167         (zoom_for_size_best_fit),
12168         (ev_view_zoom_for_size_continuous_and_dual_page),
12169         (ev_view_zoom_for_size_continuous),
12170         (ev_view_zoom_for_size_dual_page),
12171         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12172         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12173         * shell/ev-view.h:
12174         * shell/ev-window.c: (update_action_sensitivity),
12175         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12176         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12177         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12178         (ev_window_cmd_view_zoom_out), (update_view_size),
12179         (ev_window_set_sizing_mode), (ev_window_init):
12180
12181         Add Continuous and Dual page modes.
12182
12183 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12184
12185         * dvi/dvi-document.c: (dvi_document_load),
12186         (dvi_document_thumbnails_get_thumbnail),
12187         (dvi_document_init_params): Fix up some mixups between
12188         width and height to correct thumbnail rendering.
12189
12190 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12191
12192         * dvi/mdvi-lib/private.h:
12193         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12194         
12195         Suppess output for kpathsea during font generation. Thanks to
12196         James Bowes
12197
12198 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12199
12200         * NEWS:
12201         * configure.ac:
12202
12203         Release 0.2.1
12204
12205         * Makefile.am: fix distcheck.
12206
12207 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12208
12209         * shell/ev-sidebar-links.c: (selection_changed_callback),
12210         (update_page_callback), (row_activated_callback),
12211         (job_finished_callback), (ev_sidebar_links_set_document):
12212         
12213         Fix for bug #169901. Double click on links expands tree.
12214
12215 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12216
12217         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12218         hard-coded style. Fix for bug 170111
12219
12220 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12221
12222         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12223         locking.
12224
12225 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12226
12227         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12228
12229 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12230
12231         * pdf/ev-poppler.cc:
12232         * shell/ev-view.c: (highlight_find_results):
12233
12234         Fix find on single page documents
12235
12236 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12237
12238         * data/evince.schemas.in: fix for bug 301390
12239
12240 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12241
12242         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12243         (ev_view_zoom_out), (ev_view_zoom_normal):
12244         * shell/ev-view.h:
12245         * shell/ev-window.c: (update_action_sensitivity),
12246         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12247         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12248         (ev_window_cmd_view_normal_size):
12249
12250         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12251         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12252         better than oom. 
12253
12254 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12255
12256         * configure.ac:
12257
12258         Depend on 2.57, 2.59 doesnt seem to be necessary
12259
12260 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12261
12262         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12263         (create_tool_item):
12264
12265         Put back total number of pages as (1 of 1234)
12266
12267 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12268
12269         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12270         remove the job.
12271
12272         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12273         function.  This helps debugging.
12274
12275 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12276
12277         * djvu/djvu-document.c: (djvu_document_class_init),
12278         (djvu_document_get_info), (djvu_document_document_iface_init):
12279         * dvi/dvi-document.c: (dvi_document_class_init),
12280         (dvi_document_get_info), (dvi_document_document_iface_init):
12281
12282         Dummy implementation of get_info method for dvi and
12283         djvu. Fix crashes with those backends
12284
12285 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12286
12287         * data/evince.desktop.in:
12288
12289         Add application/x-gzpostscript
12290
12291 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12292
12293         * data/evince.schemas.in: Added real long descriptions, 
12294         closes bug 172496 
12295
12296         * README: Added actual text, closes bug 171869
12297
12298 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12299
12300         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12301
12302         Thumbnail page 0
12303
12304 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12305
12306         * backend/ev-document-info.h:
12307
12308         s/GDate */GDate so we can just use g_free
12309
12310 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12311
12312         * shell/ev-window.c: (update_document_mode),
12313         (ev_window_setup_document):
12314
12315         Show the window in fullscreen when specified by
12316         the document
12317
12318 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12319
12320         * backend/ev-document.c: (ev_document_class_init),
12321         (ev_document_get_info), (ev_document_render_pixbuf):
12322         * backend/ev-document.h:
12323         * backend/ev-page-cache.c: (_ev_page_cache_new):
12324         * pdf/ev-poppler.cc:
12325         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12326         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12327         * ps/ps-document.c: (ps_document_class_init), (document_load),
12328         (ps_document_get_info), (ps_document_document_iface_init):
12329
12330         Remove get_title from the interface, we can just use document info
12331
12332 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12333
12334         * backend/Makefile.am:
12335         * backend/ev-document.c: (ev_document_render_get_info):
12336         * backend/ev-document.h:
12337         * pdf/ev-poppler.cc:
12338
12339         Initial support for document info. Based on jrb patch.
12340
12341 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12342
12343         * shell/ev-window.c: (ev_window_state_event),
12344         (ev_window_class_init), (ev_window_init):
12345         
12346         Doesn't show resize grip when maximized. See bug #301053
12347
12348 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12349
12350         * po/POTFILES.in:
12351         
12352         ev-sidebar-thumbnails now has translatable labels
12353         
12354         * shell/Makefile.am:
12355         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12356         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12357         (ev_sidebar_links_page_iface_init):
12358         * shell/ev-sidebar-links.h:
12359         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12360         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12361         (ev_sidebar_page_get_label):
12362         * shell/ev-sidebar-page.h:
12363         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12364         (ev_sidebar_thumbnails_set_document),
12365         (ev_sidebar_thumbnails_support_document),
12366         (ev_sidebar_thumbnails_get_label),
12367         (ev_sidebar_thumbnails_page_iface_init):
12368         * shell/ev-sidebar-thumbnails.h:
12369         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12370         (ev_sidebar_set_document):
12371         * shell/ev-sidebar.h:
12372         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12373         
12374         Small rework of sidebar code. Now sidebar pages should implement
12375         EvSidebarPage interface. That makes page management in EvSidebar
12376         easier. See bug #164811 for details
12377
12378 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12379
12380         * shell/ev-application.c: (ev_application_open):
12381         * shell/ev-document-types.c:
12382         
12383         Fix build error and small problem with application exit
12384
12385 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12386
12387         * thumbnailer/Makefile.am:
12388         * thumbnailer/evince-thumbnailer-djvu.schemas:
12389         * thumbnailer/evince-thumbnailer-dvi.schemas:
12390         
12391         Conditionally install schemas for djvu/dvi thumbnailer
12392
12393 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12394
12395         * shell/ev-document-types.h: 
12396         * shell/ev-document-types.c: 
12397         New files, handling the mapping from mimetypes to backends
12398         
12399         * shell/ev-window.c: 
12400         * thumbnailer/evince-thumbnailer.c:     
12401         Use the ev-document-types code
12402         
12403         * shell/Makefile.am: 
12404         Added new convenience library libevbackendfactory_la, containing
12405         the new mimetype->backend logic; moved the backends into it.
12406
12407         * thumbnailer/Makefile.am:
12408         Make the thumbnailer link with the libevbackend.la convenience
12409         library, rather than having a duplicate of the backend logic here.
12410
12411 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12412
12413         * shell/ev-stock-icons.c: constify some vars.
12414         * shell/ev-window.c: ditto.
12415
12416 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12417
12418         * ps/ps-document.c (get_page_orientation):
12419
12420         Respect document orientation 
12421
12422 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12423
12424         * djvu/Makefile.am:
12425         * dvi/Makefile.am:
12426         * shell/Makefile.am:
12427         
12428         Move library dependencies to components.
12429         
12430         * shell/ev-window.c: (update_window_title),
12431         (start_loading_document):
12432         
12433         Fix display of uris with spaces. Bug 168358.
12434
12435 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12436
12437         * shell/ev-sidebar-links.c: (selection_changed_cb):
12438         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12439         (ev_view_button_release_event), (ev_view_set_document):
12440         * shell/ev-view.h:
12441         * shell/ev-window.c: (find_bar_search_changed_cb):
12442         * shell/ev-window.h: Minor cleanups removing some dead code.
12443
12444 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12445
12446         * backend/ev-page-cache.c: (_ev_page_cache_new):
12447         
12448         Set current page to 0 if document has pages.
12449
12450 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12451
12452         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12453
12454         Initialize GError to NULL, fix a crash when loading fails.
12455
12456 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12457
12458         * shell/ev-window.c: (update_view_size):
12459
12460         Calculate shadow size only when there is actually
12461         a shadow.
12462
12463 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12464
12465         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12466         * shell/ev-view.h:
12467
12468         Allow setting view spacing, default to 0
12469
12470         * shell/ev-window.c: (ev_window_unfullscreen),
12471         (ev_window_cmd_view_fullscreen), (ev_window_init):
12472
12473         Remove spacing in fullscreen mode
12474
12475 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12476
12477         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12478         (ev_view_size_request), (expose_bin_window),
12479         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12480         * shell/ev-view.h:
12481         * shell/ev-window.c: (ev_window_unfullscreen),
12482         (ev_window_cmd_view_fullscreen):
12483
12484         Do not draw the border in fulscreen
12485
12486 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12487
12488         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12489         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12490         (find_page_at_location), (page_changed_cb):
12491
12492         Rework border calculation, so that I can more easily disable it.
12493         Code somewhat cleaner too.
12494
12495 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12496
12497         * backend/ev-page-cache.c: (ev_page_cache_init),
12498         (_ev_page_cache_new):
12499
12500         Remove some assertions, documents can have 0 pages.
12501         Make initial current page -1.
12502
12503         * shell/ev-page-action.c: (page_changed_cb):
12504
12505         Show "" if current page is -1
12506
12507         * shell/ev-window.c: (update_action_sensitivity),
12508         (ev_window_setup_document):
12509
12510         When document has 0 pages do not set the view
12511         and make nearly everything insensitive.
12512
12513 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12514
12515         * shell/ev-page-view.c:
12516         * shell/ev-page-view.h:
12517
12518         Remove unused files.
12519         
12520         * shell/ev-sidebar-thumbnails.c:
12521         (ev_sidebar_thumbnails_set_document):
12522         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12523         (ev_sidebar_supports_document):
12524         * shell/ev-sidebar.h:
12525         * shell/ev-window.c: (ev_window_setup_document):
12526         
12527         Doesn't show thumbnails if document has 1 page. Make
12528         sidebar menu entries sensitive only if if they have 
12529         sense. Fix bug 164811. 
12530
12531 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12532
12533         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12534         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12535         (ev_view_zoom_out), (ev_view_set_size):
12536
12537         Rework sizing to deal with documents with not uniform page
12538         size.
12539
12540 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12541
12542         * backend/ev-page-cache.c: (_ev_page_cache_new):
12543
12544         Fix several page size caching bugs
12545
12546 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12547
12548         * shell/ev-window.c: (set_action_properties):
12549
12550         Make all toolbar items translatable
12551
12552 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12553
12554         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12555         (save_page_list), (ps_document_save),
12556         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12557         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12558         (ps_document_ps_exporter_iface_init):
12559         * ps/ps-document.h:
12560
12561         Based on a patch by J�rg Billeter <j@bitron.ch>
12562         
12563         Implement print and save a copy for the ps backend.
12564
12565 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12566
12567         * backend/ev-document.h:
12568         * djvu/djvu-document.c: (djvu_document_can_get_text),
12569         (djvu_document_document_iface_init):
12570         * dvi/dvi-document.c: (dvi_document_can_get_text),
12571         (dvi_document_document_iface_init):
12572         * pdf/ev-poppler.cc:
12573         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12574         (pixbuf_document_document_iface_init):
12575         * ps/ps-document.c: (ps_document_can_get_text),
12576         (ps_document_document_iface_init):
12577         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12578         * shell/ev-window.c: (update_action_sensitivity):
12579
12580         Fix the crash when trying to copy in backends that doesnt
12581         support it. We can implement a better solution once we
12582         do real text selection.
12583
12584 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12585
12586         * data/evince-ui.xml:
12587         * shell/ev-window.c: (ev_window_cmd_escape):
12588         
12589         Work around the Escape conflict (find bar and unfullscreen)
12590
12591 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12592
12593         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12594         
12595         Fix for #300233. Next page correctly handles document end.
12596         
12597         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12598         (ev_sidebar_thumbnails_class_init),
12599         (ev_sidebar_thumbnails_set_document),
12600         (ev_sidebar_thumbnails_clear_job),
12601         (ev_sidebar_thumbnails_clear_model):
12602         
12603         Cleanup thumbnail jobs on document changes.
12604         
12605         * shell/ev-view.c: (add_scroll_binding_keypad),
12606         (add_scroll_binding_shifted), (ev_view_class_init):
12607         
12608         Shift + Space scrolls up. Fix for #173184
12609         
12610         * shell/ev-window.c: (ev_window_open_page),
12611         (ev_window_cmd_view_reload):
12612         
12613         Fix reload (Bug #300094)
12614
12615 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12616
12617         
12618         * dvi/mdvi-lib/assoc.c:
12619         * dvi/mdvi-lib/assoc.h: Removed garbage files
12620         
12621         * dvi/mdvi-lib/bitmap.c:
12622         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12623         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12624         * dvi/mdvi-lib/color.h: Antialias of rules
12625         
12626         * dvi/mdvi-lib/common.h:
12627         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12628         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12629         * dvi/mdvi-lib/files.c:
12630         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12631         * dvi/mdvi-lib/mdvi.h:
12632         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12633         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12634         * dvi/mdvi-lib/util.c: Fix compile warnings
12635         
12636         * dvi/dvi-document.c:
12637         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12638         (dvi_document_thumbnails_get_thumbnail),
12639         (dvi_document_document_thumbnails_iface_init):
12640         * dvi/mdvi-lib/Makefile.am:
12641         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12642         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12643         
12644         Dvi backend now renders thumbnails
12645
12646 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12647
12648         * shell/main.c: (main): 
12649         
12650         Save accelerators on exit. Fixes bug #172095.
12651
12652 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12653
12654         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12655         update priority" comment.
12656
12657         * backend/ev-job-queue.c: Give a way to change priority.
12658
12659 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12660
12661         * shell/ev-page-action.c: Fix logic.
12662
12663 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12664
12665         * shell/ev-view.c: (ev_view_can_find_next):
12666         * shell/ev-window.c: (ev_window_setup_document):
12667
12668         Check that the document supports find
12669
12670 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12671
12672         * data/evince-ui.xml:
12673         * shell/ev-view.c: (ev_view_can_find_next):
12674         * shell/ev-view.h:
12675         * shell/ev-window.c: (update_action_sensitivity),
12676         (find_changed_cb), (ev_window_setup_document),
12677         (ev_window_cmd_edit_find_next):
12678
12679         Add Edit->Find Next
12680
12681 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12682
12683         * pdf/ev-poppler.cc:
12684         * shell/ev-print-job.c: (idle_print_handler):
12685
12686         Make printing work again
12687
12688 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12689
12690         * shell/ev-page-action.h:
12691         * shell/ev-page-action.c: (ev_page_action_widget_init),
12692         (ev_page_action_widget_class_init), (page_changed_cb),
12693         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12694         (get_filter_model_from_model), (match_selected_cb),
12695         (display_completion_text), (match_completion), (update_model),
12696         (connect_proxy), (ev_page_action_set_property),
12697         (ev_page_action_get_property), (ev_page_action_set_document),
12698         (ev_page_action_set_model), (ev_page_action_class_init): Big
12699         reworking to make completions work iff we have >= GTK-2.7.0
12700                 
12701         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12702         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12703         (job_finished_cb): We now have a 'model' property that is set when
12704         the links are loaded.  This can be caught with "notify::model"
12705
12706         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12707         listen for the model to be set, and propagate it to the action.
12708
12709 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12710
12711         * cut-n-paste/recent-files/egg-recent-item.c:
12712         (egg_recent_item_set_uri), (make_valid_utf8),
12713         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12714         * cut-n-paste/recent-files/egg-recent-item.h:
12715         
12716         Update egg-recent from libegg. This should fix long
12717         startup problem. For details see
12718         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12719
12720 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12721
12722         * cut-n-paste/recent-files/Makefile.am:
12723         * data/evince-ui.xml, shell/Makefile.am:
12724         * shell/ev-application.c, shell/ev-application.h:
12725         * shell/ev-window.c: Recent files support.
12726         
12727         * configure.ac: Added "ru" to ALL_LINGUAS.
12728         
12729         * dvju: new backend to support DJVU files.
12730         * dvi: new backend to support DVI.
12731
12732         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12733         * ev-application.c: Support for new backends.
12734         
12735         * help, ev-window.c, main.c shell/Makefile.am: 
12736         Evince user documentation.
12737
12738 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12739
12740         * po/POTFILES.in:
12741         * shell/ev-window.c:
12742         * thumbnailer/evince-thumbnailer.c:
12743
12744         s/pdf-document/ev-poppler
12745
12746 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12747
12748         * NEWS:
12749         * configure.ac:
12750
12751         Release 0.2.0
12752
12753         * ps/ps-document.c: (setup_pixmap):
12754
12755         Remove debug code
12756
12757 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12758
12759         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12760         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12761         (ev_window_cmd_go_first_page): Fix of by one errors.
12762
12763 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12764
12765         * ps/ps-document.c: (get_page_box):
12766
12767         Fix page size calculation
12768
12769 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12770
12771         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12772         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12773         (get_page_orientation), (setup_page), (document_load),
12774         (ps_document_get_page_size), (render_pixbuf_idle):
12775         * ps/ps-document.h:
12776
12777         More refactoring to adapt to EvDocument changes
12778
12779 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12780
12781         * ps/ps-document.c: (start_interpreter):
12782
12783         Actually add alpha args
12784
12785 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12786
12787         * pdf/ev-poppler.cc:
12788
12789         Make clipboard work again
12790
12791 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12792
12793         Make searching work again.
12794         
12795         * backend/ev-document.c:
12796         * backend/ev-document.h:
12797         * backend/ev-document-find.c:
12798         * backend/ev-document-find.h: Change EvDocumentIface so we no
12799         longer store the current page or zoom level in the document.  The
12800         consequence is that all calls that operate on the current page now
12801         instead take the page number as an extra argument, and all
12802         coordinates are now doubles in document coordinate system.
12803
12804         * pdf/ev-poppler.cc:
12805         * pixbuf/pixbuf-document.c:
12806         * ps/ps-document.c: Update backends accordingly.
12807
12808 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12809
12810         * autogen.sh:
12811
12812         Add required gettext version
12813
12814 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12815
12816         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12817         make F1 bring up non-existent help.
12818
12819         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12820         epiphany's find bar, #167477
12821
12822         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12823         <emil@nishra.com> to add space-bar scrolling, 
12824
12825         * shell/ev-window.c (static GtkActionEntry entries): add default
12826         keybinding for Help (F1)
12827         Fixes #171068
12828
12829         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12830         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12831         170110
12832
12833 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12834
12835         * Makefile.am: 
12836         * pixbuf/pixbuf-document.c: 
12837
12838         Got pixbuf backend working again
12839
12840 2005-04-01  Steve Murphy  <murf@e-tools.com>
12841
12842         * configure.in: Added "rw" to ALL_LINGUAS.
12843
12844 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12845
12846         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12847         model types, noticed by Martin Kretzschmar.
12848
12849 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12850
12851         * pdf/ev-poppler.cc: Implement search based on
12852         poppler_page_find_text().  Currently a bit crude since we remember
12853         all matches from all pages.  Also, we grab the big document lock
12854         when we search since searching changes the underlying stream and
12855         thus conflicts with the rendering thread.
12856         
12857         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12858         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12859         (ev_view_find_previous): Fix some page indexes to be 0 based,
12860         offset rubber band by view offset,
12861
12862 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12863
12864         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12865
12866 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12867
12868         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12869         completely because I didn't understand GtkActions.  I should
12870         read Marco's code more carefully in the future.
12871
12872         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12873         function
12874
12875 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12876
12877         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12878         PopplerRectangle change from poppler CVS.
12879
12880 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12881
12882         * backend/ev-document.c: (ev_document_get_page_label):
12883         * backend/ev-document.h:
12884         * backend/ev-page-cache.c: (_ev_page_cache_new),
12885         (ev_page_cache_get_page_label):
12886         * backend/ev-page-cache.h:
12887         * pdf/ev-poppler.cc:
12888         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12889         (links_page_num_func):
12890         * shell/ev-sidebar-thumbnails.c:
12891         (ev_sidebar_thumbnails_set_document):
12892         * shell/ev-view.c: (status_message_from_link),
12893         (ev_view_motion_notify_event):
12894         * shell/ev-window.c: (document_supports_sidebar): Add in page
12895         label support.  It's not perfect yet, but it's the first 'feature'
12896         in a while.
12897         Also, fix a bogus comment noticed by crispin. 
12898
12899 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12900
12901         * Makefile.am: Remove pixbuf backend for now
12902
12903         * configure.ac: Require poppler-glib instead of just poppler.
12904
12905         * backend/ev-document-thumbnails.h: Add a comment
12906
12907         * backend/ev-document.h:
12908         * backend/ev-document.c: (ev_document_class_init),
12909         (ev_document_load), (ev_document_get_link),
12910         (ev_document_get_links): Remove 3 methods and add get_links.
12911         Also, made 0 based.
12912
12913         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12914         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12915
12916         * backend/ev-link.c: (ev_link_set_title),
12917         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12918         (ev_link_mapping_find):
12919         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12920         
12921         * backend/ev-page-cache.c: (ev_page_cache_init),
12922         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12923         (ev_page_cache_get_size), (ev_page_cache_next_page),
12924         (ev_page_cache_prev_page): Fix to be 0 based.
12925
12926         * pdf/Makefile.am: 
12927         * pdf/ev-poppler.h:
12928         * pdf/ev-poppler.cc: New backend.
12929         
12930         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12931         (ps_document_get_page), (ps_document_document_iface_init):
12932
12933         * shell/ev-pixbuf-cache.h:
12934         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12935         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12936         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12937         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12938         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12939         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12940         based.
12941         
12942         * shell/ev-sidebar-thumbnails.c:
12943         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12944         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12945
12946         * shell/ev-view.c: (status_message_from_link),
12947         (find_page_at_location), (get_link_at_location),
12948         (ev_view_motion_notify_event), (ev_view_button_release_event),
12949         (ev_view_init): Use the new link code.  Fix to be 0 based.
12950
12951         * shell/ev-window.c: (update_action_sensitivity),
12952         (document_supports_sidebar): 0 based.
12953
12954 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12955
12956         * pdf/pdf-document.cc: Patch from Fernando Herrera
12957         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12958         *blush*
12959
12960 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12961
12962         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12963         1 to the page, as this seems to be 1 based.  I thought we has this
12964         fixed.  grump.
12965
12966 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12967
12968         * TODO:
12969         * backend/Makefile.am:
12970         * backend/ev-document-links.c:
12971         (ev_document_links_has_document_links),
12972         (ev_document_links_get_links_model):
12973         * backend/ev-document-links.h:
12974         * backend/ev-document.c: (ev_document_get_page_cache),
12975         (ev_document_get_doc_mutex), (ev_document_load),
12976         (ev_document_save), (ev_document_get_title),
12977         (ev_document_get_n_pages), (ev_document_set_page),
12978         (ev_document_get_page), (ev_document_set_target),
12979         (ev_document_set_scale), (ev_document_set_page_offset),
12980         (ev_document_get_page_size), (ev_document_get_text),
12981         (ev_document_get_link), (ev_document_render),
12982         (ev_document_render_pixbuf), (ev_document_scale_changed):
12983         * backend/ev-document.h:
12984         * backend/ev-job-queue.c: (remove_object_from_queue),
12985         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12986         (no_jobs_available_unlocked), (ev_render_thread),
12987         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12988         (ev_job_queue_remove_job):
12989         * backend/ev-job-queue.h:
12990         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12991         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12992         (ev_job_links_class_init), (ev_job_render_init),
12993         (ev_job_render_dispose), (ev_job_render_class_init),
12994         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12995         (ev_job_thumbnail_class_init), (ev_job_finished),
12996         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12997         (ev_job_render_run), (ev_job_thumbnail_new),
12998         (ev_job_thumbnail_run):
12999         * backend/ev-jobs.h:
13000         * backend/ev-link.c:
13001         * backend/ev-link.h:
13002         * backend/ev-page-cache.c: (ev_page_cache_init),
13003         (ev_page_cache_class_init), (ev_page_cache_finalize),
13004         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13005         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13006         (ev_page_cache_set_link), (ev_page_cache_get_title),
13007         (ev_page_cache_get_size), (ev_page_cache_next_page),
13008         (ev_page_cache_prev_page):
13009         * backend/ev-page-cache.h:
13010         * pdf/pdf-document.cc:
13011         * ps/gsdefaults.c:
13012         * ps/gsdefaults.h:
13013         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13014         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13015         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13016         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13017         (is_interpreter_ready), (output), (catchPipe), (input),
13018         (start_interpreter), (check_filecompressed), (compute_dimensions),
13019         (ps_document_enable_interpreter), (document_load),
13020         (ps_document_next_page), (render_page), (ps_document_set_page),
13021         (ps_document_set_scale), (render_pixbuf_idle),
13022         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13023         * ps/ps-document.h:
13024         * shell/Makefile.am:
13025         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13026         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13027         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13028         (ev_pixbuf_cache_new), (job_finished_cb),
13029         (check_job_size_and_unref), (move_one_job),
13030         (ev_pixbuf_cache_update_range), (find_job_cache),
13031         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13032         (ev_pixbuf_cache_add_jobs_if_needed),
13033         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13034         * shell/ev-pixbuf-cache.h:
13035         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13036         (idle_print_handler):
13037         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13038         (selection_changed_cb), (create_loading_model),
13039         (ev_sidebar_links_construct), (links_page_num_func),
13040         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13041         (update_page_callback), (job_finished_cb),
13042         (ev_sidebar_links_set_document):
13043         * shell/ev-sidebar-thumbnails.c:
13044         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13045         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13046         (page_changed_cb), (thumbnail_job_completed_callback),
13047         (ev_sidebar_thumbnails_set_document):
13048         * shell/ev-sidebar-thumbnails.h:
13049         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13050         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13051         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13052         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13053         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13054         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13055         (ev_view_button_release_event), (ev_view_scroll_view),
13056         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13057         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13058         (ev_view_new), (job_finished_cb), (page_changed_cb),
13059         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13060         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13061         (ev_view_find_previous):
13062         * shell/ev-view.h:
13063         * shell/ev-window.c: (update_action_sensitivity),
13064         (ev_window_open_page), (update_window_title), (update_total_pages),
13065         (page_changed_cb), (ev_window_setup_document),
13066         (password_dialog_response), (ev_window_cmd_save_as),
13067         (ev_window_print), (ev_window_cmd_go_previous_page),
13068         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13069         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13070         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13071         * shell/main.c: (main):
13072
13073         Merge evince-threads branch
13074
13075 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13076
13077         * configure.ac: Added "lt" to ALL_LINGUAS.
13078
13079 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13080
13081         * NEWS:
13082         * configure.ac:
13083
13084         Release 0.1.9
13085
13086 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13087
13088         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13089
13090         Fix here also the thumbnails 1-basedness :)
13091
13092 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13093
13094         * NEWS:
13095         * configure.ac:
13096
13097         Release 0.1.8
13098
13099 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13100
13101         * pdf/pdf-document.cc:
13102         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13103         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13104
13105         Fix the mess we did with thumbnails and 1-basedness
13106
13107 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13108
13109         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13110
13111 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13112
13113         * NEWS:
13114         * configure.ac:
13115
13116         Release 0.1.7
13117
13118 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13119
13120         * ps/Makefile.am:
13121         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13122         (gtk_gs_defaults_get_alpha_parameters),
13123         (gtk_gs_defaults_get_ungzip_cmd),
13124         (gtk_gs_defaults_get_unbzip2_cmd):
13125         * ps/gsdefaults.h:
13126         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13127         (ps_document_get_orientation), (document_load),
13128         (ps_document_goto_page), (ps_document_set_page_size):
13129         * ps/ps-document.h:
13130
13131         Some more sanitization of the ps backend. Remove a lot
13132         of unused code and do not base our defaults on ggv
13133         preferences (ugh!)
13134
13135 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13136
13137         * thumbnailer/evince-thumbnailer.schemas:
13138         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13139         (main): add -s option for thumbnail size.
13140
13141 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13142
13143         * configure.ac:
13144
13145         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13146         remove it.
13147
13148 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13149
13150         * pdf/pdf-document.cc:
13151
13152         Remove 4 pixels of useless border from the
13153         thumbnail.
13154
13155 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13156
13157         * backend/ev-document-thumbnails.c:
13158         (ev_document_thumbnails_get_thumbnail):
13159         * backend/ev-document-thumbnails.h:
13160
13161         Rework API a bit. Add a border flag and
13162         change sizing logic (now the size we specify
13163         applies to the bigger dimension).
13164
13165         * pdf/pdf-document.cc:
13166         * pixbuf/pixbuf-document.c:
13167         (pixbuf_document_thumbnails_get_thumbnail):
13168         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13169         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13170
13171         Adapt to the new API and do not draw a border for nautilus
13172         thumbnailer.
13173
13174 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13175
13176         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13177         take thumbnails from page "0" instead of "1". Added a copyright header.
13178
13179 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13180
13181         * ps/ps-document.c: (set_up_page), (start_interpreter):
13182
13183         Make it C89 compliant
13184
13185 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13186
13187         * Makefile.am:
13188         * configure.ac:
13189         * pdf/.cvsignore:
13190         * pdf/pdf-document.cc:
13191         * thumbnailer/Makefile.am:
13192         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13193         (main):
13194         * thumbnailer/evince-thumbnailer.schemas:
13195         * thumbnailer/pdf-icon.png:
13196
13197         Add a nautilus thumbnailer.
13198         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13199
13200 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13201
13202         * NEWS:
13203         * configure.ac:
13204         * po/POTFILES.in:
13205
13206         Release 0.1.6
13207
13208 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13209
13210         Use poppler instead of including xpdf source code.  Poppler is a
13211         fork of xpdf to build it as a shared library. See
13212         http://freedesktop.org/wiki/Software/poppler.
13213
13214         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13215         xpdf fork.
13216         
13217         * pdf/Makefile.am: Build libpdfdocument.a here.
13218         
13219         * pdf/GDKSplashOutputDev.cc:
13220         * pdf/GDKSplashOutputDev.h:
13221         * pdf/GnomeVFSStream.cc:
13222         * pdf/GnomeVFSStream.h:
13223         * pdf-document.cc:
13224         * pdf-document.h:
13225         * test-gdk-output-dev.cc
13226         * Thumb.cc:
13227         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13228         against poppler.
13229
13230 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13231
13232         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13233
13234         Clear idle stack before unsetting the document
13235
13236 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13237
13238         * ps/ps-document.c: (ps_document_widget_event),
13239         (ps_document_set_target), (ps_document_finalize),
13240         (ps_document_get_page):
13241
13242         Disconnect the widget event signal on finalize.
13243         Some code cleanups.
13244
13245 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13246
13247         * ps/ps-document.c: (set_up_page):
13248
13249         If there is no bpixmap create one, even if size
13250         is not changed.
13251
13252 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13253
13254         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13255         (set_up_page), (document_load), (ps_document_set_zoom):
13256
13257         Default page is 0. Calculate size even when we have no
13258         target yet.
13259
13260 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13261
13262         * shell/ev-sidebar.c: expand the selection widget to be always as
13263         wide as the sidebar
13264
13265 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13266
13267         * shell/ev-sidebar-thumbnails.c:
13268         (ev_sidebar_thumbnails_set_document):
13269
13270         Clear the list store when setting document
13271
13272 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13273
13274         * shell/ev-page-action.c: (update_entry), (sync_entry),
13275         (activate_cb), (entry_size_request_cb), (create_tool_item),
13276         (connect_proxy):
13277
13278         Use an entry for the page control instead of spinbuttons
13279
13280 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13281
13282         * data/evince.schemas.in:
13283
13284         Correct confusing string
13285
13286 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13287
13288         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13289         for real.  Gosh, how long has this been broken.
13290
13291         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13292         check for a NULL link.  We crash otherwise.
13293
13294 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13295
13296         * NEWS:
13297         * configure.ac:
13298
13299         Release 0.1.5
13300
13301 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13302
13303         * configure.ac: add the french translation.
13304
13305 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13306
13307         * shell/ev-window.c:
13308
13309         Remove unused header -> fix distcheck
13310
13311 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13312
13313         * shell/ev-window.c: (update_window_title),
13314         (ev_window_popup_password_dialog):
13315
13316         Unescape filename for display
13317
13318 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13319
13320         * pdf/xpdf/pdf-document.cc:
13321
13322         In get_page_size deal with rotation. Also
13323         cleanup the function a bit.
13324
13325 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13326
13327         * pdf/xpdf/pdf-document.cc:
13328
13329         Fix crash when opening in new window
13330
13331 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13332
13333         * configure.ac:
13334
13335         Check ghostscript >= 7
13336
13337 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13338
13339         * shell/ev-window.c:
13340
13341         Make page width the default sizing mode
13342
13343 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13344         Marco Pesenti Gritti <marco@gnome.org>
13345
13346         * shell/ev-window.c: Remember the sidebar size
13347
13348         * data/evince.schemas.in: Add a new gconf key to store the size of
13349         the sidebar
13350
13351 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13352
13353         * data/evince-ui.xml:
13354         * shell/ev-window.c: (update_action_sensitivity),
13355         (ev_window_cmd_view_reload):
13356         
13357         Add a "Reload" action and menu entry
13358
13359 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13360
13361         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13362         iff the type doesn't support thumbnailing and indexing.
13363
13364 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13365
13366         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13367
13368 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13369
13370         * pdf/splash/Splash.cc:
13371
13372         Port fix for a crasher from kde bug
13373         http://bugs.kde.org/show_bug.cgi?id=97131
13374
13375 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13376
13377         * pdf/xpdf/pdf-document.cc:
13378
13379         Return a link even if it's of an unrecognized
13380         type. Otherwise we go in an infinte cycle.
13381
13382 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13383
13384         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13385         (size_allocate_cb), (ev_window_set_sizing_mode):
13386
13387         Update size when switching mode
13388
13389 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13390
13391         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13392         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13393         (ev_window_cmd_view_normal_size):
13394
13395         Fix size toggle buttons behavior
13396
13397 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13398
13399         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13400         (doc_rect_to_view_rect), (ev_view_size_allocate),
13401         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13402         (scale_changed_callback):
13403
13404         Do not cache offsets in size_allocate.
13405
13406 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13407
13408         * shell/ev-view.c: (ev_view_size_allocate):
13409
13410         Calculate offsets before calling the parent
13411         class (which does a redraw)
13412
13413 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13414
13415         * pdf/xpdf/pdf-document.cc:
13416
13417         Fix a crasher on exit. Unused code, put a TODO
13418
13419 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13420
13421         * backend/ev-document.c: (ev_document_class_init),
13422         (ev_document_page_changed), (ev_document_scale_changed):
13423         * backend/ev-document.h:
13424
13425         Separate page/scale notifications
13426
13427         * pdf/xpdf/pdf-document.cc:
13428
13429         Emit the new signals.
13430         Do not display the pdf page in _render, do it
13431         when scale/page are requested.
13432
13433         * ps/ps-document.c: (ps_document_set_zoom),
13434         (ps_document_widget_event):
13435         * ps/ps-document.h:
13436
13437         Emit the new signals.
13438
13439         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13440         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13441         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13442         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13443         * shell/ev-view.h:
13444         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13445         (ev_window_cmd_view_page_width), (size_allocate_cb),
13446         (ev_window_set_sizing_mode):
13447
13448         Rework sizing to be pixel based.
13449         There are bugs but should be already way better.
13450
13451 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13452
13453         * shell/ev-window.c: (ev_window_init):
13454
13455         Do not allow to shrink sidebar smaller then
13456         child requisition
13457
13458 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13459
13460         * shell/ev-sidebar.[ch]
13461         * shell/ev-window.c:
13462
13463         Improved sidebar widget. Fixes #166683
13464
13465 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13466
13467         * shell/ev-view.c (update_find_status_message): Give translators
13468         more flexibility with ngettext plural handling.
13469
13470 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13471
13472         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13473         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13474         page when we get the page size.
13475
13476 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13477
13478         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13479
13480         ps pages are 0 based, convert 
13481
13482 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13483
13484         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13485
13486         Initialize correct parent class. Set GError on document load
13487
13488 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13489
13490         * pdf/xpdf/pdf-document.cc:
13491
13492         Fixup selection offset calculation
13493
13494         * shell/ev-view.c: (view_rect_to_doc_rect),
13495         (doc_rect_to_view_rect), (ev_view_size_allocate),
13496         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13497         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13498
13499         Store selection as document relative, so that zooming
13500         and offset changing doesnt break it.
13501
13502 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13503
13504         * shell/ev-view.c: (ev_view_best_fit):
13505
13506         Do not try to best fit if the view is not realized
13507
13508 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13509           
13510         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13511
13512 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13513
13514         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13515
13516 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13517
13518         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13519         the popup window.  That prevents it resizing when in full screen
13520         mode.
13521
13522         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13523         multiple rerenders.  This pretty much sucks.
13524
13525         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13526         rest of the toolbar.
13527
13528 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13529
13530         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13531
13532 2005-02-17  Alexander Shopov  <ash@contact.bg>
13533
13534         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13535
13536 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13537
13538         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13539
13540 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13541
13542         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13543         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13544         (set_document_page), (document_changed_callback),
13545         (ev_view_set_document), (ev_view_find_previous),
13546         (ev_view_hide_cursor), (ev_view_show_cursor):
13547         * shell/ev-view.h:
13548         * shell/ev-window.c: (update_chrome_visibility),
13549         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13550         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13551         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13552         (ev_window_unfullscreen):
13553         * shell/main.c: (main):
13554
13555         Automatically hide the fullscreen button.
13556         Patch by Kristian Høgsberg <krh@redhat.com>
13557
13558 2005-02-16  Vincent Noel  <vnoel@cox.net>
13559
13560         * shell/main.c (main): Specify an icon for the window. Patch by
13561         Jaap A. Haitsma. Fixes #166177.
13562
13563 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13564
13565         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13566
13567 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13568
13569         * backend/ev-document-misc.h:
13570         * backend/ev-document-misc.c:
13571         (ev_document_misc_get_page_border_size),
13572         (ev_document_misc_paint_one_page): New function to canonicalize
13573         sizing/painting a border.
13574
13575         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13576         used.
13577
13578         * pdf/xpdf/pdf-document.cc: use new function
13579
13580         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13581         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13582         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13583         shell/ev-window.c: (update_sizing_buttons),
13584         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13585         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13586         (ev_window_cmd_view_page_width), (size_allocate_cb),
13587         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13588         and "fit width" values act as toggle buttons so they stay
13589         toggled.  It's not 100% perfect, and it's a little slow, but it's
13590         good enough to commit I think.
13591
13592 2005-02-15  David Lodge  <dave@cirt.net>
13593
13594         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13595
13596 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13597
13598         * shell/ev-window.c (update_window_title): replace newlines in
13599         the title by spaces. Bug #166107.
13600
13601 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13602
13603         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13604         parameters providing allocation width and height without
13605         scrollbars and width of a possible vertical scrollbar. With this
13606         additional information the functions can work as
13607         intended. Unfortunately they're not idempotent. We should
13608         transform these commands to toggles. Fixes Bug #164976
13609         Initial patch by Stephane Loeuillet, then heavily modified.
13610
13611         * shell/ev-view.h: update prototypes.
13612
13613         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13614         (ev_window_cmd_view_page_width): provide EvView fit functions with
13615         all the information they need. Formulas to calculate this
13616         information taken from GtkScrolledWindow.
13617
13618 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13619
13620         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13621         created a thumbnail, the list store is updated to know
13622         that the thumbnail is set. Fixes bug #166792
13623
13624 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13625
13626         * shell/ev-window.c: fixed typo, closes bug 166897
13627
13628         * TODO: updated TODO with bug numbers that are relevant
13629
13630 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13631
13632         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13633
13634 2005-02-09  Vincent Noel  <vnoel@cox.net>
13635
13636         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13637         and "Next" toolbar buttons as important to make them stand out.
13638
13639 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13640
13641         * lib/ev-debug.c:
13642         * lib/ev-debug.h:
13643         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13644         (start_interpreter), (stop_interpreter), (document_load),
13645         (ps_document_next_page), (ps_document_goto_page),
13646         (ps_document_set_page_size), (ps_document_widget_event),
13647         (ps_document_render):
13648         * shell/ev-page-view.c: (ev_page_view_dispose):
13649         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13650
13651         Fix compilation on non-gcc platforms
13652
13653 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13654
13655         * NEWS:
13656         * configure.ac:
13657
13658         Release 0.1.4
13659
13660         * pdf/xpdf/Catalog.cc:
13661         * pdf/xpdf/XRef.cc:
13662
13663         Fix the fix for CAN-2004-0888
13664
13665 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13666
13667         * data/Makefile.am:
13668         * data/evince-ui.xml:
13669         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13670         * shell/ev-stock-icons.h:
13671         * shell/ev-window.c: (update_action_sensitivity),
13672         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13673         (set_action_properties):
13674
13675         Improve toolbar layout/icons
13676
13677 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13678
13679         * pdf/xpdf/pdf-document.cc:
13680
13681         Add warnings about unimplemented/unknown link
13682         types.
13683
13684 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13685
13686         * ps/ps-document.c: (set_up_page):
13687
13688         Log gs property
13689
13690 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13691
13692         * ps/ps-document.c: (start_interpreter):
13693
13694         Log gs env var
13695
13696 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13697
13698         * shell/ev-page-view.c: (ev_page_view_dispose):
13699         * shell/ev-view.c: (ev_view_finalize):
13700         * shell/ev-window.c: (ev_window_setup_document),
13701         (ev_window_dispose), (ev_window_init):
13702
13703         Solve more refs issues.
13704
13705         I commented out the page_view initialization for now:
13706         it was never destroyed (because it's never added
13707         to a container). Because of that we was leaking
13708         gs processes. Couldnt think to a clean fix.
13709         We need to figure this out, password view has the
13710         same issue probably.
13711
13712 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13713
13714         * ps/ps-document.c: (ps_document_finalize),
13715         (ps_document_get_n_pages), (ps_document_get_page):
13716
13717         Some cleanups, stop the interpreter on finalize
13718
13719         * shell/ev-page-view.c: (ev_page_view_dispose),
13720         (ev_page_view_class_init):
13721
13722         Release our reference on the document
13723
13724 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13725
13726         * Makefile.am:
13727         * configure.ac:
13728         * doc/debugging.txt:
13729         * lib/.cvsignore:
13730         * lib/Makefile.am:
13731         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13732         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13733         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13734         * lib/ev-debug.h:
13735
13736         Add debugging helpers
13737
13738         * ps/Makefile.am:
13739         * ps/ps-document.c: (set_up_page), (start_interpreter),
13740         (stop_interpreter), (document_load), (ps_document_next_page),
13741         (ps_document_goto_page), (ps_document_set_page_size),
13742         (ps_document_widget_event), (ps_document_render):
13743         * shell/Makefile.am:
13744         * shell/ev-view.c: (expose_bin_window):
13745         * shell/main.c: (main):
13746
13747         Add some logs
13748         
13749 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13750
13751         * ps/ps-document.c: (ps_document_widget_event):
13752
13753         Initialize message_window, this should make ps
13754         rendering really work! (Never noticed because I was
13755         testing with a ps that is causing gs to exit every time!)
13756
13757 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13758
13759         * data/evince.schemas.in: updated simple error in applyto closing tag
13760
13761 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13762
13763         * Makefile.am:
13764         * configure.ac:
13765         * data/.cvsignore:
13766         * data/Makefile.am:
13767         * data/evince-ui.xml:
13768         A data/evince.schemas.in:
13769         * po/POTFILES.in:
13770         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13771         * shell/ev-stock-icons.h:
13772         * shell/ev-window.c: (update_chrome_visibility),
13773         (update_chrome_flag), (ev_window_cmd_edit_find),
13774         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13775         (ev_window_unfullscreen), (ev_window_focus_in_event),
13776         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13777         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13778         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13779         (ev_window_dispose), (ev_window_class_init),
13780         (set_action_properties), (set_chrome_actions), (load_chrome),
13781         (ev_window_init):
13782
13783         Implement fullscreen mode changes from bug #164776.
13784         Also implement persistent chrome toggles.
13785
13786 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13787
13788         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13789
13790 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13791
13792         * NEWS:
13793         * configure.ac:
13794         * shell/ev-view.c:
13795
13796         Add another check for find interface
13797
13798         Release 0.1.3
13799
13800 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13801
13802         * shell/ev-application.c: (ev_application_open):
13803         * shell/ev-window.c: (ev_window_open):
13804
13805         Open gzipped ps documents
13806
13807 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13808
13809         * TODO:
13810         * shell/ev-view.c: (set_document_page):
13811
13812         Clamp page number, dont try to move to
13813         not existant pages.
13814
13815 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13816
13817         * backend/ev-document-find.c: (ev_document_find_changed):
13818         * backend/ev-document-find.h:
13819         * pdf/xpdf/pdf-document.cc:
13820         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13821         * shell/ev-window.c: (find_bar_search_changed_cb):
13822
13823         Fix several bugs with find
13824
13825 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13826
13827         * shell/ev-sidebar-thumbnails.c
13828         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13829         document. Prevents warning from scroll_to_cell.
13830
13831 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13832
13833         * configure.ac: Add «nb» to ALL_LINGUAS too.
13834
13835 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13836
13837         * NOTES: New file with some random thoughts.
13838
13839         * TODO: Update.
13840
13841         * backend/ev-document-misc.c:
13842         (ev_document_misc_get_page_border_size): New function to
13843         canonicalize shadow drawing sizes.  Possibly goofy.
13844
13845         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13846         (ev_view_best_fit), (ev_view_fit_width):
13847         * pdf/xpdf/pdf-document.cc:
13848         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13849         * ps/ps-document.c: (ps_document_get_page_size):
13850         * backend/ev-document-misc.h:
13851         * backend/ev-document.c: (ev_document_get_page_size):
13852         * backend/ev-document.h: get_page_size now takes a page number
13853         parameter.  Made all the backends/frontends honor it.
13854
13855         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13856         see.  Doesn't work yet.
13857
13858         * shell/Makefile.am:
13859         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13860         Doesn't do anything yet.
13861
13862         * shell/ev-sidebar-thumbnails.c:
13863         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13864         [0..n_pages-1]
13865
13866         * shell/ev-window.c: (update_action_sensitivity),
13867         (ev_window_setup_document), (ev_window_set_page_mode),
13868         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13869         view-swapping code a bit so we can have multiple views on a
13870         document.  Add the multi-page view, though it can't be turned on
13871         yet.
13872
13873 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13874
13875         * shell/ev-application.c: (ev_application_open):
13876         * shell/ev-view.c: (expose_bin_window):
13877         * shell/ev-window.c: (ev_window_open):
13878
13879         Support eps and check document supports find
13880         before drawing highlightings in expose.
13881
13882 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13883
13884         * pixbuf/pixbuf-document.c:
13885         (pixbuf_document_thumbnails_get_dimensions),
13886         (pixbuf_document_document_thumbnails_iface_init):
13887
13888         implement get_dimensions
13889
13890 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13891
13892         * NEWS:
13893         * configure.ac:
13894
13895         Release 0.1.2
13896
13897 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13898
13899         * shell/ev-view.c: (set_document_page):
13900
13901         Scroll at the top of the page when changing page
13902
13903 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13904
13905         * shell/ev-view.c: (ev_view_motion_notify_event):
13906
13907         Do not redraw unnecessarily
13908
13909 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13910
13911         * pdf/xpdf/pdf-document.cc:
13912         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13913         (expose_bin_window), (find_changed_cb):
13914
13915         Yay! find works now... Now to find bugs...
13916
13917 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13918
13919         * backend/ev-document-find.c: (ev_document_find_base_init),
13920         (ev_document_find_changed):
13921         * backend/ev-document-find.h:
13922         * pdf/xpdf/pdf-document.cc:
13923         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13924         (expose_bin_window), (ev_view_init), (set_document_page),
13925         (ensure_rectangle_is_visible), (jump_to_find_result),
13926         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13927         (ev_view_find_next), (ev_view_find_previous):
13928         * shell/ev-view.h:
13929         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13930
13931         More work on find implementation, mostly there now
13932
13933 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13934
13935         * backend/ev-backend-marshalers.list:
13936         * backend/ev-document-find.c: (ev_document_find_base_init),
13937         (ev_document_find_cancel), (ev_document_find_page_has_results),
13938         (ev_document_find_get_n_results), (ev_document_find_get_result),
13939         (ev_document_find_get_progress), (ev_document_find_changed):
13940         * backend/ev-document-find.h:
13941
13942         Enanche the find interface to be really able to do
13943         multi page find.
13944
13945         * pdf/xpdf/pdf-document.cc:
13946
13947         Implement
13948
13949         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13950         (expose_bin_window), (ev_view_init),
13951         (ev_view_get_find_status_message), (find_changed_cb),
13952         (ev_view_set_document), (set_document_page):
13953
13954         Adapt to the new interface. A few things are regressed sorry,
13955         I will finish it soon.
13956
13957 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13958
13959         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13960         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13961         ev_sidebar_thumbnails_parent_class variable, don't define another
13962         parent_class variable.
13963
13964         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13965         (ev_page_action_class_init): ditto.
13966
13967         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13968         (pixbuf_document_class_init): ditto.
13969
13970         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13971         ditto.
13972
13973         * .cvsignore: ignore various valgrind output files.
13974
13975 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13976
13977         * data/evince-ui.xml:
13978         * shell/Makefile.am:
13979         * shell/ev-history.c:
13980         * shell/ev-history.h:
13981         * shell/ev-navigation-action.c:
13982         * shell/ev-navigation-action.h:
13983         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13984         (ev_view_set_page), (ev_view_fit_width):
13985         * shell/ev-view.h:
13986         * shell/ev-window.c: (update_action_sensitivity),
13987         (ev_window_setup_document), (register_custom_actions):
13988
13989         Kill session history
13990
13991 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13992
13993         * shell/ev-window.c: (update_action_sensitivity):
13994
13995         Fix inverted up/down buttons
13996
13997 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13998
13999         * shell/ev-sidebar-thumbnails.c
14000         (ev_sidebar_thumbnails_select_page): make sure the selected
14001         thumbnail stays visible.
14002
14003 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14004
14005         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14006         scrolled window for Federico.
14007
14008 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14009
14010         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14011
14012 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14013
14014         * configure.ac:
14015         * pdf/splash/SplashFTFontEngine.cc:
14016
14017         Fix CID fonts with freetype 2.1.9
14018
14019 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14020
14021         * TODO: added item for desktop icon thumbnailer
14022
14023 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14024
14025         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14026         unloaded docs when the title is accessed.
14027
14028         * shell/ev-password-view.[hc]: New widget for displaying password
14029         state.
14030
14031         * shell/ev-window.[ch]: Refactor password handling code to handle
14032         the new view.
14033
14034 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14035
14036         * NEWS:
14037         * configure.ac:
14038         * data/Makefile.am:
14039
14040         Release 0.1.1
14041
14042 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14043
14044         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14045         ignore page offset here, to make search results independent of it,
14046
14047         * shell/ev-view.c (expose_bin_window): but take offsets into
14048         account here. Bug #164932
14049
14050         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14051         scale at the right time. Bug #164996
14052
14053 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14054
14055         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14056         fix the problem. Now I just removed the Adobe font names and hope
14057         that the URW fonts are always in outline format. Bug #164934
14058
14059         * shell/ev-window.c (update_window_title): empty titles are
14060         useless, use filename in that case too.
14061
14062         * NEWS: Add some content.
14063
14064 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14065
14066         * TODO: added one more TODO item and a TODONE section :)
14067
14068 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14069
14070         * ps/ps-document.h: add page_[xy]_offset fields.
14071
14072         * ps/ps-document.c (ps_document_set_page_offset)
14073         (ps_document_render): Keep offset in consideration in a few
14074         places. Bug #164752 "postscript documents are not centered in
14075         window"
14076
14077         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14078         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14079
14080         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14081         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14082         stub out missing methods for complete EvDocument implementation.
14083         Fixes segfaults with Save A Copy and Copy actions.
14084
14085         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14086         (ps_document_document_iface_init): ditto.
14087         
14088 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14089
14090         * data/.cvsignore:
14091         * data/Makefile.am:
14092         * data/evince.desktop.in:
14093
14094         Add desktop file
14095
14096 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14097
14098         * shell/ev-view.c: (ev_view_button_press_event),
14099         (ev_view_motion_notify_event):
14100
14101         Make selection work in any direction
14102
14103 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14104
14105         * TODO:
14106         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14107
14108         Use shorter labels for some of the toolbars items
14109
14110 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14111
14112         * pdf/xpdf/pdf-document.cc:
14113
14114         Check the links info is initialized before
14115         using it. Should fix a crash on startup.
14116
14117 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14118
14119         * pixbuf/pixbuf-document.c
14120         (pixbuf_document_thumbnails_get_dimensions): force floating point
14121         division to calculate page_ratio. Fixes crash with landscape
14122         format pixbufs.
14123
14124 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14125
14126         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14127
14128 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14129
14130         * shell/ev-view.c (set_document_page): unset has_selection when
14131         the page changes.
14132         (set_document_page): handle paper size changes when the page
14133         changes (test with Free Culture, page 2).
14134
14135 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14136
14137         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14138         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14139
14140         Use normal style color for the widget background and
14141         draw a black box around the page.
14142
14143 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14144
14145         * pdf/xpdf/pdf-document.cc:
14146
14147         Keep offset in consideration in a few places
14148
14149         * shell/ev-view.c: (expose_bin_window):
14150
14151         Set the offsets so that the document is ever centered
14152
14153 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14154
14155         * TODO: Added TODO items and finished off the first todo item
14156
14157         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14158         reflect current authors
14159
14160 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14161
14162         * pdf/xpdf/pdf-document.cc:
14163         * shell/ev-view.c: (ev_view_set_cursor),
14164         (ev_view_motion_notify_event), (document_changed_callback),
14165         (set_document_page):
14166
14167         Show a wait cursor while the page is rendering
14168
14169 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14170
14171         * shell/ev-sidebar-thumbnails.c:
14172         (ev_sidebar_tree_selection_changed),
14173         (ev_sidebar_thumbnails_select_page):
14174         * shell/ev-sidebar-thumbnails.h:
14175         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14176         (ev_view_can_go_forward):
14177         * shell/ev-window.c: (ev_window_open_page),
14178         (ev_window_setup_document), (update_current_page),
14179         (view_page_changed_cb), (ev_window_init):
14180         * shell/ev-window.h:
14181
14182         Ensure thumbnails selection, toolbar page control and
14183         current page are in sync.
14184
14185 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14186
14187         * pdf/xpdf/XRef.cc:
14188
14189         Fix CAN-2005-0064
14190
14191 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14192
14193         * backend/Makefile.am:
14194         * backend/ev-document-links.h:
14195         * backend/ev-document-security.c: (ev_document_security_get_type),
14196         (ev_document_security_has_document_security),
14197         (ev_document_security_set_password):
14198         * backend/ev-document-security.h:
14199         * backend/ev-document.c: (ev_document_error_quark):
14200         * backend/ev-document.h:
14201         * data/Makefile.am:
14202         * data/evince-password.glade:
14203         * pdf/xpdf/pdf-document.cc:
14204         * shell/Makefile.am:
14205         * shell/ev-password.c: (ev_password_set_bad_password_label),
14206         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14207         (ev_password_dialog_get_password),
14208         (ev_password_dialog_set_bad_pass):
14209         * shell/ev-password.h:
14210         * shell/ev-window.c: (ev_window_get_attribute),
14211         (ev_window_set_property), (update_action_sensitivity),
14212         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14213         (ev_window_setup_document), (ev_window_get_password),
14214         (ev_window_open), (ev_window_cmd_save_as),
14215         (using_postscript_printer), (ev_window_print),
14216         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14217         (update_fullscreen_popup), (ev_window_fullscreen),
14218         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14219         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14220         (menu_item_select_cb), (find_bar_search_changed_cb),
14221         (ev_window_dispose), (ev_window_init):
14222
14223         Add initial support for password-supported dialogs.  This could be
14224         a lot cooler, but it'll do for now.
14225
14226 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14227
14228         * pdf/xpdf/pdf-document.cc:
14229         * shell/ev-view.c: (status_message_from_link),
14230         (ev_view_set_status), (ev_view_set_cursor),
14231         (ev_view_motion_notify_event), (ev_view_init):
14232         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14233
14234         Fix bugs in the links implementation and change cursor
14235         when hovering a link.
14236
14237 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14238
14239         * viewer/.cvsignore: added cvsignore file for viewer directory
14240
14241         * TODO: created TODO document
14242
14243 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14244
14245         * shell/ev-view.h:
14246         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14247         new functions to help with implementation of sensitivity code
14248         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14249         of all actions that might require it.  Fixes a crash when you
14250         click on the Zoom actions in a window lacking a document.
14251
14252 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14253
14254         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14255         of the Find action
14256
14257 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14258
14259         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14260         (pixbuf_document_document_iface_init):
14261         * ps/ps-document.c: (ps_document_get_link),
14262         (ps_document_document_iface_init):
14263         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14264         (status_message_from_link), (ev_view_set_status),
14265         (ev_view_set_find_status), (ev_view_motion_notify_event),
14266         (ev_view_button_release_event), (ev_view_set_property),
14267         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14268         (ev_view_get_find_status_message), (update_find_results),
14269         (ev_view_get_status), (ev_view_get_find_status):
14270         * shell/ev-view.h:
14271         * shell/ev-window.c: (view_status_changed_cb),
14272         (view_find_status_changed_cb), (ev_window_init):
14273
14274         View status message support, use it to show the links.
14275         Needs work...
14276
14277 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14278
14279         * backend/ev-document.c: (ev_document_get_link):
14280         * backend/ev-document.h:
14281         * pdf/xpdf/pdf-document.cc:
14282         * shell/ev-application.c: (ev_application_open):
14283         * shell/ev-application.h:
14284         * shell/ev-sidebar-links.c: (selection_changed_cb):
14285         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14286         (ev_view_go_to_link):
14287
14288         Add support for document links
14289
14290 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14291
14292         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14293         (create_tool_item):
14294         Set the spin button limits correctly.
14295         
14296         * shell/ev-sidebar-thumbnails.c:
14297         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14298         Support changing pages by clicking on the thumbnails.
14299         
14300 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14301
14302         * pixbuf/pixbuf-document.c:
14303         (pixbuf_document_thumbnails_get_dimensions),
14304         (pixbuf_document_document_thumbnails_iface_init):
14305
14306         implement get_dimensions
14307
14308 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14309
14310         * ps/ps-document.c: (ps_document_goto_page):
14311
14312         Fix page switching on multipage documents
14313
14314 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14315
14316         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14317         
14318         check for NULL before assigning to width and height parameters
14319
14320 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14321
14322         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14323         (pixbuf_document_set_property), (pixbuf_document_get_property):
14324
14325         implement get/set properties
14326
14327 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14328
14329         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14330         
14331         return NULL instead of "Unknown", letting the title get set to
14332         the filename when the pdf has no title.
14333
14334 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14335
14336         * ps/ps-document.c: (ps_document_get_page_count),
14337         (ps_document_goto_page):
14338
14339 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14340
14341         * shell/ev-history.c: (ev_history_get_property),
14342         (ev_history_set_property), (ev_history_class_init),
14343         (ev_history_add_page), (ev_history_set_current_index):
14344         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14345         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14346         (ev_navigation_action_finalize):
14347         * shell/ev-navigation-action.h:
14348         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14349         (ev_view_go_forward), (ev_view_get_find_status_message),
14350         (history_index_changed_cb), (ev_view_set_history):
14351         * shell/ev-view.h:
14352         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14353         (update_current_page), (register_custom_actions):
14354
14355         Implement history dropdowns
14356
14357 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14358
14359         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14360         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14361         (ev_view_go_forward):
14362         * shell/ev-window.c: (register_custom_actions):
14363
14364         Fix several history bugs
14365
14366 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14367
14368         * configure.ac: Add «nb» to ALL_LINGUAS.
14369
14370 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14371
14372         * backend/Makefile.am:
14373         * backend/ev-bookmark.c:
14374         * backend/ev-bookmark.h:
14375         * backend/ev-document-bookmarks.c:
14376         * backend/ev-document-bookmarks.h:
14377         * backend/ev-document-links.c: (ev_document_links_get_type),
14378         (ev_document_links_has_document_links),
14379         (ev_document_links_begin_read), (ev_document_links_get_link),
14380         (ev_document_links_get_child), (ev_document_links_next),
14381         (ev_document_links_free_iter):
14382         * backend/ev-document-links.h:
14383         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14384         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14385         (ev_link_get_link_type), (ev_link_set_link_type),
14386         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14387         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14388         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14389         (ev_link_new_external):
14390         * backend/ev-link.h:
14391         * pdf/xpdf/pdf-document.cc:
14392         * shell/Makefile.am:
14393         * shell/ev-application.c: (ev_application_open_link):
14394         * shell/ev-application.h:
14395         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14396         (ev_history_get_link_nth):
14397         * shell/ev-history.h:
14398         * shell/ev-sidebar-bookmarks.c:
14399         * shell/ev-sidebar-bookmarks.h:
14400         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14401         (ev_sidebar_links_class_init), (selection_changed_cb),
14402         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14403         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14404         (do_one_iteration), (populate_links_idle),
14405         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14406         * shell/ev-sidebar-links.h:
14407         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14408         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14409         (go_to_index):
14410         * shell/ev-view.h:
14411         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14412         * shell/ev-window.h:
14413
14414         Rename bookmark to link, and use "Index" for the sidebar panel.
14415
14416 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14417
14418         * shell/Makefile.am:
14419         * shell/ev-application.c: (ev_application_open_bookmark):
14420         * shell/ev-application.h:
14421         * shell/ev-history.c: (ev_history_init), (free_links_list),
14422         (ev_history_finalize), (ev_history_class_init),
14423         (ev_history_add_link), (ev_history_add_page),
14424         (ev_history_get_link_nth), (ev_history_get_n_links),
14425         (ev_history_get_current_index), (ev_history_set_current_index),
14426         (ev_history_new):
14427         * shell/ev-history.h:
14428         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14429         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14430         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14431         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14432         (ev_view_set_page):
14433         * shell/ev-view.h:
14434         * shell/ev-window.c: (ev_window_open_bookmark),
14435         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14436         (goto_page_cb), (register_custom_actions):
14437         * shell/ev-window.h:
14438
14439         Initial history implementation. Needs work.
14440
14441 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14442
14443         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14444
14445 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14446
14447         * cut-n-paste/recent-files/egg-recent-item.c:
14448         * cut-n-paste/recent-files/egg-recent-item.h:
14449         * cut-n-paste/recent-files/egg-recent-model.c:
14450         * cut-n-paste/recent-files/egg-recent-util.c:
14451         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14452         * cut-n-paste/recent-files/egg-recent-view.c:
14453
14454         Update
14455
14456 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14457
14458         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14459         (fillGlyph, fillImageMask, drawImage):
14460         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14461         pdf/splash/SplashTypes.h:
14462         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14463         packed mode for Splash.
14464
14465         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14466         RGB8 packed mode, eliminates the pixbuf data creation loop.
14467
14468         * shell/ev-print-job.c (ev_print_job_finalize)
14469         (ev_print_job_set_property, ev_print_job_get_property)
14470         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14471         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14472         (print_closure_finalize, ev_print_job_print): implement
14473         printing (for backends with EvPsExporter)
14474
14475         * shell/ev_print_job.h: update prototypes.
14476
14477         * shell/ev-window.c (ev_window_print): unref print job after
14478         printing.
14479
14480         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14481         unless the document implements the EvDocumentFind interface.
14482
14483 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14484
14485         * configure.ac: Added ja to ALL_LINGUAS.
14486
14487 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14488
14489         * pdf/xpdf/pdf-document.cc:
14490
14491         add a FIXME. We should probably not allocate
14492         a bookmark object every time
14493
14494 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14495
14496         * shell/ev-application.c: (ev_application_open),
14497         (ev_application_open_bookmark):
14498         * shell/ev-application.h:
14499         
14500         Add a way to open bookmarks
14501
14502         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14503         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14504         (ev_bookmark_set_property), (ev_bookmark_class_init),
14505         (ev_bookmark_new_title), (ev_bookmark_new_link),
14506         (ev_bookmark_new_external):
14507
14508         Support for external uris, better constructors.
14509
14510         * backend/ev-bookmark.h:
14511         * pdf/xpdf/pdf-document.cc:
14512         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14513
14514         Handle external uris
14515
14516 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14517
14518         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14519         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14520
14521         Hook up bookmarks navigation
14522
14523 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14524
14525         * backend/Makefile.am:
14526         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14527         (ev_bookmark_get_title), (ev_bookmark_set_title),
14528         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14529         (ev_bookmark_get_page), (ev_bookmark_set_page),
14530         (ev_bookmark_get_property), (ev_bookmark_set_property),
14531         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14532         (ev_bookmark_new):
14533         * backend/ev-bookmark.h:
14534         * backend/ev-document-bookmarks.c:
14535         (ev_document_bookmarks_get_bookmark):
14536         * backend/ev-document-bookmarks.h:
14537         * pdf/xpdf/pdf-document.cc:
14538         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14539
14540         Add a bookmark object to the backend and use it instead of get_values
14541
14542 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14543
14544         * data/evince-ui.xml:
14545
14546         Cleanup and add select all.
14547
14548         * shell/ev-view.c: (ev_view_select_all),
14549         (ev_view_button_press_event):
14550         * shell/ev-view.h:
14551         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14552
14553         Add select all.
14554         Clear selection on click.
14555
14556 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14557
14558         * shell/ev-sidebar-thumbnails.c
14559         (ev_sidebar_thumbnails_set_document): forgot to unref the
14560         loading_icon.
14561
14562 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14563
14564         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14565         at the visible page, not just linearly.  This makes it look fast.
14566
14567 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14568
14569         * backend/ev-document-misc.c
14570         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14571         white.
14572         * backend/ev-document-thumbnails.h: New interface to get the size
14573         of a page.
14574
14575 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14576
14577         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14578         make dist works
14579
14580 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14581
14582         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14583         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14584         things up a bit.
14585
14586         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14587
14588 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14589
14590         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14591         fonts. Should fix font problems on systems that have the base
14592         fonts in bitmap format. Reported by James Henstridge
14593         <james@jamesh.id.au>.
14594
14595 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14596
14597         * pdf/xpdf/Gfx.cc:
14598         * pdf/xpdf/GfxState.cc:
14599
14600         Fix for CAN-2004-1125
14601
14602 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14603
14604         * shell/ev-view.c: (ev_view_copy):
14605         * shell/ev-view.h:
14606         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14607
14608         Implement Edit->Copy
14609
14610 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14611
14612         * backend/ev-document.c: (ev_document_get_text):
14613         * backend/ev-document.h:
14614         * pdf/xpdf/pdf-document.cc:
14615         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14616         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14617         (ev_view_update_primary_selection), (ev_view_button_press_event),
14618         (ev_view_motion_notify_event), (ev_view_button_release_event):
14619
14620         Beginnings of clipboard support. Incomplete but primary sort
14621         of work.
14622
14623 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14624
14625         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14626         (expose_bin_window):
14627
14628         Nicer rubberband drawing, from GtkIconView.
14629
14630 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14631
14632         * backend/ev-document.c: (ev_document_save):
14633         * backend/ev-document.h:
14634         * data/evince-ui.xml:
14635         * pdf/xpdf/pdf-document.cc:
14636         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14637
14638         Implement "Save a copy..." menu item
14639
14640 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14641
14642         * shell/ev-view.c: (ev_view_zoom):
14643
14644         Queue a resize when zoom changes
14645
14646 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14647
14648         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14649         shadows.
14650
14651         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14652         thumbnails..
14653
14654 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14655
14656         * pdf/xpdf/pdf-document.cc
14657         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14658
14659 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14660
14661         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14662         It's slow, but I'll speed it up next!
14663
14664 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14665
14666         * shell/main.c (load_files):
14667
14668         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14669         from the command line and because it seems more appropriate.
14670
14671 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14672
14673         * data/evince-ui.xml:
14674         * shell/ev-window.c: (update_action_sensitivity),
14675         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14676
14677         s/next page/page down
14678         s/previous page/page up
14679
14680 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14681
14682         * data/evince-ui.xml:
14683
14684         Change the layout to match clarkbw design.
14685
14686         * shell/Makefile.am:
14687         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14688         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14689         (ev_navigation_action_finalize),
14690         (ev_navigation_action_set_property),
14691         (ev_navigation_action_get_property),
14692         (ev_navigation_action_class_init):
14693         * shell/ev-navigation-action.h:
14694
14695         Implement clarkbw toolbar navigation controls (incomplete)
14696
14697         * shell/ev-page-action.c: (update_label), (update_spin),
14698         (value_changed_cb), (create_tool_item), (connect_proxy),
14699         (ev_page_action_init), (ev_page_action_finalize),
14700         (ev_page_action_set_property), (ev_page_action_get_property),
14701         (ev_page_action_set_current_page),
14702         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14703         * shell/ev-page-action.h:
14704
14705         Implement a page switcher in the toolbar
14706
14707         * shell/ev-view.c: (ev_view_scroll_view):
14708         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14709         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14710         (register_custom_actions), (ev_window_init):
14711
14712         Change page on PageUp/Down.
14713
14714 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14715
14716         * pdf/xpdf/pdf-document.cc
14717         (pdf_document_thumbnails_get_thumbnail): initial stab at
14718         implementing thumbnail support for pdfs.  It only does documents
14719         with precached pdfs now.
14720
14721 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14722
14723         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14724         thumbnail code into a time-based idle as well.  Also, turn off the
14725         shadow temporarily as it's really slow.
14726
14727 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14728
14729         * backend/ev-document.c: (ev_document_class_init):
14730         * pdf/xpdf/pdf-document.cc:
14731         * shell/ev-window.c: (ev_window_open):
14732
14733         Fix document title bugs and fallback to
14734         filename when not available.
14735
14736 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14737
14738         * backend/ev-document.c: (ev_document_get_type),
14739         (ev_document_class_init), (ev_document_load),
14740         (ev_document_get_title):
14741         * backend/ev-document.h:
14742         * pdf/xpdf/pdf-document.cc:
14743         * ps/ps-document.c: (ps_document_set_property),
14744         (ps_document_get_property), (ps_document_class_init),
14745         (document_load):
14746         * ps/ps-document.h:
14747         * ps/ps.h:
14748         * shell/ev-window.c: (update_window_title), (ev_window_open),
14749         (ev_window_init):
14750
14751         Initial support for document title. Not working yet.
14752
14753 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14754
14755         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14756
14757         Grab focus on the view when clicking it
14758
14759 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14760
14761         * shell/ev-marshal.list:
14762         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14763         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14764
14765         Add key bindings to the view. Now if the focus would work
14766         right...
14767
14768 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14769
14770         * Makefile.am:
14771         * backend/Makefile.am:
14772         * data/Makefile.am:
14773         * dvi/Makefile.am:
14774         * dvi/dvilib/Makefile.am:
14775         * pdf/xpdf/Makefile.am:
14776         * po/POTFILES.in:
14777         * ps/Makefile.am:
14778
14779         Fix distcheck
14780
14781 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14782
14783         * shell/ev-view.c: (ev_view_realize):
14784
14785         Fix mouse wheel scrolling
14786
14787 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14788
14789         * ps/Makefile.am:
14790         * ps/gstypes.h:
14791         * ps/gtkgs.c:
14792         * ps/gtkgs.h:
14793         * ps/ps-document.c: (catchPipe), (ps_document_init),
14794         (ps_document_class_init), (ps_document_cleanup),
14795         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14796         (set_up_page), (close_pipe), (is_interpreter_ready),
14797         (interpreter_failed), (output), (input), (start_interpreter),
14798         (stop_interpreter), (file_length), (file_readable),
14799         (check_filecompressed), (check_pdf), (compute_xdpi),
14800         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14801         (ps_document_get_type), (ps_document_emit_error_msg),
14802         (document_load), (ps_document_next_page),
14803         (ps_document_get_current_page), (ps_document_get_page_count),
14804         (ps_document_goto_page), (ps_document_set_page_size),
14805         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14806         (ps_document_load), (ps_document_get_n_pages),
14807         (ps_document_set_page), (ps_document_get_page),
14808         (ps_document_widget_event), (ps_document_set_target),
14809         (ps_document_set_scale), (ps_document_set_page_offset),
14810         (ps_document_get_page_size), (ps_document_render),
14811         (ps_document_document_iface_init):
14812         * ps/ps-document.h:
14813         * ps/ps.c:
14814         * shell/ev-window.c: (ev_window_open):
14815
14816         Rename GtkGS to PSDocument
14817
14818 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14819
14820         * ps/gtkgs.c: (gtk_gs_class_init):
14821         * ps/gtkgs.h:
14822
14823         Some more leftover...
14824
14825 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14826
14827         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14828         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14829         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14830         * ps/gtkgs.h:
14831
14832         Remove unused code and make a lot of stuff private
14833
14834 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14835
14836         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14837         (gtk_gs_defaults_changed):
14838         * ps/gsdefaults.h:
14839         * ps/gtkgs.c:
14840         * ps/gtkgs.h:
14841         * ps/ps.h:
14842
14843         Cleanup headers dependencies
14844
14845 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14846
14847         * ps/Makefile.am:
14848         * ps/ggvutils.c:
14849         * ps/ggvutils.h:
14850         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14851         * ps/gsdefaults.h:
14852         * ps/gtkgs.c: (file_length), (file_readable),
14853         (check_filecompressed), (check_pdf), (gtk_gs_load),
14854         (gtk_gs_get_postscript):
14855
14856         Get rid of ggvutils
14857
14858 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14859
14860         * ps/ggvutils.c:
14861         * ps/ggvutils.h:
14862         * ps/gsio.h:
14863         * ps/gtkgs.c: (gtk_gs_set_zoom):
14864
14865         Cleanups
14866
14867 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14868
14869         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14870
14871         Ensure the page is rerendered when changing zoom
14872
14873 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14874
14875         * backend/ev-document.c: (ev_document_base_init),
14876         (ev_document_changed):
14877         * backend/ev-document.h:
14878
14879         Add a changed event that is emitted when the page content
14880         changes. This is necessary to deal with the fact that
14881         in ps backend rendering happen asycrounously.
14882         This makes the ps backend mostly work.
14883
14884         * pdf/xpdf/pdf-document.cc:
14885
14886         Emit changed event
14887
14888         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14889         (ps_document_set_target):
14890
14891         Emit changed event
14892
14893         * shell/ev-view.c: (document_changed_callback),
14894         (ev_view_set_document), (ev_view_set_page):
14895
14896         Redraw on the changed signal
14897
14898 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14899
14900         * configure.ac: Added pt_BR to ALL_LINGUAS.
14901
14902 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14903
14904         * backend/ev-document-bookmarks.c:
14905         (ev_document_bookmarks_get_child): *
14906         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14907         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14908         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14909         (ev_sidebar_bookmarks_destroy),
14910         (ev_sidebar_bookmarks_class_init),
14911         (ev_sidebar_bookmarks_construct), (stack_data_free),
14912         (do_one_iteration), (populate_bookmarks_idle),
14913         (ev_sidebar_bookmarks_clear_document),
14914         (ev_sidebar_bookmarks_set_document): *
14915         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14916         (ev_sidebar_add_page),
14917         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14918         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14919         it displays both the topics and the page numbers.
14920
14921 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14922
14923         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14924         toggle.
14925         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14926         visible.
14927
14928 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14929
14930         * configure.ac: Added en_CA to ALL_LINGUAS.
14931
14932 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14933
14934         * ChangeLog: replace bottom of this ChangeLog (merged history of
14935         ggv and gpdf; where all paths were wrong and most of the files are
14936         not even in this tree) with ChangeLog (from arch) of the shell
14937         code.
14938
14939 2004-12-23  Havoc Pennington  <hp@redhat.com>
14940
14941         * shell/ev-window.c: hook up potentially-questionable "find
14942         results status text" feature - something involving the sidebar or
14943         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14944         might be better in the end.
14945
14946         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14947         with corresponding signal when it should be updated
14948
14949         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14950
14951 2004-12-22  Havoc Pennington  <hp@redhat.com>
14952
14953         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14954         find stuff on other pages, sort of (only returns one result on
14955         invisible pages, to show they have results; updates full results
14956         for a page when you view it). Currently repaints the current page
14957         every time a new result is found on any page, which isn't so nice.
14958
14959 2004-12-22  Havoc Pennington  <hp@redhat.com>
14960
14961         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14962         the document doesn't support find (better ideas?)
14963         (find_bar_search_changed_cb): handle missing document or document
14964         that doesn't support find
14965
14966         * pdf/xpdf/pdf-document.cc: port to implement the new
14967         EvDocumentFindIface
14968
14969         * backend/ev-document-find.c: create a new interface for searching
14970
14971         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14972
14973 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14974
14975         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14976         libevbackend.la.
14977
14978         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14979         EvPrintJob constructor arguments.
14980
14981         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14982         for documents that can export PostScript (page by page).
14983
14984         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14985         
14986         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14987         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14988         (pdf_document_ps_exporter_iface_init:
14989         Implement EvPSExporter.
14990
14991         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14992
14993 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14994
14995         * backend/Makefile.am:
14996         * backend/ev-document-thumbnails.c:
14997         (ev_document_thumbnails_get_type),
14998         (ev_document_thumbnails_get_thumbnail):
14999         * backend/ev-document-thumbnails.h:
15000         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15001         (pixbuf_document_thumbnails_get_thumbnail),
15002         (pixbuf_document_document_thumbnails_iface_init):
15003         * shell/Makefile.am:
15004         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15005         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15006         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15007         * shell/ev-sidebar-thumbnails.h:
15008         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15009         (ev_sidebar_set_document):
15010         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15011         (create_shadow), (ev_pixbuf_add_shadow):
15012         * shell/ev-utils.h:
15013         Add thumbnail support.
15014         
15015 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15016
15017         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15018         (using_postscript_printer): Set up a print dialog for "PostScript
15019         injection" method.
15020
15021         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15022         EvPrintJob.
15023
15024         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15025
15026 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15027
15028         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15029         (ps_document_set_target), (ps_document_get_page_size),
15030         (ps_document_render):
15031         * ps/gtkgs.h:
15032
15033         Fix a few bugs
15034
15035 2004-12-22  Christian Rose  <menthos@menthos.com>
15036
15037         * configure.ac: Added "sv" to ALL_LINGUAS.
15038
15039 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15040
15041         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15042         document supports bookmarks.
15043
15044 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15045
15046         * ps/ggvutils.c: (ggv_file_readable):
15047         * ps/ggvutils.h:
15048         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15049         (gtk_gs_get_postscript):
15050
15051         Remove unused utils
15052
15053 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15054
15055         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15056         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15057         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15058         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15059         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15060         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15061         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15062         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15063         (gtk_gs_set_antialiasing), (ps_document_load),
15064         (ps_document_render):
15065         * ps/gtkgs.h:
15066
15067         Another check point for the ps backend. Now I can get it to show
15068         pages!
15069
15070 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15071
15072         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15073         document setting code.
15074
15075 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15076
15077         * shell/eggfindbar.c: (entry_activate_callback):
15078         Animate the next button when activate is pressed.
15079         
15080 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15081
15082         * shell/ev-window.c: (ev_window_cmd_edit_find),
15083         (update_fullscreen_popup), (ev_window_fullscreen),
15084         (ev_window_unfullscreen), (ev_window_state_event_cb),
15085         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15086         Fix bugs in fullscreen code.
15087         
15088 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15089
15090         * Makefile.am:
15091         * configure.ac:
15092         * pixbuf/Makefile.am:
15093         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15094         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15095         (pixbuf_document_set_page), (pixbuf_document_get_page),
15096         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15097         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15098         (pixbuf_document_render), (pixbuf_document_begin_find),
15099         (pixbuf_document_end_find), (pixbuf_document_finalize),
15100         (pixbuf_document_class_init),
15101         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15102         * pixbuf/pixbuf-document.h:
15103         * shell/Makefile.am:
15104         * shell/ev-application.c: (ev_application_open):
15105         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15106         (ev_window_open):
15107         Add pixbuf backend.
15108         
15109 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15110
15111         * Makefile.am: 
15112         * dvi/dvilib/Makefile.am:
15113         * dvi/Makefile.am:
15114         * configure.ac: Auto*ify dvi and dvi/dvilib
15115
15116         * dvi/Makefile: Remove from CVS
15117         
15118         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15119         confusion.
15120
15121         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15122         
15123         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15124         
15125 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15126
15127         * ps/Makefile.am:
15128         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15129         (gtk_gs_value_adjustment_changed), (compute_size),
15130         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15131         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15132         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15133         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15134         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15135         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15136         (ps_document_load), (ps_document_get_n_pages),
15137         (ps_document_set_page), (ps_document_get_page),
15138         (ps_document_set_target), (ps_document_set_scale),
15139         (ps_document_set_page_offset), (ps_document_get_page_size),
15140         (ps_document_render), (ps_document_begin_find),
15141         (ps_document_end_find), (ps_document_document_iface_init):
15142         * ps/gtkgs.h:
15143         * shell/Makefile.am:
15144         * shell/ev-window.c: (ev_window_open):
15145
15146         Some work to integrate gtkgs with EvDocument
15147
15148 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15149
15150         * shell/ev-window.c: (update_fullscreen_popup),
15151         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15152         (exit_fullscreen_button_clicked_cb),
15153         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15154         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15155         (ev_window_state_event_cb), (ev_window_init):
15156         Add fullscreen support from Epiphany.
15157         
15158 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15159
15160         * data/ev-stock-zoom-fit-width.png: fit-width
15161         stock icon from gpdf.
15162         
15163         * shell/ev-stock-icons.[ch]: copied from gpdf.
15164         
15165         * shell/main.c: (main): init stock icons.
15166         
15167         * shell/ev-window.c: use the fit-width icon.
15168         
15169         * data/evince-ui.xml: add zooming toolbar items.
15170
15171 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15172
15173         * shell/ev-view.c: 
15174         (ev_view_best_fit), (ev_view_fit_width): because
15175         get_page_size() returns the scaled page size, we
15176         need to calculate the scale factor relative to
15177         the previous scale factor. Should really just
15178         add get_real_page_size().
15179
15180 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15181
15182         * shell/ev-view.[ch]:
15183         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15184         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15185         add zooming.
15186         
15187         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15188         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15189         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15190         hook it up.
15191         
15192         * pdf/xpdf/pdf-document.cc:
15193         (pdf_document_begin_find),
15194         (pdf_document_end_find): make static.
15195
15196 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15197
15198         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15199
15200         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15201         names to fontconfig patterns.
15202         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15203
15204         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15205         setupBaseFontsFc.
15206
15207 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15208
15209         * Makefile.am:
15210         * configure.ac:
15211         * ps/Makefile.am:
15212         * ps/ggvutils.c:
15213         * ps/ggvutils.h:
15214         * ps/gsdefaults.c:
15215         * ps/gsdefaults.h:
15216         * ps/gsio.c:
15217         * ps/gsio.h:
15218         * ps/gtkgs.c:
15219         * ps/gtkgs.h:
15220         * ps/ps.c:
15221         * ps/ps.h:
15222
15223         Import ggv backend. Not hooked up yet.
15224
15225 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15226
15227         * shell/main.c: (load_files), (main): load files
15228         from the command line.
15229
15230 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15231
15232         * configure.ac: don't require bonobo.
15233         
15234         * cut-n-paste/recent-files/*: kill bonobo recent
15235         view.
15236
15237         * shell/ev-window.c:
15238         (ev_window_is_empty): upd.
15239         (unable_to_load), (ev_window_open): load backend
15240         based on the mime type.
15241
15242 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15243
15244         * backend/.cvsignore: ignore generated marshalers source.
15245
15246         * shell/main.c (main): this is not epiphany.
15247
15248 2004-12-22  Havoc Pennington  <hp@redhat.com>
15249
15250         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15251         (expose_bin_window): draw find highlights
15252
15253         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15254         
15255         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15256         (pdf_document_end_find): implement this interface
15257
15258         * backend/ev-document.c (ev_document_found): add this to emit
15259         signal
15260
15261 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15262
15263         * data/evince-ui.xml: Add a few more toolbar items.
15264
15265         * shell/ev-window.c: Hook up page navigation toolbar 
15266         items.
15267
15268         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15269         a page-changed signal.
15270
15271         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15272         Add ev_document_get_page().
15273
15274         * shell/ev-window.c: Sensitize/desensitize navigation
15275         actions.
15276
15277 2004-12-21  Havoc Pennington  <hp@redhat.com>
15278
15279         * backend/ev-backend-marshal.c,
15280         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15281         marshaler-generator thingy. I'm sure there's a better way to do
15282         this in the modern world.
15283
15284         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15285         end_find methods and "found" signal.
15286
15287         * configure.ac: find glib-genmarshal
15288
15289 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15290
15291         * shell/ev-sidebar.c: Construct an actual sidebar.
15292         * shell/ev-sidebar-bookmarks.[ch]:
15293         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15294
15295 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15296
15297         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15298         Redo size handling.
15299         
15300         * shell/ev-view.c: Track the size from the document.
15301
15302 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15303
15304         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15305         constructor assumes ownership of the string passed in.
15306         
15307         * shell/ev-window.c (ev_window_open): Destroy the error
15308         dialog once we've displayed it.
15309
15310 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15311
15312         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15313         a bit, it works! (sort of)
15314
15315         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15316         Move to .cc since we need to use C++ in the implementation.
15317
15318         * shell/dummy.cc: Add a CC file to force evince
15319         to be linked as a C++ program.
15320
15321 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15322
15323         * shell/ev-view.[ch]: Start of content-area widget.
15324
15325         * shell/ev-window.c: Create a EvView, update it
15326         as we change documents.
15327
15328         * shell/Makefile.am shell/ev-marshal.list: Add
15329         generated marshalers.
15330
15331 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15332
15333         * Makefile.am (SUBDIRS): move shell.
15334
15335 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15336
15337         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15338         .a to libtool convenience libraries.
15339
15340         * shell/ev-window.c (ev_window_open): Hard code loading
15341         a PDF document.
15342         
15343         * backend/ev-document.h: Add a boolean return to load(),
15344         fix GError * to GError **.
15345
15346         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15347         object for a PDF backend EvDocument.
15348
15349 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15350
15351         * dvi/*: New directory with the beginning of a .dvi backend.
15352
15353 2004-12-21  Havoc Pennington  <hp@redhat.com>
15354
15355         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15356         previous/next instead of back/forward
15357
15358 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15359
15360         * backend/ev-document.[ch]: Fix a couple of problems so
15361         it compile.
15362
15363 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15364
15365         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15366         to backend/ directory, rename EvViewer to EvDocument.
15367
15368 2004-12-21  Havoc Pennington  <hp@redhat.com>
15369
15370         * shell/ev-window.c: hook up the find bar widget; now we just need
15371         a document to find things in
15372
15373         * shell/eggfindbar.c: a find bar widget
15374
15375 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15376
15377         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15378
15379 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15380
15381         * pdf/**: Import of xpdf code from gpdf. 
15382
15383         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15384
15385         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15386         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15387         Fix FreeType includes.
15388
15389         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15390         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15391         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15392         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15393         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15394         Include xpdfconfig.h
15395         
15396 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15397
15398         * shell/ev-window.c (ev_window_dispose): dispose can be called
15399         multiple times.
15400
15401 2004-12-21  Havoc Pennington  <hp@redhat.com>
15402
15403         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15404         rather than Evince
15405
15406         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15407         items; really they should be synced with the strings, etc. from
15408         current gpdf, but just getting the boring typing out of the way 
15409
15410 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15411
15412         * po/POTFILES.in:
15413         * shell/ev-application.c: (window_destroy_cb):
15414         * shell/ev-window.c:
15415         * shell/main.c: (main):
15416
15417         Actually show the window...
15418
15419 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15420
15421         * Makefile.am:
15422         * shell/Makefile.am:
15423         * shell/ev-application.c: (ev_application_class_init):
15424         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15425
15426         Make it build again
15427
15428 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15429
15430         Import to gnome cvs.
15431         
15432         * Remove copies of gpdf and ggv trees.
15433         * Rip out all the recursive configure code.
15434         * Remove bonobo machinery.
15435         * viewer/*: GInterfaces that backends should/can implement.
15436
15437 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15438
15439         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15440         typo
15441
15442 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15443
15444         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15445         (ev_application_finalize, ev_application_class_init)
15446         (ev_application_init): use GType instance private data for priv.
15447
15448         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15449         (ev_window_finalize, ev_window_class_init)
15450         (ev_window_init): ditto.
15451
15452 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15453
15454         * shell/ev-application.c (ev_application_new_window): make public
15455         (ev_application_show_initial_window): kill.
15456
15457         * shell/ev-application.h: update prototypes.
15458
15459         * shell/main.cc (main): inline ev_application_show_initial_window.
15460
15461 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15462
15463         * shell/ev-application.c (ev_application_new_window): impl.
15464         (ev_application_show_initial_window): use it.
15465         (is_window_empty, ev_application_get_empty_window): returns an
15466         existing empty window or a new one.
15467         (ev_application_open): from ev_window_cmd_file_open.
15468
15469         * shell/ev-application.h: update prototypes
15470
15471         * shell/ev-window.c (ev_window_is_empty): impl.
15472         (ev_window_open): make public.
15473         (ev_window_cmd_file_open): use ev_application_open
15474
15475         * shell/ev-window.h: update prototypes, remove unused.
15476
15477 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15478
15479         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15480         move destroy handler out of here...
15481
15482         * shell/ev-application.c, shell/ev-application.h: ...into this new
15483         class. Also handles initial window creation.
15484
15485         * shell/main.cc (main): use EvApplication to create initial
15486         window.
15487
15488 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15489
15490         * Makefile.am (SUBDIRS): add cut-n-paste
15491
15492         * cut-n-paste/Makefile.am: add
15493
15494         * configure.ac: generate Makefiles in cut-n-paste
15495
15496 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15497
15498         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15499         (ev_window_class_init): install ev_window_dispose.
15500
15501 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15502
15503         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15504         char (gchar looks stupid).
15505
15506 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15507
15508         * po/de.po: updated German translation.
15509
15510 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15511
15512         * configure.ac: add more pkg-config library checks for gnome-vfs,
15513         bonobo etc.
15514
15515         * gpdf/configure.in: temporarily disable libpaper
15516         checks. Otherwise I'd have to add the checks for the shell, too.
15517
15518 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15519
15520         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15521         and * file filters to the file choose.
15522
15523 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15524
15525         * po/de.po: Updated German translation.
15526
15527 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15528
15529         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15530
15531 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15532
15533         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15534
15535         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15536         (ev_window_init): implement those menuitems.
15537
15538 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15539
15540         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15541
15542         * shell/ev-window.c (ev_window_init): use the toolbar.
15543
15544 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15545
15546         * shell/ev-window.c (ev_window_init): use menu translations
15547
15548 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15549
15550         * configure.ac: add "de" to ALL_LINGUAS.
15551
15552         * po/de.po: add German translation.
15553
15554 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15555
15556         * Makefile.am (SUBDIRS): add po
15557
15558         * configure.ac: check intltool, glib-gettext etc, generate
15559         po/Makefile.in
15560
15561         * po, po/POTFILES.in, po/POTFILES.skip: new.
15562
15563 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15564
15565         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15566         already use (#ifdef ENABLE_NLS)
15567
15568         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15569         pointer indirection thinko.
15570
15571         * shell/main.c: include gi18n.h for bindtextdomain etc.
15572
15573 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15574
15575         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15576         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15577         tooltips for menu items in the statusbar.
15578
15579 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15580
15581         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15582         pkgdatadir drop UIDIR
15583
15584 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15585
15586         * data/evince-ui.xml: Add File->Open menu item
15587
15588         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15589         chooser), hook it up in the ui manager.
15590
15591 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15592
15593         * shell/ev-window.c: fix Help->About tooltip.
15594
15595 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15596
15597         * configure.ac: set CFLAGS for libevprivate.
15598
15599         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15600         definitions, factory etc.
15601
15602         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15603
15604         * shell/Makefile.am: link against libevprivate.a.
15605
15606         * shell/ev-window.c (entries): add stock icon to Help->About.
15607
15608         * shell/main.c (main): init stock icon code.
15609
15610 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15611
15612         * lib/recent-files: egg recent files code
15613
15614         * lib/Makefile.am: add.
15615
15616         * Makefile.am: add lib subdir.
15617
15618         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15619         set CFLAGS for recent-files.
15620
15621 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15622
15623         * configure.ac: disable -ansi and -pedantic gcc flags. They
15624         disable POSIX stuff in stdio.h, but egg-recent uses them.
15625
15626 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15627
15628         * configure.ac: add --disable-deprecated flag (defaults to on in
15629         "cvs" builds).
15630
15631         * shell/Makefile.am (INCLUDES): use it.
15632
15633 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15634
15635         * shell/main.c: add missing #include.
15636
15637         * shell/ev-window.c: fix for pedantic gcc.
15638         (ev_window_cmd_help_about): split license into paragraphs for
15639         translators and pedantic compilers.
15640
15641 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15642
15643         * configure.ac: add more warning flags if compiling with gcc from
15644         cvs (or explicitly requested with --enable-more-warnings).
15645
15646 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15647
15648         * data/evince-ui.xml: add File and File->Close menu.
15649
15650         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15651         (ev_window_destroy): quit after destroy.
15652         (ev_window_class_init): override GtkObject::destroy.
15653         (entries): install close_window callback.
15654
15655 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15656
15657         * Makefile.am (SUBDIRS): add data subdir.
15658
15659         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15660         gtk+ 2.5.0 for GtkAboutDialog.
15661
15662         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15663         main window.
15664
15665         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15666
15667         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15668         manager.
15669         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15670
15671 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15672
15673         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15674
15675 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15676
15677         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15678
15679 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15680
15681         * shell/*: Added shell directory boilerplate, build it.
15682
15683 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15684
15685         * configure.ac, Makefile.am: Added top-level configure.ac and
15686         Makefile.am