]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fill in the error.
[evince.git] / ChangeLog
1 2009-02-14  Christian Persch  <chpe@gnome.org>
2
3         * backend/impress/impress-document.c: (impress_document_save):
4         Fill in the error.
5
6 2009-02-14  Christian Persch  <chpe@gnome.org>
7
8         * libdocument/ev-document.c: (ev_document_load): Add code to catch
9         backends incorrectly implementing the load vfunc.
10
11 2009-02-14  Christian Persch  <chpe@gnome.org>
12
13         * libdocument/ev-document-factory.c:
14         (ev_document_factory_get_document): Use a local GError, and propagate
15         as appropriate, making sure always to fill in @error if returning NULL.
16
17 2009-02-14  Christian Persch  <chpe@gnome.org>
18
19         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
20
21 2009-02-14  Christian Persch  <chpe@gnome.org>
22
23         * backend/pdf/ev-poppler.cc: Plug a mem leak.
24
25 2009-02-14  Christian Persch  <chpe@gnome.org>
26
27         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
28         an error.
29
30 2009-02-14  Christian Persch  <chpe@gnome.org>
31
32         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
33         to always set @error when returning FALSE. Fix a typo.
34
35 2009-02-14  Christian Persch  <chpe@gnome.org>
36
37         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
38         to always set @error when returning FALSE.
39
40 2009-02-14  Christian Persch  <chpe@gnome.org>
41
42         * backend/comics/comics-document.c: (comics_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/impress/impress-document.c: (impress_document_load): Plug a
48         mem leak.
49
50 2009-02-14  Christian Persch  <chpe@gnome.org>
51
52         * backend/impress/impress-document.c: (impress_document_load): Don't
53         overwrite an error.
54
55 2009-02-14  Christian Persch  <chpe@gnome.org>
56
57         * libdocument/ev-document.c: (ev_document_info_copy): Remove
58         unnecessary NULL check; g_strdup() is NULL-safe.
59
60 2009-02-14  Christian Persch  <chpe@gnome.org>
61
62         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
63         that this returns either NULL and fills in error, or non-NULL. Use a
64         local GError so we can reliably check it.
65
66 2009-02-14  Christian Persch  <chpe@gnome.org>
67
68         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
69         content type to get the description, not the MIME type.
70
71 2009-02-14  Christian Persch  <chpe@gnome.org>
72
73         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
74         in @error on failure. Also, since this is exported in public APIs,
75         cope with the passed-in GError** being NULL.
76
77 2009-02-13  Christian Persch  <chpe@gnome.org>
78
79         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
80         safety.
81         (get_mime_type_from_data): Return the MIME type, not the content type.
82
83 2009-02-13  Christian Persch  <chpe@gnome.org>
84
85         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
86         the input stream.
87
88 2009-02-13  Christian Persch  <chpe@gnome.org>
89
90         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
91         all errors upwards.
92
93 2009-02-13  Christian Persch  <chpe@gnome.org>
94
95         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
96         more bytes from buffer than were read from the file.
97
98 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
99
100         * properties/ev-properties-view.c (set_property):
101         
102         Fixes bug #571787.
103
104 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
105
106         * shell/eggfindbar.c: (egg_find_bar_init):
107
108         Use gtk_tool_button_set_use_underline() for next/previous buttons
109         so that the underline is used for the mnemonic. Fixes bug #571547.
110         
111 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * shell/ev-window.c: (setup_document_from_metadata),
114         (setup_sidebar_from_metadata), (setup_document_from_metadata),
115         (setup_view_from_metadata), (ev_window_set_document),
116         (ev_window_load_job_cb), (ev_window_reload_job_cb),
117         (ev_window_reload_remote), (ev_window_init):
118
119         Do not use metadata when reloading the document, so that the
120         window is not resized when reloading. See bugs #571051 and
121         #304249.
122         
123 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
124
125         * configure.ac:
126         * cut-n-paste/smclient/Makefile.am:
127
128         Fix smclient libs on cycgwin. See bug #339172.
129         
130 2009-02-08  Christian Persch  <chpe@gnome.org>
131
132         * configure.ac:
133         * libdocument/Makefile.am:
134         * libview/Makefile.am: Add experimental introspection support.
135         Disabled by default; use --enable-introspection to enable it.
136         Bug #569083.
137
138 2009-02-08  Christian Persch  <chpe@gnome.org>
139
140         * libview/Makefile.am: Link libevdocument.la to libevview.la.
141
142 2009-02-05  Christian Persch  <chpe@gnome.org>
143
144         * backend/comics/comics-document.c: (comics_document_load):
145         * backend/djvu/djvu-document.c: (djvu_document_load):
146         * backend/dvi/dvi-document.c: (dvi_document_load):
147         * backend/impress/impress-document.c: (impress_document_load):
148         * backend/pdf/ev-poppler.cc:
149         * libdocument/ev-document-factory.c: (get_document_from_uri),
150         (ev_document_factory_get_document):
151         * shell/ev-print-operation.c:
152         (ev_print_operation_export_print_dialog_response_cb): Use
153         g_set_error_literal now that we depend on glib 2.18.
154
155 2009-02-05  Hib Eris  <hib@hiberis.nl>
156
157         * shell/ev-application.c:
158
159         Include gdkx.h only with X11. See bug #339172.
160         
161 2009-02-05  Hib Eris  <hib@hiberis.nl>
162
163         * backend/pdf/pdfdocument.evince-backend.in:
164
165         Add application/x-ext-pdf mime type for pdf backend. See bug
166         #339172.
167         
168 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
169
170         * configure.ac:
171         * cut-n-paste/smclient/Makefile.am:
172         * cut-n-paste/smclient/eggdesktopfile.c:
173         * cut-n-paste/smclient/eggsmclient-win32.c:
174         * shell/main.c:
175
176         Make session manager code compile for w32. These changes have been
177         taken from upstream libegg. Based on patch by Hib Eris. See bug
178         #339172.
179         
180 2009-02-05  Hib Eris  <hib@hiberis.nl>
181
182         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
183
184         Make screensaver code compile for w32. These changes have been
185         copied from upstream totem. See bug #339172.
186         
187 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
188
189         * configure.ac:
190         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
191
192         Make use of GConf optional. Based on patch by Hib Eris. See bug
193         #339172.
194         
195 2009-02-04  Christian Persch  <chpe@gnome.org>
196
197         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
198         evince gettext domain, so i18n works in the library.
199
200         * properties/ev-properties-main.c: (nautilus_module_initialize):
201         Remove extra bindtextdomain call.
202
203 2009-02-04  Christian Persch  <chpe@gnome.org>
204
205         * backend/comics/comics-document.c:
206         * backend/djvu/djvu-document.c:
207         * backend/dvi/dvi-document.c:
208         * backend/impress/impress-document.c:
209         * backend/pdf/ev-poppler.cc:
210         * backend/pixbuf/pixbuf-document.c:
211         * backend/ps/ev-spectre.c:
212         * backend/tiff/tiff-document.c:
213         * libdocument/ev-attachment.c:
214         * libdocument/ev-document-factory.c:
215         * libview/ev-jobs.c:
216         * libview/ev-view-accessible.c:
217         * libview/ev-view.c:
218         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
219         gi18n.h.
220
221 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
222
223         * NEWS:
224         * configure.ac:
225
226         Update for release 2.25.90
227         
228 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
229
230         * cut-n-paste/zoom-control/ephy-zoom-control.c:
231         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
232
233         Remove the old tooltips code and use G_DEFINE_TYPE().
234         
235 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
236
237         * configure.ac:
238         * help/reference/Makefile.am:
239         * help/reference/libdocument/Makefile.am:
240         * help/reference/libdocument/libevdocument-docs.sgml:
241         * help/reference/libdocument/libevdocument.types:
242         * help/reference/libdocument/version.xml.in:
243         * help/reference/libview/Makefile.am:
244         * help/reference/libview/libevview-docs.sgml:
245         * help/reference/libview/libevview.types:
246         * help/reference/libview/version.xml.in:
247         * help/reference/shell/Makefile.am:
248         * help/reference/shell/evince-docs.sgml:
249         * help/reference/shell/evince.types:
250         * help/reference/shell/tmpl/dummy.sgml:
251         * help/reference/shell/version.xml.in:
252
253         Split API documentation into libdocument, libview and
254         shell. Required gtk-doc files has been added, but API docs still
255         need to be completed and improved. Fixes bug #568465.
256         
257 2009-02-01  Christian Persch  <chpe@gnome.org>
258
259         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
260
261 2009-02-01  Christian Persch  <chpe@gnome.org>
262
263         * backend/Makefile.am:
264         A backend/backend.symbols:
265         * configure.ac: Only export the backend module entry point. Bug
266         #569998.
267
268 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
269
270         * shell/eggfindbar.c: (egg_find_bar_init):
271
272         Add mnemonics to buttons in search bar. Fixes bug #569212.
273         
274 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
275         
276         * shell/ev-print-operation.c:
277         (ev_print_operation_export_print_dialog_response_cb):
278
279         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
280         
281 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
282
283         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
284
285         Clamp top/bottom values of destinations to make sure they are not
286         bigger than the page height. Fixes bug #569327.
287         
288 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * libdocument/ev-debug.h:
291
292         Fix build when debug mode is disabled.
293         
294 2009-01-30  Christian Persch  <chpe@gnome.org>
295
296         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
297         this return TRUE only if any backends were loaded, so the ev_init()
298         function works as documented.
299
300 2009-01-30  Christian Persch  <chpe@gnome.org>
301
302         * evince-document.h:
303         * libdocument/Makefile.am:
304         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
305         #569117.
306
307         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
308         * libdocument/ev-backends-manager.h:
309         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
310         * libdocument/ev-debug.h:
311         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
312         (_ev_file_helpers_shutdown):
313         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
314         private.
315
316         * properties/ev-properties-main.c: (nautilus_module_initialize),
317         (nautilus_module_shutdown):
318         * shell/main.c: (main):
319         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
320         init/shutdown method.
321
322 2009-01-29  Christian Persch  <chpe@gnome.org>
323
324         * shell/main.c: (option_version_cb): Add --version which was lost in
325         the libgnome removal. Bug #562869.
326
327 2009-01-26  Christian Persch  <chpe@gnome.org>
328
329         * shell/ev-application.c: (ev_application_register_service),
330         (ev_application_shutdown):
331         * shell/main.c: (main): Move metadata manager initialisation and
332         shutdown into EvApplication. Follow-up from bug #569120.
333
334 2009-01-26  Christian Persch  <chpe@gnome.org>
335
336         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
337         copy the string twice. Bug #569231.
338
339 2009-01-26  Christian Persch  <chpe@gnome.org>
340
341         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
342         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
343         * libdocument/ev-file-helpers.h:
344         * shell/ev-application.c: (ev_application_shutdown),
345         (ev_application_init), (ev_application_screensaver_disable),
346         (ev_application_save_print_settings),
347         (ev_application_set_page_setup):
348         * shell/ev-application.h:
349         * shell/ev-metadata-manager.c: (load_values),
350         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
351         shell, since it shouldn't be public API. Bug #569120.
352
353         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
354         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
355
356 2009-01-25  Christian Persch  <chpe@gnome.org>
357
358         Bug 569082 – use versioned directory for backends
359
360         * configure.ac: Define ev_binary_version and backenddir.
361         * evince-document.pc.in: Add backenddir variable.
362         * libdocument/Makefile.am:
363         * backend/*/Makefile.am: Remove backenddir definition, so it picks
364         up the one from configure.
365
366 2009-01-25  Christian Persch  <chpe@gnome.org>
367
368         * configure.ac:
369         * evince-document.pc.in: Renamed from evince-backend.pc.in.
370         * libdocument/Makefile.am: Renamed library to libevdocument.la.
371         * libview/Makefile.am:
372         * shell/Makefile.am:
373         * backend/*/Makefile.am: Adapt to changed library name.
374
375         * libdocument/Makefile.am:
376         * libview/Makefile.am: Change the installed headers path to match
377         the directory names in SVN.
378
379         * evince-document.h:
380         * evince-view.h: Add single headers. Bug #568227.
381
382         * libdocument/*.h:
383         * libview/*.h: Add single headers guards.
384
385         * libview/Makefile.am:
386         * libdocument/Makefile.am:
387         * backend/*/Makefile.am:
388         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
389         still include individual headers.
390
391         * properties/Makefile.am:
392         * properties/ev-properties-main.c:
393         * properties/ev-properties-view.h:
394         * thumbnailer/Makefile.am:
395         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
396
397         * libdocument/Makefile.am:
398         * libview/Makefile.am: Generate type builtins from all installed headers.
399         * libdocument/ev-link-action.[ch]:
400         * libdocument/ev-link-dest.[ch]:
401         * libdocument/ev-transition-effect.[ch]:
402         * libview/ev-view.[ch]: Remove handcoded type builtins.
403
404         * libdocument/Makefile.am:
405         * evince-document.h: Add ev-document-factory.h to the public headers.
406
407 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
408
409         * shell/ev-sidebar-page.c:
410
411         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
412         #568228.
413         
414 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * libdocument/ev-document.h:
417
418         Add EV_DEFINE_INTERFACE macro.
419         
420         * libdocument/ev-async-renderer.c:
421         * libdocument/ev-document-find.c:
422         * libdocument/ev-document-fonts.c:
423         * libdocument/ev-document-forms.c:
424         * libdocument/ev-document-images.c:
425         * libdocument/ev-document-layers.c:
426         * libdocument/ev-document-links.c:
427         * libdocument/ev-document-security.c:
428         * libdocument/ev-document-thumbnails.c:
429         * libdocument/ev-document-transition.c:
430         * libdocument/ev-document.c:
431         * libdocument/ev-file-exporter.c:
432         * libdocument/ev-selection.c:
433
434         Use EV_DEFINE_INTERFACE macro to define interfaces in
435         libdocument. See bug #568228.
436         
437 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
438
439         * libdocument/ev-document.[ch]:
440
441         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
442         #568228.
443         
444 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
445
446         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
447         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
448         (new_separator_pixbuf):
449         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
450         (egg_toolbar_editor_disconnect_model),
451         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
452         (egg_toolbar_editor_finalize):
453         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
454         * cut-n-paste/toolbar-editor/eggmarshalers.list:
455         
456         Sync EggToolbarEditor with libegg.
457
458 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
459
460         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
461         When saving a file, using the default permissions for the user/system,
462         respecting umask and any setgid bit on the directory. Uses the new
463         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
464         Bug #568593.
465         
466 2009-01-21  Christian Persch  <chpe@gnome.org>
467
468         * configure.ac:
469         * libdocument/Makefile.am:
470         * libview/Makefile.am: Add libtool versioning to libevbackend and
471         libevview. Bug #568229.
472
473 2009-01-21  Christian Persch  <chpe@gnome.org>
474
475         * Makefile.am:
476         * configure.ac:
477         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
478
479 2009-01-21  Christian Persch  <chpe@gnome.org>
480
481         * configure.ac:
482         * libdocument/Makefile.am:
483         A libdocument/ev-version.h.in: Add version defines and version check
484         macro. Bug #568224.
485
486 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
487
488         * shell/ev-sidebar-links.c
489         * shell/ev-print-operation.c:
490         * shell/ev-history.c:
491         * shell/ev-file-monitor.c:
492         * shell/ev-window.c:
493         * shell/ev-password-view.c:
494         * shell/ev-sidebar-thumbnails.c:
495         * shell/ev-sidebar-attachments.c:
496         * libview/ev-pixbuf-cache.c:
497         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
498         Bug #568386.
499
500 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
501
502         * libdocument/ev-document-info.h:
503
504         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
505         
506 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
507
508         * libview/Makefile.am:
509
510         Install ev-job-scheduler.h. See bug #567790.
511         
512 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
513
514         * libdocument/Makefile.am:
515
516         Install ev-backends-manager.h and
517         ev-document-type-builtins.h. Fixes bug #567787.
518         
519 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * NEWS:
522         * configure.ac:
523
524         Update for release 2.25.5
525         
526 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
527
528         * libview/ev-view.c: (ev_view_drag_data_get):
529
530         Fix second parameter passed to gtk_selection_data_set_uris(), 
531         it expects a gchar **.
532         
533 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
534
535         * libdocument/Makefile.am:
536         * libdocument/ev-document-info.h:
537         * libdocument/ev-document-type-builtins.c.template:
538         * libdocument/ev-document-type-builtins.h.template:
539         * libdocument/ev-document.c: (ev_document_info_get_type),
540         (ev_document_info_copy):
541
542         Make EvDocumentInfo and enums definded in ev-document-info.h
543         GTypes. Fixes bug #567789.
544         
545 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
546
547         * shell/main.c (arguments_parse): Fix for a minor code typo.
548
549 2009-01-18  Christian Persch  <chpe@gnome.org>
550
551         * help/reference/Makefile.am:
552         * help/reference/evince.types: Fix the API docs build. Bug #568171.
553
554 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
555
556         * libview/Makefile.am:
557         * libview/ev-view-type-builtins.c.template:
558         * libview/ev-view-type-builtins.h.template:
559
560         Make EvJobPriority a proper GType. Fixes bug #567788.
561         
562 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
563
564         * configure.ac:
565         * cut-n-paste/*/Makefile.am:
566         * libdocument/Makefile.am:
567
568         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
569         code.
570         
571 2009-01-18  Christian Persch  <chpe@gnome.org>
572
573         * libview/ev-view.c: (ev_view_drag_data_get),
574         (ev_view_drag_motion), (ev_view_update_primary_selection),
575         (clear_link_selected):
576         * shell/ev-sidebar-attachments.c:
577         (ev_sidebar_attachments_drag_data_get),
578         (ev_sidebar_attachments_get_property),
579         (ev_sidebar_attachments_init):
580         * shell/ev-window.c: Update drag handling code to use the
581         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
582         hardcoding the targets lists. Bug #558084.
583         
584 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * libdocument/Makefile.am:
587         * libdocument/ev-backend-marshal.c:
588         * libdocument/ev-backend-marshalers.list:
589         * libdocument/ev-document.c:
590
591         Remove unused marshalers stuff from libdocument.
592         
593 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
594
595         * po/POTFILES.in:
596
597         Update for the current source tree.
598         
599 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * configure.ac:
602         * Makefile.am:
603         * libdocument/Makefile.am:
604         * libview/Makefile.am:
605         * libview/ev-job-scheduler.[ch]:
606         * libview/ev-jobs.[ch]:
607         * libview/ev-page-cache.[ch]:
608         * libview/ev-pixbuf-cache.[ch]:
609         * libview/ev-timeline.[ch]:
610         * libview/ev-transition-animation.[ch]:
611         * libview/ev-view-accessible.[ch]:
612         * libview/ev-view-marshal.list:
613         * libview/ev-view.[ch]:
614         * shell/Makefile.am:
615
616         Move EvView specific code to a libeviview library so that it can
617         be embbeded in other applications. Based on patches by Tomeu
618         Vizoso. Fixes bug #567751.
619         
620 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
623         * shell/ev-window.c: (ev_window_load_job_cb),
624         (ev_window_load_job_cb), (ev_window_open_uri),
625         (ev_window_reload_local), (ev_window_dispose):
626
627         Remove dest, mode and search_string from EvJobLoad since they are
628         not really needed by the job, but for the window.
629         
630 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * shell/ev-view.c: (ev_view_drag_data_received),
633         (ev_view_class_init), (ev_view_init):
634         * shell/ev-window.c: (ev_window_drag_data_received),
635         (ev_window_class_init), (ev_window_init):
636
637         Make the whole EvWindow the destination of a drag and drop
638         operation.
639         
640 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * shell/ev-window.c: (window_open_file_copy_progress_cb):
643
644         Add missing brakets around the percentage in progress
645         messages. See bug #567910.
646         
647 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
648
649         * shell/ev-application.c: (ev_application_open_window),
650         (ev_application_open_uri_at_dest):
651
652         Do no use gdk_x11_* when not available. Based on patch by Hib
653         Eris, see bug #339172.
654         
655 2009-01-16  Hib Eris  <hib@hiberis.nl>
656
657         * configure.ac:
658         * properties/ev-properties-view.c:
659         (ev_properties_view_format_date):
660
661         Check for localtime_r. See bug #339172.
662         
663 2009-01-16  Hib Eris  <hib@hiberis.nl>
664
665         * shell/main.c:
666
667         Include gdkx only for dbus support. See bug #339172.
668         
669 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
670
671         * shell/ev-view.c: (ev_view_set_zoom_for_size):
672
673         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
674         #567785.
675         
676 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
677
678         * shell/ev-window.c: (reload_remote_copy_progress_cb),
679         (window_save_file_copy_progress_cb):
680
681         Use brakets around the percentage in progress messages. See bug
682         #567910.
683         
684 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
685
686         * shell/ev-window.c: (reload_remote_copy_ready_cb):
687
688         Fix typo in error message. See bug #567910.
689         
690 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
691
692         * shell/ev-window.c: (ev_window_cmd_file_close_window):
693
694         Fix mnemonic conflict. Fixes bug #567937.
695         
696 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
697
698         * NEWS:
699         * configure.ac:
700
701         Update for release 2.25.4
702         
703 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
704
705         * configure.ac:
706         
707         GLib version requirement bumped to 2.18 due to g_set_error_literal.
708         Thanks to Christian Spurk.
709
710 2008-12-31  Hib Eris  <hib@hiberis.nl>
711         
712         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
713
714         Fix mime type handling.
715         
716 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
717
718         * po/POTFILES.in:
719
720         Add ev-print-operation.c.
721         
722 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * shell/ev-window.c: (ev_window_clear_progress_idle),
725         (reset_progress_idle), (ev_window_show_progress_message),
726         (ev_window_reset_progress_cancellable),
727         (ev_window_progress_response_cb), (show_loading_progress),
728         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
729         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
730         (show_reloading_progress), (reload_remote_copy_ready_cb),
731         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
732         (show_saving_progress), (window_save_file_copy_ready_cb),
733         (window_save_file_copy_progress_cb), (ev_window_save_remote),
734         (ev_window_dispose):
735
736         Show progress information when loading/saving remote files. Fixes
737         bug #370958.
738         
739 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
742
743         Show better warning message when temp file cannot be deleted.
744         
745 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * shell/ev-window.c: (image_save_dialog_response_cb):
748
749         Fix saving images to remote locations.
750         
751 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * shell/ev-application.[ch]: (ev_application_shutdown),
754         (ev_application_get_print_settings_file),
755         (ev_application_save_print_settings),
756         (ev_application_get_print_settings),
757         (ev_application_set_print_settings),
758         (ev_application_get_page_setup), (ev_application_set_page_setup):
759         * shell/ev-window.c: (ev_window_save_print_page_setup),
760         (ev_window_load_print_page_setup_from_metadata),
761         (ev_window_print_page_setup_done_cb),
762         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
763         (ev_window_cmd_preview_print):
764
765         Remember page setup options too. Paper size is globally remembered
766         while page margins are stored per document in metadata file. Fixes
767         bugs #525185 and #349102.
768         
769 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * shell/ev-print-operation.c:
772         (ev_print_operation_export_print_dialog_response_cb):
773
774         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
775         
776 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
777
778         * shell/ev-print-operation.c: (export_cancel),
779         (export_job_cancelled), (ev_print_operation_export_begin),
780         (ev_print_operation_export_cancel):
781         * shell/ev-window.c: (ev_window_print_cancel),
782         (ev_window_print_update_pending_jobs_message),
783         (ev_window_print_operation_done),
784         (ev_window_print_operation_status_changed),
785         (print_jobs_confirmation_dialog_response),
786         (ev_window_cmd_file_close_window):
787
788         Show a confirmation dialog when there are pending print jobs while
789         closing the main window. Fixes bug #480964.
790         
791 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
792
793         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
794         (ev_print_operation_get_job_name),
795         (ev_print_operation_get_status),
796         (ev_print_operation_get_progress),
797         (ev_print_operation_update_status),
798         (ev_print_operation_export_get_job_name), (clamp_ranges),
799         (get_first_and_last_page), (ev_print_operation_export_run_next),
800         (print_job_finished), (export_print_done), (export_job_cancelled),
801         (update_progress), (export_print_page),
802         (ev_print_operation_export_begin),
803         (ev_print_operation_export_print_dialog_response_cb),
804         (ev_print_operation_export_run),
805         (ev_print_operation_export_cancel),
806         (ev_print_operation_export_class_init):
807         * shell/ev-window.c:
808         (ev_window_print_update_pending_jobs_message),
809         (ev_window_print_operation_done),
810         (ev_window_print_progress_response_cb),
811         (ev_window_print_operation_status_changed),
812         (ev_window_print_operation_begin_print), (ev_window_print_range),
813         (ev_window_dispose):
814
815         Show progress information when printing. Fixes bug #482770.
816         
817 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
818
819         * shell/Makefile.am:
820         * shell/ev-progress-message-area.[ch]:
821         * shell/ev-message-area.[ch]: (ev_message_area_init),
822         (ev_message_area_set_image_from_stock):
823
824         Add EvProgressMessageArea derived from EvMessageArea to show
825         progress information in the message area. 
826         
827 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
830
831         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
832         close button. Add a function to get the contents of the message
833         area.
834         
835 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * shell/Makefile.am:
838         * shell/ev-print-operation.[ch]:
839         * shell/ev-jobs.[ch]: (ev_job_export_init),
840         (ev_job_export_dispose), (ev_job_export_run),
841         (ev_job_export_class_init), (ev_job_export_new),
842         (ev_job_export_set_page):
843         * shell/ev-window.c: (ev_window_print_operation_done),
844         (ev_window_print_range), (ev_window_dispose):
845
846         First step of the printing system rework. EvJobPrint has been
847         replaced by EvJobExport so that every page is scheduled to be
848         exported in a thread instead of scheduling the whole printing
849         process. This way the gui is responsive during printing.
850         
851 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
852
853         * shell/ev-window.c: (setup_size_from_metadata),
854         (ev_window_load_print_settings_from_metadata):
855
856         Fix memory leaks.
857         
858 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
859
860         * libdocument/ev-document.c: (ev_document_get_type):
861
862         Add GObject type as prerequisite to EvDocument interface so that
863         document instances can be used as GObjects.
864         
865 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * shell/ev-view.c: (jump_to_find_result):
868
869         Only jump the the location of the find result for the first match
870         when searching. It drastically improves the performance when
871         searching. Bug catched and fixed by Michael Hunold. Fixes bug
872         #564774.
873         
874 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
875
876         * properties/ev-properties-main.c: (ev_properties_get_pages):
877         * properties/ev-properties-view.[ch]:
878         (ev_properties_view_dispose), (ev_properties_view_class_init),
879         (ev_properties_view_set_info), (ev_properties_view_new):
880         * shell/ev-properties-dialog.[ch]:
881         (ev_properties_dialog_set_document):
882         * shell/ev-window.c: (ev_window_setup_document),
883         (ev_window_cmd_file_properties):
884
885         Add document URI to properties page. Fixes bug #555376.
886         
887 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
888
889         * configure.ac:
890         * data/Makefile.am:
891         * data/evince-password.glade: Removed
892         * data/evince-properties.glade: Removed
893         * properties/ev-properties-view.c:
894         (ev_properties_view_class_init), (set_property),
895         (ev_properties_view_set_info), (ev_properties_view_init):
896         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
897         (font_cell_data_func), (ev_properties_fonts_init):
898
899         Remove Glade dependency.
900         
901 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * backend/comics/comics-document.c: (comics_document_load):
904
905         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
906         
907 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * NEWS:
910         * configure.ac:
911
912         Update for release 2.25.2
913         
914 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
915
916         * configure.ac:
917         * shell/Makefile.am:
918         * shell/ev-keyring.[ch]:
919         * shell/ev-password.[ch]: Removed
920         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
921         (ev_password_view_class_init), (ev_password_view_clicked_cb),
922         (ev_password_view_init), (ev_password_view_set_uri),
923         (ev_password_dialog_got_response),
924         (ev_password_dialog_remember_button_toggled),
925         (ev_password_dialog_entry_changed_cb),
926         (ev_password_dialog_entry_activated_cb),
927         (ev_password_view_ask_password), (ev_password_view_get_password),
928         (ev_password_view_get_password_save_flags),
929         (ev_password_view_new):
930         * shell/ev-window.c: (ev_window_password_view_unlock),
931         (ev_window_load_job_cb), (ev_window_close_dialogs),
932         (ev_window_init):
933
934         Rework the password view. When the password is in the keyring it's
935         used automatically without showing the password dialog and it's  
936         only stored in the keyring when we are sure it's correct. The
937         password dialog has been reworked too, in order to make it
938         more hig compliant and consistent with the GTK+ dialog used in
939         gtkmountoperation. Fixes bug #562496. 
940         
941 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * backend/comics/comics-document.c: (comics_document_load):
944
945         Do not trust file extensions when getting the command needed to
946         uncompress comic documents. Fixes bug #562143.
947         
948 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * libdocument/ev-document-factory.c: (get_document_from_uri),
951         (ev_document_factory_get_document):
952         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
953         (get_mime_type_from_data), (ev_file_get_mime_type):
954
955         Move mime-type functions from document-facrory to file-helpers so
956         that it can be reused.
957         
958 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
959
960         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
961         (window_open_file_copy_ready_cb), (ev_window_reload_local),
962         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
963         (ev_window_reload_remote), (ev_window_reload_document):
964
965         Add support for reloading remote documents. Fixes bug #555399.
966         
967 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * shell/ev-view.c: (ev_view_find_previous):
970
971         Make sure find_result is never < 0 which causes a crash while
972         searching. Fixes bug #558377.
973         
974 2008-11-19  Marek Kašík <mkasik@redhat.com>
975
976         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
977         (ev_pixbuf_cache_get_selection_surface):
978         
979         Fixes crash on fast scrolling with simultaneous text selection.
980
981 2008-11-19  Marek Kašík <mkasik@redhat.com>
982
983         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
984         * shell/ev-window.c (launch_external_uri):
985         
986         Fixes assertion fail on selecting text. See bug #561393.
987
988 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * shell/Makefile.am:
991         * shell/ev-jobs.[ch]: (ev_job_layers_init),
992         (ev_job_layers_dispose), (ev_job_layers_run),
993         (ev_job_layers_class_init), (ev_job_layers_new):
994         * shell/ev-sidebar-layers.[ch]:
995         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
996         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
997         (ev_view_reload_page), (ev_view_reload):
998         * shell/ev-window.c: (setup_sidebar_from_metadata),
999         (ev_window_sidebar_current_page_changed_cb),
1000         (sidebar_layers_visibility_changed), (ev_window_init):
1001
1002         Add layers support.
1003         
1004 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * data/icons/22x22/actions/Makefile.am:
1007         * data/icons/22x22/actions/eye.png:
1008         * shell/ev-stock-icons.[ch]:
1009         
1010         Add eye icon from gimp to hide/show layers.
1011         
1012 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1013
1014         * configure.ac:
1015         * cut-n-paste/Makefile.am:
1016         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1017         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1018         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1019
1020         Add GimpCellRendererToggle from gimp slightly modified to fit our
1021         needs. 
1022         
1023 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1024
1025         * configure.ac:
1026         * backend/pdf/ev-poppler.cc:
1027
1028         Implement layers interface in PDF backend.
1029         
1030 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * libdocument/Makefile.am:
1033         * libdocument/ev-document-layers.[ch]:
1034         * libdocument/ev-layer.[ch]:
1035
1036         Add optional content (layers) interface.
1037         
1038 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1039
1040         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1041         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1042
1043         Removes unused code.
1044
1045 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1046
1047         * NEWS:
1048         * configure.ac:
1049
1050         Update for 2.25.1 release
1051
1052 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1053
1054         * shell/ev-window.c:
1055
1056         Fix build with GTK+ < 2.14
1057
1058 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1059
1060         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1061         
1062         Makes menu label translatable. Fixes bug #559129.
1063
1064 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1065
1066         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1067         (t1_transform_font):
1068         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1069         
1070         More renames of warning to mdvi_warning in follow up to the
1071         fix of the bug #553369. Fix for the bug #559257 by
1072         Tuxce <tuxce.net@gmail.com>.
1073         
1074 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * shell/ev-application.c: (ev_application_init_session):
1077         * shell/main.c: (main):
1078
1079         Move the egg_set_desktop_file() call to main and remove
1080         gtk_window_set_default_icon_name() since it's already called by
1081         egg_set_desktop_file()
1082         
1083 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1084
1085         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1086
1087         Initialize GError to NULL.
1088         
1089 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1090
1091         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1092         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1093         (ev_window_preview_print_finished), (launch_action):
1094
1095         Do not use popup dialogs to show error messages anymore, use the
1096         message area instead.
1097         
1098 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * shell/ev-window.c: (ev_window_error_message),
1101         (ev_window_warning_message), (ev_window_set_document),
1102         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1103         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1104         (ev_window_cmd_help_contents), (launch_external_uri),
1105         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1106         (ev_attachment_popup_cmd_open_attachment),
1107         (attachment_save_dialog_response_cb):
1108
1109         Use a message format (with printf()-style) in
1110         ev_window_error_message and ev_window_warning_message.
1111
1112 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1113
1114         * shell/ev-window.c: (ev_window_error_message),
1115         (ev_window_warning_message), (ev_window_set_document),
1116         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1117         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1118         (ev_window_cmd_help_contents), (launch_external_uri),
1119         (image_save_dialog_response_cb),
1120         (ev_attachment_popup_cmd_open_attachment),
1121         (attachment_save_dialog_response_cb):
1122
1123         Change ev_window_error_message and ev_window_warning_message to
1124         receive a EvWindow instead of a GtkWindow. It's more consistent
1125         and avoids unneeded casts.
1126         
1127 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1128
1129         * shell/ev-window.c: (ev_window_cmd_help_contents):
1130
1131         Use gtk_show_uri() when availale to display help contents.
1132         
1133 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1134
1135         * configure.ac:
1136         * backend/pdf/ev-poppler.cc:
1137         * properties/ev-properties-view.c:
1138         * shell/Makefile.am:
1139         * shell/ev-tooltip.[ch]: Removed
1140         * shell/ev-view-private.h
1141         * shell/eggfindbar.c:
1142         * shell/ev-application.c:
1143         * shell/ev-open-recent-action.c:
1144         * shell/ev-sidebar-thumbnails.c:
1145         * shell/ev-view.c:
1146         * shell/ev-window.c:
1147
1148         Bump GTK+ requirement to 2.12.
1149         
1150 2008-10-27 Christian Persch <chpe@gnome.org>
1151
1152         * backend/djvu/djvu-document.c
1153         * backend/dvi/cairo-device.c
1154         * cut-n-paste/evmountoperation/ev-mount-operation.h
1155         * cut-n-paste/gedit-message-area/gedit-message-area.h
1156         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1157         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1158         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1159         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1160         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1161         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1162         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1163         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1164         * cut-n-paste/zoom-control/ephy-zoom-action.c
1165         * cut-n-paste/zoom-control/ephy-zoom-action.h
1166         * cut-n-paste/zoom-control/ephy-zoom-control.c
1167         * cut-n-paste/zoom-control/ephy-zoom-control.h
1168         * libdocument/ev-async-renderer.h
1169         * libdocument/ev-document-factory.c
1170         * libdocument/ev-document-misc.h
1171         * libdocument/ev-image.h
1172         * libdocument/ev-selection.h
1173         * shell/ev-properties-fonts.h
1174         * shell/ev-stock-icons.h
1175         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1176         directly. Bug #558064.
1177
1178 2008-10-27 Christian Persch <chpe@gnome.org>
1179
1180         * cut-and-paste/smclient/*: Update from libegg.
1181
1182 2008-10-27 Christian Persch <chpe@gnome.org>
1183
1184         * backend/djvu/djvu-document.c
1185         * backend/ps/ev-spectre.c
1186         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1187
1188 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1189
1190         * shell/ev-view.c (ev_view_change_page),
1191         (ev_view_transition_animation_finish),
1192         (ev_view_transition_animation_cancel), (page_changed_cb),
1193         (ev_view_set_presentation), (ev_view_next_page),
1194         (ev_view_previous_page):
1195         
1196         Cancel the animation without scheduling transition start
1197         and proceed to the next page to fix bug #516749.
1198
1199 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1200
1201         * NEWS:
1202         * configure.ac:
1203
1204         Update for release 2.24.1
1205         
1206 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1207
1208         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1209
1210         Disable toggle function of F5 when in presentation mode. Patch by
1211         Dave Neary. Fixes bug #556162.
1212         
1213 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1216         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1217         (ev_sidebar_thumbnails_fill_model),
1218         (ev_sidebar_thumbnails_refresh),
1219         (ev_sidebar_thumbnails_set_document):
1220
1221         Instead of using only one loading icon for thumbnails based on the
1222         size of the first page, create an icon for every different page
1223         size. Fixes bug #556264.
1224         
1225 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1228
1229         Fix memory leak.
1230         
1231 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1232
1233         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1234
1235         Removes bad prefixes from window title. Patch by 
1236         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1237         
1238 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1239
1240         * shell/ev-window.c: (launch_external_uri):
1241
1242         Do not consider mailto links as http uris. Fixes bug #555801.
1243         
1244 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1245
1246         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1247
1248         Fix memory leak. Fixes bug #555134.
1249         
1250 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1251
1252         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1253
1254         Emit the job finished signal when the job is handled before the
1255         page_ready callback.
1256         
1257 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1258
1259         * shell/ev-window.c: (launch_action):
1260
1261         Use GdkAppLaunchContext when available to launch external
1262         applications.
1263         
1264 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1265
1266         * shell/ev-window.c: (launch_action):
1267
1268         Fix launching external applications for launch actions which seems
1269         to be broken since the gio port. Fixes bug #554500.
1270         
1271 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1272
1273         * backend/dvi/Makefile.am:
1274         * backend/dvi/cairo-device.c:
1275         * backend/dvi/dvi-document.c:
1276         * backend/dvi/mdvi-lib/Makefile.am:
1277
1278         Fix several compile warnings in the dvi backend.
1279         
1280 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * backend/dvi/mdvi-lib/common.h:
1283         * backend/dvi/mdvi-lib/dviread.c:
1284         * backend/dvi/mdvi-lib/font.c:
1285         * backend/dvi/mdvi-lib/fontmap.c:
1286         * backend/dvi/mdvi-lib/fontsrch.c:
1287         * backend/dvi/mdvi-lib/gf.c:
1288         * backend/dvi/mdvi-lib/pagesel.c:
1289         * backend/dvi/mdvi-lib/pk.c:
1290         * backend/dvi/mdvi-lib/sp-epsf.c:
1291         * backend/dvi/mdvi-lib/special.c:
1292         * backend/dvi/mdvi-lib/tfm.c:
1293         * backend/dvi/mdvi-lib/tfmfile.c:
1294         * backend/dvi/mdvi-lib/util.c:
1295         * backend/dvi/mdvi-lib/vf.c:
1296
1297         Rename error as mdvi_error to avoid symbol conflicts with the libc
1298         error. Rename also message, crash, fatal and warning for
1299         consistency. Fixes bug #553369.
1300         
1301 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * backend/dvi/dvi-document.c: (dvi_document_load):
1304
1305         Fix memory leak.
1306         
1307 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * backend/dvi/dvi-document.c:
1310
1311         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1312         G_IMPLEMENT_INTERFACE.
1313         
1314 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1315
1316         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1317
1318         Make sure copy_job_page_and_selection_to_job_info is always called
1319         before copy_job_to_job_info. Fixes bug #552382.
1320         
1321 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1322
1323         * NEWS:
1324         * configure.ac:
1325
1326         Update for release 2.24.0
1327         
1328 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * shell/ev-window.c: (launch_external_uri):
1331
1332         Use GdkAppLaunchContext when available to launch external uris.
1333         
1334 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1335
1336         * shell/ev-window.c: (launch_external_uri):
1337
1338         Use the message area to show errors when lauching external uris
1339         instead of a popup window.
1340         
1341 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * shell/ev-window.c: (launch_external_uri):
1344
1345         Assume invalid uris are http uris. Fixes bug #552071.
1346         
1347 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1348
1349         * NEWS:
1350         * configure.ac:
1351
1352         Update for release 2.23.92.
1353         
1354 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1355
1356         * shell/eggfindbar.c: (egg_find_bar_class_init):
1357
1358         Allow page scrolling with PageUp/PageDown keys when find bar is
1359         active. Fixes bug #529833.
1360         
1361 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1362
1363         * shell/ev-view-private.h:
1364         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1365         (ev_view_scroll), (ev_view_class_init):
1366         * shell/ev-view-accessible.c:
1367         (ev_view_accessible_action_do_action):
1368         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1369         (ev_window_cmd_scroll_backward):
1370
1371         Use GtkScrollType instead of EvScrollType.
1372         
1373 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1374
1375         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1376         
1377         Patch for case unsensitive page label match by Michael Lee.
1378         See bug #550136.
1379         
1380         * shell/ev-page-action.c (create_tool_item):    
1381         * test/Makefile.am:
1382         * test/test1.py:
1383         * test/test4.py:
1384         * test/test5.py:
1385         
1386         Added test for the above and updated other tests.
1387
1388 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1389
1390         * shell/ev-window.c: (image_save_dialog_response_cb):
1391
1392         Do not append the file extension twice when saving an image.
1393         
1394 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1395
1396         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1397
1398         Remove an invalid ifdef.
1399         
1400 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * shell/ev-view.c: (ev_view_motion_notify_event):
1403
1404         Make sure the cursor is correctly restored after showing the right
1405         click menu.
1406         
1407 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1408
1409         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1410         (ev_attachment_open):
1411         * shell/ev-sidebar-attachments.c:
1412         (ev_sidebar_attachments_button_press):
1413         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1414
1415         Use GdkAppLaunchContext when available to open attachments.
1416         
1417 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1418
1419         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1420
1421         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1422         by Eric Piel.
1423         
1424 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1425
1426         * shell/ev-application.c: (ev_application_get_media_keys):
1427         * shell/ev-media-player-keys.[ch]:
1428         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1429         (ev_media_player_keys_grab_keys),
1430         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1431         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1432         * shell/ev-window.[ch]: (ev_window_dispose),
1433         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1434         (ev_window_init):
1435
1436         Clean up the media player keys stuff.
1437         
1438 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1439
1440         * NEWS:
1441         * configure.ac:
1442
1443         Update for release 2.23.91.
1444         
1445 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1446
1447         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1448         (sm_client_xsmp_set_initial_properties):
1449
1450         Fix memory leak.
1451         
1452 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * shell/ev-application.c: (ev_application_open_window),
1455         (ev_application_open_uri_at_dest):
1456
1457         Make sure evince starts up in the right workspace when resuming a
1458         previous session.
1459         
1460 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * shell/ev-application.[ch]: (ev_application_open_window),
1463         (ev_application_add_icon_path_for_screen),
1464         (ev_application_open_uri_at_dest):
1465
1466         Fix window manager warnings shown in ~/.xsession-errors
1467         
1468 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * configure.ac:
1471         * cut-n-paste/Makefile.am:
1472         * cut-n-paste/smclient/Makefile.am:
1473         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1474         * cut-n-paste/smclient/eggsmclient-private.h:
1475         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1476         * cut-n-paste/smclient/eggsmclient.[ch]:
1477
1478         EggSMClient copied from libegg
1479
1480         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1481         * shell/Makefile.am:
1482         * shell/ev-application.[ch]: (ev_application_load_session),
1483         (smclient_save_state_cb), (smclient_quit_cb),
1484         (ev_application_init_session), (ev_application_shutdown),
1485         (ev_application_init):
1486         * shell/main.c: (main):
1487
1488         Use EggSMClient instead of gnome-client and remove libgnome and
1489         libgnomeui dependencies.
1490         
1491 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1492
1493         * shell/main.c: (main):
1494
1495         Remove gnome_authentication_manager_init.
1496         
1497 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1498
1499         * shell/ev-view.c: (ev_view_goto_window_create):
1500
1501         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1502         since it's now deprecated.
1503         
1504 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * backend/djvu/Makefile.am:
1507         * backend/djvu/djvu-document-private.h:
1508         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1509         (djvu_document_find_iface_init):
1510         * backend/djvu/djvu-text-page.[ch]:
1511         * backend/djvu/djvu-text.[ch]: Removed
1512         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1513         (pdf_document_find_iface_init):
1514         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1515         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1516         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1517         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1518         (ev_job_find_has_results), (ev_job_find_get_results):
1519         * shell/ev-view-private.h:
1520         * shell/ev-view.[ch]: (ev_view_expose_event),
1521         (highlight_find_results), (ev_view_finalize),
1522         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1523         (ev_view_set_document), (ev_view_find_get_n_results),
1524         (ev_view_find_get_result), (jump_to_find_result),
1525         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1526         (ev_view_find_previous), (ev_view_find_search_changed),
1527         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1528         * shell/ev-window.c: (ev_window_update_actions),
1529         (page_changed_cb), (ev_window_setup_document),
1530         (ev_window_update_find_status_message),
1531         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1532         (ev_window_clear_find_job), (find_bar_close_cb),
1533         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1534         (ev_window_dispose), (ev_window_init):
1535
1536         Rework find interface. The find logic has been moved from backends
1537         to the shell avoiding a lot of duplicated code in the backends and
1538         making easier to implement the find interface in the backends.
1539         
1540 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1541
1542         * backend/pdf/ev-poppler.cc:
1543         (pdf_document_thumbnails_get_dimensions):
1544
1545         Make sure thumbnail size returned by the PDF is actually
1546         valid. Fixes bug #548462.
1547         
1548 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1549
1550         * shell/ev-window.c: (ev_window_setup_document),
1551         (ev_window_set_document), (ev_window_dispose):
1552
1553         Remove the idle function for setting the document up when the
1554         window is destroyed. Fixes bug #549163.
1555         
1556 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1557
1558         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1559         (ev_job_attachments_dispose), (ev_job_attachments_run),
1560         (ev_job_attachments_class_init), (ev_job_attachments_new):
1561         * shell/ev-sidebar-attachments.c:
1562         (ev_sidebar_attachments_set_document):
1563
1564         Add a new job to get the attachments in a thread with the document
1565         lock held. Fixes bug #548653.
1566         
1567 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1568
1569         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1570         (tiff_document_document_iface_init):
1571
1572         Implement document_get_page_label in tiff backend.
1573         
1574 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1575
1576         * backend/tiff/tiff-document.c: (tiff_document_render):
1577
1578         Handle document orientation in tiff backend. Fixes bug #548444.
1579         
1580 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1581
1582         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1583
1584         Do not crash when adjustment page size is 0. Fixes bug #547440.
1585         
1586 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1587
1588         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1589
1590         Sync with current GTK+.
1591         
1592 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1593
1594         * configure.ac:
1595         
1596         Update for release 2.23.6.
1597
1598 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1599
1600         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1601         (ev_job_load_set_password):
1602         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1603         * shell/ev-window.c: (password_dialog_response),
1604         (ev_window_load_job_cb):
1605
1606         Fix loading encrypted documents since I broke it with the jobs
1607         rework.
1608         
1609 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * NEWS:
1612
1613         Update NEWS for 2.23.6 release.
1614         
1615 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1616
1617         * backend/impress/impress-document.c:
1618         * backend/impress/render.h:
1619         * libdocument/ev-document-factory.c:
1620         * libdocument/ev-document-factory.h:
1621         * libdocument/ev-document-links.h:
1622         * libdocument/ev-document-misc.c:
1623         * libdocument/ev-document-misc.h:
1624         * properties/ev-properties-main.c:
1625         * properties/ev-properties-view.c:
1626         * properties/ev-properties-view.h:
1627         * shell/eggfindbar.c:
1628         * shell/eggfindbar.h:
1629         * shell/ev-application.c:
1630         * shell/ev-application.h:
1631         * shell/ev-jobs.h:
1632         * shell/ev-message-area.h:
1633         * shell/ev-navigation-action.c:
1634         * shell/ev-navigation-action.h:
1635         * shell/ev-open-recent-action.c:
1636         * shell/ev-open-recent-action.h:
1637         * shell/ev-page-action-widget.c:
1638         * shell/ev-page-action.c:
1639         * shell/ev-page-action.h:
1640         * shell/ev-page-cache.h:
1641         * shell/ev-password-view.h:
1642         * shell/ev-password.h:
1643         * shell/ev-pixbuf-cache.h:
1644         * shell/ev-properties-fonts.c:
1645         * shell/ev-sidebar-attachments.c:
1646         * shell/ev-sidebar-links.c:
1647         * shell/ev-sidebar-links.h:
1648         * shell/ev-sidebar-thumbnails.c:
1649         * shell/ev-sidebar-thumbnails.h:
1650         * shell/ev-sidebar.c:
1651         * shell/ev-sidebar.h:
1652         * shell/ev-stock-icons.c:
1653         * shell/ev-tooltip.h:
1654         * shell/ev-view.c:
1655         * shell/ev-view.h:
1656         * shell/ev-window.c:
1657         * shell/ev-window.h:
1658         * shell/main.c:
1659
1660         More #include cleanups. Again: reordering, single gtk.h
1661         includes and other stuff.
1662
1663 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1664
1665         * shell/eggfindbar.c:
1666         * shell/ev-application.c:
1667         * shell/ev-message-area.c:
1668         * shell/ev-navigation-action.c:
1669         * shell/ev-open-recent-action.c:
1670         * shell/ev-page-action-widget.c:
1671         * shell/ev-page-action.c:
1672         * shell/ev-password-view.c:
1673         * shell/ev-properties-dialog.c:
1674         * shell/ev-properties-fonts.c:
1675         * shell/ev-sidebar-attachments.c:
1676         * shell/ev-sidebar-page.c:
1677         * shell/ev-sidebar-thumbnails.c:
1678         * shell/ev-stock-icons.c:
1679         * shell/ev-tooltip.c:
1680         * shell/ev-view.c:
1681         * shell/ev-window.c:
1682         * shell/main.c:
1683
1684         Cleanup many #include statements: reorder so that a
1685         generic-to-specific order is used, use single gtk.h
1686         includes, and some other cleanups.
1687
1688 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1689
1690         * shell/ev-jobs.h:
1691
1692         Add gio header.
1693         
1694 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1695
1696         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1697         (ev_document_fc_mutex_trylock):
1698         * shell/Makefile.am:
1699         * shell/ev-job-queue.[ch]:
1700         * shell/ev-job-scheduler.[ch]:
1701         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1702         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1703         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1704         (ev_job_failed_from_error), (ev_job_succeeded),
1705         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1706         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1707         (ev_job_links_class_init), (ev_job_render_init),
1708         (notify_page_ready), (ev_job_render_page_ready),
1709         (ev_job_render_run), (ev_job_render_class_init),
1710         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1711         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1712         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1713         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1714         (ev_job_save_dispose), (ev_job_save_run),
1715         (ev_job_save_class_init), (ev_job_print_init),
1716         (ev_job_print_dispose), (ev_job_print_run),
1717         (ev_job_print_class_init):
1718         * shell/ev-page-cache.c:
1719         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1720         (check_job_size_and_unref), (move_one_job),
1721         (copy_job_to_job_info), (add_job),
1722         (ev_pixbuf_cache_add_jobs_if_needed):
1723         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1724         (job_fonts_finished_cb), (job_fonts_updated_cb),
1725         (ev_properties_fonts_set_document):
1726         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1727         (ev_sidebar_links_set_document):
1728         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1729         (ev_sidebar_thumbnails_set_document),
1730         (ev_sidebar_thumbnails_clear_job):
1731         * shell/ev-view-private.h:
1732         * shell/ev-view.c:
1733         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1734         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1735         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1736         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1737         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1738         (ev_window_reload_document), (ev_window_clear_save_job),
1739         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1740         (ev_window_clear_print_job), (ev_window_print_job_cb),
1741         (ev_window_print_dialog_response_cb):
1742         * shell/main.c: (main):
1743
1744         Rework the jobs system in order to make it simpler and more
1745         extensible. It allows to run jobs in the main loop instead of
1746         using a thread when it's appropriate like the fonts job. Now it's
1747         also possible to cancel jobs that are currently running. 
1748         
1749 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1750
1751         * libdocument/ev-debug.c: (profile_init):
1752
1753         Create the hash table also when profiling service is enabled for
1754         all sections.
1755         
1756 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1759         (ev_profiler_stop):
1760         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1761         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1762         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1763         (ev_job_print_run):
1764         * shell/main.c: (main):
1765
1766         Add a profile mode available when debug is enabled. Add profilers
1767         in ev-jobs.
1768         
1769 2008-07-23  Götz Waschk <waschk@mandriva.org>
1770
1771         * configure.ac: Correctly build desktop file. Fixes
1772         bug #544237.
1773
1774 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1775
1776         * configure.ac:
1777         
1778         Update for release 2.23.5.
1779
1780 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1781
1782         * NEWS:
1783
1784         Update NEWS for 2.23.5 release.
1785         
1786 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * shell/ev-window.c: (ev_window_state_event),
1789         (ev_window_class_init):
1790
1791         Intercept window manager's fullscreen request in order to run/stop
1792         fullscreen mode. Fixes bug #493541.
1793         
1794 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1795
1796         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1797
1798         Restart the job search when the find bar is opened for the second
1799         time. Fixes bug #531956.
1800         
1801 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1802
1803         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1804         (get_document_from_uri):
1805
1806         Make sure we always return a valid error struct when
1807         get_document_from_uri fails. Fixes nautilus crash, see bug
1808         #542548.
1809         
1810 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1811
1812         * libdocument/ev-transition-effect.c
1813         (ev_transition_effect_type_get_type),
1814         (ev_transition_effect_alignment_get_type),
1815         (ev_transition_effect_direction_get_type):
1816         
1817         Fixes bug #542924. Makes enums static to fix Solaris build.
1818
1819 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1820
1821         * shell/ev-view.c: (ev_view_key_press_event):
1822
1823         Add '.' keybinding for blanking the screen in presentation
1824         mode. Fixes bug #542001.
1825         
1826 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1827
1828         * libdocument/ev-document-misc.c:
1829         (ev_document_misc_pixbuf_from_surface):
1830
1831         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1832         #540950.
1833         
1834 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1835
1836         * backend/comics/comics-document.c (comics_document_load):
1837         * backend/comics/comicsdocument.evince-backend.in:
1838         * configure.ac:
1839         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1840         
1841         Added support for 7-zip based cb7 comic book. Patch by
1842         Kartik Rustagi. Fixes bug #532312.
1843
1844 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1845
1846         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1847         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1848         Fixes bug #539972.
1849
1850 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1851
1852         * shell/Makefile.am:
1853         * shell/ev-application.c (ev_application_init),
1854         (ev_application_get_media_keys):
1855         * shell/ev-application.h:
1856         * shell/ev-marshal.list:
1857         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1858         (proxy_destroy), (on_media_player_key_pressed),
1859         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1860         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1861         * shell/ev-media-player-keys.h:
1862         * shell/ev-window.c (ev_window_go_previous_page),
1863         (ev_window_go_next_page), (ev_window_go_first_page),
1864         (ev_window_go_last_page), (ev_window_start_presentation),
1865         (ev_window_dispose), (view_actions_focus_in_cb):
1866         * shell/ev-window.h: When building with D-Bus support, listen
1867         for multimedia key events from gnome-settings-daemon. This allows
1868         to go to the next/previous/first/last pages using, respectively,
1869         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1870         a presentation. Fixes bug #539971.
1871
1872 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1873
1874         * configure.ac:
1875         
1876         Update for release 2.23.4.
1877
1878 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1879
1880         * NEWS:
1881
1882         Update news for 2.23.4 release.
1883         
1884 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1887         * shell/ev-sidebar-thumbnails.c:
1888         (ev_sidebar_thumbnails_set_loading_icon),
1889         (ev_sidebar_thumbnails_refresh):
1890         * shell/ev-window.c: (ev_window_error_message),
1891         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1892         (ev_window_set_document):
1893
1894         Do not crash opening documents with no pages and show a warning
1895         message in the message area. Fixes bugs #537574 and #171588.
1896         
1897 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1898
1899         * shell/Makefile.am:
1900         * shell/ev-file-monitor.[ch]:
1901         * shell/ev-window.c: (ev_window_document_changed),
1902         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1903         (ev_window_reload_job_cb), (ev_window_open_uri),
1904         (ev_window_reload_document), (ev_window_cmd_view_reload),
1905         (ev_window_dispose):
1906
1907         Automaticly reload the document when the file has changed on
1908         disk. Bug #304249.
1909         
1910 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1911
1912         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1913         * libdocument/ev-image.c: (ev_image_save_tmp):
1914         * libdocument/ev-module.c: (ev_module_load):
1915         * shell/ev-application.c: (ev_application_shutdown),
1916         (ev_application_get_print_settings):
1917         * shell/ev-sidebar-attachments.c:
1918         (ev_sidebar_attachments_button_press),
1919         (ev_sidebar_attachments_drag_data_get):
1920         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1921         (ev_window_print_finished), (ev_window_print_send),
1922         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1923         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1924         (ev_window_cmd_preview_print):
1925         * shell/main.c: (load_files_remote):
1926         Fix some build warnings under GCC 4.3.0. (#537535).
1927
1928 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1929
1930         * shell/ev-jobs.c: (ev_job_render_dispose):
1931
1932         Fix a crash in debug mode. Patch by Daniel M German.
1933         
1934 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * shell/ev-window.c:
1937
1938         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1939         
1940 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * shell/ev-window.c: (ev_window_print_send),
1943         (ev_window_do_preview_print):
1944
1945         Use the window title as print job name instead of just
1946         "evince-print". Fixes bug #534493.
1947         
1948 2008-05-19  Frederic Peters  <fpeters@0d.be>
1949
1950         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1951         Bug #533897.
1952
1953 2008-05-19  Frederic Peters  <fpeters@0d.be>
1954
1955         * help/reference/Makefile.am: added missing libevmountoperation to
1956         gtkdoc-scanobj libraries.  Bug #533896.
1957
1958 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1959
1960         * properties/ev-properties-view.c (get_default_user_units):
1961         Fixes check for default units string translation. Bug #533323.
1962
1963 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1964
1965         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1966         be an iks_free(). Fix an array overflow in the XML parser that
1967         would occur whenever the number of attributes in a tag was greater
1968         than 0 and divisible by 6. Fixes GNOME bug #530852.
1969
1970 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * backend/djvu/djvu-document-private.h:
1973         * backend/djvu/djvu-links.c:
1974         * backend/djvu/djvu-text.c:
1975         * backend/djvu/djvu-document.c: (djvu_handle_events),
1976         (djvu_wait_for_message), (djvu_document_load),
1977         (document_get_page_size), (djvu_document_render),
1978         (djvu_document_thumbnails_get_thumbnail),
1979         (djvu_document_file_exporter_end):
1980
1981         Make sure load job doesn't finish successfully when the document
1982         is not successfully decoded by libdjvu. Fixes bug #530202.
1983         
1984 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * configure.ac:
1987         * libdocument/Makefile.am:
1988         * libdocument/ev-debug.[ch]:
1989         * libdocument/ev-document.c:
1990         * shell/ev-jobs.c: (ev_job_links_dispose),
1991         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1992         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1993         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1994         (ev_job_render_page_ready), (ev_job_render_run),
1995         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1996         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1997         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1998         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1999         (ev_job_print_new), (ev_job_print_run):
2000         * shell/main.c: (main):
2001
2002         Add debug mode based on gedit code. Add debug messages in
2003         ev-jobs.
2004         
2005 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2006
2007         * libdocument/ev-document-factory.c: (get_document_from_uri):
2008
2009         Fix memory leak.
2010         
2011 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2012
2013         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2014         (get_mime_type_from_data), (get_document_from_uri),
2015         (ev_document_factory_get_document):
2016         
2017         Improved error message about file opening failture.
2018         Bug #529129.
2019
2020 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2021
2022         * data/evince-toolbar.xml:
2023         
2024         Allow to add SaveAs to toolbar.
2025
2026 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2027
2028         * shell/ev-view-private.h:
2029         * shell/ev-view.[ch]: (ev_view_button_release_event),
2030         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2031         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2032         (ev_view_update_primary_selection), (clear_link_selected),
2033         (ev_view_copy_link_address):
2034         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2035
2036         Update also the primary selection when copying a link
2037         address. Fixes bug #520855.
2038         
2039 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * libdocument/ev-document-factory.c: (get_document_from_uri):
2042
2043         Use the pixbuf backend only when the mime type is not supported by
2044         any of the other backend so that tiff documents, for instance, are
2045         handled by the tiff backend instead of the pixbuf backend. fixes
2046         bug #520290.
2047         
2048 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2049
2050         * cut-n-paste/Makefile.am:
2051
2052         Add evmountoperation to subdirs list.
2053         
2054 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * configure.ac:
2057
2058         Fix libspectre check in configure script. Fixes bug #528549.
2059         
2060 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2061
2062         * configure.ac:
2063         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2064         * shell/Makefile.am:
2065         * shell/ev-window.c: (ev_window_load_remote_failed),
2066         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2067
2068         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2069         open documents in remote locations that are not mounted.
2070         
2071 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2074         (bitmap_convert_msb8):
2075         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2076         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2077
2078         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2079         
2080 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2081
2082         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2083         (ev_job_render_new), (ev_job_render_set_selection_info),
2084         (ev_job_render_run):
2085         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2086         (check_job_size_and_unref),
2087         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2088         (add_job), (ev_pixbuf_cache_get_selection_surface):
2089
2090         Create the render context needed for rendering a page in the render
2091         thread so that we don't block the main thread. Simplify
2092         EvJobRender API.
2093         
2094 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2095
2096         * libdocument/Makefile.am:
2097         * libdocument/ev-page.[ch]:
2098         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2099         (ev_render_context_new), (ev_render_context_set_page):
2100         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2101         (ev_form_field_finalize), (ev_form_field_class_init):
2102         * libdocument/ev-document-forms.[ch]:
2103         (ev_document_forms_get_form_fields):
2104         * libdocument/ev-document.[ch]: (ev_document_get_page),
2105         (ev_document_get_page_size), (ev_document_get_page_label):
2106         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2107         (ev_job_render_run), (ev_job_thumbnail_new),
2108         (ev_job_thumbnail_run), (ev_job_print_run):
2109         * shell/ev-page-cache.c: (ev_page_cache_new):
2110         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2111         (check_job_size_and_unref), (add_job):
2112         * shell/ev-sidebar-thumbnails.c: (add_range):
2113         * shell/ev-view.c: (ev_view_form_field_get_region),
2114         (ev_view_form_field_button_create_widget),
2115         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2116         (ev_view_handle_form_field), (ev_view_size_allocate),
2117         (get_selected_text):
2118         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2119         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2120         (pdf_document_get_page), (pdf_document_get_page_label),
2121         (pdf_document_render), (pdf_document_get_info),
2122         (pdf_document_document_iface_init),
2123         (pdf_document_thumbnails_get_thumbnail),
2124         (pdf_document_thumbnails_get_dimensions),
2125         (pdf_document_file_exporter_do_page),
2126         (pdf_selection_render_selection),
2127         (pdf_selection_get_selected_text),
2128         (pdf_selection_get_selection_region),
2129         (pdf_selection_get_selection_map),
2130         (pdf_document_forms_get_form_fields),
2131         (pdf_document_forms_form_field_text_get_text),
2132         (pdf_document_forms_form_field_text_set_text),
2133         (pdf_document_forms_form_field_button_set_state),
2134         (pdf_document_forms_form_field_button_get_state),
2135         (pdf_document_forms_form_field_choice_get_item),
2136         (pdf_document_forms_form_field_choice_get_n_items),
2137         (pdf_document_forms_form_field_choice_is_item_selected),
2138         (pdf_document_forms_form_field_choice_select_item),
2139         (pdf_document_forms_form_field_choice_toggle_item),
2140         (pdf_document_forms_form_field_choice_unselect_all),
2141         (pdf_document_forms_form_field_choice_set_text),
2142         (pdf_document_forms_form_field_choice_get_text):
2143         * backend/ps/ev-spectre.c: (ps_document_get_page),
2144         (ps_document_get_page_size), (ps_document_get_page_label),
2145         (ps_document_render), (ps_document_document_iface_init),
2146         (ps_document_file_exporter_do_page):
2147         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2148         (tiff_document_render), (tiff_document_render_pixbuf),
2149         (tiff_document_file_exporter_do_page):
2150         * backend/pixbuf/pixbuf-document.c:
2151         (pixbuf_document_get_page_size):
2152         * backend/comics/comics-document.c:
2153         (comics_document_get_page_size), (comics_document_render_pixbuf):
2154         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2155         (djvu_document_render), (djvu_selection_get_selected_text),
2156         (djvu_document_thumbnails_get_thumbnail),
2157         (djvu_document_file_exporter_do_page),
2158         (djvu_document_find_get_result):
2159         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2160         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2161         (dvi_document_thumbnails_get_thumbnail),
2162         (dvi_document_file_exporter_do_page):
2163         * backend/impress/impress-document.c:
2164         (impress_document_get_page_size),
2165         (impress_document_render_pixbuf):
2166         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2167
2168         Add EvPage so that we can hold a reference to the backend
2169         page. Form fields keep now a reference to the poppler page
2170         improving performance since we don't have to create/destroy the
2171         poppler field for every form operation. This will be needed for
2172         annotations too.
2173         
2174 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2175
2176         * data/evince-ui.xml:
2177         * shell/ev-window.c:
2178
2179         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2180         
2181 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * configure.ac:
2184         * backend/ps/Makefile.am:
2185
2186         Remove gs stuff from ps backend.
2187         
2188 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * configure.ac:
2191         * backend/pdf/ev-poppler.cc:
2192
2193         Bump poppler requirement to 0.8.0.
2194         
2195 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2196
2197         * NEWS:
2198         * configure.ac:
2199
2200         Update for release 2.22.1.1
2201
2202 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2203
2204         * configure.ac:
2205
2206         Fix build (again) when poppler version is 0.6
2207         
2208 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2209
2210         * backend/djvu/djvu-links.c: (build_tree):
2211
2212         Make sure link title is a valid utf8 string. Fixes bug #526517.
2213         
2214 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2215
2216         * configure.ac:
2217
2218         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2219         #526799.
2220         
2221 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2222
2223         * configure.ac:
2224         
2225         Update for release 2.22.1.
2226
2227 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2228
2229         * NEWS:
2230
2231         Update for upcoming release.
2232
2233 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2234
2235         * configure.ac:
2236         * backend/dvi/dvidocument.evince-backend.in:
2237
2238         Add compressed dvi to the list of supported mime types. Patch by
2239         Ed Catmur. Fixes bug #307087.
2240
2241 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2242
2243         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2244
2245         Fix a crash when printing a range that doesn't specify the start or
2246         end page. Fixes bug #524288.
2247
2248 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2249
2250         * shell/ev-window.c: (ev_window_cmd_continuous),
2251         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2252         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2253         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2254         (ev_window_run_presentation), (ev_window_stop_presentation),
2255         (ev_window_cmd_view_presentation),
2256         (ev_window_cmd_leave_fullscreen),
2257         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2258
2259         Do not unfullscreen and fullscreen again the window when changing
2260         from fullscreen to presentation mode and vice versa. Fixes bug
2261         #524112.
2262         
2263 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2264
2265         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2266
2267         Do not crash when thumbnail failed to render in PS backend. Fixes
2268         bug #525015.
2269         
2270 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2271
2272         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2273         (ev_window_load_file_remote), (ev_window_open_uri):
2274
2275         Handle errors when opening remote files.
2276         
2277 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2280
2281         Only grab the focus for the current visible proxy widget. Fixes
2282         bug #521224.
2283         
2284 2008-03-30  Emil Soleyman  <emil@nishra.com>
2285
2286         * shell/ev-window.c: (launch_external_uri):
2287         
2288         Reuse g_app_info_launch_default_for_uri to
2289         save some code and fix bug #525009.
2290
2291 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2292
2293         * shell/ev-window.c (image_save_dialog_response_cb):
2294
2295         Use g_str_has_suffix. See bug #523069.
2296
2297 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2298
2299         * configure.ac:
2300
2301         Add a configure option to enable/diable DBus. Patch by Rémi
2302         Cardona. Fixes bug 521797.
2303
2304 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2305
2306         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2307
2308         Fix printing in documents with rotated pages. Patch by Eugen
2309         Dedu. Fixes bug #512648.
2310         
2311 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2312
2313         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2314         (ev_link_from_action):
2315
2316         Fix warning messages.
2317         
2318 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * shell/ev-window.c: (image_save_dialog_response_cb):
2321
2322         Do not append the extension to filename when saving an image
2323         if the filename alredy contains the extension. Fixes bug #523069.
2324         
2325 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2326
2327         * shell/ev-view.[ch]: (ev_view_find_cancel):
2328         * shell/ev-window.c: (find_bar_close_cb):
2329
2330         Cancel the find operation when the find bar is closed. Fixes bug
2331         #508845.
2332         
2333 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2334
2335         * backend/ps/psdocument.evince-backend.in:
2336
2337         Make ps backend module resident. Fixes bug #520607.
2338         
2339 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * shell/ev-jobs.c: (ev_job_print_run):
2342
2343         Invert collate action in order to work as expected, fix reverse
2344         printing so that it doesn't start with a blank page and fix number
2345         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2346         
2347 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2350
2351         Fix build with poppler <= 0.7.2
2352         
2353 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * libdocument/ev-document-misc.c:
2356         (ev_document_misc_surface_from_pixbuf):
2357
2358         Fix selections with poppler-splash.
2359         
2360 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * configure.ac:
2363         * backend/pdf/ev-poppler.cc:
2364
2365         Fix build with poppler >= 0.7.2
2366         
2367 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2368
2369         * configure.ac:
2370         
2371         Update for release 2.22.0
2372
2373 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2374
2375         * NEWS:
2376
2377         Update for upcoming release.
2378
2379 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2380
2381         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2382
2383         Bug 495107 – Handle print dialog responses correctly
2384
2385         Correctly handle print dialog response. Properly fixes
2386         the above mentioned bug.
2387
2388 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2391
2392         Make sure print job is only run when the print button is
2393         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2394         
2395 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2396
2397         * backend/pdf/pdfdocument.evince-backend.in:
2398         * libdocument/ev-backends-manager.c:
2399         (ev_backends_manager_load_backend),
2400         (ev_backends_manager_get_document):
2401         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2402
2403         Allow making backend modules resident. This is needed only for
2404         some backends like pdf to avoid registering glib types more than
2405         once.
2406         
2407 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * backend/comics/comics-document.c:
2410         * backend/djvu/djvu-document.c:
2411         * backend/impress/impress-document.c:
2412         * backend/pdf/ev-poppler.cc:
2413         * backend/pixbuf/pixbuf-document.c:
2414         * backend/ps/ev-spectre.c:
2415         * backend/ps/ps-document.c:
2416         * backend/tiff/tiff-document.c:
2417         * libdocument/ev-document.h:
2418         * properties/ev-properties-main.c:
2419
2420         Use g_type_module_add_interface instead of
2421         g_type_add_interface_static. Fixes bug #519679.
2422         
2423 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2424
2425         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2426         Added. Returns whether the animation has everything necessary to run.
2427         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2428         is ready just because it's been created. Fixes #519106.
2429         (draw_one_page): Do not show the "Loading..." text in presentation
2430         mode, there was a slim probability that this could happen.
2431
2432 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2433
2434         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2435
2436         Duplicate mime_type string before freeing it so that it doesn't
2437         always fail when getting mime type from uri. Fixes bug #518874.
2438         
2439 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2442
2443         Fix a crash when a choice form field doesn't have any item
2444         selected. Fixes bug #518831
2445         
2446 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2447
2448         * shell/ev-window.c (ev_window_clear_temp_file):
2449         Use g_file_has_prefix instead of renamed
2450         g_file_contains_file.
2451
2452         * configure.ac:
2453         Require new glib for above change.
2454         
2455 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2456
2457         * libdocument/ev-image.c: (ev_image_finalize),
2458         (ev_image_save_tmp):
2459
2460         Return a real uri instead of a filename when saving an
2461         image. Fixes images drag an drop from evince to nautilus. 
2462         
2463 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2464
2465         * backend/pdf/ev-poppler.cc:
2466         (pdf_document_images_get_image_mapping):
2467
2468         Return the image list in the right order. Fixes bug #516237.
2469         
2470 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2471
2472         * backend/impress/impress-document.c:
2473         (impress_document_thumbnails_get_thumbnail):
2474
2475         Remove unused variable to avoid a compiler warning.
2476
2477 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2478
2479         * configure.ac:
2480         
2481         Update for release 2.21.91.
2482
2483 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2484
2485         * configure.ac:
2486         * shell/Makefile.am:
2487         * shell/ev-application.[ch]:
2488         * shell/ev-sidebar-links.c:
2489         * shell/ev-utils.[ch]:
2490         * shell/ev-window.[ch]:
2491
2492         Remove libgnomeprint support. Fixes bug #512370.
2493         
2494 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2495
2496         * thumbnailer/evince-thumbnailer.c: (main):
2497
2498         Initialize glib type system before using it. Fixes bug #513934.
2499         
2500 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2501
2502         * properties/ev-properties-main.c:
2503
2504         Add missing #include.
2505         
2506 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2507
2508         * configure.ac:
2509         * backend/djvu/djvu-document.c: (djvu_document_render):
2510         * backend/tiff/tiff-document.c: (tiff_document_render):
2511
2512         Use the new cairo function cairo_format_stride_for_width when
2513         available. Fixes bug #482720.
2514
2515 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2516
2517         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2518         (get_mime_type_from_data), (get_document_from_uri):
2519
2520         Use g_content_type_guess() only when slow is true in
2521         get_document_from_uri(). Fix several memory leaks.
2522         
2523 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2524
2525         * libdocument/ev-document-factory.c:
2526         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2527         (get_document_from_uri):
2528
2529         Use g_content_type_guess () to get mimetype for files.
2530         Bug #510401.
2531
2532 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * thumbnailer/Makefile.am:
2535
2536         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2537         
2538 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2539
2540         * configure.ac:
2541
2542         Fix build with --without-libgnome. Fixes bug #512771.
2543         
2544 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2545
2546         * backend/dvi/Makefile.am: Install only dvi
2547         module. Fixes bug #512718.
2548
2549 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2550
2551         * properties/ev-properties-main.c: (nautilus_module_initialize):
2552         
2553         Initialize backends in properties tab. Fixes bug
2554         #512720.
2555
2556 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2557
2558         * properties/Makefile.am: No need to link with 
2559         libraries. Fixes bug #512719.
2560
2561 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2562
2563         * NEWS:
2564         * configure.ac:
2565         
2566         Update for release 2.21.90.
2567
2568 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * shell/ev-window.c: (ev_window_cmd_escape):
2571
2572         Fix compile warning.
2573         
2574 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2577
2578         Fix printing in dvi backend when filename contains white
2579         espaces. Fixes bug #502839.
2580         
2581 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2582
2583         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2584         (screensaver_disable_x11):
2585         * shell/Makefile.am:
2586         * shell/xdg-user-dir-lookup.c: Removed
2587         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2588         * shell/ev-view.c: (ev_view_presentation_transition_start):
2589         * shell/ev-window.c: (ev_window_cmd_file_open),
2590         (ev_window_cmd_save_as), (presentation_set_timeout):
2591
2592         Remove #ifdefs that are no longer needed.
2593         
2594 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * shell/ev-view.[ch]: (ev_view_button_release_event),
2597         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2598         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2599         (ev_window_cmd_escape):
2600
2601         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2602         
2603 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2604
2605         * configure.ac:
2606         * backend/comics/comics-document.c: (comics_document_load):
2607         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2608         (ev_attachment_set_property), (ev_attachment_init),
2609         (ev_attachment_save), (ev_attachment_launch_app),
2610         (ev_attachment_open):
2611         * libdocument/ev-document-factory.c: (get_document_from_uri):
2612         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2613         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2614         * shell/ev-jobs.c:
2615         * shell/ev-password.c: (ev_password_dialog_set_property),
2616         (ev_password_dialog_save_password):
2617         * shell/ev-sidebar-attachments.c:
2618         (ev_sidebar_attachments_drag_data_get):
2619         * shell/ev-window-title.c: (get_filename_from_uri):
2620         * shell/ev-window.c: (ev_window_clear_temp_file),
2621         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2622         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2623         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2624         (launch_external_uri), (image_save_dialog_response_cb),
2625         (attachment_save_dialog_response_cb):
2626         * shell/main.c: (load_files), (load_files_remote), (main):
2627         * thumbnailer/evince-thumbnailer.c: (main):
2628
2629         Port to gio and drop gnome-vfs dependency. Fixes bug
2630         #510401. Based on patch by Cosimo Cecchi.
2631         
2632 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2633
2634         * NEWS:
2635
2636         Fixed formatting inconsistencies (spaces vs. tabs)
2637
2638 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2639
2640         * shell/ev-window.c:
2641
2642         Use top/up/bottom/down arrows instead of
2643         first/left/last/right in the toolbar and menu actions.
2644         This fixes issues with RTL languages and is visually
2645         consistent with the page view. Fixes bug #170081.
2646
2647 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2648
2649         * NEWS:
2650
2651         Fixed some inaccuracies pointed out by Carlos Garcia
2652         Campos.
2653
2654 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2655
2656         * NEWS:
2657         * data/evince.schemas.in:
2658         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2659
2660         Override PDF restrictions by default. Fixes bug #382700.
2661
2662 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2663
2664         * NEWS: Updated for upcoming release
2665
2666 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2667
2668         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2669
2670         Fix memory leak.
2671         
2672 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2673
2674         * shell/ev-window.c: (register_custom_actions):
2675         
2676         Added comment for translators
2677
2678 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2679
2680         * shell/ev-view.c: (ev_view_button_release_event):
2681
2682         Do not create the idle function for kinetic scrolling if we are
2683         not in a drag operation.
2684
2685 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2686
2687         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2688         (ev_view_button_press_event), (ev_view_motion_notify_event),
2689         (ev_view_button_release_event):
2690
2691         Restore cursor after autoscrolling. Fixes bug #509958.
2692
2693 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2694
2695         * configure.ac:
2696         * backend/pdf/ev-poppler.cc:
2697         (pdf_document_images_get_image_mapping),
2698         (pdf_document_images_get_image),
2699         (pdf_document_document_images_iface_init):
2700         * libdocument/ev-document-images.[ch]:
2701         (ev_document_images_get_image_mapping),
2702         (ev_document_images_get_image):
2703         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2704         (ev_image_get_id), (ev_image_save_tmp):
2705         * shell/ev-jobs.c: (ev_job_render_run):
2706         * shell/ev-view.c: (ev_view_drag_data_get):
2707         * shell/ev-window.c: (image_save_dialog_response_cb),
2708         (ev_view_popup_cmd_copy_image):
2709
2710         Do not render images when rendering the page but on demand. It
2711         reduces the memory comsumption.
2712         
2713 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2714
2715         * configure.a:
2716         * shell/ev-password.c:
2717
2718         Make gnome-keyring optional. Fixes bug #509676.
2719         
2720 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * shell/ev-pixbuf-cache.c: (add_job):
2723
2724         Initialize include_images variable as FALSE instead of TRUE.
2725         
2726 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2727
2728         * configure.ac:
2729         * cut-n-paste/Makefile.am:
2730         * cut-n-paste/fileformatchooser/Makefile.am:
2731         * cut-n-paste/fileformatchooser/egg-macros.h:
2732         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2733         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2734         * shell/Makefile.am:
2735         * shell/ev-utils.c:
2736         (file_chooser_dialog_add_writable_pixbuf_formats),
2737         (get_gdk_pixbuf_format_by_extension):
2738         * shell/ev-utils.h:
2739         * shell/ev-window.c: (ev_window_error_message),
2740         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2741         
2742         Simplify image format selection on save.
2743
2744 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2745
2746         * shell/ev-view.c: (ev_view_scroll_event):
2747         
2748         Repair gorizontal scrolling with shift. Fixes
2749         bug #483412.
2750
2751 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2752         
2753         * MAINTAINERS:
2754
2755         Fix formatting issues.
2756         
2757 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2758
2759         * backend/comics/comics-document.c: (comics_regex_quote):
2760         
2761         Don't overquote special chars except of '. See bug 
2762         502500. Thanks to Tom Parker.
2763
2764 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2765
2766         * MAINTAINERS:
2767         
2768         Added Nickolay and Carlos, since they're doing most of
2769         the releases nowadays.
2770
2771 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2772
2773         * properties/Makefile.am:
2774
2775         Get the nautilus extension dir properly instead of using
2776         a hack. Fixes bug #505359.
2777
2778 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2779
2780         * properties/Makefile.am:
2781         
2782         Install nautilus extension into new place. See bug
2783         #505359. Thanks to Matthias Clasen, Brian Pepple and
2784         Damien Carbery.
2785
2786 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2787
2788         * shell/ev-window.c: (ev_window_get_recent_file_label):
2789         
2790         RTL marker in recent file list. See bug #509076.
2791
2792 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2793
2794         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2795         * shell/ev-window.c: (image_save_dialog_response_cb):
2796
2797         Fix compile warnings due to unused variables.
2798         
2799 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2800
2801         * configure.ac:
2802         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2803         * backend/ps/ev-spectre.c: (ps_document_render):
2804
2805         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2806
2807 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2808
2809         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2810         (ev_transition_animation_paint): Implement "fade" effect.
2811
2812 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2813
2814         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2815         (ev_transition_animation_paint): Implement "uncover" effect.
2816
2817 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2818
2819         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2820         (ev_transition_animation_paint): Implement "cover" effect.
2821
2822 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2823
2824         * shell/ev-transition-animation.c (ev_transition_animation_push)
2825         (ev_transition_animation_paint): Implement "push" effect.
2826
2827 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2828
2829         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2830         (ev_transition_animation_paint): Implement "dissolve" effect.
2831
2832 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2833
2834         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2835         (ev_transition_animation_paint): Implement "wipe" effect.
2836
2837 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2838
2839         * shell/ev-transition-animation.c (ev_transition_animation_box)
2840         (ev_transition_animation_paint): Implement "box" effect.
2841
2842 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2843
2844         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2845         (ev_transition_animation_paint): Implement "blinds" effect.
2846
2847 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2848
2849         * shell/ev-transition-animation.c (ev_transition_animation_split)
2850         (ev_transition_animation_paint): Implement "split" effect.
2851
2852 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2853
2854         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2855         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2856         (ev_view_transition_animation_start) 
2857         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2858         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2859         (ev_view_next_page) (ev_view_previous_page):
2860         
2861         Use EvTransitionAnimation to drive page changes in the presentation
2862         mode, the animation will wait to start until both the origin and 
2863         destination page surfaces are available. Fixes #458460.
2864
2865         (draw_loading_text):
2866
2867         Remove workaround for bug #320352, it's now fixed properly.
2868
2869
2870 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2871
2872         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2873         will contain the implementations for page transition animations, at
2874         the moment it just has the "replace" effect.
2875         * shell/Makefile.am: Added these files to build.
2876
2877 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2878
2879         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2880         animations.
2881         * shell/Makefile.am: Added these files to build.
2882
2883 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2884
2885         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2886         implementation to get_effect() in EvDocumentTransitionIface.
2887
2888 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2889
2890         * libdocument/ev-transition-effect.[ch]: New files, define a page
2891         transition effect, at the moment it maps PopplerPageTransition to a
2892         GObject.
2893         * libdocument/Makefile.am: Added these files to build.
2894         * libdocument/ev-document-transition.[ch]
2895         (ev_document_transition_get_effect): New method, gets the
2896         EvTransitionEffect returned by the interface implementation, with
2897         fallback to the "replace" effect.
2898
2899 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2900
2901         * configure.ac:
2902         * cut-n-paste/Makefile.am:
2903         * cut-n-paste/fileformatchooser/Makefile.am:
2904         * cut-n-paste/fileformatchooser/egg-macros.h:
2905         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2906         * shell/Makefile.am:
2907         * shell/ev-window.c: (image_save_dialog_response_cb),
2908         (ev_view_popup_cmd_save_image_as):
2909
2910         Allow exporting images in any format supported by
2911         GdkPixbuf. Fixes bug #500209.
2912         
2913 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * backend/pixbuf/pixbuf-document.c:
2916
2917         More warnings fixed.
2918         
2919 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2920
2921         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2922         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2923         * backend/djvu/djvu-text.h:
2924         * backend/tiff/tiff-document.c: (tiff_document_render):
2925
2926         Fix compile warnings.
2927         
2928 2007-12-28  Christian Persch  <chpe@gnome.org>
2929
2930         * **/*.c: Include config.h. Bug #504721.
2931
2932 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2933
2934         * configure.ac:
2935         * Makefile.am:
2936         * po/POTFILES.in:
2937         * backend/comics/Makefile.am:
2938         * backend/comics/comics-document.[ch]:
2939         * backend/comics/comicsdocument.evince-backend.in:
2940         * backend/djvu/Makefile.am:
2941         * backend/djvu/djvu-document.[ch]:
2942         * backend/djvu/djvudocument.evince-backend.in:
2943         * backend/dvi/Makefile.am:
2944         * backend/dvi/dvi-document.[c]:
2945         * backend/dvi/dvidocument.evince-backend.in:
2946         * backend/impress/Makefile.am:
2947         * backend/impress/impress-document.[ch]:
2948         * backend/impress/impressdocument.evince-backend.in:
2949         * backend/pdf/Makefile.am:
2950         * backend/pdf/ev-poppler.cc:
2951         * backend/pdf/ev-poppler.h:
2952         * backend/pdf/pdfdocument.evince-backend.in:
2953         * backend/pixbuf/Makefile.am:
2954         * backend/pixbuf/pixbuf-document.[ch]:
2955         * backend/pixbuf/pixbufdocument.evince-backend.in:
2956         * backend/ps/Makefile.am:
2957         * backend/ps/ev-spectre.[ch]:
2958         * backend/ps/ps-document.[ch]:
2959         * backend/ps/psdocument.evince-backend.in:
2960         * backend/tiff/Makefile.am:
2961         * backend/tiff/tiff-document.[ch]:
2962         * backend/tiff/tiffdocument.evince-backend.in:
2963         * libdocument/Makefile.am:
2964         * libdocument/ev-backends-manager.[ch]:
2965         * libdocument/ev-module.[ch]:
2966         * libdocument/ev-document.h:
2967         * libdocument/ev-document-factory.[ch]:
2968         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2969         (get_compression_from_mime_type), (get_document_from_uri),
2970         (ev_document_factory_get_document), (file_filter_add_mime_types),
2971         (ev_document_factory_add_filters):
2972         * shell/Makefile.am:
2973         * shell/ev-window-title.c: (get_filename_from_uri):
2974         * shell/main.c: (main):
2975         * thumbnailer/Makefile.am:
2976         * thumbnailer/evince-thumbnailer.c: (main):
2977
2978         Plugin system for backends. Fixes bug #351348.
2979         
2980 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2981
2982         * shell/ev-view-private.h:
2983         * shell/ev-view.c: (ev_view_drag_update_momentum),
2984         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2985         (ev_view_button_release_event), (ev_view_destroy):
2986         
2987         Kinetic scrolling implemented as requested in
2988         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2989
2990 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2991
2992         * data/evince-toolbar.xml:
2993         * data/evince-ui.xml:
2994         * shell/ev-view-private.h:
2995         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2996         (ev_view_button_press_event), (ev_view_motion_notify_event),
2997         (ev_view_button_release_event), (ev_view_init),
2998         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2999         (ev_view_set_cursor):
3000         * shell/ev-view.h:
3001         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3002         (ev_window_cmd_view_autoscroll):
3003         
3004         Autoscroll feature with the context menu. Fixes bug 
3005         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3006
3007 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3008
3009         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3010
3011         Disconnect also page-ready signal when removing a job because the
3012         page size has changed. Thanks to kripken
3013         <kripkensteiner@gmail.com>.
3014
3015 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3016
3017         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3018         
3019         Scroll pages in page entry with mouse wheel. Fixes bug
3020         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3021
3022 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * backend/dvi/Makefile.am:
3025         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3026         (mdvi_cairo_device_init):
3027         * backend/dvi/mdvi-lib/common.h:
3028         * backend/dvi/mdvi-lib/mdvi.h:
3029         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3030         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3031         (mdvi_build_path_from_cwd):
3032
3033         Add ps specials support in dvi backend when libspectre is
3034         present. Fixes bug #386005.
3035         
3036 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3037
3038         * configure.ac:
3039         * backend/ps/Makefile.am:
3040         * backend/ps/ev-spectre.[ch]:
3041         
3042         Use libspectre, if available, for the ps backend. Fixes bugs
3043         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3044
3045 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3046         
3047         * backend/comics/comics-document.c: (comics_document_load):
3048         
3049         Cygwin build issue fix.
3050
3051 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * shell/ev-view.c: (ev_view_set_zoom):
3054
3055         Do not limit the minimum zoom factor when sizing mode is best bit
3056         or fit width. Fixes bug #503805.
3057         
3058 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3061         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3062         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3063         (ev_link_dest_get_property), (ev_link_dest_set_property),
3064         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3065         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3066         (ev_link_dest_new_fitr):
3067         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3068         (goto_fith_dest), (goto_xyz_dest):
3069
3070         Do not change left, top and zoom values when they are null in PDF
3071         destinations. Fixes bug #460658.
3072         
3073 2007-12-10  Christian Persch  <chpe@gnome.org>
3074
3075         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3076         (ev_view_accessible_class_init),
3077         (ev_view_accessible_idle_do_action),
3078         (ev_view_accessible_action_do_action),
3079         (ev_view_accessible_action_get_description),
3080         (ev_view_accessible_action_set_description),
3081         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3082         (ev_view_accessible_factory_init),
3083         (ev_view_accessible_factory_get_accessible_type):
3084         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3085         private data, and G_DEFINE_TYPE. Bug #502843.
3086
3087 2007-12-08  Christian Persch  <chpe@gnome.org>
3088
3089         * shell/ev-metadata-manager.c: (item_free),
3090         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3091         (value_free), (parse_value), (parseItem),
3092         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3093         (save_values): Use GSlice to allocate small amounts of memory. Bug
3094         #475972.
3095
3096 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3097
3098         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3099
3100         Restore cursor to normal after a drag operation. Fixes bug
3101         #501603.
3102         
3103 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3104
3105         * NEWS:
3106         * configure.ac:
3107         
3108         Update for release 2.21.1
3109
3110 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3111
3112         * configure.ac:
3113         * cut-n-paste/gedit-message-area/Makefile.am:
3114         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3115         * shell/Makefile.am:
3116         * shell/ev-message-area.[ch]:
3117         * shell/ev-window.c: (ev_window_set_message_area),
3118         (ev_window_error_message_response_cb), (ev_window_error_message),
3119         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3120         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3121         (ev_attachment_popup_cmd_open_attachment),
3122         (attachment_save_dialog_response_cb), (ev_window_set_document),
3123         (ev_window_init):
3124
3125         Use a message area instead of a popup dialog for error
3126         notifications. Fixes bug #337495.
3127         
3128 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3129
3130         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3131         (ev_window_run_fullscreen):
3132
3133         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3134         
3135 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * ev-sidebar-thumbnails.c: (update_visible_range),
3138         (ev_sidebar_thumbnails_refresh),
3139         (ev_sidebar_thumbnails_set_document),
3140         (ev_sidebar_thumbnails_support_document):
3141
3142         Show thumbnails for documents with one page. Fixes bug #358751.
3143         
3144 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3145
3146         * shell/ev-window.c:
3147         (ev_window_load_print_settings_from_metadata),
3148         (ev_window_save_print_settings), (ev_window_print_finished),
3149         (ev_window_print_range):
3150
3151         Print settings that are specific to the document are now saved per
3152         document in the metadata file. Fixes bug #488806.
3153         
3154 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3155
3156         * backend/tiff/tiff-document.c: (tiff_document_render):
3157
3158         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3159         
3160 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3161
3162         * shell/ev-application.[ch]: (get_find_string_from_args),
3163         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3164         (ev_application_open_uri_list):
3165         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3166         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3167         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3168         (ev_window_cmd_recent_file_activate),
3169         (ev_window_open_recent_action_item_activated),
3170         (ev_window_print_send), (open_remote_link):
3171         * shell/main.c: (arguments_parse):
3172
3173         Add a command line option for search. Fixes bug #497710.
3174         
3175 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3176
3177         * shell/ev-jobs.c: (ev_job_print_new):
3178
3179         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3180         
3181 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3182
3183         * data/evince-toolbar.xml:
3184         * shell/Makefile.am:
3185         * shell/ev-application.c: (ev_application_init):
3186         * shell/ev-open-recent-action.[ch]:
3187         * shell/ev-window.c:
3188         (ev_window_open_recent_action_item_activated),
3189         (register_custom_actions):
3190
3191         Add an expander to the open toolbar item which pops up a dropdown
3192         menu with the recently used documents. Fixes bug #487215.
3193         
3194 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3195
3196         * shell/ev-window.c: (ev_window_open_uri),
3197         (ev_window_cmd_view_reload):
3198
3199         Do not jump to the first page when reloading by running evince
3200         from the command line. Fixes bug #490847.
3201         
3202 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3203
3204         * shell/ev-window.c: (ev_window_cmd_help_contents):
3205
3206         Plugged memory leak when help file is not found. Fixes bug
3207         #490762.
3208         
3209 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * configure.ac:
3212
3213         Enable djvu, dvi and comics backends by default. Fixes bug
3214         #437121.
3215         
3216 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * configure.ac:
3219         * cut-n-paste/Makefile.am:
3220         * cut-n-paste/recent-files/*: Removed
3221         * help/reference/Makefile.am:
3222         * shell/Makefile.am:
3223         * shell/ev-application.[ch]: (ev_application_shutdown),
3224         (ev_application_init):
3225         * shell/ev-window.c: (ev_window_add_recent),
3226         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3227
3228         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3229         
3230 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3231
3232         * shell/ev-window.c: (launch_external_uri):
3233
3234         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3235         and report error if the URL is not supported (#489910).
3236
3237 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3238
3239         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3240         (pdf_document_file_exporter_begin_page),
3241         (pdf_document_file_exporter_end_page):
3242
3243         Fix printing with poppler splash backend. Fixes bug #489774.
3244         
3245 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3246
3247         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3248         * shell/ev-print-job.c: (ev_print_job_class_init):
3249
3250         Fix a crash when printing with the gnome-print dialog. Fixes bug
3251         #488939.
3252         
3253 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3254
3255         * backend/pixbuf/pixbuf-document.c:
3256
3257         Fix an implicit function definition warning (#487655)
3258
3259 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3260
3261         * shell/ev-window.c:
3262
3263         Fix conflicting shortcut for view sade pane and presentation.
3264         
3265 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3266
3267         * backend/pdf/ev-poppler.cc:
3268         (pdf_document_file_exporter_begin_page),
3269         (pdf_document_file_exporter_do_page),
3270         (pdf_document_file_exporter_end_page),
3271         (pdf_document_file_exporter_iface_init):
3272         * libdocument/ev-file-exporter.[ch]:
3273         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3274         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3275         (ev_job_print_run):
3276
3277         When printing multiple pages per sheet in reverse option, do not
3278         invert the order of the pages in every sheet, but the order of the
3279         sheets. Do not print blank pages when page range is invalid. Fixes
3280         bugs #484857 and #485521.
3281         
3282 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3283
3284         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3285         (ev_job_print_run):
3286         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3287
3288         Respect ranges order when printing more than one range in random
3289         order.
3290         
3291 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3292
3293         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3294         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3295
3296         Rotate also the window icon when document is rotated. Fixes bug
3297         #474681.
3298         
3299 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3300
3301         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3302         (pdf_document_forms_get_form_fields):
3303
3304         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3305         Matthias Drochner.
3306         
3307 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3308
3309         * configure.ac:
3310         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3311
3312         Use poppler_page_render_for_printing() instead of
3313         poppler_page_render() if available when exporting to a ps or pdf
3314         file. Fixes bug #476627.
3315         
3316 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3317
3318         * shell/ev-window.c: (ev_window_run_fullscreen):
3319
3320         Do not show the toolbar in fullscreen mode if the main toolbar is
3321         not visible. Fixes bug #483048.
3322         
3323 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3324
3325         * shell/ev-view.c: (ev_view_button_press_event):
3326
3327         Give priority to form fields over images when deciding whether a
3328         button press event is over an image or form field. It allows edit
3329         form fields when they are over a background image. Fixes bug
3330         #477841.
3331         
3332 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3333
3334         * NEWS:
3335         * configure.ac:
3336         
3337         Update for release 2.20.0
3338
3339 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3340
3341         * backend/pdf/ev-poppler.cc:
3342
3343         Remove #ifdef HAVE_FORMS, so that forms support works again.
3344
3345 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3346
3347         * configure.ac:
3348         * data/evince.desktop.in.in:
3349         
3350         Fixes desktop file issues. See bug #473471.
3351
3352 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3353
3354         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3355         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3356         (ev_job_queue_remove_job):
3357         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3358         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3359         * shell/ev-window.c: (ev_window_clear_save_job),
3360         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3361         (ev_window_dispose):
3362
3363         Move save a copy task to its own job so that it's carried out in a
3364         thread avoiding another lock in the main thread. Use
3365         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3366         can be saved to a pathin another file system. Fixes bug #456891.
3367         
3368 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3369
3370         * NEWS:
3371         * configure.ac:
3372         
3373         Update for release 2.19.92
3374
3375 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3376
3377         * configure.ac:
3378         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3379         (pdf_selection_get_selection_region),
3380         (pdf_selection_get_selection_map),
3381         (ev_form_field_from_poppler_field):
3382
3383         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3384         and triple click selections are enabled again now.
3385
3386 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3387
3388         * shell/ev-window.c: (ev_window_add_history):
3389
3390         Make sure not to use the history with documents not supporting
3391         links. Fixes bug #468954.
3392
3393 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3394
3395         * shell/ev-window.c: (ev_window_load_job_cb):
3396
3397         Restart the search when reloading a document with the find bar
3398         visible. Fixes bug #461962.
3399
3400 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * shell/ev-window.c: (setup_document_from_metadata),
3403         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3404
3405         Do not jump to the first page when reloading a document from the
3406         last page.
3407
3408 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3409
3410         * shell/ev-window.c: (update_chrome_flag),
3411         (setup_sidebar_from_metadata),
3412         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3413         (ev_window_cmd_edit_find_next),
3414         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3415         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3416         (find_bar_close_cb), (view_actions_focus_in_cb):
3417
3418         Do not update visibility when changing a chrome flag so that it's
3419         possible to update several flags and update visibility only once
3420         for all of them.
3421
3422 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3423
3424         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3425
3426         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3427         supported by gtk+. Fixes bug #460907.
3428
3429 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3430
3431         * shell/ev-view.c: (view_update_range_and_current_page):
3432
3433         Make sure current-page <= end-page in continuous mode. Fixes bug
3434         #454950.
3435
3436 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3437
3438         * backend/pdf/ev-poppler.cc: (build_tree):
3439
3440         Ignore outline items without a title. Fixes bug #453913.
3441
3442 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3443
3444         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3445         (ev_view_button_release_event), (ev_view_leave_notify_event):
3446
3447         Use always drag mouse cursor during a drag operation. Fixes bug
3448         #470564.
3449
3450 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3451
3452         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3453         (pdf_selection_get_selection_region),
3454         (pdf_selection_get_selection_map):
3455
3456         Temporarily disable double and triple selections since it depends on
3457         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3458         released and the update of the external dependency minimal version
3459         approved.
3460
3461 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3462
3463         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3464         (pdf_document_file_exporter_do_page):
3465         * libdocument/ev-file-exporter.h:
3466         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3467         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3468
3469         Actually fix printing regressions. Remove orientation from
3470         EvPrintContext since it's redundant.
3471
3472 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3473
3474         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3475         * backend/impress/impress-document.c:
3476         (impress_document_document_iface_init):
3477         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3478         * backend/djvu/djvu-document.c:
3479         (djvu_document_document_iface_init),
3480         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3481         * backend/tiff/tiff-document.c:
3482         (tiff_document_document_iface_init):
3483         * backend/pixbuf/pixbuf-document.c:
3484         (pixbuf_document_document_iface_init):
3485         * backend/comics/comics-document.c:
3486         (comics_document_document_iface_init):
3487         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3488         (pdf_selection_render_selection),
3489         (pdf_selection_get_selected_text),
3490         (pdf_selection_get_selection_region),
3491         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3492         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3493         (ev_selection_get_selection_region),
3494         (ev_selection_get_selection_map):
3495         * libdocument/ev-document.[ch]:
3496         * shell/ev-pixbuf-cache.[ch]: (add_job),
3497         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3498         * shell/ev-view-private.h:
3499         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3500         (ev_job_render_run):
3501         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3502         * shell/ev-view.c: (start_selection_for_event),
3503         (ev_view_button_press_event), (ev_view_drag_data_get),
3504         (ev_view_drag_data_received), (ev_view_button_release_event),
3505         (compute_new_selection_text), (compute_selections),
3506         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3507         (ev_view_primary_get_cb):
3508
3509         Add support for double and triple click selections.
3510
3511 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3512
3513         * NEWS:
3514         * configure.ac:
3515
3516         Update for release 2.19.4
3517
3518 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3519
3520         * shell/ev-view-private.h:
3521         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3522         (ev_view_set_highlight_search):
3523         * shell/ev-view.h:
3524         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3525         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3526         (find_bar_visibility_changed_cb):
3527         
3528         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3529
3530 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3531
3532         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3533         (pdf_document_file_exporter_begin),
3534         (pdf_document_file_exporter_do_page):
3535         * shell/ev-jobs.c: (ev_job_print_run):
3536         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3537
3538         Create always a portrait cairo surface and rotate when needed for
3539         landscape. It fixes printing problems in real printers.
3540
3541 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3542
3543         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3544         * libdocument/ev-file-exporter.[ch]:
3545         (ev_file_exporter_get_capabilities):
3546         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3547         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3548
3549         Adjust number of pages per row according to page orientation when
3550         printing 2 or 6 pages per sheet.
3551
3552 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3553
3554         * shell/ev-window.c: (ev_window_print_send):
3555
3556         Reset also cups setting to 1 when printing multiple pages per
3557         sheet. Fixes bug #468853.
3558
3559 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3560
3561         * libdocument/ev-document-misc.c:
3562         (ev_document_misc_surface_rotate_and_scale):
3563
3564         Use directly cairo_surface_get_content() when creating a similar
3565         surface as suggested by Jeff Muizelaar. Thanks again.
3566
3567 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3568
3569         * backend/djvu/djvu-document.c: (djvu_document_render):
3570         * backend/tiff/tiff-document.c: (tiff_document_render):
3571         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3572         * libdocument/ev-document-misc.c:
3573         (ev_document_misc_surface_from_pixbuf),
3574         (ev_document_misc_surface_rotate_and_scale):
3575
3576         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3577         creating page surfaces. Fixes bug #453123. Thank you very much to
3578         Jeff Muizelaar <jeff@infidigm.net>.
3579
3580 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3581
3582         * shell/ev-page-cache.c: (ev_page_cache_new),
3583         (ev_page_cache_get_thumbnail_size):
3584         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3585         (ev_sidebar_thumbnails_set_loading_icon):
3586
3587         Also store in page-cache the dimensions of the thumbnails so that
3588         they can be used to create the correct loading icon in the side
3589         pane. Fixes bug #466857.
3590
3591 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3592
3593         * backend/pdf/ev-poppler.cc:
3594         (pdf_document_thumbnails_get_thumbnail):
3595
3596         Fix thumbnails rotation in pdf documents that include embedded 
3597         thumbnails.
3598
3599 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3600
3601         * backend/pdf/ev-poppler.cc:
3602
3603         Don't use #ifdef in macro expansion. Some compilers don't
3604         like that. Closes bug #467042.
3605
3606 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3607
3608         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3609         
3610         Fixes memory leak in djvu backend.
3611
3612 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3613
3614         * data/icons/32x32/Makefile.am:
3615         * data/icons/32x32/actions/Makefile.am:
3616         * data/icons/32x32/actions/view-page-cont.svg:
3617         * data/icons/32x32/actions/view-page-facing.svg:
3618         * data/icons/48x48/Makefile.am:
3619         * data/icons/48x48/actions/Makefile.am:
3620         * data/icons/48x48/actions/view-page-cont.svg:
3621         * data/icons/48x48/actions/view-page-facing.svg:
3622         
3623         Icons for a new sizes.
3624
3625 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3626
3627         * shell/ev-page-cache.c: (build_height_to_page),
3628         (ev_page_cache_get_height_to_page):
3629         
3630         Fixes invalid read, see bug #466401.
3631
3632 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3633
3634         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3635         (set_drag_cursor):
3636         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3637         (configure_item_cursor), (new_pixbuf_from_widget):
3638
3639         Fix multihead problems in toolbar editor. Fixes bug #382055.
3640
3641 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3642
3643         * shell/ev-window.c: (ev_window_cmd_file_open),
3644         (ev_window_cmd_save_as):
3645
3646         Use g_get_user_special_dir when available instead of
3647         xdg_user_dir_lookup.
3648
3649 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3650
3651         * MAINTAINERS:
3652         
3653         Updated according to request on desktop-devel.
3654
3655 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3656
3657         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3658
3659         Do not use cairo_rectangle and cairo_clip since we are
3660         not using cairo_fill but cairo_paint. Use the same cairo context
3661         for every page in the same expose event.
3662
3663 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3664
3665         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3666         leak.
3667
3668 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3669
3670         * configure.ac:
3671         * NEWS:
3672
3673         Release 0.9.3
3674
3675 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3676
3677         * libdocument/ev-document-info.h:
3678         * libdocument/ev-document.h:
3679         * shell/ev-page-action.h:
3680         * shell/ev-sidebar-links.h:
3681
3682         Fix a headers problem with ev-link
3683         
3684         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3685         * shell/ev-view-private.h:
3686         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3687         (get_link_area), (ev_view_query_tooltip),
3688         (ev_view_leave_notify_event), (ev_view_destroy),
3689         (ev_view_class_init):
3690
3691         Use new gtk tooltips when available instead of ev-tooltip.
3692         
3693 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3694
3695         * shell/ev-window.c: (update_chrome_visibility),
3696         (ev_window_sidebar_visibility_changed_cb):
3697
3698         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3699         
3700 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3701
3702         * shell/ev-navigation-action.c:
3703         (ev_navigation_action_history_changed),
3704         (ev_navigation_action_set_history):
3705         * shell/ev-navigation-action-widget.c:
3706         (ev_navigation_action_widget_init):
3707         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3708
3709         Fix compile warnings.
3710         
3711 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3712
3713         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3714         (egg_editable_toolbar_dispose):
3715
3716         Fix memory leak.
3717         
3718 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3719
3720         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3721         (screensaver_disable_x11):
3722         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3723         * shell/ev-window.c: (presentation_set_timeout):
3724         * shell/ev-view.c: (ev_view_presentation_transition_start):
3725
3726         Use g_timeout_add_seconds instead of g_timeout_add when
3727         available.
3728         
3729 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3730
3731         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3732
3733         Set horizontal scrollbar policy to AUTOMATIC instead of
3734         NEVER. Workaround for bug #449462.
3735         
3736 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3737
3738         * shell/ev-jobs.c: (ev_job_render_page_ready):
3739
3740         Add page_ready callback to main loop with high priority and hold
3741         a reference to job during idle.
3742         
3743 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * configure.ac:
3746         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3747         (pdf_document_file_exporter_begin),
3748         (pdf_document_file_exporter_do_page),
3749         (pdf_document_file_exporter_get_capabilities):
3750         * libdocument/ev-file-exporter.h:
3751         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3752         * shell/ev-window.c: (ev_window_print_send),
3753         (ev_window_print_dialog_response_cb):
3754
3755         Allow printing multiple pages per sheet. Fixes bug #395573.
3756         
3757 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3758
3759         * shell/ev-view.c: (tip_from_link):
3760         
3761         Check for NULL, fixes bug #460862.
3762
3763 2007-07-29  Christian Persch  <chpe@gnome.org>
3764
3765         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3766         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3767         (ev_window_cmd_preview_print):
3768         
3769         Fixes bug #437681 - blocks while enumerating printers.
3770
3771 2007-07-29  Christian Persch  <chpe@gnome.org>
3772
3773         * shell/ev-window.c: (ev_window_screen_changed):
3774         
3775         Don't use deprecated gtk+ function. See bug #460909.
3776
3777 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3778
3779         * shell/ev-utils.c: (get_num_monitors):
3780         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3781
3782         Do not use display before initializing it. Remove compile
3783         warnings.
3784
3785 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3786
3787         * shell/ev-view.c: (ev_view_class_init):
3788         
3789         Unix-like hjkl bindings added. See bug #458111.
3790
3791 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3792
3793         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3794         * shell/ev-utils.h:
3795         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3796         (ev_view_update_view_size):
3797         * shell/ev-view.h:
3798         * shell/ev-window.c: (ev_window_update_actions),
3799         (setup_view_from_metadata), (ev_window_screen_changed),
3800         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3801         (zoom_control_changed_cb):
3802         * shell/ev-window.h:
3803         
3804         Reorganizes utility functions.
3805
3806 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3807
3808         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3809         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3810         (add_job), (ev_pixbuf_cache_get_surface),
3811         (ev_pixbuf_cache_get_link_mapping),
3812         (ev_pixbuf_cache_get_image_mapping),
3813         (ev_pixbuf_cache_get_form_field_mapping),
3814         (ev_pixbuf_cache_get_text_mapping):
3815         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3816         (notify_page_ready), (ev_job_render_page_ready),
3817         (ev_job_render_run):
3818
3819         Add page_ready signal to notify that page is ready as soon as
3820         possible even if other page elements like links, forms, images or
3821         text mapping are not ready yet.
3822
3823 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3824
3825         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3826         (dvi_document_file_exporter_do_page),
3827         (dvi_document_file_exporter_get_capabilities),
3828         (dvi_document_file_exporter_iface_init):
3829         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3830         (ps_document_file_exporter_do_page),
3831         (ps_document_file_exporter_get_capabilities),
3832         (ps_document_file_exporter_iface_init):
3833         * backend/djvu/djvu-document.c:
3834         (djvu_document_file_exporter_begin),
3835         (djvu_document_file_exporter_end),
3836         (djvu_document_file_exporter_get_capabilities),
3837         (djvu_document_file_exporter_iface_init):
3838         * backend/tiff/tiff-document.c:
3839         (tiff_document_file_exporter_begin),
3840         (tiff_document_file_exporter_get_capabilities),
3841         (tiff_document_document_file_exporter_iface_init):
3842         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3843         (pdf_document_file_exporter_do_page),
3844         (pdf_document_file_exporter_get_capabilities),
3845         (pdf_document_file_exporter_iface_init):
3846         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3847         (ev_file_exporter_get_capabilities):
3848         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3849         (idle_print_handler), (ev_print_job_print):
3850         * shell/ev-jobs.c: (ev_job_print_run):
3851         * shell/ev-window.c: (ev_window_print_send),
3852         (ev_window_print_range):
3853
3854         Use capabilities to know which options should be offered by the
3855         print dialog depending on the document backend.
3856
3857 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3858
3859         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3860
3861         Give priority to forms over text to set the cursor.
3862
3863 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3864
3865         * shell/ev-view-private.h:
3866         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3867         (ev_view_leave_notify_event), (ev_view_finalize),
3868         (ev_view_get_property), (ev_view_class_init):
3869
3870         Use IBEAM cursor for text form fields and NORMAL cursor for read
3871         only fields. Remove unused status attribute.
3872
3873 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3876
3877         Update region for current selected items also for checkbox
3878         buttons, since they can behave as radio buttons when they are in a
3879         set.
3880
3881 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3882
3883         * configure.ac:
3884         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3885
3886         Get max length of text form fields.
3887
3888 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3889
3890         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3891         * libdocument/ev-form-field.h:
3892         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3893
3894         Fix build with current poppler cvs head.
3895
3896 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3897
3898         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3899         * shell/eggfindbar.c: (egg_find_bar_init):
3900
3901         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3902         deprecation. Fixes bug #455667
3903
3904 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3905
3906         * NEWS:
3907         * configure.ac:
3908         
3909         Update for release 0.9.2
3910
3911 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3912
3913         * shell/ev-view.c: (ev_view_form_field_text_save),
3914         (ev_view_form_field_choice_save):
3915
3916         Fix a crash when closing whith a form widget visible.
3917
3918 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3919
3920         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3921
3922         Update also the region of the current selected button when
3923         clicking on another button if they are radio buttons.
3924
3925 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3926
3927         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3928         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3929         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3930         (ev_pixbuf_cache_get_link_mapping),
3931         (ev_pixbuf_cache_get_image_mapping),
3932         (ev_pixbuf_cache_get_form_field_mapping),
3933         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3934         * shell/ev-view.c: (ev_view_form_field_get_region),
3935         (ev_view_form_field_button_create_widget),
3936         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3937         (job_finished_cb):
3938
3939         Redraw only form field region instead of the whole page when
3940         reloading a page to show changes on the form field.
3941
3942 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3943
3944         * shell/ev-view.c: (ev_view_form_field_choice_save):
3945
3946         Fix selection of first item in list form fields.
3947
3948 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3949
3950         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3951         (ev_pixbuf_cache_reload_page),
3952         (ev_pixbuf_cache_get_form_field_mapping):
3953
3954         Some refactoring to avoid duplicated code.
3955
3956 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3957
3958         * configure.ac:
3959         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3960         (ev_form_field_from_poppler_field),
3961         (pdf_document_forms_get_form_fields),
3962         (pdf_document_forms_form_field_text_get_text),
3963         (pdf_document_forms_form_field_text_set_text),
3964         (pdf_document_forms_form_field_button_set_state),
3965         (pdf_document_forms_form_field_button_get_state),
3966         (pdf_document_forms_form_field_choice_get_item),
3967         (pdf_document_forms_form_field_choice_get_n_items),
3968         (pdf_document_forms_form_field_choice_is_item_selected),
3969         (pdf_document_forms_form_field_choice_select_item),
3970         (pdf_document_forms_form_field_choice_toggle_item),
3971         (pdf_document_forms_form_field_choice_unselect_all),
3972         (pdf_document_forms_form_field_choice_set_text),
3973         (pdf_document_forms_form_field_choice_get_text),
3974         (pdf_document_document_forms_iface_init):
3975         * libdocument/Makefile.am:
3976         * libdocument/ev-form-field.[ch]:
3977         * libdocument/ev-document-forms.[ch]:
3978         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3979         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3980         (add_job), (ev_pixbuf_cache_reload_page),
3981         (ev_pixbuf_cache_get_form_field_mapping):
3982         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3983         * shell/ev-view-private.h:
3984         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3985         (ev_view_handle_cursor_over_xy),
3986         (ev_view_get_form_field_at_location),
3987         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3988         (ev_view_form_field_button_create_widget),
3989         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3990         (ev_view_form_field_text_create_widget),
3991         (ev_view_form_field_choice_save),
3992         (ev_view_form_field_choice_changed),
3993         (ev_view_form_field_choice_create_widget),
3994         (ev_view_handle_form_field), (ev_view_size_allocate),
3995         (ev_view_realize), (draw_end_presentation_page),
3996         (ev_view_button_press_event), (ev_view_remove_all),
3997         (ev_view_motion_notify_event), (ev_view_key_press_event),
3998         (ev_view_enter_notify_event), (highlight_find_results),
3999         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4000         (ev_view_class_init), (page_changed_cb),
4001         (on_adjustment_value_changed), (ev_view_set_presentation),
4002         (merge_selection_region), (ev_view_set_cursor),
4003         (ev_view_reset_presentation_state):
4004         
4005         Merge evince-forms branch.
4006
4007 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4008
4009         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4010
4011         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4012         This script also updates itself from libegg
4013
4014         * cut-n-paste/toolbar-editor/egg*:
4015         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4016         libegg
4017
4018 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4019
4020         * shell/ev-window.c:
4021         
4022         Adds a nice icon to page action during toolbar editing.
4023         See bug #452872.
4024
4025 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4026
4027         * data/evince-toolbar.xml:
4028         * shell/ev-window.c:
4029         
4030         Let user add a presentation and fullscreen icons on toolbar.
4031         See bug #449734.
4032
4033 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4034
4035         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4036
4037         new script to keep in sync with toolbareditor in libegg
4038
4039         * cut-n-paste/toolbar-editor/*: 
4040
4041         Run update-toolbareditor-from-libegg so we are in sync again. 
4042         Fixes bug #452850.
4043         
4044
4045 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4046
4047         * shell/ev-sidebar-links.c: (job_finished_callback):
4048
4049         Do not connect selection changed signal more than once. Fixes bug
4050         #349433.
4051
4052 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4053
4054         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4055
4056         Do not change sidebar chrome flag when pressing F9 key in
4057         presentation mode.
4058
4059 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4060
4061         * backend/pdf/ev-poppler.cc:
4062         (pdf_document_thumbnails_get_dimensions):
4063
4064         Make sure thumbnails width and height is not <= 0. Fixes a crash
4065         with some pdf documents which have really small pages.
4066
4067 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4068
4069         * shell/main.c: (main):
4070
4071         Fixes program description translation issue.
4072         Bug #450148.
4073
4074 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4075
4076         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4077
4078         Do not change current page when returning from black/white mode
4079         in presentation. Fixes bug #415032.
4080
4081 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4082
4083         * NEWS:
4084         * configure.ac:
4085         
4086         Update for release 0.9.1
4087
4088 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4089
4090         * backend/dvi/dvi-document.c:
4091         (dvi_document_finalize),
4092         (dvi_document_file_exporter_format_supported),
4093         (dvi_document_file_exporter_begin),
4094         (dvi_document_file_exporter_do_page),
4095         (dvi_document_file_exporter_end),
4096         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4097         
4098         PDF exporter for dvi documents. Fixes bug #441319.
4099
4100 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4101
4102         * shell/ev-window.c: (ev_window_clear_print_job):
4103
4104         Clear gtk print job when job has finished. Fixes bug #447612.
4105
4106 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4107
4108         * shell/ev-window.c: (ev_window_print_send),
4109         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4110
4111         Add preview button to print dialog. Fixes bug #445419.
4112
4113 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4114
4115         * backend/dvi/Makefile.am:
4116         * backend/dvi/pixbuf-device.[ch]: Removed
4117         * backend/dvi/cairo-device.[ch]: Added
4118         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4119         * backend/dvi/dvi-document.c: (dvi_document_load),
4120         (dvi_document_render), (dvi_document_finalize),
4121         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4122         (dvi_document_do_color_special):
4123         * libdocument/ev-document-misc.[ch]:
4124         (ev_document_misc_pixbuf_from_surface):
4125
4126         Port dvi backend to cairo and fix a problem with colors. 
4127
4128 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4129
4130         * shell/ev-view.c: (draw_one_page):
4131
4132         Draw only visible region.
4133
4134 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4135
4136         * backend/djvu/djvu-document.c: (djvu_document_render):
4137
4138         Fix rotation in djvu backend.
4139
4140 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4141
4142         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4143         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4144         (ev_pixbuf_cache_get_image_mapping),
4145         (ev_pixbuf_cache_get_text_mapping):
4146
4147         Redraw view every time we have a new surface. Fixes bug #443587.
4148
4149 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4150
4151         * libdocument/ev-document.c: (ev_document_info_free):
4152
4153         Fix memory leaks.
4154
4155 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4156
4157         * backend/dvi/dvi-document.c: (dvi_document_render),
4158         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4159         * backend/impress/impress-document.c:
4160         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4161         (impress_document_render), (impress_document_document_iface_init),
4162         (impress_document_thumbnails_get_thumbnail):
4163         * backend/djvu/djvu-document-private.h:
4164         * backend/djvu/djvu-document.c: (djvu_document_render),
4165         (djvu_document_finalize), (djvu_document_document_iface_init),
4166         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4167         * backend/tiff/tiff-document.c: (tiff_document_render),
4168         (tiff_document_render_pixbuf),
4169         (tiff_document_document_iface_init):
4170         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4171         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4172         (pdf_selection_render_selection):
4173         * backend/comics/comics-document.c:
4174         (comics_document_render_pixbuf), (comics_document_render),
4175         (comics_document_document_iface_init):
4176         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4177         (pixbuf_document_document_iface_init):
4178         * libdocument/ev-document-misc.[ch]:
4179         (ev_document_misc_surface_from_pixbuf),
4180         (ev_document_misc_surface_rotate_and_scale):
4181         * libdocument/ev-document.[ch]: (ev_document_render):
4182         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4183         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4184         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4185         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4186         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4187         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4188         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4189         (render_finished_cb), (ev_job_render_run):
4190         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4191         (merge_selection_region):
4192
4193         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4194         and selections.
4195
4196 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4197
4198         * shell/ev-window-title.c: (ev_window_title_update):
4199
4200         Fix memory leak.
4201
4202 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4203
4204         * shell/ev-view.c: (draw_loading_text):
4205
4206         Show loading text centered. Fixes bug #433061
4207
4208 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4209
4210         * shell/ev-sidebar-thumbnails.c:
4211         (ev_sidebar_thumbnails_set_loading_icon):
4212
4213         Remove a mutex in the main thread that blocks the UI in heavy
4214         documents.
4215
4216 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4217
4218         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4219
4220         Set points_set to TRUE so that selections don't disappear after a
4221         zoom change.
4222
4223 2007-06-07  Michael Monreal  <infernux@web.de>
4224
4225         * data/icons/16x16/actions/Makefile.am:
4226         * data/icons/16x16/actions/zoom.svg:
4227         * data/icons/22x22/actions/Makefile.am:
4228         * data/icons/22x22/actions/zoom.svg:
4229         * data/icons/24x24/actions/Makefile.am:
4230         * shell/ev-stock-icons.c:
4231         * shell/ev-stock-icons.h:
4232         * shell/ev-window.c:
4233         
4234         Zoom icon artwork. See bug #444795.
4235
4236 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4237
4238         * shell/ev-metadata-manager.c: Remove extraneous function
4239         (Closes: #444386)
4240
4241 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4242
4243         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4244         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4245         (ev_metadata_manager_set), (ev_metadata_manager_save):
4246         Simplify the timeout, no need for modified anymore
4247
4248 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4249
4250         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4251         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4252         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4253         (ev_metadata_manager_save): Adapted patch from Arjan van de
4254         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4255         time, saves on power (Closes: #443851)
4256
4257 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4258
4259         * configure.ac:
4260         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4261         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4262
4263         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4264
4265 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4266
4267         * shell/ev-window.c: (ev_window_add_history):
4268
4269         Check if history is NULL
4270
4271 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4272
4273         * libdocument/ev-image.c: (ev_image_finalize):
4274         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4275         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4276         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4277         (ev_tmp_uri_unlink):
4278
4279         Add functions to delete temporary files created by evince in a safe
4280         way.
4281
4282         * shell/ev-window.c: (ev_window_clear_local_uri),
4283         (open_xfer_update_progress_callback),
4284         (save_xfer_update_progress_callback), (ev_window_save_remote),
4285         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4286         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4287         (attachment_save_dialog_response_cb),
4288         (ev_attachment_popup_cmd_save_attachment_as):
4289
4290         Allow saving a copy of a document, image or attachment to a remote
4291         location. Fixes bug #440754. 
4292
4293 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4294
4295         * configure.ac:
4296         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4297
4298         Fix build with current poppler from cvs head. 
4299
4300 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4301
4302         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4303
4304         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4305         directory exists.
4306
4307 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4308
4309         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4310         * shell/ev-window.c:
4311
4312         Change sidebar ordering. Fixes bug #439939.
4313
4314 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4315
4316         * backend/comics/Makefile.am:
4317         
4318         Fixes build with --without-libgnome.
4319
4320 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4321         
4322         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4323
4324         Update cursor and tooltip on page change and view scroll. Fixes bug
4325         #439217.
4326
4327 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4328
4329         * NEWS:
4330         * configure.ac:
4331         
4332         Update for release 0.9.0
4333
4334 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4335
4336         * backend/djvu/djvu-document-private.h:
4337         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4338         (djvu_document_finalize),
4339         (djvu_document_file_exporter_format_supported),
4340         (djvu_document_file_exporter_begin),
4341         (djvu_document_file_exporter_do_page),
4342         (djvu_document_file_exporter_end),
4343         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4344         
4345         Implemented printing with djvu. Bug #437998.
4346
4347 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4348
4349         * backend/impress/zip.c:
4350         Add missing ulong definition.
4351
4352         * backend/ps/ps-interpreter.c:
4353         Add missing headers.
4354
4355         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4356
4357 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4358
4359         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4360
4361         Add missing call to parent class dispose method. 
4362
4363 2007-05-12  Ross Burton  <ross@openedhand.com>
4364
4365         * shell/main.c:
4366         Sync keybindings manually when building without libgnome
4367         (#437925).
4368
4369 2007-05-12  Ross Burton  <ross@openedhand.com>
4370
4371         * shell/ev-window.c:
4372         Respect the screen when opening help (#437866).
4373
4374 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4375
4376         * data/evince-ui.xml:
4377         * shell/ev-application.[ch]: (get_print_settings_from_args),
4378         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4379         (ev_application_open_uri_list):
4380         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4381         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4382         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4383         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4384         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4385         (ev_window_dispose):
4386         * shell/main.c: (arguments_parse):
4387
4388         Add print button in preview mode. Fixes bug #396475. 
4389
4390 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4391
4392         * cut-n-paste/zoom-control/ephy-zoom.h:
4393         
4394         Fixes zoom level factors. See bug #408119 for details.
4395
4396 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4397
4398         * backend/comics/comics-document.c: (comics_regex_quote),
4399         (extract_argv):
4400         
4401         Correctly quote symbols. Fixes crash in the bug
4402         #415370.
4403
4404 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4405
4406         * shell/ev-navigation-action-widget.c:
4407         (ev_navigation_action_widget_init),
4408         (ev_navigation_action_widget_class_init),
4409         (ev_navigation_action_widget_button_press_event):
4410         
4411         Connect to button-press event on correct widget. Fixes
4412         bug #431988
4413
4414 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4415
4416         * shell/ev-application.c: (ev_application_open_window),
4417         (ev_application_add_icon_path_for_screen),
4418         (ev_application_open_uri_at_dest):
4419         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4420         * shell/ev-navigation-action.c: (build_menu):
4421         
4422         Add app-specific icons to our icon theme. Fixes bug
4423         #425508.
4424
4425 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4426
4427         * shell/ev-history.c: (ev_history_class_init),
4428         (ev_history_add_link):
4429         * shell/ev-history.h:
4430         * shell/ev-navigation-action.c:
4431         (ev_navigation_action_history_changed),
4432         (ev_navigation_action_set_history), (build_menu),
4433         (ev_navigation_action_finalize):
4434         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4435         
4436         Make navigation action unsensitive instead of showing
4437         menu with unsensitive word. Fixes bug #417392.
4438
4439 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4440
4441         * shell/ev-application.[ch]: (ev_application_shutdown),
4442         (ev_application_get_print_settings),
4443         (ev_application_set_print_settings):
4444         * shell/ev-window.c:
4445
4446         Remember print settings. Fixes bug #349102. 
4447
4448 2007-05-08  Christian Persch  <chpe@gnome.org>
4449
4450         * configure.ac:
4451         * properties/ev-properties-view.c:
4452
4453         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4454         Bug #382438.
4455
4456 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4457
4458         * configure.ac:
4459         * properties/ev-properties-view.c: (ev_regular_paper_size):
4460
4461         Use gtk+ builtin paper list to identify the document's paper size.
4462         Fixes bug #382438. 
4463
4464 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4465
4466         * configure.ac:
4467
4468         Fix build when compiling with thumbnailer and libgnome support. 
4469
4470 2007-05-04  Ross Burton  <ross@openedhand.com>
4471
4472         * configure.ac:
4473         Add --without-libgnome, check for libgnome and libgnomeui
4474         separately, and add them to the symbols as required.
4475
4476         * libdocument/ev-file-helpers.c:
4477         When building without libgnome, use g_get_user_config_dir instead
4478         of gnome_user_dir_get.
4479
4480         * shell/ev-application.c:
4481         When building without libgnome, don't use session management.
4482
4483         * shell/main.c:
4484         When building without libgnome, don't use GnomeProgram or
4485         initialise the authentication manager.
4486
4487         This fixes #328842.
4488
4489 2007-05-04  Ross Burton  <ross@openedhand.com>
4490
4491         * shell/ev-window.c:
4492         Don't use libgnome to open help, instead call Yelp directly.
4493
4494 2007-05-04  Ross Burton  <ross@openedhand.com>
4495
4496         * shell/ev-sidebar-attachments.c:
4497         Don't use libgnome to lookup icons for MIME types, instead copy
4498         code from GTK+ to do it manually.
4499
4500 2007-05-04  Ross Burton  <ross@openedhand.com>
4501
4502         * configure.ac:
4503         Add libxml to the dependencies for SHELL_CORE (#435818).
4504
4505 2007-05-02  Ross Burton  <ross@openedhand.com>
4506
4507         * configure.ac:
4508         * Makefile.am:
4509         Add --disable-thumbnailer (#434825)
4510
4511 2007-05-02  Ross Burton  <ross@openedhand.com>
4512
4513         * shell/ev-window.c:
4514         Add missing includes, fix indentation.
4515
4516         * shell/main.c:
4517         Fix indentation.
4518
4519 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4520
4521         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4522         ev_application_open_uri_at_dest instead of ev_application_open_uri
4523         preventing new document always being opened in a new window even if there
4524         is an empty window.
4525
4526 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4527
4528         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4529         (egg_recent_view_uimanager_finalize):
4530         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4531         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4532         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4533         (ev_pixbuf_cache_dispose):
4534         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4535         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4536         
4537         Add missing chain to parent class methods. Fixes
4538         bug #433128.
4539
4540 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4541
4542         * data/Makefile.am (update-icon-cache): Updates
4543         gtk-update-icon-cache in uninstall-hook.
4544
4545 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4546
4547         * shell/ev-window.c: (ev_window_setup_document),
4548         (ev_window_set_document), (ev_window_load_job_cb):
4549         * shell/ev-view.c: (setup_caches):
4550         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4551
4552         Start rendering pages before any other jobs. 
4553
4554 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4555
4556         * shell/ev-window.c: (ev_window_stop_fullscreen),
4557         (ev_window_stop_presentation):
4558
4559         Update chrome visibility before window unfullscreen. 
4560
4561 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4562
4563         * data/Makefile.am:
4564         * data/evince-ui.xml:
4565         * shell/ev-stock-icons.[ch]:
4566         * shell/ev-application.[ch]: (ev_application_shutdown),
4567         (ev_application_init), (ev_application_get_toolbars_model):
4568         * shell/ev-window.c: (update_chrome_visibility),
4569         (fullscreen_toolbar_setup_item_properties),
4570         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4571         (ev_window_run_presentation), (ev_window_stop_presentation),
4572         (ev_window_run_preview), (ev_window_screen_changed),
4573         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4574         (ev_window_dispose), (ev_window_init):
4575
4576         Make fullscreen toolbar always visible. Do not use egg toolbars for
4577         fullscreen and preview modes since such toolbars are not editables.
4578         Fixes bugs #300278, #338910 and #316188.  
4579
4580 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4581
4582         * shell/ev-application.c:
4583         * shell/ev-job-queue.c:
4584         * shell/ev-metadata-manager.c:
4585         * shell/ev-stock-icons.c:
4586         * shell/ev-window.c:
4587         * shell/main.c:
4588         
4589         Developers documentation updated.
4590
4591 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4592
4593         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4594
4595         Check whether uri is valid before launching it. Fixes bug #427664.
4596
4597 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4598
4599         * shell/ev-window.c:
4600
4601         Change key accelerator for Open a Copy menu entry which is in conflict
4602         with Close. Fixes bug #427321.
4603
4604 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4605
4606         * NEWS:
4607         * configure.ac:
4608         
4609         Update for release 0.8.1
4610
4611 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4612
4613         * shell/ev-window.c: (setup_size_from_metadata):
4614         
4615         Do not make window bigger than screen. Fixes bug 
4616         #388985.
4617
4618 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4619
4620         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4621         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4622
4623         Use default resolution when it's not provided by document. Fixes bug
4624         #408762.
4625
4626 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4627
4628         * configure.ac:
4629         * thumbnailer/Makefile.am:
4630         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4631         * thumbnailer/evince-thumbnailer.schemas.in:
4632         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4633
4634         Add support for ps, eps and compressed documents thumbnails. Do not
4635         ignore size parameter. 
4636
4637 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4638
4639         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4640         (dvi_document_do_color_special):
4641         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4642
4643         Implement font color specials in the DVI backend. Fixes bug #303651.
4644
4645 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4646
4647         Fixup the previous commit:
4648
4649         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4650         * shell/xdg-user-dir-lookup.c: Make the function non-static
4651         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4652
4653 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4654
4655         * shell/ev-window.c (file_open_dialog_response_cb): Use
4656         the xdg-user-dirs DOCUMENTS folder as default folder when
4657         opening a file chooser.  (#424858)
4658
4659         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4660         xdg-user-dirs.
4661
4662 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4663
4664         * shell/ev-window.c: (ev_window_load_job_cb):
4665
4666         Do not setup view from metadata on preview mode. 
4667
4668 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4669
4670         * shell/main.c:
4671
4672         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4673
4674 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4675
4676         * shell/ev-view.c: (ev_view_primary_get_cb):
4677
4678         Check pointer != NULL before using it. Fixes bug #416841. 
4679
4680 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4681
4682         * NEWS:
4683         * configure.ac:
4684         
4685         Release 0.8.0
4686
4687 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4688
4689         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4690
4691         Do not render thumbnails when sidebar thumbnail page is not visible
4692         at startup. Fixes bug #416447. 
4693
4694 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4695
4696         * data/evince.desktop.in.in:
4697
4698         "Application" is not a valid category in the freedesktop specification.
4699
4700 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4701
4702         * libdocument/ev-file-helpers.[ch]: (compression_run),
4703         (ev_file_uncompress), (ev_file_compress):
4704         * shell/ev-window.c: (file_save_dialog_response_cb):
4705
4706         Save document compressed when saving a copy of a compressed document.
4707         Fixes bug #334542.
4708
4709 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4710
4711         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4712
4713         Allow deleting in goto window entry in presentation mode. 
4714
4715 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4716
4717         * Makefile.am: Dist MAINTAINERS.
4718
4719 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4720
4721         * shell/ev-window.c: (ev_window_update_actions):
4722
4723         Fix zoom shortcut keys when searching. Fixes bug #409828.
4724
4725 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4726
4727         * shell/ev-window.c: (ev_window_setup_document):
4728
4729         Fix crash when loading documents with only one page. 
4730
4731 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4732
4733         * backend/dvi/dvi-document.c:
4734         (dvi_document_thumbnails_get_dimensions),
4735         (dvi_document_thumbnails_get_thumbnail):
4736         * backend/impress/impress-document.c:
4737         (impress_document_thumbnails_get_thumbnail),
4738         (impress_document_thumbnails_get_dimensions):
4739         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4740         (ps_document_thumbnails_get_dimensions):
4741         * backend/djvu/djvu-document.c:
4742         (djvu_document_thumbnails_get_dimensions),
4743         (djvu_document_thumbnails_get_thumbnail):
4744         * backend/tiff/tiff-document.c:
4745         (tiff_document_thumbnails_get_thumbnail),
4746         (tiff_document_thumbnails_get_dimensions):
4747         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4748         (pdf_document_thumbnails_get_thumbnail),
4749         (pdf_document_thumbnails_get_dimensions):
4750         * backend/comics/comics-document.c:
4751         (comics_document_thumbnails_get_thumbnail),
4752         (comics_document_thumbnails_get_dimensions):
4753         * backend/pixbuf/pixbuf-document.c:
4754         (pixbuf_document_thumbnails_get_thumbnail),
4755         (pixbuf_document_thumbnails_get_dimensions):
4756         * libdocument/ev-document-thumbnails.[ch]:
4757         (ev_document_thumbnails_get_thumbnail),
4758         (ev_document_thumbnails_get_dimensions):
4759         * libdocument/ev-document-misc.[ch]:
4760         (ev_document_misc_get_thumbnail_frame):
4761         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4762         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4763         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4764         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4765         (ev_sidebar_thumbnails_refresh):
4766         * shell/ev-window.c: (ev_window_setup_document):
4767         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4768
4769         Use an EvRenderContext for rendering thumbnails instead of a suggested
4770         width, so that different sized pages get sized proportionally.
4771
4772 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4773
4774         * shell/ev-view.c: (ev_view_button_press_event),
4775         (ev_view_key_press_event):
4776
4777         Fix critical warnings when there is no document loaded. 
4778
4779 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4780
4781         * shell/ev-page-action-widget.c:
4782         * shell/ev-navigation-action.c:
4783         * shell/ev-window.c:
4784
4785         Fix compile warnings. 
4786
4787 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4788
4789         * backend/djvu/djvu-text.h:
4790         * backend/djvu/djvu-document.c:
4791         * backend/djvu/djvu-text-page.c:
4792         * backend/djvu/djvu-links.c:
4793         * backend/djvu/djvu-text-page.h:
4794         * backend/djvu/djvu-text.c:
4795         
4796         Fix build on Mac. Fixes bug #392186. Patch by
4797         <ephraim_owns@hotmail.com>
4798
4799 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4800
4801         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4802
4803         Restore cairo context before rendering every page when printing a PDF
4804         document into a PDF file. 
4805
4806 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4807
4808         * backend/ps/gstypes.h:
4809         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4810         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4811         (ps_document_thumbnails_get_thumbnail):
4812
4813         Handle PostScript page orientation. Fixes bug #318568.
4814
4815 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4816
4817         * backend/ps/Makefile.am:
4818         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4819         (document_load), (ps_document_load), (save_document),
4820         (save_page_list), (ps_document_get_n_pages),
4821         (ps_document_get_page_size), (ps_document_get_info),
4822         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4823         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4824         (ps_document_thumbnails_get_thumbnail),
4825         (ps_document_thumbnails_get_dimensions),
4826         (ps_document_document_thumbnails_iface_init):
4827         * backend/ps/ps.[ch]: (psgetpagebox):
4828         * backend/ps/ps-interpreter.[ch]:
4829
4830         Add support for thumbnails in ps backend. Fixes bug #164755. 
4831
4832 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4833
4834         * NEWS:
4835         * configure.ac:
4836         
4837         Release 0.7.2
4838
4839 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4840
4841         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4842         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4843         (ev_window_dispose):
4844
4845         Use document thumbnail as window icon. Fixes bug #384442.
4846
4847 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4848
4849         * configure.ac:
4850
4851         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4852         duplicated adding application/x-bzpostscript instead. 
4853
4854 2007-02-11  Tom Parker  <palfrey@tevp.net>
4855
4856         * backend/ps/ps-document.c: (document_load):
4857
4858         Check return value of psscan before trying
4859         to use it. Fixes bug #372414.
4860
4861 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4862
4863         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4864
4865         Fix invalid free in ev-page-cache. Fixes bug #404745.
4866
4867 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4868
4869         * test/Makefile.am:
4870         * test/test3.py:
4871         
4872         Added reload test case.
4873
4874 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4875
4876         * po/POTFILES.in:
4877         * backend/djvu/djvu-document.c: (djvu_document_load):
4878
4879         Check whether there are missing files in indirect multipage djvu
4880         documents. Fixes bug #361683. 
4881
4882 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4883
4884         * test/Makefile.am:
4885         * test/test-mime.bin:
4886         * test/test3.py:
4887         
4888         Added test for slow mime type
4889
4890 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4891
4892         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4893
4894         Add some checks and call parent_class->finalize. Fixes bug #404745.
4895
4896 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4897
4898         * shell/ev-navigation-action.c: (connect_proxy):
4899         
4900         Fixes dropdown history menu. Thanks a lot Carlos!
4901
4902 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4903
4904         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4905
4906         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4907         bug #373715.
4908
4909 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4910
4911         * backend/ps/ps.c: (psscan):
4912
4913         Fix memory leak. 
4914
4915 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4916
4917         * configure.ac:
4918         * libdocument/ev-file-helpers.c: 
4919
4920         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4921
4922 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4923
4924         * configure.ac:
4925         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4926         (ps_interpreter_start), (document_load), (save_document),
4927         (save_page_list):
4928         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4929         * libdocument/ev-document-factory.c:
4930         (ev_document_factory_get_from_mime), (get_document_from_uri),
4931         (free_uncompressed_uri), (ev_document_factory_get_document):
4932         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4933
4934         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4935
4936 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4937
4938         * libdocument/ev-document.h:
4939
4940         Fix typo in function name. 
4941
4942 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4943
4944         * backend/ps/ps-document.c: (ps_interpreter_finished),
4945         (ps_interpreter_start), (ps_interpreter_failed):
4946
4947         Handle ghostscript interpreter crashes. 
4948
4949 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4950
4951         * shell/ev-window.c: (ev_window_open_uri),
4952         (window_configure_event_cb):
4953
4954         Setup window size and position before showing it. Fixes bug #401711.
4955
4956 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4957
4958         * backend/ps/Makefile.am:
4959         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4960         (ps_document_dispose), (ps_document_class_init),
4961         (ps_interpreter_input), (ps_interpreter_output),
4962         (ps_interpreter_error), (setup_interpreter_env),
4963         (ps_interpreter_start), (ps_interpreter_stop),
4964         (ps_interpreter_failed), (ps_interpreter_is_ready),
4965         (check_filecompressed), (document_load), (ps_document_load),
4966         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4967         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4968         (render_page):
4969
4970         Rework ps-document. Code cleanups, remove deprecated code. 
4971
4972 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4973
4974         * shell/ev-view.c: (ev_view_button_press_event):
4975
4976         Do not start an image drag and drop operation when pointer is on 
4977         text, so that we can select text when the whole background is an
4978         image. 
4979
4980 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4981
4982         * shell/ev-window.c: (ev_window_update_actions): 
4983
4984         Disable all zoom related actions during presentation mode. 
4985
4986 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4987
4988         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4989
4990         Do not zoom in or out on presentation mode. Fixes bug #401305.
4991
4992 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4993
4994         * shell/ev-navigation-action.c: (connect_proxy),
4995         (create_menu_item), (ev_navigation_action_class_init):
4996         
4997         Correctly show menu and fix crash when navigaton 
4998         action is out of toolbar visible area.
4999
5000 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5001
5002         * data/Makefile.am:
5003         * data/evince.1:
5004         
5005         Added man file
5006
5007 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5008
5009         * help/reference/* :
5010         * configure.ac:
5011         
5012         Added gtk-doc based documentation for Evince.
5013         Still in initial state but I hope it will
5014         grow.
5015         
5016         * configure.ac:
5017         
5018         Lower dbus requirement to 0.70
5019
5020 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5021
5022         * shell/ev-window.c: (ev_window_add_history):
5023
5024         Fix memory leak. 
5025
5026 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5027
5028         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5029         * shell/ev-view.h:
5030         * shell/ev-window.c: (ev_window_add_history):
5031         
5032         Correctly handle named destination links
5033
5034 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5035
5036         * NOTES:
5037         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5038         * backend/pdf/ev-poppler.cc:
5039         * libdocument/ev-document-links.h:
5040         * libdocument/ev-link.c: (ev_link_get_page):
5041         * libdocument/ev-link.h:
5042         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5043         (ev_history_add_link):
5044         * shell/ev-history.h:
5045         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5046         (new_history_menu_item), (build_menu):
5047         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5048         * shell/ev-sidebar-links.c: (create_loading_model),
5049         (print_section_cb), (ev_sidebar_links_construct),
5050         (fill_page_labels), (update_page_callback_foreach),
5051         (update_page_callback), (job_finished_callback):
5052         * shell/ev-view.c: (ev_view_handle_link):
5053         * shell/ev-window.c: (ev_window_find_chapter),
5054         (ev_window_add_history), (view_handle_link_cb),
5055         (history_changed_cb):
5056         
5057         Implements another history variant
5058
5059 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5060
5061         * shell/ev-window.c: (view_external_link_cb):
5062         * shell/ev-view.c: (ev_view_button_release_event):
5063
5064         Open links in new window when clicking with middle button. 
5065
5066 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5067
5068         * shell/ev-navigation-action.c: (new_history_menu_item):
5069         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5070         * shell/ev-view.c: (ev_view_handle_link):
5071         * shell/ev-window.c:
5072         
5073         Store link before jump, not the destination. For me it 
5074         seems like more natural history behavior.
5075
5076 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5077
5078         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5079         (ev_navigation_action_class_init):
5080         * shell/ev-navigation-action.h:
5081         * shell/ev-page-action.c: (activate_cb):
5082         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5083         (ev_page_cache_set_current_page_history):
5084         * shell/ev-page-cache.h:
5085         * shell/ev-sidebar-thumbnails.c:
5086         (ev_sidebar_tree_selection_changed),
5087         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5088         * shell/ev-view-private.h:
5089         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5090         * shell/ev-view.h:
5091         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5092         (ev_window_setup_document), (ev_window_load_job_cb):
5093         * shell/ev-window.h:
5094         
5095         History finally works as expected.
5096
5097 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5098
5099         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5100
5101         Do not update links treeview if it doesn't have a model assigned yet. 
5102
5103 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5104
5105         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5106         (ev_sidebar_links_class_init), (update_page_callback):
5107
5108         Do not update links treeview when sidepane is not visible. 
5109
5110 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5111
5112         * shell/ev-marshal.list:
5113         * shell/ev-page-action.c: (activate_cb),
5114         (ev_page_action_class_init):
5115         * shell/ev-page-action.h:
5116         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5117         * shell/ev-window.c:
5118         
5119         Remove activate_link signal, not required.
5120
5121 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5122
5123         * shell/ev-navigation-action.c: (build_menu):
5124         
5125         Reorder menu items and build menu with fixed length.
5126
5127 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5128
5129         * shell/ev-view.c: (get_selected_text):
5130         
5131         Normalize text to fix ligatures problem. See bug
5132         #341947 for details.
5133
5134 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5135
5136         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5137
5138         Fix memory leak in ev-page-cache. 
5139
5140 2007-01-25  Tom Parker <palfrey@tevp.net>
5141
5142         * backend/impress/impress-document.c: (impress_document_load),
5143         (impress_document_finalize), (impress_document_init):
5144         * properties/ev-properties-main.c: (ev_properties_get_pages):
5145         
5146         Correctly handle impress document errors. Fixes nautilus
5147         crash in property page #370491.
5148
5149 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5150
5151         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5152         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5153         (ev_job_queue_remove_job):
5154         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5155         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5156         (ev_job_load_run):
5157         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5158         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5159         (ev_window_load_job_cb), (xfer_update_progress_callback),
5160         (ev_window_open_uri), (ev_window_dispose):
5161         * shell/main.c: (main):
5162
5163         Do file transfer asynchronously in the main thread instead of
5164         synchronously in the load thread. Fixes bugs #399694, #398307 and
5165         #343542.
5166
5167 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5168
5169         * shell/ev-jobs.c: (ev_job_xfer_run):
5170
5171         Load the document with the font-config lock held. 
5172
5173 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5174
5175         * backend/ps/ps-document.c: (start_interpreter):
5176
5177         Fix memory leaks in ps backend. 
5178
5179 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5180
5181         * backend/impress/impress-document.c:
5182         (impress_document_render_pixbuf):
5183
5184         Do not acquire fontconfig lock in impress backend, since it is using
5185         the main loop for rendering. 
5186
5187 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5188
5189         * po/POTFILES.in: 
5190
5191         Remove mdvi files that shouldn't be translated. 
5192
5193 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5194
5195         * shell/ev-view-private.h:
5196         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5197         (ev_view_set_zoom):
5198
5199         Render "loading..." text into a cairo surface instead of directly into
5200         the window so that fontconfig lock is only needed once and UI is not
5201         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5202
5203 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5204
5205         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5206         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5207
5208         Use icon theme associated with the window screen rather than default. 
5209
5210 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5211
5212         * configure.ac:
5213
5214         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5215
5216 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5217
5218         * data/icons/*/apps/evince.*:
5219
5220         Move Evince icons under new apps directory.
5221
5222         * data/icons/*/actions/*:
5223
5224         Add new custom themeable Evince icons: view-page-continuous, 
5225         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5226         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5227
5228         * configure.ac:
5229
5230         Add new directories to AC_CONFIG_FILES.
5231
5232         * shell/ev-stock-icons.c:
5233         * shell/ev-stock-icons.h:
5234
5235         Use new custom themeable icons.
5236
5237 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5238
5239         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5240
5241         Do not draw white background page in presentation mode. 
5242
5243 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5244
5245         * shell/ev-view.c: Remove unused gnome-vfs include.
5246
5247 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5248
5249         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5250         
5251         Format string is corrected, fixes bug #397129.
5252
5253 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5254
5255         * shell/ev-window.c: (ev_window_setup_recent):
5256
5257         Do not include in recent menu inexistent documents. Fixes
5258         bug #339171.
5259
5260 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5261
5262         * po/POTFILES.skip: 
5263
5264         Update POTFILES.skip file according to current source tree. 
5265
5266 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5267
5268         * shell/ev-window.c: (file_save_dialog_response_cb):
5269
5270         Do Save a copy in atomic way. Fixes bug #328266. 
5271
5272 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5273
5274         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5275
5276         Keep selected cell always visible in index treeview.
5277
5278 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5279         
5280         * shell/ev-view.c: (ev_view_size_allocate):
5281
5282         Restore horizontal scrollbar after switching to/from fullscreen
5283         or presentation mode. Fixes bug #331728.
5284
5285 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5286
5287         * shell/ev-view-private.h:
5288         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5289         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5290         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5291         (ev_view_can_zoom_out):
5292
5293         Use max and min scale values in the view iby taking dpi into account. 
5294
5295 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5296
5297         * configure.ac:
5298         * NEWS:
5299
5300         Release 0.7.1
5301
5302 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5303
5304         * shell/ev-window.c: (ev_window_print_send):
5305
5306         Send print job to printer with some settings set to default values,
5307         since we have already exported to a file according to such settings
5308         and they could be taken twice by some printers. 
5309
5310 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5311
5312         * shell/ev-jobs.c: (ev_job_xfer_run):
5313         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5314
5315         Show main window and load document with the font-config lock held. 
5316
5317 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5318
5319         * configure.ac:
5320         * shell/ev-application.c: (ev_application_register_service):
5321         * shell/main.c: (load_files_remote):
5322
5323         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5324
5325 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5326
5327         * doc/debugging.txt:
5328         
5329         Remove obsolete documentation.
5330
5331 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5332
5333         * Makefile.am:
5334         * backend/Makefile.am:
5335         * backend/comics/Makefile.am:
5336         * backend/djvu/Makefile.am:
5337         * backend/dvi/Makefile.am:
5338         * backend/ev-async-renderer.c:
5339         * backend/ev-async-renderer.h:
5340         * backend/ev-attachment.c:
5341         * backend/ev-attachment.h:
5342         * backend/ev-backend-marshal.c:
5343         * backend/ev-document-factory.c:
5344         * backend/ev-document-factory.h:
5345         * backend/ev-document-find.c:
5346         * backend/ev-document-find.h:
5347         * backend/ev-document-fonts.c:
5348         * backend/ev-document-fonts.h:
5349         * backend/ev-document-images.c:
5350         * backend/ev-document-images.h:
5351         * backend/ev-document-info.h:
5352         * backend/ev-document-links.c:
5353         * backend/ev-document-links.h:
5354         * backend/ev-document-misc.c:
5355         * backend/ev-document-misc.h:
5356         * backend/ev-document-security.c:
5357         * backend/ev-document-security.h:
5358         * backend/ev-document-thumbnails.c:
5359         * backend/ev-document-thumbnails.h:
5360         * backend/ev-document-transition.c:
5361         * backend/ev-document-transition.h:
5362         * backend/ev-document.c:
5363         * backend/ev-document.h:
5364         * backend/ev-file-exporter.c:
5365         * backend/ev-file-exporter.h:
5366         * backend/ev-image.c:
5367         * backend/ev-image.h:
5368         * backend/ev-link-action.c:
5369         * backend/ev-link-action.h:
5370         * backend/ev-link-dest.c:
5371         * backend/ev-link-dest.h:
5372         * backend/ev-link.c:
5373         * backend/ev-link.h:
5374         * backend/ev-render-context.c:
5375         * backend/ev-render-context.h:
5376         * backend/ev-selection.c:
5377         * backend/ev-selection.h:
5378         * backend/impress/Makefile.am:
5379         * backend/pdf/Makefile.am:
5380         * backend/pixbuf/Makefile.am:
5381         * backend/ps/Makefile.am:
5382         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5383         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5384         (start_interpreter), (stop_interpreter), (document_load),
5385         (ps_document_next_page), (render_page):
5386         * backend/tiff/Makefile.am:
5387         * comics/Makefile.am:
5388         * comics/comics-document.c:
5389         * comics/comics-document.h:
5390         * configure.ac:
5391         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5392         * djvu/Makefile.am:
5393         * djvu/djvu-document-private.h:
5394         * djvu/djvu-document.c:
5395         * djvu/djvu-document.h:
5396         * djvu/djvu-links.c:
5397         * djvu/djvu-links.h:
5398         * djvu/djvu-text-page.c:
5399         * djvu/djvu-text-page.h:
5400         * djvu/djvu-text.c:
5401         * djvu/djvu-text.h:
5402         * dvi/Makefile.am:
5403         * dvi/dvi-document.c:
5404         * dvi/dvi-document.h:
5405         * dvi/fonts.c:
5406         * dvi/fonts.h:
5407         * dvi/mdvi-lib/Makefile.am:
5408         * dvi/mdvi-lib/afmparse.c:
5409         * dvi/mdvi-lib/afmparse.h:
5410         * dvi/mdvi-lib/bitmap.c:
5411         * dvi/mdvi-lib/bitmap.h:
5412         * dvi/mdvi-lib/color.c:
5413         * dvi/mdvi-lib/color.h:
5414         * dvi/mdvi-lib/common.c:
5415         * dvi/mdvi-lib/common.h:
5416         * dvi/mdvi-lib/defaults.h:
5417         * dvi/mdvi-lib/dvimisc.c:
5418         * dvi/mdvi-lib/dviopcodes.h:
5419         * dvi/mdvi-lib/dviread.c:
5420         * dvi/mdvi-lib/files.c:
5421         * dvi/mdvi-lib/font.c:
5422         * dvi/mdvi-lib/fontmap.c:
5423         * dvi/mdvi-lib/fontmap.h:
5424         * dvi/mdvi-lib/fontsrch.c:
5425         * dvi/mdvi-lib/gf.c:
5426         * dvi/mdvi-lib/hash.c:
5427         * dvi/mdvi-lib/hash.h:
5428         * dvi/mdvi-lib/list.c:
5429         * dvi/mdvi-lib/mdvi.h:
5430         * dvi/mdvi-lib/pagesel.c:
5431         * dvi/mdvi-lib/paper.c:
5432         * dvi/mdvi-lib/paper.h:
5433         * dvi/mdvi-lib/pk.c:
5434         * dvi/mdvi-lib/private.h:
5435         * dvi/mdvi-lib/setup.c:
5436         * dvi/mdvi-lib/sp-epsf.c:
5437         * dvi/mdvi-lib/special.c:
5438         * dvi/mdvi-lib/sysdeps.h:
5439         * dvi/mdvi-lib/t1.c:
5440         * dvi/mdvi-lib/tfm.c:
5441         * dvi/mdvi-lib/tfmfile.c:
5442         * dvi/mdvi-lib/tt.c:
5443         * dvi/mdvi-lib/util.c:
5444         * dvi/mdvi-lib/vf.c:
5445         * dvi/pixbuf-device.c:
5446         * dvi/pixbuf-device.h:
5447         * impress/Makefile.am:
5448         * impress/common.h:
5449         * impress/document.c:
5450         * impress/f_oasis.c:
5451         * impress/f_oo13.c:
5452         * impress/iksemel.c:
5453         * impress/iksemel.h:
5454         * impress/imposter.h:
5455         * impress/impress-document.c:
5456         * impress/impress-document.h:
5457         * impress/internal.h:
5458         * impress/r_back.c:
5459         * impress/r_draw.c:
5460         * impress/r_geometry.c:
5461         * impress/r_gradient.c:
5462         * impress/r_style.c:
5463         * impress/r_text.c:
5464         * impress/render.c:
5465         * impress/render.h:
5466         * impress/zip.c:
5467         * impress/zip.h:
5468         * lib/Makefile.am:
5469         * lib/ev-debug.c:
5470         * lib/ev-debug.h:
5471         * lib/ev-file-helpers.c:
5472         * lib/ev-file-helpers.h:
5473         * lib/ev-gui.c:
5474         * lib/ev-gui.h:
5475         * lib/ev-tooltip.c:
5476         * lib/ev-tooltip.h:
5477         * libdocument/Makefile.am:
5478         * libdocument/ev-file-helpers.c:
5479         * pdf/Makefile.am:
5480         * pdf/ev-poppler.cc:
5481         * pdf/ev-poppler.h:
5482         * pixbuf/Makefile.am:
5483         * pixbuf/pixbuf-document.c:
5484         * pixbuf/pixbuf-document.h:
5485         * properties/Makefile.am:
5486         * ps/Makefile.am:
5487         * ps/gsdefaults.c:
5488         * ps/gsdefaults.h:
5489         * ps/gsio.c:
5490         * ps/gsio.h:
5491         * ps/gstypes.h:
5492         * ps/ps-document.c:
5493         * ps/ps-document.h:
5494         * ps/ps.c:
5495         * ps/ps.h:
5496         * shell/Makefile.am:
5497         * shell/ev-application.h:
5498         * shell/ev-sidebar-links.c:
5499         * shell/ev-sidebar-links.h:
5500         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5501         (ev_gui_menu_position_tree_selection):
5502         * shell/ev-utils.h:
5503         * shell/ev-view.c: (ev_view_finalize):
5504         * shell/ev-window.c:
5505         * shell/main.c: (main):
5506         * thumbnailer/Makefile.am:
5507         * tiff/Makefile.am:
5508         * tiff/tiff-document.c:
5509         * tiff/tiff-document.h:
5510         * tiff/tiff2ps.c:
5511         * tiff/tiff2ps.h:
5512         
5513         Reorganize source tree.
5514
5515 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5516
5517         * backend/ev-document-factory.c:
5518
5519         Do not include ev-poppler.h when pdf is disabled. 
5520
5521 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5522
5523         * configure.ac:
5524         * data/evince-ui.xml:
5525         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5526         (pdf_document_document_images_iface_init):
5527         * backend/Makefile.am:
5528         * backend/ev-document-images.[ch]:
5529         * backend/ev-image.[ch]:
5530         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5531         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5532         (ev_job_xfer_run):
5533         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5534         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5535         (ev_pixbuf_cache_get_image_mapping):
5536         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5537         (view_menu_popup_cb), (ev_window_dispose),
5538         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5539         (ev_view_popup_cmd_copy_image):
5540         * shell/ev-view-private.h:
5541         * shell/ev-view.c: (ev_view_get_image_at_location),
5542         (ev_view_do_popup_menu), (ev_view_popup_menu),
5543         (ev_view_button_press_event), (ev_view_drag_data_get),
5544         (ev_view_drag_motion), (ev_view_drag_data_received),
5545         (ev_view_motion_notify_event), (ev_view_button_release_event),
5546         (ev_view_finalize), (ev_view_class_init):
5547
5548         Add image handling support. Fixes bugs #310008 and #325047. Images
5549         selection is not supported yet. 
5550
5551 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5552
5553         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5554         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5555         (ev_view_init):
5556
5557         Move view drag and drop stuff to ev-view.
5558
5559 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5560
5561         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5562         * shell/ev-view.c: (clear_selection): 
5563
5564         Clear selection also in pixbuf cache.
5565
5566 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5567
5568         * data/evince.desktop.in.in:
5569         
5570         Change icon name in desktop file. See bug #390734
5571         for details.
5572
5573 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5574
5575         * thumbnailer/Makefile.am:
5576
5577         Use top_builddir instead top_srcdir for generated schema
5578         file installation. Fixes bug #390161.
5579
5580 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5581
5582         * configure.ac:
5583         * backend/Makefile.am:
5584         * backend/ev-document-transition.[ch]:
5585         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5586         (pdf_document_page_transition_iface_init):
5587         * shell/ev-view-private.h:
5588         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5589         (ev_view_set_presentation), (transition_next_page),
5590         (ev_view_presentation_transition_stop),
5591         (ev_view_presentation_transition_start), (ev_view_next_page):
5592
5593         Add page transition support in presentation mode. At the moment only
5594         page duration is supported, but not transition effects. Fixes bug
5595         #309815.
5596
5597 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5598
5599         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5600
5601         Run find_link_dest with document lock held, since it's called by links
5602         thread and main thread at the same time. 
5603
5604 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5605
5606         * shell/ev-view.c: (goto_dest):
5607
5608         Update page-cache when page is changed by the view, so that
5609         page-changed signal is emitted. 
5610
5611 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5612
5613         * test/test1.py:
5614         * test/test2.py:
5615
5616         Use C locale in tests. 
5617
5618 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5619
5620         * shell/ev-window.c: (ev_window_run_presentation):
5621         * shell/ev-view-private.h:
5622         * shell/ev-view.c: (ev_view_set_presentation):
5623
5624         Restore zoom settings when back from presentation mode. 
5625
5626 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5627
5628         * shell/ev-window.c: (ev_window_run_presentation):
5629
5630         Always use "best fit" zoom in presentation mode.
5631         Fixes bug #389195.
5632
5633 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5634
5635         * shell/ev-view.c: (ev_view_goto_window_create):
5636
5637         Show "Jump to page" label in the page jumping popup in
5638         presentation mode instead of just a GtkEntry.
5639
5640 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5641
5642         * shell/ev-window.c: (launch_external_uri):
5643
5644         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5645         #378085.
5646
5647 2006-12-22  Elijah Newren  <newren gmail com>
5648
5649         * configure.ac: explicitly check for libxml2.  Fixes #388795
5650
5651 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5652
5653         * shell/ev-view-private.h:
5654         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5655         (ev_view_goto_window_delete_event), (key_is_numeric),
5656         (ev_view_goto_window_key_press_event),
5657         (ev_view_goto_window_button_press_event),
5658         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5659         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5660         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5661
5662         Allow jumping to another page by typing a page number in presentation
5663         mode. It uses a popup window with an entry. Fixes bug #353625.
5664
5665 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5666
5667         * configure.ac:
5668         * properties/ev-properties-view.c: (ev_get_default_user_units),
5669         (ev_regular_paper_size):
5670         
5671         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5672         to Damien Carbery <damien.carbery@sun.com> and
5673         Yevgen Muntyan <muntyan@tamu.edu>.
5674
5675 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5676
5677         * shell/ev-window.c: (setup_document_from_metadata):
5678
5679         Make sure Evince doesn't restore the view on the last
5680         page when a document is reopened. Fixes bug #383381.
5681
5682 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5683
5684         * shell/ev-view.c: (draw_loading_text):
5685
5686         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5687
5688 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5689
5690         * configure.ac:
5691         * NEWS:
5692
5693         Release 0.7.0
5694
5695 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5696
5697         * configure.ac:
5698         * pdf/ev-poppler.cc: (pdf_print_context_free),
5699         (pdf_document_file_exporter_begin),
5700         (pdf_document_file_exporter_do_page):
5701
5702         Make cairo-pdf depedency optional. 
5703
5704 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5705
5706         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5707
5708         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5709
5710 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5711
5712         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5713         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5714         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5715         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5716         * shell/ev-view.c: (draw_loading_text):
5717         * shell/ev-window.c: (ev_window_cmd_file_properties):
5718
5719         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5720         related to using FontConfig from different threads.
5721         
5722 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5723
5724         * shell/ev-view.c: (draw_loading_text):
5725
5726         Acquire lock document when drawing "Loading..." text so that only one
5727         thread will use FontConfig at the same time. Fixes bug #374750.
5728
5729 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5730
5731         * shell/ev-page-action.[ch]: (activate_cb):
5732         * shell/ev-window.c: (activate_label_cb):
5733
5734         Check if text inserted in page entry is a valid page number when it
5735         doesn't match to any document page label. Fixes bug #383165.
5736
5737 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5738         * shell/ev-window.c:
5739
5740         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5741         available with GTK < 2.10. Added an ifdef to avoid compilation
5742         error.
5743
5744 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5745
5746         * configure.ac:
5747         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5748
5749         Fix ps backend in multihead systems.
5750
5751 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5752
5753         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5754         * shell/ev-window.c: (ev_window_get_screen_dpi),
5755         (ev_window_update_actions), (setup_view_from_metadata),
5756         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5757
5758         Take screen DPI into account when zooming. Fixes bug #318285.
5759
5760 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5761
5762         * data/Makefile.am:
5763
5764         Cleaned up/slightly refactored Makefile.am. Added GConf
5765         schemas uninstallation as well.
5766
5767 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5768
5769         * Makefile.am:
5770         * test/Makefile.am:
5771
5772         Fight with autotools to fix make check. Make distcheck
5773         works fine as well now!
5774
5775 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5776
5777         * shell/ev-view.c: (draw_end_presentation_page):
5778
5779         Corrected "end of presentation" string.
5780
5781 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5782
5783         * shell/ev-view.c: (ev_view_key_press_event):
5784
5785         Correctly propagate key press event so that up/down keys
5786         work as expected (correct behaviour was broken by
5787         black/white screen key bindings for presentations).
5788
5789 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5790
5791         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5792         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5793         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5794         (pdf_selection_get_selection_region),
5795         (pdf_selection_get_selection_map):
5796
5797         Add "static" to some private functions. 
5798
5799 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5800
5801         * lib/ev-tooltip.h:
5802         * properties/ev-properties-view.h:
5803         * shell/ev-jobs.h:
5804         * shell/ev-properties-dialog.h:
5805         * shell/ev-properties-fonts.h:
5806         * shell/ev-sidebar-links.h:
5807         * shell/ev-sidebar-thumbnails.h:
5808         * shell/ev-sidebar.h:
5809         * shell/ev-window.h:
5810         
5811         Fixes CHACK type in class casts. See bug #385343
5812         for details.
5813
5814 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5815
5816         * shell/ev-view-private.h:
5817         * shell/ev-view.c: (draw_end_presentation_page),
5818         (ev_view_expose_event), (ev_view_key_press_event),
5819         (ev_view_class_init), (ev_view_init):
5820
5821         Blank screen in presentation mode when pressing 'b' (filling with
5822         black) or 'w' (filling with white) keys. Fixes bug #358132.
5823
5824 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5825
5826         * data/evince-toolbar.xml:
5827         * shell/ev-window.c:
5828         
5829         Use stock icon for Select All action. Fixes
5830         bug #382652.
5831
5832 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5833
5834         * shell/ev-view.c: (get_doc_point_from_offset),
5835         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5836
5837         Add links support in rotated documents. Fixes bug #343733.
5838
5839 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5840
5841         * shell/ev-view-private.h:
5842         * shell/ev-view.c: (draw_end_presentation_page),
5843         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5844
5845         Show a blank page after the last page in presentation mode with a
5846         message indicating that presentation has finished and how to exit. 
5847
5848 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5849
5850         * shell/ev-window.c: (fullscreen_timeout_cb):
5851
5852         Hide cursor after a while in presentation mode. 
5853
5854 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5855
5856         * backend/ev-document-info.h:
5857         * data/evince-properties.glade:
5858         * pdf/ev-poppler.cc:
5859         * properties/ev-properties-view.c: (ev_regular_paper_size),
5860         (ev_properties_view_set_info):
5861         * ps/ps-document.c: (ps_document_get_info):
5862
5863         Adds a paper size field to the properties dialog. Fixes
5864         bug #307315. Patch by Kasper Svendsen (with some i18n
5865         changes done by me).
5866
5867 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5868
5869         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5870         (screensaver_init_dbus), (totem_scrsaver_new),
5871         (totem_scrsaver_init):
5872         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5873         * shell/ev-application.c: (ev_application_register_service),
5874         (ev_application_screensaver_enable),
5875         (ev_application_screensaver_disable):
5876         * shell/ev-application.h:
5877         * shell/ev-window.c: (ev_window_run_presentation),
5878         (ev_window_stop_presentation), (build_comments_string),
5879         (ev_window_init):
5880         
5881         Move screensaver handling to application. No more
5882         message on startup.
5883
5884 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5885
5886         * configure.ac:
5887         * backend/Makefile.am:
5888         * backend/ev-file-exporter.[ch]:
5889         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5890         * ps/ps-document.c: (ps_document_file_exporter_*):
5891         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5892         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5893         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5894         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5895
5896         Allow printing to PDF when suppoted by the backend.
5897         
5898 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5899
5900         * shell/ev-window.c: (build_comments_string):
5901
5902         Use always "Document Viewer" in about dialog. 
5903
5904 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5905
5906         * djvu/djvu-document.c: (djvu_document_get_page_size):
5907
5908         Display a warning message when get_pageinfo fails. 
5909
5910 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5911
5912         * Makefile.am:
5913         * backend/Makefile.am:
5914         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5915         * configure.ac:
5916         * shell/ev-window.c: (build_comments_string):
5917         
5918         Make pdf compilation optional. See bug #38007.
5919
5920 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5921
5922         * ps/ps.c: (get_next_text):
5923
5924         Fix CVE-2006-5864.
5925
5926 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5927
5928         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5929         * shell/ev-navigation-action.c: (connect_proxy),
5930         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5931         
5932         Do not call g_type_class_peek_parent twice.
5933
5934 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5935
5936         * configure.ac:
5937         * data/icons/24x24/.cvsignore:
5938         * data/icons/24x24/Makefile.am:
5939         * data/icons/24x24/evince.png:
5940         * data/icons/Makefile.am:
5941         
5942         Add 24x24 icon. Thanks to 
5943         Michael Monreal <infernux@web.de>.
5944
5945 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5946
5947         * configure.ac: Fix typo in configure.ac. Thanks
5948         to dmacks@netspace.org for notification.
5949
5950 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5951
5952         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5953         
5954         Drop dbus include, fixes compilation with older dbus.
5955
5956 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5957
5958         * configure.ac:
5959         * cut-n-paste/Makefile.am:
5960         * cut-n-paste/totem-screensaver/.cvsignore
5961         * cut-n-paste/totem-screensaver/Makefile.am:
5962         * cut-n-paste/totem-screensaver/README:
5963         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5964         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5965         * shell/Makefile.am:
5966         * shell/ev-window.c: (ev_window_run_presentation),
5967         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5968         (ev_window_init):
5969
5970         Implemented screensaver enabling/disabling for
5971         presentation mode (not fullscreen mode). Code stolen
5972         from Totem (with some minor tweaks). Fixes bug #338889.
5973
5974 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5975
5976         * configure.ac:
5977
5978         Bump gnome-icon-theme requirements. We use the rotation
5979         icons that appeared recently.
5980
5981 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5982
5983         * shell/ev-history.c: (ev_history_add_page):
5984         * shell/ev-history.h:
5985         * shell/ev-window.c: (page_changed_cb):
5986         
5987         Use page labels instead of numbers.
5988
5989 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5990
5991         * data/evince-toolbar.xml:
5992         * po/POTFILES.in:
5993         * shell/Makefile.am:
5994         * shell/ev-navigation-action-widget.c:
5995         (ev_navigation_action_widget_init),
5996         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5997         (menu_detacher), (ev_navigation_action_widget_set_menu),
5998         (menu_position_func), (popup_menu_under_arrow),
5999         (ev_navigation_action_widget_toggled),
6000         (ev_navigation_action_widget_button_press_event):
6001         * shell/ev-navigation-action-widget.h:
6002         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6003         (ev_navigation_action_set_window), (activate_menu_item_cb),
6004         (new_history_menu_item), (new_empty_history_menu_item),
6005         (build_menu), (menu_activated_cb), (connect_proxy),
6006         (create_tool_item), (ev_navigation_action_init),
6007         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6008         * shell/ev-navigation-action.h:
6009         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6010         (ev_page_action_widget_set_page_cache),
6011         (ev_page_action_widget_finalize),
6012         (ev_page_action_widget_class_init), (match_selected_cb),
6013         (display_completion_text), (match_completion), (build_new_tree_cb),
6014         (get_filter_model_from_model),
6015         (ev_page_action_widget_update_model):
6016         * shell/ev-page-action-widget.h:
6017         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6018         (connect_proxy):
6019         * shell/ev-page-action.h:
6020         * shell/ev-stock-icons.c:
6021         * shell/ev-stock-icons.h:
6022         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6023         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6024         (register_custom_actions):
6025         * shell/main.c:
6026         
6027         Preliminary history implementation
6028
6029 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6030
6031         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6032         (dvi_document_class_init), (dvi_document_init_params):
6033         * dvi/mdvi-lib/font.c: (font_reference):
6034         
6035         Add reference to subfont. Fixes bug #374277.
6036
6037 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6038
6039         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6040         (ev_window_cmd_file_open_copy_at_dest):
6041
6042         Fix a race condition when creating symlink. Increase the counter
6043         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6044         Mathias Hasselmann).
6045
6046 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6047
6048         * backend/Makefile.am:
6049         * backend/ev-attachment.c: (ev_attachment_open):
6050         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6051         (ev_tmp_dir), (ev_tmp_filename):
6052         * shell/ev-sidebar-attachments.c:
6053         (ev_sidebar_attachments_drag_data_get):
6054         * shell/ev-window.c: (ev_window_clear_temp_file):
6055
6056         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6057         in ensure_dir_exists. Abort without crashing when we can't create
6058         user's directory.
6059
6060 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6061
6062         * data/evince-ui.xml:
6063         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6064         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6065         (ev_window_cmd_file_open_copy_at_dest),
6066         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6067         (ev_view_popup_cmd_open_link_new_window):
6068
6069         Allow opening a copy of the current document in a new window. Fixes bug
6070         #357472
6071
6072 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6073
6074         * data/evince-toolbar.xml:
6075         
6076         Add rotate right and rotate left to available items for toolbar.
6077         
6078         * data/evince-ui.xml:
6079         * shell/ev-window.c: (ev_window_init):
6080         
6081         Customize toolbar with right click. Fixes bug #372451.
6082
6083 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6084
6085         * shell/ev-window.c: 
6086         
6087         Use "object-rotate-{left,right}" stock icons. Fixes 
6088         bug #373863.
6089
6090 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6091
6092         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6093         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6094         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6095         (ev_window_open_uri):
6096         * shell/main.c: (arguments_parse):
6097
6098         Remove temp file created when evince is used by GTK+ in
6099         preview mode. Fixes bug #365282. 
6100
6101 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6102
6103         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6104         
6105         Fixes bug #372474 - Side pane disabled when entering 
6106         and leaving fullscreen mode.
6107
6108 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6109
6110         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6111         * data/Makefile.am:
6112         * data/evince-preview-toolbar.xml:
6113         * data/evince-toolbar.xml:
6114         * shell/ev-application.c: (ev_application_shutdown),
6115         (ev_application_init), (ev_application_get_toolbars_model):
6116         * shell/ev-application.h:
6117         * shell/ev-window.c: (update_chrome_visibility),
6118         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6119         (ev_window_cmd_edit_toolbar), (ev_window_init):
6120         
6121         Fixes bug #364364 - toolbar editor shows zoom actions again.
6122
6123 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6124
6125         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6126
6127         Do not take margins into consideration for paper size when printing.
6128         Really fixes bug #350491.
6129
6130 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6131
6132         * data/evince-ui.xml:
6133         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6134         (ev_window_cmd_file_print_setup),
6135         (ev_window_print_dialog_response_cb),
6136         (ev_window_setup_action_sensitivity):
6137
6138         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6139
6140 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6141
6142         * shell/ev-window.c: (ev_window_print_range):
6143
6144         Revert my previuos commit, since printing to PDF is not supported by
6145         evince yet. 
6146
6147 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6148
6149         * shell/ev-window.c: (ev_window_print_range):
6150
6151         Enable print to a PDF. Fixes bug #332121.
6152
6153 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6154
6155         * shell/ev-application-service.xml:
6156         * shell/ev-application.[ch]: (ev_application_open_window),
6157         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6158         (ev_application_open_uri), (ev_application_open_uri_list):
6159         * shell/ev-window.c: (file_open_dialog_response_cb),
6160         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6161         (drag_data_received_cb), (open_remote_link):
6162         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6163
6164         Add support for multiscreen systems. Fixes bug #316206.
6165
6166 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6167
6168         * shell/ev-jobs.[ch]: (ev_job_print_new),
6169         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6170         (ev_job_print_do_page):
6171         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6172
6173         Allow printing only odd/even pages. Fixes bug #367289.
6174
6175 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6176
6177         * test/test1.py:
6178         * test/test2.py:
6179
6180         Re-add locale settings to test files.
6181
6182 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6183
6184         * data/evince-ui.xml:
6185         * shell/ev-window.c: (set_action_properties):
6186         
6187         Removed garbage from code and ui.
6188
6189 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6190
6191         * shell/ev-window.c: (ev_window_cmd_help_about):
6192
6193         Shamelessly add my name to the list of contributors.
6194
6195 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6196
6197         * test/test1.py:
6198         * test/test2.py:
6199
6200         Cleaned up the dogtail scripts.
6201
6202 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6203
6204         * shell/ev-view.c: (draw_loading_text): Don't render
6205         "loading..." text in presentation mode. Temporary
6206         workaround for bug #320352.
6207
6208 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6209
6210         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6211         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6212
6213         Use print settings scale, copies, collate and reverse which were
6214         ignored. Fixes bug #359032.
6215
6216 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6217
6218         * configure.ac:
6219         * data/evince-password.glade:
6220         * test/Makefile.am:
6221         * test/test-encrypt.pdf:
6222         * test/test-links.pdf:
6223         * test/test1.py:
6224         * test/test2.py:
6225
6226         Add automated UI tests for evince with dogtail. See
6227         bug #300948.    
6228
6229 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6230
6231         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6232
6233         Hide fullscreen toolbar when switching to another desktop workspace.
6234         Fixes bug #338871
6235
6236 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6237
6238         * shell/ev-window-title.c: 
6239         
6240         Test for .dvi in title of pdf documents.
6241
6242 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6243
6244         * shell/ev-view.c: (ev_view_scroll):
6245
6246         Page Up/Down should do page jumps in "Best fit" mode.
6247         If a user has explicitly chosen to view exactly one page
6248         at a time, scrolling just a part of the page when
6249         pressing Page Up/Down is not right. Fixes bug #323107.
6250
6251 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6252
6253         * NEWS:
6254         * configure.ac:
6255         
6256         Update for 0.6.1
6257
6258 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6259
6260         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6261         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6262         
6263         Correctly disconnect from job signals on destroy.
6264
6265 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6266
6267         * shell/ev-view-private.h:
6268         * shell/ev-view.c: (view_set_adjustment_values),
6269         (view_update_range_and_current_page),
6270         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6271         
6272         Fixes bug #343199, current page now follows find page.
6273
6274 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6275
6276         * backend/ev-document-factory.c:
6277         * configure.ac:
6278         Assigned OpenDocument presenation MIME type to the
6279         Impress backend. Added some missing (but harmless)
6280         #ifdefs in the document factory as well to make things
6281         consistent again. Fixes bug #360658.
6282
6283 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6284
6285         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6286         * backend/ev-document-find.c: (ev_document_find_get_type):
6287         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6288         * backend/ev-document-links.c: (ev_document_links_get_type):
6289         * backend/ev-document-security.c: (ev_document_security_get_type):
6290         * backend/ev-document-thumbnails.c:
6291         (ev_document_thumbnails_get_type):
6292         * backend/ev-document.c: (ev_document_get_type):
6293         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6294         * backend/ev-selection.c: (ev_selection_get_type):
6295         * cut-n-paste/recent-files/egg-recent-model.c:
6296         (egg_recent_model_get_type):
6297         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6298         (egg_recent_view_uimanager_get_type):
6299         * cut-n-paste/recent-files/egg-recent-view.c:
6300         (egg_recent_view_get_type):
6301         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6302         (egg_editable_toolbar_get_type):
6303         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6304         (egg_toolbar_editor_get_type):
6305         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6306         (egg_toolbars_model_get_type):
6307         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6308         (egg_tree_multi_drag_source_get_type):
6309         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6310         (ephy_zoom_action_get_type):
6311         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6312         (ephy_zoom_control_get_type):
6313         * impress/r_back.c: (_imp_fill_back):
6314         * properties/ev-properties-main.c:
6315         (ev_properties_plugin_register_type):
6316         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6317         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6318         (ev_view_accessible_factory_get_type):
6319
6320         Reduce relocations. Bug #360616.
6321
6322 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6323
6324         * backend/ev-document-factory.c:
6325         (ev_document_factory_get_document):
6326         
6327         Load document even if extension is wrong.
6328
6329 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6330
6331         * shell/ev-metadata-manager.c: (save_values):
6332         * shell/ev-window.c: (setup_size_from_metadata),
6333         (setup_view_from_metadata), (ev_window_setup_document),
6334         (ev_window_xfer_job_cb), (window_configure_event_cb):
6335         
6336         Set size according to the document size/page size ratio.
6337         That should correct rather wierd behaviour of the previous
6338         commit.
6339
6340 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6341
6342         * shell/ev-window.c: (setup_view_from_metadata):
6343         
6344         Set size for new windows from previous window size.
6345         See bugs #354968 and #168450 for details. Thanks
6346         to Meik Hellmund.
6347
6348 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6349
6350         * djvu/djvu-links.c: (build_tree):
6351
6352         Fix memory leak.
6353
6354 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6355
6356         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6357         
6358         Don't make sidebar close button insensitive. Fixes
6359         bug #357871.
6360
6361 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6362
6363         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6364         (ev_window_set_view_accels_sensitivity):
6365         
6366         Don't enable Slash on documents which don't support
6367         find. Fixes bug #358648.
6368
6369 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6370
6371         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6372         open dialog fall back to the current document uri if the
6373         filechooser hasn't been used before. Fixes bug #356980.
6374
6375 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6376
6377         * shell/ev-window.c: (ev_window_setup_recent), 
6378         (ev_window_get_recent_file_label):
6379
6380         Escape underscores in filenames of recent file items.
6381
6382 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6383
6384         * configure.ac:
6385         
6386         Bumped poppler requirements, really 0.5.3 is very 
6387         buggy, now we require 0.5.4.
6388
6389 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6390
6391         * djvu/Makefile.am:
6392         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6393         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6394         (djvu_document_document_links_iface_init):
6395         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6396         (number_from_string_10), (get_djvu_link_dest),
6397         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6398         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6399         (djvu_links_get_links), (djvu_links_find_link_dest),
6400         (djvu_links_get_links_model):
6401         * djvu/djvu-links.h:
6402         
6403         Add support for links and bookmarks in djvu documents. Thanks
6404         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6405         patch.
6406
6407 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6408
6409         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6410         
6411         Reopen should reload document. Fixes 
6412         bug 327951.
6413
6414 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6415
6416         * configure.ac:
6417         * data/Makefile.am:
6418         * data/evince-16.png:
6419         * data/evince-22.png:
6420         * data/evince.png:
6421         * data/evince.svg:
6422         * data/icons/16x16/Makefile.am:
6423         * data/icons/16x16/evince.png:
6424         * data/icons/22x22/Makefile.am:
6425         * data/icons/22x22/evince.png:
6426         * data/icons/48x48/Makefile.am:
6427         * data/icons/48x48/evince.png:
6428         * data/icons/Makefile.am:
6429         * data/icons/scalable/Makefile.am:
6430         * data/icons/scalable/evince.svg:
6431         
6432         Install icons with correct names. Fixes
6433         bug #354429.
6434
6435 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6436
6437         * shell/ev-view.c: (ev_view_button_release_event):
6438
6439         Don't open links with middle mouse button. Fixes bug #353649
6440
6441 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6442
6443         * NEWS:
6444         * configure.ac:
6445         
6446         Update for release 0.6.0
6447
6448 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6449
6450         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6451         Implement Close named action. Patch by Carlos Garcia Campos.
6452
6453 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6454
6455         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6456         
6457         Don't clear link mapping on copy_job_to_job_info. Fixes
6458         bug 346168.
6459
6460 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6461
6462         * shell/main.c: (main):
6463
6464         Revert my previous commit, gnome_program_init owns the option context.
6465         Fix another memory leak in main. Both caught by Christian Persch. 
6466
6467 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6468
6469         * shell/main.c: (main):
6470
6471         Fix memory leak.
6472
6473 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6474
6475         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6476
6477         Fix crash when opening a pdf with password protection. 
6478
6479 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6480
6481         * pdf/ev-poppler.cc: (pdf_document_search_free):
6482
6483         Fix memory leak. 
6484
6485 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6486
6487         * backend/ev-document-factory.c:
6488         (ev_document_factory_get_document):
6489         * tiff/tiff-document.c: (tiff_document_finalize):
6490         
6491         More correct handling of document loading. Fixes
6492         bug #349043.
6493
6494 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6495
6496         * backend/ev-attachment.c: (ev_attachment_save):
6497
6498         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6499         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6500
6501 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6502         
6503         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6504         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6505
6506 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6507
6508         * shell/ev-sidebar-thumbnails.c:
6509
6510         Do not render thumbnails unless thumbnails page is active in the
6511         sidebar.
6512
6513 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6514
6515         * shell/ev-properties-dialog.c:
6516
6517         Fix dialogue spacing. Bug #351370.
6518
6519 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6520
6521         * configure.ac:
6522
6523         Use lowercase gettext catalog file names (evince.mo
6524         instead of Evince.mo)
6525
6526 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6527
6528         * shell/ev-sidebar-attachments.c:
6529
6530         GtkIconTheme is now screen safe too. Fixes bug #350878
6531
6532 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6533
6534         * shell/ev-window.c:
6535
6536         GtkRecent manager is now screen safe. Fixes bug #350145
6537
6538 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6539
6540         * shell/ev-sidebar.c: (ev_sidebar_init):
6541         
6542         Make sidebar close icon smaller. Fix for bug 350177.
6543         See also bugs 350176 and 165770.
6544
6545 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6546
6547         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6548
6549         Ignore zoom for xyz destinations when it's <= 1, keeping user
6550         preferences instead. Set correct sizing-mode for fith and fitv
6551         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6552
6553 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6554
6555         * NEWS:
6556         * configure.ac:
6557         
6558         Update for release 0.5.5
6559
6560 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6561         
6562         * shell/ev-window.c: (ev_window_cmd_escape)
6563
6564         Escape unfocus page entry. Fixes bug #345809.
6565
6566 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6567
6568         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6569         (build_tree), (pdf_document_links_get_links),
6570         (pdf_document_links_find_link_dest):
6571         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6572         (goto_xyz_dest):
6573
6574         Convert from PDF style coordinates to X style coordinates in the
6575         backend rather than in the view. Fixes bug #338440
6576
6577 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6578
6579         * shell/ev-window.c:
6580         
6581         Remove Ctrl+Shift+T shortcut for toolbars. See
6582         the bug #350098.
6583
6584 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6585
6586         * configure.ac:
6587
6588         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6589         of this. 
6590
6591 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6592
6593         * configure.ac:
6594         * cut-n-paste/Makefile.am:
6595         * data/evince-ui.xml:
6596         * shell/Makefile.am:
6597         * shell/ev-application.[ch]:
6598         * shell/ev-window.c:
6599
6600         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6601         #349273
6602
6603 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6604
6605         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6606         findbar code: s/help/search/
6607
6608 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6609
6610         * shell/ev-window.c: (setup_document_from_metadata),
6611         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6612         (setup_view_from_metadata):
6613         
6614         Fix memory leaks.
6615
6616 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6617
6618         * autogen.sh, configure.ac: 
6619         
6620         Update automake usage. See bug 349292.
6621
6622 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6623
6624         * shell/eggfindbar.c: (egg_find_bar_class_init),
6625         (entry_activate_callback), (egg_find_bar_init),
6626         (egg_find_bar_set_status_text):
6627         * shell/eggfindbar.h:
6628         
6629         Unify Evince findbar with Epiphany. Nice patch
6630         from Fabricio Silva <silva@crans.org> and
6631         Frederic Peters <fpeters@entrouvert.com>. See
6632         bug #339966 for details.
6633
6634 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6635
6636         * data/evince.desktop.in.in:
6637         
6638         Correct information for bugzilla. Thanks to
6639         Olaf Vitters, see bug #348855.
6640
6641 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6642
6643         * shell/ev-jobs.[ch]:
6644         * shell/ev-sidebar-links.c:
6645         * shell/ev-window.[ch]:
6646
6647         GtkPrintJob doesn't support print ranges or current page, so we export
6648         to a ps file now when printing ranges or current page.
6649
6650 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6651
6652         * pdf/ev-poppler.cc:
6653         * shell/ev-window.c: (do_action_named):
6654
6655         We should be more clear about bugzilla. See the
6656         poppler bug #7623.
6657
6658 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6659
6660         * configure.ac:
6661         * shell/Makefile.am:
6662         * shell/ev-job-queue.c:
6663         * shell/ev-jobs.[ch]:
6664         * shell/ev-sidebar-links.c:
6665         * shell/ev-window.[ch]:
6666         
6667         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6668         #348422
6669
6670 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6671
6672         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6673         * shell/ev-application-service.xml:
6674         * shell/ev-application.[ch]:
6675         * shell/ev-jobs.[ch]:
6676         * shell/ev-window.[ch]: (ev_window_run_preview):
6677         * shell/main.c: 
6678
6679         Add preview mode to use evince as a printing previewer. It also adds
6680         other command line options for fullscreen and presentation modes.
6681         Fixes bugs #347822, #317031
6682
6683 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6684
6685         * NEWS:
6686         * configure.ac:
6687         
6688         Update for release 0.5.4
6689
6690 2006-07-11  Bastien Nocera <hadess@hadess.net>
6691
6692         * Makefile.am:
6693         * backend/Makefile.am:
6694         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6695         * backend/ev-document-factory.h:
6696         * configure.ac:
6697         * impress/.cvsignore:
6698         * impress/Makefile.am:
6699         * impress/common.h:
6700         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6701         (imp_get_page), (imp_next_page), (imp_prev_page),
6702         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6703         * impress/f_oasis.c: (render_object), (render_page),
6704         (get_geometry), (_imp_oasis_load):
6705         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6706         (_imp_oo13_load):
6707         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6708         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6709         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6710         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6711         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6712         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6713         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6714         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6715         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6716         (iks_new_within), (iks_insert), (iks_insert_cdata),
6717         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6718         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6719         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6720         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6721         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6722         (iks_cdata), (iks_cdata_size), (iks_has_children),
6723         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6724         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6725         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6726         (iks_tree), (iks_load), (iks_save):
6727         * impress/iksemel.h:
6728         * impress/imposter.h:
6729         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6730         (imp_render_draw_bezier_real), (imp_render_get_size),
6731         (imp_render_set_fg_color), (imp_render_draw_line),
6732         (imp_render_draw_rect), (imp_render_draw_polygon),
6733         (imp_render_draw_arc), (imp_render_draw_bezier),
6734         (imp_render_open_image), (imp_render_get_image_size),
6735         (imp_render_scale_image), (imp_render_draw_image),
6736         (imp_render_close_image), (imp_render_markup),
6737         (imp_render_get_text_size), (imp_render_draw_text),
6738         (impress_document_load), (impress_document_save),
6739         (impress_document_get_n_pages), (impress_document_get_page_size),
6740         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6741         (impress_document_finalize), (impress_document_class_init),
6742         (impress_document_can_get_text), (impress_document_get_info),
6743         (impress_document_document_iface_init),
6744         (impress_document_thumbnails_get_thumbnail),
6745         (impress_document_thumbnails_get_dimensions),
6746         (impress_document_document_thumbnails_iface_init),
6747         (impress_document_init):
6748         * impress/impress-document.h:
6749         * impress/internal.h:
6750         * impress/r_back.c: (_imp_fill_back):
6751         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6752         (_imp_draw_image), (_imp_tile_image):
6753         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6754         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6755         (r_polyline):
6756         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6757         (r_draw_gradient_complex), (r_draw_gradient):
6758         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6759         (r_get_bullet):
6760         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6761         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6762         (r_text):
6763         * impress/render.c: (imp_create_context), (imp_context_set_page),
6764         (imp_context_set_step), (imp_render), (imp_delete_context):
6765         * impress/render.h:
6766         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6767         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6768         (zip_load_xml), (zip_get_size), (zip_load):
6769         * impress/zip.h:
6770         * shell/ev-utils.c:
6771         
6772         New backend to support impress slides. Fixes bug #30867.
6773
6774 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6775
6776         * shell/ev-utils.c: (using_postscript_printer):
6777         
6778         Fixes crash when print using PAPI backend,
6779         bug #345012.
6780
6781 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6782
6783         * shell/ev-jobs.c: (ev_job_xfer_run):
6784         * shell/ev-window.c: (password_dialog_response),
6785         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6786         (ev_window_dispose):
6787         Fixes bug #344160: if the xfer job doesn't complete
6788         because a password is required, reload the existing
6789         instance instead of creating a new one.
6790
6791 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6792
6793         * shell/main.c: (main): Call gdk_threads_init. Thus
6794         we'll avoid errors in auth dialog. Fix for the bug
6795         #343347.
6796
6797 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6798
6799         * configure.ac: Advertise pixbuf support, fix
6800         for the bug 343317.
6801
6802 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6805         (ev_sidebar_thumbnails_set_document):
6806         
6807         Update sidebar thumbnails after reloading.
6808
6809 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6810
6811         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6812         * shell/ev-jobs.h:
6813         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6814         (ev_window_cmd_view_reload), (ev_window_init):
6815         
6816         Don't crash on reload. Fix for the bug #343167.
6817
6818 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6819
6820         * shell/ev-jobs.c: (ev_job_render_run):
6821         
6822         Check for document links.
6823
6824 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6825
6826         * backend/ev-attachment.c: (ev_attachment_save),
6827         (ev_attachment_launch_app), (ev_attachment_open):
6828         * backend/ev-document-factory.c: (get_document_from_uri):
6829         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6830         (egg_recent_view_uimanager_set_list):
6831         * ps/ps-document.c: (check_filecompressed), (document_load),
6832         (ps_document_load):
6833         * shell/ev-metadata-manager.c: (load_values):
6834         * shell/ev-password.c: (ev_password_dialog_set_property):
6835         * shell/ev-view.c: (tip_from_link):
6836         * shell/ev-window.c: (file_save_dialog_response_cb),
6837         (ev_window_print_dialog_response_cb):
6838         
6839         Use consistent quoting style. Fix for the bug #320285.
6840
6841 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6842
6843         * shell/ev-jobs.c: (ev_job_xfer_run):
6844         * shell/main.c: (load_files):
6845                 
6846         Open links with anchors. Fix for the bug #339836.
6847
6848 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6849
6850         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6851         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6852         (ev_link_dest_set_property), (ev_link_dest_finalize),
6853         (ev_link_dest_class_init), (ev_link_dest_new_named),
6854         (ev_link_dest_new_page_label):
6855         * backend/ev-link-dest.h:
6856         * shell/ev-application.c: (ev_application_open_uri):
6857         * shell/ev-view.c: (goto_dest):
6858         * shell/ev-window.c:
6859         * shell/ev-window.h:
6860         
6861         Fix page-label command line option. Bug #342070.
6862
6863 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6864
6865         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6866         
6867         Don't show highlight rects if page can't be showed. Fix for 
6868         the bug #342076
6869
6870 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6871
6872         * shell/ev-window.c: (setup_sidebar_from_metadata),
6873         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6874         
6875         Setup sidebar from metadata even if there is no document
6876         loaded. Fix for the bug #342807.
6877
6878 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6879
6880         * cut-n-paste/toolbar-editor/Makefile.am:
6881         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6882         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6883         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6884         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6885         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6886         (popup_context_menu_cb), (button_press_event_cb),
6887         (configure_item_sensitivity), (configure_item_cursor),
6888         (configure_item_tooltip), (connect_widget_signals),
6889         (action_sensitive_cb), (create_item_from_action),
6890         (create_item_from_position), (toolbar_drag_data_received_cb),
6891         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6892         (toolbar_drag_leave_cb), (configure_drag_dest),
6893         (toggled_visibility_cb), (toolbar_visibility_refresh),
6894         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6895         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6896         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6897         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6898         (egg_editable_toolbar_dispose),
6899         (egg_editable_toolbar_set_ui_manager),
6900         (egg_editable_toolbar_get_selected),
6901         (egg_editable_toolbar_set_selected), (set_edit_mode),
6902         (egg_editable_toolbar_set_property),
6903         (egg_editable_toolbar_get_property),
6904         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6905         (egg_editable_toolbar_new_with_model),
6906         (egg_editable_toolbar_get_edit_mode),
6907         (egg_editable_toolbar_set_edit_mode),
6908         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6909         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6910         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6911         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6912         (item_added_or_removed_cb), (toolbar_removed_cb),
6913         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6914         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6915         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6916         (editor_create_item_from_name), (append_table),
6917         (update_editor_sheet), (egg_toolbar_editor_init):
6918         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6919         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6920         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6921         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6922         (toolbar_node_free), (egg_toolbars_model_get_flags),
6923         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6924         (egg_toolbars_model_get_name), (impl_add_item),
6925         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6926         (parse_data_list), (parse_item_list), (parse_toolbars),
6927         (egg_toolbars_model_load_toolbars), (parse_available_list),
6928         (parse_names), (egg_toolbars_model_load_names),
6929         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6930         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6931         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6932         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6933         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6934         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6935         (egg_toolbars_model_set_types), (fill_avail_array),
6936         (egg_toolbars_model_get_name_avail),
6937         (egg_toolbars_model_get_name_flags),
6938         (egg_toolbars_model_set_name_flags):
6939         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6940         * cut-n-paste/toolbar-editor/eggintl.h:
6941         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6942         (egg_tree_multi_drag_source_get_type),
6943         (egg_tree_multi_drag_source_row_draggable),
6944         (egg_tree_multi_drag_source_drag_data_delete),
6945         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6946         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6947         (path_list_free), (set_context_data), (get_context_data),
6948         (get_info), (egg_tree_multi_drag_drag_data_get),
6949         (egg_tree_multi_drag_motion_event),
6950         (egg_tree_multi_drag_button_press_event),
6951         (egg_tree_multi_drag_add_drag_support):
6952         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6953         * shell/ev-application.c: (ev_application_init),
6954         (ev_application_save_toolbars_model):
6955         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6956         (ev_window_cmd_edit_toolbar), (ev_window_init):
6957         
6958         Sync toolbareditor with epiphany and libegg
6959
6960 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6961
6962         * configure.ac: 
6963
6964         Depend on poppler 0.5.2
6965
6966 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6967
6968         * shell/ev-jobs.c: (ev_job_render_run):
6969         
6970         Check if document supports links iterface.
6971
6972 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6973
6974         * NEWS:
6975         * configure.ac:
6976         
6977         Update for release 0.5.3
6978
6979 2006-05-13  Michael Plump  <plumpy@skylab.org>
6980
6981         * configure.ac:
6982         * shell/Makefile.am:
6983         * shell/main.c: (main):
6984         
6985         Port to GOption command line parsing. Fix for the 
6986         bug #327518
6987
6988 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6989
6990         * shell/ev-window.c: (ev_window_cmd_help_about):
6991         
6992         Do not wrap license. Fix for the bug #309460.
6993
6994 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6995
6996         * configure.ac:
6997         * properties/ev-properties-main.c: (ev_properties_get_pages):
6998         * shell/ev-application.c: (ev_application_open_window),
6999         (ev_application_open_uri_at_dest):
7000         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7001         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7002         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7003         * shell/ev-utils.c: (save_print_config_to_file):
7004         * shell/ev-window.c: (ev_window_cmd_save_as),
7005         (ev_attachment_popup_cmd_save_attachment_as):
7006         * shell/main.c: (load_files_remote):
7007         
7008         Bump requirements to gtk 2.8 and drop all ifdefs used.
7009
7010 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7011
7012         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7013         * shell/ev-window.c: (ev_window_init):
7014         
7015         Show attachments page.
7016
7017 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7018
7019         * po/POTFILES.in:
7020         * shell/ev-attachment-bar.c:
7021         * shell/ev-attachment-bar.h:
7022         * shell/ev-sidebar-attachments.c:
7023         (ev_sidebar_attachments_icon_cache_add),
7024         (icon_theme_get_pixbuf_from_mime_type),
7025         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7026         (ev_sidebar_attachments_icon_cache_refresh),
7027         (ev_sidebar_attachments_get_attachment_at_pos),
7028         (ev_sidebar_attachments_popup_menu_show),
7029         (ev_sidebar_attachments_popup_menu),
7030         (ev_sidebar_attachments_button_press),
7031         (ev_sidebar_attachments_update_icons),
7032         (ev_sidebar_attachments_drag_data_get),
7033         (ev_sidebar_attachments_get_property),
7034         (ev_sidebar_attachments_destroy),
7035         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7036         (ev_sidebar_attachments_new),
7037         (ev_sidebar_attachments_set_document),
7038         (ev_sidebar_attachments_support_document),
7039         (ev_sidebar_attachments_get_label),
7040         (ev_sidebar_attachments_page_iface_init):
7041         * shell/ev-sidebar-attachments.h:
7042         * shell/ev-window.c: (update_chrome_visibility),
7043         (setup_sidebar_from_metadata), (ev_window_setup_document),
7044         (ev_window_sidebar_current_page_changed_cb),
7045         (attachment_bar_menu_popup_cb), (ev_window_init):
7046         
7047         Move attachments bar to sidebar.
7048
7049 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7050
7051         * pdf/ev-poppler.cc:
7052         * shell/ev-application.[ch]:
7053         * shell/main.c:
7054
7055         Fix some memory leaks.
7056
7057 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7058
7059         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7060
7061         Change the properties dialog response to
7062         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7063         will make the dialog go away when the user presses
7064         enter. With gtk+ >= 2.9 this will happen anyway, but for
7065         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7066         escape by default. Fixes bug #340539. See also bug
7067         #101293 for the gtk+ part.
7068
7069 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7070
7071         * shell/ev-view.c (tip_from_action_named): Replace some strings
7072         that were wrong. Closes #340970.
7073
7074 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7075
7076         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7077
7078         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7079         #341049
7080
7081 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7082
7083         * djvu/Makefile.am:
7084         * dvi/Makefile.am:
7085         * dvi/mdvi-lib/Makefile.am:
7086         * properties/Makefile.am:
7087         * ps/Makefile.am:
7088         * shell/Makefile.am:
7089         * thumbnailer/Makefile.am:
7090         
7091         Due to broken libtool that is unable to track dependencies
7092         of noinst libraries we are forced to explicitely point
7093         libraries for binary. Fix for the bug #333334.
7094
7095 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7096
7097         * data/evince.desktop.in.in:
7098         * shell/ev-view.c: (view_update_range_and_current_page),
7099         (ev_view_next_page), (ev_view_previous_page):
7100         * shell/ev-window.c: (update_chrome_visibility),
7101         (setup_sidebar_from_metadata), (ev_window_setup_document),
7102         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7103         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7104         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7105         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7106         (ev_window_stop_presentation), (ev_window_focus_in_event),
7107         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7108         (ev_window_init):
7109         * thumbnailer/Makefile.am:
7110         
7111         Update fullscreen and presentation timeout handling. Hide
7112         cursor in presentation after timeout. Fix for the bugs
7113         #136359 and #336981.
7114
7115 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7116
7117         * backend/ev-link-action.[ch]:
7118         * pdf/ev-poppler.cc: (ev_link_from_action):
7119         * shell/ev-view-private.h:
7120         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7121         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7122
7123         Add support for Named Action links
7124
7125 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7126
7127         * backend/Makefile.am:
7128         * backend/ev-document-links.[ch]:
7129         * backend/ev-document.[ch]:
7130         * backend/ev-link-action.[ch]:
7131         * backend/ev-link-dest.[ch]:
7132         * backend/ev-link.[ch]:
7133         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7134         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7135         * shell/ev-page-action.c: (build_new_tree_cb):
7136         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7137         (links_page_num_func), (update_page_callback):
7138         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7139         (tip_from_link):
7140         * shell/ev-jobs.c:
7141         * shell/ev-window.[ch]: (ev_window_open_uri),
7142         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7143         * shell/ev-application.[ch]: (ev_application_open_window),
7144         (ev_application_open_uri):
7145
7146         Rework links system, it adds support for remote links now and it makes
7147         easier to add new kinds of actions and destinations. Fixes bug #317292
7148
7149 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7150
7151         * data/Makefile.am:
7152         * data/evince.png:
7153         * data/evince-16.png:
7154         * data/evince-22.png:
7155         * data/evince.svg:
7156         * shell/main.c: (main):
7157         
7158         Evince use it's own icon. Fix for the bug #313392.
7159
7160         * shell/ev-window.c: (fullscreen_timeout_cb),
7161         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7162         (ev_window_cmd_help_about), (ev_window_dispose):
7163         
7164         Simplify fullscreen timeout code.
7165
7166 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7167
7168         * backend/ev-attachment.c: 
7169         * shell/ev-attachment-bar.c:
7170         * shell/ev-window.c:
7171
7172         Allow multiple selection of attachments
7173
7174 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7175
7176         * shell/ev-view.c: (view_update_range_and_current_page),
7177         (ev_view_scroll):
7178         
7179         Fix for the bug #312573 – Optimal selection of current 
7180         page among visible pages.
7181
7182 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7183
7184         * configure.ac:
7185         * djvu/Makefile.am:
7186         * djvu/djvu-text.h:
7187         
7188         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7189         for the bug 339868.
7190
7191 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7192
7193         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7194
7195 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7196
7197         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7198         dictated by the GNOME HIG. Fixes bug #339235.
7199
7200 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7201
7202         * data/evince-ui.xml:
7203         * shell/ev-view.c: (ev_view_can_find_previous):
7204         * shell/ev-view.h:
7205         * shell/ev-window.c: (ev_window_update_actions),
7206         (ev_window_cmd_edit_find_previous):
7207
7208         Add support for "Find Previous" as dictated by the GNOME HIG. A
7209         menu item is added and some glue code to make it all work is added
7210         to various files.
7211
7212 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7213
7214         * configure.ac: Award myself the "useless use of cat" award.
7215
7216 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7217
7218         * po/LINGUAS: New file listing all supported languages.
7219
7220         * configure.in: Use po/LINGUAS instead of including all languages
7221         directly in this file. See the wiki for more information:
7222         http://live.gnome.org/GnomeGoals/PoLinguas
7223
7224 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7225
7226         * backend/ev-document-factory.c:
7227
7228         Do not load the document twice when there isn't errors
7229
7230 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7231
7232         * backend/ev-attachment.c: 
7233
7234         Fix a crash when there isn't a default application to open an
7235         attachment
7236
7237 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7238
7239         * backend/ev-attachment.[ch]:
7240         * shell/ev-attachment-bar.[ch]:
7241
7242         Added missing files. 
7243
7244 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7245
7246         * backend/Makefile.am:
7247         * data/evince-ui.xml:
7248         * backend/ev-attachment.[ch]:
7249         * backend/ev-document.[ch]: (ev_document_has_attachments),
7250         (ev_document_get_attachments):
7251         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7252         (attachment_save_to_buffer), (pdf_document_get_attachments),
7253         (pdf_document_document_iface_init):
7254         * shell/Makefile.am:
7255         * shell/ev-attachment-bar.[ch]:
7256         * shell/ev-window.c:
7257
7258         Add support for PDF attachments. Fixes bug #325143
7259
7260 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7261
7262         * backend/ev-document-factory.c: (get_document_from_uri),
7263         (ev_document_factory_get_document):
7264         * backend/ev-document-factory.h:
7265         * properties/ev-properties-main.c: (ev_properties_get_pages):
7266         * shell/Makefile.am:
7267         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7268         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7269         (ev_job_queue_remove_job):
7270         * shell/ev-job-queue.h:
7271         * shell/ev-job-xfer.c:
7272         * shell/ev-job-xfer.h:
7273         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7274         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7275         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7276         (ev_job_xfer_run):
7277         * shell/ev-jobs.h:
7278         * shell/ev-window.c: (ev_window_is_empty),
7279         (password_dialog_response), (ev_window_clear_xfer_job),
7280         (ev_window_xfer_job_cb), (ev_window_open_uri),
7281         (ev_window_cmd_focus_page_selector),
7282         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7283         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7284         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7285         (ev_window_dispose):
7286         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7287         
7288         * Cleanup mime type detection on document load. Fix for the
7289         bug #336448.
7290
7291 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7292
7293         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7294         
7295         Fix crash on exit, described in the bug #336825.
7296
7297 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7298
7299         * backend/ev-document-factory.c:
7300         (ev_document_factory_get_from_mime),
7301         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7302         (ev_document_factory_get_document),
7303         (file_filter_add_mime_list_and_free),
7304         (ev_document_factory_add_filters):
7305         * backend/ev-document-factory.h:
7306         * properties/ev-properties-main.c: (ev_properties_get_pages):
7307         * shell/Makefile.am:
7308         * shell/ev-application.c:
7309         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7310         * shell/ev-window.c: (ev_window_cmd_file_open),
7311         (ev_window_cmd_save_as):
7312         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7313         
7314         Rework factory functions so they are placed now in a single 
7315         file ev-document-factory.c
7316
7317 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7318
7319         * shell/ev-window.c: (update_chrome_visibility):
7320         
7321         Fix for the bug 166566 - don't show menubar in fullscreen
7322         mode.
7323
7324 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7325
7326         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7327
7328 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7329
7330         * shell/ev-view.c: (ev_view_expose_event):
7331         
7332         More correctly draw loading text when document
7333         is empty.
7334
7335 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7336
7337         * shell/ev-view.c: (ev_view_scroll):
7338         
7339         Fix for the bug #334854, page down and page up switch
7340         pages in presentation mode.
7341
7342 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7343
7344         * shell/ev-window.c: (ev_window_set_action_sensitive),
7345         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7346         (ev_window_set_view_accels_sensitivity),
7347         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7348         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7349         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7350         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7351         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7352         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7353         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7354         (view_actions_focus_in_cb), (ev_window_init):
7355         
7356         Fix for the bug #333902, now it's possible to search
7357         words with slash.
7358
7359 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7360
7361         * configure.ac: Added Breton translation.
7362         * po/br.po: Added Breton translation.
7363
7364 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7365
7366         * shell/ev-window-title (ev_window_title_update):
7367
7368         Fix memory leak in window title. Fixes bug #333944
7369
7370 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7371
7372         * shell/ev-metadata-manager.c (parseItem):
7373
7374         Fix memory leaks. Fixes bug #333945
7375
7376 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7377         
7378         * NEWS, configure.ac, TODO:
7379         
7380         Update for release 0.5.2.
7381
7382 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7383
7384         * shell/ev-view.c: (view_update_range_and_current_page),
7385         (page_changed_cb):
7386         
7387         Don't jump on scrolling, fix for the bug #333127.
7388
7389 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7390
7391         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7392         
7393         Scroll by one page in presentation mode. Fix for the bug
7394         #332993.
7395
7396 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7397
7398         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7399
7400 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7401
7402         * configure.ac  Added lv in ALL_LINGUAS line.
7403
7404 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7405         
7406         * NEWS, configure.ac:
7407         
7408         Update for release 0.5.1
7409
7410 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7411
7412         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7413         * backend/ev-document-misc.h:
7414         * shell/ev-view.c: (draw_one_page):
7415         
7416          Clairfy what page the toolbar page number applies to. Fix
7417          for the bug #328102.
7418
7419 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7420
7421         * shell/ev-view-private.h:
7422         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7423         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7424         (ev_view_search_changed):
7425         * shell/ev-view.h:
7426         * shell/ev-window.c: (find_bar_search_changed_cb):
7427         
7428         Dont't jump to find result if window was scrolled during search.
7429         Fix for the bug #313266.
7430
7431 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7432
7433         * shell/eggfindbar.c: (egg_find_bar_class_init):
7434         * shell/eggfindbar.h:
7435         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7436         * shell/ev-view-private.h:
7437         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7438         (ev_view_class_init), (ev_sizing_mode_get_type),
7439         (ev_scroll_type_get_type):
7440         * shell/ev-view.h:
7441         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7442         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7443         (ev_window_init):
7444         
7445         Fix for the bug 319133 - Find entry should allow text scroll.
7446
7447 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7448
7449         * shell/ev-view-private.h:
7450         * shell/ev-view.c: (view_update_range_and_current_page),
7451         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7452         (ev_view_set_document), (update_find_status_message),
7453         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7454         (ev_view_find_previous):
7455         
7456         Fix for the bug #319137. Search now takes account for scrolling.
7457
7458 2006-02-19  Michael Hofmann <mh21@piware.de>
7459
7460         * configure.ac:
7461         * djvu/Makefile.am:
7462         * djvu/djvu-document-private.h:
7463         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7464         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7465         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7466         (djvu_document_can_get_text), (djvu_document_get_text),
7467         (djvu_document_document_iface_init),
7468         (djvu_document_thumbnails_get_thumbnail),
7469         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7470         (djvu_document_find_get_result),
7471         (djvu_document_find_page_has_results),
7472         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7473         (djvu_document_find_iface_init):
7474         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7475         (djvu_text_page_selection), (djvu_text_page_limits_process),
7476         (djvu_text_page_limits), (djvu_text_page_copy),
7477         (djvu_text_page_position), (djvu_text_page_union),
7478         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7479         (djvu_text_page_box), (djvu_text_page_append_text),
7480         (djvu_text_page_search), (djvu_text_page_prepare_search),
7481         (djvu_text_page_new), (djvu_text_page_free):
7482         * djvu/djvu-text-page.h:
7483         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7484         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7485         (djvu_text_n_results), (djvu_text_has_results),
7486         (djvu_text_get_result), (djvu_text_get_progress):
7487         * djvu/djvu-text.h:
7488         
7489         Text search in djvu. Fix for the bug #303415.
7490
7491 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7492
7493         * configure.ac:
7494         * shell/ev-window.c: (ev_window_cmd_save_as):
7495         
7496         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7497         Thanks to Gary Coady <gary@lyranthe.org>
7498
7499 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7500
7501         * shell/ev-print-job.c: (idle_print_handler):
7502         
7503         Inverse order printing, bug #320919.
7504
7505 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7506
7507         * data/evince-toolbar.xml:
7508         * shell/ev-window.c:
7509         
7510         Allow to add sidebar checkbutton on toolbar. Fix
7511         for the bug #144577.
7512
7513 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7514
7515         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7516         
7517         Add checks that have sense for empty ps document.
7518
7519 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7520
7521         * configure.ac: Include PS in mime types list. 
7522
7523 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7524
7525         * configure.ac:
7526         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7527         * ps/gsdefaults.h:
7528         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7529         
7530         Runtime check for gs interpreter. Fix for the bug #320868.
7531         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7532
7533 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7534
7535         * shell/ev-application.c: 
7536
7537         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7538         dbus>=0.60, so that the request is not queued. 
7539
7540 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7541
7542         * configure.ac:
7543         * shell/Makefile.am:
7544         * shell/ev-sidebar-links.c: (print_section_cb):
7545         * shell/ev-utils.c:
7546         * shell/ev-utils.h:
7547         * shell/ev-window.c: (update_action_sensitivity),
7548         (ev_window_close_dialogs), (ev_window_print):
7549         * shell/ev-window.h:
7550         
7551         Make printing support optional. Patch from Eduardo de Barros Lima
7552         <eduardo.lima@indt.org.br> for the bug #330546.
7553
7554 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7555
7556         * shell/ev-view-private.h:
7557         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7558         (ev_view_set_document):
7559         * shell/ev-view.h:
7560         * shell/ev-window.c: (ev_window_load_job_cb),
7561         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7562         (ev_window_init):
7563
7564         Draw Loading message during xfer job. Fix for the bug #329495.
7565
7566 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7567
7568         * comics/comics-document.c: (comics_regex_quote),
7569         (comics_document_load), (extract_argv):
7570         
7571         Correcly quote regexp before passing it to unzip.
7572
7573 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7574
7575         * shell/ev-page-cache.c: (build_height_to_page),
7576         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7577         (ev_page_cache_get_dual_even_left):
7578         * shell/ev-page-cache.h:
7579         * shell/ev-view.c: (view_update_range_and_current_page),
7580         (get_page_y_offset), (get_page_extents):
7581         
7582         Place even pages to the left if document has less then
7583         two pages. Fix for the bug #328856.
7584
7585 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7586
7587         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7588         
7589         Correct comics scheme. This make evince create thumbnails
7590         for comic books. Fix for the bug 329088.
7591
7592 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7593
7594         * data/evince-password.glade: Don't explicitly set
7595         invisible_char to the current default value in case
7596         the default changes; let GTK+ do its magic.
7597
7598 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7599
7600         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7601         real filename to tmp filename since often document
7602         type is determined by extension.
7603
7604 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7605
7606         * shell/ev-view.c: (add_scroll_binding_keypad),
7607         (ev_view_binding_activated), (ev_view_class_init):
7608         
7609         Add keybindings for percision-scrolling of display area. 
7610         Fix for the bug #314072.
7611
7612 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7613
7614         * data/evince.desktop.in.in:
7615         
7616         Add GTK to the list of categories. Fix for the bug #328034.
7617
7618 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7619
7620         * shell/ev-application.c: (ev_application_shutdown),
7621         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7622         * shell/ev-application.h:
7623         * shell/ev-window.c: (file_open_dialog_response_cb),
7624         (ev_window_cmd_file_open):
7625         
7626         Save last uri in file chooser dialog. Fix for the bug #327950.
7627
7628 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7629
7630         * NEWS:
7631         * README:
7632         
7633         Final update for release 0.5.0
7634         
7635         * shell/Makefile.am:
7636         
7637         Remove disable deprecated until we'll require libgnome-2.13.7
7638         and port to GOption argument parsing. See bug 327518.
7639
7640 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7641
7642         * comics/comics-document.c: (comics_document_save):
7643         * djvu/djvu-document.c: (djvu_document_save):
7644         * dvi/dvi-document.c: (dvi_document_save):
7645         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7646         * lib/ev-file-helpers.h:
7647         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7648         * tiff/tiff-document.c: (tiff_document_save):
7649         
7650         Use common save function for backends.
7651
7652 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7653
7654         * backend/ev-document-types.c:
7655         
7656         Fix crash on saving pixbuf.
7657
7658 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7659
7660         * cut-n-paste/recent-files/egg-recent-item.c:
7661         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7662         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7663         (parse_info_free), (valid_element), (start_element_handler),
7664         (end_element_handler), (text_handler), (egg_recent_model_filter),
7665         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7666         (egg_recent_model_monitor), (egg_recent_model_read),
7667         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7668         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7669         (egg_recent_model_set_property), (egg_recent_model_class_init),
7670         (egg_recent_model_init), (egg_recent_model_add_full),
7671         (egg_recent_model_delete), (egg_recent_model_get_list),
7672         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7673         (egg_recent_model_set_filter_mime_types),
7674         (egg_recent_model_clear_group_filter),
7675         (egg_recent_model_set_filter_groups),
7676         (egg_recent_model_clear_scheme_filter),
7677         (egg_recent_model_set_filter_uri_schemes),
7678         (egg_recent_model_remove_expired):
7679         * cut-n-paste/recent-files/egg-recent-util.c:
7680         (egg_recent_util_get_icon):
7681         * cut-n-paste/recent-files/egg-recent-util.h:
7682         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7683         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7684         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7685         (egg_recent_view_uimanager_set_property),
7686         (egg_recent_view_uimanager_get_property),
7687         (egg_recent_view_uimanager_class_init),
7688         (egg_recent_view_uimanager_init),
7689         (egg_recent_view_uimanager_set_label_width),
7690         (egg_recent_view_uimanager_get_label_width):
7691         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7692         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7693         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7694         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7695         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7696         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7697         
7698         Update from libegg.
7699
7700 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7701
7702         * shell/ev-page-cache.c: (build_height_to_page),
7703         (ev_page_cache_get_height_to_page):
7704         * shell/ev-page-cache.h:
7705         * shell/ev-view.c: (view_update_range_and_current_page),
7706         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7707         (ev_view_previous_page):
7708         
7709         Dual mode places even pages to the left. Fix for the bug #309393.
7710
7711         * shell/ev-view.h:
7712         * shell/ev-window.c: (update_action_sensitivity),
7713         (setup_view_from_metadata), (view_menu_popup_cb):
7714         
7715         Don't restore presentation in empty windows, more intelligent
7716         next page behaviour in dual mode.
7717
7718         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7719         (ev_pixbuf_cache_clear_job_sizes):
7720         
7721         Cleanup job callback on removal. Fix for the bug #325886.
7722
7723 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7724
7725         * ps/ps.c: (psscan):
7726         
7727         Commit workaround Mozilla problem. Fix for the bug #325919
7728         
7729         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7730         (save_item):
7731         
7732         Fix for year 2038 problem.
7733
7734 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7735
7736         * shell/ev-window.c: (setup_document_from_metadata),
7737         (ev_window_cmd_view_reload):
7738
7739         Clamp page recieved from metadata in valid values. Fix
7740         for the bug #325986.
7741
7742 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7743
7744         * MAINTAINERS: 
7745         Add MAINTAINERS as requested on desktop-devel-list.
7746
7747 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7748
7749         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7750         (mime_type_supported_by_gdk_pixbuf),
7751         (ev_document_factory_get_mime_types),
7752         (ev_document_factory_get_all_mime_types):
7753         
7754         Don't add pixbuf mime types if pixbuf backend is disabled.
7755         
7756         * shell/ev-application.c: (ev_application_get_uri_window):
7757         
7758         Fix for the bug 325815 - unhandled MIME type message doesn't 
7759         appear a second time. 
7760         
7761         * shell/ev-document-types.c: (ev_document_types_add_filters):
7762         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7763         (password_dialog_response), (ev_window_popup_password_dialog),
7764         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7765         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7766         (ev_window_run_presentation), (ev_window_stop_presentation),
7767         (save_sizing_mode), (ev_window_zoom_changed_cb),
7768         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7769         (ev_window_dual_mode_changed_cb),
7770         (ev_window_sidebar_current_page_changed_cb),
7771         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7772         (window_state_event_cb), (window_configure_event_cb):
7773         
7774         Cleanup additional uris holded by EvWindow.
7775
7776 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7777
7778         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7779         (ev_view_can_previous_page), (ev_view_can_next_page):
7780         * shell/ev-view.h:
7781         * shell/ev-window.c: (update_action_sensitivity):
7782         
7783         Two page scrolling with Space and PageUp in dual mode. Second fix 
7784         for the bug #316608.
7785
7786 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7787
7788         * shell/ev-view.c: (scroll_to_current_page):
7789         
7790         Correctly clamp adjustment value. Fix for the bug
7791         #325808.
7792
7793 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7794
7795         * shell/ev-sidebar-links.c: (print_section_cb):
7796         * shell/ev-window.c: (ev_window_get_uri),
7797         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7798         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7799         (ev_window_dispose):
7800         
7801         Make print dialog non-modal. Fix for the bug #325622.
7802
7803 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7804
7805         * shell/ev-metadata-manager.c:
7806         * shell/ev-utils.c: (using_pdf_printer),
7807         (using_postscript_printer), (load_print_config_from_file),
7808         (save_print_config_to_file):
7809         * shell/ev-utils.h:
7810         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7811         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7812         (setup_view_from_metadata), (ev_window_setup_document),
7813         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7814         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7815         (ev_window_run_presentation), (ev_window_stop_presentation),
7816         (save_sizing_mode), (ev_window_zoom_changed_cb),
7817         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7818         (ev_window_dual_mode_changed_cb),
7819         (ev_window_sidebar_current_page_changed_cb),
7820         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7821         (window_state_event_cb), (window_configure_event_cb),
7822         (ev_window_init):
7823         
7824         Setting saving behaviour fixes.
7825
7826 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7827
7828         * configure.ac:
7829         
7830         Make antialiasing gs options better and allow
7831         to change them during configure. Fix for the 
7832         bug #319049.
7833
7834 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7835
7836         * shell/ev-window.c: (setup_view_from_metadata):
7837         
7838         Remember if last window was maximized. Fix for the
7839         bug #323797.
7840
7841 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7842
7843         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7844
7845 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7846
7847         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7848         * shell/ev-page-action.c: (build_new_tree_cb):
7849         * shell/ev-sidebar-links.c: (links_page_num_func),
7850         (update_page_callback_foreach), (update_page_callback):
7851         * shell/ev-view.c: (scroll_to_current_page):
7852         
7853         Fix for the bug #325067 with more intelligent selection
7854         of current link in sidebar. Make sidebar handle links
7855         of FITR-like type more correctly.
7856
7857         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7858         (dvi_pixbuf_put_pixel):
7859         
7860         Fix memory consumtion with disabled alpha channel.
7861
7862 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7863
7864         * data/evince-ui.xml:
7865         * shell/ev-window.c: (view_menu_popup_cb),
7866         (ev_popup_cmd_open_link), (ev_window_init):
7867         
7868         Update context menu for internal links. Fix for the bug
7869         #325066.
7870
7871 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7872
7873         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7874         
7875         Bind context menu to keyboard also. Fix for the bug
7876         #325065.
7877
7878 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7879
7880         * shell/ev-view.c: (selection_scroll_timeout_cb):
7881         
7882         Horizontal scroll on selection also.
7883
7884 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7885
7886         * shell/ev-metadata-manager.c: (parse_value):
7887         * shell/ev-view.c: (goto_xyz_link):
7888         
7889         Correct zoom setup and metadata save broken in 
7890         some locales.
7891
7892 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7893
7894         * shell/ev-view-private.h:
7895         * shell/ev-view.c: (scroll_to_current_page),
7896         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7897         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7898         (page_changed_cb), (ev_view_set_continuous),
7899         (ev_view_set_dual_page), (ev_view_set_presentation):
7900         
7901         Delay scroll until allocation to correctly position page. Fix
7902         for the bug #317334.
7903
7904 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7905
7906         * NEWS:
7907         * configure.ac:
7908         
7909         Update NEWS and require poppler 0.5.0.
7910
7911 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7912         
7913         * data/evince-ui.xml:
7914         * shell/ev-view-private.h:
7915         * shell/ev-view.c: (ev_view_get_link_at_location),
7916         (handle_link_over_xy), (ev_view_button_press_event),
7917         (ev_view_button_release_event), (ev_view_class_init):
7918         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7919         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7920         (ev_window_init):
7921         
7922         Implement right-click context menu.
7923
7924 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7925
7926         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7927         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7928         (mdvi_pixbuf_device_render):
7929         * pdf/ev-poppler.cc:
7930
7931         Don't generate thumbnails with alpha. See bug #324077.
7932         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7933
7934 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7935
7936         * shell/ev-window.c: (setup_chrome_from_metadata):
7937         
7938         Fix typo that was hiding toolbar.
7939
7940 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7941
7942         * shell/ev-view-private.h:
7943         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7944         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7945         (ev_view_button_release_event), (ev_view_destroy):
7946         
7947         Small cleanup and autoscrolling during selection. Thanks to 
7948         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7949
7950 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7951
7952         * configure.ac:
7953         
7954         Correctly check for comics option.
7955
7956 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7957         * Makefile.am:
7958         * configure.ac:
7959         * backend/Makefile.am:
7960         * backend/ev-document-factory.c:
7961         * shell/ev-document-types.c:
7962
7963         Included option in configure to make ps backend 
7964         compilation optional with --disable-ps.
7965
7966 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * backend/ev-document-factory.c:
7969         * comics/Makefile.am:
7970         * comics/comics-document.c: (comics_document_load):
7971         * comics/ev-cbr-mime.xml:
7972         * configure.ac:
7973         
7974         Comics mime types are added to shared-mime-info CVS. Now
7975         we don't need to install our own mime types.
7976
7977 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7978
7979         * shell/ev-window.c:
7980         
7981         Add shortcut for "save a copy" menu entry. Fix for
7982         the bug #324582.
7983
7984 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7985
7986         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7987         (job_finished_cb), (new_selection_pixbuf_needed),
7988         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7989         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7990         
7991         Rework selection job info logic and fix critical warning.
7992
7993 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7994
7995         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7996
7997 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7998
7999         * data/evince-ui.xml:
8000         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8001         
8002         Enter as shortcut key for next page. Fix for the bug
8003         #321394.
8004
8005 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8006
8007         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8008
8009 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8010
8011         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8012         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8013         (new_selection_pixbuf_needed),
8014         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8015         (clear_job_selection):
8016         
8017         Too early for 0.5. Pixbuf cache code cleaned a bit.
8018
8019 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8020
8021         * NEWS:
8022         * configure.ac:
8023         
8024         Release 0.5.0 preparation
8025
8026 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8027
8028         * comics/Makefile.am:
8029         * configure.ac:
8030         * shell/ev-document-types.c: (ev_document_types_add_filters):
8031         
8032         More advanced handling of custom mime type installation.
8033
8034 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8035
8036         * data/evince.schemas.in:
8037         * shell/ev-metadata-manager.c: (value_free),
8038         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8039         (ev_metadata_manager_get), (ev_metadata_manager_set):
8040         * shell/ev-metadata-manager.h:
8041         * shell/ev-window.c: (update_chrome_flag),
8042         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8043         (setup_document_from_metadata), (setup_chrome_from_metadata),
8044         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8045         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8046         (ev_window_view_toolbar_cb),
8047         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8048         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8049         
8050         Save last document settings and reuse them for new documents.
8051
8052 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8053
8054         * Makefile.am:
8055         * backend/Makefile.am:
8056         * backend/ev-document-factory.c:
8057         * backend/ev-document-factory.h:
8058         * comics/Makefile.am:
8059         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8060         (comics_document_load), (comics_document_save),
8061         (comics_document_get_n_pages), (comics_document_get_page_size),
8062         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8063         (comics_document_class_init), (comics_document_can_get_text),
8064         (comics_document_get_info), (comics_document_document_iface_init),
8065         (comics_document_init), (get_supported_image_extensions),
8066         (comics_document_thumbnails_get_geometry),
8067         (comics_document_thumbnails_get_thumbnail),
8068         (comics_document_thumbnails_get_dimensions),
8069         (comics_document_document_thumbnails_iface_init), (extract_argv):
8070         * comics/comics-document.h:
8071         * comics/ev-cbr-mime.xml:
8072         * configure.ac:
8073         * po/POTFILES.in:
8074         * shell/ev-application.c: (ev_application_register_service):
8075         * shell/ev-document-types.c: (ev_document_types_add_filters):
8076         * thumbnailer/Makefile.am:
8077         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8078         
8079         New CBR/CBZ backend for comic books.
8080
8081 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8082
8083         * shell/main.c: (load_files_remote):
8084
8085         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8086         warning on startup of second instance is fixed. It
8087         is bug #320353.
8088
8089 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8090
8091         * shell/ev-window.c: (ev_window_finalize):
8092         
8093         Fix double free that cause crash.
8094
8095 2005-10-29  Bastien Nocera <hadess@hadess.net>
8096
8097         * tiff/tiff-document.c: (tiff_document_load):
8098         
8099         Fix memory leak.
8100
8101 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8102
8103         * po/POTFILES.in:
8104         * shell/Makefile.am:
8105         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8106         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8107         (ev_view_accessible_get_text),
8108         (ev_view_accessible_get_character_at_offset),
8109         (ev_view_accessible_get_text_before_offset),
8110         (ev_view_accessible_get_text_at_offset),
8111         (ev_view_accessible_get_text_after_offset),
8112         (ev_view_accessible_get_character_count),
8113         (ev_view_accessible_get_caret_offset),
8114         (ev_view_accessible_set_caret_offset),
8115         (ev_view_accessible_get_run_attributes),
8116         (ev_view_accessible_get_default_attributes),
8117         (ev_view_accessible_get_character_extents),
8118         (ev_view_accessible_get_offset_at_point),
8119         (ev_view_accessible_get_n_selections),
8120         (ev_view_accessible_get_selection),
8121         (ev_view_accessible_add_selection),
8122         (ev_view_accessible_remove_selection),
8123         (ev_view_accessible_set_selection),
8124         (ev_view_accessible_text_iface_init),
8125         (ev_view_accessible_idle_do_action),
8126         (ev_view_accessible_action_do_action),
8127         (ev_view_accessible_action_get_n_actions),
8128         (ev_view_accessible_action_get_description),
8129         (ev_view_accessible_action_get_name),
8130         (ev_view_accessible_action_set_description),
8131         (ev_view_accessible_action_iface_init),
8132         (ev_view_accessible_get_type), (ev_view_accessible_new),
8133         (ev_view_accessible_factory_get_accessible_type),
8134         (ev_view_accessible_factory_create_accessible),
8135         (ev_view_accessible_factory_class_init),
8136         (ev_view_accessible_factory_get_type):
8137         * shell/ev-view-accessible.h:
8138         * shell/ev-view-private.h:
8139         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8140         * shell/ev-view.h:
8141         
8142         Initial accessibility support.
8143
8144 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8145
8146         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8147
8148 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8149
8150         * shell/ev-print-job.c: (idle_print_handler):
8151         
8152         Fix for bug Bug 318916: Printing multiple pages.
8153
8154 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8155
8156         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8157
8158 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8159
8160         * pdf/ev-poppler.cc:
8161         
8162         Thumnail dimensions unified with other backends.
8163         
8164         * shell/ev-window-title.c: (ev_window_title_update):
8165         
8166         Fix warning.
8167
8168 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8169
8170         * data/ev-stock-zoom-fit-width.png:
8171         
8172         Remove unused file.
8173
8174 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8175
8176         * configure.ac:
8177         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8178         (djvu_document_finalize):
8179         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8180         (dvi_document_finalize):
8181         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8182         (pixbuf_document_save), (pixbuf_document_finalize):
8183         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8184         (tiff_document_finalize):
8185         
8186         Save a copy implemented for various backends.
8187
8188 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8189
8190         * configure.ac:
8191         
8192         Don't link with ltiff if tiff is disabled.
8193
8194 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8195
8196         * pdf/GDKSplashOutputDev.cc:
8197         * pdf/GDKSplashOutputDev.h:
8198         * pdf/Thumb.cc:
8199         * pdf/Thumb.h:
8200         * pdf/pdf-document.cc:
8201         * pdf/pdf-document.h:
8202         * pdf/test-gdk-output-dev.cc:
8203         
8204         Remove old unused files.
8205
8206 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8207
8208         * shell/ev-window.c: (ev_window_setup_document):
8209         
8210         Fixed warnings on reload and probably crash reason.
8211
8212 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8213
8214         * properties/ev-properties-view.c:
8215         (ev_properties_view_format_date):
8216         
8217         Check if date is invalid. Fix for bug 318134.
8218
8219 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8220
8221         * shell/ev-window-title.c:
8222         
8223         Add .indd files (Adobe Indesign) to the list of "bad
8224         extensions".
8225
8226 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8227
8228         * data/evince-ui.xml:
8229         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8230         
8231         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8232
8233 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8234
8235         * shell/ev-window.c: (launch_link), (launch_external_uri),
8236         (view_external_link_cb):
8237
8238         URL-escape link before passing it to gnome_vfs_url_show.
8239
8240 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8241
8242         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8243         there isn't text selected.
8244
8245 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8246
8247         * shell/ev-view.c: (handle_link_over_xy):
8248
8249         Check tooltip is valid utf8 before showing it
8250
8251 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8252
8253         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8254
8255 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8256
8257         * shell/ev-window-title.c: (ev_window_title_update):
8258
8259         Guard against using g_strstrip on NULL. Fixes bug #317291.
8260
8261 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8262
8263         * pdf/ev-poppler.cc:
8264
8265         Show title even for unknown links
8266
8267 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8268
8269         * shell/ev-window-title.c: (ev_window_title_update):
8270
8271         Strip the title string
8272
8273 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8274
8275         * shell/ev-window-title.c:
8276
8277         Add .rtf to the bad extensions list
8278
8279 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8280
8281         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8282         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8283
8284         Ignore link coordinates if they are outside page bounds
8285
8286 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8287
8288         * backend/ev-link.c: (ev_link_type_get_type),
8289         (ev_link_get_filename), (ev_link_get_params),
8290         (ev_link_get_property), (ev_link_set_property),
8291         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8292         * backend/ev-link.h:
8293         * pdf/ev-poppler.cc:
8294         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8295         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8296         (ev_window_init):
8297
8298         Implement launch links. Delegate external link opening to
8299         the window.
8300
8301 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8302
8303         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8304         (ev_link_get_right), (ev_link_get_property),
8305         (ev_link_set_property), (ev_link_class_init),
8306         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8307         * backend/ev-link.h:
8308         * pdf/ev-poppler.cc:
8309         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8310
8311         Implement fitr links
8312
8313 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8314
8315         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8316         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8317         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8318         (ev_view_size_request_continuous),
8319         (ev_view_size_request_dual_page),
8320         (ev_view_size_request_single_page), (ev_view_size_allocate),
8321         (ev_view_zoom_for_size_continuous_and_dual_page),
8322         (ev_view_zoom_for_size_continuous),
8323         (ev_view_zoom_for_size_dual_page),
8324         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8325         (ev_sizing_mode_get_type):
8326         * shell/ev-view.h:
8327         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8328
8329         Do not use modes for link, we need to calculate size ad hoc.
8330         Still not perfect because of the usual scrollbar issues grrr.
8331
8332 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8333
8334         * backend/ev-link.c: (ev_link_type_get_type),
8335         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8336         * backend/ev-link.h:
8337         * pdf/ev-poppler.cc:
8338         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8339         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8340         (ev_view_size_request_continuous),
8341         (ev_view_size_request_dual_page),
8342         (ev_view_size_request_single_page), (ev_view_size_allocate),
8343         (zoom_for_size_fit_height),
8344         (ev_view_zoom_for_size_continuous_and_dual_page),
8345         (ev_view_zoom_for_size_continuous),
8346         (ev_view_zoom_for_size_dual_page),
8347         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8348         (ev_sizing_mode_get_type):
8349         * shell/ev-view.h:
8350         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8351
8352         Implement FIT_HEIGHT mode (only for links).
8353         Implement FITH links
8354
8355 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8356
8357         * shell/ev-window-title.c: (get_filename_from_uri),
8358         (ev_window_title_sanitize_extension), (ev_window_title_update),
8359         (ev_window_title_set_document), (ev_window_title_set_uri),
8360         (ev_window_title_free):
8361         * shell/ev-window-title.h:
8362         * shell/ev-window.c: (ev_window_setup_document),
8363         (ev_window_popup_password_dialog):
8364
8365         Refactor window title building while fixing it for
8366         password documents.
8367
8368 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8369
8370         * pdf/ev-poppler.cc:
8371
8372         Escape link title before setting it in the model
8373
8374 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8375
8376         * shell/ev-application.c: (removed_from_session), (save_session),
8377         (init_session), (ev_application_get_empty_window),
8378         (ev_application_init), (ev_application_get_windows):
8379         * shell/ev-application.h:
8380         * shell/ev-window.c: (ev_window_finalize):
8381
8382         Add a function to retrieve window list and share it where
8383         necessary.
8384         Implement session handling, works pretty well thanks to the
8385         metadata system.
8386
8387 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8388
8389         * shell/ev-password.c: (ev_password_item_created_callback),
8390         (ev_password_dialog_save_password):
8391         
8392         Fix for bug 316972. Use async gnome-keyring API.
8393
8394 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8395
8396         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8397         Remove unused unrealize handler. Add scroll handling to
8398         ev_view_scroll_event for presentation mode (bug #316708),
8399         and fix the event state checks there.
8400
8401 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8402
8403         * shell/ev-page-action.c: (page_changed_cb):
8404
8405         "marco, maybe we should be crazy and jump right to 6! :)"
8406
8407         Bryan Clark, Sep 2005
8408
8409 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8410
8411         * ps/ps-document.c: (save_document), (ps_document_save),
8412         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8413         (ps_document_ps_export_end):
8414
8415         Fix unstructured documents save and print
8416
8417 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8418
8419         * shell/ev-application.c: (ev_application_open_uri):
8420
8421         Fix window size persistance
8422
8423 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8424
8425         * shell/ev-view.c: (ev_view_button_release_event):
8426
8427         Based on a patch from carlosgc@gnome.org. Mouse buttons
8428         switch pages in presentation mode.
8429
8430 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8431
8432         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8433
8434         Dont cast to int before scaling
8435
8436 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8437
8438         * backend/ev-link.c: (ev_link_type_get_type),
8439         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8440         (ev_link_new_page_fith):
8441         * backend/ev-link.h:
8442         * pdf/ev-poppler.cc:
8443         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8444
8445         Implement FIT and FITH links
8446
8447 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8448
8449         * pdf/ev-poppler.cc:
8450
8451         Return 0 results when search is not in progress.
8452
8453         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8454         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8455
8456         Update menu sensitivity when cancelling search
8457
8458 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8459
8460         * shell/ev-view.c: (ev_view_can_find_next):
8461
8462         Take all pages in consideration, not just current one
8463
8464 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8465
8466         * shell/ev-page-cache.c:
8467         * shell/ev-page-cache.h:
8468         * shell/ev-view.c: (ev_view_binding_activated),
8469         (ev_view_next_page), (ev_view_previous_page),
8470         (ev_sizing_mode_get_type):
8471         * shell/ev-view.h:
8472         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8473         (ev_window_cmd_go_next_page):
8474
8475         Move page next/previous functions from page chace to
8476         view and change it to move by 2 page steps in dual mode.
8477
8478 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8479
8480         * shell/ev-window.c: (update_sidebar_visibility),
8481         (setup_sidebar_from_metadata), (ev_window_setup_document),
8482         (setup_view_from_metadata):
8483
8484         Show the index by default when there is one     
8485
8486 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8487
8488         * shell/ev-window-title.c: (ev_window_title_set_document):
8489
8490         Missing null check
8491
8492 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8493
8494         * shell/ev-view.c: (view_update_range_and_current_page):
8495         
8496         Allow display of last odd page in dual view. Fix for 316347.
8497
8498 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8499
8500         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8501         
8502         Make close button default. Fix for 316383.
8503
8504 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8505
8506         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8507         
8508         Mark close button as default. Fix for 316381.
8509
8510 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8511
8512         * backend/ev-link.c: (ev_link_class_init):
8513
8514         Allow negative doubles in left/top properties
8515
8516 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8517
8518         * shell/ev-window.c:
8519
8520         Remove a bunch of strings that was used only
8521         by the statusbar.
8522
8523 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8524
8525         * shell/ev-window-title.c: (get_filename_from_uri),
8526         (ev_window_title_set_document):
8527
8528         When title has a confusing extension, show also
8529         the document filename inside ()
8530
8531 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8532
8533         * shell/Makefile.am:
8534         * shell/ev-window-title.c: (ev_window_title_new),
8535         (ev_window_title_update), (ev_window_title_set_type),
8536         (ev_window_title_set_document), (ev_window_title_free):
8537         * shell/ev-window-title.h:
8538         * shell/ev-window.c: (ev_window_setup_document),
8539         (password_dialog_response), (ev_window_popup_password_dialog),
8540         (ev_window_dispose), (ev_window_init):
8541
8542         Factor out and cleanup window title code
8543
8544 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8545
8546         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8547         (unable_to_load):
8548
8549         Make dialog transient so it doesnt block other windows
8550
8551 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8552
8553         * pdf/ev-poppler.cc:
8554         
8555         Fix pdf thumbnails rendering.
8556
8557 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8558
8559         * shell/ev-window.c: (fullscreen_set_timeout):
8560         
8561         Increase timeout to hide full screen popup. Bug 
8562         316123. 
8563
8564 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8565
8566         * data/evince.schemas.in:
8567         * shell/ev-window.c: (update_action_sensitivity):
8568
8569         Allow the user to override document restrictions. Fix for bug
8570         305818.
8571
8572 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8573
8574         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8575         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8576         (ev_window_class_init): Fix multihead behaviour of fullscreen
8577         toolbar popup. Fixes bug #315451.
8578
8579 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8580
8581         * configure.ac:
8582         * data/evince-password.glade:
8583         * shell/ev-password.c: (ev_password_dialog_set_property),
8584         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8585         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8586         (ev_password_dialog_entry_changed_cb),
8587         (ev_password_dialog_entry_activated_cb),
8588         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8589         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8590         (ev_password_dialog_set_bad_pass):
8591         * shell/ev-password.h:
8592         * shell/ev-window.c: (password_dialog_response),
8593         (ev_window_popup_password_dialog):
8594         
8595         Support for gnome-keyring for encrypted PDF's.
8596
8597 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8598
8599         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8600         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8601         (ev_view_enter_notify_event), (ev_view_class_init):
8602         
8603         More precise handling of enter_notify/leave_notify events
8604         in EvView. Fix for bug 315470.
8605
8606 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8607
8608         * shell/ev-window.c: (fullscreen_timeout_cb),
8609         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8610         (ev_window_dispose):
8611
8612         leak fix: unref fullscreen_timeout_source before clearing it
8613
8614 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8615
8616         * configure.ac, dvi/mdvi/Makefile.am: 
8617         
8618         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8619
8620 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8621
8622         * backend/ev-link.c: (ev_link_new_page_xyz):
8623         * pdf/ev-poppler.cc:
8624         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8625
8626         Fix some bugs with xyz links, respect zoom
8627
8628 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8629
8630         * shell/ev-window.c: (page_changed_cb),
8631         (setup_document_from_metadata), (update_sidebar_visibility),
8632         (setup_view_from_metadata), (ev_window_run_fullscreen),
8633         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8634         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8635         (ev_window_dual_mode_changed_cb),
8636         (ev_window_sidebar_current_page_changed_cb):
8637
8638         null check uri before setting and getting metadata
8639
8640 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8641
8642         * dvi/Makefile.am:
8643         * properties/Makefile.am:
8644         * shell/Makefile.am:
8645         * thumbnailer/Makefile.am:
8646
8647         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8648
8649 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8650
8651         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8652         (selection_changed_callback):
8653         * shell/ev-sidebar-links.h:
8654
8655         Add a signal for link activation.
8656
8657         * shell/ev-view.c: (ev_view_goto_link),
8658         (ev_view_button_release_event):
8659         * shell/ev-view.h:
8660         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8661         (ev_window_init):
8662
8663         Implement the signal so that we can handle all link types.
8664
8665         * shell/ev-page-cache.c:
8666
8667         Remove unused set_link function
8668
8669 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8670
8671         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8672
8673         Add some space from the cursor, hardcoded but I couldnt
8674         find a better way.
8675
8676 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * lib/ev-tooltip.c:
8679
8680         Use mozilla style vs gtk style, way better for links.
8681
8682         * shell/ev-view.c: (ev_view_motion_notify_event),
8683         (ev_view_destroy), (ev_view_init):
8684
8685         Deactive tooltip when the link hovered is changed.
8686
8687 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8688
8689         * backend/ev-document.h:
8690         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8691         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8692         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8693         (ev_link_new_page), (ev_link_new_page_xyz):
8694         * backend/ev-link.h:
8695         * pdf/ev-poppler.cc:
8696         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8697         (go_to_link), (tip_from_link):
8698
8699         Implement xyz links, still not functional. Links are a total
8700         mess, will need to refactor and bugfix a lot :(
8701
8702 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8703
8704         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8705
8706 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8707
8708         * data/evince-ui.xml:
8709         * data/evince.schemas.in:
8710         * shell/Makefile.am:
8711         * shell/ev-window.c: (update_chrome_visibility),
8712         (password_dialog_response), (ev_window_load_job_cb),
8713         (ev_window_xfer_job_cb), (ev_window_open_uri),
8714         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8715         (ev_window_init):
8716
8717         Remove the statusbar. This regress loading feedback, need to
8718         check with Bryan what we want to do there...
8719
8720 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8721
8722         * lib/ev-tooltip.c: (ev_tooltip_init):
8723
8724         Fix tooltip border and size handling
8725
8726 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8727
8728         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8729         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8730         (ev_tooltip_timeout), (ev_tooltip_activate),
8731         (ev_tooltip_deactivate):
8732         * lib/ev-tooltip.h:
8733         * shell/ev-view.c: (ev_view_motion_notify_event):
8734
8735         Delay popup showing. Mirror gtk logic/times.
8736
8737 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8738
8739         * lib/Makefile.am:
8740         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8741         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8742         (ev_tooltip_set_text), (ev_tooltip_set_position):
8743         * lib/ev-tooltip.h:
8744
8745         Simple widget to show tooltips at a custom position
8746
8747         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8748         (ev_view_destroy):
8749
8750         Use it for links. First go, needs work
8751
8752 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8753
8754         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8755         HIG fixes.  Use title capitalization for window title. Use 12 
8756         pixels of space between the dialog's vbox and action area.
8757
8758 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8759
8760         * shell/ev-window.c: (file_open_dialog_response_cb),
8761         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8762         (ev_window_cmd_save_as):
8763
8764         Make file pickers not modal and refactor code some
8765
8766 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8767
8768         * shell/ev-sidebar.h:
8769         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8770         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8771         (ev_sidebar_class_init), (ev_sidebar_select_page),
8772         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8773         (ev_sidebar_set_page):
8774
8775         Add a current page property and allow to get/set it
8776
8777         * shell/ev-window.c: (setup_view_from_metadata),
8778         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8779
8780         Persist current sidebar page per document
8781
8782 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8783
8784         * data/evince.schemas.in:
8785         * shell/ev-window.c: (update_chrome_visibility),
8786         (setup_document_from_metadata), (update_sidebar_visibility),
8787         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8788         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8789         (ev_window_run_presentation), (ev_window_stop_presentation),
8790         (ev_window_view_sidebar_cb),
8791         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8792         (load_chrome), (ev_window_init):
8793
8794         Persist size/visibility of sidebar per document
8795
8796 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8797
8798         * shell/ev-view.c (draw_loading_text): Draw loading text.
8799
8800 2005-09-02  Dan Damian  <dand@gnome.ro>
8801
8802         * configure.in: Added "ro" to ALL_LINGUAS.
8803
8804 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8805
8806         * shell/ev-view.c: (clear_caches):
8807
8808         ev_page_cache_get doesnt return a reference,
8809         dont try to unref it.
8810
8811 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8812
8813         * shell/main.c: (load_files_remote):
8814
8815         Fix timestamp parameter with dbus <= 0.33
8816
8817 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8818
8819         * data/evince.schemas.in:
8820
8821         Add missing full stop
8822
8823 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8824
8825         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8826         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8827
8828         Plug some memory leaks
8829
8830 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8831
8832         * configure.ac:
8833         * lib/ev-debug.c: (trap_handler):
8834
8835         Check for execinfo.h and use it only if it exists.
8836         Ported from Epiphany (bug #314776).
8837
8838 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8839
8840         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8841
8842 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8843
8844         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8845         * po/id.po      : Added Indonesian translation
8846
8847 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8848
8849         * shell/main.c:
8850         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8851         * NEWS: Release 0.4.0
8852
8853 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8854
8855         * configure.ac: catch another gtk+-2.8ism
8856         * shell/main.c: Make work with gtk+-2.6
8857
8858 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8859
8860         * shell/ev-application-service.xml: Add 'timestamp' argument to
8861           ev_application_open_window and ev_application_open_uri methods.
8862
8863         * shell/ev-application.h: Add 'timestamp' argument to
8864           ev_application_open_window, ev_application_open_uri,
8865           and ev_application_open_uri_list functions.
8866
8867         * shell/ev-application.c (ev_application_open_window,
8868           ev_application_open_uri, ev_application_open_uri_list): Change
8869           functions that show/present windows to use a timestamp if one
8870           is passed in.
8871
8872         * shell/ev-window.c (ev_window_cmd_file_open,
8873           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8874         * shell/main.c (load_files): Modify calls to ev_application to
8875           include GDK_CURRENT_TIME as timestamp.
8876
8877         * shell/main.c (load_files_remote): Obtain timestamp for client
8878           instance from GDK and pass to server instance so new windows are
8879           focused properly.  Fix dbus_g_proxy_call() calls by including second
8880           G_TYPE_INVALID.
8881           
8882         Closes bug #314475.
8883
8884 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8885
8886         * shell/ev-window.c (ev_window_finalize): Check for
8887         avail. EvWindows when quiting to handle the finalize better,
8888         #314497
8889
8890 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8891         
8892         * properties/ev-properties-view.c: 
8893         
8894         Set textdomain to libglade. Fixes translation problem in property page.
8895
8896 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8897
8898         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8899         * dvi/Makefile.am:
8900         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8901         * dvi/mdvi-lib/Makefile.am:
8902         
8903         Fix rotation of thumbnails, ported to new API. Moved library
8904         dependencies earlier, probably it will fix linkage problem.
8905
8906 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8907
8908         * backend/ev-document-misc.c:
8909         (ev_document_misc_get_thumbnail_frame):
8910         * backend/ev-document-misc.h:
8911         * configure.ac:
8912         * pdf/ev-poppler.cc:
8913         * shell/Makefile.am:
8914         * shell/ev-sidebar-thumbnails.c: (add_range),
8915         (ev_sidebar_thumbnails_set_loading_icon),
8916         (ev_sidebar_thumbnails_refresh),
8917         (ev_sidebar_thumbnails_set_document):
8918         * shell/ev-sidebar-thumbnails.h:
8919         * shell/ev-view.c: (ev_view_motion_notify_event),
8920         (ev_view_set_property), (ev_view_get_property),
8921         (ev_view_class_init), (ev_view_set_rotation):
8922         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8923         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8924         (ev_window_init):
8925         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8926         Redo rotation (again).  prepare for 0.4.0
8927
8928 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8929
8930         * configure.ac: Bump poppler requirement to 0.4.1.
8931
8932         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8933         argument to poppler_page_render_selection() call.
8934
8935 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8936
8937         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8938         (djvu_document_thumbnails_get_thumbnail):
8939         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8940         (dvi_document_thumbnails_get_thumbnail):
8941         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8942         (pixbuf_document_thumbnails_get_thumbnail):
8943         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8944         
8945         Update rotation direction of backends to fit with pdf and ps.
8946
8947 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8948
8949         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8950         * backend/ev-async-renderer.h:
8951         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8952         (setup_page), (ps_document_get_page_size),
8953         (ps_async_renderer_render_pixbuf):
8954         * ps/ps-document.h:
8955         * shell/ev-jobs.c: (ev_job_render_run):
8956
8957         Fix orientation in the postscript document
8958
8959 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8960
8961         * pdf/ev-poppler.cc:
8962         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8963         * shell/ev-view.c: (highlight_find_results):
8964
8965         Adapt to the new poppler rotation API. Fix text maps on landscape
8966         documents.
8967
8968 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8969
8970         * shell/ev-view.c (compute_new_selection_text): get the correct
8971         region when selecting in modes other than continuous.
8972
8973 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8974
8975         * shell/main.c (main): remove redundant g_warnings.
8976
8977 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8978
8979         * shell/Makefile.am: Don't include autogenerated
8980         file ev-application-service.h into distribution, since
8981         it causes dbus crash. Fix for bugs 313724 and 313443. 
8982
8983 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8984
8985         * configure.ac: Fix sed expression for FreeBSD. Thanks
8986         to Joe Marcus Clark <marcus@freebsd.org>
8987         
8988         * shell/eggfindbar.c: (entry_activate_callback),
8989         (entry_changed_callback), (egg_find_bar_init),
8990         (egg_find_bar_set_search_string):
8991         
8992         Made findbar buttons unsensitive if there is no text in
8993         entry. Fix for the bug 313285.
8994
8995 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8996
8997         * ps/ps-document.c: Use g_filename_display_name for displaying
8998         filenames and revert string freeze breackage
8999
9000 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9001
9002         * NEWS:
9003         * configure.ac:
9004
9005         Update for 0.3.4
9006
9007         * shell/Makefile.am:
9008
9009         Add ev-application-service.xml to extra dist
9010
9011         * shell/ev-view.c: (find_page_at_location):
9012
9013         Remove unused function (fix warning)
9014
9015 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9016
9017         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9018         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9019         
9020         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9021         bug 313623.
9022
9023 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9024
9025         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9026         * shell/ev-window.c:
9027         Fix build warnings
9028
9029 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9030
9031         * configure.ac: Update script to get dbus version.
9032         Fix for the bug #313443.
9033
9034 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9035
9036         * shell/ev-window.c: (ev_window_cmd_escape):
9037         
9038         Return focus back to view on escape. Fix for bug 313295.
9039
9040 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9041
9042         * shell/ev-window.c: (update_window_title),
9043         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9044         (ev_window_cmd_save_as):
9045         
9046         Correct conversion from uri to displayable string. Fix for
9047         bug 313296.
9048
9049 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9050
9051         * ps/ps-document.c: convert filename to utf8 when there is an error
9052         loading document. Fixes #309915
9053
9054 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9055
9056         * configure.ac:
9057
9058         We depend on poppler 0.4.0
9059
9060 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9061
9062         * configure.ac:
9063         * NEWS: Release 0.3.3.
9064         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9065
9066 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9067
9068         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9069         add a couple missing mnemonics to menu items, use title 
9070         capitalization for menu items and window titles, and add 
9071         ellipsis to open menu item.     
9072
9073 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9074
9075         * pdf/ev-poppler.cc:
9076         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9077         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9078         (ev_view_get_rotation):
9079         * shell/ev-view.h:
9080         * shell/ev-window.c: (setup_view_from_metadata),
9081         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9082         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9083         disk.
9084
9085 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9086
9087         * configure.ac: Added tr to ALL_LINGUAS
9088
9089 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9090
9091         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9092         requires several clicks to find word. Thanks to 
9093         Colin Slater <kiltedtaco@gmail.com>.
9094
9095 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9096
9097         * data/evince.desktop.in.in: Hide menu entry and
9098         rename it to "Document Viewer". Fix for bug 
9099         #312399.
9100
9101 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9102
9103         * shell/ev-page-action.c (ev_page_action_class_init): 
9104
9105         Point to the correct function in constructor of the
9106         activate_label signal
9107
9108 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9109
9110         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9111         * shell/ev-jobs.h: Make thread safe.
9112
9113 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9114
9115         * shell/ev-view.c: (view_update_range_and_current_page):
9116         Don't update page range if we are scrolling to some document
9117         point.
9118
9119 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9120
9121         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9122         when getting max_page_width, fix drawing in dual mode.
9123
9124 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9125
9126         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9127         getting the area for select_all.
9128
9129 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9130
9131         * backend/ev-selection.c: (ev_selection_render_selection):
9132         * backend/ev-selection.h:
9133         * pdf/ev-poppler.cc:
9134         * shell/ev-jobs.c: (ev_job_render_new):
9135         * shell/ev-jobs.h:
9136         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9137         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9138         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9139         (ev_view_class_init):
9140
9141         Change selection color on focus in and focus out events.  Also,
9142         poppler now uses GdkColor for specifying the selection colors, so
9143         drop some awkward conversion code.
9144
9145 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9146
9147         * configure.ac: Added Hebrew translation
9148
9149 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9150
9151         * NOTES:
9152         * backend/ev-selection.c: (ev_selection_render_selection):
9153         * backend/ev-selection.h:
9154         * pdf/ev-poppler.cc:
9155         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9156         (ev_job_render_run):
9157         * shell/ev-jobs.h:
9158         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9159         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9160         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9161         (ev_pixbuf_cache_style_changed),
9162         (ev_pixbuf_cache_get_selection_pixbuf),
9163         (ev_pixbuf_cache_set_selection_list),
9164         (ev_pixbuf_cache_get_selection_list):
9165         * shell/ev-pixbuf-cache.h:
9166         * shell/ev-utils.c: (ev_print_region_contents):
9167         * shell/ev-utils.h:
9168         * shell/ev-view.c: (ev_view_queue_draw_page),
9169         (selection_update_idle_cb), (ev_view_motion_notify_event),
9170         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9171         (setup_caches), (ev_view_find_next), (merge_selection_region),
9172         (selection_free):
9173         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9174
9175         Clean up selection to be much smoother!
9176
9177 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9178
9179         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9180         to poppler_page_render_selection().
9181
9182 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9183
9184         * ps/ps-document.c: (save_page_list): Use
9185         unzipped document when printing. Thanks to 
9186         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9187         311016.
9188
9189 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9190
9191         * shell/ev-window.c: (update_action_sensitivity):
9192         
9193         Disable print and save respect to lockdown gconf keys. Fix
9194         for 312342.
9195
9196 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9197
9198         * configure.ac:
9199         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9200         (write_to_temp_file), (ev_file_set_contents):
9201         * shell/ev-utils.h:
9202         * shell/ev-window.c: (save_print_config_to_file):
9203         
9204         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9205         Fix for bug 312238
9206
9207 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9208
9209         * shell/ev-window.c: (load_print_config_from_file),
9210         (save_print_config_to_file), (ev_window_print_range):
9211
9212         Persist the print settings. Fixes bug #311578.
9213
9214 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9215
9216         * djvu/djvu-document.c: (djvu_document_get_page_size),
9217         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9218         (djvu_document_thumbnails_get_thumbnail):
9219         * dvi/dvi-document.c: (dvi_document_get_page_size),
9220         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9221         (dvi_document_thumbnails_get_dimensions),
9222         (dvi_document_thumbnails_get_thumbnail):
9223         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9224         (pixbuf_document_render_pixbuf),
9225         (pixbuf_document_document_iface_init),
9226         (pixbuf_document_thumbnails_get_thumbnail):
9227         
9228         Update backends to make them build with new rotation system.
9229
9230 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9231
9232         * help/C/figures/evince_start_window.png:
9233         
9234         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9235
9236 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9237
9238         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9239         * shell/ev-pixbuf-cache.h:
9240         * shell/ev-sidebar-thumbnails.c:
9241         (ev_sidebar_thumbnails_get_property), (add_range),
9242         (adjustment_changed_cb):
9243         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9244         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9245         we were thumbnailing the entire docment on startup, slowing us
9246         down hugely. 
9247
9248 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9249
9250         * shell/ev-page-cache.c: (ev_page_cache_new):
9251         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9252         == 0, fixes #310306.
9253
9254 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9255
9256         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9257         (ev_view_rotate_left):
9258
9259         Account rotation in doc_rect_to_view_rect.
9260         Ensure rotation doesnt go out of bounds.
9261
9262 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9263
9264         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9265
9266         Correct and cleanup w/h swapping
9267
9268 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9269
9270         * backend/ev-document-thumbnails.c:
9271         (ev_document_thumbnails_get_thumbnail):
9272         * backend/ev-document-thumbnails.h:
9273         * backend/ev-document.c:
9274         * backend/ev-document.h:
9275         * backend/ev-render-context.c: (ev_render_context_new),
9276         (ev_render_context_set_rotation):
9277         * backend/ev-render-context.h:
9278         * pdf/ev-poppler.cc:
9279         * ps/ps-document.c: (ps_document_document_iface_init):
9280         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9281         * shell/ev-jobs.h:
9282         * shell/ev-page-cache.c: (build_height_to_page),
9283         (ev_page_cache_new), (ev_page_cache_get_size),
9284         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9285         (ev_page_cache_get_height_to_page):
9286         * shell/ev-page-cache.h:
9287         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9288         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9289         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9290         (ev_pixbuf_cache_get_selection_pixbuf):
9291         * shell/ev-pixbuf-cache.h:
9292         * shell/ev-print-job.c: (idle_print_handler):
9293         * shell/ev-sidebar-thumbnails.c: (add_range):
9294         * shell/ev-view.c: (view_update_range_and_current_page),
9295         (get_page_y_offset), (get_page_extents),
9296         (ev_view_size_request_continuous_dual_page),
9297         (ev_view_size_request_continuous),
9298         (ev_view_size_request_dual_page),
9299         (ev_view_size_request_single_page), (draw_one_page),
9300         (ev_view_set_rotation), (ev_view_rotate_right),
9301         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9302         (ev_view_zoom_for_size_continuous_and_dual_page),
9303         (ev_view_zoom_for_size_continuous),
9304         (ev_view_zoom_for_size_dual_page),
9305         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9306         (ev_view_select_all):
9307         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9308         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9309         (tiff_document_document_iface_init),
9310         (tiff_document_thumbnails_get_thumbnail):
9311
9312         Use rotation rather than orientation. It's easier and enough
9313         for our needs.
9314
9315 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9316
9317         * shell/ev-page-cache.c: (build_height_to_page),
9318         (ev_page_cache_new), (ev_page_cache_get_size),
9319         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9320         (ev_page_cache_get_height_to_page):
9321         * shell/ev-page-cache.h:
9322         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9323         (ev_view_size_request_continuous_dual_page),
9324         (ev_view_size_request_continuous),
9325         (ev_view_zoom_for_size_continuous_and_dual_page),
9326         (ev_view_zoom_for_size_continuous):
9327
9328         Make the page cache aware of page orientation.
9329
9330 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9331
9332         * backend/ev-document-thumbnails.c:
9333         (ev_document_thumbnails_get_thumbnail):
9334         * backend/ev-document-thumbnails.h:
9335         * backend/ev-document.c:
9336         * backend/ev-document.h:
9337         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9338         * backend/ev-ps-exporter.h:
9339         * pdf/ev-poppler.cc:
9340         * ps/ps-document.c: (ps_document_document_iface_init),
9341         (ps_document_ps_export_do_page):
9342         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9343         * shell/ev-jobs.h:
9344         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9345         (ev_page_cache_get):
9346         * shell/ev-page-cache.h:
9347         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9348         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9349         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9350         * shell/ev-pixbuf-cache.h:
9351         * shell/ev-print-job.c: (idle_print_handler):
9352         * shell/ev-sidebar-thumbnails.c: (add_range):
9353         * shell/ev-view.c: (view_update_range_and_current_page),
9354         (get_page_extents), (ev_view_size_request_dual_page),
9355         (ev_view_size_request_single_page), (draw_one_page),
9356         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9357         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9358         (ev_view_zoom_for_size_dual_page),
9359         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9360         (ev_view_select_all):
9361         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9362         * tiff/tiff-document.c: (tiff_document_get_page_size),
9363         (tiff_document_get_orientation), (rotate_pixbuf),
9364         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9365         (tiff_document_thumbnails_get_thumbnail),
9366         (tiff_document_ps_export_do_page), (tiff_document_init):
9367
9368         Really make use of the orientation bit of the render context.
9369         Use the render context in a few more places in the backend API.
9370         This regress orientation, but now it's done right. Will try to
9371         fix it up asap...
9372
9373 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9374
9375         * shell/ev-view.c: (ensure_rectangle_is_visible):
9376
9377         Patch by Nickolay V. Shmyrev to fix find flickering
9378
9379 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9380
9381         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9382         duplex parameters to ::begin.
9383
9384         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9385         * shell/ev-print-job.c (idle_print_handler): 
9386         * ps/ps-document.c (ps_document_ps_export_begin): 
9387         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9388         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9389         implementations. Poppler backend needs poppler cvs. Rest has
9390         unchanged behavior.
9391
9392 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9393
9394         * shell/ev-window.c (using_pdf_printer): new function.
9395         (ev_window_print_range): print a less techy message if someone
9396         tries to print to PDF.
9397
9398 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9399
9400         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9401         from "unknown font" string. Bug #311431
9402
9403 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9404
9405         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9406
9407 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9408
9409         Bug #311280
9410         
9411         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9412         name for PopplerFontTypes
9413         (pdf_document_fonts_fill_model): add font type to the detail column
9414
9415         * backend/ev-document-fonts.h: added
9416         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9417
9418         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9419         font name and font details, add a little markup.
9420         (ev_properties_fonts_init): use the new cell data func, specify ypad
9421         property for the cell renderer.
9422         (ev_properties_fonts_set_document): add the details column.
9423
9424 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9425
9426         * configure.ac: Added "pl" to ALL_LINGUAS.
9427
9428 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9429
9430         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9431
9432 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9433
9434         * help/ChangeLog: Started this for translations of manual.
9435         * configure.ac, autogen.sh, .cvsignore: Migrated to
9436         gnome-doc-utils. Patch in bug #311222.
9437
9438 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9439
9440         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9441         #ifdef this away to fix an unused-function warning.
9442
9443 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9444
9445         * configure.ac: Added 'gl' to ALL_LINGUAS.
9446
9447 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9448
9449         * configure.ac: Added ne in ALL_LINGUAS
9450         
9451 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9452
9453         * shell/ev-view.c: (ev_view_leave_notify_event):
9454         
9455         Clear status message when pointer leaves view. Fix for bug
9456         #310818 
9457
9458 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9459
9460         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9461
9462 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9463
9464         * shell/ev-view.c: (ev_view_leave_notify_event),
9465         (ev_view_class_init):
9466         
9467         Set cursor to normal then leaving view.
9468
9469 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9470
9471         * configure.ac:
9472         
9473         Fix required djvulibre version.
9474
9475 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9476
9477         *configure.ac: Hindi (hi) language added
9478
9479 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9480
9481         *configure.ac: Punjabi (pa) Language added
9482
9483 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9484
9485         * data/evince-ui.xml, shell/ev-window.c:
9486         
9487         Add keypad accelerators for zooming. Fix for bug 308128.
9488
9489 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9490
9491         * Makefile.am:
9492         * backend/Makefile.am:
9493         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9494         * configure.ac:
9495         * shell/ev-document-types.c: (ev_document_types_add_filters):
9496
9497         Allow to enable/disable the pixbuf backend.
9498         Default to off for now. If we want it enabled we should
9499         really put mime types in the desktop, implement properties etc.
9500
9501         * properties/evince-properties.c:
9502
9503         Initialize error to NULL.
9504         Check error is not NULL before freeing.
9505
9506 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9507
9508         * shell/ev-window.c:
9509
9510         Use F5 as presentation accell
9511
9512 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9513
9514         * shell/ev-window.c: (update_chrome_visibility),
9515         (ev_window_create_fullscreen_popup), (ev_window_init):
9516
9517         Do not leak the fullscreen toolbar
9518
9519 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9520
9521         * shell/ev-window.c: (view_actions_focus_in_cb),
9522         (view_actions_focus_out_cb):
9523
9524         These has a return value! Fix totally random focus
9525         issues we was seeing.
9526
9527 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9528
9529         * shell/main.c: (load_files_remote):
9530
9531         Allow open more than one file
9532
9533 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9534
9535         * shell/main.c: (load_files_remote):
9536
9537         Fix for dbus 0.33. bug #309975
9538
9539 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9540
9541         * properties/ev-properties-main.c: (ev_properties_get_pages):
9542
9543         Actually return NULL for types we dont support
9544
9545 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9546
9547         * po/POTFILES.in:
9548
9549         Remove empty lines.
9550
9551 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9552
9553         * backend/ev-document-factory.c:
9554         (ev_document_factory_get_document):
9555
9556         Do not try to create the object if type
9557         is invalid.
9558
9559 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9560
9561         * ps/ps-document.c: (ps_document_dispose),
9562         (ps_async_renderer_render_pixbuf):
9563         * ps/ps-document.h:
9564
9565         Do not leak the target window
9566
9567 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9568
9569         * shell/ev-application.c: (ev_application_init):
9570
9571         Let tbe check file existence for us.
9572         Add a comment about eggrecent mime filter.
9573
9574 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9575
9576         * data/evince-ui.xml:
9577         * shell/ev-application.c: (ev_application_shutdown),
9578         (ev_application_init), (ev_application_get_toolbars_model),
9579         (ev_application_get_recent_model),
9580         (ev_application_save_toolbars_model):
9581         * shell/ev-application.h:
9582         * shell/ev-window.c: (ev_window_add_recent),
9583         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9584         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9585         (ev_window_init):
9586
9587         Use common toolbar and recent models for all windows.
9588         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9589
9590 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9591
9592         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9593         successfully check for gtk_icon_view_get_visible_range.
9594
9595 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9596
9597         * djvu/Makefile.am:
9598         * dvi/Makefile.am:
9599         
9600         Fix djvu and dvi backend build.
9601
9602 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9603
9604         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9605         (new_separator_pixbuf):
9606
9607         Don't leak windows.
9608
9609 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9610
9611         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9612
9613         HIGification of toolbar editor dialogue.
9614
9615 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9616
9617         * configure.ac:
9618         * shell/Makefile.am:
9619
9620         Ever build metadata manager since it's just
9621         disabled at runtime now.
9622
9623 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9624
9625         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9626         (ev_metadata_manager_get), (ev_metadata_manager_set):
9627         * shell/ev-metadata-manager.h:
9628
9629         Add an _init functions that enabled metadata management
9630         at runtime.
9631
9632         * shell/ev-window.c: (page_changed_cb),
9633         (setup_document_from_metadata), (ev_window_setup_document),
9634         (setup_view_from_metadata), (ev_window_open_uri),
9635         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9636         (ev_window_run_presentation), (ev_window_stop_presentation),
9637         (save_sizing_mode), (ev_window_zoom_changed_cb),
9638         (ev_window_continuous_changed_cb),
9639         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9640         (window_configure_event_cb):
9641
9642         Remove all ugly metadata define since we deal with it
9643         at runtime now.
9644
9645         * shell/main.c: (load_files_remote), (main):
9646
9647         Add support for dbus cvs head. Hopefully didnt break one
9648         of the other versions now!
9649
9650         If we dont get a response from the dbus server just
9651         give up with it and not enable metadata.
9652
9653 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9654
9655         * Makefile.am:
9656         * backend/Makefile.am:
9657         * configure.ac:
9658         * cut-n-paste/recent-files/Makefile.am:
9659         * cut-n-paste/toolbar-editor/Makefile.am:
9660         * cut-n-paste/zoom-control/Makefile.am:
9661         * lib/Makefile.am:
9662         * pdf/Makefile.am:
9663         * pixbuf/Makefile.am:
9664         * properties/Makefile.am:
9665         * ps/Makefile.am:
9666         * shell/Makefile.am:
9667         * thumbnailer/Makefile.am:
9668         * tiff/Makefile.am:
9669
9670         Make frontends depend on just libev.
9671         Rework and group CFLAGS/LIBS definitions.
9672         Cleanups.
9673
9674 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9675
9676         * shell/ev-window:
9677
9678         do not unnecessarily save zoom
9679
9680         * configure.ac:
9681         * lib/ev-file-helpers.c: (ev_dot_dir):
9682         * shell/Makefile.am:
9683         * shell/dummy.cc:
9684
9685         Some cleanups
9686
9687 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9688
9689         * configure.ac:
9690         
9691         Remove unnecessary dependencies
9692
9693 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9694
9695         * properties/Makefile.am:
9696         * thumbnailer/Makefile.am:
9697         * tiff/Makefile.am:
9698
9699         Some more cleanups. Was really necessary
9700         but I probably introduced bugs, feel free
9701         to flame :)
9702
9703 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9704
9705         * backend/Makefile.am:
9706         * configure.ac:
9707         * cut-n-paste/recent-files/Makefile.am:
9708         * cut-n-paste/toolbar-editor/Makefile.am:
9709         * cut-n-paste/zoom-control/Makefile.am:
9710         * lib/Makefile.am:
9711         * pdf/Makefile.am:
9712         * pixbuf/Makefile.am:
9713         * properties/Makefile.am:
9714         * ps/Makefile.am:
9715         * shell/Makefile.am:
9716         * thumbnailer/Makefile.am:
9717         * tiff/Makefile.am:
9718
9719         Use gnome-common macros when possible.
9720         Cleanup dependencies.
9721         Actually disable deprecated where possible.
9722
9723 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9724
9725         * Makefile.am:
9726         * backend/Makefile.am:
9727         * properties/Makefile.am:
9728         * shell/Makefile.am:
9729         * thumbnailer/Makefile.am:
9730
9731         This should solve the circular dep without
9732         requiring dir reorg!
9733
9734         * shell/ev-window.c: (setup_view_from_metadata):
9735
9736         Never restore window size/position when the
9737         window is already visible.
9738
9739 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9740
9741         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9742
9743         Return a boolean from timeout func. Fix ported from gedit.
9744
9745 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9746
9747         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9748
9749 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9750
9751         * shell/ev-document-types.c: set "All Documents" as default filter in
9752         open dialog
9753
9754 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9755
9756         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9757         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9758         (ev_metadata_manager_set_boolean): fix value/val thinko.
9759
9760 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9761
9762         * shell/ev-window.c: (setup_view_from_metadata),
9763         (window_state_event_cb), (window_configure_event_cb),
9764         (ev_window_init):
9765
9766         Remember window position and maximized state
9767
9768 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9769
9770         * configure.ac:
9771
9772         Fix DBUS configure checks.
9773
9774         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9775         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9776         (ev_metadata_manager_set_boolean):
9777
9778         Plug mem leaks.
9779
9780         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9781         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9782         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9783         (ev_window_continuous_changed_cb),
9784         (ev_window_dual_mode_changed_cb), (ev_window_new):
9785
9786         Fix the build without DBUS.
9787
9788 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9789
9790         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9791         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9792         (ev_metadata_manager_set_string),
9793         (ev_metadata_manager_set_boolean):
9794         * shell/ev-metadata-manager.h:
9795
9796         Add support for some more types
9797
9798         * shell/ev-view.c: (scroll_to_current_page),
9799         (ev_view_get_continuous), (ev_view_set_continuous),
9800         (ev_view_get_dual_page):
9801         * shell/ev-view.h:
9802         * shell/ev-window.c: (page_changed_cb),
9803         (setup_document_from_metadata), (ev_window_setup_document),
9804         (setup_view_from_metadata), (ev_window_open_uri),
9805         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9806         (ev_window_run_presentation), (ev_window_stop_presentation),
9807         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9808         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9809         (ev_window_update_dual_page_action),
9810         (ev_window_continuous_changed_cb),
9811         (ev_window_dual_mode_changed_cb), (ev_window_init):
9812
9813         Remember a bunch of view/document properties. Prolly some
9814         are still missing but it's getting interesting.
9815
9816 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9817
9818         * configure.ac: check if dbus-binding-tool is installed. Not the
9819         case on current Ubuntu breezy, it seems.
9820
9821 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9822
9823         * data/evince.desktop.in.in:
9824         
9825         Allow open uri lists and add TryExec field.
9826
9827 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9828
9829         * configure.ac:
9830
9831         Enable dbus when available, do not require a configure
9832         option.
9833
9834 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9835
9836         * configure.ac:
9837
9838         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9839         disabled.
9840
9841 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9842         Marco Pesenti Gritti  <mpg@redhat.com>
9843
9844         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9845         
9846         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9847         functions to the format required by dbus
9848
9849         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9850         errors. Use the RPC parameters in the expected way
9851
9852 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9853
9854         * Makefile.am:
9855         * properties/Makefile.am:
9856         * properties/ev-properties-main.c: (ev_properties_get_pages):
9857
9858         Support all mime types
9859
9860         * shell/Makefile.am:
9861         * thumbnailer/Makefile.am:
9862         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9863         (evince_thumbnail_pngenc_get):
9864
9865         Use the document factory
9866
9867 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9868
9869         * backend/Makefile.am:
9870         * backend/ev-document-factory.c:
9871         (mime_type_supported_by_gdk_pixbuf),
9872         (ev_document_type_get_from_mime),
9873         (ev_document_factory_get_document),
9874         (ev_document_factory_get_backend),
9875         (ev_document_factory_get_mime_types),
9876         (ev_document_factory_get_all_mime_types):
9877         * backend/ev-document-factory.h:
9878         * shell/Makefile.am:
9879         * shell/ev-document-types.c: (get_document_from_uri),
9880         (ev_document_types_get_document),
9881         (file_filter_add_mime_list_and_free),
9882         (ev_document_types_add_filters):
9883         * shell/ev-document-types.h:
9884         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9885         * shell/ev-properties-dialog.c:
9886         (ev_properties_dialog_set_document):
9887         * shell/ev-window.c: (ev_window_cmd_file_open),
9888         (ev_window_cmd_save_as):
9889         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9890
9891         Rework document types managing to avoid code duplication
9892         and actually abstract from backend implementations.
9893         Also provide a minimal factory api that can be used by
9894         thumbnailer/properties.
9895
9896 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9897
9898         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9899         Plug a mem leak.
9900         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9901         HIG spacings.
9902
9903 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9904
9905         * shell/ev-properties-dialog.c
9906         (ev_properties_dialog_set_document): only call
9907         ev_properties_fonts_set_document() if the document implements the
9908         fonts interface
9909
9910 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9911
9912         * configure.ac:
9913         * properties/Makefile.am:
9914         * properties/ev-properties-view.c:
9915         (ev_properties_view_register_type):
9916         * properties/ev-properties-view.h:
9917         * properties/ev-properties-main.h:
9918
9919         Implement nautilus plugin for properties.
9920         Works only for pdf atm, I need to rework the
9921         document types stuff to get this to work
9922         for all backends...
9923
9924 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9925
9926         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9927         (ev_properties_fonts_set_document): use
9928         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9929
9930 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9931
9932         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9933         them
9934         (PlaceImage, tiff2ps_process_page): use
9935         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9936
9937
9938 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9939
9940         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9941         (main): to call gnome_authentication_manager_init. Should fix
9942         Bug #308510
9943
9944         * configure.ac: that requires libgnomeui 2.6.0.
9945
9946 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9947
9948         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9949         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9950         use the new tiff2ps interfaces
9951
9952         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9953         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9954
9955         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9956         structure instead of global variables.  Remove use of static
9957         variables in functions.
9958
9959 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9960
9961         * shell/ev-page-action.c: unref the completion after setting it to the
9962         entry
9963
9964 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9965
9966         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9967         postscript files
9968
9969 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9970
9971         * shell/ev-window.c (update_action_sensitivity): disable
9972         File->Print if the document does not implement the ps exporter
9973         interface
9974
9975 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9976
9977         * Makefile.am:
9978         * configure.ac:
9979         * data/evince-properties.glade:
9980         * properties/.cvsignore:
9981         * properties/Makefile.am:
9982         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9983         (ev_properties_view_class_init), (ev_properties_view_format_date),
9984         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9985         (ev_properties_view_init), (ev_properties_view_new):
9986         * properties/ev-properties-view.h:
9987         * shell/Makefile.am:
9988         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9989         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9990         (ev_properties_dialog_new):
9991         * shell/ev-properties-dialog.h:
9992         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9993         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9994         (update_progress_label), (job_fonts_finished_cb),
9995         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9996         * shell/ev-properties-fonts.h:
9997         * shell/ev-properties.c:
9998         * shell/ev-properties.h:
9999         * shell/ev-window.c: (ev_window_setup_document),
10000         (ev_window_cmd_file_properties):
10001
10002         Split the properties pages in two different objects, depend
10003         only on the backend where possible, use widgets instead
10004         of gobject for the glade part, reimplement the dialog
10005         itself with gtk.
10006         I need this to implement nautilus properties page.
10007
10008 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10009
10010         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10011         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10012         (tiff_document_document_ps_exporter_iface_init): implement the ps
10013         exporter interface for tiff documents
10014
10015         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10016         libtiff to implement TIFF postscript export
10017
10018         * tiff/tiff2ps.h: added a header file for external tiff2ps
10019         functions.
10020
10021         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10022         tiff2ps.h
10023
10024 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10025
10026         * shell/ev-view.c: (scroll_to_current_page),
10027         (ev_view_set_fullscreen), (ev_view_set_presentation):
10028         
10029         Scroll to current page when exit from presentation
10030
10031 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10032
10033         * shell/ev-window.c: (update_document_mode),
10034         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10035         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10036         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10037         
10038         Exit from fullscreen mode when switch to presentation. Fix for
10039         bug 309365
10040
10041 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10042
10043         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10044         return NULL if the document does not implement the selection
10045         interface.
10046
10047 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10048
10049         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10050         reported height by using the resolution aspect ratio
10051         (tiff_document_render_pixbuf): scale the pixbuf using the
10052         resolution aspect ratio
10053
10054 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10055
10056         * configure.ac:
10057         
10058         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10059         <kiltedaco@gmail.com>
10060         
10061         * djvu/djvu-document.c: (djvu_document_get_orientation),
10062         (djvu_document_set_orientation), (djvu_document_get_page_size),
10063         (rotate_pixbuf), (djvu_document_render_pixbuf),
10064         (djvu_document_document_iface_init):
10065         * dvi/dvi-document.c: (dvi_document_get_orientation),
10066         (dvi_document_set_orientation), (dvi_document_get_page_size),
10067         (rotate_pixbuf), (dvi_document_render_pixbuf),
10068         (dvi_document_document_iface_init):
10069         
10070         Dvi and djvu backends are ported to new API
10071
10072 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10073
10074         * backend/ev-selection.c: (ev_selection_get_selection_region),
10075         (ev_selection_get_selection_map):
10076         * backend/ev-selection.h:
10077         * pdf/ev-poppler.cc:
10078         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10079         * shell/ev-jobs.h:
10080         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10081         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10082         (ev_pixbuf_cache_get_text_mapping):
10083         * shell/ev-pixbuf-cache.h:
10084         * shell/ev-view.c: (location_in_text),
10085         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10086         support to EvView.  Now we can see where we can select!  Sweet!
10087
10088 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10089
10090         * shell/ev-view.c (ev_view_button_press_event): Fix
10091         event->y + view->scroll_x typo.
10092
10093 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10094
10095         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10096         sub-GdkPixbuf instead of passing dest_x and dest_y.
10097         
10098         * shell/ev-view.c: (view_point_to_doc_point),
10099         (view_rect_to_doc_rect), (ev_view_button_press_event),
10100         (ev_view_motion_notify_event), (compute_new_selection_rect),
10101         (gdk_rectangle_point_in), (compute_new_selection_text),
10102         (compute_selections): Update selection code to keep the selection
10103         around as two points and not as a normalized rectangle, and fix
10104         page level selection in two-column mode.
10105
10106 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10107
10108         * shell/ev-window.c: (window_configure_event_cb): 
10109         
10110         Fix compilation
10111         
10112 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10113
10114         * pdf/ev-poppler.cc:
10115
10116         Fix compilation
10117
10118 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10119
10120         * shell/Makefile.am:
10121         * shell/ev-metadata-manager.c: (item_free),
10122         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10123         (parse_value), (parseItem), (load_values),
10124         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10125         (save_values), (save_item), (get_oldest), (resize_items),
10126         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10127         * shell/ev-metadata-manager.h:
10128
10129         Metadata manager from gedit but modified to use GValue, so that
10130         we dont need to keep converting from strings.
10131
10132         * configure.ac:
10133
10134         ENABLE_METADATA conditional, on when dbus is on
10135
10136         * shell/ev-application.c: (ev_application_open_uri):
10137
10138         Show the window after load so that we can initialize
10139         window size before it's showed.
10140
10141         * shell/ev-window.c: (ev_window_setup_from_metadata),
10142         (ev_window_open_uri), (window_configure_event_cb),
10143         (ev_window_init):
10144
10145         Save and load metadata information about window size.
10146         Not yet keeping states in account.
10147
10148         * shell/main.c: (main):
10149
10150         Shutdown metadata manager.
10151
10152 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10153
10154         * shell/ev-application-service.xml:
10155         * configure.ac:
10156         * shell/Makefile.am:
10157         * shell/ev-application.c:
10158         * shell/ev-application.h:
10159         * shell/ev-window.c:
10160         * shell/ev-window.h:
10161         * shell/main.c:
10162
10163         Add an optional dbus interface (--enable-dbus).
10164         Rework application code, mainly to be easier to
10165         use "remotely".
10166         Do not open multiple windows with the same document,
10167         spatial evince!
10168
10169 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10170
10171         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10172         pixbuf iff it exists.
10173
10174 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10175
10176         * shell/*:
10177         * backend/ev-render-context.[ch]:
10178         * backend/ev-selection.[ch]:
10179
10180         Massive changes.  We now support text selection of pdfs, and not
10181         just rectangular selection.  This is pretty broken still, but I
10182         want to get something into CVS.
10183
10184 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10185
10186         * pdf/ev-poppler.cc:
10187         
10188         Fix for Bug 309080: crash on window close.
10189         
10190         * shell/ev-page-action.c: (page_changed_cb):
10191         
10192         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10193         jensgr@gmx.net (Jens Granseuer).
10194
10195 2005-06-25  Marcel Telka  <marcel@telka.sk>
10196
10197         * configure.in (ALL_LINGUAS): Added sk.
10198
10199 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10200
10201         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10202         not a document open
10203
10204 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10205
10206         * NEWS:
10207         * configure.ac:
10208
10209         Release 0.3.2
10210
10211         * cut-n-paste/recent-files/Makefile.am:
10212
10213         Fix make distcheck
10214
10215 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10216
10217         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10218         (pixbuf_document_set_orientation), (rotate_pixbuf),
10219         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10220         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10221
10222         Implement rotation and cleanup the code a bit.
10223
10224         * tiff/tiff-document.c: (tiff_document_get_page_size),
10225         (tiff_document_get_orientation), (tiff_document_set_orientation),
10226         (rotate_pixbuf), (tiff_document_render_pixbuf),
10227         (tiff_document_document_iface_init), (tiff_document_init):
10228
10229         Implement rotation. Was the quicker solution for the release
10230         but we really need to share this code in the shell.
10231
10232 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10233
10234         * pdf/ev-poppler.cc:
10235
10236         Enable rotation, require poppler cvs. Fix a leak.
10237
10238 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10239
10240         * shell/ev-window.c: (update_action_sensitivity):
10241         
10242         Make properties unsensitive if document backend doesn't provide
10243         any info
10244
10245 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10246
10247         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10248         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10249         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10250         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10251         (bitmap_flip_rotate_counter_clockwise):
10252         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10253         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10254         (buff_gets):
10255         * dvi/mdvi-lib/common.h:
10256         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10257         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10258         (opendvi), (mdvi_reload), (mdvi_init_context),
10259         (mdvi_destroy_context), (mdvi_dopage), (special):
10260         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10261         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10262         (file_hash_free), (register_encoding), (parse_spec),
10263         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10264         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10265         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10266         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10267         (mdvi_register_font_type), (mdvi_unregister_font_type),
10268         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10269         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10270         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10271         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10272         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10273         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10274         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10275         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10276         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10277         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10278         (mdvi_unregister_special), (mdvi_flush_specials):
10279         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10280         (t1_font_remove):
10281         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10282         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10283         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10284         (free_font_metrics), (flush_font_metrics):
10285         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10286         (tt_font_remove):
10287         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10288         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10289         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10290         (dstring_insert), (dstring_new), (dstring_reset):
10291         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10292         
10293         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10294         avoid conflict with libtool on FC4
10295         
10296         * shell/ev-window.c: (ev_window_cmd_help_about):
10297         
10298         Update copyright year. Fix for bug 308828.
10299
10300 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10301
10302         * shell/ev-view.c: (add_scroll_binding_keypad),
10303         (ev_view_binding_activated), (ev_view_class_init),
10304         (on_adjustment_value_changed):
10305         
10306         Bug 170874: Arrow keys switch pages in presentation mode
10307
10308 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10309
10310         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10311         
10312         Fix for Bug 308265: Sidebar dissappears coming out of 
10313         Presentation mode
10314
10315 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10316
10317         * shell/ev-application.c: (ev_application_open):
10318         * shell/ev-document-types.c: (ev_document_types_add_filters),
10319         (ev_document_types_add_filters_for_type):
10320         * shell/ev-document-types.h:
10321         * shell/ev-window.c: (ev_window_cmd_save_as):
10322         
10323         Suggest basename as template when saving, provide filters
10324         for save dialog. It's bug 308402
10325
10326 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10327
10328         * pdf/ev-poppler.cc:
10329         * shell/ev-sidebar-links.c: (job_finished_callback):
10330         * shell/ev-view.c: (update_find_status_message):
10331         
10332         Some leaks fixed
10333
10334 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10335
10336         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10337         (egg_recent_view_uimanager_set_list):
10338
10339         Fix buglet in !show_numbers case.
10340
10341 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10342
10343         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10344         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10345
10346         Use pango ellipsisation.
10347
10348         * pdf/ev-poppler.cc:
10349
10350         Fix refcount leak, from nsh.
10351
10352 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10353
10354         * cut-n-paste/recent-files/Makefile.am:
10355         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10356         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10357         
10358         Removed EggRecentViewGtk
10359         
10360         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10361         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10362         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10363         (ev_window_setup_recent):
10364         
10365         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10366         with other projects
10367
10368 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10369
10370         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10371         (egg_recent_view_gtk_finalize):
10372
10373         Fix memory leak
10374
10375         * cut-n-paste/toolbar-editor/Makefile.am:
10376         
10377         Fix location of cursor icon.
10378         
10379         * pdf/ev-poppler.cc:
10380         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10381         (display_completion_text), (match_completion):
10382         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10383         (selection_changed_callback), (create_loading_model),
10384         (print_section_cb), (links_page_num_func),
10385         (update_page_callback_foreach):
10386         * shell/ev-window.c: (ev_window_dispose):
10387         
10388         Small memory fixes. Links model now store objects instead
10389         of pointers to improve memory management. 
10390
10391 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10392
10393         * shell/ev-window.c: (zoom_control_changed_cb):
10394         
10395         Fix update of zoom control (bug 308268).
10396
10397 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10398
10399         * shell/ev-properties.c (set_property): escape the text correctly.
10400         Handles non-UTF-8 properties and escaped properties.  Also, sets
10401         the text to "<i>None</i>" if the property isn't set.
10402
10403         * data/evince-properties.glade: Change the label to be ellipsized,
10404         and give it a minimum size.
10405
10406 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10407
10408         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10409         * shell/ev-sidebar-links.c: (create_loading_model):
10410         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10411         * shell/ev-view.c: (ev_view_set_document):
10412         * shell/ev-window.c: (ev_window_dispose):
10413         
10414         Various small fixes, mostly memory leaks. Thanks to valgrind.
10415
10416 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10417
10418         * ps/ps-document.c: remove the locale.h include again ;-). And
10419         kill the (bogus) setlocale/savelocale business.
10420
10421 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10422
10423         * ps/ps-document.c:
10424         
10425         Include locale.h to fix build
10426         
10427         * shell/ev-sidebar.c:
10428         
10429         Remove unnecessary includes
10430
10431 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10432
10433         * dvi/dvi-document.c: (dvi_document_load):
10434         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10435         * po/POTFILES.in:
10436         
10437         Check for incorrect dvi files. Fix parsing dvi on AMD64
10438         platform. Thanks to tester@tester.ca (Olivier Crete).
10439
10440 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10441
10442         * shell/ev-page-action.c: (match_selected_cb),
10443         (display_completion_text), (match_completion), (update_model):
10444         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10445         (expand_open_links):
10446         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10447         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10448         (ev_sidebar_set_document):
10449         * shell/ev-window.c: (ev_window_xfer_job_cb),
10450         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10451         
10452         Fixed lot's of memory leaks, for example, memory leak on reload, 
10453         described in bug 307793.
10454
10455 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10456
10457         * pdf/ev-poppler.cc:
10458         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10459         (update_visible_range), (adjustment_changed_cb),
10460         (ev_sidebar_thumbnails_fill_model),
10461         (ev_sidebar_thumbnails_refresh),
10462         (ev_sidebar_tree_selection_changed),
10463         (ev_sidebar_icon_selection_changed),
10464         (ev_sidebar_thumbnails_use_icon_view),
10465         (ev_sidebar_thumbnails_set_document):
10466         * shell/ev-sidebar-thumbnails.h:
10467         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10468         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10469
10470         Refresh thumbnails when changing orientation. Not fully
10471         working yet becuase of a sidebar bug.
10472
10473         Set page orientation to poppler page everywhere. This sucks
10474         really need to fix poppler.
10475
10476 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10477
10478         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10479         (egg_recent_view_gtk_new_menu_item),
10480         (egg_recent_view_gtk_set_property),
10481         (egg_recent_view_gtk_get_property),
10482         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10483         (egg_recent_view_gtk_set_tooltip_func),
10484         (egg_recent_view_gtk_set_label_width),
10485         (egg_recent_view_gtk_get_label_width):
10486         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10487
10488         Sync with libegg (ellipsize labels)
10489
10490 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10491
10492         * data/evince-ui.xml:
10493         * shell/ev-window.c: (ev_window_cmd_go_forward),
10494         (ev_window_cmd_go_backward):
10495         
10496         Shift + PageUp moves 10 Pages. Fix for 306125
10497
10498 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10499
10500         * pdf/ev-poppler.cc:
10501
10502         Add a flag to check if orientation has been overriden
10503
10504 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10505
10506         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10507         field if necessary.
10508
10509         * ps/ps.h: add creator field to document.
10510
10511         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10512         set creator field.
10513
10514 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10515
10516         * data/evince-properties.glade:
10517         * shell/ev-properties.c: (ev_properties_set_document):
10518
10519         s/PDF Version/Format
10520
10521 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10522
10523         * shell/ev-properties.c: (ev_properties_set_document):
10524
10525         Remove unnecessary translations
10526
10527 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10528
10529         * cut-n-paste/toolbar-editor/Makefile.am:
10530
10531         Correct library name    
10532
10533 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10534
10535         * configure.ac:
10536         * cut-n-paste/recent-files/egg-recent-model.c:
10537         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10538         (egg_recent_model_unlock_file):
10539         * cut-n-paste/recent-files/egg-recent-util.c:
10540         (egg_recent_util_get_unique_id):
10541         * cut-n-paste/recent-files/update-from-egg.sh:
10542         * cut-n-paste/toolbar-editor/Makefile.am:
10543         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10544         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10545         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10546         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10547         (egg_toolbars_model_get_type):
10548         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10549
10550         Better makefile for toolbar editor and update everything
10551         to latest libegg.
10552
10553 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10554
10555         * shell/ev-window.c: (update_document_mode):
10556
10557         Prefer presentation mode when the document
10558         require fullscreen.
10559
10560 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10561
10562         * data/evince-ui.xml:
10563         * shell/ev-window.c:
10564
10565         Add control-equal for zooming
10566
10567 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10568
10569         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10570
10571 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10572
10573         * backend/ev-document.c: (ev_document_get_orientation):
10574         * backend/ev-document.h:
10575         * pdf/ev-poppler.cc:
10576         * ps/ps-document.c: (ps_document_get_orientation),
10577         (ps_document_set_orientation), (ps_document_document_iface_init):
10578
10579         Add a get_orientation api. Improve set_orientation.
10580
10581         * data/evince-ui.xml:
10582         * shell/ev-view.c: (ev_view_set_orientation),
10583         (ev_view_rotate_right), (ev_view_rotate_left):
10584         * shell/ev-view.h:
10585         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10586         (ev_window_cmd_edit_rotate_right):
10587
10588         Better ui for changing document orientation
10589
10590 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10591
10592         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10593         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10594         * shell/ev-sidebar-links.h:
10595         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10596         (ev_sidebar_page_iface_init):
10597         * shell/ev-sidebar-page.h:
10598         * shell/ev-sidebar-thumbnails.c:
10599         (ev_sidebar_thumbnails_get_property),
10600         (ev_sidebar_thumbnails_class_init),
10601         (ev_sidebar_thumbnails_set_document):
10602         * shell/ev-sidebar-thumbnails.h:
10603         * shell/ev-view.c: (ev_view_motion_notify_event):
10604         * shell/ev-window.c: (update_chrome_visibility),
10605         (ev_window_cmd_focus_page_selector),
10606         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10607         (sidebar_page_main_widget_update_cb), (ev_window_init):
10608         
10609         Autoraise toolbar on GoToPage binding and fix bindings in
10610         EvSidebarThumbnails page.
10611
10612 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10613
10614         * shell/ev-properties.c: (update_progress_label):
10615
10616         Hide the progress label when finished; bug #307697.
10617
10618 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10619
10620         * pdf/ev-poppler.cc:
10621
10622         Enable is_open for links, you will need poppler cvs
10623
10624         * shell/ev-properties.c: (job_fonts_finished_cb):
10625
10626         Get a lock on the document when filling the tree view
10627
10628 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10629
10630         * backend/ev-document-links.h:
10631         * pdf/ev-poppler.cc:
10632         * shell/ev-sidebar-links.c: (create_loading_model),
10633         (expand_open_links), (job_finished_callback):
10634
10635         Expand links when specified by the document.
10636         Depend on a poppler api (defined out for now)
10637
10638 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10639
10640         * shell/ev-properties.c: (ev_properties_dispose),
10641         (ev_properties_class_init), (dialog_destroy_cb),
10642         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10643         (ev_properties_set_document), (ev_properties_new),
10644         (ev_properties_show):
10645         * shell/ev-properties.h:
10646
10647         Make it an object, cleanup the code, api to show it as transient
10648         and to set the document.
10649
10650         * shell/ev-window.c: (ev_window_setup_document),
10651         (ev_window_cmd_file_properties):
10652
10653         Adapt to EvProperties changes, do not show multiple
10654         times, update it when document changes.
10655
10656 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10657
10658         * ps/gstypes.h:
10659         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10660         (ps_document_set_orientation), (ps_document_document_iface_init):
10661         * ps/ps-document.h:
10662
10663         Implement orientation here too
10664
10665         * shell/ev-properties.c: (ev_properties_new):
10666         * data/evince-properties.glade:
10667
10668         Hide the fonts page for backends that doesnt
10669         support it.     
10670
10671 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10672
10673         * backend/ev-document.c: (ev_document_set_orientation):
10674         * backend/ev-document.h:
10675         * pdf/ev-poppler.cc:
10676
10677         Add orientation api. Currently poppler api is not optimal,
10678         we need to set orientation every time we _get a page.
10679         I will try to fix that at some point.
10680
10681         * data/evince-ui.xml:
10682         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10683         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10684
10685         Add orientation menu items
10686
10687         * shell/ev-page-cache.c: (ev_page_cache_clear):
10688         * shell/ev-page-cache.h:
10689
10690         Add api to clear the cache
10691
10692         * shell/ev-view.c: (setup_caches), (clear_caches),
10693         (ev_view_set_document), (ev_view_zoom_out),
10694         (ev_view_set_orientation):
10695         * shell/ev-view.h:
10696
10697         Implement orientation changing
10698
10699 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10700
10701         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10702         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10703         * backend/ev-document-fonts.h:
10704
10705         Separate scan and fill so that we can incrementally fill from
10706         the main thread. Add a progress api.
10707
10708         * data/evince-properties.glade:
10709         * pdf/ev-poppler.cc:
10710         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10711         * shell/ev-jobs.h:
10712         * shell/ev-properties.c: (update_progress_label),
10713         (job_fonts_finished_cb), (setup_fonts_view):
10714
10715         Incrementally feel the list and show the progress
10716         percentage in a label like acrobat does.
10717
10718         You are going to need poppler cvs
10719
10720 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10721
10722         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10723         * backend/ev-document-fonts.h:
10724         * pdf/ev-poppler.cc:
10725
10726         Make fonts model fill incrementally.
10727
10728         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10729         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10730         (ev_job_queue_remove_job):
10731         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10732         (ev_job_fonts_new), (ev_job_fonts_run):
10733         * shell/ev-jobs.h:
10734
10735         New job for fonts scanning
10736
10737         * shell/ev-properties.c: (job_fonts_finished_cb),
10738         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10739         * shell/ev-properties.h:
10740         * shell/ev-window.c: (ev_window_cmd_file_properties):
10741
10742         Incrementally feel the treeview using the new job. Show Loading...
10743         message until scanning is completed.
10744
10745         Hopefully I didnt break the build without the poppler patch.
10746
10747 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10748
10749         * shell/ev-application.c: (ev_application_open):
10750         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10751         (ev_document_type_get_type), (ev_document_type_lookup):
10752         * shell/ev-document-types.h:
10753         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10754         * shell/ev-job-xfer.h:
10755         * shell/ev-window.c: (ev_window_clear_local_uri),
10756         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10757         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10758         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10759         
10760         Transfer remote documents to tmp directory to display them later.
10761
10762 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10763
10764         * backend/ev-document-info.h:
10765         * shell/ev-properties.c: (ev_properties_new):
10766
10767         s/GTime*/GTime. Not sure why we was using a pointer
10768         at all there!
10769
10770 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10771
10772         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10773         situations.  That situation is that you're using GTK+-HEAD with
10774         the patch at #306726 is applied, and you have a document with <
10775         1500 pages in it.  It's not quite as uniformly nice as the
10776         TreeView, but should be better in the long run.
10777
10778         I'm pretty sure I guarded against breaking compilation with
10779         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10780         I missed some.
10781
10782         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10783         widget yet, so I commented that code out
10784         enable_view_actions_for_widget() for now.  Need to figure this
10785         out.
10786
10787         * shell/ev-page-action.c (match_selected_cb): emit the right
10788         signals.  Our cool C-l completion now works.
10789
10790 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10791
10792         * backend/Makefile.am:
10793         * backend/ev-document-fonts.c:
10794         * backend/ev-document-links.c:
10795         * backend/ev-document.c: (ev_document_load):
10796         * backend/ev-document.h:
10797         * backend/ev-job-queue.c:
10798         * backend/ev-job-queue.h:
10799         * backend/ev-jobs.c:
10800         * backend/ev-jobs.h:
10801         * backend/ev-page-cache.c:
10802         * backend/ev-page-cache.h:
10803
10804         EvPageCache and EvJobs are moved to shell.
10805
10806         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10807         (ev_tmp_filename):
10808         * lib/ev-file-helpers.h:
10809         
10810         New helper to work with temporary files
10811         
10812         * shell/Makefile.am:
10813         * shell/ev-application.c: (ev_application_open):
10814         * shell/ev-application.h:
10815         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10816         (remove_job_from_async_queue), (add_job_to_async_queue),
10817         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10818         (handle_job), (search_for_jobs_unlocked),
10819         (no_jobs_available_unlocked), (ev_render_thread),
10820         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10821         (ev_job_queue_add_job), (move_job_async), (move_job),
10822         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10823         * shell/ev-job-queue.h:
10824         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10825         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10826         * shell/ev-job-xfer.h:
10827         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10828         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10829         (ev_job_links_class_init), (ev_job_render_init),
10830         (ev_job_render_dispose), (ev_job_render_class_init),
10831         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10832         (ev_job_thumbnail_class_init), (ev_job_load_init),
10833         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10834         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10835         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10836         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10837         * shell/ev-jobs.h:
10838         * shell/ev-page-action.c: (ev_page_action_set_document):
10839         * shell/ev-page-cache.c: (ev_page_cache_init),
10840         (ev_page_cache_class_init), (ev_page_cache_finalize),
10841         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10842         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10843         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10844         (ev_page_cache_get_title), (ev_page_cache_get_size),
10845         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10846         (ev_page_cache_get_height_to_page),
10847         (ev_page_cache_get_max_label_chars),
10848         (ev_page_cache_get_page_label),
10849         (ev_page_cache_has_nonnumeric_page_labels),
10850         (ev_page_cache_get_info), (ev_page_cache_next_page),
10851         (ev_page_cache_prev_page), (ev_page_cache_get):
10852         * shell/ev-page-cache.h:
10853         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10854         (ev_pixbuf_cache_clear_job_sizes),
10855         (ev_pixbuf_cache_add_jobs_if_needed),
10856         (ev_pixbuf_cache_set_page_range):
10857         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10858         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10859         * shell/ev-sidebar-thumbnails.c:
10860         (ev_sidebar_tree_selection_changed),
10861         (ev_sidebar_thumbnails_set_document):
10862         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10863         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10864         (ev_statusbar_get_context_id), (ev_statusbar_push),
10865         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10866         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10867         (ev_statusbar_set_progress):
10868         * shell/ev-statusbar.h:
10869         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10870         (ev_view_find_previous):
10871         * shell/ev-window.c: (ev_window_is_empty),
10872         (ev_window_setup_document), (password_dialog_response),
10873         (ev_window_clear_jobs), (ev_window_load_job_cb),
10874         (ev_window_xfer_job_cb), (ev_window_open_uri),
10875         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10876         (ev_window_print), (ev_window_print_range),
10877         (ev_window_state_event), (ev_window_cmd_view_reload),
10878         (menu_item_select_cb), (menu_item_deselect_cb),
10879         (view_status_changed_cb), (ev_window_dispose),
10880         (drag_data_received_cb), (ev_window_init):
10881         * shell/ev-window.h:
10882         * shell/main.c: (load_files):
10883         
10884         New statusbar to show progress on idle. Two new jobs - 
10885         xfer job and load job to load document in background. And update
10886         of page_cache clients to new location of code.
10887
10888 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10889
10890         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10891         selection in open dialog. It also remembers the last visited directory 
10892         in the current session.
10893
10894 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10895
10896         * shell/ev-properties.c: (ev_properties_new):
10897         * shell/ev-properties.h:
10898         * shell/ev-window.c: (ev_window_cmd_file_properties):
10899         
10900         Get document info from page cache instead of document itself.
10901         This should fix crash related to race conditions described in
10902         bug 306545.
10903
10904 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10905
10906         * ps/ps-document.c: (ps_document_init),
10907         (send_ps), (get_page_box), (output), (catchPipe), (input),
10908         (stop_interpreter), (file_length), (file_readable),
10909         (check_filecompressedb), (ps_document_enable_interpreter),
10910         (document_load), (ps_async_renderer_render_pixbuf):
10911         * ps/ps-document.h:
10912
10913         Big cleanup of the ps code
10914
10915 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10916
10917         * backend/Makefile.am:
10918         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10919         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10920         * backend/ev-async-renderer.h:
10921
10922         Add an async renderer interface (method + callback) which
10923         is useful for backends like ps.
10924
10925         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10926         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10927         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10928         (ev_job_queue_add_job), (move_job_async), (move_job),
10929         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10930
10931         Add queues for async renderer, these are executed on the
10932         main thread.
10933
10934         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10935         (ev_job_render_run):
10936         * backend/ev-jobs.h:
10937
10938         If the backend support async renderer interface use it.
10939
10940         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10941         (setup_pixmap), (ps_document_get_type),
10942         (ps_async_renderer_render_pixbuf),
10943         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10944
10945         Implement async renderer interface.
10946
10947 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10948
10949         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10950
10951         Cleanup links job on exit.
10952
10953 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10954
10955         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10956         (drag_data_get_cb), (drag_data_received_cb):
10957         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10958         (drag_data_get_cb), (parse_item_list),
10959         (egg_toolbar_editor_load_actions):
10960         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10961         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10962         (parse_item_list), (parse_toolbars):
10963         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10964         (dvi_pixbuf_put_pixel):
10965         
10966         Fix gcc 4.0 warnings
10967
10968 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10969
10970         * ps/ps-document.c: (start_interpreter):
10971
10972         Fix warning when loading ps
10973
10974 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10975
10976         * ps/ps-document.c: (output):
10977
10978         Fix crash when priting gs error messages.
10979
10980 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10981
10982         * backend/ev-page-cache.c: (_ev_page_cache_new):
10983         * backend/ev-page-cache.h:
10984
10985         Use a const to return title so that we dont double
10986         free it. Small cleanup and fix a leak.
10987
10988         * shell/ev-window.c: (update_window_title):
10989
10990         strdup value from get_title.
10991
10992 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10993
10994         * shell/ev-sidebar-links.c: (job_finished_callback),
10995         (ev_sidebar_links_set_document):
10996
10997         Cleanup the old job when changing document
10998
10999 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11000
11001         * shell/ev-stock-icons.c:
11002         * shell/ev-stock-icons.h:
11003         * shell/ev-window.c:
11004         
11005         Add stock icons for actions that can appear in toolbar. Fix for
11006         bug 306566.
11007
11008 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11009
11010         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11011         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11012         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11013         * backend/ev-page-cache.h:
11014         * shell/ev-view.c: (scroll_to_current_page),
11015         (view_update_range_and_current_page), (get_page_y_offset),
11016         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11017         (ev_view_size_request_continuous),
11018         (ev_view_zoom_for_size_continuous_and_dual_page),
11019         (ev_view_zoom_for_size_continuous):
11020         
11021         More compact EvView layout in document with pages of different size.
11022
11023 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11024
11025         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11026         compilation.
11027
11028 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11029
11030         * shell/ev-view.c: (view_set_adjustment_values):
11031         * shell/ev-window.c: (ev_window_cmd_file_properties):
11032         
11033         A bit different fix for rounding problem but it has no
11034         problems on startup. Make properties window transient to parent.
11035
11036 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11037
11038         * pdf/ev-poppler.cc:
11039         
11040         More commenting of font stuff.
11041
11042 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11043
11044         * pdf/ev-poppler.cc:
11045
11046         Comment out some more fonts stuff. Should really
11047         work without the poppler patch now.
11048
11049 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11050
11051         * pdf/ev-poppler.cc:
11052
11053         Adapt to api change
11054
11055 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11056
11057         * data/evince-properties.glade:
11058         * pdf/ev-poppler.cc:
11059         * shell/ev-properties.c: (setup_fonts_view):
11060
11061         Set the column title. Show the dialog only
11062         once everything is setup.
11063         Getting font info can be very slow... will
11064         prolly need to make this threaded too.
11065
11066 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11067
11068         * backend/Makefile.am:
11069         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11070         (ev_document_fonts_get_fonts_model):
11071         * backend/ev-document-fonts.h:
11072         * data/evince-properties.glade:
11073         * pdf/ev-poppler.cc:
11074         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11075         * shell/ev-properties.h:
11076         * shell/ev-window.c: (ev_window_cmd_file_properties):
11077
11078         Implement fonts list. Defined out for now, since it depends
11079         on a not yet committed poppler patch.
11080
11081 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11082
11083         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11084         page + 1.
11085
11086         * shell/ev-window.c: Make sure we add the timeout when we get a
11087         focus-in event.
11088
11089         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11090         adjustment->value before calculating the zoom factor to average
11091         out all of our rounding errors.  The page no longer 'drifts' when
11092         resizing.
11093
11094 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11095
11096         * data/evince-properties.glade:
11097         * shell/ev-properties.c: (ev_properties_format_date),
11098         (set_property):
11099         
11100         Labels don't expand when the dialogue is resized.
11101         strftime result needs to be converted to UTF-8. Thanks
11102         to Christian Persch <chpe@gnome.org>.
11103
11104 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11105
11106         * data/evince-properties.glade:
11107
11108         Hide the fonts tab
11109
11110 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11111
11112         * backend/ev-document-info.h:
11113         * backend/ev-document.c: (ev_document_info_free):
11114         * data/evince-properties.glade:
11115         * pdf/ev-poppler.cc:
11116         * ps/ps-document.c: (ps_document_get_info):
11117         * shell/ev-properties.c: (ev_properties_format_date),
11118         (set_property), (ev_properties_new):
11119         * shell/ev-properties.h:
11120         * shell/ev-window.c: (ev_window_cmd_file_properties):
11121
11122         Rework properties code to take only EvPropertyInfo
11123         in the constructor so that it can be useful for
11124         nautilus plugin too.
11125
11126         Deal with backends that doesnt support some properties.
11127         Make set property code generic.
11128
11129 2005-06-04  Christian Persch <chpe@gnome.org>
11130
11131         * data/evince-properties.glade:
11132
11133         fix spacings, make resizeable, and make data labels
11134         selectable + ellipsised
11135
11136 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11137
11138         * backend/ev-document-info.h:
11139         * data/Makefile.am:
11140         * data/evince-ui.xml:
11141         * pdf/ev-poppler.cc:
11142         * shell/Makefile.am:
11143         * shell/ev-window.c: (update_action_sensitivity),
11144         (ev_window_cmd_file_properties):
11145
11146         Initial go at file properties. Patch by
11147         Emil Soleyman-Zomalan <emil@soleyman.com>.
11148         Needs love see #169583
11149
11150 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11151
11152         * ps/ps-document.c: (output):
11153         * ps/ps.c: (psscan):
11154
11155         Try to render even if psscan fails.
11156
11157 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11158
11159         * ps/ps.c: (psscan), (pscopydoc):
11160
11161         Port buffered reading code from gv
11162
11163 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11164
11165         * ps/ps-document.c: (interpreter_message), (output):
11166
11167         Do not fail on interpreter messages
11168
11169 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11170
11171         * backend/ev-document-misc.c:
11172         (ev_document_misc_get_thumbnail_frame):
11173
11174         Pages can be 0 x 0, dont assert on this case
11175
11176 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11177
11178         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11179         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11180
11181         Correctly manage our reference on document. Finally the reload
11182         huge leak is gone...
11183
11184 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11185
11186         * ps/ps-document.c: (ps_document_dispose):
11187
11188         Forgot to chain it to the parent. Thanks chpe.
11189
11190 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11191
11192         * ps/ps-document.c: (ps_document_dispose),
11193         (ps_document_class_init), (stop_interpreter), (document_load):
11194
11195         Cleanup dispose a bit. Dont leak the whole pixmap.
11196
11197 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11198
11199         * pdf/ev-poppler.cc:
11200
11201         Release the poppler document on dispose
11202
11203 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11204
11205         * shell/ev-view.c: (ev_view_set_document):
11206
11207         Release ref on the pixbuf cache when changing
11208         document.
11209
11210 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11211
11212         * ps/ps-document.c: (ps_document_get_info):
11213
11214         Fix a double free
11215
11216 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11217
11218         * backend/ev-page-cache.c: (ev_page_cache_init),
11219         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11220         * backend/ev-page-cache.h:
11221         * shell/ev-page-action.c: (page_changed_cb):
11222         
11223         Set page action entry width depending on labels width. Fix
11224         for bug 305202.
11225
11226 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11227
11228         * backend/ev-link.c: (ev_link_class_init):
11229
11230         Allow -1 as page value (error)
11231
11232 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11233
11234         * shell/ev-sidebar-thumbnails.c:
11235         (ev_sidebar_thumbnails_set_document):
11236         * shell/ev-view.c: (scroll_to_current_page),
11237         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11238         (page_changed_cb), (on_adjustment_value_changed),
11239         (ev_view_set_document):
11240
11241         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11242         Fix bug 305377
11243
11244 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11245
11246         * configure.ac:
11247         * djvu/djvu-document.c: (djvu_document_get_page_size):
11248
11249         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11250         bug 301993.
11251
11252 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11253
11254         * shell/ev-view.c (draw_one_page): modify the expose handling to
11255         get the shadows.
11256
11257         * shell/ev-window.c (update_action_sensitivity): Respect
11258         permissions field.  Kowtow to the man.
11259
11260         * pdf/ev-poppler.cc: Get the permissions field.
11261
11262         * tiff/*c: Make a tiny bit more robust.
11263
11264 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11265
11266         * djvu/djvu-document.c:
11267         
11268         Pop messages from djvu context message queue.
11269
11270 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11271
11272         * configure.ac, Makefile.am, shell/Makefile.am:
11273         * tiff/Makefile.am, shell/ev-document-types.c:
11274         
11275         Cleanup tiff configure checks. Fix for bug 305218.
11276
11277 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11278
11279         * configure.ac: Added "uk" to ALL_LINGUAS.
11280
11281 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11282
11283         * cut-n-paste/zoom-control/ephy-zoom.c:
11284         (ephy_zoom_get_changed_zoom_level):
11285         * cut-n-paste/zoom-control/ephy-zoom.h:
11286         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11287         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11288         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11289         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11290         (zoom_control_changed_cb), (ev_window_init):
11291         
11292         Fix minor points related to moving best fit up. Introduce
11293         "zoom" property and make zoom control change it's value on
11294         notify::zoom signals. Fix for 305080.
11295
11296 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11297
11298         * data/evince-ui.xml:
11299         * shell/ev-window.c: (set_view_actions_sensitivity):
11300         
11301         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11302
11303 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11304
11305         * configure.ac:
11306
11307         Depends on poppler 0.3.2
11308
11309 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11310
11311         * cut-n-paste/recent-files/egg-recent-item.c:
11312         (egg_recent_item_get_short_name):
11313         * cut-n-paste/toolbar-editor/Makefile.am:
11314         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11315         (new_pixbuf_from_widget):
11316         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11317         * cut-n-paste/toolbar-editor/egg-marshal.c:
11318         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11319         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11320
11321         Sync
11322
11323 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11324
11325         * tiff/tiff-document.c: Rough TIFF backend.
11326
11327 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11328
11329         * NEWS:
11330         * configure.ac:
11331         * cut-n-paste/toolbar-editor/Makefile.am:
11332
11333         Release 0.3.1
11334
11335 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11336
11337         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11338         (ev_view_find_next), (ev_view_find_previous):
11339
11340         Remove the locks around get_n_results   
11341
11342 2005-05-21  Juerg Billeter  <j@bitron.ch>
11343
11344         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11345
11346         Pass correct number of pages to poppler.
11347
11348 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11349
11350         * configure.ac:
11351         * data/Makefile.am:
11352         * data/evince.desktop.in: 
11353         * data/evince.desktop.in.in:
11354         * po/POTFILES.in:
11355         
11356         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11357
11358 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11359
11360         * shell/ev-view.c: (view_update_adjustments),
11361         (view_set_adjustment_values): cast adjustmen->value to (int)
11362         before using it.  Otherwise, we get off by a pixel in some
11363         situations.
11364
11365         (draw_one_page): Draw the border on expose.
11366
11367 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11368
11369         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11370         adjustment when the mode changes, #304923
11371
11372 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11373
11374         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11375         flickering on resize but still use gdk_window_scroll on
11376         scrolling
11377
11378 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11379
11380         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11381         option, #170458
11382
11383 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11384
11385         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11386         second page on page_changed if possible, #304669
11387
11388 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11389
11390         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11391         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11392
11393 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11394
11395         * .cvsignore:
11396         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11397         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11398         (ev_view_zoom_for_size_presentation),
11399         (ev_view_zoom_for_size_continuous_and_dual_page),
11400         (ev_view_zoom_for_size_continuous),
11401         (ev_view_zoom_for_size_dual_page),
11402         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11403         * shell/ev-view.h:
11404         * shell/ev-window.c: (update_view_size),
11405         (ev_window_sizing_mode_changed_cb):
11406
11407         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11408         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11409         an infinite loop, #304769
11410
11411
11412 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11413
11414         * data/evince-ui.xml:
11415         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11416         * shell/ev-window.c: (set_view_actions_sensitivity):
11417
11418         Make PgUp/Down behave like Space
11419
11420 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11421
11422         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11423         * backend/ev-ps-exporter.h:
11424         * pdf/ev-poppler.cc:
11425         * ps/ps-document.c: (ps_document_ps_export_begin):
11426         * shell/ev-print-job.c: (idle_print_handler):
11427
11428         Adapt to new poppler api
11429
11430 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11431
11432         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11433         (ephy_zoom_control_init):
11434
11435         Translate zoom levels
11436
11437 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11438
11439         * cut-n-paste/zoom-control/ephy-zoom.c:
11440         (ephy_zoom_get_zoom_level_index):
11441
11442         Fix current zoom -> zoom control match
11443
11444 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11445
11446         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11447         rather than the scrolled_window that it's in. Fixes bug #304655.
11448
11449 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11450
11451         * shell/ev-view.c: (view_update_adjustments),
11452         (view_set_adjustment_values), (view_update_range_and_current_page),
11453         (view_scroll_to_page), (set_scroll_adjustment),
11454         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11455         (ev_view_scroll), (ev_view_scroll_view),
11456         (ensure_rectangle_is_visible), (find_page_at_location),
11457         (get_link_at_location), (go_to_link), (status_message_from_link),
11458         (ev_view_size_request_continuous_dual_page),
11459         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11460         (ev_view_unrealize), (ev_view_expose_event),
11461         (ev_view_button_press_event), (ev_view_motion_notify_event),
11462         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11463         (draw_rubberband), (highlight_find_results), (draw_one_page),
11464         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11465         (ev_view_init), (find_changed_cb), (page_changed_cb),
11466         (on_adjustment_value_changed), (ev_view_new),
11467         (ev_view_set_document), (ev_view_set_zoom),
11468         (ev_view_set_continuous), (ev_view_set_dual_page),
11469         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11470         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11471         (ev_view_zoom_for_size_presentation),
11472         (ev_view_zoom_for_size_continuous_dual_page),
11473         (ev_view_zoom_for_size_continuous),
11474         (ev_view_zoom_for_size_dual_page),
11475         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11476         (ev_view_get_status), (ev_view_set_status),
11477         (update_find_status_message), (ev_view_get_find_status),
11478         (ev_view_set_find_status), (jump_to_find_result),
11479         (jump_to_find_page), (compute_selections), (clear_selection),
11480         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11481         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11482         (ev_view_update_primary_selection),
11483         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11484         * shell/ev-view.h:
11485         * shell/ev-window.c: (ev_window_open_page_label),
11486         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11487         (ev_window_init):
11488         * shell/ev-window.h:
11489         * shell/main.c: (load_files):
11490
11491         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11492         when resizing.  Remove the bin_window().  Also, patch from James
11493         Bowes to fix command line page, #300641
11494         
11495 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11496
11497         * data/evince-ui.xml:
11498         * shell/ev-view.c:
11499         * shell/ev-view.h:
11500         * shell/ev-window.c: (update_action_sensitivity):
11501
11502         Get rid of View->Normal Size, it's just confusing
11503
11504 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11505
11506         * backend/ev-document-info.h:
11507         * backend/ev-document.c: (ev_document_info_free): Free the
11508         EvDocumentInfo.
11509
11510         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11511         (clear_range), (add_range), (update_visible_range),
11512         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11513         (ev_sidebar_thumbnails_set_document):
11514         * shell/ev-window.c: (ev_window_setup_document): Only render the
11515         visible thumbnails.  It takes an instant to render, but it uses
11516         much less memory.
11517
11518 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11519
11520         * shell/ev-sidebar-links.c: (popup_menu_cb):
11521
11522         Select first item
11523
11524 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11525
11526         * lib/Makefile.am:
11527         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11528         (button_press_cb), (ev_sidebar_links_construct):
11529
11530         Show the popup menu also on keybindings
11531
11532 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11533
11534         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11535         * shell/ev-window.h:
11536
11537         Expose api to print a range (with dialog). Make private _print use
11538         it.
11539
11540         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11541         (ev_sidebar_links_construct):
11542
11543         Show a print context menu on linkx, it prints the selected
11544         section.
11545
11546 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11547
11548         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11549         button.
11550
11551 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11552
11553         * AUTHORS:
11554
11555         Update
11556
11557         * shell/ev-window.c: (build_comments_string),
11558         (ev_window_cmd_help_about):
11559
11560         Show poppler version/backend and authors
11561
11562 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11563
11564         * cut-n-paste/zoom-control/ephy-zoom.c:
11565         (ephy_zoom_get_zoom_level_index):
11566         * cut-n-paste/zoom-control/ephy-zoom.h:
11567
11568         Move the best fit items at the top of the list
11569
11570 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11571
11572         * shell/ev-marshal.list:
11573         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11574         (activate_cb), (match_selected_cb), (activate_link_cb),
11575         (connect_proxy), (ev_page_action_class_init):
11576         * shell/ev-page-action.h:
11577
11578         Use signals to notify action activation. Hopefully
11579         I did not break completion since I cant test...
11580
11581         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11582         (register_custom_actions):
11583
11584         Connect to page selector actions and also grab focus on
11585         the view when activated.
11586
11587 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11588
11589         * pdf/ev-poppler.cc:
11590         * backend/ev-page-cache.c: make page size calculation consistent
11591         and set it to (int)( width * scale + 0.5).  This makes the weird
11592         line going through the middle of the page go away.
11593
11594         * shell/ev-view.c: move painting the background page after
11595         checking the expose area covers us.
11596
11597 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11598
11599         * data/evince-password.glade:
11600         
11601         Mark labels as not translatable. Fix for bug 302842.
11602
11603 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11604
11605         * configure.ac: Added "es" to ALL_LINGUAS.
11606
11607 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11608
11609         * data/evince-toolbar.xml:
11610         * shell/ev-window.c: (update_action_sensitivity),
11611         (ev_window_setup_document), (ev_window_set_page_mode),
11612         (ev_window_init):
11613
11614         Remove some leftover code from jrb first continous
11615         attempt. Use the new actions, we still need good icons
11616         though...
11617
11618 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11619
11620         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11621
11622         Update label when connecting proxy. Fix a warning with NULL
11623         page_cache.
11624
11625 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11626
11627         * data/evince-ui.xml:
11628         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11629         * shell/ev-page-action.h:
11630         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11631
11632         Add mnemonic for edit toolbar.
11633         ctrl+l focus the page entry.
11634
11635 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11636
11637         * lib/Makefile.am:
11638         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11639         (ev_window_init):
11640         * shell/main.c: (main):
11641
11642         Put the toolbar xml in evince own dot dir
11643
11644 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11645
11646         * shell/ev-window.c: (ev_window_init):
11647
11648         Make the toolbar not removable
11649
11650 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11651
11652         * data/evince-ui.xml:
11653         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11654         * shell/ev-sidebar-links.h:
11655         * shell/ev-sidebar-thumbnails.c:
11656         (ev_sidebar_thumbnails_get_treeview):
11657         * shell/ev-sidebar-thumbnails.h:
11658         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11659         (ev_view_class_init):
11660         * shell/ev-view.h:
11661         * shell/ev-window.c: (update_action_sensitivity),
11662         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11663         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11664         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11665         (ev_window_init):
11666
11667         This is evil... Make space/backspace global accelerators but
11668         enable them only for some widgets (sidebars and view).
11669         I dont like it, but I dont know a better way... :/
11670
11671 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11672
11673         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11674         (ev_page_action_widget_finalize),
11675         (ev_page_action_widget_class_init), (update_page_cache):
11676
11677         Keep a weak reference on proxy->page_cache so that we
11678         dont try to disconnect the signal if the object is already
11679         gone. Maybe there is a better way to cleanup reference handling
11680         in page action though...
11681
11682 2005-05-10  Juerg Billeter  <j@bitron.ch>
11683
11684         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11685         * backend/ev-ps-exporter.h:
11686         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11687         * ps/ps-document.c: (ps_document_ps_export_begin):
11688         
11689         Change api to pass print range to ps_exporter_begin. The pdf backend
11690         requires this information.
11691         
11692         * shell/ev-print-job.c: (idle_print_handler):
11693         
11694         Adapt to api change
11695
11696 2005-05-10  Juerg Billeter  <j@bitron.ch>
11697
11698         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11699         (idle_print_handler)
11700         * shell/ev-window.c: (ev_window_print):
11701
11702         Support printing page range, based on patch by Amaury Jacquot
11703
11704 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11705
11706         * data/evince-toolbar.xml:
11707
11708         Add zoom control to available items
11709
11710 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11711
11712         * shell/ev-window.c: (update_action_sensitivity):
11713
11714         Set slash action insensitive when appropriate
11715
11716 2005-05-10  Christian Persch <chpe@gnome.org>
11717
11718         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11719
11720         Fix warning on the overflow menu
11721
11722 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11723
11724         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11725
11726         Check for uri correctness/existence
11727
11728 2005-05-09  Juerg Billeter  <j@bitron.ch>
11729
11730         * shell/ev-window.c: (using_postscript_printer):
11731
11732         LPD printers use postscript, too
11733
11734 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11735
11736         * shell/ev-window.c: (register_custom_actions):
11737
11738         The zoom one is actually sort of useful,
11739         put it back
11740
11741 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11742
11743         * shell/ev-window.c: (register_custom_actions):
11744
11745         Hide page/zoom controls from overflow, they
11746         are useless.
11747
11748 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11749
11750         * cut-n-paste/update-from-egg.sh:
11751         
11752         Share it between all cut-n-paste subdirs
11753
11754         * cut-n-paste/recent-files/Makefile.am:
11755
11756         Fix to use "global" update-from-egg.sh
11757
11758         * cut-n-paste/recent-files/egg-recent-model.c:
11759         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11760         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11761         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11762         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11763
11764         Update from libegg
11765
11766         * cut-n-paste/toolbar-editor/Makefile.am:
11767
11768         Fix to use "global" update-from-egg.sh
11769
11770         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11771
11772         Update from libegg
11773
11774 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11775
11776         * configure.ac:
11777         * cut-n-paste/Makefile.am:
11778         * cut-n-paste/recent-files/Makefile.am:
11779         * cut-n-paste/toolbar-editor/.cvsignore:
11780         * cut-n-paste/toolbar-editor/Makefile.am:
11781         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11782         (egg_editable_toolbar_get_type), (get_toolbar_position),
11783         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11784         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11785         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11786         (set_item_drag_source), (create_item_from_action), (create_item),
11787         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11788         (popup_toolbar_context_menu_cb), (free_dragged_item),
11789         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11790         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11791         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11792         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11793         (item_added_cb), (item_removed_cb),
11794         (egg_editable_toolbar_construct),
11795         (egg_editable_toolbar_disconnect_model),
11796         (egg_editable_toolbar_deconstruct),
11797         (egg_editable_toolbar_set_model),
11798         (egg_editable_toolbar_set_ui_manager),
11799         (egg_editable_toolbar_set_property),
11800         (egg_editable_toolbar_get_property),
11801         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11802         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11803         (egg_editable_toolbar_new_with_model),
11804         (egg_editable_toolbar_get_edit_mode),
11805         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11806         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11807         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11808         (new_pixbuf_from_widget), (new_separator_pixbuf),
11809         (update_separator_image), (style_set_cb),
11810         (_egg_editable_toolbar_new_separator_image),
11811         (egg_editable_toolbar_get_model):
11812         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11813         * cut-n-paste/toolbar-editor/egg-marshal.c:
11814         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11815         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11816         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11817         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11818         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11819         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11820         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11821         (editor_drag_data_delete_cb), (drag_data_get_cb),
11822         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11823         (editor_create_item), (update_editor_sheet), (setup_editor),
11824         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11825         (parse_item_list), (model_has_action), (update_actions_list),
11826         (egg_toolbar_editor_load_actions):
11827         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11828         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11829         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11830         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11831         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11832         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11833         (egg_toolbars_model_add_separator), (impl_add_item),
11834         (parse_item_list), (egg_toolbars_model_add_toolbar),
11835         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11836         (impl_get_item_data), (impl_get_item_type),
11837         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11838         (egg_toolbars_model_init), (free_toolbar),
11839         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11840         (egg_toolbars_model_remove_toolbar),
11841         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11842         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11843         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11844         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11845         (egg_toolbars_model_get_item_data),
11846         (egg_toolbars_model_get_item_type):
11847         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11848         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11849         * data/Makefile.am:
11850         * data/evince-toolbar.xml:
11851         * data/evince-ui.xml:
11852         * data/hand-open.png:
11853         * po/POTFILES.in:
11854         * shell/Makefile.am:
11855         * shell/ev-window.c: (update_chrome_visibility),
11856         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11857         (ev_window_dispose), (ev_window_init):
11858
11859         Implement epiphany like toolbar editor. Based on patch by
11860         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11861
11862 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11863
11864         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11865
11866         Use set_cursor instead of set_selection, so that
11867         the keyboard focus moves too.
11868
11869 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11870
11871         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11872
11873         Fix infinite loop when loading Type1 fonts
11874
11875 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11876
11877         * data/evince-ui.xml:
11878         * shell/ev-window.c:
11879
11880         Slash -> Find
11881
11882 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11883
11884         * configure.ac:
11885
11886         Make --disable really disable
11887
11888 2005-05-07  Juerg Billeter  <j@bitron.ch>
11889
11890         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11891
11892         Compare page labels even without has_labels set, fixes setting page
11893         with entry
11894
11895 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11896
11897         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11898         (ev_view_set_cursor), (ev_view_button_press_event),
11899         (ev_view_motion_notify_event), (ev_view_button_release_event),
11900         (ev_view_init):
11901
11902         Implement middle button scrolling. Based on a patch
11903         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11904
11905 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11906
11907         * shell/ev-document-types.c: (get_slow_mime_type),
11908         (get_document_type_from_mime), (ev_document_type_lookup):
11909         * shell/ev-document-types.h:
11910
11911         Change api to lookup from uri. Do fast lookup first, if the
11912         type is unknown try with data sniffing.
11913
11914         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11915         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11916
11917         Adapt to api change
11918
11919 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11920
11921         * thumbnailer/Makefile.am:
11922
11923         Fix distcheck
11924
11925 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11926
11927         * NEWS:
11928         * configure.ac:
11929
11930         Release 0.3.0
11931
11932         * data/evince-ui.xml:
11933
11934         Hide presentation mode for now
11935
11936         * shell/ev-view.c: (highlight_find_results):
11937
11938         Show current find selection only on current page
11939
11940 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11941
11942         * shell/ev-view.c: (ev_view_select_all):
11943
11944         Compute size of the actual page, not of
11945         the current one.
11946
11947 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11948
11949         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11950         (view_rect_to_doc_rect), (compute_selections),
11951         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11952         (ev_view_copy), (ev_view_primary_get_cb),
11953         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11954         (ev_view_button_press_event), (ev_view_motion_notify_event),
11955         (ev_view_button_release_event), (page_changed_cb):
11956
11957         Fix text selection
11958
11959 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11960
11961         * shell/ev-view.c: (compute_border), (get_page_extents),
11962         (doc_rect_to_view_rect), (highlight_find_results),
11963         (ev_view_bin_expose), (ev_view_select_all),
11964         (ev_view_motion_notify_event), (update_find_status_message),
11965         (jump_to_find_result), (jump_to_find_page):
11966
11967         First go at fixing search, still buggy
11968
11969 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11970
11971         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11972         dropdown box and button at the top of the sidebar.
11973
11974 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11975
11976         * configure.ac: Output zoom-control Makefile.
11977         * cut-n-paste/Makefile.am: build zoom-control subdir.
11978         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11979         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11980         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11981         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11982         * cut-n-paste/zoom-control/ephy-zoom.c:
11983         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11984         from epiphany, and modified to add a separator into the menu.
11985         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11986         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11987         zoom-control action.
11988         * shell/Makefile.am: Include zoom-control flags.
11989         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11990         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11991         (ev_view_zoom_for_size_presentation),
11992         (ev_view_zoom_for_size_continuous_and_dual_page),
11993         (ev_view_zoom_for_size_continuous),
11994         (ev_view_zoom_for_size_dual_page),
11995         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11996         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11997         ev_view_get_zoom and ev_view_get_sizing_mode.
11998         * shell/ev-view.h:
11999         * shell/ev-window.c: (update_action_sensitivity),
12000         (update_sizing_buttons), (zoom_control_changed_cb),
12001         (register_custom_actions): Initialize and use the zoom-control 
12002         widget.
12003
12004 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12005
12006         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12007         preview cache back to 1.  Don't know when it got set to 0.
12008         
12009         * shell/ev-view.c: (compute_border), (ev_view_realize),
12010         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12011         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12012         (ev_view_get_fullscreen), (ev_view_set_presentation),
12013         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12014         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12015         * shell/ev-view.h:
12016         * shell/ev-window.c:
12017         (update_chrome_visibility),
12018         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12019         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12020         (update_document_mode), (ev_window_update_fullscreen_action),
12021         (ev_window_fullscreen), (ev_window_unfullscreen),
12022         (ev_window_cmd_view_fullscreen),
12023         (ev_window_update_presentation_action),
12024         (ev_window_run_presentation), (ev_window_stop_presentation),
12025         (ev_window_cmd_view_presentation), (ev_window_state_event),
12026         (ev_window_focus_in_event), (ev_window_focus_out_event),
12027         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12028         * data/evince-ui.xml: Initial presentation mode.  We should
12029         probably hide this until it's done, as it's quite rough.  Also,
12030         change full-screen to fullscreen and add two getters to EvView.
12031
12032 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12033
12034         * shell/ev-page-action.c: (update_page_cache),
12035         (ev_page_action_dispose):
12036         * shell/ev-window.c: (destroy_fullscreen_popup),
12037         (ev_window_create_fullscreen_popup):
12038
12039         Use connect_object rather than explicitly
12040         disconnect on dispose.
12041
12042 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12043
12044         * shell/ev-page-action.c: (update_page_cache),
12045         (ev_page_action_dispose):
12046
12047 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12048
12049         * backend/ev-page-cache.c: (_ev_page_cache_new),
12050         (ev_page_cache_set_page_label),
12051         (ev_page_cache_has_nonnumeric_page_labels):
12052         * backend/ev-page-cache.h:
12053         * shell/ev-page-action.c: (update_pages_label):
12054         
12055         If all page labels are numeric, fallback to default
12056         way to display number of pages. See bug 173185.
12057
12058 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12059
12060         * shell/ev-page-action.c: (ev_page_action_dispose):
12061         * shell/ev-view.c: (view_update_range_and_current_page):
12062         * shell/ev-window.c: (ev_window_dispose):
12063         
12064         Set page on scroll in continuous mode. Fixes bug 301986.
12065         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12066
12067 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12068
12069         * configure.ac:
12070
12071         Require poppler 0.3.0
12072
12073 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12074         
12075         * shell/Makefile.am, configure.ac: Fix build problems
12076         with t1lib. Bug 301996.
12077
12078 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12079
12080         * shell/ev-view.c: (ev_view_scroll_event):
12081         
12082         Scroll up increase zoom
12083
12084 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12085
12086         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12087         (ev_view_set_sizing_mode),
12088         (ev_view_zoom_for_size_continuous_and_dual_page),
12089         (ev_view_zoom_for_size_continuous):
12090         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12091         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12092         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12093         (ev_window_init):
12094
12095         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12096         Fix for 165473 and 165472.
12097
12098 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12099
12100         * po/POTFILES.in:
12101         * thumbnailer/Makefile.am:
12102         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12103         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12104         * thumbnailer/evince-thumbnailer.schemas.in:
12105         
12106         Make thumbnailer schemas translatable. Fix for bug 301773
12107         
12108         * thumbnailer/evince-thumbnailer-djvu.schemas:
12109         * thumbnailer/evince-thumbnailer-dvi.schemas:
12110         * thumbnailer/evince-thumbnailer.schemas:
12111
12112         Removed files
12113
12114 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12115
12116         * shell/ev-view.c (ev_view_init): forgot to set this.
12117
12118 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12119
12120         * shell/ev-view.c: (find_page_at_location),
12121         (get_link_at_location),
12122         (ev_view_set_show_border), (ev_view_set_spacing),
12123         (ev_view_zoom_for_size_continuous_and_dual_page),
12124         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12125         Also, add a quick fix measuring of widths.  Also, removed
12126         ev_view_set_spacing and ev_view_set_show_border.
12127         
12128         * shell/ev-window.c: (ev_window_unfullscreen),
12129         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12130
12131 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12132
12133         * shell/ev-view.c: (view_update_range_and_current_page),
12134         (page_changed_cb):
12135         
12136         Fix crash on exit and scrolling to page in continuous view.
12137
12138 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12139
12140         * TODO:
12141         * backend/ev-page-cache.c: (_ev_page_cache_new),
12142         (ev_page_cache_get_max_width_size),
12143         (ev_page_cache_get_max_height_size):
12144         * backend/ev-page-cache.h:
12145         * data/evince-ui.xml:
12146         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12147         * shell/ev-view.c: (view_update_adjustments),
12148         (view_update_range_and_current_page), (get_bounding_box_size),
12149         (ev_view_size_request_continuous_and_dual_page),
12150         (ev_view_size_request_continuous),
12151         (ev_view_size_request_dual_page),
12152         (ev_view_size_request_single_page), (ev_view_size_request),
12153         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12154         (ev_view_bin_expose), (ev_view_expose_event),
12155         (ev_view_set_property), (ev_view_get_property),
12156         (ev_view_class_init), (ev_view_init), (ev_view_new),
12157         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12158         (ev_view_set_dual_page), (ev_view_set_full_screen),
12159         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12160         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12161         (ev_view_zoom_out), (zoom_for_size_fit_width),
12162         (zoom_for_size_best_fit),
12163         (ev_view_zoom_for_size_continuous_and_dual_page),
12164         (ev_view_zoom_for_size_continuous),
12165         (ev_view_zoom_for_size_dual_page),
12166         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12167         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12168         * shell/ev-view.h:
12169         * shell/ev-window.c: (update_action_sensitivity),
12170         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12171         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12172         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12173         (ev_window_cmd_view_zoom_out), (update_view_size),
12174         (ev_window_set_sizing_mode), (ev_window_init):
12175
12176         Add Continuous and Dual page modes.
12177
12178 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12179
12180         * dvi/dvi-document.c: (dvi_document_load),
12181         (dvi_document_thumbnails_get_thumbnail),
12182         (dvi_document_init_params): Fix up some mixups between
12183         width and height to correct thumbnail rendering.
12184
12185 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12186
12187         * dvi/mdvi-lib/private.h:
12188         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12189         
12190         Suppess output for kpathsea during font generation. Thanks to
12191         James Bowes
12192
12193 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12194
12195         * NEWS:
12196         * configure.ac:
12197
12198         Release 0.2.1
12199
12200         * Makefile.am: fix distcheck.
12201
12202 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12203
12204         * shell/ev-sidebar-links.c: (selection_changed_callback),
12205         (update_page_callback), (row_activated_callback),
12206         (job_finished_callback), (ev_sidebar_links_set_document):
12207         
12208         Fix for bug #169901. Double click on links expands tree.
12209
12210 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12211
12212         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12213         hard-coded style. Fix for bug 170111
12214
12215 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12216
12217         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12218         locking.
12219
12220 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12221
12222         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12223
12224 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12225
12226         * pdf/ev-poppler.cc:
12227         * shell/ev-view.c: (highlight_find_results):
12228
12229         Fix find on single page documents
12230
12231 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12232
12233         * data/evince.schemas.in: fix for bug 301390
12234
12235 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12236
12237         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12238         (ev_view_zoom_out), (ev_view_zoom_normal):
12239         * shell/ev-view.h:
12240         * shell/ev-window.c: (update_action_sensitivity),
12241         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12242         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12243         (ev_window_cmd_view_normal_size):
12244
12245         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12246         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12247         better than oom. 
12248
12249 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12250
12251         * configure.ac:
12252
12253         Depend on 2.57, 2.59 doesnt seem to be necessary
12254
12255 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12256
12257         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12258         (create_tool_item):
12259
12260         Put back total number of pages as (1 of 1234)
12261
12262 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12263
12264         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12265         remove the job.
12266
12267         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12268         function.  This helps debugging.
12269
12270 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12271
12272         * djvu/djvu-document.c: (djvu_document_class_init),
12273         (djvu_document_get_info), (djvu_document_document_iface_init):
12274         * dvi/dvi-document.c: (dvi_document_class_init),
12275         (dvi_document_get_info), (dvi_document_document_iface_init):
12276
12277         Dummy implementation of get_info method for dvi and
12278         djvu. Fix crashes with those backends
12279
12280 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12281
12282         * data/evince.desktop.in:
12283
12284         Add application/x-gzpostscript
12285
12286 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12287
12288         * data/evince.schemas.in: Added real long descriptions, 
12289         closes bug 172496 
12290
12291         * README: Added actual text, closes bug 171869
12292
12293 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12294
12295         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12296
12297         Thumbnail page 0
12298
12299 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12300
12301         * backend/ev-document-info.h:
12302
12303         s/GDate */GDate so we can just use g_free
12304
12305 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12306
12307         * shell/ev-window.c: (update_document_mode),
12308         (ev_window_setup_document):
12309
12310         Show the window in fullscreen when specified by
12311         the document
12312
12313 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12314
12315         * backend/ev-document.c: (ev_document_class_init),
12316         (ev_document_get_info), (ev_document_render_pixbuf):
12317         * backend/ev-document.h:
12318         * backend/ev-page-cache.c: (_ev_page_cache_new):
12319         * pdf/ev-poppler.cc:
12320         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12321         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12322         * ps/ps-document.c: (ps_document_class_init), (document_load),
12323         (ps_document_get_info), (ps_document_document_iface_init):
12324
12325         Remove get_title from the interface, we can just use document info
12326
12327 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12328
12329         * backend/Makefile.am:
12330         * backend/ev-document.c: (ev_document_render_get_info):
12331         * backend/ev-document.h:
12332         * pdf/ev-poppler.cc:
12333
12334         Initial support for document info. Based on jrb patch.
12335
12336 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12337
12338         * shell/ev-window.c: (ev_window_state_event),
12339         (ev_window_class_init), (ev_window_init):
12340         
12341         Doesn't show resize grip when maximized. See bug #301053
12342
12343 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12344
12345         * po/POTFILES.in:
12346         
12347         ev-sidebar-thumbnails now has translatable labels
12348         
12349         * shell/Makefile.am:
12350         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12351         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12352         (ev_sidebar_links_page_iface_init):
12353         * shell/ev-sidebar-links.h:
12354         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12355         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12356         (ev_sidebar_page_get_label):
12357         * shell/ev-sidebar-page.h:
12358         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12359         (ev_sidebar_thumbnails_set_document),
12360         (ev_sidebar_thumbnails_support_document),
12361         (ev_sidebar_thumbnails_get_label),
12362         (ev_sidebar_thumbnails_page_iface_init):
12363         * shell/ev-sidebar-thumbnails.h:
12364         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12365         (ev_sidebar_set_document):
12366         * shell/ev-sidebar.h:
12367         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12368         
12369         Small rework of sidebar code. Now sidebar pages should implement
12370         EvSidebarPage interface. That makes page management in EvSidebar
12371         easier. See bug #164811 for details
12372
12373 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12374
12375         * shell/ev-application.c: (ev_application_open):
12376         * shell/ev-document-types.c:
12377         
12378         Fix build error and small problem with application exit
12379
12380 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12381
12382         * thumbnailer/Makefile.am:
12383         * thumbnailer/evince-thumbnailer-djvu.schemas:
12384         * thumbnailer/evince-thumbnailer-dvi.schemas:
12385         
12386         Conditionally install schemas for djvu/dvi thumbnailer
12387
12388 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12389
12390         * shell/ev-document-types.h: 
12391         * shell/ev-document-types.c: 
12392         New files, handling the mapping from mimetypes to backends
12393         
12394         * shell/ev-window.c: 
12395         * thumbnailer/evince-thumbnailer.c:     
12396         Use the ev-document-types code
12397         
12398         * shell/Makefile.am: 
12399         Added new convenience library libevbackendfactory_la, containing
12400         the new mimetype->backend logic; moved the backends into it.
12401
12402         * thumbnailer/Makefile.am:
12403         Make the thumbnailer link with the libevbackend.la convenience
12404         library, rather than having a duplicate of the backend logic here.
12405
12406 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12407
12408         * shell/ev-stock-icons.c: constify some vars.
12409         * shell/ev-window.c: ditto.
12410
12411 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12412
12413         * ps/ps-document.c (get_page_orientation):
12414
12415         Respect document orientation 
12416
12417 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12418
12419         * djvu/Makefile.am:
12420         * dvi/Makefile.am:
12421         * shell/Makefile.am:
12422         
12423         Move library dependencies to components.
12424         
12425         * shell/ev-window.c: (update_window_title),
12426         (start_loading_document):
12427         
12428         Fix display of uris with spaces. Bug 168358.
12429
12430 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12431
12432         * shell/ev-sidebar-links.c: (selection_changed_cb):
12433         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12434         (ev_view_button_release_event), (ev_view_set_document):
12435         * shell/ev-view.h:
12436         * shell/ev-window.c: (find_bar_search_changed_cb):
12437         * shell/ev-window.h: Minor cleanups removing some dead code.
12438
12439 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12440
12441         * backend/ev-page-cache.c: (_ev_page_cache_new):
12442         
12443         Set current page to 0 if document has pages.
12444
12445 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12446
12447         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12448
12449         Initialize GError to NULL, fix a crash when loading fails.
12450
12451 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12452
12453         * shell/ev-window.c: (update_view_size):
12454
12455         Calculate shadow size only when there is actually
12456         a shadow.
12457
12458 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12459
12460         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12461         * shell/ev-view.h:
12462
12463         Allow setting view spacing, default to 0
12464
12465         * shell/ev-window.c: (ev_window_unfullscreen),
12466         (ev_window_cmd_view_fullscreen), (ev_window_init):
12467
12468         Remove spacing in fullscreen mode
12469
12470 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12471
12472         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12473         (ev_view_size_request), (expose_bin_window),
12474         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12475         * shell/ev-view.h:
12476         * shell/ev-window.c: (ev_window_unfullscreen),
12477         (ev_window_cmd_view_fullscreen):
12478
12479         Do not draw the border in fulscreen
12480
12481 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12482
12483         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12484         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12485         (find_page_at_location), (page_changed_cb):
12486
12487         Rework border calculation, so that I can more easily disable it.
12488         Code somewhat cleaner too.
12489
12490 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12491
12492         * backend/ev-page-cache.c: (ev_page_cache_init),
12493         (_ev_page_cache_new):
12494
12495         Remove some assertions, documents can have 0 pages.
12496         Make initial current page -1.
12497
12498         * shell/ev-page-action.c: (page_changed_cb):
12499
12500         Show "" if current page is -1
12501
12502         * shell/ev-window.c: (update_action_sensitivity),
12503         (ev_window_setup_document):
12504
12505         When document has 0 pages do not set the view
12506         and make nearly everything insensitive.
12507
12508 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12509
12510         * shell/ev-page-view.c:
12511         * shell/ev-page-view.h:
12512
12513         Remove unused files.
12514         
12515         * shell/ev-sidebar-thumbnails.c:
12516         (ev_sidebar_thumbnails_set_document):
12517         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12518         (ev_sidebar_supports_document):
12519         * shell/ev-sidebar.h:
12520         * shell/ev-window.c: (ev_window_setup_document):
12521         
12522         Doesn't show thumbnails if document has 1 page. Make
12523         sidebar menu entries sensitive only if if they have 
12524         sense. Fix bug 164811. 
12525
12526 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12527
12528         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12529         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12530         (ev_view_zoom_out), (ev_view_set_size):
12531
12532         Rework sizing to deal with documents with not uniform page
12533         size.
12534
12535 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12536
12537         * backend/ev-page-cache.c: (_ev_page_cache_new):
12538
12539         Fix several page size caching bugs
12540
12541 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12542
12543         * shell/ev-window.c: (set_action_properties):
12544
12545         Make all toolbar items translatable
12546
12547 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12548
12549         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12550         (save_page_list), (ps_document_save),
12551         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12552         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12553         (ps_document_ps_exporter_iface_init):
12554         * ps/ps-document.h:
12555
12556         Based on a patch by J�rg Billeter <j@bitron.ch>
12557         
12558         Implement print and save a copy for the ps backend.
12559
12560 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12561
12562         * backend/ev-document.h:
12563         * djvu/djvu-document.c: (djvu_document_can_get_text),
12564         (djvu_document_document_iface_init):
12565         * dvi/dvi-document.c: (dvi_document_can_get_text),
12566         (dvi_document_document_iface_init):
12567         * pdf/ev-poppler.cc:
12568         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12569         (pixbuf_document_document_iface_init):
12570         * ps/ps-document.c: (ps_document_can_get_text),
12571         (ps_document_document_iface_init):
12572         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12573         * shell/ev-window.c: (update_action_sensitivity):
12574
12575         Fix the crash when trying to copy in backends that doesnt
12576         support it. We can implement a better solution once we
12577         do real text selection.
12578
12579 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12580
12581         * data/evince-ui.xml:
12582         * shell/ev-window.c: (ev_window_cmd_escape):
12583         
12584         Work around the Escape conflict (find bar and unfullscreen)
12585
12586 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12587
12588         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12589         
12590         Fix for #300233. Next page correctly handles document end.
12591         
12592         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12593         (ev_sidebar_thumbnails_class_init),
12594         (ev_sidebar_thumbnails_set_document),
12595         (ev_sidebar_thumbnails_clear_job),
12596         (ev_sidebar_thumbnails_clear_model):
12597         
12598         Cleanup thumbnail jobs on document changes.
12599         
12600         * shell/ev-view.c: (add_scroll_binding_keypad),
12601         (add_scroll_binding_shifted), (ev_view_class_init):
12602         
12603         Shift + Space scrolls up. Fix for #173184
12604         
12605         * shell/ev-window.c: (ev_window_open_page),
12606         (ev_window_cmd_view_reload):
12607         
12608         Fix reload (Bug #300094)
12609
12610 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12611
12612         
12613         * dvi/mdvi-lib/assoc.c:
12614         * dvi/mdvi-lib/assoc.h: Removed garbage files
12615         
12616         * dvi/mdvi-lib/bitmap.c:
12617         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12618         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12619         * dvi/mdvi-lib/color.h: Antialias of rules
12620         
12621         * dvi/mdvi-lib/common.h:
12622         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12623         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12624         * dvi/mdvi-lib/files.c:
12625         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12626         * dvi/mdvi-lib/mdvi.h:
12627         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12628         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12629         * dvi/mdvi-lib/util.c: Fix compile warnings
12630         
12631         * dvi/dvi-document.c:
12632         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12633         (dvi_document_thumbnails_get_thumbnail),
12634         (dvi_document_document_thumbnails_iface_init):
12635         * dvi/mdvi-lib/Makefile.am:
12636         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12637         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12638         
12639         Dvi backend now renders thumbnails
12640
12641 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12642
12643         * shell/main.c: (main): 
12644         
12645         Save accelerators on exit. Fixes bug #172095.
12646
12647 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12648
12649         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12650         update priority" comment.
12651
12652         * backend/ev-job-queue.c: Give a way to change priority.
12653
12654 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12655
12656         * shell/ev-page-action.c: Fix logic.
12657
12658 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12659
12660         * shell/ev-view.c: (ev_view_can_find_next):
12661         * shell/ev-window.c: (ev_window_setup_document):
12662
12663         Check that the document supports find
12664
12665 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12666
12667         * data/evince-ui.xml:
12668         * shell/ev-view.c: (ev_view_can_find_next):
12669         * shell/ev-view.h:
12670         * shell/ev-window.c: (update_action_sensitivity),
12671         (find_changed_cb), (ev_window_setup_document),
12672         (ev_window_cmd_edit_find_next):
12673
12674         Add Edit->Find Next
12675
12676 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12677
12678         * pdf/ev-poppler.cc:
12679         * shell/ev-print-job.c: (idle_print_handler):
12680
12681         Make printing work again
12682
12683 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12684
12685         * shell/ev-page-action.h:
12686         * shell/ev-page-action.c: (ev_page_action_widget_init),
12687         (ev_page_action_widget_class_init), (page_changed_cb),
12688         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12689         (get_filter_model_from_model), (match_selected_cb),
12690         (display_completion_text), (match_completion), (update_model),
12691         (connect_proxy), (ev_page_action_set_property),
12692         (ev_page_action_get_property), (ev_page_action_set_document),
12693         (ev_page_action_set_model), (ev_page_action_class_init): Big
12694         reworking to make completions work iff we have >= GTK-2.7.0
12695                 
12696         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12697         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12698         (job_finished_cb): We now have a 'model' property that is set when
12699         the links are loaded.  This can be caught with "notify::model"
12700
12701         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12702         listen for the model to be set, and propagate it to the action.
12703
12704 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12705
12706         * cut-n-paste/recent-files/egg-recent-item.c:
12707         (egg_recent_item_set_uri), (make_valid_utf8),
12708         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12709         * cut-n-paste/recent-files/egg-recent-item.h:
12710         
12711         Update egg-recent from libegg. This should fix long
12712         startup problem. For details see
12713         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12714
12715 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12716
12717         * cut-n-paste/recent-files/Makefile.am:
12718         * data/evince-ui.xml, shell/Makefile.am:
12719         * shell/ev-application.c, shell/ev-application.h:
12720         * shell/ev-window.c: Recent files support.
12721         
12722         * configure.ac: Added "ru" to ALL_LINGUAS.
12723         
12724         * dvju: new backend to support DJVU files.
12725         * dvi: new backend to support DVI.
12726
12727         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12728         * ev-application.c: Support for new backends.
12729         
12730         * help, ev-window.c, main.c shell/Makefile.am: 
12731         Evince user documentation.
12732
12733 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12734
12735         * po/POTFILES.in:
12736         * shell/ev-window.c:
12737         * thumbnailer/evince-thumbnailer.c:
12738
12739         s/pdf-document/ev-poppler
12740
12741 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12742
12743         * NEWS:
12744         * configure.ac:
12745
12746         Release 0.2.0
12747
12748         * ps/ps-document.c: (setup_pixmap):
12749
12750         Remove debug code
12751
12752 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12753
12754         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12755         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12756         (ev_window_cmd_go_first_page): Fix of by one errors.
12757
12758 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12759
12760         * ps/ps-document.c: (get_page_box):
12761
12762         Fix page size calculation
12763
12764 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12765
12766         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12767         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12768         (get_page_orientation), (setup_page), (document_load),
12769         (ps_document_get_page_size), (render_pixbuf_idle):
12770         * ps/ps-document.h:
12771
12772         More refactoring to adapt to EvDocument changes
12773
12774 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12775
12776         * ps/ps-document.c: (start_interpreter):
12777
12778         Actually add alpha args
12779
12780 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12781
12782         * pdf/ev-poppler.cc:
12783
12784         Make clipboard work again
12785
12786 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12787
12788         Make searching work again.
12789         
12790         * backend/ev-document.c:
12791         * backend/ev-document.h:
12792         * backend/ev-document-find.c:
12793         * backend/ev-document-find.h: Change EvDocumentIface so we no
12794         longer store the current page or zoom level in the document.  The
12795         consequence is that all calls that operate on the current page now
12796         instead take the page number as an extra argument, and all
12797         coordinates are now doubles in document coordinate system.
12798
12799         * pdf/ev-poppler.cc:
12800         * pixbuf/pixbuf-document.c:
12801         * ps/ps-document.c: Update backends accordingly.
12802
12803 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12804
12805         * autogen.sh:
12806
12807         Add required gettext version
12808
12809 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12810
12811         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12812         make F1 bring up non-existent help.
12813
12814         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12815         epiphany's find bar, #167477
12816
12817         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12818         <emil@nishra.com> to add space-bar scrolling, 
12819
12820         * shell/ev-window.c (static GtkActionEntry entries): add default
12821         keybinding for Help (F1)
12822         Fixes #171068
12823
12824         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12825         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12826         170110
12827
12828 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12829
12830         * Makefile.am: 
12831         * pixbuf/pixbuf-document.c: 
12832
12833         Got pixbuf backend working again
12834
12835 2005-04-01  Steve Murphy  <murf@e-tools.com>
12836
12837         * configure.in: Added "rw" to ALL_LINGUAS.
12838
12839 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12840
12841         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12842         model types, noticed by Martin Kretzschmar.
12843
12844 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12845
12846         * pdf/ev-poppler.cc: Implement search based on
12847         poppler_page_find_text().  Currently a bit crude since we remember
12848         all matches from all pages.  Also, we grab the big document lock
12849         when we search since searching changes the underlying stream and
12850         thus conflicts with the rendering thread.
12851         
12852         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12853         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12854         (ev_view_find_previous): Fix some page indexes to be 0 based,
12855         offset rubber band by view offset,
12856
12857 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12858
12859         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12860
12861 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12862
12863         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12864         completely because I didn't understand GtkActions.  I should
12865         read Marco's code more carefully in the future.
12866
12867         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12868         function
12869
12870 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12871
12872         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12873         PopplerRectangle change from poppler CVS.
12874
12875 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12876
12877         * backend/ev-document.c: (ev_document_get_page_label):
12878         * backend/ev-document.h:
12879         * backend/ev-page-cache.c: (_ev_page_cache_new),
12880         (ev_page_cache_get_page_label):
12881         * backend/ev-page-cache.h:
12882         * pdf/ev-poppler.cc:
12883         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12884         (links_page_num_func):
12885         * shell/ev-sidebar-thumbnails.c:
12886         (ev_sidebar_thumbnails_set_document):
12887         * shell/ev-view.c: (status_message_from_link),
12888         (ev_view_motion_notify_event):
12889         * shell/ev-window.c: (document_supports_sidebar): Add in page
12890         label support.  It's not perfect yet, but it's the first 'feature'
12891         in a while.
12892         Also, fix a bogus comment noticed by crispin. 
12893
12894 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12895
12896         * Makefile.am: Remove pixbuf backend for now
12897
12898         * configure.ac: Require poppler-glib instead of just poppler.
12899
12900         * backend/ev-document-thumbnails.h: Add a comment
12901
12902         * backend/ev-document.h:
12903         * backend/ev-document.c: (ev_document_class_init),
12904         (ev_document_load), (ev_document_get_link),
12905         (ev_document_get_links): Remove 3 methods and add get_links.
12906         Also, made 0 based.
12907
12908         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12909         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12910
12911         * backend/ev-link.c: (ev_link_set_title),
12912         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12913         (ev_link_mapping_find):
12914         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12915         
12916         * backend/ev-page-cache.c: (ev_page_cache_init),
12917         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12918         (ev_page_cache_get_size), (ev_page_cache_next_page),
12919         (ev_page_cache_prev_page): Fix to be 0 based.
12920
12921         * pdf/Makefile.am: 
12922         * pdf/ev-poppler.h:
12923         * pdf/ev-poppler.cc: New backend.
12924         
12925         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12926         (ps_document_get_page), (ps_document_document_iface_init):
12927
12928         * shell/ev-pixbuf-cache.h:
12929         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12930         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12931         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12932         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12933         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12934         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12935         based.
12936         
12937         * shell/ev-sidebar-thumbnails.c:
12938         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12939         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12940
12941         * shell/ev-view.c: (status_message_from_link),
12942         (find_page_at_location), (get_link_at_location),
12943         (ev_view_motion_notify_event), (ev_view_button_release_event),
12944         (ev_view_init): Use the new link code.  Fix to be 0 based.
12945
12946         * shell/ev-window.c: (update_action_sensitivity),
12947         (document_supports_sidebar): 0 based.
12948
12949 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12950
12951         * pdf/pdf-document.cc: Patch from Fernando Herrera
12952         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12953         *blush*
12954
12955 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12956
12957         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12958         1 to the page, as this seems to be 1 based.  I thought we has this
12959         fixed.  grump.
12960
12961 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12962
12963         * TODO:
12964         * backend/Makefile.am:
12965         * backend/ev-document-links.c:
12966         (ev_document_links_has_document_links),
12967         (ev_document_links_get_links_model):
12968         * backend/ev-document-links.h:
12969         * backend/ev-document.c: (ev_document_get_page_cache),
12970         (ev_document_get_doc_mutex), (ev_document_load),
12971         (ev_document_save), (ev_document_get_title),
12972         (ev_document_get_n_pages), (ev_document_set_page),
12973         (ev_document_get_page), (ev_document_set_target),
12974         (ev_document_set_scale), (ev_document_set_page_offset),
12975         (ev_document_get_page_size), (ev_document_get_text),
12976         (ev_document_get_link), (ev_document_render),
12977         (ev_document_render_pixbuf), (ev_document_scale_changed):
12978         * backend/ev-document.h:
12979         * backend/ev-job-queue.c: (remove_object_from_queue),
12980         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12981         (no_jobs_available_unlocked), (ev_render_thread),
12982         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12983         (ev_job_queue_remove_job):
12984         * backend/ev-job-queue.h:
12985         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12986         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12987         (ev_job_links_class_init), (ev_job_render_init),
12988         (ev_job_render_dispose), (ev_job_render_class_init),
12989         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12990         (ev_job_thumbnail_class_init), (ev_job_finished),
12991         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12992         (ev_job_render_run), (ev_job_thumbnail_new),
12993         (ev_job_thumbnail_run):
12994         * backend/ev-jobs.h:
12995         * backend/ev-link.c:
12996         * backend/ev-link.h:
12997         * backend/ev-page-cache.c: (ev_page_cache_init),
12998         (ev_page_cache_class_init), (ev_page_cache_finalize),
12999         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13000         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13001         (ev_page_cache_set_link), (ev_page_cache_get_title),
13002         (ev_page_cache_get_size), (ev_page_cache_next_page),
13003         (ev_page_cache_prev_page):
13004         * backend/ev-page-cache.h:
13005         * pdf/pdf-document.cc:
13006         * ps/gsdefaults.c:
13007         * ps/gsdefaults.h:
13008         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13009         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13010         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13011         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13012         (is_interpreter_ready), (output), (catchPipe), (input),
13013         (start_interpreter), (check_filecompressed), (compute_dimensions),
13014         (ps_document_enable_interpreter), (document_load),
13015         (ps_document_next_page), (render_page), (ps_document_set_page),
13016         (ps_document_set_scale), (render_pixbuf_idle),
13017         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13018         * ps/ps-document.h:
13019         * shell/Makefile.am:
13020         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13021         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13022         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13023         (ev_pixbuf_cache_new), (job_finished_cb),
13024         (check_job_size_and_unref), (move_one_job),
13025         (ev_pixbuf_cache_update_range), (find_job_cache),
13026         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13027         (ev_pixbuf_cache_add_jobs_if_needed),
13028         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13029         * shell/ev-pixbuf-cache.h:
13030         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13031         (idle_print_handler):
13032         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13033         (selection_changed_cb), (create_loading_model),
13034         (ev_sidebar_links_construct), (links_page_num_func),
13035         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13036         (update_page_callback), (job_finished_cb),
13037         (ev_sidebar_links_set_document):
13038         * shell/ev-sidebar-thumbnails.c:
13039         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13040         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13041         (page_changed_cb), (thumbnail_job_completed_callback),
13042         (ev_sidebar_thumbnails_set_document):
13043         * shell/ev-sidebar-thumbnails.h:
13044         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13045         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13046         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13047         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13048         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13049         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13050         (ev_view_button_release_event), (ev_view_scroll_view),
13051         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13052         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13053         (ev_view_new), (job_finished_cb), (page_changed_cb),
13054         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13055         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13056         (ev_view_find_previous):
13057         * shell/ev-view.h:
13058         * shell/ev-window.c: (update_action_sensitivity),
13059         (ev_window_open_page), (update_window_title), (update_total_pages),
13060         (page_changed_cb), (ev_window_setup_document),
13061         (password_dialog_response), (ev_window_cmd_save_as),
13062         (ev_window_print), (ev_window_cmd_go_previous_page),
13063         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13064         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13065         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13066         * shell/main.c: (main):
13067
13068         Merge evince-threads branch
13069
13070 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13071
13072         * configure.ac: Added "lt" to ALL_LINGUAS.
13073
13074 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13075
13076         * NEWS:
13077         * configure.ac:
13078
13079         Release 0.1.9
13080
13081 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13082
13083         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13084
13085         Fix here also the thumbnails 1-basedness :)
13086
13087 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13088
13089         * NEWS:
13090         * configure.ac:
13091
13092         Release 0.1.8
13093
13094 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13095
13096         * pdf/pdf-document.cc:
13097         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13098         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13099
13100         Fix the mess we did with thumbnails and 1-basedness
13101
13102 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13103
13104         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13105
13106 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13107
13108         * NEWS:
13109         * configure.ac:
13110
13111         Release 0.1.7
13112
13113 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13114
13115         * ps/Makefile.am:
13116         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13117         (gtk_gs_defaults_get_alpha_parameters),
13118         (gtk_gs_defaults_get_ungzip_cmd),
13119         (gtk_gs_defaults_get_unbzip2_cmd):
13120         * ps/gsdefaults.h:
13121         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13122         (ps_document_get_orientation), (document_load),
13123         (ps_document_goto_page), (ps_document_set_page_size):
13124         * ps/ps-document.h:
13125
13126         Some more sanitization of the ps backend. Remove a lot
13127         of unused code and do not base our defaults on ggv
13128         preferences (ugh!)
13129
13130 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13131
13132         * thumbnailer/evince-thumbnailer.schemas:
13133         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13134         (main): add -s option for thumbnail size.
13135
13136 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13137
13138         * configure.ac:
13139
13140         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13141         remove it.
13142
13143 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13144
13145         * pdf/pdf-document.cc:
13146
13147         Remove 4 pixels of useless border from the
13148         thumbnail.
13149
13150 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13151
13152         * backend/ev-document-thumbnails.c:
13153         (ev_document_thumbnails_get_thumbnail):
13154         * backend/ev-document-thumbnails.h:
13155
13156         Rework API a bit. Add a border flag and
13157         change sizing logic (now the size we specify
13158         applies to the bigger dimension).
13159
13160         * pdf/pdf-document.cc:
13161         * pixbuf/pixbuf-document.c:
13162         (pixbuf_document_thumbnails_get_thumbnail):
13163         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13164         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13165
13166         Adapt to the new API and do not draw a border for nautilus
13167         thumbnailer.
13168
13169 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13170
13171         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13172         take thumbnails from page "0" instead of "1". Added a copyright header.
13173
13174 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13175
13176         * ps/ps-document.c: (set_up_page), (start_interpreter):
13177
13178         Make it C89 compliant
13179
13180 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13181
13182         * Makefile.am:
13183         * configure.ac:
13184         * pdf/.cvsignore:
13185         * pdf/pdf-document.cc:
13186         * thumbnailer/Makefile.am:
13187         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13188         (main):
13189         * thumbnailer/evince-thumbnailer.schemas:
13190         * thumbnailer/pdf-icon.png:
13191
13192         Add a nautilus thumbnailer.
13193         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13194
13195 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13196
13197         * NEWS:
13198         * configure.ac:
13199         * po/POTFILES.in:
13200
13201         Release 0.1.6
13202
13203 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13204
13205         Use poppler instead of including xpdf source code.  Poppler is a
13206         fork of xpdf to build it as a shared library. See
13207         http://freedesktop.org/wiki/Software/poppler.
13208
13209         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13210         xpdf fork.
13211         
13212         * pdf/Makefile.am: Build libpdfdocument.a here.
13213         
13214         * pdf/GDKSplashOutputDev.cc:
13215         * pdf/GDKSplashOutputDev.h:
13216         * pdf/GnomeVFSStream.cc:
13217         * pdf/GnomeVFSStream.h:
13218         * pdf-document.cc:
13219         * pdf-document.h:
13220         * test-gdk-output-dev.cc
13221         * Thumb.cc:
13222         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13223         against poppler.
13224
13225 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13226
13227         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13228
13229         Clear idle stack before unsetting the document
13230
13231 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13232
13233         * ps/ps-document.c: (ps_document_widget_event),
13234         (ps_document_set_target), (ps_document_finalize),
13235         (ps_document_get_page):
13236
13237         Disconnect the widget event signal on finalize.
13238         Some code cleanups.
13239
13240 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13241
13242         * ps/ps-document.c: (set_up_page):
13243
13244         If there is no bpixmap create one, even if size
13245         is not changed.
13246
13247 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13248
13249         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13250         (set_up_page), (document_load), (ps_document_set_zoom):
13251
13252         Default page is 0. Calculate size even when we have no
13253         target yet.
13254
13255 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13256
13257         * shell/ev-sidebar.c: expand the selection widget to be always as
13258         wide as the sidebar
13259
13260 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13261
13262         * shell/ev-sidebar-thumbnails.c:
13263         (ev_sidebar_thumbnails_set_document):
13264
13265         Clear the list store when setting document
13266
13267 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13268
13269         * shell/ev-page-action.c: (update_entry), (sync_entry),
13270         (activate_cb), (entry_size_request_cb), (create_tool_item),
13271         (connect_proxy):
13272
13273         Use an entry for the page control instead of spinbuttons
13274
13275 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13276
13277         * data/evince.schemas.in:
13278
13279         Correct confusing string
13280
13281 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13282
13283         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13284         for real.  Gosh, how long has this been broken.
13285
13286         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13287         check for a NULL link.  We crash otherwise.
13288
13289 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13290
13291         * NEWS:
13292         * configure.ac:
13293
13294         Release 0.1.5
13295
13296 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13297
13298         * configure.ac: add the french translation.
13299
13300 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13301
13302         * shell/ev-window.c:
13303
13304         Remove unused header -> fix distcheck
13305
13306 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13307
13308         * shell/ev-window.c: (update_window_title),
13309         (ev_window_popup_password_dialog):
13310
13311         Unescape filename for display
13312
13313 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13314
13315         * pdf/xpdf/pdf-document.cc:
13316
13317         In get_page_size deal with rotation. Also
13318         cleanup the function a bit.
13319
13320 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13321
13322         * pdf/xpdf/pdf-document.cc:
13323
13324         Fix crash when opening in new window
13325
13326 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13327
13328         * configure.ac:
13329
13330         Check ghostscript >= 7
13331
13332 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13333
13334         * shell/ev-window.c:
13335
13336         Make page width the default sizing mode
13337
13338 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13339         Marco Pesenti Gritti <marco@gnome.org>
13340
13341         * shell/ev-window.c: Remember the sidebar size
13342
13343         * data/evince.schemas.in: Add a new gconf key to store the size of
13344         the sidebar
13345
13346 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13347
13348         * data/evince-ui.xml:
13349         * shell/ev-window.c: (update_action_sensitivity),
13350         (ev_window_cmd_view_reload):
13351         
13352         Add a "Reload" action and menu entry
13353
13354 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13355
13356         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13357         iff the type doesn't support thumbnailing and indexing.
13358
13359 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13360
13361         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13362
13363 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13364
13365         * pdf/splash/Splash.cc:
13366
13367         Port fix for a crasher from kde bug
13368         http://bugs.kde.org/show_bug.cgi?id=97131
13369
13370 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13371
13372         * pdf/xpdf/pdf-document.cc:
13373
13374         Return a link even if it's of an unrecognized
13375         type. Otherwise we go in an infinte cycle.
13376
13377 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13378
13379         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13380         (size_allocate_cb), (ev_window_set_sizing_mode):
13381
13382         Update size when switching mode
13383
13384 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13385
13386         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13387         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13388         (ev_window_cmd_view_normal_size):
13389
13390         Fix size toggle buttons behavior
13391
13392 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13393
13394         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13395         (doc_rect_to_view_rect), (ev_view_size_allocate),
13396         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13397         (scale_changed_callback):
13398
13399         Do not cache offsets in size_allocate.
13400
13401 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13402
13403         * shell/ev-view.c: (ev_view_size_allocate):
13404
13405         Calculate offsets before calling the parent
13406         class (which does a redraw)
13407
13408 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13409
13410         * pdf/xpdf/pdf-document.cc:
13411
13412         Fix a crasher on exit. Unused code, put a TODO
13413
13414 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13415
13416         * backend/ev-document.c: (ev_document_class_init),
13417         (ev_document_page_changed), (ev_document_scale_changed):
13418         * backend/ev-document.h:
13419
13420         Separate page/scale notifications
13421
13422         * pdf/xpdf/pdf-document.cc:
13423
13424         Emit the new signals.
13425         Do not display the pdf page in _render, do it
13426         when scale/page are requested.
13427
13428         * ps/ps-document.c: (ps_document_set_zoom),
13429         (ps_document_widget_event):
13430         * ps/ps-document.h:
13431
13432         Emit the new signals.
13433
13434         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13435         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13436         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13437         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13438         * shell/ev-view.h:
13439         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13440         (ev_window_cmd_view_page_width), (size_allocate_cb),
13441         (ev_window_set_sizing_mode):
13442
13443         Rework sizing to be pixel based.
13444         There are bugs but should be already way better.
13445
13446 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13447
13448         * shell/ev-window.c: (ev_window_init):
13449
13450         Do not allow to shrink sidebar smaller then
13451         child requisition
13452
13453 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13454
13455         * shell/ev-sidebar.[ch]
13456         * shell/ev-window.c:
13457
13458         Improved sidebar widget. Fixes #166683
13459
13460 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13461
13462         * shell/ev-view.c (update_find_status_message): Give translators
13463         more flexibility with ngettext plural handling.
13464
13465 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13466
13467         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13468         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13469         page when we get the page size.
13470
13471 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13472
13473         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13474
13475         ps pages are 0 based, convert 
13476
13477 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13478
13479         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13480
13481         Initialize correct parent class. Set GError on document load
13482
13483 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13484
13485         * pdf/xpdf/pdf-document.cc:
13486
13487         Fixup selection offset calculation
13488
13489         * shell/ev-view.c: (view_rect_to_doc_rect),
13490         (doc_rect_to_view_rect), (ev_view_size_allocate),
13491         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13492         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13493
13494         Store selection as document relative, so that zooming
13495         and offset changing doesnt break it.
13496
13497 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13498
13499         * shell/ev-view.c: (ev_view_best_fit):
13500
13501         Do not try to best fit if the view is not realized
13502
13503 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13504           
13505         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13506
13507 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13508
13509         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13510
13511 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13512
13513         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13514         the popup window.  That prevents it resizing when in full screen
13515         mode.
13516
13517         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13518         multiple rerenders.  This pretty much sucks.
13519
13520         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13521         rest of the toolbar.
13522
13523 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13524
13525         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13526
13527 2005-02-17  Alexander Shopov  <ash@contact.bg>
13528
13529         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13530
13531 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13532
13533         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13534
13535 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13536
13537         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13538         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13539         (set_document_page), (document_changed_callback),
13540         (ev_view_set_document), (ev_view_find_previous),
13541         (ev_view_hide_cursor), (ev_view_show_cursor):
13542         * shell/ev-view.h:
13543         * shell/ev-window.c: (update_chrome_visibility),
13544         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13545         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13546         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13547         (ev_window_unfullscreen):
13548         * shell/main.c: (main):
13549
13550         Automatically hide the fullscreen button.
13551         Patch by Kristian Høgsberg <krh@redhat.com>
13552
13553 2005-02-16  Vincent Noel  <vnoel@cox.net>
13554
13555         * shell/main.c (main): Specify an icon for the window. Patch by
13556         Jaap A. Haitsma. Fixes #166177.
13557
13558 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13559
13560         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13561
13562 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13563
13564         * backend/ev-document-misc.h:
13565         * backend/ev-document-misc.c:
13566         (ev_document_misc_get_page_border_size),
13567         (ev_document_misc_paint_one_page): New function to canonicalize
13568         sizing/painting a border.
13569
13570         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13571         used.
13572
13573         * pdf/xpdf/pdf-document.cc: use new function
13574
13575         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13576         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13577         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13578         shell/ev-window.c: (update_sizing_buttons),
13579         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13580         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13581         (ev_window_cmd_view_page_width), (size_allocate_cb),
13582         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13583         and "fit width" values act as toggle buttons so they stay
13584         toggled.  It's not 100% perfect, and it's a little slow, but it's
13585         good enough to commit I think.
13586
13587 2005-02-15  David Lodge  <dave@cirt.net>
13588
13589         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13590
13591 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13592
13593         * shell/ev-window.c (update_window_title): replace newlines in
13594         the title by spaces. Bug #166107.
13595
13596 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13597
13598         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13599         parameters providing allocation width and height without
13600         scrollbars and width of a possible vertical scrollbar. With this
13601         additional information the functions can work as
13602         intended. Unfortunately they're not idempotent. We should
13603         transform these commands to toggles. Fixes Bug #164976
13604         Initial patch by Stephane Loeuillet, then heavily modified.
13605
13606         * shell/ev-view.h: update prototypes.
13607
13608         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13609         (ev_window_cmd_view_page_width): provide EvView fit functions with
13610         all the information they need. Formulas to calculate this
13611         information taken from GtkScrolledWindow.
13612
13613 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13614
13615         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13616         created a thumbnail, the list store is updated to know
13617         that the thumbnail is set. Fixes bug #166792
13618
13619 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13620
13621         * shell/ev-window.c: fixed typo, closes bug 166897
13622
13623         * TODO: updated TODO with bug numbers that are relevant
13624
13625 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13626
13627         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13628
13629 2005-02-09  Vincent Noel  <vnoel@cox.net>
13630
13631         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13632         and "Next" toolbar buttons as important to make them stand out.
13633
13634 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13635
13636         * lib/ev-debug.c:
13637         * lib/ev-debug.h:
13638         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13639         (start_interpreter), (stop_interpreter), (document_load),
13640         (ps_document_next_page), (ps_document_goto_page),
13641         (ps_document_set_page_size), (ps_document_widget_event),
13642         (ps_document_render):
13643         * shell/ev-page-view.c: (ev_page_view_dispose):
13644         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13645
13646         Fix compilation on non-gcc platforms
13647
13648 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13649
13650         * NEWS:
13651         * configure.ac:
13652
13653         Release 0.1.4
13654
13655         * pdf/xpdf/Catalog.cc:
13656         * pdf/xpdf/XRef.cc:
13657
13658         Fix the fix for CAN-2004-0888
13659
13660 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13661
13662         * data/Makefile.am:
13663         * data/evince-ui.xml:
13664         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13665         * shell/ev-stock-icons.h:
13666         * shell/ev-window.c: (update_action_sensitivity),
13667         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13668         (set_action_properties):
13669
13670         Improve toolbar layout/icons
13671
13672 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13673
13674         * pdf/xpdf/pdf-document.cc:
13675
13676         Add warnings about unimplemented/unknown link
13677         types.
13678
13679 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13680
13681         * ps/ps-document.c: (set_up_page):
13682
13683         Log gs property
13684
13685 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13686
13687         * ps/ps-document.c: (start_interpreter):
13688
13689         Log gs env var
13690
13691 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13692
13693         * shell/ev-page-view.c: (ev_page_view_dispose):
13694         * shell/ev-view.c: (ev_view_finalize):
13695         * shell/ev-window.c: (ev_window_setup_document),
13696         (ev_window_dispose), (ev_window_init):
13697
13698         Solve more refs issues.
13699
13700         I commented out the page_view initialization for now:
13701         it was never destroyed (because it's never added
13702         to a container). Because of that we was leaking
13703         gs processes. Couldnt think to a clean fix.
13704         We need to figure this out, password view has the
13705         same issue probably.
13706
13707 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13708
13709         * ps/ps-document.c: (ps_document_finalize),
13710         (ps_document_get_n_pages), (ps_document_get_page):
13711
13712         Some cleanups, stop the interpreter on finalize
13713
13714         * shell/ev-page-view.c: (ev_page_view_dispose),
13715         (ev_page_view_class_init):
13716
13717         Release our reference on the document
13718
13719 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13720
13721         * Makefile.am:
13722         * configure.ac:
13723         * doc/debugging.txt:
13724         * lib/.cvsignore:
13725         * lib/Makefile.am:
13726         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13727         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13728         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13729         * lib/ev-debug.h:
13730
13731         Add debugging helpers
13732
13733         * ps/Makefile.am:
13734         * ps/ps-document.c: (set_up_page), (start_interpreter),
13735         (stop_interpreter), (document_load), (ps_document_next_page),
13736         (ps_document_goto_page), (ps_document_set_page_size),
13737         (ps_document_widget_event), (ps_document_render):
13738         * shell/Makefile.am:
13739         * shell/ev-view.c: (expose_bin_window):
13740         * shell/main.c: (main):
13741
13742         Add some logs
13743         
13744 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13745
13746         * ps/ps-document.c: (ps_document_widget_event):
13747
13748         Initialize message_window, this should make ps
13749         rendering really work! (Never noticed because I was
13750         testing with a ps that is causing gs to exit every time!)
13751
13752 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13753
13754         * data/evince.schemas.in: updated simple error in applyto closing tag
13755
13756 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13757
13758         * Makefile.am:
13759         * configure.ac:
13760         * data/.cvsignore:
13761         * data/Makefile.am:
13762         * data/evince-ui.xml:
13763         A data/evince.schemas.in:
13764         * po/POTFILES.in:
13765         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13766         * shell/ev-stock-icons.h:
13767         * shell/ev-window.c: (update_chrome_visibility),
13768         (update_chrome_flag), (ev_window_cmd_edit_find),
13769         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13770         (ev_window_unfullscreen), (ev_window_focus_in_event),
13771         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13772         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13773         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13774         (ev_window_dispose), (ev_window_class_init),
13775         (set_action_properties), (set_chrome_actions), (load_chrome),
13776         (ev_window_init):
13777
13778         Implement fullscreen mode changes from bug #164776.
13779         Also implement persistent chrome toggles.
13780
13781 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13782
13783         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13784
13785 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13786
13787         * NEWS:
13788         * configure.ac:
13789         * shell/ev-view.c:
13790
13791         Add another check for find interface
13792
13793         Release 0.1.3
13794
13795 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13796
13797         * shell/ev-application.c: (ev_application_open):
13798         * shell/ev-window.c: (ev_window_open):
13799
13800         Open gzipped ps documents
13801
13802 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13803
13804         * TODO:
13805         * shell/ev-view.c: (set_document_page):
13806
13807         Clamp page number, dont try to move to
13808         not existant pages.
13809
13810 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13811
13812         * backend/ev-document-find.c: (ev_document_find_changed):
13813         * backend/ev-document-find.h:
13814         * pdf/xpdf/pdf-document.cc:
13815         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13816         * shell/ev-window.c: (find_bar_search_changed_cb):
13817
13818         Fix several bugs with find
13819
13820 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13821
13822         * shell/ev-sidebar-thumbnails.c
13823         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13824         document. Prevents warning from scroll_to_cell.
13825
13826 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13827
13828         * configure.ac: Add «nb» to ALL_LINGUAS too.
13829
13830 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13831
13832         * NOTES: New file with some random thoughts.
13833
13834         * TODO: Update.
13835
13836         * backend/ev-document-misc.c:
13837         (ev_document_misc_get_page_border_size): New function to
13838         canonicalize shadow drawing sizes.  Possibly goofy.
13839
13840         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13841         (ev_view_best_fit), (ev_view_fit_width):
13842         * pdf/xpdf/pdf-document.cc:
13843         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13844         * ps/ps-document.c: (ps_document_get_page_size):
13845         * backend/ev-document-misc.h:
13846         * backend/ev-document.c: (ev_document_get_page_size):
13847         * backend/ev-document.h: get_page_size now takes a page number
13848         parameter.  Made all the backends/frontends honor it.
13849
13850         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13851         see.  Doesn't work yet.
13852
13853         * shell/Makefile.am:
13854         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13855         Doesn't do anything yet.
13856
13857         * shell/ev-sidebar-thumbnails.c:
13858         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13859         [0..n_pages-1]
13860
13861         * shell/ev-window.c: (update_action_sensitivity),
13862         (ev_window_setup_document), (ev_window_set_page_mode),
13863         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13864         view-swapping code a bit so we can have multiple views on a
13865         document.  Add the multi-page view, though it can't be turned on
13866         yet.
13867
13868 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13869
13870         * shell/ev-application.c: (ev_application_open):
13871         * shell/ev-view.c: (expose_bin_window):
13872         * shell/ev-window.c: (ev_window_open):
13873
13874         Support eps and check document supports find
13875         before drawing highlightings in expose.
13876
13877 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13878
13879         * pixbuf/pixbuf-document.c:
13880         (pixbuf_document_thumbnails_get_dimensions),
13881         (pixbuf_document_document_thumbnails_iface_init):
13882
13883         implement get_dimensions
13884
13885 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13886
13887         * NEWS:
13888         * configure.ac:
13889
13890         Release 0.1.2
13891
13892 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13893
13894         * shell/ev-view.c: (set_document_page):
13895
13896         Scroll at the top of the page when changing page
13897
13898 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13899
13900         * shell/ev-view.c: (ev_view_motion_notify_event):
13901
13902         Do not redraw unnecessarily
13903
13904 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13905
13906         * pdf/xpdf/pdf-document.cc:
13907         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13908         (expose_bin_window), (find_changed_cb):
13909
13910         Yay! find works now... Now to find bugs...
13911
13912 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13913
13914         * backend/ev-document-find.c: (ev_document_find_base_init),
13915         (ev_document_find_changed):
13916         * backend/ev-document-find.h:
13917         * pdf/xpdf/pdf-document.cc:
13918         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13919         (expose_bin_window), (ev_view_init), (set_document_page),
13920         (ensure_rectangle_is_visible), (jump_to_find_result),
13921         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13922         (ev_view_find_next), (ev_view_find_previous):
13923         * shell/ev-view.h:
13924         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13925
13926         More work on find implementation, mostly there now
13927
13928 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13929
13930         * backend/ev-backend-marshalers.list:
13931         * backend/ev-document-find.c: (ev_document_find_base_init),
13932         (ev_document_find_cancel), (ev_document_find_page_has_results),
13933         (ev_document_find_get_n_results), (ev_document_find_get_result),
13934         (ev_document_find_get_progress), (ev_document_find_changed):
13935         * backend/ev-document-find.h:
13936
13937         Enanche the find interface to be really able to do
13938         multi page find.
13939
13940         * pdf/xpdf/pdf-document.cc:
13941
13942         Implement
13943
13944         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13945         (expose_bin_window), (ev_view_init),
13946         (ev_view_get_find_status_message), (find_changed_cb),
13947         (ev_view_set_document), (set_document_page):
13948
13949         Adapt to the new interface. A few things are regressed sorry,
13950         I will finish it soon.
13951
13952 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13953
13954         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13955         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13956         ev_sidebar_thumbnails_parent_class variable, don't define another
13957         parent_class variable.
13958
13959         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13960         (ev_page_action_class_init): ditto.
13961
13962         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13963         (pixbuf_document_class_init): ditto.
13964
13965         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13966         ditto.
13967
13968         * .cvsignore: ignore various valgrind output files.
13969
13970 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13971
13972         * data/evince-ui.xml:
13973         * shell/Makefile.am:
13974         * shell/ev-history.c:
13975         * shell/ev-history.h:
13976         * shell/ev-navigation-action.c:
13977         * shell/ev-navigation-action.h:
13978         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13979         (ev_view_set_page), (ev_view_fit_width):
13980         * shell/ev-view.h:
13981         * shell/ev-window.c: (update_action_sensitivity),
13982         (ev_window_setup_document), (register_custom_actions):
13983
13984         Kill session history
13985
13986 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13987
13988         * shell/ev-window.c: (update_action_sensitivity):
13989
13990         Fix inverted up/down buttons
13991
13992 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13993
13994         * shell/ev-sidebar-thumbnails.c
13995         (ev_sidebar_thumbnails_select_page): make sure the selected
13996         thumbnail stays visible.
13997
13998 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13999
14000         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14001         scrolled window for Federico.
14002
14003 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14004
14005         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14006
14007 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14008
14009         * configure.ac:
14010         * pdf/splash/SplashFTFontEngine.cc:
14011
14012         Fix CID fonts with freetype 2.1.9
14013
14014 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14015
14016         * TODO: added item for desktop icon thumbnailer
14017
14018 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14019
14020         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14021         unloaded docs when the title is accessed.
14022
14023         * shell/ev-password-view.[hc]: New widget for displaying password
14024         state.
14025
14026         * shell/ev-window.[ch]: Refactor password handling code to handle
14027         the new view.
14028
14029 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14030
14031         * NEWS:
14032         * configure.ac:
14033         * data/Makefile.am:
14034
14035         Release 0.1.1
14036
14037 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14038
14039         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14040         ignore page offset here, to make search results independent of it,
14041
14042         * shell/ev-view.c (expose_bin_window): but take offsets into
14043         account here. Bug #164932
14044
14045         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14046         scale at the right time. Bug #164996
14047
14048 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14049
14050         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14051         fix the problem. Now I just removed the Adobe font names and hope
14052         that the URW fonts are always in outline format. Bug #164934
14053
14054         * shell/ev-window.c (update_window_title): empty titles are
14055         useless, use filename in that case too.
14056
14057         * NEWS: Add some content.
14058
14059 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14060
14061         * TODO: added one more TODO item and a TODONE section :)
14062
14063 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14064
14065         * ps/ps-document.h: add page_[xy]_offset fields.
14066
14067         * ps/ps-document.c (ps_document_set_page_offset)
14068         (ps_document_render): Keep offset in consideration in a few
14069         places. Bug #164752 "postscript documents are not centered in
14070         window"
14071
14072         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14073         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14074
14075         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14076         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14077         stub out missing methods for complete EvDocument implementation.
14078         Fixes segfaults with Save A Copy and Copy actions.
14079
14080         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14081         (ps_document_document_iface_init): ditto.
14082         
14083 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14084
14085         * data/.cvsignore:
14086         * data/Makefile.am:
14087         * data/evince.desktop.in:
14088
14089         Add desktop file
14090
14091 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14092
14093         * shell/ev-view.c: (ev_view_button_press_event),
14094         (ev_view_motion_notify_event):
14095
14096         Make selection work in any direction
14097
14098 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14099
14100         * TODO:
14101         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14102
14103         Use shorter labels for some of the toolbars items
14104
14105 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14106
14107         * pdf/xpdf/pdf-document.cc:
14108
14109         Check the links info is initialized before
14110         using it. Should fix a crash on startup.
14111
14112 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14113
14114         * pixbuf/pixbuf-document.c
14115         (pixbuf_document_thumbnails_get_dimensions): force floating point
14116         division to calculate page_ratio. Fixes crash with landscape
14117         format pixbufs.
14118
14119 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14120
14121         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14122
14123 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14124
14125         * shell/ev-view.c (set_document_page): unset has_selection when
14126         the page changes.
14127         (set_document_page): handle paper size changes when the page
14128         changes (test with Free Culture, page 2).
14129
14130 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14131
14132         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14133         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14134
14135         Use normal style color for the widget background and
14136         draw a black box around the page.
14137
14138 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14139
14140         * pdf/xpdf/pdf-document.cc:
14141
14142         Keep offset in consideration in a few places
14143
14144         * shell/ev-view.c: (expose_bin_window):
14145
14146         Set the offsets so that the document is ever centered
14147
14148 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14149
14150         * TODO: Added TODO items and finished off the first todo item
14151
14152         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14153         reflect current authors
14154
14155 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14156
14157         * pdf/xpdf/pdf-document.cc:
14158         * shell/ev-view.c: (ev_view_set_cursor),
14159         (ev_view_motion_notify_event), (document_changed_callback),
14160         (set_document_page):
14161
14162         Show a wait cursor while the page is rendering
14163
14164 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14165
14166         * shell/ev-sidebar-thumbnails.c:
14167         (ev_sidebar_tree_selection_changed),
14168         (ev_sidebar_thumbnails_select_page):
14169         * shell/ev-sidebar-thumbnails.h:
14170         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14171         (ev_view_can_go_forward):
14172         * shell/ev-window.c: (ev_window_open_page),
14173         (ev_window_setup_document), (update_current_page),
14174         (view_page_changed_cb), (ev_window_init):
14175         * shell/ev-window.h:
14176
14177         Ensure thumbnails selection, toolbar page control and
14178         current page are in sync.
14179
14180 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14181
14182         * pdf/xpdf/XRef.cc:
14183
14184         Fix CAN-2005-0064
14185
14186 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14187
14188         * backend/Makefile.am:
14189         * backend/ev-document-links.h:
14190         * backend/ev-document-security.c: (ev_document_security_get_type),
14191         (ev_document_security_has_document_security),
14192         (ev_document_security_set_password):
14193         * backend/ev-document-security.h:
14194         * backend/ev-document.c: (ev_document_error_quark):
14195         * backend/ev-document.h:
14196         * data/Makefile.am:
14197         * data/evince-password.glade:
14198         * pdf/xpdf/pdf-document.cc:
14199         * shell/Makefile.am:
14200         * shell/ev-password.c: (ev_password_set_bad_password_label),
14201         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14202         (ev_password_dialog_get_password),
14203         (ev_password_dialog_set_bad_pass):
14204         * shell/ev-password.h:
14205         * shell/ev-window.c: (ev_window_get_attribute),
14206         (ev_window_set_property), (update_action_sensitivity),
14207         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14208         (ev_window_setup_document), (ev_window_get_password),
14209         (ev_window_open), (ev_window_cmd_save_as),
14210         (using_postscript_printer), (ev_window_print),
14211         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14212         (update_fullscreen_popup), (ev_window_fullscreen),
14213         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14214         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14215         (menu_item_select_cb), (find_bar_search_changed_cb),
14216         (ev_window_dispose), (ev_window_init):
14217
14218         Add initial support for password-supported dialogs.  This could be
14219         a lot cooler, but it'll do for now.
14220
14221 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14222
14223         * pdf/xpdf/pdf-document.cc:
14224         * shell/ev-view.c: (status_message_from_link),
14225         (ev_view_set_status), (ev_view_set_cursor),
14226         (ev_view_motion_notify_event), (ev_view_init):
14227         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14228
14229         Fix bugs in the links implementation and change cursor
14230         when hovering a link.
14231
14232 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14233
14234         * viewer/.cvsignore: added cvsignore file for viewer directory
14235
14236         * TODO: created TODO document
14237
14238 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14239
14240         * shell/ev-view.h:
14241         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14242         new functions to help with implementation of sensitivity code
14243         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14244         of all actions that might require it.  Fixes a crash when you
14245         click on the Zoom actions in a window lacking a document.
14246
14247 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14248
14249         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14250         of the Find action
14251
14252 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14253
14254         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14255         (pixbuf_document_document_iface_init):
14256         * ps/ps-document.c: (ps_document_get_link),
14257         (ps_document_document_iface_init):
14258         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14259         (status_message_from_link), (ev_view_set_status),
14260         (ev_view_set_find_status), (ev_view_motion_notify_event),
14261         (ev_view_button_release_event), (ev_view_set_property),
14262         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14263         (ev_view_get_find_status_message), (update_find_results),
14264         (ev_view_get_status), (ev_view_get_find_status):
14265         * shell/ev-view.h:
14266         * shell/ev-window.c: (view_status_changed_cb),
14267         (view_find_status_changed_cb), (ev_window_init):
14268
14269         View status message support, use it to show the links.
14270         Needs work...
14271
14272 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14273
14274         * backend/ev-document.c: (ev_document_get_link):
14275         * backend/ev-document.h:
14276         * pdf/xpdf/pdf-document.cc:
14277         * shell/ev-application.c: (ev_application_open):
14278         * shell/ev-application.h:
14279         * shell/ev-sidebar-links.c: (selection_changed_cb):
14280         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14281         (ev_view_go_to_link):
14282
14283         Add support for document links
14284
14285 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14286
14287         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14288         (create_tool_item):
14289         Set the spin button limits correctly.
14290         
14291         * shell/ev-sidebar-thumbnails.c:
14292         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14293         Support changing pages by clicking on the thumbnails.
14294         
14295 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14296
14297         * pixbuf/pixbuf-document.c:
14298         (pixbuf_document_thumbnails_get_dimensions),
14299         (pixbuf_document_document_thumbnails_iface_init):
14300
14301         implement get_dimensions
14302
14303 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14304
14305         * ps/ps-document.c: (ps_document_goto_page):
14306
14307         Fix page switching on multipage documents
14308
14309 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14310
14311         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14312         
14313         check for NULL before assigning to width and height parameters
14314
14315 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14316
14317         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14318         (pixbuf_document_set_property), (pixbuf_document_get_property):
14319
14320         implement get/set properties
14321
14322 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14323
14324         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14325         
14326         return NULL instead of "Unknown", letting the title get set to
14327         the filename when the pdf has no title.
14328
14329 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14330
14331         * ps/ps-document.c: (ps_document_get_page_count),
14332         (ps_document_goto_page):
14333
14334 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14335
14336         * shell/ev-history.c: (ev_history_get_property),
14337         (ev_history_set_property), (ev_history_class_init),
14338         (ev_history_add_page), (ev_history_set_current_index):
14339         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14340         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14341         (ev_navigation_action_finalize):
14342         * shell/ev-navigation-action.h:
14343         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14344         (ev_view_go_forward), (ev_view_get_find_status_message),
14345         (history_index_changed_cb), (ev_view_set_history):
14346         * shell/ev-view.h:
14347         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14348         (update_current_page), (register_custom_actions):
14349
14350         Implement history dropdowns
14351
14352 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14353
14354         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14355         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14356         (ev_view_go_forward):
14357         * shell/ev-window.c: (register_custom_actions):
14358
14359         Fix several history bugs
14360
14361 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14362
14363         * configure.ac: Add «nb» to ALL_LINGUAS.
14364
14365 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14366
14367         * backend/Makefile.am:
14368         * backend/ev-bookmark.c:
14369         * backend/ev-bookmark.h:
14370         * backend/ev-document-bookmarks.c:
14371         * backend/ev-document-bookmarks.h:
14372         * backend/ev-document-links.c: (ev_document_links_get_type),
14373         (ev_document_links_has_document_links),
14374         (ev_document_links_begin_read), (ev_document_links_get_link),
14375         (ev_document_links_get_child), (ev_document_links_next),
14376         (ev_document_links_free_iter):
14377         * backend/ev-document-links.h:
14378         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14379         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14380         (ev_link_get_link_type), (ev_link_set_link_type),
14381         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14382         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14383         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14384         (ev_link_new_external):
14385         * backend/ev-link.h:
14386         * pdf/xpdf/pdf-document.cc:
14387         * shell/Makefile.am:
14388         * shell/ev-application.c: (ev_application_open_link):
14389         * shell/ev-application.h:
14390         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14391         (ev_history_get_link_nth):
14392         * shell/ev-history.h:
14393         * shell/ev-sidebar-bookmarks.c:
14394         * shell/ev-sidebar-bookmarks.h:
14395         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14396         (ev_sidebar_links_class_init), (selection_changed_cb),
14397         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14398         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14399         (do_one_iteration), (populate_links_idle),
14400         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14401         * shell/ev-sidebar-links.h:
14402         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14403         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14404         (go_to_index):
14405         * shell/ev-view.h:
14406         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14407         * shell/ev-window.h:
14408
14409         Rename bookmark to link, and use "Index" for the sidebar panel.
14410
14411 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14412
14413         * shell/Makefile.am:
14414         * shell/ev-application.c: (ev_application_open_bookmark):
14415         * shell/ev-application.h:
14416         * shell/ev-history.c: (ev_history_init), (free_links_list),
14417         (ev_history_finalize), (ev_history_class_init),
14418         (ev_history_add_link), (ev_history_add_page),
14419         (ev_history_get_link_nth), (ev_history_get_n_links),
14420         (ev_history_get_current_index), (ev_history_set_current_index),
14421         (ev_history_new):
14422         * shell/ev-history.h:
14423         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14424         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14425         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14426         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14427         (ev_view_set_page):
14428         * shell/ev-view.h:
14429         * shell/ev-window.c: (ev_window_open_bookmark),
14430         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14431         (goto_page_cb), (register_custom_actions):
14432         * shell/ev-window.h:
14433
14434         Initial history implementation. Needs work.
14435
14436 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14437
14438         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14439
14440 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14441
14442         * cut-n-paste/recent-files/egg-recent-item.c:
14443         * cut-n-paste/recent-files/egg-recent-item.h:
14444         * cut-n-paste/recent-files/egg-recent-model.c:
14445         * cut-n-paste/recent-files/egg-recent-util.c:
14446         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14447         * cut-n-paste/recent-files/egg-recent-view.c:
14448
14449         Update
14450
14451 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14452
14453         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14454         (fillGlyph, fillImageMask, drawImage):
14455         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14456         pdf/splash/SplashTypes.h:
14457         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14458         packed mode for Splash.
14459
14460         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14461         RGB8 packed mode, eliminates the pixbuf data creation loop.
14462
14463         * shell/ev-print-job.c (ev_print_job_finalize)
14464         (ev_print_job_set_property, ev_print_job_get_property)
14465         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14466         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14467         (print_closure_finalize, ev_print_job_print): implement
14468         printing (for backends with EvPsExporter)
14469
14470         * shell/ev_print_job.h: update prototypes.
14471
14472         * shell/ev-window.c (ev_window_print): unref print job after
14473         printing.
14474
14475         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14476         unless the document implements the EvDocumentFind interface.
14477
14478 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14479
14480         * configure.ac: Added ja to ALL_LINGUAS.
14481
14482 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14483
14484         * pdf/xpdf/pdf-document.cc:
14485
14486         add a FIXME. We should probably not allocate
14487         a bookmark object every time
14488
14489 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14490
14491         * shell/ev-application.c: (ev_application_open),
14492         (ev_application_open_bookmark):
14493         * shell/ev-application.h:
14494         
14495         Add a way to open bookmarks
14496
14497         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14498         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14499         (ev_bookmark_set_property), (ev_bookmark_class_init),
14500         (ev_bookmark_new_title), (ev_bookmark_new_link),
14501         (ev_bookmark_new_external):
14502
14503         Support for external uris, better constructors.
14504
14505         * backend/ev-bookmark.h:
14506         * pdf/xpdf/pdf-document.cc:
14507         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14508
14509         Handle external uris
14510
14511 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14512
14513         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14514         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14515
14516         Hook up bookmarks navigation
14517
14518 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14519
14520         * backend/Makefile.am:
14521         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14522         (ev_bookmark_get_title), (ev_bookmark_set_title),
14523         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14524         (ev_bookmark_get_page), (ev_bookmark_set_page),
14525         (ev_bookmark_get_property), (ev_bookmark_set_property),
14526         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14527         (ev_bookmark_new):
14528         * backend/ev-bookmark.h:
14529         * backend/ev-document-bookmarks.c:
14530         (ev_document_bookmarks_get_bookmark):
14531         * backend/ev-document-bookmarks.h:
14532         * pdf/xpdf/pdf-document.cc:
14533         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14534
14535         Add a bookmark object to the backend and use it instead of get_values
14536
14537 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14538
14539         * data/evince-ui.xml:
14540
14541         Cleanup and add select all.
14542
14543         * shell/ev-view.c: (ev_view_select_all),
14544         (ev_view_button_press_event):
14545         * shell/ev-view.h:
14546         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14547
14548         Add select all.
14549         Clear selection on click.
14550
14551 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14552
14553         * shell/ev-sidebar-thumbnails.c
14554         (ev_sidebar_thumbnails_set_document): forgot to unref the
14555         loading_icon.
14556
14557 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14558
14559         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14560         at the visible page, not just linearly.  This makes it look fast.
14561
14562 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14563
14564         * backend/ev-document-misc.c
14565         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14566         white.
14567         * backend/ev-document-thumbnails.h: New interface to get the size
14568         of a page.
14569
14570 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14571
14572         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14573         make dist works
14574
14575 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14576
14577         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14578         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14579         things up a bit.
14580
14581         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14582
14583 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14584
14585         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14586         fonts. Should fix font problems on systems that have the base
14587         fonts in bitmap format. Reported by James Henstridge
14588         <james@jamesh.id.au>.
14589
14590 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14591
14592         * pdf/xpdf/Gfx.cc:
14593         * pdf/xpdf/GfxState.cc:
14594
14595         Fix for CAN-2004-1125
14596
14597 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14598
14599         * shell/ev-view.c: (ev_view_copy):
14600         * shell/ev-view.h:
14601         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14602
14603         Implement Edit->Copy
14604
14605 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14606
14607         * backend/ev-document.c: (ev_document_get_text):
14608         * backend/ev-document.h:
14609         * pdf/xpdf/pdf-document.cc:
14610         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14611         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14612         (ev_view_update_primary_selection), (ev_view_button_press_event),
14613         (ev_view_motion_notify_event), (ev_view_button_release_event):
14614
14615         Beginnings of clipboard support. Incomplete but primary sort
14616         of work.
14617
14618 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14619
14620         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14621         (expose_bin_window):
14622
14623         Nicer rubberband drawing, from GtkIconView.
14624
14625 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14626
14627         * backend/ev-document.c: (ev_document_save):
14628         * backend/ev-document.h:
14629         * data/evince-ui.xml:
14630         * pdf/xpdf/pdf-document.cc:
14631         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14632
14633         Implement "Save a copy..." menu item
14634
14635 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14636
14637         * shell/ev-view.c: (ev_view_zoom):
14638
14639         Queue a resize when zoom changes
14640
14641 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14642
14643         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14644         shadows.
14645
14646         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14647         thumbnails..
14648
14649 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14650
14651         * pdf/xpdf/pdf-document.cc
14652         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14653
14654 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14655
14656         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14657         It's slow, but I'll speed it up next!
14658
14659 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14660
14661         * shell/main.c (load_files):
14662
14663         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14664         from the command line and because it seems more appropriate.
14665
14666 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14667
14668         * data/evince-ui.xml:
14669         * shell/ev-window.c: (update_action_sensitivity),
14670         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14671
14672         s/next page/page down
14673         s/previous page/page up
14674
14675 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14676
14677         * data/evince-ui.xml:
14678
14679         Change the layout to match clarkbw design.
14680
14681         * shell/Makefile.am:
14682         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14683         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14684         (ev_navigation_action_finalize),
14685         (ev_navigation_action_set_property),
14686         (ev_navigation_action_get_property),
14687         (ev_navigation_action_class_init):
14688         * shell/ev-navigation-action.h:
14689
14690         Implement clarkbw toolbar navigation controls (incomplete)
14691
14692         * shell/ev-page-action.c: (update_label), (update_spin),
14693         (value_changed_cb), (create_tool_item), (connect_proxy),
14694         (ev_page_action_init), (ev_page_action_finalize),
14695         (ev_page_action_set_property), (ev_page_action_get_property),
14696         (ev_page_action_set_current_page),
14697         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14698         * shell/ev-page-action.h:
14699
14700         Implement a page switcher in the toolbar
14701
14702         * shell/ev-view.c: (ev_view_scroll_view):
14703         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14704         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14705         (register_custom_actions), (ev_window_init):
14706
14707         Change page on PageUp/Down.
14708
14709 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14710
14711         * pdf/xpdf/pdf-document.cc
14712         (pdf_document_thumbnails_get_thumbnail): initial stab at
14713         implementing thumbnail support for pdfs.  It only does documents
14714         with precached pdfs now.
14715
14716 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14717
14718         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14719         thumbnail code into a time-based idle as well.  Also, turn off the
14720         shadow temporarily as it's really slow.
14721
14722 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14723
14724         * backend/ev-document.c: (ev_document_class_init):
14725         * pdf/xpdf/pdf-document.cc:
14726         * shell/ev-window.c: (ev_window_open):
14727
14728         Fix document title bugs and fallback to
14729         filename when not available.
14730
14731 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14732
14733         * backend/ev-document.c: (ev_document_get_type),
14734         (ev_document_class_init), (ev_document_load),
14735         (ev_document_get_title):
14736         * backend/ev-document.h:
14737         * pdf/xpdf/pdf-document.cc:
14738         * ps/ps-document.c: (ps_document_set_property),
14739         (ps_document_get_property), (ps_document_class_init),
14740         (document_load):
14741         * ps/ps-document.h:
14742         * ps/ps.h:
14743         * shell/ev-window.c: (update_window_title), (ev_window_open),
14744         (ev_window_init):
14745
14746         Initial support for document title. Not working yet.
14747
14748 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14749
14750         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14751
14752         Grab focus on the view when clicking it
14753
14754 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14755
14756         * shell/ev-marshal.list:
14757         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14758         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14759
14760         Add key bindings to the view. Now if the focus would work
14761         right...
14762
14763 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14764
14765         * Makefile.am:
14766         * backend/Makefile.am:
14767         * data/Makefile.am:
14768         * dvi/Makefile.am:
14769         * dvi/dvilib/Makefile.am:
14770         * pdf/xpdf/Makefile.am:
14771         * po/POTFILES.in:
14772         * ps/Makefile.am:
14773
14774         Fix distcheck
14775
14776 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14777
14778         * shell/ev-view.c: (ev_view_realize):
14779
14780         Fix mouse wheel scrolling
14781
14782 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14783
14784         * ps/Makefile.am:
14785         * ps/gstypes.h:
14786         * ps/gtkgs.c:
14787         * ps/gtkgs.h:
14788         * ps/ps-document.c: (catchPipe), (ps_document_init),
14789         (ps_document_class_init), (ps_document_cleanup),
14790         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14791         (set_up_page), (close_pipe), (is_interpreter_ready),
14792         (interpreter_failed), (output), (input), (start_interpreter),
14793         (stop_interpreter), (file_length), (file_readable),
14794         (check_filecompressed), (check_pdf), (compute_xdpi),
14795         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14796         (ps_document_get_type), (ps_document_emit_error_msg),
14797         (document_load), (ps_document_next_page),
14798         (ps_document_get_current_page), (ps_document_get_page_count),
14799         (ps_document_goto_page), (ps_document_set_page_size),
14800         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14801         (ps_document_load), (ps_document_get_n_pages),
14802         (ps_document_set_page), (ps_document_get_page),
14803         (ps_document_widget_event), (ps_document_set_target),
14804         (ps_document_set_scale), (ps_document_set_page_offset),
14805         (ps_document_get_page_size), (ps_document_render),
14806         (ps_document_document_iface_init):
14807         * ps/ps-document.h:
14808         * ps/ps.c:
14809         * shell/ev-window.c: (ev_window_open):
14810
14811         Rename GtkGS to PSDocument
14812
14813 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14814
14815         * ps/gtkgs.c: (gtk_gs_class_init):
14816         * ps/gtkgs.h:
14817
14818         Some more leftover...
14819
14820 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14821
14822         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14823         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14824         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14825         * ps/gtkgs.h:
14826
14827         Remove unused code and make a lot of stuff private
14828
14829 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14830
14831         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14832         (gtk_gs_defaults_changed):
14833         * ps/gsdefaults.h:
14834         * ps/gtkgs.c:
14835         * ps/gtkgs.h:
14836         * ps/ps.h:
14837
14838         Cleanup headers dependencies
14839
14840 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14841
14842         * ps/Makefile.am:
14843         * ps/ggvutils.c:
14844         * ps/ggvutils.h:
14845         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14846         * ps/gsdefaults.h:
14847         * ps/gtkgs.c: (file_length), (file_readable),
14848         (check_filecompressed), (check_pdf), (gtk_gs_load),
14849         (gtk_gs_get_postscript):
14850
14851         Get rid of ggvutils
14852
14853 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14854
14855         * ps/ggvutils.c:
14856         * ps/ggvutils.h:
14857         * ps/gsio.h:
14858         * ps/gtkgs.c: (gtk_gs_set_zoom):
14859
14860         Cleanups
14861
14862 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14863
14864         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14865
14866         Ensure the page is rerendered when changing zoom
14867
14868 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14869
14870         * backend/ev-document.c: (ev_document_base_init),
14871         (ev_document_changed):
14872         * backend/ev-document.h:
14873
14874         Add a changed event that is emitted when the page content
14875         changes. This is necessary to deal with the fact that
14876         in ps backend rendering happen asycrounously.
14877         This makes the ps backend mostly work.
14878
14879         * pdf/xpdf/pdf-document.cc:
14880
14881         Emit changed event
14882
14883         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14884         (ps_document_set_target):
14885
14886         Emit changed event
14887
14888         * shell/ev-view.c: (document_changed_callback),
14889         (ev_view_set_document), (ev_view_set_page):
14890
14891         Redraw on the changed signal
14892
14893 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14894
14895         * configure.ac: Added pt_BR to ALL_LINGUAS.
14896
14897 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14898
14899         * backend/ev-document-bookmarks.c:
14900         (ev_document_bookmarks_get_child): *
14901         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14902         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14903         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14904         (ev_sidebar_bookmarks_destroy),
14905         (ev_sidebar_bookmarks_class_init),
14906         (ev_sidebar_bookmarks_construct), (stack_data_free),
14907         (do_one_iteration), (populate_bookmarks_idle),
14908         (ev_sidebar_bookmarks_clear_document),
14909         (ev_sidebar_bookmarks_set_document): *
14910         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14911         (ev_sidebar_add_page),
14912         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14913         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14914         it displays both the topics and the page numbers.
14915
14916 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14917
14918         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14919         toggle.
14920         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14921         visible.
14922
14923 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14924
14925         * configure.ac: Added en_CA to ALL_LINGUAS.
14926
14927 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14928
14929         * ChangeLog: replace bottom of this ChangeLog (merged history of
14930         ggv and gpdf; where all paths were wrong and most of the files are
14931         not even in this tree) with ChangeLog (from arch) of the shell
14932         code.
14933
14934 2004-12-23  Havoc Pennington  <hp@redhat.com>
14935
14936         * shell/ev-window.c: hook up potentially-questionable "find
14937         results status text" feature - something involving the sidebar or
14938         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14939         might be better in the end.
14940
14941         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14942         with corresponding signal when it should be updated
14943
14944         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14945
14946 2004-12-22  Havoc Pennington  <hp@redhat.com>
14947
14948         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14949         find stuff on other pages, sort of (only returns one result on
14950         invisible pages, to show they have results; updates full results
14951         for a page when you view it). Currently repaints the current page
14952         every time a new result is found on any page, which isn't so nice.
14953
14954 2004-12-22  Havoc Pennington  <hp@redhat.com>
14955
14956         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14957         the document doesn't support find (better ideas?)
14958         (find_bar_search_changed_cb): handle missing document or document
14959         that doesn't support find
14960
14961         * pdf/xpdf/pdf-document.cc: port to implement the new
14962         EvDocumentFindIface
14963
14964         * backend/ev-document-find.c: create a new interface for searching
14965
14966         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14967
14968 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14969
14970         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14971         libevbackend.la.
14972
14973         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14974         EvPrintJob constructor arguments.
14975
14976         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14977         for documents that can export PostScript (page by page).
14978
14979         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14980         
14981         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14982         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14983         (pdf_document_ps_exporter_iface_init:
14984         Implement EvPSExporter.
14985
14986         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14987
14988 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14989
14990         * backend/Makefile.am:
14991         * backend/ev-document-thumbnails.c:
14992         (ev_document_thumbnails_get_type),
14993         (ev_document_thumbnails_get_thumbnail):
14994         * backend/ev-document-thumbnails.h:
14995         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14996         (pixbuf_document_thumbnails_get_thumbnail),
14997         (pixbuf_document_document_thumbnails_iface_init):
14998         * shell/Makefile.am:
14999         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15000         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15001         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15002         * shell/ev-sidebar-thumbnails.h:
15003         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15004         (ev_sidebar_set_document):
15005         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15006         (create_shadow), (ev_pixbuf_add_shadow):
15007         * shell/ev-utils.h:
15008         Add thumbnail support.
15009         
15010 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15011
15012         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15013         (using_postscript_printer): Set up a print dialog for "PostScript
15014         injection" method.
15015
15016         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15017         EvPrintJob.
15018
15019         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15020
15021 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15022
15023         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15024         (ps_document_set_target), (ps_document_get_page_size),
15025         (ps_document_render):
15026         * ps/gtkgs.h:
15027
15028         Fix a few bugs
15029
15030 2004-12-22  Christian Rose  <menthos@menthos.com>
15031
15032         * configure.ac: Added "sv" to ALL_LINGUAS.
15033
15034 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15035
15036         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15037         document supports bookmarks.
15038
15039 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15040
15041         * ps/ggvutils.c: (ggv_file_readable):
15042         * ps/ggvutils.h:
15043         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15044         (gtk_gs_get_postscript):
15045
15046         Remove unused utils
15047
15048 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15049
15050         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15051         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15052         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15053         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15054         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15055         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15056         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15057         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15058         (gtk_gs_set_antialiasing), (ps_document_load),
15059         (ps_document_render):
15060         * ps/gtkgs.h:
15061
15062         Another check point for the ps backend. Now I can get it to show
15063         pages!
15064
15065 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15066
15067         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15068         document setting code.
15069
15070 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15071
15072         * shell/eggfindbar.c: (entry_activate_callback):
15073         Animate the next button when activate is pressed.
15074         
15075 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15076
15077         * shell/ev-window.c: (ev_window_cmd_edit_find),
15078         (update_fullscreen_popup), (ev_window_fullscreen),
15079         (ev_window_unfullscreen), (ev_window_state_event_cb),
15080         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15081         Fix bugs in fullscreen code.
15082         
15083 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15084
15085         * Makefile.am:
15086         * configure.ac:
15087         * pixbuf/Makefile.am:
15088         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15089         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15090         (pixbuf_document_set_page), (pixbuf_document_get_page),
15091         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15092         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15093         (pixbuf_document_render), (pixbuf_document_begin_find),
15094         (pixbuf_document_end_find), (pixbuf_document_finalize),
15095         (pixbuf_document_class_init),
15096         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15097         * pixbuf/pixbuf-document.h:
15098         * shell/Makefile.am:
15099         * shell/ev-application.c: (ev_application_open):
15100         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15101         (ev_window_open):
15102         Add pixbuf backend.
15103         
15104 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15105
15106         * Makefile.am: 
15107         * dvi/dvilib/Makefile.am:
15108         * dvi/Makefile.am:
15109         * configure.ac: Auto*ify dvi and dvi/dvilib
15110
15111         * dvi/Makefile: Remove from CVS
15112         
15113         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15114         confusion.
15115
15116         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15117         
15118         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15119         
15120 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15121
15122         * ps/Makefile.am:
15123         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15124         (gtk_gs_value_adjustment_changed), (compute_size),
15125         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15126         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15127         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15128         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15129         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15130         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15131         (ps_document_load), (ps_document_get_n_pages),
15132         (ps_document_set_page), (ps_document_get_page),
15133         (ps_document_set_target), (ps_document_set_scale),
15134         (ps_document_set_page_offset), (ps_document_get_page_size),
15135         (ps_document_render), (ps_document_begin_find),
15136         (ps_document_end_find), (ps_document_document_iface_init):
15137         * ps/gtkgs.h:
15138         * shell/Makefile.am:
15139         * shell/ev-window.c: (ev_window_open):
15140
15141         Some work to integrate gtkgs with EvDocument
15142
15143 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15144
15145         * shell/ev-window.c: (update_fullscreen_popup),
15146         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15147         (exit_fullscreen_button_clicked_cb),
15148         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15149         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15150         (ev_window_state_event_cb), (ev_window_init):
15151         Add fullscreen support from Epiphany.
15152         
15153 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15154
15155         * data/ev-stock-zoom-fit-width.png: fit-width
15156         stock icon from gpdf.
15157         
15158         * shell/ev-stock-icons.[ch]: copied from gpdf.
15159         
15160         * shell/main.c: (main): init stock icons.
15161         
15162         * shell/ev-window.c: use the fit-width icon.
15163         
15164         * data/evince-ui.xml: add zooming toolbar items.
15165
15166 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15167
15168         * shell/ev-view.c: 
15169         (ev_view_best_fit), (ev_view_fit_width): because
15170         get_page_size() returns the scaled page size, we
15171         need to calculate the scale factor relative to
15172         the previous scale factor. Should really just
15173         add get_real_page_size().
15174
15175 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15176
15177         * shell/ev-view.[ch]:
15178         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15179         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15180         add zooming.
15181         
15182         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15183         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15184         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15185         hook it up.
15186         
15187         * pdf/xpdf/pdf-document.cc:
15188         (pdf_document_begin_find),
15189         (pdf_document_end_find): make static.
15190
15191 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15192
15193         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15194
15195         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15196         names to fontconfig patterns.
15197         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15198
15199         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15200         setupBaseFontsFc.
15201
15202 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15203
15204         * Makefile.am:
15205         * configure.ac:
15206         * ps/Makefile.am:
15207         * ps/ggvutils.c:
15208         * ps/ggvutils.h:
15209         * ps/gsdefaults.c:
15210         * ps/gsdefaults.h:
15211         * ps/gsio.c:
15212         * ps/gsio.h:
15213         * ps/gtkgs.c:
15214         * ps/gtkgs.h:
15215         * ps/ps.c:
15216         * ps/ps.h:
15217
15218         Import ggv backend. Not hooked up yet.
15219
15220 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15221
15222         * shell/main.c: (load_files), (main): load files
15223         from the command line.
15224
15225 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15226
15227         * configure.ac: don't require bonobo.
15228         
15229         * cut-n-paste/recent-files/*: kill bonobo recent
15230         view.
15231
15232         * shell/ev-window.c:
15233         (ev_window_is_empty): upd.
15234         (unable_to_load), (ev_window_open): load backend
15235         based on the mime type.
15236
15237 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15238
15239         * backend/.cvsignore: ignore generated marshalers source.
15240
15241         * shell/main.c (main): this is not epiphany.
15242
15243 2004-12-22  Havoc Pennington  <hp@redhat.com>
15244
15245         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15246         (expose_bin_window): draw find highlights
15247
15248         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15249         
15250         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15251         (pdf_document_end_find): implement this interface
15252
15253         * backend/ev-document.c (ev_document_found): add this to emit
15254         signal
15255
15256 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15257
15258         * data/evince-ui.xml: Add a few more toolbar items.
15259
15260         * shell/ev-window.c: Hook up page navigation toolbar 
15261         items.
15262
15263         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15264         a page-changed signal.
15265
15266         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15267         Add ev_document_get_page().
15268
15269         * shell/ev-window.c: Sensitize/desensitize navigation
15270         actions.
15271
15272 2004-12-21  Havoc Pennington  <hp@redhat.com>
15273
15274         * backend/ev-backend-marshal.c,
15275         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15276         marshaler-generator thingy. I'm sure there's a better way to do
15277         this in the modern world.
15278
15279         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15280         end_find methods and "found" signal.
15281
15282         * configure.ac: find glib-genmarshal
15283
15284 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15285
15286         * shell/ev-sidebar.c: Construct an actual sidebar.
15287         * shell/ev-sidebar-bookmarks.[ch]:
15288         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15289
15290 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15291
15292         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15293         Redo size handling.
15294         
15295         * shell/ev-view.c: Track the size from the document.
15296
15297 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15298
15299         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15300         constructor assumes ownership of the string passed in.
15301         
15302         * shell/ev-window.c (ev_window_open): Destroy the error
15303         dialog once we've displayed it.
15304
15305 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15306
15307         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15308         a bit, it works! (sort of)
15309
15310         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15311         Move to .cc since we need to use C++ in the implementation.
15312
15313         * shell/dummy.cc: Add a CC file to force evince
15314         to be linked as a C++ program.
15315
15316 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15317
15318         * shell/ev-view.[ch]: Start of content-area widget.
15319
15320         * shell/ev-window.c: Create a EvView, update it
15321         as we change documents.
15322
15323         * shell/Makefile.am shell/ev-marshal.list: Add
15324         generated marshalers.
15325
15326 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15327
15328         * Makefile.am (SUBDIRS): move shell.
15329
15330 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15331
15332         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15333         .a to libtool convenience libraries.
15334
15335         * shell/ev-window.c (ev_window_open): Hard code loading
15336         a PDF document.
15337         
15338         * backend/ev-document.h: Add a boolean return to load(),
15339         fix GError * to GError **.
15340
15341         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15342         object for a PDF backend EvDocument.
15343
15344 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15345
15346         * dvi/*: New directory with the beginning of a .dvi backend.
15347
15348 2004-12-21  Havoc Pennington  <hp@redhat.com>
15349
15350         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15351         previous/next instead of back/forward
15352
15353 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15354
15355         * backend/ev-document.[ch]: Fix a couple of problems so
15356         it compile.
15357
15358 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15359
15360         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15361         to backend/ directory, rename EvViewer to EvDocument.
15362
15363 2004-12-21  Havoc Pennington  <hp@redhat.com>
15364
15365         * shell/ev-window.c: hook up the find bar widget; now we just need
15366         a document to find things in
15367
15368         * shell/eggfindbar.c: a find bar widget
15369
15370 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15371
15372         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15373
15374 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15375
15376         * pdf/**: Import of xpdf code from gpdf. 
15377
15378         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15379
15380         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15381         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15382         Fix FreeType includes.
15383
15384         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15385         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15386         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15387         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15388         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15389         Include xpdfconfig.h
15390         
15391 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15392
15393         * shell/ev-window.c (ev_window_dispose): dispose can be called
15394         multiple times.
15395
15396 2004-12-21  Havoc Pennington  <hp@redhat.com>
15397
15398         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15399         rather than Evince
15400
15401         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15402         items; really they should be synced with the strings, etc. from
15403         current gpdf, but just getting the boring typing out of the way 
15404
15405 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15406
15407         * po/POTFILES.in:
15408         * shell/ev-application.c: (window_destroy_cb):
15409         * shell/ev-window.c:
15410         * shell/main.c: (main):
15411
15412         Actually show the window...
15413
15414 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15415
15416         * Makefile.am:
15417         * shell/Makefile.am:
15418         * shell/ev-application.c: (ev_application_class_init):
15419         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15420
15421         Make it build again
15422
15423 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15424
15425         Import to gnome cvs.
15426         
15427         * Remove copies of gpdf and ggv trees.
15428         * Rip out all the recursive configure code.
15429         * Remove bonobo machinery.
15430         * viewer/*: GInterfaces that backends should/can implement.
15431
15432 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15433
15434         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15435         typo
15436
15437 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15438
15439         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15440         (ev_application_finalize, ev_application_class_init)
15441         (ev_application_init): use GType instance private data for priv.
15442
15443         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15444         (ev_window_finalize, ev_window_class_init)
15445         (ev_window_init): ditto.
15446
15447 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15448
15449         * shell/ev-application.c (ev_application_new_window): make public
15450         (ev_application_show_initial_window): kill.
15451
15452         * shell/ev-application.h: update prototypes.
15453
15454         * shell/main.cc (main): inline ev_application_show_initial_window.
15455
15456 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15457
15458         * shell/ev-application.c (ev_application_new_window): impl.
15459         (ev_application_show_initial_window): use it.
15460         (is_window_empty, ev_application_get_empty_window): returns an
15461         existing empty window or a new one.
15462         (ev_application_open): from ev_window_cmd_file_open.
15463
15464         * shell/ev-application.h: update prototypes
15465
15466         * shell/ev-window.c (ev_window_is_empty): impl.
15467         (ev_window_open): make public.
15468         (ev_window_cmd_file_open): use ev_application_open
15469
15470         * shell/ev-window.h: update prototypes, remove unused.
15471
15472 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15473
15474         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15475         move destroy handler out of here...
15476
15477         * shell/ev-application.c, shell/ev-application.h: ...into this new
15478         class. Also handles initial window creation.
15479
15480         * shell/main.cc (main): use EvApplication to create initial
15481         window.
15482
15483 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15484
15485         * Makefile.am (SUBDIRS): add cut-n-paste
15486
15487         * cut-n-paste/Makefile.am: add
15488
15489         * configure.ac: generate Makefiles in cut-n-paste
15490
15491 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15492
15493         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15494         (ev_window_class_init): install ev_window_dispose.
15495
15496 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15497
15498         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15499         char (gchar looks stupid).
15500
15501 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15502
15503         * po/de.po: updated German translation.
15504
15505 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15506
15507         * configure.ac: add more pkg-config library checks for gnome-vfs,
15508         bonobo etc.
15509
15510         * gpdf/configure.in: temporarily disable libpaper
15511         checks. Otherwise I'd have to add the checks for the shell, too.
15512
15513 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15514
15515         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15516         and * file filters to the file choose.
15517
15518 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15519
15520         * po/de.po: Updated German translation.
15521
15522 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15523
15524         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15525
15526 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15527
15528         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15529
15530         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15531         (ev_window_init): implement those menuitems.
15532
15533 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15534
15535         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15536
15537         * shell/ev-window.c (ev_window_init): use the toolbar.
15538
15539 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15540
15541         * shell/ev-window.c (ev_window_init): use menu translations
15542
15543 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15544
15545         * configure.ac: add "de" to ALL_LINGUAS.
15546
15547         * po/de.po: add German translation.
15548
15549 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15550
15551         * Makefile.am (SUBDIRS): add po
15552
15553         * configure.ac: check intltool, glib-gettext etc, generate
15554         po/Makefile.in
15555
15556         * po, po/POTFILES.in, po/POTFILES.skip: new.
15557
15558 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15559
15560         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15561         already use (#ifdef ENABLE_NLS)
15562
15563         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15564         pointer indirection thinko.
15565
15566         * shell/main.c: include gi18n.h for bindtextdomain etc.
15567
15568 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15569
15570         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15571         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15572         tooltips for menu items in the statusbar.
15573
15574 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15575
15576         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15577         pkgdatadir drop UIDIR
15578
15579 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15580
15581         * data/evince-ui.xml: Add File->Open menu item
15582
15583         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15584         chooser), hook it up in the ui manager.
15585
15586 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15587
15588         * shell/ev-window.c: fix Help->About tooltip.
15589
15590 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15591
15592         * configure.ac: set CFLAGS for libevprivate.
15593
15594         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15595         definitions, factory etc.
15596
15597         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15598
15599         * shell/Makefile.am: link against libevprivate.a.
15600
15601         * shell/ev-window.c (entries): add stock icon to Help->About.
15602
15603         * shell/main.c (main): init stock icon code.
15604
15605 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15606
15607         * lib/recent-files: egg recent files code
15608
15609         * lib/Makefile.am: add.
15610
15611         * Makefile.am: add lib subdir.
15612
15613         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15614         set CFLAGS for recent-files.
15615
15616 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15617
15618         * configure.ac: disable -ansi and -pedantic gcc flags. They
15619         disable POSIX stuff in stdio.h, but egg-recent uses them.
15620
15621 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15622
15623         * configure.ac: add --disable-deprecated flag (defaults to on in
15624         "cvs" builds).
15625
15626         * shell/Makefile.am (INCLUDES): use it.
15627
15628 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15629
15630         * shell/main.c: add missing #include.
15631
15632         * shell/ev-window.c: fix for pedantic gcc.
15633         (ev_window_cmd_help_about): split license into paragraphs for
15634         translators and pedantic compilers.
15635
15636 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15637
15638         * configure.ac: add more warning flags if compiling with gcc from
15639         cvs (or explicitly requested with --enable-more-warnings).
15640
15641 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15642
15643         * data/evince-ui.xml: add File and File->Close menu.
15644
15645         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15646         (ev_window_destroy): quit after destroy.
15647         (ev_window_class_init): override GtkObject::destroy.
15648         (entries): install close_window callback.
15649
15650 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15651
15652         * Makefile.am (SUBDIRS): add data subdir.
15653
15654         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15655         gtk+ 2.5.0 for GtkAboutDialog.
15656
15657         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15658         main window.
15659
15660         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15661
15662         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15663         manager.
15664         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15665
15666 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15667
15668         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15669
15670 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15671
15672         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15673
15674 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15675
15676         * shell/*: Added shell directory boilerplate, build it.
15677
15678 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15679
15680         * configure.ac, Makefile.am: Added top-level configure.ac and
15681         Makefile.am