]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Rename GIRs to EvinceDocument/EvinceView.
[evince.git] / ChangeLog
1 2009-02-15  Christian Persch  <chpe@gnome.org>
2
3         * libdocument/Makefile.am:
4         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
5
6 2009-02-15  Christian Persch  <chpe@gnome.org>
7
8         * libdocument/ev-document-type-builtins.c.template:
9         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
10
11 2009-02-14  Christian Persch  <chpe@gnome.org>
12
13         * backend/impress/impress-document.c: (impress_document_save):
14         Fill in the error.
15
16 2009-02-14  Christian Persch  <chpe@gnome.org>
17
18         * libdocument/ev-document.c: (ev_document_load): Add code to catch
19         backends incorrectly implementing the load vfunc.
20
21 2009-02-14  Christian Persch  <chpe@gnome.org>
22
23         * libdocument/ev-document-factory.c:
24         (ev_document_factory_get_document): Use a local GError, and propagate
25         as appropriate, making sure always to fill in @error if returning NULL.
26
27 2009-02-14  Christian Persch  <chpe@gnome.org>
28
29         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
30
31 2009-02-14  Christian Persch  <chpe@gnome.org>
32
33         * backend/pdf/ev-poppler.cc: Plug a mem leak.
34
35 2009-02-14  Christian Persch  <chpe@gnome.org>
36
37         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
38         an error.
39
40 2009-02-14  Christian Persch  <chpe@gnome.org>
41
42         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
43         to always set @error when returning FALSE. Fix a typo.
44
45 2009-02-14  Christian Persch  <chpe@gnome.org>
46
47         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
48         to always set @error when returning FALSE.
49
50 2009-02-14  Christian Persch  <chpe@gnome.org>
51
52         * backend/comics/comics-document.c: (comics_document_load): Make sure
53         to always set @error when returning FALSE.
54
55 2009-02-14  Christian Persch  <chpe@gnome.org>
56
57         * backend/impress/impress-document.c: (impress_document_load): Plug a
58         mem leak.
59
60 2009-02-14  Christian Persch  <chpe@gnome.org>
61
62         * backend/impress/impress-document.c: (impress_document_load): Don't
63         overwrite an error.
64
65 2009-02-14  Christian Persch  <chpe@gnome.org>
66
67         * libdocument/ev-document.c: (ev_document_info_copy): Remove
68         unnecessary NULL check; g_strdup() is NULL-safe.
69
70 2009-02-14  Christian Persch  <chpe@gnome.org>
71
72         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
73         that this returns either NULL and fills in error, or non-NULL. Use a
74         local GError so we can reliably check it.
75
76 2009-02-14  Christian Persch  <chpe@gnome.org>
77
78         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
79         content type to get the description, not the MIME type.
80
81 2009-02-14  Christian Persch  <chpe@gnome.org>
82
83         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
84         in @error on failure. Also, since this is exported in public APIs,
85         cope with the passed-in GError** being NULL.
86
87 2009-02-13  Christian Persch  <chpe@gnome.org>
88
89         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
90         safety.
91         (get_mime_type_from_data): Return the MIME type, not the content type.
92
93 2009-02-13  Christian Persch  <chpe@gnome.org>
94
95         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
96         the input stream.
97
98 2009-02-13  Christian Persch  <chpe@gnome.org>
99
100         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
101         all errors upwards.
102
103 2009-02-13  Christian Persch  <chpe@gnome.org>
104
105         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
106         more bytes from buffer than were read from the file.
107
108 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
109
110         * properties/ev-properties-view.c (set_property):
111         
112         Fixes bug #571787.
113
114 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
115
116         * shell/eggfindbar.c: (egg_find_bar_init):
117
118         Use gtk_tool_button_set_use_underline() for next/previous buttons
119         so that the underline is used for the mnemonic. Fixes bug #571547.
120         
121 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * shell/ev-window.c: (setup_document_from_metadata),
124         (setup_sidebar_from_metadata), (setup_document_from_metadata),
125         (setup_view_from_metadata), (ev_window_set_document),
126         (ev_window_load_job_cb), (ev_window_reload_job_cb),
127         (ev_window_reload_remote), (ev_window_init):
128
129         Do not use metadata when reloading the document, so that the
130         window is not resized when reloading. See bugs #571051 and
131         #304249.
132         
133 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
134
135         * configure.ac:
136         * cut-n-paste/smclient/Makefile.am:
137
138         Fix smclient libs on cycgwin. See bug #339172.
139         
140 2009-02-08  Christian Persch  <chpe@gnome.org>
141
142         * configure.ac:
143         * libdocument/Makefile.am:
144         * libview/Makefile.am: Add experimental introspection support.
145         Disabled by default; use --enable-introspection to enable it.
146         Bug #569083.
147
148 2009-02-08  Christian Persch  <chpe@gnome.org>
149
150         * libview/Makefile.am: Link libevdocument.la to libevview.la.
151
152 2009-02-05  Christian Persch  <chpe@gnome.org>
153
154         * backend/comics/comics-document.c: (comics_document_load):
155         * backend/djvu/djvu-document.c: (djvu_document_load):
156         * backend/dvi/dvi-document.c: (dvi_document_load):
157         * backend/impress/impress-document.c: (impress_document_load):
158         * backend/pdf/ev-poppler.cc:
159         * libdocument/ev-document-factory.c: (get_document_from_uri),
160         (ev_document_factory_get_document):
161         * shell/ev-print-operation.c:
162         (ev_print_operation_export_print_dialog_response_cb): Use
163         g_set_error_literal now that we depend on glib 2.18.
164
165 2009-02-05  Hib Eris  <hib@hiberis.nl>
166
167         * shell/ev-application.c:
168
169         Include gdkx.h only with X11. See bug #339172.
170         
171 2009-02-05  Hib Eris  <hib@hiberis.nl>
172
173         * backend/pdf/pdfdocument.evince-backend.in:
174
175         Add application/x-ext-pdf mime type for pdf backend. See bug
176         #339172.
177         
178 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
179
180         * configure.ac:
181         * cut-n-paste/smclient/Makefile.am:
182         * cut-n-paste/smclient/eggdesktopfile.c:
183         * cut-n-paste/smclient/eggsmclient-win32.c:
184         * shell/main.c:
185
186         Make session manager code compile for w32. These changes have been
187         taken from upstream libegg. Based on patch by Hib Eris. See bug
188         #339172.
189         
190 2009-02-05  Hib Eris  <hib@hiberis.nl>
191
192         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
193
194         Make screensaver code compile for w32. These changes have been
195         copied from upstream totem. See bug #339172.
196         
197 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * configure.ac:
200         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
201
202         Make use of GConf optional. Based on patch by Hib Eris. See bug
203         #339172.
204         
205 2009-02-04  Christian Persch  <chpe@gnome.org>
206
207         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
208         evince gettext domain, so i18n works in the library.
209
210         * properties/ev-properties-main.c: (nautilus_module_initialize):
211         Remove extra bindtextdomain call.
212
213 2009-02-04  Christian Persch  <chpe@gnome.org>
214
215         * backend/comics/comics-document.c:
216         * backend/djvu/djvu-document.c:
217         * backend/dvi/dvi-document.c:
218         * backend/impress/impress-document.c:
219         * backend/pdf/ev-poppler.cc:
220         * backend/pixbuf/pixbuf-document.c:
221         * backend/ps/ev-spectre.c:
222         * backend/tiff/tiff-document.c:
223         * libdocument/ev-attachment.c:
224         * libdocument/ev-document-factory.c:
225         * libview/ev-jobs.c:
226         * libview/ev-view-accessible.c:
227         * libview/ev-view.c:
228         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
229         gi18n.h.
230
231 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
232
233         * NEWS:
234         * configure.ac:
235
236         Update for release 2.25.90
237         
238 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
239
240         * cut-n-paste/zoom-control/ephy-zoom-control.c:
241         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
242
243         Remove the old tooltips code and use G_DEFINE_TYPE().
244         
245 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
246
247         * configure.ac:
248         * help/reference/Makefile.am:
249         * help/reference/libdocument/Makefile.am:
250         * help/reference/libdocument/libevdocument-docs.sgml:
251         * help/reference/libdocument/libevdocument.types:
252         * help/reference/libdocument/version.xml.in:
253         * help/reference/libview/Makefile.am:
254         * help/reference/libview/libevview-docs.sgml:
255         * help/reference/libview/libevview.types:
256         * help/reference/libview/version.xml.in:
257         * help/reference/shell/Makefile.am:
258         * help/reference/shell/evince-docs.sgml:
259         * help/reference/shell/evince.types:
260         * help/reference/shell/tmpl/dummy.sgml:
261         * help/reference/shell/version.xml.in:
262
263         Split API documentation into libdocument, libview and
264         shell. Required gtk-doc files has been added, but API docs still
265         need to be completed and improved. Fixes bug #568465.
266         
267 2009-02-01  Christian Persch  <chpe@gnome.org>
268
269         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
270
271 2009-02-01  Christian Persch  <chpe@gnome.org>
272
273         * backend/Makefile.am:
274         A backend/backend.symbols:
275         * configure.ac: Only export the backend module entry point. Bug
276         #569998.
277
278 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
279
280         * shell/eggfindbar.c: (egg_find_bar_init):
281
282         Add mnemonics to buttons in search bar. Fixes bug #569212.
283         
284 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
285         
286         * shell/ev-print-operation.c:
287         (ev_print_operation_export_print_dialog_response_cb):
288
289         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
290         
291 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
294
295         Clamp top/bottom values of destinations to make sure they are not
296         bigger than the page height. Fixes bug #569327.
297         
298 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * libdocument/ev-debug.h:
301
302         Fix build when debug mode is disabled.
303         
304 2009-01-30  Christian Persch  <chpe@gnome.org>
305
306         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
307         this return TRUE only if any backends were loaded, so the ev_init()
308         function works as documented.
309
310 2009-01-30  Christian Persch  <chpe@gnome.org>
311
312         * evince-document.h:
313         * libdocument/Makefile.am:
314         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
315         #569117.
316
317         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
318         * libdocument/ev-backends-manager.h:
319         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
320         * libdocument/ev-debug.h:
321         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
322         (_ev_file_helpers_shutdown):
323         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
324         private.
325
326         * properties/ev-properties-main.c: (nautilus_module_initialize),
327         (nautilus_module_shutdown):
328         * shell/main.c: (main):
329         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
330         init/shutdown method.
331
332 2009-01-29  Christian Persch  <chpe@gnome.org>
333
334         * shell/main.c: (option_version_cb): Add --version which was lost in
335         the libgnome removal. Bug #562869.
336
337 2009-01-26  Christian Persch  <chpe@gnome.org>
338
339         * shell/ev-application.c: (ev_application_register_service),
340         (ev_application_shutdown):
341         * shell/main.c: (main): Move metadata manager initialisation and
342         shutdown into EvApplication. Follow-up from bug #569120.
343
344 2009-01-26  Christian Persch  <chpe@gnome.org>
345
346         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
347         copy the string twice. Bug #569231.
348
349 2009-01-26  Christian Persch  <chpe@gnome.org>
350
351         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
352         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
353         * libdocument/ev-file-helpers.h:
354         * shell/ev-application.c: (ev_application_shutdown),
355         (ev_application_init), (ev_application_screensaver_disable),
356         (ev_application_save_print_settings),
357         (ev_application_set_page_setup):
358         * shell/ev-application.h:
359         * shell/ev-metadata-manager.c: (load_values),
360         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
361         shell, since it shouldn't be public API. Bug #569120.
362
363         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
364         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
365
366 2009-01-25  Christian Persch  <chpe@gnome.org>
367
368         Bug 569082 – use versioned directory for backends
369
370         * configure.ac: Define ev_binary_version and backenddir.
371         * evince-document.pc.in: Add backenddir variable.
372         * libdocument/Makefile.am:
373         * backend/*/Makefile.am: Remove backenddir definition, so it picks
374         up the one from configure.
375
376 2009-01-25  Christian Persch  <chpe@gnome.org>
377
378         * configure.ac:
379         * evince-document.pc.in: Renamed from evince-backend.pc.in.
380         * libdocument/Makefile.am: Renamed library to libevdocument.la.
381         * libview/Makefile.am:
382         * shell/Makefile.am:
383         * backend/*/Makefile.am: Adapt to changed library name.
384
385         * libdocument/Makefile.am:
386         * libview/Makefile.am: Change the installed headers path to match
387         the directory names in SVN.
388
389         * evince-document.h:
390         * evince-view.h: Add single headers. Bug #568227.
391
392         * libdocument/*.h:
393         * libview/*.h: Add single headers guards.
394
395         * libview/Makefile.am:
396         * libdocument/Makefile.am:
397         * backend/*/Makefile.am:
398         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
399         still include individual headers.
400
401         * properties/Makefile.am:
402         * properties/ev-properties-main.c:
403         * properties/ev-properties-view.h:
404         * thumbnailer/Makefile.am:
405         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
406
407         * libdocument/Makefile.am:
408         * libview/Makefile.am: Generate type builtins from all installed headers.
409         * libdocument/ev-link-action.[ch]:
410         * libdocument/ev-link-dest.[ch]:
411         * libdocument/ev-transition-effect.[ch]:
412         * libview/ev-view.[ch]: Remove handcoded type builtins.
413
414         * libdocument/Makefile.am:
415         * evince-document.h: Add ev-document-factory.h to the public headers.
416
417 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
418
419         * shell/ev-sidebar-page.c:
420
421         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
422         #568228.
423         
424 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
425
426         * libdocument/ev-document.h:
427
428         Add EV_DEFINE_INTERFACE macro.
429         
430         * libdocument/ev-async-renderer.c:
431         * libdocument/ev-document-find.c:
432         * libdocument/ev-document-fonts.c:
433         * libdocument/ev-document-forms.c:
434         * libdocument/ev-document-images.c:
435         * libdocument/ev-document-layers.c:
436         * libdocument/ev-document-links.c:
437         * libdocument/ev-document-security.c:
438         * libdocument/ev-document-thumbnails.c:
439         * libdocument/ev-document-transition.c:
440         * libdocument/ev-document.c:
441         * libdocument/ev-file-exporter.c:
442         * libdocument/ev-selection.c:
443
444         Use EV_DEFINE_INTERFACE macro to define interfaces in
445         libdocument. See bug #568228.
446         
447 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
448
449         * libdocument/ev-document.[ch]:
450
451         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
452         #568228.
453         
454 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
455
456         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
457         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
458         (new_separator_pixbuf):
459         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
460         (egg_toolbar_editor_disconnect_model),
461         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
462         (egg_toolbar_editor_finalize):
463         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
464         * cut-n-paste/toolbar-editor/eggmarshalers.list:
465         
466         Sync EggToolbarEditor with libegg.
467
468 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
469
470         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
471         When saving a file, using the default permissions for the user/system,
472         respecting umask and any setgid bit on the directory. Uses the new
473         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
474         Bug #568593.
475         
476 2009-01-21  Christian Persch  <chpe@gnome.org>
477
478         * configure.ac:
479         * libdocument/Makefile.am:
480         * libview/Makefile.am: Add libtool versioning to libevbackend and
481         libevview. Bug #568229.
482
483 2009-01-21  Christian Persch  <chpe@gnome.org>
484
485         * Makefile.am:
486         * configure.ac:
487         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
488
489 2009-01-21  Christian Persch  <chpe@gnome.org>
490
491         * configure.ac:
492         * libdocument/Makefile.am:
493         A libdocument/ev-version.h.in: Add version defines and version check
494         macro. Bug #568224.
495
496 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
497
498         * shell/ev-sidebar-links.c
499         * shell/ev-print-operation.c:
500         * shell/ev-history.c:
501         * shell/ev-file-monitor.c:
502         * shell/ev-window.c:
503         * shell/ev-password-view.c:
504         * shell/ev-sidebar-thumbnails.c:
505         * shell/ev-sidebar-attachments.c:
506         * libview/ev-pixbuf-cache.c:
507         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
508         Bug #568386.
509
510 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
511
512         * libdocument/ev-document-info.h:
513
514         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
515         
516 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
517
518         * libview/Makefile.am:
519
520         Install ev-job-scheduler.h. See bug #567790.
521         
522 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
523
524         * libdocument/Makefile.am:
525
526         Install ev-backends-manager.h and
527         ev-document-type-builtins.h. Fixes bug #567787.
528         
529 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * NEWS:
532         * configure.ac:
533
534         Update for release 2.25.5
535         
536 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * libview/ev-view.c: (ev_view_drag_data_get):
539
540         Fix second parameter passed to gtk_selection_data_set_uris(), 
541         it expects a gchar **.
542         
543 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
544
545         * libdocument/Makefile.am:
546         * libdocument/ev-document-info.h:
547         * libdocument/ev-document-type-builtins.c.template:
548         * libdocument/ev-document-type-builtins.h.template:
549         * libdocument/ev-document.c: (ev_document_info_get_type),
550         (ev_document_info_copy):
551
552         Make EvDocumentInfo and enums definded in ev-document-info.h
553         GTypes. Fixes bug #567789.
554         
555 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
556
557         * shell/main.c (arguments_parse): Fix for a minor code typo.
558
559 2009-01-18  Christian Persch  <chpe@gnome.org>
560
561         * help/reference/Makefile.am:
562         * help/reference/evince.types: Fix the API docs build. Bug #568171.
563
564 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
565
566         * libview/Makefile.am:
567         * libview/ev-view-type-builtins.c.template:
568         * libview/ev-view-type-builtins.h.template:
569
570         Make EvJobPriority a proper GType. Fixes bug #567788.
571         
572 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
573
574         * configure.ac:
575         * cut-n-paste/*/Makefile.am:
576         * libdocument/Makefile.am:
577
578         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
579         code.
580         
581 2009-01-18  Christian Persch  <chpe@gnome.org>
582
583         * libview/ev-view.c: (ev_view_drag_data_get),
584         (ev_view_drag_motion), (ev_view_update_primary_selection),
585         (clear_link_selected):
586         * shell/ev-sidebar-attachments.c:
587         (ev_sidebar_attachments_drag_data_get),
588         (ev_sidebar_attachments_get_property),
589         (ev_sidebar_attachments_init):
590         * shell/ev-window.c: Update drag handling code to use the
591         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
592         hardcoding the targets lists. Bug #558084.
593         
594 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
595
596         * libdocument/Makefile.am:
597         * libdocument/ev-backend-marshal.c:
598         * libdocument/ev-backend-marshalers.list:
599         * libdocument/ev-document.c:
600
601         Remove unused marshalers stuff from libdocument.
602         
603 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
604
605         * po/POTFILES.in:
606
607         Update for the current source tree.
608         
609 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * configure.ac:
612         * Makefile.am:
613         * libdocument/Makefile.am:
614         * libview/Makefile.am:
615         * libview/ev-job-scheduler.[ch]:
616         * libview/ev-jobs.[ch]:
617         * libview/ev-page-cache.[ch]:
618         * libview/ev-pixbuf-cache.[ch]:
619         * libview/ev-timeline.[ch]:
620         * libview/ev-transition-animation.[ch]:
621         * libview/ev-view-accessible.[ch]:
622         * libview/ev-view-marshal.list:
623         * libview/ev-view.[ch]:
624         * shell/Makefile.am:
625
626         Move EvView specific code to a libeviview library so that it can
627         be embbeded in other applications. Based on patches by Tomeu
628         Vizoso. Fixes bug #567751.
629         
630 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
633         * shell/ev-window.c: (ev_window_load_job_cb),
634         (ev_window_load_job_cb), (ev_window_open_uri),
635         (ev_window_reload_local), (ev_window_dispose):
636
637         Remove dest, mode and search_string from EvJobLoad since they are
638         not really needed by the job, but for the window.
639         
640 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * shell/ev-view.c: (ev_view_drag_data_received),
643         (ev_view_class_init), (ev_view_init):
644         * shell/ev-window.c: (ev_window_drag_data_received),
645         (ev_window_class_init), (ev_window_init):
646
647         Make the whole EvWindow the destination of a drag and drop
648         operation.
649         
650 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
651
652         * shell/ev-window.c: (window_open_file_copy_progress_cb):
653
654         Add missing brakets around the percentage in progress
655         messages. See bug #567910.
656         
657 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
658
659         * shell/ev-application.c: (ev_application_open_window),
660         (ev_application_open_uri_at_dest):
661
662         Do no use gdk_x11_* when not available. Based on patch by Hib
663         Eris, see bug #339172.
664         
665 2009-01-16  Hib Eris  <hib@hiberis.nl>
666
667         * configure.ac:
668         * properties/ev-properties-view.c:
669         (ev_properties_view_format_date):
670
671         Check for localtime_r. See bug #339172.
672         
673 2009-01-16  Hib Eris  <hib@hiberis.nl>
674
675         * shell/main.c:
676
677         Include gdkx only for dbus support. See bug #339172.
678         
679 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
680
681         * shell/ev-view.c: (ev_view_set_zoom_for_size):
682
683         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
684         #567785.
685         
686 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * shell/ev-window.c: (reload_remote_copy_progress_cb),
689         (window_save_file_copy_progress_cb):
690
691         Use brakets around the percentage in progress messages. See bug
692         #567910.
693         
694 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
695
696         * shell/ev-window.c: (reload_remote_copy_ready_cb):
697
698         Fix typo in error message. See bug #567910.
699         
700 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * shell/ev-window.c: (ev_window_cmd_file_close_window):
703
704         Fix mnemonic conflict. Fixes bug #567937.
705         
706 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
707
708         * NEWS:
709         * configure.ac:
710
711         Update for release 2.25.4
712         
713 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
714
715         * configure.ac:
716         
717         GLib version requirement bumped to 2.18 due to g_set_error_literal.
718         Thanks to Christian Spurk.
719
720 2008-12-31  Hib Eris  <hib@hiberis.nl>
721         
722         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
723
724         Fix mime type handling.
725         
726 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * po/POTFILES.in:
729
730         Add ev-print-operation.c.
731         
732 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * shell/ev-window.c: (ev_window_clear_progress_idle),
735         (reset_progress_idle), (ev_window_show_progress_message),
736         (ev_window_reset_progress_cancellable),
737         (ev_window_progress_response_cb), (show_loading_progress),
738         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
739         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
740         (show_reloading_progress), (reload_remote_copy_ready_cb),
741         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
742         (show_saving_progress), (window_save_file_copy_ready_cb),
743         (window_save_file_copy_progress_cb), (ev_window_save_remote),
744         (ev_window_dispose):
745
746         Show progress information when loading/saving remote files. Fixes
747         bug #370958.
748         
749 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
750
751         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
752
753         Show better warning message when temp file cannot be deleted.
754         
755 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
756
757         * shell/ev-window.c: (image_save_dialog_response_cb):
758
759         Fix saving images to remote locations.
760         
761 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
762
763         * shell/ev-application.[ch]: (ev_application_shutdown),
764         (ev_application_get_print_settings_file),
765         (ev_application_save_print_settings),
766         (ev_application_get_print_settings),
767         (ev_application_set_print_settings),
768         (ev_application_get_page_setup), (ev_application_set_page_setup):
769         * shell/ev-window.c: (ev_window_save_print_page_setup),
770         (ev_window_load_print_page_setup_from_metadata),
771         (ev_window_print_page_setup_done_cb),
772         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
773         (ev_window_cmd_preview_print):
774
775         Remember page setup options too. Paper size is globally remembered
776         while page margins are stored per document in metadata file. Fixes
777         bugs #525185 and #349102.
778         
779 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
780
781         * shell/ev-print-operation.c:
782         (ev_print_operation_export_print_dialog_response_cb):
783
784         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
785         
786 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
787
788         * shell/ev-print-operation.c: (export_cancel),
789         (export_job_cancelled), (ev_print_operation_export_begin),
790         (ev_print_operation_export_cancel):
791         * shell/ev-window.c: (ev_window_print_cancel),
792         (ev_window_print_update_pending_jobs_message),
793         (ev_window_print_operation_done),
794         (ev_window_print_operation_status_changed),
795         (print_jobs_confirmation_dialog_response),
796         (ev_window_cmd_file_close_window):
797
798         Show a confirmation dialog when there are pending print jobs while
799         closing the main window. Fixes bug #480964.
800         
801 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
804         (ev_print_operation_get_job_name),
805         (ev_print_operation_get_status),
806         (ev_print_operation_get_progress),
807         (ev_print_operation_update_status),
808         (ev_print_operation_export_get_job_name), (clamp_ranges),
809         (get_first_and_last_page), (ev_print_operation_export_run_next),
810         (print_job_finished), (export_print_done), (export_job_cancelled),
811         (update_progress), (export_print_page),
812         (ev_print_operation_export_begin),
813         (ev_print_operation_export_print_dialog_response_cb),
814         (ev_print_operation_export_run),
815         (ev_print_operation_export_cancel),
816         (ev_print_operation_export_class_init):
817         * shell/ev-window.c:
818         (ev_window_print_update_pending_jobs_message),
819         (ev_window_print_operation_done),
820         (ev_window_print_progress_response_cb),
821         (ev_window_print_operation_status_changed),
822         (ev_window_print_operation_begin_print), (ev_window_print_range),
823         (ev_window_dispose):
824
825         Show progress information when printing. Fixes bug #482770.
826         
827 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * shell/Makefile.am:
830         * shell/ev-progress-message-area.[ch]:
831         * shell/ev-message-area.[ch]: (ev_message_area_init),
832         (ev_message_area_set_image_from_stock):
833
834         Add EvProgressMessageArea derived from EvMessageArea to show
835         progress information in the message area. 
836         
837 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
840
841         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
842         close button. Add a function to get the contents of the message
843         area.
844         
845 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
846
847         * shell/Makefile.am:
848         * shell/ev-print-operation.[ch]:
849         * shell/ev-jobs.[ch]: (ev_job_export_init),
850         (ev_job_export_dispose), (ev_job_export_run),
851         (ev_job_export_class_init), (ev_job_export_new),
852         (ev_job_export_set_page):
853         * shell/ev-window.c: (ev_window_print_operation_done),
854         (ev_window_print_range), (ev_window_dispose):
855
856         First step of the printing system rework. EvJobPrint has been
857         replaced by EvJobExport so that every page is scheduled to be
858         exported in a thread instead of scheduling the whole printing
859         process. This way the gui is responsive during printing.
860         
861 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
862
863         * shell/ev-window.c: (setup_size_from_metadata),
864         (ev_window_load_print_settings_from_metadata):
865
866         Fix memory leaks.
867         
868 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
869
870         * libdocument/ev-document.c: (ev_document_get_type):
871
872         Add GObject type as prerequisite to EvDocument interface so that
873         document instances can be used as GObjects.
874         
875 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * shell/ev-view.c: (jump_to_find_result):
878
879         Only jump the the location of the find result for the first match
880         when searching. It drastically improves the performance when
881         searching. Bug catched and fixed by Michael Hunold. Fixes bug
882         #564774.
883         
884 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * properties/ev-properties-main.c: (ev_properties_get_pages):
887         * properties/ev-properties-view.[ch]:
888         (ev_properties_view_dispose), (ev_properties_view_class_init),
889         (ev_properties_view_set_info), (ev_properties_view_new):
890         * shell/ev-properties-dialog.[ch]:
891         (ev_properties_dialog_set_document):
892         * shell/ev-window.c: (ev_window_setup_document),
893         (ev_window_cmd_file_properties):
894
895         Add document URI to properties page. Fixes bug #555376.
896         
897 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * configure.ac:
900         * data/Makefile.am:
901         * data/evince-password.glade: Removed
902         * data/evince-properties.glade: Removed
903         * properties/ev-properties-view.c:
904         (ev_properties_view_class_init), (set_property),
905         (ev_properties_view_set_info), (ev_properties_view_init):
906         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
907         (font_cell_data_func), (ev_properties_fonts_init):
908
909         Remove Glade dependency.
910         
911 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
912
913         * backend/comics/comics-document.c: (comics_document_load):
914
915         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
916         
917 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
918
919         * NEWS:
920         * configure.ac:
921
922         Update for release 2.25.2
923         
924 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
925
926         * configure.ac:
927         * shell/Makefile.am:
928         * shell/ev-keyring.[ch]:
929         * shell/ev-password.[ch]: Removed
930         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
931         (ev_password_view_class_init), (ev_password_view_clicked_cb),
932         (ev_password_view_init), (ev_password_view_set_uri),
933         (ev_password_dialog_got_response),
934         (ev_password_dialog_remember_button_toggled),
935         (ev_password_dialog_entry_changed_cb),
936         (ev_password_dialog_entry_activated_cb),
937         (ev_password_view_ask_password), (ev_password_view_get_password),
938         (ev_password_view_get_password_save_flags),
939         (ev_password_view_new):
940         * shell/ev-window.c: (ev_window_password_view_unlock),
941         (ev_window_load_job_cb), (ev_window_close_dialogs),
942         (ev_window_init):
943
944         Rework the password view. When the password is in the keyring it's
945         used automatically without showing the password dialog and it's  
946         only stored in the keyring when we are sure it's correct. The
947         password dialog has been reworked too, in order to make it
948         more hig compliant and consistent with the GTK+ dialog used in
949         gtkmountoperation. Fixes bug #562496. 
950         
951 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * backend/comics/comics-document.c: (comics_document_load):
954
955         Do not trust file extensions when getting the command needed to
956         uncompress comic documents. Fixes bug #562143.
957         
958 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
959
960         * libdocument/ev-document-factory.c: (get_document_from_uri),
961         (ev_document_factory_get_document):
962         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
963         (get_mime_type_from_data), (ev_file_get_mime_type):
964
965         Move mime-type functions from document-facrory to file-helpers so
966         that it can be reused.
967         
968 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
969
970         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
971         (window_open_file_copy_ready_cb), (ev_window_reload_local),
972         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
973         (ev_window_reload_remote), (ev_window_reload_document):
974
975         Add support for reloading remote documents. Fixes bug #555399.
976         
977 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
978
979         * shell/ev-view.c: (ev_view_find_previous):
980
981         Make sure find_result is never < 0 which causes a crash while
982         searching. Fixes bug #558377.
983         
984 2008-11-19  Marek Kašík <mkasik@redhat.com>
985
986         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
987         (ev_pixbuf_cache_get_selection_surface):
988         
989         Fixes crash on fast scrolling with simultaneous text selection.
990
991 2008-11-19  Marek Kašík <mkasik@redhat.com>
992
993         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
994         * shell/ev-window.c (launch_external_uri):
995         
996         Fixes assertion fail on selecting text. See bug #561393.
997
998 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * shell/Makefile.am:
1001         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1002         (ev_job_layers_dispose), (ev_job_layers_run),
1003         (ev_job_layers_class_init), (ev_job_layers_new):
1004         * shell/ev-sidebar-layers.[ch]:
1005         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1006         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1007         (ev_view_reload_page), (ev_view_reload):
1008         * shell/ev-window.c: (setup_sidebar_from_metadata),
1009         (ev_window_sidebar_current_page_changed_cb),
1010         (sidebar_layers_visibility_changed), (ev_window_init):
1011
1012         Add layers support.
1013         
1014 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1015
1016         * data/icons/22x22/actions/Makefile.am:
1017         * data/icons/22x22/actions/eye.png:
1018         * shell/ev-stock-icons.[ch]:
1019         
1020         Add eye icon from gimp to hide/show layers.
1021         
1022 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1023
1024         * configure.ac:
1025         * cut-n-paste/Makefile.am:
1026         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1027         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1028         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1029
1030         Add GimpCellRendererToggle from gimp slightly modified to fit our
1031         needs. 
1032         
1033 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1034
1035         * configure.ac:
1036         * backend/pdf/ev-poppler.cc:
1037
1038         Implement layers interface in PDF backend.
1039         
1040 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * libdocument/Makefile.am:
1043         * libdocument/ev-document-layers.[ch]:
1044         * libdocument/ev-layer.[ch]:
1045
1046         Add optional content (layers) interface.
1047         
1048 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1049
1050         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1051         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1052
1053         Removes unused code.
1054
1055 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * NEWS:
1058         * configure.ac:
1059
1060         Update for 2.25.1 release
1061
1062 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * shell/ev-window.c:
1065
1066         Fix build with GTK+ < 2.14
1067
1068 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1069
1070         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1071         
1072         Makes menu label translatable. Fixes bug #559129.
1073
1074 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1075
1076         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1077         (t1_transform_font):
1078         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1079         
1080         More renames of warning to mdvi_warning in follow up to the
1081         fix of the bug #553369. Fix for the bug #559257 by
1082         Tuxce <tuxce.net@gmail.com>.
1083         
1084 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * shell/ev-application.c: (ev_application_init_session):
1087         * shell/main.c: (main):
1088
1089         Move the egg_set_desktop_file() call to main and remove
1090         gtk_window_set_default_icon_name() since it's already called by
1091         egg_set_desktop_file()
1092         
1093 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1094
1095         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1096
1097         Initialize GError to NULL.
1098         
1099 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1102         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1103         (ev_window_preview_print_finished), (launch_action):
1104
1105         Do not use popup dialogs to show error messages anymore, use the
1106         message area instead.
1107         
1108 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1109
1110         * shell/ev-window.c: (ev_window_error_message),
1111         (ev_window_warning_message), (ev_window_set_document),
1112         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1113         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1114         (ev_window_cmd_help_contents), (launch_external_uri),
1115         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1116         (ev_attachment_popup_cmd_open_attachment),
1117         (attachment_save_dialog_response_cb):
1118
1119         Use a message format (with printf()-style) in
1120         ev_window_error_message and ev_window_warning_message.
1121
1122 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * shell/ev-window.c: (ev_window_error_message),
1125         (ev_window_warning_message), (ev_window_set_document),
1126         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1127         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1128         (ev_window_cmd_help_contents), (launch_external_uri),
1129         (image_save_dialog_response_cb),
1130         (ev_attachment_popup_cmd_open_attachment),
1131         (attachment_save_dialog_response_cb):
1132
1133         Change ev_window_error_message and ev_window_warning_message to
1134         receive a EvWindow instead of a GtkWindow. It's more consistent
1135         and avoids unneeded casts.
1136         
1137 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1138
1139         * shell/ev-window.c: (ev_window_cmd_help_contents):
1140
1141         Use gtk_show_uri() when availale to display help contents.
1142         
1143 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * configure.ac:
1146         * backend/pdf/ev-poppler.cc:
1147         * properties/ev-properties-view.c:
1148         * shell/Makefile.am:
1149         * shell/ev-tooltip.[ch]: Removed
1150         * shell/ev-view-private.h
1151         * shell/eggfindbar.c:
1152         * shell/ev-application.c:
1153         * shell/ev-open-recent-action.c:
1154         * shell/ev-sidebar-thumbnails.c:
1155         * shell/ev-view.c:
1156         * shell/ev-window.c:
1157
1158         Bump GTK+ requirement to 2.12.
1159         
1160 2008-10-27 Christian Persch <chpe@gnome.org>
1161
1162         * backend/djvu/djvu-document.c
1163         * backend/dvi/cairo-device.c
1164         * cut-n-paste/evmountoperation/ev-mount-operation.h
1165         * cut-n-paste/gedit-message-area/gedit-message-area.h
1166         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1167         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1168         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1169         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1170         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1171         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1172         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1173         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1174         * cut-n-paste/zoom-control/ephy-zoom-action.c
1175         * cut-n-paste/zoom-control/ephy-zoom-action.h
1176         * cut-n-paste/zoom-control/ephy-zoom-control.c
1177         * cut-n-paste/zoom-control/ephy-zoom-control.h
1178         * libdocument/ev-async-renderer.h
1179         * libdocument/ev-document-factory.c
1180         * libdocument/ev-document-misc.h
1181         * libdocument/ev-image.h
1182         * libdocument/ev-selection.h
1183         * shell/ev-properties-fonts.h
1184         * shell/ev-stock-icons.h
1185         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1186         directly. Bug #558064.
1187
1188 2008-10-27 Christian Persch <chpe@gnome.org>
1189
1190         * cut-and-paste/smclient/*: Update from libegg.
1191
1192 2008-10-27 Christian Persch <chpe@gnome.org>
1193
1194         * backend/djvu/djvu-document.c
1195         * backend/ps/ev-spectre.c
1196         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1197
1198 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1199
1200         * shell/ev-view.c (ev_view_change_page),
1201         (ev_view_transition_animation_finish),
1202         (ev_view_transition_animation_cancel), (page_changed_cb),
1203         (ev_view_set_presentation), (ev_view_next_page),
1204         (ev_view_previous_page):
1205         
1206         Cancel the animation without scheduling transition start
1207         and proceed to the next page to fix bug #516749.
1208
1209 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1210
1211         * NEWS:
1212         * configure.ac:
1213
1214         Update for release 2.24.1
1215         
1216 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1217
1218         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1219
1220         Disable toggle function of F5 when in presentation mode. Patch by
1221         Dave Neary. Fixes bug #556162.
1222         
1223 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1224
1225         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1226         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1227         (ev_sidebar_thumbnails_fill_model),
1228         (ev_sidebar_thumbnails_refresh),
1229         (ev_sidebar_thumbnails_set_document):
1230
1231         Instead of using only one loading icon for thumbnails based on the
1232         size of the first page, create an icon for every different page
1233         size. Fixes bug #556264.
1234         
1235 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1236
1237         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1238
1239         Fix memory leak.
1240         
1241 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1242
1243         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1244
1245         Removes bad prefixes from window title. Patch by 
1246         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1247         
1248 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * shell/ev-window.c: (launch_external_uri):
1251
1252         Do not consider mailto links as http uris. Fixes bug #555801.
1253         
1254 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1257
1258         Fix memory leak. Fixes bug #555134.
1259         
1260 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1263
1264         Emit the job finished signal when the job is handled before the
1265         page_ready callback.
1266         
1267 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1268
1269         * shell/ev-window.c: (launch_action):
1270
1271         Use GdkAppLaunchContext when available to launch external
1272         applications.
1273         
1274 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1275
1276         * shell/ev-window.c: (launch_action):
1277
1278         Fix launching external applications for launch actions which seems
1279         to be broken since the gio port. Fixes bug #554500.
1280         
1281 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * backend/dvi/Makefile.am:
1284         * backend/dvi/cairo-device.c:
1285         * backend/dvi/dvi-document.c:
1286         * backend/dvi/mdvi-lib/Makefile.am:
1287
1288         Fix several compile warnings in the dvi backend.
1289         
1290 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * backend/dvi/mdvi-lib/common.h:
1293         * backend/dvi/mdvi-lib/dviread.c:
1294         * backend/dvi/mdvi-lib/font.c:
1295         * backend/dvi/mdvi-lib/fontmap.c:
1296         * backend/dvi/mdvi-lib/fontsrch.c:
1297         * backend/dvi/mdvi-lib/gf.c:
1298         * backend/dvi/mdvi-lib/pagesel.c:
1299         * backend/dvi/mdvi-lib/pk.c:
1300         * backend/dvi/mdvi-lib/sp-epsf.c:
1301         * backend/dvi/mdvi-lib/special.c:
1302         * backend/dvi/mdvi-lib/tfm.c:
1303         * backend/dvi/mdvi-lib/tfmfile.c:
1304         * backend/dvi/mdvi-lib/util.c:
1305         * backend/dvi/mdvi-lib/vf.c:
1306
1307         Rename error as mdvi_error to avoid symbol conflicts with the libc
1308         error. Rename also message, crash, fatal and warning for
1309         consistency. Fixes bug #553369.
1310         
1311 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1312
1313         * backend/dvi/dvi-document.c: (dvi_document_load):
1314
1315         Fix memory leak.
1316         
1317 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1318
1319         * backend/dvi/dvi-document.c:
1320
1321         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1322         G_IMPLEMENT_INTERFACE.
1323         
1324 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1327
1328         Make sure copy_job_page_and_selection_to_job_info is always called
1329         before copy_job_to_job_info. Fixes bug #552382.
1330         
1331 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * NEWS:
1334         * configure.ac:
1335
1336         Update for release 2.24.0
1337         
1338 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * shell/ev-window.c: (launch_external_uri):
1341
1342         Use GdkAppLaunchContext when available to launch external uris.
1343         
1344 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1345
1346         * shell/ev-window.c: (launch_external_uri):
1347
1348         Use the message area to show errors when lauching external uris
1349         instead of a popup window.
1350         
1351 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * shell/ev-window.c: (launch_external_uri):
1354
1355         Assume invalid uris are http uris. Fixes bug #552071.
1356         
1357 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * NEWS:
1360         * configure.ac:
1361
1362         Update for release 2.23.92.
1363         
1364 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * shell/eggfindbar.c: (egg_find_bar_class_init):
1367
1368         Allow page scrolling with PageUp/PageDown keys when find bar is
1369         active. Fixes bug #529833.
1370         
1371 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * shell/ev-view-private.h:
1374         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1375         (ev_view_scroll), (ev_view_class_init):
1376         * shell/ev-view-accessible.c:
1377         (ev_view_accessible_action_do_action):
1378         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1379         (ev_window_cmd_scroll_backward):
1380
1381         Use GtkScrollType instead of EvScrollType.
1382         
1383 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1384
1385         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1386         
1387         Patch for case unsensitive page label match by Michael Lee.
1388         See bug #550136.
1389         
1390         * shell/ev-page-action.c (create_tool_item):    
1391         * test/Makefile.am:
1392         * test/test1.py:
1393         * test/test4.py:
1394         * test/test5.py:
1395         
1396         Added test for the above and updated other tests.
1397
1398 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1399
1400         * shell/ev-window.c: (image_save_dialog_response_cb):
1401
1402         Do not append the file extension twice when saving an image.
1403         
1404 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1407
1408         Remove an invalid ifdef.
1409         
1410 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * shell/ev-view.c: (ev_view_motion_notify_event):
1413
1414         Make sure the cursor is correctly restored after showing the right
1415         click menu.
1416         
1417 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1418
1419         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1420         (ev_attachment_open):
1421         * shell/ev-sidebar-attachments.c:
1422         (ev_sidebar_attachments_button_press):
1423         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1424
1425         Use GdkAppLaunchContext when available to open attachments.
1426         
1427 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1428
1429         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1430
1431         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1432         by Eric Piel.
1433         
1434 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * shell/ev-application.c: (ev_application_get_media_keys):
1437         * shell/ev-media-player-keys.[ch]:
1438         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1439         (ev_media_player_keys_grab_keys),
1440         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1441         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1442         * shell/ev-window.[ch]: (ev_window_dispose),
1443         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1444         (ev_window_init):
1445
1446         Clean up the media player keys stuff.
1447         
1448 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * NEWS:
1451         * configure.ac:
1452
1453         Update for release 2.23.91.
1454         
1455 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1456
1457         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1458         (sm_client_xsmp_set_initial_properties):
1459
1460         Fix memory leak.
1461         
1462 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1463
1464         * shell/ev-application.c: (ev_application_open_window),
1465         (ev_application_open_uri_at_dest):
1466
1467         Make sure evince starts up in the right workspace when resuming a
1468         previous session.
1469         
1470 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1471
1472         * shell/ev-application.[ch]: (ev_application_open_window),
1473         (ev_application_add_icon_path_for_screen),
1474         (ev_application_open_uri_at_dest):
1475
1476         Fix window manager warnings shown in ~/.xsession-errors
1477         
1478 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1479
1480         * configure.ac:
1481         * cut-n-paste/Makefile.am:
1482         * cut-n-paste/smclient/Makefile.am:
1483         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1484         * cut-n-paste/smclient/eggsmclient-private.h:
1485         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1486         * cut-n-paste/smclient/eggsmclient.[ch]:
1487
1488         EggSMClient copied from libegg
1489
1490         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1491         * shell/Makefile.am:
1492         * shell/ev-application.[ch]: (ev_application_load_session),
1493         (smclient_save_state_cb), (smclient_quit_cb),
1494         (ev_application_init_session), (ev_application_shutdown),
1495         (ev_application_init):
1496         * shell/main.c: (main):
1497
1498         Use EggSMClient instead of gnome-client and remove libgnome and
1499         libgnomeui dependencies.
1500         
1501 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * shell/main.c: (main):
1504
1505         Remove gnome_authentication_manager_init.
1506         
1507 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * shell/ev-view.c: (ev_view_goto_window_create):
1510
1511         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1512         since it's now deprecated.
1513         
1514 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * backend/djvu/Makefile.am:
1517         * backend/djvu/djvu-document-private.h:
1518         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1519         (djvu_document_find_iface_init):
1520         * backend/djvu/djvu-text-page.[ch]:
1521         * backend/djvu/djvu-text.[ch]: Removed
1522         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1523         (pdf_document_find_iface_init):
1524         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1525         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1526         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1527         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1528         (ev_job_find_has_results), (ev_job_find_get_results):
1529         * shell/ev-view-private.h:
1530         * shell/ev-view.[ch]: (ev_view_expose_event),
1531         (highlight_find_results), (ev_view_finalize),
1532         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1533         (ev_view_set_document), (ev_view_find_get_n_results),
1534         (ev_view_find_get_result), (jump_to_find_result),
1535         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1536         (ev_view_find_previous), (ev_view_find_search_changed),
1537         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1538         * shell/ev-window.c: (ev_window_update_actions),
1539         (page_changed_cb), (ev_window_setup_document),
1540         (ev_window_update_find_status_message),
1541         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1542         (ev_window_clear_find_job), (find_bar_close_cb),
1543         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1544         (ev_window_dispose), (ev_window_init):
1545
1546         Rework find interface. The find logic has been moved from backends
1547         to the shell avoiding a lot of duplicated code in the backends and
1548         making easier to implement the find interface in the backends.
1549         
1550 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1551
1552         * backend/pdf/ev-poppler.cc:
1553         (pdf_document_thumbnails_get_dimensions):
1554
1555         Make sure thumbnail size returned by the PDF is actually
1556         valid. Fixes bug #548462.
1557         
1558 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1559
1560         * shell/ev-window.c: (ev_window_setup_document),
1561         (ev_window_set_document), (ev_window_dispose):
1562
1563         Remove the idle function for setting the document up when the
1564         window is destroyed. Fixes bug #549163.
1565         
1566 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1569         (ev_job_attachments_dispose), (ev_job_attachments_run),
1570         (ev_job_attachments_class_init), (ev_job_attachments_new):
1571         * shell/ev-sidebar-attachments.c:
1572         (ev_sidebar_attachments_set_document):
1573
1574         Add a new job to get the attachments in a thread with the document
1575         lock held. Fixes bug #548653.
1576         
1577 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1578
1579         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1580         (tiff_document_document_iface_init):
1581
1582         Implement document_get_page_label in tiff backend.
1583         
1584 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1585
1586         * backend/tiff/tiff-document.c: (tiff_document_render):
1587
1588         Handle document orientation in tiff backend. Fixes bug #548444.
1589         
1590 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1591
1592         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1593
1594         Do not crash when adjustment page size is 0. Fixes bug #547440.
1595         
1596 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1599
1600         Sync with current GTK+.
1601         
1602 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1603
1604         * configure.ac:
1605         
1606         Update for release 2.23.6.
1607
1608 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1609
1610         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1611         (ev_job_load_set_password):
1612         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1613         * shell/ev-window.c: (password_dialog_response),
1614         (ev_window_load_job_cb):
1615
1616         Fix loading encrypted documents since I broke it with the jobs
1617         rework.
1618         
1619 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1620
1621         * NEWS:
1622
1623         Update NEWS for 2.23.6 release.
1624         
1625 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1626
1627         * backend/impress/impress-document.c:
1628         * backend/impress/render.h:
1629         * libdocument/ev-document-factory.c:
1630         * libdocument/ev-document-factory.h:
1631         * libdocument/ev-document-links.h:
1632         * libdocument/ev-document-misc.c:
1633         * libdocument/ev-document-misc.h:
1634         * properties/ev-properties-main.c:
1635         * properties/ev-properties-view.c:
1636         * properties/ev-properties-view.h:
1637         * shell/eggfindbar.c:
1638         * shell/eggfindbar.h:
1639         * shell/ev-application.c:
1640         * shell/ev-application.h:
1641         * shell/ev-jobs.h:
1642         * shell/ev-message-area.h:
1643         * shell/ev-navigation-action.c:
1644         * shell/ev-navigation-action.h:
1645         * shell/ev-open-recent-action.c:
1646         * shell/ev-open-recent-action.h:
1647         * shell/ev-page-action-widget.c:
1648         * shell/ev-page-action.c:
1649         * shell/ev-page-action.h:
1650         * shell/ev-page-cache.h:
1651         * shell/ev-password-view.h:
1652         * shell/ev-password.h:
1653         * shell/ev-pixbuf-cache.h:
1654         * shell/ev-properties-fonts.c:
1655         * shell/ev-sidebar-attachments.c:
1656         * shell/ev-sidebar-links.c:
1657         * shell/ev-sidebar-links.h:
1658         * shell/ev-sidebar-thumbnails.c:
1659         * shell/ev-sidebar-thumbnails.h:
1660         * shell/ev-sidebar.c:
1661         * shell/ev-sidebar.h:
1662         * shell/ev-stock-icons.c:
1663         * shell/ev-tooltip.h:
1664         * shell/ev-view.c:
1665         * shell/ev-view.h:
1666         * shell/ev-window.c:
1667         * shell/ev-window.h:
1668         * shell/main.c:
1669
1670         More #include cleanups. Again: reordering, single gtk.h
1671         includes and other stuff.
1672
1673 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1674
1675         * shell/eggfindbar.c:
1676         * shell/ev-application.c:
1677         * shell/ev-message-area.c:
1678         * shell/ev-navigation-action.c:
1679         * shell/ev-open-recent-action.c:
1680         * shell/ev-page-action-widget.c:
1681         * shell/ev-page-action.c:
1682         * shell/ev-password-view.c:
1683         * shell/ev-properties-dialog.c:
1684         * shell/ev-properties-fonts.c:
1685         * shell/ev-sidebar-attachments.c:
1686         * shell/ev-sidebar-page.c:
1687         * shell/ev-sidebar-thumbnails.c:
1688         * shell/ev-stock-icons.c:
1689         * shell/ev-tooltip.c:
1690         * shell/ev-view.c:
1691         * shell/ev-window.c:
1692         * shell/main.c:
1693
1694         Cleanup many #include statements: reorder so that a
1695         generic-to-specific order is used, use single gtk.h
1696         includes, and some other cleanups.
1697
1698 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * shell/ev-jobs.h:
1701
1702         Add gio header.
1703         
1704 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1705
1706         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1707         (ev_document_fc_mutex_trylock):
1708         * shell/Makefile.am:
1709         * shell/ev-job-queue.[ch]:
1710         * shell/ev-job-scheduler.[ch]:
1711         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1712         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1713         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1714         (ev_job_failed_from_error), (ev_job_succeeded),
1715         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1716         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1717         (ev_job_links_class_init), (ev_job_render_init),
1718         (notify_page_ready), (ev_job_render_page_ready),
1719         (ev_job_render_run), (ev_job_render_class_init),
1720         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1721         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1722         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1723         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1724         (ev_job_save_dispose), (ev_job_save_run),
1725         (ev_job_save_class_init), (ev_job_print_init),
1726         (ev_job_print_dispose), (ev_job_print_run),
1727         (ev_job_print_class_init):
1728         * shell/ev-page-cache.c:
1729         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1730         (check_job_size_and_unref), (move_one_job),
1731         (copy_job_to_job_info), (add_job),
1732         (ev_pixbuf_cache_add_jobs_if_needed):
1733         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1734         (job_fonts_finished_cb), (job_fonts_updated_cb),
1735         (ev_properties_fonts_set_document):
1736         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1737         (ev_sidebar_links_set_document):
1738         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1739         (ev_sidebar_thumbnails_set_document),
1740         (ev_sidebar_thumbnails_clear_job):
1741         * shell/ev-view-private.h:
1742         * shell/ev-view.c:
1743         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1744         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1745         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1746         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1747         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1748         (ev_window_reload_document), (ev_window_clear_save_job),
1749         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1750         (ev_window_clear_print_job), (ev_window_print_job_cb),
1751         (ev_window_print_dialog_response_cb):
1752         * shell/main.c: (main):
1753
1754         Rework the jobs system in order to make it simpler and more
1755         extensible. It allows to run jobs in the main loop instead of
1756         using a thread when it's appropriate like the fonts job. Now it's
1757         also possible to cancel jobs that are currently running. 
1758         
1759 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1760
1761         * libdocument/ev-debug.c: (profile_init):
1762
1763         Create the hash table also when profiling service is enabled for
1764         all sections.
1765         
1766 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1767
1768         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1769         (ev_profiler_stop):
1770         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1771         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1772         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1773         (ev_job_print_run):
1774         * shell/main.c: (main):
1775
1776         Add a profile mode available when debug is enabled. Add profilers
1777         in ev-jobs.
1778         
1779 2008-07-23  Götz Waschk <waschk@mandriva.org>
1780
1781         * configure.ac: Correctly build desktop file. Fixes
1782         bug #544237.
1783
1784 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1785
1786         * configure.ac:
1787         
1788         Update for release 2.23.5.
1789
1790 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1791
1792         * NEWS:
1793
1794         Update NEWS for 2.23.5 release.
1795         
1796 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1797
1798         * shell/ev-window.c: (ev_window_state_event),
1799         (ev_window_class_init):
1800
1801         Intercept window manager's fullscreen request in order to run/stop
1802         fullscreen mode. Fixes bug #493541.
1803         
1804 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1805
1806         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1807
1808         Restart the job search when the find bar is opened for the second
1809         time. Fixes bug #531956.
1810         
1811 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1814         (get_document_from_uri):
1815
1816         Make sure we always return a valid error struct when
1817         get_document_from_uri fails. Fixes nautilus crash, see bug
1818         #542548.
1819         
1820 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1821
1822         * libdocument/ev-transition-effect.c
1823         (ev_transition_effect_type_get_type),
1824         (ev_transition_effect_alignment_get_type),
1825         (ev_transition_effect_direction_get_type):
1826         
1827         Fixes bug #542924. Makes enums static to fix Solaris build.
1828
1829 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1830
1831         * shell/ev-view.c: (ev_view_key_press_event):
1832
1833         Add '.' keybinding for blanking the screen in presentation
1834         mode. Fixes bug #542001.
1835         
1836 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * libdocument/ev-document-misc.c:
1839         (ev_document_misc_pixbuf_from_surface):
1840
1841         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1842         #540950.
1843         
1844 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1845
1846         * backend/comics/comics-document.c (comics_document_load):
1847         * backend/comics/comicsdocument.evince-backend.in:
1848         * configure.ac:
1849         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1850         
1851         Added support for 7-zip based cb7 comic book. Patch by
1852         Kartik Rustagi. Fixes bug #532312.
1853
1854 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1855
1856         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1857         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1858         Fixes bug #539972.
1859
1860 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1861
1862         * shell/Makefile.am:
1863         * shell/ev-application.c (ev_application_init),
1864         (ev_application_get_media_keys):
1865         * shell/ev-application.h:
1866         * shell/ev-marshal.list:
1867         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1868         (proxy_destroy), (on_media_player_key_pressed),
1869         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1870         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1871         * shell/ev-media-player-keys.h:
1872         * shell/ev-window.c (ev_window_go_previous_page),
1873         (ev_window_go_next_page), (ev_window_go_first_page),
1874         (ev_window_go_last_page), (ev_window_start_presentation),
1875         (ev_window_dispose), (view_actions_focus_in_cb):
1876         * shell/ev-window.h: When building with D-Bus support, listen
1877         for multimedia key events from gnome-settings-daemon. This allows
1878         to go to the next/previous/first/last pages using, respectively,
1879         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1880         a presentation. Fixes bug #539971.
1881
1882 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1883
1884         * configure.ac:
1885         
1886         Update for release 2.23.4.
1887
1888 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * NEWS:
1891
1892         Update news for 2.23.4 release.
1893         
1894 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1895
1896         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1897         * shell/ev-sidebar-thumbnails.c:
1898         (ev_sidebar_thumbnails_set_loading_icon),
1899         (ev_sidebar_thumbnails_refresh):
1900         * shell/ev-window.c: (ev_window_error_message),
1901         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1902         (ev_window_set_document):
1903
1904         Do not crash opening documents with no pages and show a warning
1905         message in the message area. Fixes bugs #537574 and #171588.
1906         
1907 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1908
1909         * shell/Makefile.am:
1910         * shell/ev-file-monitor.[ch]:
1911         * shell/ev-window.c: (ev_window_document_changed),
1912         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1913         (ev_window_reload_job_cb), (ev_window_open_uri),
1914         (ev_window_reload_document), (ev_window_cmd_view_reload),
1915         (ev_window_dispose):
1916
1917         Automaticly reload the document when the file has changed on
1918         disk. Bug #304249.
1919         
1920 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1921
1922         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1923         * libdocument/ev-image.c: (ev_image_save_tmp):
1924         * libdocument/ev-module.c: (ev_module_load):
1925         * shell/ev-application.c: (ev_application_shutdown),
1926         (ev_application_get_print_settings):
1927         * shell/ev-sidebar-attachments.c:
1928         (ev_sidebar_attachments_button_press),
1929         (ev_sidebar_attachments_drag_data_get):
1930         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1931         (ev_window_print_finished), (ev_window_print_send),
1932         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1933         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1934         (ev_window_cmd_preview_print):
1935         * shell/main.c: (load_files_remote):
1936         Fix some build warnings under GCC 4.3.0. (#537535).
1937
1938 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1939
1940         * shell/ev-jobs.c: (ev_job_render_dispose):
1941
1942         Fix a crash in debug mode. Patch by Daniel M German.
1943         
1944 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1945
1946         * shell/ev-window.c:
1947
1948         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1949         
1950 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1951
1952         * shell/ev-window.c: (ev_window_print_send),
1953         (ev_window_do_preview_print):
1954
1955         Use the window title as print job name instead of just
1956         "evince-print". Fixes bug #534493.
1957         
1958 2008-05-19  Frederic Peters  <fpeters@0d.be>
1959
1960         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1961         Bug #533897.
1962
1963 2008-05-19  Frederic Peters  <fpeters@0d.be>
1964
1965         * help/reference/Makefile.am: added missing libevmountoperation to
1966         gtkdoc-scanobj libraries.  Bug #533896.
1967
1968 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1969
1970         * properties/ev-properties-view.c (get_default_user_units):
1971         Fixes check for default units string translation. Bug #533323.
1972
1973 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1974
1975         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1976         be an iks_free(). Fix an array overflow in the XML parser that
1977         would occur whenever the number of attributes in a tag was greater
1978         than 0 and divisible by 6. Fixes GNOME bug #530852.
1979
1980 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1981
1982         * backend/djvu/djvu-document-private.h:
1983         * backend/djvu/djvu-links.c:
1984         * backend/djvu/djvu-text.c:
1985         * backend/djvu/djvu-document.c: (djvu_handle_events),
1986         (djvu_wait_for_message), (djvu_document_load),
1987         (document_get_page_size), (djvu_document_render),
1988         (djvu_document_thumbnails_get_thumbnail),
1989         (djvu_document_file_exporter_end):
1990
1991         Make sure load job doesn't finish successfully when the document
1992         is not successfully decoded by libdjvu. Fixes bug #530202.
1993         
1994 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1995
1996         * configure.ac:
1997         * libdocument/Makefile.am:
1998         * libdocument/ev-debug.[ch]:
1999         * libdocument/ev-document.c:
2000         * shell/ev-jobs.c: (ev_job_links_dispose),
2001         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2002         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2003         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2004         (ev_job_render_page_ready), (ev_job_render_run),
2005         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2006         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2007         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2008         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2009         (ev_job_print_new), (ev_job_print_run):
2010         * shell/main.c: (main):
2011
2012         Add debug mode based on gedit code. Add debug messages in
2013         ev-jobs.
2014         
2015 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * libdocument/ev-document-factory.c: (get_document_from_uri):
2018
2019         Fix memory leak.
2020         
2021 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2022
2023         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2024         (get_mime_type_from_data), (get_document_from_uri),
2025         (ev_document_factory_get_document):
2026         
2027         Improved error message about file opening failture.
2028         Bug #529129.
2029
2030 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2031
2032         * data/evince-toolbar.xml:
2033         
2034         Allow to add SaveAs to toolbar.
2035
2036 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * shell/ev-view-private.h:
2039         * shell/ev-view.[ch]: (ev_view_button_release_event),
2040         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2041         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2042         (ev_view_update_primary_selection), (clear_link_selected),
2043         (ev_view_copy_link_address):
2044         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2045
2046         Update also the primary selection when copying a link
2047         address. Fixes bug #520855.
2048         
2049 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * libdocument/ev-document-factory.c: (get_document_from_uri):
2052
2053         Use the pixbuf backend only when the mime type is not supported by
2054         any of the other backend so that tiff documents, for instance, are
2055         handled by the tiff backend instead of the pixbuf backend. fixes
2056         bug #520290.
2057         
2058 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2059
2060         * cut-n-paste/Makefile.am:
2061
2062         Add evmountoperation to subdirs list.
2063         
2064 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * configure.ac:
2067
2068         Fix libspectre check in configure script. Fixes bug #528549.
2069         
2070 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2071
2072         * configure.ac:
2073         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2074         * shell/Makefile.am:
2075         * shell/ev-window.c: (ev_window_load_remote_failed),
2076         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2077
2078         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2079         open documents in remote locations that are not mounted.
2080         
2081 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2082
2083         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2084         (bitmap_convert_msb8):
2085         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2086         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2087
2088         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2089         
2090 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2091
2092         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2093         (ev_job_render_new), (ev_job_render_set_selection_info),
2094         (ev_job_render_run):
2095         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2096         (check_job_size_and_unref),
2097         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2098         (add_job), (ev_pixbuf_cache_get_selection_surface):
2099
2100         Create the render context needed for rendering a page in the render
2101         thread so that we don't block the main thread. Simplify
2102         EvJobRender API.
2103         
2104 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * libdocument/Makefile.am:
2107         * libdocument/ev-page.[ch]:
2108         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2109         (ev_render_context_new), (ev_render_context_set_page):
2110         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2111         (ev_form_field_finalize), (ev_form_field_class_init):
2112         * libdocument/ev-document-forms.[ch]:
2113         (ev_document_forms_get_form_fields):
2114         * libdocument/ev-document.[ch]: (ev_document_get_page),
2115         (ev_document_get_page_size), (ev_document_get_page_label):
2116         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2117         (ev_job_render_run), (ev_job_thumbnail_new),
2118         (ev_job_thumbnail_run), (ev_job_print_run):
2119         * shell/ev-page-cache.c: (ev_page_cache_new):
2120         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2121         (check_job_size_and_unref), (add_job):
2122         * shell/ev-sidebar-thumbnails.c: (add_range):
2123         * shell/ev-view.c: (ev_view_form_field_get_region),
2124         (ev_view_form_field_button_create_widget),
2125         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2126         (ev_view_handle_form_field), (ev_view_size_allocate),
2127         (get_selected_text):
2128         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2129         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2130         (pdf_document_get_page), (pdf_document_get_page_label),
2131         (pdf_document_render), (pdf_document_get_info),
2132         (pdf_document_document_iface_init),
2133         (pdf_document_thumbnails_get_thumbnail),
2134         (pdf_document_thumbnails_get_dimensions),
2135         (pdf_document_file_exporter_do_page),
2136         (pdf_selection_render_selection),
2137         (pdf_selection_get_selected_text),
2138         (pdf_selection_get_selection_region),
2139         (pdf_selection_get_selection_map),
2140         (pdf_document_forms_get_form_fields),
2141         (pdf_document_forms_form_field_text_get_text),
2142         (pdf_document_forms_form_field_text_set_text),
2143         (pdf_document_forms_form_field_button_set_state),
2144         (pdf_document_forms_form_field_button_get_state),
2145         (pdf_document_forms_form_field_choice_get_item),
2146         (pdf_document_forms_form_field_choice_get_n_items),
2147         (pdf_document_forms_form_field_choice_is_item_selected),
2148         (pdf_document_forms_form_field_choice_select_item),
2149         (pdf_document_forms_form_field_choice_toggle_item),
2150         (pdf_document_forms_form_field_choice_unselect_all),
2151         (pdf_document_forms_form_field_choice_set_text),
2152         (pdf_document_forms_form_field_choice_get_text):
2153         * backend/ps/ev-spectre.c: (ps_document_get_page),
2154         (ps_document_get_page_size), (ps_document_get_page_label),
2155         (ps_document_render), (ps_document_document_iface_init),
2156         (ps_document_file_exporter_do_page):
2157         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2158         (tiff_document_render), (tiff_document_render_pixbuf),
2159         (tiff_document_file_exporter_do_page):
2160         * backend/pixbuf/pixbuf-document.c:
2161         (pixbuf_document_get_page_size):
2162         * backend/comics/comics-document.c:
2163         (comics_document_get_page_size), (comics_document_render_pixbuf):
2164         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2165         (djvu_document_render), (djvu_selection_get_selected_text),
2166         (djvu_document_thumbnails_get_thumbnail),
2167         (djvu_document_file_exporter_do_page),
2168         (djvu_document_find_get_result):
2169         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2170         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2171         (dvi_document_thumbnails_get_thumbnail),
2172         (dvi_document_file_exporter_do_page):
2173         * backend/impress/impress-document.c:
2174         (impress_document_get_page_size),
2175         (impress_document_render_pixbuf):
2176         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2177
2178         Add EvPage so that we can hold a reference to the backend
2179         page. Form fields keep now a reference to the poppler page
2180         improving performance since we don't have to create/destroy the
2181         poppler field for every form operation. This will be needed for
2182         annotations too.
2183         
2184 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2185
2186         * data/evince-ui.xml:
2187         * shell/ev-window.c:
2188
2189         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2190         
2191 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2192
2193         * configure.ac:
2194         * backend/ps/Makefile.am:
2195
2196         Remove gs stuff from ps backend.
2197         
2198 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2199
2200         * configure.ac:
2201         * backend/pdf/ev-poppler.cc:
2202
2203         Bump poppler requirement to 0.8.0.
2204         
2205 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2206
2207         * NEWS:
2208         * configure.ac:
2209
2210         Update for release 2.22.1.1
2211
2212 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2213
2214         * configure.ac:
2215
2216         Fix build (again) when poppler version is 0.6
2217         
2218 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2219
2220         * backend/djvu/djvu-links.c: (build_tree):
2221
2222         Make sure link title is a valid utf8 string. Fixes bug #526517.
2223         
2224 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2225
2226         * configure.ac:
2227
2228         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2229         #526799.
2230         
2231 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2232
2233         * configure.ac:
2234         
2235         Update for release 2.22.1.
2236
2237 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * NEWS:
2240
2241         Update for upcoming release.
2242
2243 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2244
2245         * configure.ac:
2246         * backend/dvi/dvidocument.evince-backend.in:
2247
2248         Add compressed dvi to the list of supported mime types. Patch by
2249         Ed Catmur. Fixes bug #307087.
2250
2251 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2254
2255         Fix a crash when printing a range that doesn't specify the start or
2256         end page. Fixes bug #524288.
2257
2258 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2259
2260         * shell/ev-window.c: (ev_window_cmd_continuous),
2261         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2262         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2263         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2264         (ev_window_run_presentation), (ev_window_stop_presentation),
2265         (ev_window_cmd_view_presentation),
2266         (ev_window_cmd_leave_fullscreen),
2267         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2268
2269         Do not unfullscreen and fullscreen again the window when changing
2270         from fullscreen to presentation mode and vice versa. Fixes bug
2271         #524112.
2272         
2273 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2274
2275         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2276
2277         Do not crash when thumbnail failed to render in PS backend. Fixes
2278         bug #525015.
2279         
2280 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2283         (ev_window_load_file_remote), (ev_window_open_uri):
2284
2285         Handle errors when opening remote files.
2286         
2287 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2288
2289         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2290
2291         Only grab the focus for the current visible proxy widget. Fixes
2292         bug #521224.
2293         
2294 2008-03-30  Emil Soleyman  <emil@nishra.com>
2295
2296         * shell/ev-window.c: (launch_external_uri):
2297         
2298         Reuse g_app_info_launch_default_for_uri to
2299         save some code and fix bug #525009.
2300
2301 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2302
2303         * shell/ev-window.c (image_save_dialog_response_cb):
2304
2305         Use g_str_has_suffix. See bug #523069.
2306
2307 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2308
2309         * configure.ac:
2310
2311         Add a configure option to enable/diable DBus. Patch by Rémi
2312         Cardona. Fixes bug 521797.
2313
2314 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2315
2316         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2317
2318         Fix printing in documents with rotated pages. Patch by Eugen
2319         Dedu. Fixes bug #512648.
2320         
2321 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2322
2323         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2324         (ev_link_from_action):
2325
2326         Fix warning messages.
2327         
2328 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * shell/ev-window.c: (image_save_dialog_response_cb):
2331
2332         Do not append the extension to filename when saving an image
2333         if the filename alredy contains the extension. Fixes bug #523069.
2334         
2335 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * shell/ev-view.[ch]: (ev_view_find_cancel):
2338         * shell/ev-window.c: (find_bar_close_cb):
2339
2340         Cancel the find operation when the find bar is closed. Fixes bug
2341         #508845.
2342         
2343 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2344
2345         * backend/ps/psdocument.evince-backend.in:
2346
2347         Make ps backend module resident. Fixes bug #520607.
2348         
2349 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2350
2351         * shell/ev-jobs.c: (ev_job_print_run):
2352
2353         Invert collate action in order to work as expected, fix reverse
2354         printing so that it doesn't start with a blank page and fix number
2355         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2356         
2357 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2358
2359         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2360
2361         Fix build with poppler <= 0.7.2
2362         
2363 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * libdocument/ev-document-misc.c:
2366         (ev_document_misc_surface_from_pixbuf):
2367
2368         Fix selections with poppler-splash.
2369         
2370 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2371
2372         * configure.ac:
2373         * backend/pdf/ev-poppler.cc:
2374
2375         Fix build with poppler >= 0.7.2
2376         
2377 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2378
2379         * configure.ac:
2380         
2381         Update for release 2.22.0
2382
2383 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2384
2385         * NEWS:
2386
2387         Update for upcoming release.
2388
2389 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2390
2391         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2392
2393         Bug 495107 – Handle print dialog responses correctly
2394
2395         Correctly handle print dialog response. Properly fixes
2396         the above mentioned bug.
2397
2398 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2399
2400         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2401
2402         Make sure print job is only run when the print button is
2403         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2404         
2405 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2406
2407         * backend/pdf/pdfdocument.evince-backend.in:
2408         * libdocument/ev-backends-manager.c:
2409         (ev_backends_manager_load_backend),
2410         (ev_backends_manager_get_document):
2411         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2412
2413         Allow making backend modules resident. This is needed only for
2414         some backends like pdf to avoid registering glib types more than
2415         once.
2416         
2417 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2418
2419         * backend/comics/comics-document.c:
2420         * backend/djvu/djvu-document.c:
2421         * backend/impress/impress-document.c:
2422         * backend/pdf/ev-poppler.cc:
2423         * backend/pixbuf/pixbuf-document.c:
2424         * backend/ps/ev-spectre.c:
2425         * backend/ps/ps-document.c:
2426         * backend/tiff/tiff-document.c:
2427         * libdocument/ev-document.h:
2428         * properties/ev-properties-main.c:
2429
2430         Use g_type_module_add_interface instead of
2431         g_type_add_interface_static. Fixes bug #519679.
2432         
2433 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2434
2435         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2436         Added. Returns whether the animation has everything necessary to run.
2437         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2438         is ready just because it's been created. Fixes #519106.
2439         (draw_one_page): Do not show the "Loading..." text in presentation
2440         mode, there was a slim probability that this could happen.
2441
2442 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2443
2444         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2445
2446         Duplicate mime_type string before freeing it so that it doesn't
2447         always fail when getting mime type from uri. Fixes bug #518874.
2448         
2449 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2450
2451         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2452
2453         Fix a crash when a choice form field doesn't have any item
2454         selected. Fixes bug #518831
2455         
2456 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2457
2458         * shell/ev-window.c (ev_window_clear_temp_file):
2459         Use g_file_has_prefix instead of renamed
2460         g_file_contains_file.
2461
2462         * configure.ac:
2463         Require new glib for above change.
2464         
2465 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2466
2467         * libdocument/ev-image.c: (ev_image_finalize),
2468         (ev_image_save_tmp):
2469
2470         Return a real uri instead of a filename when saving an
2471         image. Fixes images drag an drop from evince to nautilus. 
2472         
2473 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2474
2475         * backend/pdf/ev-poppler.cc:
2476         (pdf_document_images_get_image_mapping):
2477
2478         Return the image list in the right order. Fixes bug #516237.
2479         
2480 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2481
2482         * backend/impress/impress-document.c:
2483         (impress_document_thumbnails_get_thumbnail):
2484
2485         Remove unused variable to avoid a compiler warning.
2486
2487 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2488
2489         * configure.ac:
2490         
2491         Update for release 2.21.91.
2492
2493 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2494
2495         * configure.ac:
2496         * shell/Makefile.am:
2497         * shell/ev-application.[ch]:
2498         * shell/ev-sidebar-links.c:
2499         * shell/ev-utils.[ch]:
2500         * shell/ev-window.[ch]:
2501
2502         Remove libgnomeprint support. Fixes bug #512370.
2503         
2504 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2505
2506         * thumbnailer/evince-thumbnailer.c: (main):
2507
2508         Initialize glib type system before using it. Fixes bug #513934.
2509         
2510 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2511
2512         * properties/ev-properties-main.c:
2513
2514         Add missing #include.
2515         
2516 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2517
2518         * configure.ac:
2519         * backend/djvu/djvu-document.c: (djvu_document_render):
2520         * backend/tiff/tiff-document.c: (tiff_document_render):
2521
2522         Use the new cairo function cairo_format_stride_for_width when
2523         available. Fixes bug #482720.
2524
2525 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2528         (get_mime_type_from_data), (get_document_from_uri):
2529
2530         Use g_content_type_guess() only when slow is true in
2531         get_document_from_uri(). Fix several memory leaks.
2532         
2533 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2534
2535         * libdocument/ev-document-factory.c:
2536         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2537         (get_document_from_uri):
2538
2539         Use g_content_type_guess () to get mimetype for files.
2540         Bug #510401.
2541
2542 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2543
2544         * thumbnailer/Makefile.am:
2545
2546         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2547         
2548 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2549
2550         * configure.ac:
2551
2552         Fix build with --without-libgnome. Fixes bug #512771.
2553         
2554 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2555
2556         * backend/dvi/Makefile.am: Install only dvi
2557         module. Fixes bug #512718.
2558
2559 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2560
2561         * properties/ev-properties-main.c: (nautilus_module_initialize):
2562         
2563         Initialize backends in properties tab. Fixes bug
2564         #512720.
2565
2566 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2567
2568         * properties/Makefile.am: No need to link with 
2569         libraries. Fixes bug #512719.
2570
2571 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2572
2573         * NEWS:
2574         * configure.ac:
2575         
2576         Update for release 2.21.90.
2577
2578 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2579
2580         * shell/ev-window.c: (ev_window_cmd_escape):
2581
2582         Fix compile warning.
2583         
2584 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2587
2588         Fix printing in dvi backend when filename contains white
2589         espaces. Fixes bug #502839.
2590         
2591 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2592
2593         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2594         (screensaver_disable_x11):
2595         * shell/Makefile.am:
2596         * shell/xdg-user-dir-lookup.c: Removed
2597         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2598         * shell/ev-view.c: (ev_view_presentation_transition_start):
2599         * shell/ev-window.c: (ev_window_cmd_file_open),
2600         (ev_window_cmd_save_as), (presentation_set_timeout):
2601
2602         Remove #ifdefs that are no longer needed.
2603         
2604 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2605
2606         * shell/ev-view.[ch]: (ev_view_button_release_event),
2607         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2608         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2609         (ev_window_cmd_escape):
2610
2611         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2612         
2613 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2614
2615         * configure.ac:
2616         * backend/comics/comics-document.c: (comics_document_load):
2617         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2618         (ev_attachment_set_property), (ev_attachment_init),
2619         (ev_attachment_save), (ev_attachment_launch_app),
2620         (ev_attachment_open):
2621         * libdocument/ev-document-factory.c: (get_document_from_uri):
2622         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2623         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2624         * shell/ev-jobs.c:
2625         * shell/ev-password.c: (ev_password_dialog_set_property),
2626         (ev_password_dialog_save_password):
2627         * shell/ev-sidebar-attachments.c:
2628         (ev_sidebar_attachments_drag_data_get):
2629         * shell/ev-window-title.c: (get_filename_from_uri):
2630         * shell/ev-window.c: (ev_window_clear_temp_file),
2631         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2632         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2633         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2634         (launch_external_uri), (image_save_dialog_response_cb),
2635         (attachment_save_dialog_response_cb):
2636         * shell/main.c: (load_files), (load_files_remote), (main):
2637         * thumbnailer/evince-thumbnailer.c: (main):
2638
2639         Port to gio and drop gnome-vfs dependency. Fixes bug
2640         #510401. Based on patch by Cosimo Cecchi.
2641         
2642 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2643
2644         * NEWS:
2645
2646         Fixed formatting inconsistencies (spaces vs. tabs)
2647
2648 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2649
2650         * shell/ev-window.c:
2651
2652         Use top/up/bottom/down arrows instead of
2653         first/left/last/right in the toolbar and menu actions.
2654         This fixes issues with RTL languages and is visually
2655         consistent with the page view. Fixes bug #170081.
2656
2657 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2658
2659         * NEWS:
2660
2661         Fixed some inaccuracies pointed out by Carlos Garcia
2662         Campos.
2663
2664 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2665
2666         * NEWS:
2667         * data/evince.schemas.in:
2668         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2669
2670         Override PDF restrictions by default. Fixes bug #382700.
2671
2672 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2673
2674         * NEWS: Updated for upcoming release
2675
2676 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2677
2678         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2679
2680         Fix memory leak.
2681         
2682 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2683
2684         * shell/ev-window.c: (register_custom_actions):
2685         
2686         Added comment for translators
2687
2688 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2689
2690         * shell/ev-view.c: (ev_view_button_release_event):
2691
2692         Do not create the idle function for kinetic scrolling if we are
2693         not in a drag operation.
2694
2695 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2696
2697         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2698         (ev_view_button_press_event), (ev_view_motion_notify_event),
2699         (ev_view_button_release_event):
2700
2701         Restore cursor after autoscrolling. Fixes bug #509958.
2702
2703 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2704
2705         * configure.ac:
2706         * backend/pdf/ev-poppler.cc:
2707         (pdf_document_images_get_image_mapping),
2708         (pdf_document_images_get_image),
2709         (pdf_document_document_images_iface_init):
2710         * libdocument/ev-document-images.[ch]:
2711         (ev_document_images_get_image_mapping),
2712         (ev_document_images_get_image):
2713         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2714         (ev_image_get_id), (ev_image_save_tmp):
2715         * shell/ev-jobs.c: (ev_job_render_run):
2716         * shell/ev-view.c: (ev_view_drag_data_get):
2717         * shell/ev-window.c: (image_save_dialog_response_cb),
2718         (ev_view_popup_cmd_copy_image):
2719
2720         Do not render images when rendering the page but on demand. It
2721         reduces the memory comsumption.
2722         
2723 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2724
2725         * configure.a:
2726         * shell/ev-password.c:
2727
2728         Make gnome-keyring optional. Fixes bug #509676.
2729         
2730 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2731
2732         * shell/ev-pixbuf-cache.c: (add_job):
2733
2734         Initialize include_images variable as FALSE instead of TRUE.
2735         
2736 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2737
2738         * configure.ac:
2739         * cut-n-paste/Makefile.am:
2740         * cut-n-paste/fileformatchooser/Makefile.am:
2741         * cut-n-paste/fileformatchooser/egg-macros.h:
2742         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2743         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2744         * shell/Makefile.am:
2745         * shell/ev-utils.c:
2746         (file_chooser_dialog_add_writable_pixbuf_formats),
2747         (get_gdk_pixbuf_format_by_extension):
2748         * shell/ev-utils.h:
2749         * shell/ev-window.c: (ev_window_error_message),
2750         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2751         
2752         Simplify image format selection on save.
2753
2754 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2755
2756         * shell/ev-view.c: (ev_view_scroll_event):
2757         
2758         Repair gorizontal scrolling with shift. Fixes
2759         bug #483412.
2760
2761 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2762         
2763         * MAINTAINERS:
2764
2765         Fix formatting issues.
2766         
2767 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2768
2769         * backend/comics/comics-document.c: (comics_regex_quote):
2770         
2771         Don't overquote special chars except of '. See bug 
2772         502500. Thanks to Tom Parker.
2773
2774 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2775
2776         * MAINTAINERS:
2777         
2778         Added Nickolay and Carlos, since they're doing most of
2779         the releases nowadays.
2780
2781 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2782
2783         * properties/Makefile.am:
2784
2785         Get the nautilus extension dir properly instead of using
2786         a hack. Fixes bug #505359.
2787
2788 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2789
2790         * properties/Makefile.am:
2791         
2792         Install nautilus extension into new place. See bug
2793         #505359. Thanks to Matthias Clasen, Brian Pepple and
2794         Damien Carbery.
2795
2796 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2797
2798         * shell/ev-window.c: (ev_window_get_recent_file_label):
2799         
2800         RTL marker in recent file list. See bug #509076.
2801
2802 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2805         * shell/ev-window.c: (image_save_dialog_response_cb):
2806
2807         Fix compile warnings due to unused variables.
2808         
2809 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2810
2811         * configure.ac:
2812         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2813         * backend/ps/ev-spectre.c: (ps_document_render):
2814
2815         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2816
2817 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2818
2819         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2820         (ev_transition_animation_paint): Implement "fade" effect.
2821
2822 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2823
2824         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2825         (ev_transition_animation_paint): Implement "uncover" effect.
2826
2827 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2828
2829         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2830         (ev_transition_animation_paint): Implement "cover" effect.
2831
2832 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2833
2834         * shell/ev-transition-animation.c (ev_transition_animation_push)
2835         (ev_transition_animation_paint): Implement "push" effect.
2836
2837 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2838
2839         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2840         (ev_transition_animation_paint): Implement "dissolve" effect.
2841
2842 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2843
2844         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2845         (ev_transition_animation_paint): Implement "wipe" effect.
2846
2847 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2848
2849         * shell/ev-transition-animation.c (ev_transition_animation_box)
2850         (ev_transition_animation_paint): Implement "box" effect.
2851
2852 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2853
2854         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2855         (ev_transition_animation_paint): Implement "blinds" effect.
2856
2857 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2858
2859         * shell/ev-transition-animation.c (ev_transition_animation_split)
2860         (ev_transition_animation_paint): Implement "split" effect.
2861
2862 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2863
2864         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2865         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2866         (ev_view_transition_animation_start) 
2867         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2868         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2869         (ev_view_next_page) (ev_view_previous_page):
2870         
2871         Use EvTransitionAnimation to drive page changes in the presentation
2872         mode, the animation will wait to start until both the origin and 
2873         destination page surfaces are available. Fixes #458460.
2874
2875         (draw_loading_text):
2876
2877         Remove workaround for bug #320352, it's now fixed properly.
2878
2879
2880 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2881
2882         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2883         will contain the implementations for page transition animations, at
2884         the moment it just has the "replace" effect.
2885         * shell/Makefile.am: Added these files to build.
2886
2887 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2888
2889         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2890         animations.
2891         * shell/Makefile.am: Added these files to build.
2892
2893 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2894
2895         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2896         implementation to get_effect() in EvDocumentTransitionIface.
2897
2898 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2899
2900         * libdocument/ev-transition-effect.[ch]: New files, define a page
2901         transition effect, at the moment it maps PopplerPageTransition to a
2902         GObject.
2903         * libdocument/Makefile.am: Added these files to build.
2904         * libdocument/ev-document-transition.[ch]
2905         (ev_document_transition_get_effect): New method, gets the
2906         EvTransitionEffect returned by the interface implementation, with
2907         fallback to the "replace" effect.
2908
2909 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2910
2911         * configure.ac:
2912         * cut-n-paste/Makefile.am:
2913         * cut-n-paste/fileformatchooser/Makefile.am:
2914         * cut-n-paste/fileformatchooser/egg-macros.h:
2915         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2916         * shell/Makefile.am:
2917         * shell/ev-window.c: (image_save_dialog_response_cb),
2918         (ev_view_popup_cmd_save_image_as):
2919
2920         Allow exporting images in any format supported by
2921         GdkPixbuf. Fixes bug #500209.
2922         
2923 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * backend/pixbuf/pixbuf-document.c:
2926
2927         More warnings fixed.
2928         
2929 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2930
2931         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2932         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2933         * backend/djvu/djvu-text.h:
2934         * backend/tiff/tiff-document.c: (tiff_document_render):
2935
2936         Fix compile warnings.
2937         
2938 2007-12-28  Christian Persch  <chpe@gnome.org>
2939
2940         * **/*.c: Include config.h. Bug #504721.
2941
2942 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2943
2944         * configure.ac:
2945         * Makefile.am:
2946         * po/POTFILES.in:
2947         * backend/comics/Makefile.am:
2948         * backend/comics/comics-document.[ch]:
2949         * backend/comics/comicsdocument.evince-backend.in:
2950         * backend/djvu/Makefile.am:
2951         * backend/djvu/djvu-document.[ch]:
2952         * backend/djvu/djvudocument.evince-backend.in:
2953         * backend/dvi/Makefile.am:
2954         * backend/dvi/dvi-document.[c]:
2955         * backend/dvi/dvidocument.evince-backend.in:
2956         * backend/impress/Makefile.am:
2957         * backend/impress/impress-document.[ch]:
2958         * backend/impress/impressdocument.evince-backend.in:
2959         * backend/pdf/Makefile.am:
2960         * backend/pdf/ev-poppler.cc:
2961         * backend/pdf/ev-poppler.h:
2962         * backend/pdf/pdfdocument.evince-backend.in:
2963         * backend/pixbuf/Makefile.am:
2964         * backend/pixbuf/pixbuf-document.[ch]:
2965         * backend/pixbuf/pixbufdocument.evince-backend.in:
2966         * backend/ps/Makefile.am:
2967         * backend/ps/ev-spectre.[ch]:
2968         * backend/ps/ps-document.[ch]:
2969         * backend/ps/psdocument.evince-backend.in:
2970         * backend/tiff/Makefile.am:
2971         * backend/tiff/tiff-document.[ch]:
2972         * backend/tiff/tiffdocument.evince-backend.in:
2973         * libdocument/Makefile.am:
2974         * libdocument/ev-backends-manager.[ch]:
2975         * libdocument/ev-module.[ch]:
2976         * libdocument/ev-document.h:
2977         * libdocument/ev-document-factory.[ch]:
2978         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2979         (get_compression_from_mime_type), (get_document_from_uri),
2980         (ev_document_factory_get_document), (file_filter_add_mime_types),
2981         (ev_document_factory_add_filters):
2982         * shell/Makefile.am:
2983         * shell/ev-window-title.c: (get_filename_from_uri):
2984         * shell/main.c: (main):
2985         * thumbnailer/Makefile.am:
2986         * thumbnailer/evince-thumbnailer.c: (main):
2987
2988         Plugin system for backends. Fixes bug #351348.
2989         
2990 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2991
2992         * shell/ev-view-private.h:
2993         * shell/ev-view.c: (ev_view_drag_update_momentum),
2994         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2995         (ev_view_button_release_event), (ev_view_destroy):
2996         
2997         Kinetic scrolling implemented as requested in
2998         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2999
3000 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3001
3002         * data/evince-toolbar.xml:
3003         * data/evince-ui.xml:
3004         * shell/ev-view-private.h:
3005         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3006         (ev_view_button_press_event), (ev_view_motion_notify_event),
3007         (ev_view_button_release_event), (ev_view_init),
3008         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3009         (ev_view_set_cursor):
3010         * shell/ev-view.h:
3011         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3012         (ev_window_cmd_view_autoscroll):
3013         
3014         Autoscroll feature with the context menu. Fixes bug 
3015         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3016
3017 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3018
3019         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3020
3021         Disconnect also page-ready signal when removing a job because the
3022         page size has changed. Thanks to kripken
3023         <kripkensteiner@gmail.com>.
3024
3025 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3026
3027         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3028         
3029         Scroll pages in page entry with mouse wheel. Fixes bug
3030         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3031
3032 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3033
3034         * backend/dvi/Makefile.am:
3035         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3036         (mdvi_cairo_device_init):
3037         * backend/dvi/mdvi-lib/common.h:
3038         * backend/dvi/mdvi-lib/mdvi.h:
3039         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3040         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3041         (mdvi_build_path_from_cwd):
3042
3043         Add ps specials support in dvi backend when libspectre is
3044         present. Fixes bug #386005.
3045         
3046 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3047
3048         * configure.ac:
3049         * backend/ps/Makefile.am:
3050         * backend/ps/ev-spectre.[ch]:
3051         
3052         Use libspectre, if available, for the ps backend. Fixes bugs
3053         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3054
3055 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3056         
3057         * backend/comics/comics-document.c: (comics_document_load):
3058         
3059         Cygwin build issue fix.
3060
3061 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3062
3063         * shell/ev-view.c: (ev_view_set_zoom):
3064
3065         Do not limit the minimum zoom factor when sizing mode is best bit
3066         or fit width. Fixes bug #503805.
3067         
3068 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3071         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3072         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3073         (ev_link_dest_get_property), (ev_link_dest_set_property),
3074         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3075         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3076         (ev_link_dest_new_fitr):
3077         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3078         (goto_fith_dest), (goto_xyz_dest):
3079
3080         Do not change left, top and zoom values when they are null in PDF
3081         destinations. Fixes bug #460658.
3082         
3083 2007-12-10  Christian Persch  <chpe@gnome.org>
3084
3085         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3086         (ev_view_accessible_class_init),
3087         (ev_view_accessible_idle_do_action),
3088         (ev_view_accessible_action_do_action),
3089         (ev_view_accessible_action_get_description),
3090         (ev_view_accessible_action_set_description),
3091         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3092         (ev_view_accessible_factory_init),
3093         (ev_view_accessible_factory_get_accessible_type):
3094         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3095         private data, and G_DEFINE_TYPE. Bug #502843.
3096
3097 2007-12-08  Christian Persch  <chpe@gnome.org>
3098
3099         * shell/ev-metadata-manager.c: (item_free),
3100         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3101         (value_free), (parse_value), (parseItem),
3102         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3103         (save_values): Use GSlice to allocate small amounts of memory. Bug
3104         #475972.
3105
3106 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3107
3108         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3109
3110         Restore cursor to normal after a drag operation. Fixes bug
3111         #501603.
3112         
3113 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3114
3115         * NEWS:
3116         * configure.ac:
3117         
3118         Update for release 2.21.1
3119
3120 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3121
3122         * configure.ac:
3123         * cut-n-paste/gedit-message-area/Makefile.am:
3124         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3125         * shell/Makefile.am:
3126         * shell/ev-message-area.[ch]:
3127         * shell/ev-window.c: (ev_window_set_message_area),
3128         (ev_window_error_message_response_cb), (ev_window_error_message),
3129         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3130         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3131         (ev_attachment_popup_cmd_open_attachment),
3132         (attachment_save_dialog_response_cb), (ev_window_set_document),
3133         (ev_window_init):
3134
3135         Use a message area instead of a popup dialog for error
3136         notifications. Fixes bug #337495.
3137         
3138 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3139
3140         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3141         (ev_window_run_fullscreen):
3142
3143         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3144         
3145 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3146
3147         * ev-sidebar-thumbnails.c: (update_visible_range),
3148         (ev_sidebar_thumbnails_refresh),
3149         (ev_sidebar_thumbnails_set_document),
3150         (ev_sidebar_thumbnails_support_document):
3151
3152         Show thumbnails for documents with one page. Fixes bug #358751.
3153         
3154 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3155
3156         * shell/ev-window.c:
3157         (ev_window_load_print_settings_from_metadata),
3158         (ev_window_save_print_settings), (ev_window_print_finished),
3159         (ev_window_print_range):
3160
3161         Print settings that are specific to the document are now saved per
3162         document in the metadata file. Fixes bug #488806.
3163         
3164 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3165
3166         * backend/tiff/tiff-document.c: (tiff_document_render):
3167
3168         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3169         
3170 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3171
3172         * shell/ev-application.[ch]: (get_find_string_from_args),
3173         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3174         (ev_application_open_uri_list):
3175         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3176         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3177         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3178         (ev_window_cmd_recent_file_activate),
3179         (ev_window_open_recent_action_item_activated),
3180         (ev_window_print_send), (open_remote_link):
3181         * shell/main.c: (arguments_parse):
3182
3183         Add a command line option for search. Fixes bug #497710.
3184         
3185 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3186
3187         * shell/ev-jobs.c: (ev_job_print_new):
3188
3189         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3190         
3191 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3192
3193         * data/evince-toolbar.xml:
3194         * shell/Makefile.am:
3195         * shell/ev-application.c: (ev_application_init):
3196         * shell/ev-open-recent-action.[ch]:
3197         * shell/ev-window.c:
3198         (ev_window_open_recent_action_item_activated),
3199         (register_custom_actions):
3200
3201         Add an expander to the open toolbar item which pops up a dropdown
3202         menu with the recently used documents. Fixes bug #487215.
3203         
3204 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3205
3206         * shell/ev-window.c: (ev_window_open_uri),
3207         (ev_window_cmd_view_reload):
3208
3209         Do not jump to the first page when reloading by running evince
3210         from the command line. Fixes bug #490847.
3211         
3212 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3213
3214         * shell/ev-window.c: (ev_window_cmd_help_contents):
3215
3216         Plugged memory leak when help file is not found. Fixes bug
3217         #490762.
3218         
3219 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3220
3221         * configure.ac:
3222
3223         Enable djvu, dvi and comics backends by default. Fixes bug
3224         #437121.
3225         
3226 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3227
3228         * configure.ac:
3229         * cut-n-paste/Makefile.am:
3230         * cut-n-paste/recent-files/*: Removed
3231         * help/reference/Makefile.am:
3232         * shell/Makefile.am:
3233         * shell/ev-application.[ch]: (ev_application_shutdown),
3234         (ev_application_init):
3235         * shell/ev-window.c: (ev_window_add_recent),
3236         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3237
3238         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3239         
3240 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3241
3242         * shell/ev-window.c: (launch_external_uri):
3243
3244         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3245         and report error if the URL is not supported (#489910).
3246
3247 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3248
3249         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3250         (pdf_document_file_exporter_begin_page),
3251         (pdf_document_file_exporter_end_page):
3252
3253         Fix printing with poppler splash backend. Fixes bug #489774.
3254         
3255 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3258         * shell/ev-print-job.c: (ev_print_job_class_init):
3259
3260         Fix a crash when printing with the gnome-print dialog. Fixes bug
3261         #488939.
3262         
3263 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3264
3265         * backend/pixbuf/pixbuf-document.c:
3266
3267         Fix an implicit function definition warning (#487655)
3268
3269 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * shell/ev-window.c:
3272
3273         Fix conflicting shortcut for view sade pane and presentation.
3274         
3275 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3276
3277         * backend/pdf/ev-poppler.cc:
3278         (pdf_document_file_exporter_begin_page),
3279         (pdf_document_file_exporter_do_page),
3280         (pdf_document_file_exporter_end_page),
3281         (pdf_document_file_exporter_iface_init):
3282         * libdocument/ev-file-exporter.[ch]:
3283         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3284         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3285         (ev_job_print_run):
3286
3287         When printing multiple pages per sheet in reverse option, do not
3288         invert the order of the pages in every sheet, but the order of the
3289         sheets. Do not print blank pages when page range is invalid. Fixes
3290         bugs #484857 and #485521.
3291         
3292 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3293
3294         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3295         (ev_job_print_run):
3296         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3297
3298         Respect ranges order when printing more than one range in random
3299         order.
3300         
3301 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3302
3303         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3304         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3305
3306         Rotate also the window icon when document is rotated. Fixes bug
3307         #474681.
3308         
3309 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3310
3311         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3312         (pdf_document_forms_get_form_fields):
3313
3314         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3315         Matthias Drochner.
3316         
3317 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3318
3319         * configure.ac:
3320         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3321
3322         Use poppler_page_render_for_printing() instead of
3323         poppler_page_render() if available when exporting to a ps or pdf
3324         file. Fixes bug #476627.
3325         
3326 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3327
3328         * shell/ev-window.c: (ev_window_run_fullscreen):
3329
3330         Do not show the toolbar in fullscreen mode if the main toolbar is
3331         not visible. Fixes bug #483048.
3332         
3333 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3334
3335         * shell/ev-view.c: (ev_view_button_press_event):
3336
3337         Give priority to form fields over images when deciding whether a
3338         button press event is over an image or form field. It allows edit
3339         form fields when they are over a background image. Fixes bug
3340         #477841.
3341         
3342 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3343
3344         * NEWS:
3345         * configure.ac:
3346         
3347         Update for release 2.20.0
3348
3349 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * backend/pdf/ev-poppler.cc:
3352
3353         Remove #ifdef HAVE_FORMS, so that forms support works again.
3354
3355 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3356
3357         * configure.ac:
3358         * data/evince.desktop.in.in:
3359         
3360         Fixes desktop file issues. See bug #473471.
3361
3362 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3363
3364         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3365         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3366         (ev_job_queue_remove_job):
3367         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3368         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3369         * shell/ev-window.c: (ev_window_clear_save_job),
3370         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3371         (ev_window_dispose):
3372
3373         Move save a copy task to its own job so that it's carried out in a
3374         thread avoiding another lock in the main thread. Use
3375         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3376         can be saved to a pathin another file system. Fixes bug #456891.
3377         
3378 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3379
3380         * NEWS:
3381         * configure.ac:
3382         
3383         Update for release 2.19.92
3384
3385 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3386
3387         * configure.ac:
3388         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3389         (pdf_selection_get_selection_region),
3390         (pdf_selection_get_selection_map),
3391         (ev_form_field_from_poppler_field):
3392
3393         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3394         and triple click selections are enabled again now.
3395
3396 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3397
3398         * shell/ev-window.c: (ev_window_add_history):
3399
3400         Make sure not to use the history with documents not supporting
3401         links. Fixes bug #468954.
3402
3403 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3404
3405         * shell/ev-window.c: (ev_window_load_job_cb):
3406
3407         Restart the search when reloading a document with the find bar
3408         visible. Fixes bug #461962.
3409
3410 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3411
3412         * shell/ev-window.c: (setup_document_from_metadata),
3413         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3414
3415         Do not jump to the first page when reloading a document from the
3416         last page.
3417
3418 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3419
3420         * shell/ev-window.c: (update_chrome_flag),
3421         (setup_sidebar_from_metadata),
3422         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3423         (ev_window_cmd_edit_find_next),
3424         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3425         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3426         (find_bar_close_cb), (view_actions_focus_in_cb):
3427
3428         Do not update visibility when changing a chrome flag so that it's
3429         possible to update several flags and update visibility only once
3430         for all of them.
3431
3432 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3433
3434         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3435
3436         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3437         supported by gtk+. Fixes bug #460907.
3438
3439 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3440
3441         * shell/ev-view.c: (view_update_range_and_current_page):
3442
3443         Make sure current-page <= end-page in continuous mode. Fixes bug
3444         #454950.
3445
3446 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3447
3448         * backend/pdf/ev-poppler.cc: (build_tree):
3449
3450         Ignore outline items without a title. Fixes bug #453913.
3451
3452 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3453
3454         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3455         (ev_view_button_release_event), (ev_view_leave_notify_event):
3456
3457         Use always drag mouse cursor during a drag operation. Fixes bug
3458         #470564.
3459
3460 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3461
3462         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3463         (pdf_selection_get_selection_region),
3464         (pdf_selection_get_selection_map):
3465
3466         Temporarily disable double and triple selections since it depends on
3467         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3468         released and the update of the external dependency minimal version
3469         approved.
3470
3471 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3472
3473         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3474         (pdf_document_file_exporter_do_page):
3475         * libdocument/ev-file-exporter.h:
3476         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3477         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3478
3479         Actually fix printing regressions. Remove orientation from
3480         EvPrintContext since it's redundant.
3481
3482 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3485         * backend/impress/impress-document.c:
3486         (impress_document_document_iface_init):
3487         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3488         * backend/djvu/djvu-document.c:
3489         (djvu_document_document_iface_init),
3490         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3491         * backend/tiff/tiff-document.c:
3492         (tiff_document_document_iface_init):
3493         * backend/pixbuf/pixbuf-document.c:
3494         (pixbuf_document_document_iface_init):
3495         * backend/comics/comics-document.c:
3496         (comics_document_document_iface_init):
3497         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3498         (pdf_selection_render_selection),
3499         (pdf_selection_get_selected_text),
3500         (pdf_selection_get_selection_region),
3501         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3502         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3503         (ev_selection_get_selection_region),
3504         (ev_selection_get_selection_map):
3505         * libdocument/ev-document.[ch]:
3506         * shell/ev-pixbuf-cache.[ch]: (add_job),
3507         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3508         * shell/ev-view-private.h:
3509         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3510         (ev_job_render_run):
3511         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3512         * shell/ev-view.c: (start_selection_for_event),
3513         (ev_view_button_press_event), (ev_view_drag_data_get),
3514         (ev_view_drag_data_received), (ev_view_button_release_event),
3515         (compute_new_selection_text), (compute_selections),
3516         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3517         (ev_view_primary_get_cb):
3518
3519         Add support for double and triple click selections.
3520
3521 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3522
3523         * NEWS:
3524         * configure.ac:
3525
3526         Update for release 2.19.4
3527
3528 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3529
3530         * shell/ev-view-private.h:
3531         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3532         (ev_view_set_highlight_search):
3533         * shell/ev-view.h:
3534         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3535         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3536         (find_bar_visibility_changed_cb):
3537         
3538         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3539
3540 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3541
3542         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3543         (pdf_document_file_exporter_begin),
3544         (pdf_document_file_exporter_do_page):
3545         * shell/ev-jobs.c: (ev_job_print_run):
3546         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3547
3548         Create always a portrait cairo surface and rotate when needed for
3549         landscape. It fixes printing problems in real printers.
3550
3551 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3552
3553         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3554         * libdocument/ev-file-exporter.[ch]:
3555         (ev_file_exporter_get_capabilities):
3556         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3557         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3558
3559         Adjust number of pages per row according to page orientation when
3560         printing 2 or 6 pages per sheet.
3561
3562 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3563
3564         * shell/ev-window.c: (ev_window_print_send):
3565
3566         Reset also cups setting to 1 when printing multiple pages per
3567         sheet. Fixes bug #468853.
3568
3569 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * libdocument/ev-document-misc.c:
3572         (ev_document_misc_surface_rotate_and_scale):
3573
3574         Use directly cairo_surface_get_content() when creating a similar
3575         surface as suggested by Jeff Muizelaar. Thanks again.
3576
3577 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3578
3579         * backend/djvu/djvu-document.c: (djvu_document_render):
3580         * backend/tiff/tiff-document.c: (tiff_document_render):
3581         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3582         * libdocument/ev-document-misc.c:
3583         (ev_document_misc_surface_from_pixbuf),
3584         (ev_document_misc_surface_rotate_and_scale):
3585
3586         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3587         creating page surfaces. Fixes bug #453123. Thank you very much to
3588         Jeff Muizelaar <jeff@infidigm.net>.
3589
3590 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3591
3592         * shell/ev-page-cache.c: (ev_page_cache_new),
3593         (ev_page_cache_get_thumbnail_size):
3594         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3595         (ev_sidebar_thumbnails_set_loading_icon):
3596
3597         Also store in page-cache the dimensions of the thumbnails so that
3598         they can be used to create the correct loading icon in the side
3599         pane. Fixes bug #466857.
3600
3601 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3602
3603         * backend/pdf/ev-poppler.cc:
3604         (pdf_document_thumbnails_get_thumbnail):
3605
3606         Fix thumbnails rotation in pdf documents that include embedded 
3607         thumbnails.
3608
3609 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3610
3611         * backend/pdf/ev-poppler.cc:
3612
3613         Don't use #ifdef in macro expansion. Some compilers don't
3614         like that. Closes bug #467042.
3615
3616 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3617
3618         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3619         
3620         Fixes memory leak in djvu backend.
3621
3622 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3623
3624         * data/icons/32x32/Makefile.am:
3625         * data/icons/32x32/actions/Makefile.am:
3626         * data/icons/32x32/actions/view-page-cont.svg:
3627         * data/icons/32x32/actions/view-page-facing.svg:
3628         * data/icons/48x48/Makefile.am:
3629         * data/icons/48x48/actions/Makefile.am:
3630         * data/icons/48x48/actions/view-page-cont.svg:
3631         * data/icons/48x48/actions/view-page-facing.svg:
3632         
3633         Icons for a new sizes.
3634
3635 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3636
3637         * shell/ev-page-cache.c: (build_height_to_page),
3638         (ev_page_cache_get_height_to_page):
3639         
3640         Fixes invalid read, see bug #466401.
3641
3642 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3643
3644         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3645         (set_drag_cursor):
3646         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3647         (configure_item_cursor), (new_pixbuf_from_widget):
3648
3649         Fix multihead problems in toolbar editor. Fixes bug #382055.
3650
3651 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3652
3653         * shell/ev-window.c: (ev_window_cmd_file_open),
3654         (ev_window_cmd_save_as):
3655
3656         Use g_get_user_special_dir when available instead of
3657         xdg_user_dir_lookup.
3658
3659 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3660
3661         * MAINTAINERS:
3662         
3663         Updated according to request on desktop-devel.
3664
3665 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3666
3667         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3668
3669         Do not use cairo_rectangle and cairo_clip since we are
3670         not using cairo_fill but cairo_paint. Use the same cairo context
3671         for every page in the same expose event.
3672
3673 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3674
3675         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3676         leak.
3677
3678 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3679
3680         * configure.ac:
3681         * NEWS:
3682
3683         Release 0.9.3
3684
3685 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3686
3687         * libdocument/ev-document-info.h:
3688         * libdocument/ev-document.h:
3689         * shell/ev-page-action.h:
3690         * shell/ev-sidebar-links.h:
3691
3692         Fix a headers problem with ev-link
3693         
3694         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3695         * shell/ev-view-private.h:
3696         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3697         (get_link_area), (ev_view_query_tooltip),
3698         (ev_view_leave_notify_event), (ev_view_destroy),
3699         (ev_view_class_init):
3700
3701         Use new gtk tooltips when available instead of ev-tooltip.
3702         
3703 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3704
3705         * shell/ev-window.c: (update_chrome_visibility),
3706         (ev_window_sidebar_visibility_changed_cb):
3707
3708         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3709         
3710 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * shell/ev-navigation-action.c:
3713         (ev_navigation_action_history_changed),
3714         (ev_navigation_action_set_history):
3715         * shell/ev-navigation-action-widget.c:
3716         (ev_navigation_action_widget_init):
3717         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3718
3719         Fix compile warnings.
3720         
3721 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3722
3723         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3724         (egg_editable_toolbar_dispose):
3725
3726         Fix memory leak.
3727         
3728 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3729
3730         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3731         (screensaver_disable_x11):
3732         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3733         * shell/ev-window.c: (presentation_set_timeout):
3734         * shell/ev-view.c: (ev_view_presentation_transition_start):
3735
3736         Use g_timeout_add_seconds instead of g_timeout_add when
3737         available.
3738         
3739 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3740
3741         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3742
3743         Set horizontal scrollbar policy to AUTOMATIC instead of
3744         NEVER. Workaround for bug #449462.
3745         
3746 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3747
3748         * shell/ev-jobs.c: (ev_job_render_page_ready):
3749
3750         Add page_ready callback to main loop with high priority and hold
3751         a reference to job during idle.
3752         
3753 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3754
3755         * configure.ac:
3756         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3757         (pdf_document_file_exporter_begin),
3758         (pdf_document_file_exporter_do_page),
3759         (pdf_document_file_exporter_get_capabilities):
3760         * libdocument/ev-file-exporter.h:
3761         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3762         * shell/ev-window.c: (ev_window_print_send),
3763         (ev_window_print_dialog_response_cb):
3764
3765         Allow printing multiple pages per sheet. Fixes bug #395573.
3766         
3767 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3768
3769         * shell/ev-view.c: (tip_from_link):
3770         
3771         Check for NULL, fixes bug #460862.
3772
3773 2007-07-29  Christian Persch  <chpe@gnome.org>
3774
3775         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3776         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3777         (ev_window_cmd_preview_print):
3778         
3779         Fixes bug #437681 - blocks while enumerating printers.
3780
3781 2007-07-29  Christian Persch  <chpe@gnome.org>
3782
3783         * shell/ev-window.c: (ev_window_screen_changed):
3784         
3785         Don't use deprecated gtk+ function. See bug #460909.
3786
3787 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3788
3789         * shell/ev-utils.c: (get_num_monitors):
3790         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3791
3792         Do not use display before initializing it. Remove compile
3793         warnings.
3794
3795 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3796
3797         * shell/ev-view.c: (ev_view_class_init):
3798         
3799         Unix-like hjkl bindings added. See bug #458111.
3800
3801 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3802
3803         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3804         * shell/ev-utils.h:
3805         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3806         (ev_view_update_view_size):
3807         * shell/ev-view.h:
3808         * shell/ev-window.c: (ev_window_update_actions),
3809         (setup_view_from_metadata), (ev_window_screen_changed),
3810         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3811         (zoom_control_changed_cb):
3812         * shell/ev-window.h:
3813         
3814         Reorganizes utility functions.
3815
3816 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3817
3818         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3819         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3820         (add_job), (ev_pixbuf_cache_get_surface),
3821         (ev_pixbuf_cache_get_link_mapping),
3822         (ev_pixbuf_cache_get_image_mapping),
3823         (ev_pixbuf_cache_get_form_field_mapping),
3824         (ev_pixbuf_cache_get_text_mapping):
3825         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3826         (notify_page_ready), (ev_job_render_page_ready),
3827         (ev_job_render_run):
3828
3829         Add page_ready signal to notify that page is ready as soon as
3830         possible even if other page elements like links, forms, images or
3831         text mapping are not ready yet.
3832
3833 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3834
3835         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3836         (dvi_document_file_exporter_do_page),
3837         (dvi_document_file_exporter_get_capabilities),
3838         (dvi_document_file_exporter_iface_init):
3839         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3840         (ps_document_file_exporter_do_page),
3841         (ps_document_file_exporter_get_capabilities),
3842         (ps_document_file_exporter_iface_init):
3843         * backend/djvu/djvu-document.c:
3844         (djvu_document_file_exporter_begin),
3845         (djvu_document_file_exporter_end),
3846         (djvu_document_file_exporter_get_capabilities),
3847         (djvu_document_file_exporter_iface_init):
3848         * backend/tiff/tiff-document.c:
3849         (tiff_document_file_exporter_begin),
3850         (tiff_document_file_exporter_get_capabilities),
3851         (tiff_document_document_file_exporter_iface_init):
3852         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3853         (pdf_document_file_exporter_do_page),
3854         (pdf_document_file_exporter_get_capabilities),
3855         (pdf_document_file_exporter_iface_init):
3856         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3857         (ev_file_exporter_get_capabilities):
3858         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3859         (idle_print_handler), (ev_print_job_print):
3860         * shell/ev-jobs.c: (ev_job_print_run):
3861         * shell/ev-window.c: (ev_window_print_send),
3862         (ev_window_print_range):
3863
3864         Use capabilities to know which options should be offered by the
3865         print dialog depending on the document backend.
3866
3867 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3870
3871         Give priority to forms over text to set the cursor.
3872
3873 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * shell/ev-view-private.h:
3876         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3877         (ev_view_leave_notify_event), (ev_view_finalize),
3878         (ev_view_get_property), (ev_view_class_init):
3879
3880         Use IBEAM cursor for text form fields and NORMAL cursor for read
3881         only fields. Remove unused status attribute.
3882
3883 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3884
3885         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3886
3887         Update region for current selected items also for checkbox
3888         buttons, since they can behave as radio buttons when they are in a
3889         set.
3890
3891 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3892
3893         * configure.ac:
3894         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3895
3896         Get max length of text form fields.
3897
3898 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3899
3900         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3901         * libdocument/ev-form-field.h:
3902         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3903
3904         Fix build with current poppler cvs head.
3905
3906 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3907
3908         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3909         * shell/eggfindbar.c: (egg_find_bar_init):
3910
3911         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3912         deprecation. Fixes bug #455667
3913
3914 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3915
3916         * NEWS:
3917         * configure.ac:
3918         
3919         Update for release 0.9.2
3920
3921 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3922
3923         * shell/ev-view.c: (ev_view_form_field_text_save),
3924         (ev_view_form_field_choice_save):
3925
3926         Fix a crash when closing whith a form widget visible.
3927
3928 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3929
3930         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3931
3932         Update also the region of the current selected button when
3933         clicking on another button if they are radio buttons.
3934
3935 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3936
3937         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3938         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3939         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3940         (ev_pixbuf_cache_get_link_mapping),
3941         (ev_pixbuf_cache_get_image_mapping),
3942         (ev_pixbuf_cache_get_form_field_mapping),
3943         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3944         * shell/ev-view.c: (ev_view_form_field_get_region),
3945         (ev_view_form_field_button_create_widget),
3946         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3947         (job_finished_cb):
3948
3949         Redraw only form field region instead of the whole page when
3950         reloading a page to show changes on the form field.
3951
3952 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3953
3954         * shell/ev-view.c: (ev_view_form_field_choice_save):
3955
3956         Fix selection of first item in list form fields.
3957
3958 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3959
3960         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3961         (ev_pixbuf_cache_reload_page),
3962         (ev_pixbuf_cache_get_form_field_mapping):
3963
3964         Some refactoring to avoid duplicated code.
3965
3966 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3967
3968         * configure.ac:
3969         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3970         (ev_form_field_from_poppler_field),
3971         (pdf_document_forms_get_form_fields),
3972         (pdf_document_forms_form_field_text_get_text),
3973         (pdf_document_forms_form_field_text_set_text),
3974         (pdf_document_forms_form_field_button_set_state),
3975         (pdf_document_forms_form_field_button_get_state),
3976         (pdf_document_forms_form_field_choice_get_item),
3977         (pdf_document_forms_form_field_choice_get_n_items),
3978         (pdf_document_forms_form_field_choice_is_item_selected),
3979         (pdf_document_forms_form_field_choice_select_item),
3980         (pdf_document_forms_form_field_choice_toggle_item),
3981         (pdf_document_forms_form_field_choice_unselect_all),
3982         (pdf_document_forms_form_field_choice_set_text),
3983         (pdf_document_forms_form_field_choice_get_text),
3984         (pdf_document_document_forms_iface_init):
3985         * libdocument/Makefile.am:
3986         * libdocument/ev-form-field.[ch]:
3987         * libdocument/ev-document-forms.[ch]:
3988         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3989         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3990         (add_job), (ev_pixbuf_cache_reload_page),
3991         (ev_pixbuf_cache_get_form_field_mapping):
3992         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3993         * shell/ev-view-private.h:
3994         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3995         (ev_view_handle_cursor_over_xy),
3996         (ev_view_get_form_field_at_location),
3997         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3998         (ev_view_form_field_button_create_widget),
3999         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4000         (ev_view_form_field_text_create_widget),
4001         (ev_view_form_field_choice_save),
4002         (ev_view_form_field_choice_changed),
4003         (ev_view_form_field_choice_create_widget),
4004         (ev_view_handle_form_field), (ev_view_size_allocate),
4005         (ev_view_realize), (draw_end_presentation_page),
4006         (ev_view_button_press_event), (ev_view_remove_all),
4007         (ev_view_motion_notify_event), (ev_view_key_press_event),
4008         (ev_view_enter_notify_event), (highlight_find_results),
4009         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4010         (ev_view_class_init), (page_changed_cb),
4011         (on_adjustment_value_changed), (ev_view_set_presentation),
4012         (merge_selection_region), (ev_view_set_cursor),
4013         (ev_view_reset_presentation_state):
4014         
4015         Merge evince-forms branch.
4016
4017 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4018
4019         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4020
4021         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4022         This script also updates itself from libegg
4023
4024         * cut-n-paste/toolbar-editor/egg*:
4025         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4026         libegg
4027
4028 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4029
4030         * shell/ev-window.c:
4031         
4032         Adds a nice icon to page action during toolbar editing.
4033         See bug #452872.
4034
4035 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4036
4037         * data/evince-toolbar.xml:
4038         * shell/ev-window.c:
4039         
4040         Let user add a presentation and fullscreen icons on toolbar.
4041         See bug #449734.
4042
4043 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4044
4045         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4046
4047         new script to keep in sync with toolbareditor in libegg
4048
4049         * cut-n-paste/toolbar-editor/*: 
4050
4051         Run update-toolbareditor-from-libegg so we are in sync again. 
4052         Fixes bug #452850.
4053         
4054
4055 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4056
4057         * shell/ev-sidebar-links.c: (job_finished_callback):
4058
4059         Do not connect selection changed signal more than once. Fixes bug
4060         #349433.
4061
4062 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4063
4064         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4065
4066         Do not change sidebar chrome flag when pressing F9 key in
4067         presentation mode.
4068
4069 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4070
4071         * backend/pdf/ev-poppler.cc:
4072         (pdf_document_thumbnails_get_dimensions):
4073
4074         Make sure thumbnails width and height is not <= 0. Fixes a crash
4075         with some pdf documents which have really small pages.
4076
4077 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4078
4079         * shell/main.c: (main):
4080
4081         Fixes program description translation issue.
4082         Bug #450148.
4083
4084 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4085
4086         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4087
4088         Do not change current page when returning from black/white mode
4089         in presentation. Fixes bug #415032.
4090
4091 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4092
4093         * NEWS:
4094         * configure.ac:
4095         
4096         Update for release 0.9.1
4097
4098 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4099
4100         * backend/dvi/dvi-document.c:
4101         (dvi_document_finalize),
4102         (dvi_document_file_exporter_format_supported),
4103         (dvi_document_file_exporter_begin),
4104         (dvi_document_file_exporter_do_page),
4105         (dvi_document_file_exporter_end),
4106         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4107         
4108         PDF exporter for dvi documents. Fixes bug #441319.
4109
4110 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4111
4112         * shell/ev-window.c: (ev_window_clear_print_job):
4113
4114         Clear gtk print job when job has finished. Fixes bug #447612.
4115
4116 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4117
4118         * shell/ev-window.c: (ev_window_print_send),
4119         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4120
4121         Add preview button to print dialog. Fixes bug #445419.
4122
4123 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4124
4125         * backend/dvi/Makefile.am:
4126         * backend/dvi/pixbuf-device.[ch]: Removed
4127         * backend/dvi/cairo-device.[ch]: Added
4128         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4129         * backend/dvi/dvi-document.c: (dvi_document_load),
4130         (dvi_document_render), (dvi_document_finalize),
4131         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4132         (dvi_document_do_color_special):
4133         * libdocument/ev-document-misc.[ch]:
4134         (ev_document_misc_pixbuf_from_surface):
4135
4136         Port dvi backend to cairo and fix a problem with colors. 
4137
4138 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4139
4140         * shell/ev-view.c: (draw_one_page):
4141
4142         Draw only visible region.
4143
4144 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4145
4146         * backend/djvu/djvu-document.c: (djvu_document_render):
4147
4148         Fix rotation in djvu backend.
4149
4150 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4151
4152         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4153         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4154         (ev_pixbuf_cache_get_image_mapping),
4155         (ev_pixbuf_cache_get_text_mapping):
4156
4157         Redraw view every time we have a new surface. Fixes bug #443587.
4158
4159 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4160
4161         * libdocument/ev-document.c: (ev_document_info_free):
4162
4163         Fix memory leaks.
4164
4165 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4166
4167         * backend/dvi/dvi-document.c: (dvi_document_render),
4168         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4169         * backend/impress/impress-document.c:
4170         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4171         (impress_document_render), (impress_document_document_iface_init),
4172         (impress_document_thumbnails_get_thumbnail):
4173         * backend/djvu/djvu-document-private.h:
4174         * backend/djvu/djvu-document.c: (djvu_document_render),
4175         (djvu_document_finalize), (djvu_document_document_iface_init),
4176         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4177         * backend/tiff/tiff-document.c: (tiff_document_render),
4178         (tiff_document_render_pixbuf),
4179         (tiff_document_document_iface_init):
4180         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4181         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4182         (pdf_selection_render_selection):
4183         * backend/comics/comics-document.c:
4184         (comics_document_render_pixbuf), (comics_document_render),
4185         (comics_document_document_iface_init):
4186         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4187         (pixbuf_document_document_iface_init):
4188         * libdocument/ev-document-misc.[ch]:
4189         (ev_document_misc_surface_from_pixbuf),
4190         (ev_document_misc_surface_rotate_and_scale):
4191         * libdocument/ev-document.[ch]: (ev_document_render):
4192         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4193         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4194         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4195         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4196         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4197         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4198         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4199         (render_finished_cb), (ev_job_render_run):
4200         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4201         (merge_selection_region):
4202
4203         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4204         and selections.
4205
4206 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4207
4208         * shell/ev-window-title.c: (ev_window_title_update):
4209
4210         Fix memory leak.
4211
4212 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4213
4214         * shell/ev-view.c: (draw_loading_text):
4215
4216         Show loading text centered. Fixes bug #433061
4217
4218 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4219
4220         * shell/ev-sidebar-thumbnails.c:
4221         (ev_sidebar_thumbnails_set_loading_icon):
4222
4223         Remove a mutex in the main thread that blocks the UI in heavy
4224         documents.
4225
4226 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4227
4228         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4229
4230         Set points_set to TRUE so that selections don't disappear after a
4231         zoom change.
4232
4233 2007-06-07  Michael Monreal  <infernux@web.de>
4234
4235         * data/icons/16x16/actions/Makefile.am:
4236         * data/icons/16x16/actions/zoom.svg:
4237         * data/icons/22x22/actions/Makefile.am:
4238         * data/icons/22x22/actions/zoom.svg:
4239         * data/icons/24x24/actions/Makefile.am:
4240         * shell/ev-stock-icons.c:
4241         * shell/ev-stock-icons.h:
4242         * shell/ev-window.c:
4243         
4244         Zoom icon artwork. See bug #444795.
4245
4246 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4247
4248         * shell/ev-metadata-manager.c: Remove extraneous function
4249         (Closes: #444386)
4250
4251 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4252
4253         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4254         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4255         (ev_metadata_manager_set), (ev_metadata_manager_save):
4256         Simplify the timeout, no need for modified anymore
4257
4258 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4259
4260         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4261         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4262         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4263         (ev_metadata_manager_save): Adapted patch from Arjan van de
4264         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4265         time, saves on power (Closes: #443851)
4266
4267 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4268
4269         * configure.ac:
4270         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4271         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4272
4273         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4274
4275 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4276
4277         * shell/ev-window.c: (ev_window_add_history):
4278
4279         Check if history is NULL
4280
4281 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4282
4283         * libdocument/ev-image.c: (ev_image_finalize):
4284         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4285         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4286         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4287         (ev_tmp_uri_unlink):
4288
4289         Add functions to delete temporary files created by evince in a safe
4290         way.
4291
4292         * shell/ev-window.c: (ev_window_clear_local_uri),
4293         (open_xfer_update_progress_callback),
4294         (save_xfer_update_progress_callback), (ev_window_save_remote),
4295         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4296         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4297         (attachment_save_dialog_response_cb),
4298         (ev_attachment_popup_cmd_save_attachment_as):
4299
4300         Allow saving a copy of a document, image or attachment to a remote
4301         location. Fixes bug #440754. 
4302
4303 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4304
4305         * configure.ac:
4306         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4307
4308         Fix build with current poppler from cvs head. 
4309
4310 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4311
4312         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4313
4314         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4315         directory exists.
4316
4317 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4318
4319         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4320         * shell/ev-window.c:
4321
4322         Change sidebar ordering. Fixes bug #439939.
4323
4324 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4325
4326         * backend/comics/Makefile.am:
4327         
4328         Fixes build with --without-libgnome.
4329
4330 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4331         
4332         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4333
4334         Update cursor and tooltip on page change and view scroll. Fixes bug
4335         #439217.
4336
4337 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4338
4339         * NEWS:
4340         * configure.ac:
4341         
4342         Update for release 0.9.0
4343
4344 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4345
4346         * backend/djvu/djvu-document-private.h:
4347         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4348         (djvu_document_finalize),
4349         (djvu_document_file_exporter_format_supported),
4350         (djvu_document_file_exporter_begin),
4351         (djvu_document_file_exporter_do_page),
4352         (djvu_document_file_exporter_end),
4353         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4354         
4355         Implemented printing with djvu. Bug #437998.
4356
4357 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4358
4359         * backend/impress/zip.c:
4360         Add missing ulong definition.
4361
4362         * backend/ps/ps-interpreter.c:
4363         Add missing headers.
4364
4365         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4366
4367 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4368
4369         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4370
4371         Add missing call to parent class dispose method. 
4372
4373 2007-05-12  Ross Burton  <ross@openedhand.com>
4374
4375         * shell/main.c:
4376         Sync keybindings manually when building without libgnome
4377         (#437925).
4378
4379 2007-05-12  Ross Burton  <ross@openedhand.com>
4380
4381         * shell/ev-window.c:
4382         Respect the screen when opening help (#437866).
4383
4384 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4385
4386         * data/evince-ui.xml:
4387         * shell/ev-application.[ch]: (get_print_settings_from_args),
4388         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4389         (ev_application_open_uri_list):
4390         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4391         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4392         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4393         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4394         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4395         (ev_window_dispose):
4396         * shell/main.c: (arguments_parse):
4397
4398         Add print button in preview mode. Fixes bug #396475. 
4399
4400 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4401
4402         * cut-n-paste/zoom-control/ephy-zoom.h:
4403         
4404         Fixes zoom level factors. See bug #408119 for details.
4405
4406 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4407
4408         * backend/comics/comics-document.c: (comics_regex_quote),
4409         (extract_argv):
4410         
4411         Correctly quote symbols. Fixes crash in the bug
4412         #415370.
4413
4414 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4415
4416         * shell/ev-navigation-action-widget.c:
4417         (ev_navigation_action_widget_init),
4418         (ev_navigation_action_widget_class_init),
4419         (ev_navigation_action_widget_button_press_event):
4420         
4421         Connect to button-press event on correct widget. Fixes
4422         bug #431988
4423
4424 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4425
4426         * shell/ev-application.c: (ev_application_open_window),
4427         (ev_application_add_icon_path_for_screen),
4428         (ev_application_open_uri_at_dest):
4429         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4430         * shell/ev-navigation-action.c: (build_menu):
4431         
4432         Add app-specific icons to our icon theme. Fixes bug
4433         #425508.
4434
4435 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4436
4437         * shell/ev-history.c: (ev_history_class_init),
4438         (ev_history_add_link):
4439         * shell/ev-history.h:
4440         * shell/ev-navigation-action.c:
4441         (ev_navigation_action_history_changed),
4442         (ev_navigation_action_set_history), (build_menu),
4443         (ev_navigation_action_finalize):
4444         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4445         
4446         Make navigation action unsensitive instead of showing
4447         menu with unsensitive word. Fixes bug #417392.
4448
4449 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4450
4451         * shell/ev-application.[ch]: (ev_application_shutdown),
4452         (ev_application_get_print_settings),
4453         (ev_application_set_print_settings):
4454         * shell/ev-window.c:
4455
4456         Remember print settings. Fixes bug #349102. 
4457
4458 2007-05-08  Christian Persch  <chpe@gnome.org>
4459
4460         * configure.ac:
4461         * properties/ev-properties-view.c:
4462
4463         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4464         Bug #382438.
4465
4466 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4467
4468         * configure.ac:
4469         * properties/ev-properties-view.c: (ev_regular_paper_size):
4470
4471         Use gtk+ builtin paper list to identify the document's paper size.
4472         Fixes bug #382438. 
4473
4474 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4475
4476         * configure.ac:
4477
4478         Fix build when compiling with thumbnailer and libgnome support. 
4479
4480 2007-05-04  Ross Burton  <ross@openedhand.com>
4481
4482         * configure.ac:
4483         Add --without-libgnome, check for libgnome and libgnomeui
4484         separately, and add them to the symbols as required.
4485
4486         * libdocument/ev-file-helpers.c:
4487         When building without libgnome, use g_get_user_config_dir instead
4488         of gnome_user_dir_get.
4489
4490         * shell/ev-application.c:
4491         When building without libgnome, don't use session management.
4492
4493         * shell/main.c:
4494         When building without libgnome, don't use GnomeProgram or
4495         initialise the authentication manager.
4496
4497         This fixes #328842.
4498
4499 2007-05-04  Ross Burton  <ross@openedhand.com>
4500
4501         * shell/ev-window.c:
4502         Don't use libgnome to open help, instead call Yelp directly.
4503
4504 2007-05-04  Ross Burton  <ross@openedhand.com>
4505
4506         * shell/ev-sidebar-attachments.c:
4507         Don't use libgnome to lookup icons for MIME types, instead copy
4508         code from GTK+ to do it manually.
4509
4510 2007-05-04  Ross Burton  <ross@openedhand.com>
4511
4512         * configure.ac:
4513         Add libxml to the dependencies for SHELL_CORE (#435818).
4514
4515 2007-05-02  Ross Burton  <ross@openedhand.com>
4516
4517         * configure.ac:
4518         * Makefile.am:
4519         Add --disable-thumbnailer (#434825)
4520
4521 2007-05-02  Ross Burton  <ross@openedhand.com>
4522
4523         * shell/ev-window.c:
4524         Add missing includes, fix indentation.
4525
4526         * shell/main.c:
4527         Fix indentation.
4528
4529 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4530
4531         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4532         ev_application_open_uri_at_dest instead of ev_application_open_uri
4533         preventing new document always being opened in a new window even if there
4534         is an empty window.
4535
4536 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4537
4538         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4539         (egg_recent_view_uimanager_finalize):
4540         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4541         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4542         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4543         (ev_pixbuf_cache_dispose):
4544         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4545         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4546         
4547         Add missing chain to parent class methods. Fixes
4548         bug #433128.
4549
4550 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4551
4552         * data/Makefile.am (update-icon-cache): Updates
4553         gtk-update-icon-cache in uninstall-hook.
4554
4555 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4556
4557         * shell/ev-window.c: (ev_window_setup_document),
4558         (ev_window_set_document), (ev_window_load_job_cb):
4559         * shell/ev-view.c: (setup_caches):
4560         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4561
4562         Start rendering pages before any other jobs. 
4563
4564 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * shell/ev-window.c: (ev_window_stop_fullscreen),
4567         (ev_window_stop_presentation):
4568
4569         Update chrome visibility before window unfullscreen. 
4570
4571 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4572
4573         * data/Makefile.am:
4574         * data/evince-ui.xml:
4575         * shell/ev-stock-icons.[ch]:
4576         * shell/ev-application.[ch]: (ev_application_shutdown),
4577         (ev_application_init), (ev_application_get_toolbars_model):
4578         * shell/ev-window.c: (update_chrome_visibility),
4579         (fullscreen_toolbar_setup_item_properties),
4580         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4581         (ev_window_run_presentation), (ev_window_stop_presentation),
4582         (ev_window_run_preview), (ev_window_screen_changed),
4583         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4584         (ev_window_dispose), (ev_window_init):
4585
4586         Make fullscreen toolbar always visible. Do not use egg toolbars for
4587         fullscreen and preview modes since such toolbars are not editables.
4588         Fixes bugs #300278, #338910 and #316188.  
4589
4590 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4591
4592         * shell/ev-application.c:
4593         * shell/ev-job-queue.c:
4594         * shell/ev-metadata-manager.c:
4595         * shell/ev-stock-icons.c:
4596         * shell/ev-window.c:
4597         * shell/main.c:
4598         
4599         Developers documentation updated.
4600
4601 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4602
4603         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4604
4605         Check whether uri is valid before launching it. Fixes bug #427664.
4606
4607 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4608
4609         * shell/ev-window.c:
4610
4611         Change key accelerator for Open a Copy menu entry which is in conflict
4612         with Close. Fixes bug #427321.
4613
4614 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4615
4616         * NEWS:
4617         * configure.ac:
4618         
4619         Update for release 0.8.1
4620
4621 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4622
4623         * shell/ev-window.c: (setup_size_from_metadata):
4624         
4625         Do not make window bigger than screen. Fixes bug 
4626         #388985.
4627
4628 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4629
4630         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4631         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4632
4633         Use default resolution when it's not provided by document. Fixes bug
4634         #408762.
4635
4636 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4637
4638         * configure.ac:
4639         * thumbnailer/Makefile.am:
4640         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4641         * thumbnailer/evince-thumbnailer.schemas.in:
4642         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4643
4644         Add support for ps, eps and compressed documents thumbnails. Do not
4645         ignore size parameter. 
4646
4647 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4648
4649         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4650         (dvi_document_do_color_special):
4651         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4652
4653         Implement font color specials in the DVI backend. Fixes bug #303651.
4654
4655 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4656
4657         Fixup the previous commit:
4658
4659         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4660         * shell/xdg-user-dir-lookup.c: Make the function non-static
4661         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4662
4663 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4664
4665         * shell/ev-window.c (file_open_dialog_response_cb): Use
4666         the xdg-user-dirs DOCUMENTS folder as default folder when
4667         opening a file chooser.  (#424858)
4668
4669         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4670         xdg-user-dirs.
4671
4672 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4673
4674         * shell/ev-window.c: (ev_window_load_job_cb):
4675
4676         Do not setup view from metadata on preview mode. 
4677
4678 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4679
4680         * shell/main.c:
4681
4682         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4683
4684 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4685
4686         * shell/ev-view.c: (ev_view_primary_get_cb):
4687
4688         Check pointer != NULL before using it. Fixes bug #416841. 
4689
4690 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4691
4692         * NEWS:
4693         * configure.ac:
4694         
4695         Release 0.8.0
4696
4697 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4698
4699         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4700
4701         Do not render thumbnails when sidebar thumbnail page is not visible
4702         at startup. Fixes bug #416447. 
4703
4704 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4705
4706         * data/evince.desktop.in.in:
4707
4708         "Application" is not a valid category in the freedesktop specification.
4709
4710 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4711
4712         * libdocument/ev-file-helpers.[ch]: (compression_run),
4713         (ev_file_uncompress), (ev_file_compress):
4714         * shell/ev-window.c: (file_save_dialog_response_cb):
4715
4716         Save document compressed when saving a copy of a compressed document.
4717         Fixes bug #334542.
4718
4719 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4720
4721         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4722
4723         Allow deleting in goto window entry in presentation mode. 
4724
4725 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4726
4727         * Makefile.am: Dist MAINTAINERS.
4728
4729 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4730
4731         * shell/ev-window.c: (ev_window_update_actions):
4732
4733         Fix zoom shortcut keys when searching. Fixes bug #409828.
4734
4735 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4736
4737         * shell/ev-window.c: (ev_window_setup_document):
4738
4739         Fix crash when loading documents with only one page. 
4740
4741 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4742
4743         * backend/dvi/dvi-document.c:
4744         (dvi_document_thumbnails_get_dimensions),
4745         (dvi_document_thumbnails_get_thumbnail):
4746         * backend/impress/impress-document.c:
4747         (impress_document_thumbnails_get_thumbnail),
4748         (impress_document_thumbnails_get_dimensions):
4749         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4750         (ps_document_thumbnails_get_dimensions):
4751         * backend/djvu/djvu-document.c:
4752         (djvu_document_thumbnails_get_dimensions),
4753         (djvu_document_thumbnails_get_thumbnail):
4754         * backend/tiff/tiff-document.c:
4755         (tiff_document_thumbnails_get_thumbnail),
4756         (tiff_document_thumbnails_get_dimensions):
4757         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4758         (pdf_document_thumbnails_get_thumbnail),
4759         (pdf_document_thumbnails_get_dimensions):
4760         * backend/comics/comics-document.c:
4761         (comics_document_thumbnails_get_thumbnail),
4762         (comics_document_thumbnails_get_dimensions):
4763         * backend/pixbuf/pixbuf-document.c:
4764         (pixbuf_document_thumbnails_get_thumbnail),
4765         (pixbuf_document_thumbnails_get_dimensions):
4766         * libdocument/ev-document-thumbnails.[ch]:
4767         (ev_document_thumbnails_get_thumbnail),
4768         (ev_document_thumbnails_get_dimensions):
4769         * libdocument/ev-document-misc.[ch]:
4770         (ev_document_misc_get_thumbnail_frame):
4771         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4772         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4773         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4774         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4775         (ev_sidebar_thumbnails_refresh):
4776         * shell/ev-window.c: (ev_window_setup_document):
4777         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4778
4779         Use an EvRenderContext for rendering thumbnails instead of a suggested
4780         width, so that different sized pages get sized proportionally.
4781
4782 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4783
4784         * shell/ev-view.c: (ev_view_button_press_event),
4785         (ev_view_key_press_event):
4786
4787         Fix critical warnings when there is no document loaded. 
4788
4789 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4790
4791         * shell/ev-page-action-widget.c:
4792         * shell/ev-navigation-action.c:
4793         * shell/ev-window.c:
4794
4795         Fix compile warnings. 
4796
4797 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4798
4799         * backend/djvu/djvu-text.h:
4800         * backend/djvu/djvu-document.c:
4801         * backend/djvu/djvu-text-page.c:
4802         * backend/djvu/djvu-links.c:
4803         * backend/djvu/djvu-text-page.h:
4804         * backend/djvu/djvu-text.c:
4805         
4806         Fix build on Mac. Fixes bug #392186. Patch by
4807         <ephraim_owns@hotmail.com>
4808
4809 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4810
4811         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4812
4813         Restore cairo context before rendering every page when printing a PDF
4814         document into a PDF file. 
4815
4816 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4817
4818         * backend/ps/gstypes.h:
4819         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4820         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4821         (ps_document_thumbnails_get_thumbnail):
4822
4823         Handle PostScript page orientation. Fixes bug #318568.
4824
4825 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4826
4827         * backend/ps/Makefile.am:
4828         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4829         (document_load), (ps_document_load), (save_document),
4830         (save_page_list), (ps_document_get_n_pages),
4831         (ps_document_get_page_size), (ps_document_get_info),
4832         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4833         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4834         (ps_document_thumbnails_get_thumbnail),
4835         (ps_document_thumbnails_get_dimensions),
4836         (ps_document_document_thumbnails_iface_init):
4837         * backend/ps/ps.[ch]: (psgetpagebox):
4838         * backend/ps/ps-interpreter.[ch]:
4839
4840         Add support for thumbnails in ps backend. Fixes bug #164755. 
4841
4842 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4843
4844         * NEWS:
4845         * configure.ac:
4846         
4847         Release 0.7.2
4848
4849 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4850
4851         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4852         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4853         (ev_window_dispose):
4854
4855         Use document thumbnail as window icon. Fixes bug #384442.
4856
4857 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4858
4859         * configure.ac:
4860
4861         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4862         duplicated adding application/x-bzpostscript instead. 
4863
4864 2007-02-11  Tom Parker  <palfrey@tevp.net>
4865
4866         * backend/ps/ps-document.c: (document_load):
4867
4868         Check return value of psscan before trying
4869         to use it. Fixes bug #372414.
4870
4871 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4872
4873         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4874
4875         Fix invalid free in ev-page-cache. Fixes bug #404745.
4876
4877 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4878
4879         * test/Makefile.am:
4880         * test/test3.py:
4881         
4882         Added reload test case.
4883
4884 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4885
4886         * po/POTFILES.in:
4887         * backend/djvu/djvu-document.c: (djvu_document_load):
4888
4889         Check whether there are missing files in indirect multipage djvu
4890         documents. Fixes bug #361683. 
4891
4892 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4893
4894         * test/Makefile.am:
4895         * test/test-mime.bin:
4896         * test/test3.py:
4897         
4898         Added test for slow mime type
4899
4900 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4901
4902         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4903
4904         Add some checks and call parent_class->finalize. Fixes bug #404745.
4905
4906 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4907
4908         * shell/ev-navigation-action.c: (connect_proxy):
4909         
4910         Fixes dropdown history menu. Thanks a lot Carlos!
4911
4912 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4913
4914         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4915
4916         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4917         bug #373715.
4918
4919 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4920
4921         * backend/ps/ps.c: (psscan):
4922
4923         Fix memory leak. 
4924
4925 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4926
4927         * configure.ac:
4928         * libdocument/ev-file-helpers.c: 
4929
4930         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4931
4932 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4933
4934         * configure.ac:
4935         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4936         (ps_interpreter_start), (document_load), (save_document),
4937         (save_page_list):
4938         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4939         * libdocument/ev-document-factory.c:
4940         (ev_document_factory_get_from_mime), (get_document_from_uri),
4941         (free_uncompressed_uri), (ev_document_factory_get_document):
4942         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4943
4944         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4945
4946 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4947
4948         * libdocument/ev-document.h:
4949
4950         Fix typo in function name. 
4951
4952 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4953
4954         * backend/ps/ps-document.c: (ps_interpreter_finished),
4955         (ps_interpreter_start), (ps_interpreter_failed):
4956
4957         Handle ghostscript interpreter crashes. 
4958
4959 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4960
4961         * shell/ev-window.c: (ev_window_open_uri),
4962         (window_configure_event_cb):
4963
4964         Setup window size and position before showing it. Fixes bug #401711.
4965
4966 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4967
4968         * backend/ps/Makefile.am:
4969         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4970         (ps_document_dispose), (ps_document_class_init),
4971         (ps_interpreter_input), (ps_interpreter_output),
4972         (ps_interpreter_error), (setup_interpreter_env),
4973         (ps_interpreter_start), (ps_interpreter_stop),
4974         (ps_interpreter_failed), (ps_interpreter_is_ready),
4975         (check_filecompressed), (document_load), (ps_document_load),
4976         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4977         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4978         (render_page):
4979
4980         Rework ps-document. Code cleanups, remove deprecated code. 
4981
4982 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4983
4984         * shell/ev-view.c: (ev_view_button_press_event):
4985
4986         Do not start an image drag and drop operation when pointer is on 
4987         text, so that we can select text when the whole background is an
4988         image. 
4989
4990 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4991
4992         * shell/ev-window.c: (ev_window_update_actions): 
4993
4994         Disable all zoom related actions during presentation mode. 
4995
4996 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4997
4998         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4999
5000         Do not zoom in or out on presentation mode. Fixes bug #401305.
5001
5002 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5003
5004         * shell/ev-navigation-action.c: (connect_proxy),
5005         (create_menu_item), (ev_navigation_action_class_init):
5006         
5007         Correctly show menu and fix crash when navigaton 
5008         action is out of toolbar visible area.
5009
5010 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5011
5012         * data/Makefile.am:
5013         * data/evince.1:
5014         
5015         Added man file
5016
5017 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5018
5019         * help/reference/* :
5020         * configure.ac:
5021         
5022         Added gtk-doc based documentation for Evince.
5023         Still in initial state but I hope it will
5024         grow.
5025         
5026         * configure.ac:
5027         
5028         Lower dbus requirement to 0.70
5029
5030 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5031
5032         * shell/ev-window.c: (ev_window_add_history):
5033
5034         Fix memory leak. 
5035
5036 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5037
5038         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5039         * shell/ev-view.h:
5040         * shell/ev-window.c: (ev_window_add_history):
5041         
5042         Correctly handle named destination links
5043
5044 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5045
5046         * NOTES:
5047         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5048         * backend/pdf/ev-poppler.cc:
5049         * libdocument/ev-document-links.h:
5050         * libdocument/ev-link.c: (ev_link_get_page):
5051         * libdocument/ev-link.h:
5052         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5053         (ev_history_add_link):
5054         * shell/ev-history.h:
5055         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5056         (new_history_menu_item), (build_menu):
5057         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5058         * shell/ev-sidebar-links.c: (create_loading_model),
5059         (print_section_cb), (ev_sidebar_links_construct),
5060         (fill_page_labels), (update_page_callback_foreach),
5061         (update_page_callback), (job_finished_callback):
5062         * shell/ev-view.c: (ev_view_handle_link):
5063         * shell/ev-window.c: (ev_window_find_chapter),
5064         (ev_window_add_history), (view_handle_link_cb),
5065         (history_changed_cb):
5066         
5067         Implements another history variant
5068
5069 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5070
5071         * shell/ev-window.c: (view_external_link_cb):
5072         * shell/ev-view.c: (ev_view_button_release_event):
5073
5074         Open links in new window when clicking with middle button. 
5075
5076 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5077
5078         * shell/ev-navigation-action.c: (new_history_menu_item):
5079         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5080         * shell/ev-view.c: (ev_view_handle_link):
5081         * shell/ev-window.c:
5082         
5083         Store link before jump, not the destination. For me it 
5084         seems like more natural history behavior.
5085
5086 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5087
5088         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5089         (ev_navigation_action_class_init):
5090         * shell/ev-navigation-action.h:
5091         * shell/ev-page-action.c: (activate_cb):
5092         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5093         (ev_page_cache_set_current_page_history):
5094         * shell/ev-page-cache.h:
5095         * shell/ev-sidebar-thumbnails.c:
5096         (ev_sidebar_tree_selection_changed),
5097         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5098         * shell/ev-view-private.h:
5099         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5100         * shell/ev-view.h:
5101         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5102         (ev_window_setup_document), (ev_window_load_job_cb):
5103         * shell/ev-window.h:
5104         
5105         History finally works as expected.
5106
5107 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5108
5109         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5110
5111         Do not update links treeview if it doesn't have a model assigned yet. 
5112
5113 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5114
5115         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5116         (ev_sidebar_links_class_init), (update_page_callback):
5117
5118         Do not update links treeview when sidepane is not visible. 
5119
5120 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5121
5122         * shell/ev-marshal.list:
5123         * shell/ev-page-action.c: (activate_cb),
5124         (ev_page_action_class_init):
5125         * shell/ev-page-action.h:
5126         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5127         * shell/ev-window.c:
5128         
5129         Remove activate_link signal, not required.
5130
5131 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5132
5133         * shell/ev-navigation-action.c: (build_menu):
5134         
5135         Reorder menu items and build menu with fixed length.
5136
5137 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5138
5139         * shell/ev-view.c: (get_selected_text):
5140         
5141         Normalize text to fix ligatures problem. See bug
5142         #341947 for details.
5143
5144 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5145
5146         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5147
5148         Fix memory leak in ev-page-cache. 
5149
5150 2007-01-25  Tom Parker <palfrey@tevp.net>
5151
5152         * backend/impress/impress-document.c: (impress_document_load),
5153         (impress_document_finalize), (impress_document_init):
5154         * properties/ev-properties-main.c: (ev_properties_get_pages):
5155         
5156         Correctly handle impress document errors. Fixes nautilus
5157         crash in property page #370491.
5158
5159 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5160
5161         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5162         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5163         (ev_job_queue_remove_job):
5164         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5165         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5166         (ev_job_load_run):
5167         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5168         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5169         (ev_window_load_job_cb), (xfer_update_progress_callback),
5170         (ev_window_open_uri), (ev_window_dispose):
5171         * shell/main.c: (main):
5172
5173         Do file transfer asynchronously in the main thread instead of
5174         synchronously in the load thread. Fixes bugs #399694, #398307 and
5175         #343542.
5176
5177 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5178
5179         * shell/ev-jobs.c: (ev_job_xfer_run):
5180
5181         Load the document with the font-config lock held. 
5182
5183 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5184
5185         * backend/ps/ps-document.c: (start_interpreter):
5186
5187         Fix memory leaks in ps backend. 
5188
5189 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5190
5191         * backend/impress/impress-document.c:
5192         (impress_document_render_pixbuf):
5193
5194         Do not acquire fontconfig lock in impress backend, since it is using
5195         the main loop for rendering. 
5196
5197 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5198
5199         * po/POTFILES.in: 
5200
5201         Remove mdvi files that shouldn't be translated. 
5202
5203 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5204
5205         * shell/ev-view-private.h:
5206         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5207         (ev_view_set_zoom):
5208
5209         Render "loading..." text into a cairo surface instead of directly into
5210         the window so that fontconfig lock is only needed once and UI is not
5211         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5212
5213 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5214
5215         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5216         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5217
5218         Use icon theme associated with the window screen rather than default. 
5219
5220 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5221
5222         * configure.ac:
5223
5224         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5225
5226 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5227
5228         * data/icons/*/apps/evince.*:
5229
5230         Move Evince icons under new apps directory.
5231
5232         * data/icons/*/actions/*:
5233
5234         Add new custom themeable Evince icons: view-page-continuous, 
5235         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5236         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5237
5238         * configure.ac:
5239
5240         Add new directories to AC_CONFIG_FILES.
5241
5242         * shell/ev-stock-icons.c:
5243         * shell/ev-stock-icons.h:
5244
5245         Use new custom themeable icons.
5246
5247 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5248
5249         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5250
5251         Do not draw white background page in presentation mode. 
5252
5253 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5254
5255         * shell/ev-view.c: Remove unused gnome-vfs include.
5256
5257 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5258
5259         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5260         
5261         Format string is corrected, fixes bug #397129.
5262
5263 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5264
5265         * shell/ev-window.c: (ev_window_setup_recent):
5266
5267         Do not include in recent menu inexistent documents. Fixes
5268         bug #339171.
5269
5270 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5271
5272         * po/POTFILES.skip: 
5273
5274         Update POTFILES.skip file according to current source tree. 
5275
5276 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5277
5278         * shell/ev-window.c: (file_save_dialog_response_cb):
5279
5280         Do Save a copy in atomic way. Fixes bug #328266. 
5281
5282 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5283
5284         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5285
5286         Keep selected cell always visible in index treeview.
5287
5288 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5289         
5290         * shell/ev-view.c: (ev_view_size_allocate):
5291
5292         Restore horizontal scrollbar after switching to/from fullscreen
5293         or presentation mode. Fixes bug #331728.
5294
5295 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5296
5297         * shell/ev-view-private.h:
5298         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5299         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5300         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5301         (ev_view_can_zoom_out):
5302
5303         Use max and min scale values in the view iby taking dpi into account. 
5304
5305 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5306
5307         * configure.ac:
5308         * NEWS:
5309
5310         Release 0.7.1
5311
5312 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5313
5314         * shell/ev-window.c: (ev_window_print_send):
5315
5316         Send print job to printer with some settings set to default values,
5317         since we have already exported to a file according to such settings
5318         and they could be taken twice by some printers. 
5319
5320 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5321
5322         * shell/ev-jobs.c: (ev_job_xfer_run):
5323         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5324
5325         Show main window and load document with the font-config lock held. 
5326
5327 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5328
5329         * configure.ac:
5330         * shell/ev-application.c: (ev_application_register_service):
5331         * shell/main.c: (load_files_remote):
5332
5333         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5334
5335 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5336
5337         * doc/debugging.txt:
5338         
5339         Remove obsolete documentation.
5340
5341 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5342
5343         * Makefile.am:
5344         * backend/Makefile.am:
5345         * backend/comics/Makefile.am:
5346         * backend/djvu/Makefile.am:
5347         * backend/dvi/Makefile.am:
5348         * backend/ev-async-renderer.c:
5349         * backend/ev-async-renderer.h:
5350         * backend/ev-attachment.c:
5351         * backend/ev-attachment.h:
5352         * backend/ev-backend-marshal.c:
5353         * backend/ev-document-factory.c:
5354         * backend/ev-document-factory.h:
5355         * backend/ev-document-find.c:
5356         * backend/ev-document-find.h:
5357         * backend/ev-document-fonts.c:
5358         * backend/ev-document-fonts.h:
5359         * backend/ev-document-images.c:
5360         * backend/ev-document-images.h:
5361         * backend/ev-document-info.h:
5362         * backend/ev-document-links.c:
5363         * backend/ev-document-links.h:
5364         * backend/ev-document-misc.c:
5365         * backend/ev-document-misc.h:
5366         * backend/ev-document-security.c:
5367         * backend/ev-document-security.h:
5368         * backend/ev-document-thumbnails.c:
5369         * backend/ev-document-thumbnails.h:
5370         * backend/ev-document-transition.c:
5371         * backend/ev-document-transition.h:
5372         * backend/ev-document.c:
5373         * backend/ev-document.h:
5374         * backend/ev-file-exporter.c:
5375         * backend/ev-file-exporter.h:
5376         * backend/ev-image.c:
5377         * backend/ev-image.h:
5378         * backend/ev-link-action.c:
5379         * backend/ev-link-action.h:
5380         * backend/ev-link-dest.c:
5381         * backend/ev-link-dest.h:
5382         * backend/ev-link.c:
5383         * backend/ev-link.h:
5384         * backend/ev-render-context.c:
5385         * backend/ev-render-context.h:
5386         * backend/ev-selection.c:
5387         * backend/ev-selection.h:
5388         * backend/impress/Makefile.am:
5389         * backend/pdf/Makefile.am:
5390         * backend/pixbuf/Makefile.am:
5391         * backend/ps/Makefile.am:
5392         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5393         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5394         (start_interpreter), (stop_interpreter), (document_load),
5395         (ps_document_next_page), (render_page):
5396         * backend/tiff/Makefile.am:
5397         * comics/Makefile.am:
5398         * comics/comics-document.c:
5399         * comics/comics-document.h:
5400         * configure.ac:
5401         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5402         * djvu/Makefile.am:
5403         * djvu/djvu-document-private.h:
5404         * djvu/djvu-document.c:
5405         * djvu/djvu-document.h:
5406         * djvu/djvu-links.c:
5407         * djvu/djvu-links.h:
5408         * djvu/djvu-text-page.c:
5409         * djvu/djvu-text-page.h:
5410         * djvu/djvu-text.c:
5411         * djvu/djvu-text.h:
5412         * dvi/Makefile.am:
5413         * dvi/dvi-document.c:
5414         * dvi/dvi-document.h:
5415         * dvi/fonts.c:
5416         * dvi/fonts.h:
5417         * dvi/mdvi-lib/Makefile.am:
5418         * dvi/mdvi-lib/afmparse.c:
5419         * dvi/mdvi-lib/afmparse.h:
5420         * dvi/mdvi-lib/bitmap.c:
5421         * dvi/mdvi-lib/bitmap.h:
5422         * dvi/mdvi-lib/color.c:
5423         * dvi/mdvi-lib/color.h:
5424         * dvi/mdvi-lib/common.c:
5425         * dvi/mdvi-lib/common.h:
5426         * dvi/mdvi-lib/defaults.h:
5427         * dvi/mdvi-lib/dvimisc.c:
5428         * dvi/mdvi-lib/dviopcodes.h:
5429         * dvi/mdvi-lib/dviread.c:
5430         * dvi/mdvi-lib/files.c:
5431         * dvi/mdvi-lib/font.c:
5432         * dvi/mdvi-lib/fontmap.c:
5433         * dvi/mdvi-lib/fontmap.h:
5434         * dvi/mdvi-lib/fontsrch.c:
5435         * dvi/mdvi-lib/gf.c:
5436         * dvi/mdvi-lib/hash.c:
5437         * dvi/mdvi-lib/hash.h:
5438         * dvi/mdvi-lib/list.c:
5439         * dvi/mdvi-lib/mdvi.h:
5440         * dvi/mdvi-lib/pagesel.c:
5441         * dvi/mdvi-lib/paper.c:
5442         * dvi/mdvi-lib/paper.h:
5443         * dvi/mdvi-lib/pk.c:
5444         * dvi/mdvi-lib/private.h:
5445         * dvi/mdvi-lib/setup.c:
5446         * dvi/mdvi-lib/sp-epsf.c:
5447         * dvi/mdvi-lib/special.c:
5448         * dvi/mdvi-lib/sysdeps.h:
5449         * dvi/mdvi-lib/t1.c:
5450         * dvi/mdvi-lib/tfm.c:
5451         * dvi/mdvi-lib/tfmfile.c:
5452         * dvi/mdvi-lib/tt.c:
5453         * dvi/mdvi-lib/util.c:
5454         * dvi/mdvi-lib/vf.c:
5455         * dvi/pixbuf-device.c:
5456         * dvi/pixbuf-device.h:
5457         * impress/Makefile.am:
5458         * impress/common.h:
5459         * impress/document.c:
5460         * impress/f_oasis.c:
5461         * impress/f_oo13.c:
5462         * impress/iksemel.c:
5463         * impress/iksemel.h:
5464         * impress/imposter.h:
5465         * impress/impress-document.c:
5466         * impress/impress-document.h:
5467         * impress/internal.h:
5468         * impress/r_back.c:
5469         * impress/r_draw.c:
5470         * impress/r_geometry.c:
5471         * impress/r_gradient.c:
5472         * impress/r_style.c:
5473         * impress/r_text.c:
5474         * impress/render.c:
5475         * impress/render.h:
5476         * impress/zip.c:
5477         * impress/zip.h:
5478         * lib/Makefile.am:
5479         * lib/ev-debug.c:
5480         * lib/ev-debug.h:
5481         * lib/ev-file-helpers.c:
5482         * lib/ev-file-helpers.h:
5483         * lib/ev-gui.c:
5484         * lib/ev-gui.h:
5485         * lib/ev-tooltip.c:
5486         * lib/ev-tooltip.h:
5487         * libdocument/Makefile.am:
5488         * libdocument/ev-file-helpers.c:
5489         * pdf/Makefile.am:
5490         * pdf/ev-poppler.cc:
5491         * pdf/ev-poppler.h:
5492         * pixbuf/Makefile.am:
5493         * pixbuf/pixbuf-document.c:
5494         * pixbuf/pixbuf-document.h:
5495         * properties/Makefile.am:
5496         * ps/Makefile.am:
5497         * ps/gsdefaults.c:
5498         * ps/gsdefaults.h:
5499         * ps/gsio.c:
5500         * ps/gsio.h:
5501         * ps/gstypes.h:
5502         * ps/ps-document.c:
5503         * ps/ps-document.h:
5504         * ps/ps.c:
5505         * ps/ps.h:
5506         * shell/Makefile.am:
5507         * shell/ev-application.h:
5508         * shell/ev-sidebar-links.c:
5509         * shell/ev-sidebar-links.h:
5510         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5511         (ev_gui_menu_position_tree_selection):
5512         * shell/ev-utils.h:
5513         * shell/ev-view.c: (ev_view_finalize):
5514         * shell/ev-window.c:
5515         * shell/main.c: (main):
5516         * thumbnailer/Makefile.am:
5517         * tiff/Makefile.am:
5518         * tiff/tiff-document.c:
5519         * tiff/tiff-document.h:
5520         * tiff/tiff2ps.c:
5521         * tiff/tiff2ps.h:
5522         
5523         Reorganize source tree.
5524
5525 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5526
5527         * backend/ev-document-factory.c:
5528
5529         Do not include ev-poppler.h when pdf is disabled. 
5530
5531 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5532
5533         * configure.ac:
5534         * data/evince-ui.xml:
5535         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5536         (pdf_document_document_images_iface_init):
5537         * backend/Makefile.am:
5538         * backend/ev-document-images.[ch]:
5539         * backend/ev-image.[ch]:
5540         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5541         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5542         (ev_job_xfer_run):
5543         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5544         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5545         (ev_pixbuf_cache_get_image_mapping):
5546         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5547         (view_menu_popup_cb), (ev_window_dispose),
5548         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5549         (ev_view_popup_cmd_copy_image):
5550         * shell/ev-view-private.h:
5551         * shell/ev-view.c: (ev_view_get_image_at_location),
5552         (ev_view_do_popup_menu), (ev_view_popup_menu),
5553         (ev_view_button_press_event), (ev_view_drag_data_get),
5554         (ev_view_drag_motion), (ev_view_drag_data_received),
5555         (ev_view_motion_notify_event), (ev_view_button_release_event),
5556         (ev_view_finalize), (ev_view_class_init):
5557
5558         Add image handling support. Fixes bugs #310008 and #325047. Images
5559         selection is not supported yet. 
5560
5561 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5562
5563         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5564         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5565         (ev_view_init):
5566
5567         Move view drag and drop stuff to ev-view.
5568
5569 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5570
5571         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5572         * shell/ev-view.c: (clear_selection): 
5573
5574         Clear selection also in pixbuf cache.
5575
5576 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5577
5578         * data/evince.desktop.in.in:
5579         
5580         Change icon name in desktop file. See bug #390734
5581         for details.
5582
5583 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5584
5585         * thumbnailer/Makefile.am:
5586
5587         Use top_builddir instead top_srcdir for generated schema
5588         file installation. Fixes bug #390161.
5589
5590 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5591
5592         * configure.ac:
5593         * backend/Makefile.am:
5594         * backend/ev-document-transition.[ch]:
5595         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5596         (pdf_document_page_transition_iface_init):
5597         * shell/ev-view-private.h:
5598         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5599         (ev_view_set_presentation), (transition_next_page),
5600         (ev_view_presentation_transition_stop),
5601         (ev_view_presentation_transition_start), (ev_view_next_page):
5602
5603         Add page transition support in presentation mode. At the moment only
5604         page duration is supported, but not transition effects. Fixes bug
5605         #309815.
5606
5607 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5608
5609         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5610
5611         Run find_link_dest with document lock held, since it's called by links
5612         thread and main thread at the same time. 
5613
5614 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5615
5616         * shell/ev-view.c: (goto_dest):
5617
5618         Update page-cache when page is changed by the view, so that
5619         page-changed signal is emitted. 
5620
5621 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5622
5623         * test/test1.py:
5624         * test/test2.py:
5625
5626         Use C locale in tests. 
5627
5628 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5629
5630         * shell/ev-window.c: (ev_window_run_presentation):
5631         * shell/ev-view-private.h:
5632         * shell/ev-view.c: (ev_view_set_presentation):
5633
5634         Restore zoom settings when back from presentation mode. 
5635
5636 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5637
5638         * shell/ev-window.c: (ev_window_run_presentation):
5639
5640         Always use "best fit" zoom in presentation mode.
5641         Fixes bug #389195.
5642
5643 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5644
5645         * shell/ev-view.c: (ev_view_goto_window_create):
5646
5647         Show "Jump to page" label in the page jumping popup in
5648         presentation mode instead of just a GtkEntry.
5649
5650 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5651
5652         * shell/ev-window.c: (launch_external_uri):
5653
5654         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5655         #378085.
5656
5657 2006-12-22  Elijah Newren  <newren gmail com>
5658
5659         * configure.ac: explicitly check for libxml2.  Fixes #388795
5660
5661 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5662
5663         * shell/ev-view-private.h:
5664         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5665         (ev_view_goto_window_delete_event), (key_is_numeric),
5666         (ev_view_goto_window_key_press_event),
5667         (ev_view_goto_window_button_press_event),
5668         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5669         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5670         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5671
5672         Allow jumping to another page by typing a page number in presentation
5673         mode. It uses a popup window with an entry. Fixes bug #353625.
5674
5675 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5676
5677         * configure.ac:
5678         * properties/ev-properties-view.c: (ev_get_default_user_units),
5679         (ev_regular_paper_size):
5680         
5681         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5682         to Damien Carbery <damien.carbery@sun.com> and
5683         Yevgen Muntyan <muntyan@tamu.edu>.
5684
5685 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5686
5687         * shell/ev-window.c: (setup_document_from_metadata):
5688
5689         Make sure Evince doesn't restore the view on the last
5690         page when a document is reopened. Fixes bug #383381.
5691
5692 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5693
5694         * shell/ev-view.c: (draw_loading_text):
5695
5696         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5697
5698 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5699
5700         * configure.ac:
5701         * NEWS:
5702
5703         Release 0.7.0
5704
5705 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5706
5707         * configure.ac:
5708         * pdf/ev-poppler.cc: (pdf_print_context_free),
5709         (pdf_document_file_exporter_begin),
5710         (pdf_document_file_exporter_do_page):
5711
5712         Make cairo-pdf depedency optional. 
5713
5714 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5715
5716         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5717
5718         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5719
5720 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5721
5722         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5723         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5724         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5725         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5726         * shell/ev-view.c: (draw_loading_text):
5727         * shell/ev-window.c: (ev_window_cmd_file_properties):
5728
5729         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5730         related to using FontConfig from different threads.
5731         
5732 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5733
5734         * shell/ev-view.c: (draw_loading_text):
5735
5736         Acquire lock document when drawing "Loading..." text so that only one
5737         thread will use FontConfig at the same time. Fixes bug #374750.
5738
5739 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5740
5741         * shell/ev-page-action.[ch]: (activate_cb):
5742         * shell/ev-window.c: (activate_label_cb):
5743
5744         Check if text inserted in page entry is a valid page number when it
5745         doesn't match to any document page label. Fixes bug #383165.
5746
5747 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5748         * shell/ev-window.c:
5749
5750         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5751         available with GTK < 2.10. Added an ifdef to avoid compilation
5752         error.
5753
5754 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5755
5756         * configure.ac:
5757         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5758
5759         Fix ps backend in multihead systems.
5760
5761 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5762
5763         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5764         * shell/ev-window.c: (ev_window_get_screen_dpi),
5765         (ev_window_update_actions), (setup_view_from_metadata),
5766         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5767
5768         Take screen DPI into account when zooming. Fixes bug #318285.
5769
5770 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5771
5772         * data/Makefile.am:
5773
5774         Cleaned up/slightly refactored Makefile.am. Added GConf
5775         schemas uninstallation as well.
5776
5777 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5778
5779         * Makefile.am:
5780         * test/Makefile.am:
5781
5782         Fight with autotools to fix make check. Make distcheck
5783         works fine as well now!
5784
5785 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5786
5787         * shell/ev-view.c: (draw_end_presentation_page):
5788
5789         Corrected "end of presentation" string.
5790
5791 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5792
5793         * shell/ev-view.c: (ev_view_key_press_event):
5794
5795         Correctly propagate key press event so that up/down keys
5796         work as expected (correct behaviour was broken by
5797         black/white screen key bindings for presentations).
5798
5799 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5800
5801         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5802         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5803         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5804         (pdf_selection_get_selection_region),
5805         (pdf_selection_get_selection_map):
5806
5807         Add "static" to some private functions. 
5808
5809 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5810
5811         * lib/ev-tooltip.h:
5812         * properties/ev-properties-view.h:
5813         * shell/ev-jobs.h:
5814         * shell/ev-properties-dialog.h:
5815         * shell/ev-properties-fonts.h:
5816         * shell/ev-sidebar-links.h:
5817         * shell/ev-sidebar-thumbnails.h:
5818         * shell/ev-sidebar.h:
5819         * shell/ev-window.h:
5820         
5821         Fixes CHACK type in class casts. See bug #385343
5822         for details.
5823
5824 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5825
5826         * shell/ev-view-private.h:
5827         * shell/ev-view.c: (draw_end_presentation_page),
5828         (ev_view_expose_event), (ev_view_key_press_event),
5829         (ev_view_class_init), (ev_view_init):
5830
5831         Blank screen in presentation mode when pressing 'b' (filling with
5832         black) or 'w' (filling with white) keys. Fixes bug #358132.
5833
5834 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5835
5836         * data/evince-toolbar.xml:
5837         * shell/ev-window.c:
5838         
5839         Use stock icon for Select All action. Fixes
5840         bug #382652.
5841
5842 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5843
5844         * shell/ev-view.c: (get_doc_point_from_offset),
5845         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5846
5847         Add links support in rotated documents. Fixes bug #343733.
5848
5849 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5850
5851         * shell/ev-view-private.h:
5852         * shell/ev-view.c: (draw_end_presentation_page),
5853         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5854
5855         Show a blank page after the last page in presentation mode with a
5856         message indicating that presentation has finished and how to exit. 
5857
5858 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5859
5860         * shell/ev-window.c: (fullscreen_timeout_cb):
5861
5862         Hide cursor after a while in presentation mode. 
5863
5864 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5865
5866         * backend/ev-document-info.h:
5867         * data/evince-properties.glade:
5868         * pdf/ev-poppler.cc:
5869         * properties/ev-properties-view.c: (ev_regular_paper_size),
5870         (ev_properties_view_set_info):
5871         * ps/ps-document.c: (ps_document_get_info):
5872
5873         Adds a paper size field to the properties dialog. Fixes
5874         bug #307315. Patch by Kasper Svendsen (with some i18n
5875         changes done by me).
5876
5877 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5878
5879         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5880         (screensaver_init_dbus), (totem_scrsaver_new),
5881         (totem_scrsaver_init):
5882         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5883         * shell/ev-application.c: (ev_application_register_service),
5884         (ev_application_screensaver_enable),
5885         (ev_application_screensaver_disable):
5886         * shell/ev-application.h:
5887         * shell/ev-window.c: (ev_window_run_presentation),
5888         (ev_window_stop_presentation), (build_comments_string),
5889         (ev_window_init):
5890         
5891         Move screensaver handling to application. No more
5892         message on startup.
5893
5894 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5895
5896         * configure.ac:
5897         * backend/Makefile.am:
5898         * backend/ev-file-exporter.[ch]:
5899         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5900         * ps/ps-document.c: (ps_document_file_exporter_*):
5901         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5902         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5903         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5904         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5905
5906         Allow printing to PDF when suppoted by the backend.
5907         
5908 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5909
5910         * shell/ev-window.c: (build_comments_string):
5911
5912         Use always "Document Viewer" in about dialog. 
5913
5914 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5915
5916         * djvu/djvu-document.c: (djvu_document_get_page_size):
5917
5918         Display a warning message when get_pageinfo fails. 
5919
5920 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5921
5922         * Makefile.am:
5923         * backend/Makefile.am:
5924         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5925         * configure.ac:
5926         * shell/ev-window.c: (build_comments_string):
5927         
5928         Make pdf compilation optional. See bug #38007.
5929
5930 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5931
5932         * ps/ps.c: (get_next_text):
5933
5934         Fix CVE-2006-5864.
5935
5936 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5937
5938         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5939         * shell/ev-navigation-action.c: (connect_proxy),
5940         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5941         
5942         Do not call g_type_class_peek_parent twice.
5943
5944 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5945
5946         * configure.ac:
5947         * data/icons/24x24/.cvsignore:
5948         * data/icons/24x24/Makefile.am:
5949         * data/icons/24x24/evince.png:
5950         * data/icons/Makefile.am:
5951         
5952         Add 24x24 icon. Thanks to 
5953         Michael Monreal <infernux@web.de>.
5954
5955 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5956
5957         * configure.ac: Fix typo in configure.ac. Thanks
5958         to dmacks@netspace.org for notification.
5959
5960 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5961
5962         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5963         
5964         Drop dbus include, fixes compilation with older dbus.
5965
5966 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5967
5968         * configure.ac:
5969         * cut-n-paste/Makefile.am:
5970         * cut-n-paste/totem-screensaver/.cvsignore
5971         * cut-n-paste/totem-screensaver/Makefile.am:
5972         * cut-n-paste/totem-screensaver/README:
5973         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5974         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5975         * shell/Makefile.am:
5976         * shell/ev-window.c: (ev_window_run_presentation),
5977         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5978         (ev_window_init):
5979
5980         Implemented screensaver enabling/disabling for
5981         presentation mode (not fullscreen mode). Code stolen
5982         from Totem (with some minor tweaks). Fixes bug #338889.
5983
5984 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5985
5986         * configure.ac:
5987
5988         Bump gnome-icon-theme requirements. We use the rotation
5989         icons that appeared recently.
5990
5991 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5992
5993         * shell/ev-history.c: (ev_history_add_page):
5994         * shell/ev-history.h:
5995         * shell/ev-window.c: (page_changed_cb):
5996         
5997         Use page labels instead of numbers.
5998
5999 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6000
6001         * data/evince-toolbar.xml:
6002         * po/POTFILES.in:
6003         * shell/Makefile.am:
6004         * shell/ev-navigation-action-widget.c:
6005         (ev_navigation_action_widget_init),
6006         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6007         (menu_detacher), (ev_navigation_action_widget_set_menu),
6008         (menu_position_func), (popup_menu_under_arrow),
6009         (ev_navigation_action_widget_toggled),
6010         (ev_navigation_action_widget_button_press_event):
6011         * shell/ev-navigation-action-widget.h:
6012         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6013         (ev_navigation_action_set_window), (activate_menu_item_cb),
6014         (new_history_menu_item), (new_empty_history_menu_item),
6015         (build_menu), (menu_activated_cb), (connect_proxy),
6016         (create_tool_item), (ev_navigation_action_init),
6017         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6018         * shell/ev-navigation-action.h:
6019         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6020         (ev_page_action_widget_set_page_cache),
6021         (ev_page_action_widget_finalize),
6022         (ev_page_action_widget_class_init), (match_selected_cb),
6023         (display_completion_text), (match_completion), (build_new_tree_cb),
6024         (get_filter_model_from_model),
6025         (ev_page_action_widget_update_model):
6026         * shell/ev-page-action-widget.h:
6027         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6028         (connect_proxy):
6029         * shell/ev-page-action.h:
6030         * shell/ev-stock-icons.c:
6031         * shell/ev-stock-icons.h:
6032         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6033         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6034         (register_custom_actions):
6035         * shell/main.c:
6036         
6037         Preliminary history implementation
6038
6039 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6040
6041         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6042         (dvi_document_class_init), (dvi_document_init_params):
6043         * dvi/mdvi-lib/font.c: (font_reference):
6044         
6045         Add reference to subfont. Fixes bug #374277.
6046
6047 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6048
6049         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6050         (ev_window_cmd_file_open_copy_at_dest):
6051
6052         Fix a race condition when creating symlink. Increase the counter
6053         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6054         Mathias Hasselmann).
6055
6056 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6057
6058         * backend/Makefile.am:
6059         * backend/ev-attachment.c: (ev_attachment_open):
6060         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6061         (ev_tmp_dir), (ev_tmp_filename):
6062         * shell/ev-sidebar-attachments.c:
6063         (ev_sidebar_attachments_drag_data_get):
6064         * shell/ev-window.c: (ev_window_clear_temp_file):
6065
6066         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6067         in ensure_dir_exists. Abort without crashing when we can't create
6068         user's directory.
6069
6070 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6071
6072         * data/evince-ui.xml:
6073         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6074         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6075         (ev_window_cmd_file_open_copy_at_dest),
6076         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6077         (ev_view_popup_cmd_open_link_new_window):
6078
6079         Allow opening a copy of the current document in a new window. Fixes bug
6080         #357472
6081
6082 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6083
6084         * data/evince-toolbar.xml:
6085         
6086         Add rotate right and rotate left to available items for toolbar.
6087         
6088         * data/evince-ui.xml:
6089         * shell/ev-window.c: (ev_window_init):
6090         
6091         Customize toolbar with right click. Fixes bug #372451.
6092
6093 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6094
6095         * shell/ev-window.c: 
6096         
6097         Use "object-rotate-{left,right}" stock icons. Fixes 
6098         bug #373863.
6099
6100 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6101
6102         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6103         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6104         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6105         (ev_window_open_uri):
6106         * shell/main.c: (arguments_parse):
6107
6108         Remove temp file created when evince is used by GTK+ in
6109         preview mode. Fixes bug #365282. 
6110
6111 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6112
6113         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6114         
6115         Fixes bug #372474 - Side pane disabled when entering 
6116         and leaving fullscreen mode.
6117
6118 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6119
6120         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6121         * data/Makefile.am:
6122         * data/evince-preview-toolbar.xml:
6123         * data/evince-toolbar.xml:
6124         * shell/ev-application.c: (ev_application_shutdown),
6125         (ev_application_init), (ev_application_get_toolbars_model):
6126         * shell/ev-application.h:
6127         * shell/ev-window.c: (update_chrome_visibility),
6128         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6129         (ev_window_cmd_edit_toolbar), (ev_window_init):
6130         
6131         Fixes bug #364364 - toolbar editor shows zoom actions again.
6132
6133 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6134
6135         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6136
6137         Do not take margins into consideration for paper size when printing.
6138         Really fixes bug #350491.
6139
6140 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6141
6142         * data/evince-ui.xml:
6143         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6144         (ev_window_cmd_file_print_setup),
6145         (ev_window_print_dialog_response_cb),
6146         (ev_window_setup_action_sensitivity):
6147
6148         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6149
6150 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6151
6152         * shell/ev-window.c: (ev_window_print_range):
6153
6154         Revert my previuos commit, since printing to PDF is not supported by
6155         evince yet. 
6156
6157 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6158
6159         * shell/ev-window.c: (ev_window_print_range):
6160
6161         Enable print to a PDF. Fixes bug #332121.
6162
6163 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6164
6165         * shell/ev-application-service.xml:
6166         * shell/ev-application.[ch]: (ev_application_open_window),
6167         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6168         (ev_application_open_uri), (ev_application_open_uri_list):
6169         * shell/ev-window.c: (file_open_dialog_response_cb),
6170         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6171         (drag_data_received_cb), (open_remote_link):
6172         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6173
6174         Add support for multiscreen systems. Fixes bug #316206.
6175
6176 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6177
6178         * shell/ev-jobs.[ch]: (ev_job_print_new),
6179         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6180         (ev_job_print_do_page):
6181         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6182
6183         Allow printing only odd/even pages. Fixes bug #367289.
6184
6185 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6186
6187         * test/test1.py:
6188         * test/test2.py:
6189
6190         Re-add locale settings to test files.
6191
6192 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * data/evince-ui.xml:
6195         * shell/ev-window.c: (set_action_properties):
6196         
6197         Removed garbage from code and ui.
6198
6199 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6200
6201         * shell/ev-window.c: (ev_window_cmd_help_about):
6202
6203         Shamelessly add my name to the list of contributors.
6204
6205 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6206
6207         * test/test1.py:
6208         * test/test2.py:
6209
6210         Cleaned up the dogtail scripts.
6211
6212 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6213
6214         * shell/ev-view.c: (draw_loading_text): Don't render
6215         "loading..." text in presentation mode. Temporary
6216         workaround for bug #320352.
6217
6218 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6219
6220         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6221         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6222
6223         Use print settings scale, copies, collate and reverse which were
6224         ignored. Fixes bug #359032.
6225
6226 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6227
6228         * configure.ac:
6229         * data/evince-password.glade:
6230         * test/Makefile.am:
6231         * test/test-encrypt.pdf:
6232         * test/test-links.pdf:
6233         * test/test1.py:
6234         * test/test2.py:
6235
6236         Add automated UI tests for evince with dogtail. See
6237         bug #300948.    
6238
6239 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6240
6241         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6242
6243         Hide fullscreen toolbar when switching to another desktop workspace.
6244         Fixes bug #338871
6245
6246 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6247
6248         * shell/ev-window-title.c: 
6249         
6250         Test for .dvi in title of pdf documents.
6251
6252 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6253
6254         * shell/ev-view.c: (ev_view_scroll):
6255
6256         Page Up/Down should do page jumps in "Best fit" mode.
6257         If a user has explicitly chosen to view exactly one page
6258         at a time, scrolling just a part of the page when
6259         pressing Page Up/Down is not right. Fixes bug #323107.
6260
6261 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6262
6263         * NEWS:
6264         * configure.ac:
6265         
6266         Update for 0.6.1
6267
6268 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6269
6270         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6271         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6272         
6273         Correctly disconnect from job signals on destroy.
6274
6275 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6276
6277         * shell/ev-view-private.h:
6278         * shell/ev-view.c: (view_set_adjustment_values),
6279         (view_update_range_and_current_page),
6280         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6281         
6282         Fixes bug #343199, current page now follows find page.
6283
6284 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6285
6286         * backend/ev-document-factory.c:
6287         * configure.ac:
6288         Assigned OpenDocument presenation MIME type to the
6289         Impress backend. Added some missing (but harmless)
6290         #ifdefs in the document factory as well to make things
6291         consistent again. Fixes bug #360658.
6292
6293 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6294
6295         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6296         * backend/ev-document-find.c: (ev_document_find_get_type):
6297         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6298         * backend/ev-document-links.c: (ev_document_links_get_type):
6299         * backend/ev-document-security.c: (ev_document_security_get_type):
6300         * backend/ev-document-thumbnails.c:
6301         (ev_document_thumbnails_get_type):
6302         * backend/ev-document.c: (ev_document_get_type):
6303         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6304         * backend/ev-selection.c: (ev_selection_get_type):
6305         * cut-n-paste/recent-files/egg-recent-model.c:
6306         (egg_recent_model_get_type):
6307         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6308         (egg_recent_view_uimanager_get_type):
6309         * cut-n-paste/recent-files/egg-recent-view.c:
6310         (egg_recent_view_get_type):
6311         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6312         (egg_editable_toolbar_get_type):
6313         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6314         (egg_toolbar_editor_get_type):
6315         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6316         (egg_toolbars_model_get_type):
6317         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6318         (egg_tree_multi_drag_source_get_type):
6319         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6320         (ephy_zoom_action_get_type):
6321         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6322         (ephy_zoom_control_get_type):
6323         * impress/r_back.c: (_imp_fill_back):
6324         * properties/ev-properties-main.c:
6325         (ev_properties_plugin_register_type):
6326         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6327         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6328         (ev_view_accessible_factory_get_type):
6329
6330         Reduce relocations. Bug #360616.
6331
6332 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6333
6334         * backend/ev-document-factory.c:
6335         (ev_document_factory_get_document):
6336         
6337         Load document even if extension is wrong.
6338
6339 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6340
6341         * shell/ev-metadata-manager.c: (save_values):
6342         * shell/ev-window.c: (setup_size_from_metadata),
6343         (setup_view_from_metadata), (ev_window_setup_document),
6344         (ev_window_xfer_job_cb), (window_configure_event_cb):
6345         
6346         Set size according to the document size/page size ratio.
6347         That should correct rather wierd behaviour of the previous
6348         commit.
6349
6350 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6351
6352         * shell/ev-window.c: (setup_view_from_metadata):
6353         
6354         Set size for new windows from previous window size.
6355         See bugs #354968 and #168450 for details. Thanks
6356         to Meik Hellmund.
6357
6358 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6359
6360         * djvu/djvu-links.c: (build_tree):
6361
6362         Fix memory leak.
6363
6364 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6365
6366         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6367         
6368         Don't make sidebar close button insensitive. Fixes
6369         bug #357871.
6370
6371 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6372
6373         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6374         (ev_window_set_view_accels_sensitivity):
6375         
6376         Don't enable Slash on documents which don't support
6377         find. Fixes bug #358648.
6378
6379 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6380
6381         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6382         open dialog fall back to the current document uri if the
6383         filechooser hasn't been used before. Fixes bug #356980.
6384
6385 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6386
6387         * shell/ev-window.c: (ev_window_setup_recent), 
6388         (ev_window_get_recent_file_label):
6389
6390         Escape underscores in filenames of recent file items.
6391
6392 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6393
6394         * configure.ac:
6395         
6396         Bumped poppler requirements, really 0.5.3 is very 
6397         buggy, now we require 0.5.4.
6398
6399 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6400
6401         * djvu/Makefile.am:
6402         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6403         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6404         (djvu_document_document_links_iface_init):
6405         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6406         (number_from_string_10), (get_djvu_link_dest),
6407         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6408         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6409         (djvu_links_get_links), (djvu_links_find_link_dest),
6410         (djvu_links_get_links_model):
6411         * djvu/djvu-links.h:
6412         
6413         Add support for links and bookmarks in djvu documents. Thanks
6414         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6415         patch.
6416
6417 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6418
6419         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6420         
6421         Reopen should reload document. Fixes 
6422         bug 327951.
6423
6424 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6425
6426         * configure.ac:
6427         * data/Makefile.am:
6428         * data/evince-16.png:
6429         * data/evince-22.png:
6430         * data/evince.png:
6431         * data/evince.svg:
6432         * data/icons/16x16/Makefile.am:
6433         * data/icons/16x16/evince.png:
6434         * data/icons/22x22/Makefile.am:
6435         * data/icons/22x22/evince.png:
6436         * data/icons/48x48/Makefile.am:
6437         * data/icons/48x48/evince.png:
6438         * data/icons/Makefile.am:
6439         * data/icons/scalable/Makefile.am:
6440         * data/icons/scalable/evince.svg:
6441         
6442         Install icons with correct names. Fixes
6443         bug #354429.
6444
6445 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6446
6447         * shell/ev-view.c: (ev_view_button_release_event):
6448
6449         Don't open links with middle mouse button. Fixes bug #353649
6450
6451 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6452
6453         * NEWS:
6454         * configure.ac:
6455         
6456         Update for release 0.6.0
6457
6458 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6459
6460         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6461         Implement Close named action. Patch by Carlos Garcia Campos.
6462
6463 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6464
6465         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6466         
6467         Don't clear link mapping on copy_job_to_job_info. Fixes
6468         bug 346168.
6469
6470 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6471
6472         * shell/main.c: (main):
6473
6474         Revert my previous commit, gnome_program_init owns the option context.
6475         Fix another memory leak in main. Both caught by Christian Persch. 
6476
6477 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6478
6479         * shell/main.c: (main):
6480
6481         Fix memory leak.
6482
6483 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6484
6485         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6486
6487         Fix crash when opening a pdf with password protection. 
6488
6489 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6490
6491         * pdf/ev-poppler.cc: (pdf_document_search_free):
6492
6493         Fix memory leak. 
6494
6495 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6496
6497         * backend/ev-document-factory.c:
6498         (ev_document_factory_get_document):
6499         * tiff/tiff-document.c: (tiff_document_finalize):
6500         
6501         More correct handling of document loading. Fixes
6502         bug #349043.
6503
6504 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6505
6506         * backend/ev-attachment.c: (ev_attachment_save):
6507
6508         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6509         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6510
6511 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6512         
6513         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6514         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6515
6516 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6517
6518         * shell/ev-sidebar-thumbnails.c:
6519
6520         Do not render thumbnails unless thumbnails page is active in the
6521         sidebar.
6522
6523 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6524
6525         * shell/ev-properties-dialog.c:
6526
6527         Fix dialogue spacing. Bug #351370.
6528
6529 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6530
6531         * configure.ac:
6532
6533         Use lowercase gettext catalog file names (evince.mo
6534         instead of Evince.mo)
6535
6536 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6537
6538         * shell/ev-sidebar-attachments.c:
6539
6540         GtkIconTheme is now screen safe too. Fixes bug #350878
6541
6542 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6543
6544         * shell/ev-window.c:
6545
6546         GtkRecent manager is now screen safe. Fixes bug #350145
6547
6548 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6549
6550         * shell/ev-sidebar.c: (ev_sidebar_init):
6551         
6552         Make sidebar close icon smaller. Fix for bug 350177.
6553         See also bugs 350176 and 165770.
6554
6555 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6556
6557         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6558
6559         Ignore zoom for xyz destinations when it's <= 1, keeping user
6560         preferences instead. Set correct sizing-mode for fith and fitv
6561         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6562
6563 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6564
6565         * NEWS:
6566         * configure.ac:
6567         
6568         Update for release 0.5.5
6569
6570 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6571         
6572         * shell/ev-window.c: (ev_window_cmd_escape)
6573
6574         Escape unfocus page entry. Fixes bug #345809.
6575
6576 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6577
6578         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6579         (build_tree), (pdf_document_links_get_links),
6580         (pdf_document_links_find_link_dest):
6581         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6582         (goto_xyz_dest):
6583
6584         Convert from PDF style coordinates to X style coordinates in the
6585         backend rather than in the view. Fixes bug #338440
6586
6587 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6588
6589         * shell/ev-window.c:
6590         
6591         Remove Ctrl+Shift+T shortcut for toolbars. See
6592         the bug #350098.
6593
6594 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6595
6596         * configure.ac:
6597
6598         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6599         of this. 
6600
6601 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6602
6603         * configure.ac:
6604         * cut-n-paste/Makefile.am:
6605         * data/evince-ui.xml:
6606         * shell/Makefile.am:
6607         * shell/ev-application.[ch]:
6608         * shell/ev-window.c:
6609
6610         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6611         #349273
6612
6613 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6614
6615         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6616         findbar code: s/help/search/
6617
6618 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6619
6620         * shell/ev-window.c: (setup_document_from_metadata),
6621         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6622         (setup_view_from_metadata):
6623         
6624         Fix memory leaks.
6625
6626 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6627
6628         * autogen.sh, configure.ac: 
6629         
6630         Update automake usage. See bug 349292.
6631
6632 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6633
6634         * shell/eggfindbar.c: (egg_find_bar_class_init),
6635         (entry_activate_callback), (egg_find_bar_init),
6636         (egg_find_bar_set_status_text):
6637         * shell/eggfindbar.h:
6638         
6639         Unify Evince findbar with Epiphany. Nice patch
6640         from Fabricio Silva <silva@crans.org> and
6641         Frederic Peters <fpeters@entrouvert.com>. See
6642         bug #339966 for details.
6643
6644 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6645
6646         * data/evince.desktop.in.in:
6647         
6648         Correct information for bugzilla. Thanks to
6649         Olaf Vitters, see bug #348855.
6650
6651 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6652
6653         * shell/ev-jobs.[ch]:
6654         * shell/ev-sidebar-links.c:
6655         * shell/ev-window.[ch]:
6656
6657         GtkPrintJob doesn't support print ranges or current page, so we export
6658         to a ps file now when printing ranges or current page.
6659
6660 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6661
6662         * pdf/ev-poppler.cc:
6663         * shell/ev-window.c: (do_action_named):
6664
6665         We should be more clear about bugzilla. See the
6666         poppler bug #7623.
6667
6668 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6669
6670         * configure.ac:
6671         * shell/Makefile.am:
6672         * shell/ev-job-queue.c:
6673         * shell/ev-jobs.[ch]:
6674         * shell/ev-sidebar-links.c:
6675         * shell/ev-window.[ch]:
6676         
6677         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6678         #348422
6679
6680 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6681
6682         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6683         * shell/ev-application-service.xml:
6684         * shell/ev-application.[ch]:
6685         * shell/ev-jobs.[ch]:
6686         * shell/ev-window.[ch]: (ev_window_run_preview):
6687         * shell/main.c: 
6688
6689         Add preview mode to use evince as a printing previewer. It also adds
6690         other command line options for fullscreen and presentation modes.
6691         Fixes bugs #347822, #317031
6692
6693 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6694
6695         * NEWS:
6696         * configure.ac:
6697         
6698         Update for release 0.5.4
6699
6700 2006-07-11  Bastien Nocera <hadess@hadess.net>
6701
6702         * Makefile.am:
6703         * backend/Makefile.am:
6704         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6705         * backend/ev-document-factory.h:
6706         * configure.ac:
6707         * impress/.cvsignore:
6708         * impress/Makefile.am:
6709         * impress/common.h:
6710         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6711         (imp_get_page), (imp_next_page), (imp_prev_page),
6712         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6713         * impress/f_oasis.c: (render_object), (render_page),
6714         (get_geometry), (_imp_oasis_load):
6715         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6716         (_imp_oo13_load):
6717         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6718         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6719         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6720         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6721         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6722         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6723         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6724         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6725         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6726         (iks_new_within), (iks_insert), (iks_insert_cdata),
6727         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6728         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6729         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6730         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6731         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6732         (iks_cdata), (iks_cdata_size), (iks_has_children),
6733         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6734         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6735         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6736         (iks_tree), (iks_load), (iks_save):
6737         * impress/iksemel.h:
6738         * impress/imposter.h:
6739         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6740         (imp_render_draw_bezier_real), (imp_render_get_size),
6741         (imp_render_set_fg_color), (imp_render_draw_line),
6742         (imp_render_draw_rect), (imp_render_draw_polygon),
6743         (imp_render_draw_arc), (imp_render_draw_bezier),
6744         (imp_render_open_image), (imp_render_get_image_size),
6745         (imp_render_scale_image), (imp_render_draw_image),
6746         (imp_render_close_image), (imp_render_markup),
6747         (imp_render_get_text_size), (imp_render_draw_text),
6748         (impress_document_load), (impress_document_save),
6749         (impress_document_get_n_pages), (impress_document_get_page_size),
6750         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6751         (impress_document_finalize), (impress_document_class_init),
6752         (impress_document_can_get_text), (impress_document_get_info),
6753         (impress_document_document_iface_init),
6754         (impress_document_thumbnails_get_thumbnail),
6755         (impress_document_thumbnails_get_dimensions),
6756         (impress_document_document_thumbnails_iface_init),
6757         (impress_document_init):
6758         * impress/impress-document.h:
6759         * impress/internal.h:
6760         * impress/r_back.c: (_imp_fill_back):
6761         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6762         (_imp_draw_image), (_imp_tile_image):
6763         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6764         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6765         (r_polyline):
6766         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6767         (r_draw_gradient_complex), (r_draw_gradient):
6768         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6769         (r_get_bullet):
6770         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6771         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6772         (r_text):
6773         * impress/render.c: (imp_create_context), (imp_context_set_page),
6774         (imp_context_set_step), (imp_render), (imp_delete_context):
6775         * impress/render.h:
6776         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6777         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6778         (zip_load_xml), (zip_get_size), (zip_load):
6779         * impress/zip.h:
6780         * shell/ev-utils.c:
6781         
6782         New backend to support impress slides. Fixes bug #30867.
6783
6784 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6785
6786         * shell/ev-utils.c: (using_postscript_printer):
6787         
6788         Fixes crash when print using PAPI backend,
6789         bug #345012.
6790
6791 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6792
6793         * shell/ev-jobs.c: (ev_job_xfer_run):
6794         * shell/ev-window.c: (password_dialog_response),
6795         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6796         (ev_window_dispose):
6797         Fixes bug #344160: if the xfer job doesn't complete
6798         because a password is required, reload the existing
6799         instance instead of creating a new one.
6800
6801 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6802
6803         * shell/main.c: (main): Call gdk_threads_init. Thus
6804         we'll avoid errors in auth dialog. Fix for the bug
6805         #343347.
6806
6807 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6808
6809         * configure.ac: Advertise pixbuf support, fix
6810         for the bug 343317.
6811
6812 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6813
6814         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6815         (ev_sidebar_thumbnails_set_document):
6816         
6817         Update sidebar thumbnails after reloading.
6818
6819 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6820
6821         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6822         * shell/ev-jobs.h:
6823         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6824         (ev_window_cmd_view_reload), (ev_window_init):
6825         
6826         Don't crash on reload. Fix for the bug #343167.
6827
6828 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6829
6830         * shell/ev-jobs.c: (ev_job_render_run):
6831         
6832         Check for document links.
6833
6834 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6835
6836         * backend/ev-attachment.c: (ev_attachment_save),
6837         (ev_attachment_launch_app), (ev_attachment_open):
6838         * backend/ev-document-factory.c: (get_document_from_uri):
6839         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6840         (egg_recent_view_uimanager_set_list):
6841         * ps/ps-document.c: (check_filecompressed), (document_load),
6842         (ps_document_load):
6843         * shell/ev-metadata-manager.c: (load_values):
6844         * shell/ev-password.c: (ev_password_dialog_set_property):
6845         * shell/ev-view.c: (tip_from_link):
6846         * shell/ev-window.c: (file_save_dialog_response_cb),
6847         (ev_window_print_dialog_response_cb):
6848         
6849         Use consistent quoting style. Fix for the bug #320285.
6850
6851 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6852
6853         * shell/ev-jobs.c: (ev_job_xfer_run):
6854         * shell/main.c: (load_files):
6855                 
6856         Open links with anchors. Fix for the bug #339836.
6857
6858 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6859
6860         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6861         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6862         (ev_link_dest_set_property), (ev_link_dest_finalize),
6863         (ev_link_dest_class_init), (ev_link_dest_new_named),
6864         (ev_link_dest_new_page_label):
6865         * backend/ev-link-dest.h:
6866         * shell/ev-application.c: (ev_application_open_uri):
6867         * shell/ev-view.c: (goto_dest):
6868         * shell/ev-window.c:
6869         * shell/ev-window.h:
6870         
6871         Fix page-label command line option. Bug #342070.
6872
6873 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6874
6875         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6876         
6877         Don't show highlight rects if page can't be showed. Fix for 
6878         the bug #342076
6879
6880 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6881
6882         * shell/ev-window.c: (setup_sidebar_from_metadata),
6883         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6884         
6885         Setup sidebar from metadata even if there is no document
6886         loaded. Fix for the bug #342807.
6887
6888 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6889
6890         * cut-n-paste/toolbar-editor/Makefile.am:
6891         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6892         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6893         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6894         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6895         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6896         (popup_context_menu_cb), (button_press_event_cb),
6897         (configure_item_sensitivity), (configure_item_cursor),
6898         (configure_item_tooltip), (connect_widget_signals),
6899         (action_sensitive_cb), (create_item_from_action),
6900         (create_item_from_position), (toolbar_drag_data_received_cb),
6901         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6902         (toolbar_drag_leave_cb), (configure_drag_dest),
6903         (toggled_visibility_cb), (toolbar_visibility_refresh),
6904         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6905         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6906         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6907         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6908         (egg_editable_toolbar_dispose),
6909         (egg_editable_toolbar_set_ui_manager),
6910         (egg_editable_toolbar_get_selected),
6911         (egg_editable_toolbar_set_selected), (set_edit_mode),
6912         (egg_editable_toolbar_set_property),
6913         (egg_editable_toolbar_get_property),
6914         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6915         (egg_editable_toolbar_new_with_model),
6916         (egg_editable_toolbar_get_edit_mode),
6917         (egg_editable_toolbar_set_edit_mode),
6918         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6919         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6920         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6921         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6922         (item_added_or_removed_cb), (toolbar_removed_cb),
6923         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6924         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6925         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6926         (editor_create_item_from_name), (append_table),
6927         (update_editor_sheet), (egg_toolbar_editor_init):
6928         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6929         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6930         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6931         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6932         (toolbar_node_free), (egg_toolbars_model_get_flags),
6933         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6934         (egg_toolbars_model_get_name), (impl_add_item),
6935         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6936         (parse_data_list), (parse_item_list), (parse_toolbars),
6937         (egg_toolbars_model_load_toolbars), (parse_available_list),
6938         (parse_names), (egg_toolbars_model_load_names),
6939         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6940         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6941         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6942         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6943         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6944         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6945         (egg_toolbars_model_set_types), (fill_avail_array),
6946         (egg_toolbars_model_get_name_avail),
6947         (egg_toolbars_model_get_name_flags),
6948         (egg_toolbars_model_set_name_flags):
6949         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6950         * cut-n-paste/toolbar-editor/eggintl.h:
6951         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6952         (egg_tree_multi_drag_source_get_type),
6953         (egg_tree_multi_drag_source_row_draggable),
6954         (egg_tree_multi_drag_source_drag_data_delete),
6955         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6956         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6957         (path_list_free), (set_context_data), (get_context_data),
6958         (get_info), (egg_tree_multi_drag_drag_data_get),
6959         (egg_tree_multi_drag_motion_event),
6960         (egg_tree_multi_drag_button_press_event),
6961         (egg_tree_multi_drag_add_drag_support):
6962         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6963         * shell/ev-application.c: (ev_application_init),
6964         (ev_application_save_toolbars_model):
6965         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6966         (ev_window_cmd_edit_toolbar), (ev_window_init):
6967         
6968         Sync toolbareditor with epiphany and libegg
6969
6970 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6971
6972         * configure.ac: 
6973
6974         Depend on poppler 0.5.2
6975
6976 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6977
6978         * shell/ev-jobs.c: (ev_job_render_run):
6979         
6980         Check if document supports links iterface.
6981
6982 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6983
6984         * NEWS:
6985         * configure.ac:
6986         
6987         Update for release 0.5.3
6988
6989 2006-05-13  Michael Plump  <plumpy@skylab.org>
6990
6991         * configure.ac:
6992         * shell/Makefile.am:
6993         * shell/main.c: (main):
6994         
6995         Port to GOption command line parsing. Fix for the 
6996         bug #327518
6997
6998 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6999
7000         * shell/ev-window.c: (ev_window_cmd_help_about):
7001         
7002         Do not wrap license. Fix for the bug #309460.
7003
7004 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7005
7006         * configure.ac:
7007         * properties/ev-properties-main.c: (ev_properties_get_pages):
7008         * shell/ev-application.c: (ev_application_open_window),
7009         (ev_application_open_uri_at_dest):
7010         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7011         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7012         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7013         * shell/ev-utils.c: (save_print_config_to_file):
7014         * shell/ev-window.c: (ev_window_cmd_save_as),
7015         (ev_attachment_popup_cmd_save_attachment_as):
7016         * shell/main.c: (load_files_remote):
7017         
7018         Bump requirements to gtk 2.8 and drop all ifdefs used.
7019
7020 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7021
7022         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7023         * shell/ev-window.c: (ev_window_init):
7024         
7025         Show attachments page.
7026
7027 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7028
7029         * po/POTFILES.in:
7030         * shell/ev-attachment-bar.c:
7031         * shell/ev-attachment-bar.h:
7032         * shell/ev-sidebar-attachments.c:
7033         (ev_sidebar_attachments_icon_cache_add),
7034         (icon_theme_get_pixbuf_from_mime_type),
7035         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7036         (ev_sidebar_attachments_icon_cache_refresh),
7037         (ev_sidebar_attachments_get_attachment_at_pos),
7038         (ev_sidebar_attachments_popup_menu_show),
7039         (ev_sidebar_attachments_popup_menu),
7040         (ev_sidebar_attachments_button_press),
7041         (ev_sidebar_attachments_update_icons),
7042         (ev_sidebar_attachments_drag_data_get),
7043         (ev_sidebar_attachments_get_property),
7044         (ev_sidebar_attachments_destroy),
7045         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7046         (ev_sidebar_attachments_new),
7047         (ev_sidebar_attachments_set_document),
7048         (ev_sidebar_attachments_support_document),
7049         (ev_sidebar_attachments_get_label),
7050         (ev_sidebar_attachments_page_iface_init):
7051         * shell/ev-sidebar-attachments.h:
7052         * shell/ev-window.c: (update_chrome_visibility),
7053         (setup_sidebar_from_metadata), (ev_window_setup_document),
7054         (ev_window_sidebar_current_page_changed_cb),
7055         (attachment_bar_menu_popup_cb), (ev_window_init):
7056         
7057         Move attachments bar to sidebar.
7058
7059 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7060
7061         * pdf/ev-poppler.cc:
7062         * shell/ev-application.[ch]:
7063         * shell/main.c:
7064
7065         Fix some memory leaks.
7066
7067 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7068
7069         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7070
7071         Change the properties dialog response to
7072         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7073         will make the dialog go away when the user presses
7074         enter. With gtk+ >= 2.9 this will happen anyway, but for
7075         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7076         escape by default. Fixes bug #340539. See also bug
7077         #101293 for the gtk+ part.
7078
7079 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7080
7081         * shell/ev-view.c (tip_from_action_named): Replace some strings
7082         that were wrong. Closes #340970.
7083
7084 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7085
7086         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7087
7088         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7089         #341049
7090
7091 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7092
7093         * djvu/Makefile.am:
7094         * dvi/Makefile.am:
7095         * dvi/mdvi-lib/Makefile.am:
7096         * properties/Makefile.am:
7097         * ps/Makefile.am:
7098         * shell/Makefile.am:
7099         * thumbnailer/Makefile.am:
7100         
7101         Due to broken libtool that is unable to track dependencies
7102         of noinst libraries we are forced to explicitely point
7103         libraries for binary. Fix for the bug #333334.
7104
7105 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7106
7107         * data/evince.desktop.in.in:
7108         * shell/ev-view.c: (view_update_range_and_current_page),
7109         (ev_view_next_page), (ev_view_previous_page):
7110         * shell/ev-window.c: (update_chrome_visibility),
7111         (setup_sidebar_from_metadata), (ev_window_setup_document),
7112         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7113         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7114         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7115         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7116         (ev_window_stop_presentation), (ev_window_focus_in_event),
7117         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7118         (ev_window_init):
7119         * thumbnailer/Makefile.am:
7120         
7121         Update fullscreen and presentation timeout handling. Hide
7122         cursor in presentation after timeout. Fix for the bugs
7123         #136359 and #336981.
7124
7125 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7126
7127         * backend/ev-link-action.[ch]:
7128         * pdf/ev-poppler.cc: (ev_link_from_action):
7129         * shell/ev-view-private.h:
7130         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7131         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7132
7133         Add support for Named Action links
7134
7135 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7136
7137         * backend/Makefile.am:
7138         * backend/ev-document-links.[ch]:
7139         * backend/ev-document.[ch]:
7140         * backend/ev-link-action.[ch]:
7141         * backend/ev-link-dest.[ch]:
7142         * backend/ev-link.[ch]:
7143         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7144         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7145         * shell/ev-page-action.c: (build_new_tree_cb):
7146         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7147         (links_page_num_func), (update_page_callback):
7148         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7149         (tip_from_link):
7150         * shell/ev-jobs.c:
7151         * shell/ev-window.[ch]: (ev_window_open_uri),
7152         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7153         * shell/ev-application.[ch]: (ev_application_open_window),
7154         (ev_application_open_uri):
7155
7156         Rework links system, it adds support for remote links now and it makes
7157         easier to add new kinds of actions and destinations. Fixes bug #317292
7158
7159 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7160
7161         * data/Makefile.am:
7162         * data/evince.png:
7163         * data/evince-16.png:
7164         * data/evince-22.png:
7165         * data/evince.svg:
7166         * shell/main.c: (main):
7167         
7168         Evince use it's own icon. Fix for the bug #313392.
7169
7170         * shell/ev-window.c: (fullscreen_timeout_cb),
7171         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7172         (ev_window_cmd_help_about), (ev_window_dispose):
7173         
7174         Simplify fullscreen timeout code.
7175
7176 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7177
7178         * backend/ev-attachment.c: 
7179         * shell/ev-attachment-bar.c:
7180         * shell/ev-window.c:
7181
7182         Allow multiple selection of attachments
7183
7184 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7185
7186         * shell/ev-view.c: (view_update_range_and_current_page),
7187         (ev_view_scroll):
7188         
7189         Fix for the bug #312573 – Optimal selection of current 
7190         page among visible pages.
7191
7192 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7193
7194         * configure.ac:
7195         * djvu/Makefile.am:
7196         * djvu/djvu-text.h:
7197         
7198         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7199         for the bug 339868.
7200
7201 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7202
7203         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7204
7205 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7206
7207         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7208         dictated by the GNOME HIG. Fixes bug #339235.
7209
7210 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7211
7212         * data/evince-ui.xml:
7213         * shell/ev-view.c: (ev_view_can_find_previous):
7214         * shell/ev-view.h:
7215         * shell/ev-window.c: (ev_window_update_actions),
7216         (ev_window_cmd_edit_find_previous):
7217
7218         Add support for "Find Previous" as dictated by the GNOME HIG. A
7219         menu item is added and some glue code to make it all work is added
7220         to various files.
7221
7222 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7223
7224         * configure.ac: Award myself the "useless use of cat" award.
7225
7226 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7227
7228         * po/LINGUAS: New file listing all supported languages.
7229
7230         * configure.in: Use po/LINGUAS instead of including all languages
7231         directly in this file. See the wiki for more information:
7232         http://live.gnome.org/GnomeGoals/PoLinguas
7233
7234 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7235
7236         * backend/ev-document-factory.c:
7237
7238         Do not load the document twice when there isn't errors
7239
7240 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7241
7242         * backend/ev-attachment.c: 
7243
7244         Fix a crash when there isn't a default application to open an
7245         attachment
7246
7247 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7248
7249         * backend/ev-attachment.[ch]:
7250         * shell/ev-attachment-bar.[ch]:
7251
7252         Added missing files. 
7253
7254 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7255
7256         * backend/Makefile.am:
7257         * data/evince-ui.xml:
7258         * backend/ev-attachment.[ch]:
7259         * backend/ev-document.[ch]: (ev_document_has_attachments),
7260         (ev_document_get_attachments):
7261         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7262         (attachment_save_to_buffer), (pdf_document_get_attachments),
7263         (pdf_document_document_iface_init):
7264         * shell/Makefile.am:
7265         * shell/ev-attachment-bar.[ch]:
7266         * shell/ev-window.c:
7267
7268         Add support for PDF attachments. Fixes bug #325143
7269
7270 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7271
7272         * backend/ev-document-factory.c: (get_document_from_uri),
7273         (ev_document_factory_get_document):
7274         * backend/ev-document-factory.h:
7275         * properties/ev-properties-main.c: (ev_properties_get_pages):
7276         * shell/Makefile.am:
7277         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7278         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7279         (ev_job_queue_remove_job):
7280         * shell/ev-job-queue.h:
7281         * shell/ev-job-xfer.c:
7282         * shell/ev-job-xfer.h:
7283         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7284         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7285         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7286         (ev_job_xfer_run):
7287         * shell/ev-jobs.h:
7288         * shell/ev-window.c: (ev_window_is_empty),
7289         (password_dialog_response), (ev_window_clear_xfer_job),
7290         (ev_window_xfer_job_cb), (ev_window_open_uri),
7291         (ev_window_cmd_focus_page_selector),
7292         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7293         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7294         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7295         (ev_window_dispose):
7296         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7297         
7298         * Cleanup mime type detection on document load. Fix for the
7299         bug #336448.
7300
7301 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7302
7303         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7304         
7305         Fix crash on exit, described in the bug #336825.
7306
7307 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7308
7309         * backend/ev-document-factory.c:
7310         (ev_document_factory_get_from_mime),
7311         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7312         (ev_document_factory_get_document),
7313         (file_filter_add_mime_list_and_free),
7314         (ev_document_factory_add_filters):
7315         * backend/ev-document-factory.h:
7316         * properties/ev-properties-main.c: (ev_properties_get_pages):
7317         * shell/Makefile.am:
7318         * shell/ev-application.c:
7319         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7320         * shell/ev-window.c: (ev_window_cmd_file_open),
7321         (ev_window_cmd_save_as):
7322         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7323         
7324         Rework factory functions so they are placed now in a single 
7325         file ev-document-factory.c
7326
7327 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7328
7329         * shell/ev-window.c: (update_chrome_visibility):
7330         
7331         Fix for the bug 166566 - don't show menubar in fullscreen
7332         mode.
7333
7334 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7335
7336         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7337
7338 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7339
7340         * shell/ev-view.c: (ev_view_expose_event):
7341         
7342         More correctly draw loading text when document
7343         is empty.
7344
7345 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7346
7347         * shell/ev-view.c: (ev_view_scroll):
7348         
7349         Fix for the bug #334854, page down and page up switch
7350         pages in presentation mode.
7351
7352 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7353
7354         * shell/ev-window.c: (ev_window_set_action_sensitive),
7355         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7356         (ev_window_set_view_accels_sensitivity),
7357         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7358         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7359         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7360         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7361         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7362         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7363         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7364         (view_actions_focus_in_cb), (ev_window_init):
7365         
7366         Fix for the bug #333902, now it's possible to search
7367         words with slash.
7368
7369 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7370
7371         * configure.ac: Added Breton translation.
7372         * po/br.po: Added Breton translation.
7373
7374 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7375
7376         * shell/ev-window-title (ev_window_title_update):
7377
7378         Fix memory leak in window title. Fixes bug #333944
7379
7380 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7381
7382         * shell/ev-metadata-manager.c (parseItem):
7383
7384         Fix memory leaks. Fixes bug #333945
7385
7386 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7387         
7388         * NEWS, configure.ac, TODO:
7389         
7390         Update for release 0.5.2.
7391
7392 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7393
7394         * shell/ev-view.c: (view_update_range_and_current_page),
7395         (page_changed_cb):
7396         
7397         Don't jump on scrolling, fix for the bug #333127.
7398
7399 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7400
7401         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7402         
7403         Scroll by one page in presentation mode. Fix for the bug
7404         #332993.
7405
7406 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7407
7408         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7409
7410 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7411
7412         * configure.ac  Added lv in ALL_LINGUAS line.
7413
7414 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7415         
7416         * NEWS, configure.ac:
7417         
7418         Update for release 0.5.1
7419
7420 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7421
7422         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7423         * backend/ev-document-misc.h:
7424         * shell/ev-view.c: (draw_one_page):
7425         
7426          Clairfy what page the toolbar page number applies to. Fix
7427          for the bug #328102.
7428
7429 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7430
7431         * shell/ev-view-private.h:
7432         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7433         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7434         (ev_view_search_changed):
7435         * shell/ev-view.h:
7436         * shell/ev-window.c: (find_bar_search_changed_cb):
7437         
7438         Dont't jump to find result if window was scrolled during search.
7439         Fix for the bug #313266.
7440
7441 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7442
7443         * shell/eggfindbar.c: (egg_find_bar_class_init):
7444         * shell/eggfindbar.h:
7445         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7446         * shell/ev-view-private.h:
7447         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7448         (ev_view_class_init), (ev_sizing_mode_get_type),
7449         (ev_scroll_type_get_type):
7450         * shell/ev-view.h:
7451         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7452         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7453         (ev_window_init):
7454         
7455         Fix for the bug 319133 - Find entry should allow text scroll.
7456
7457 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7458
7459         * shell/ev-view-private.h:
7460         * shell/ev-view.c: (view_update_range_and_current_page),
7461         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7462         (ev_view_set_document), (update_find_status_message),
7463         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7464         (ev_view_find_previous):
7465         
7466         Fix for the bug #319137. Search now takes account for scrolling.
7467
7468 2006-02-19  Michael Hofmann <mh21@piware.de>
7469
7470         * configure.ac:
7471         * djvu/Makefile.am:
7472         * djvu/djvu-document-private.h:
7473         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7474         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7475         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7476         (djvu_document_can_get_text), (djvu_document_get_text),
7477         (djvu_document_document_iface_init),
7478         (djvu_document_thumbnails_get_thumbnail),
7479         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7480         (djvu_document_find_get_result),
7481         (djvu_document_find_page_has_results),
7482         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7483         (djvu_document_find_iface_init):
7484         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7485         (djvu_text_page_selection), (djvu_text_page_limits_process),
7486         (djvu_text_page_limits), (djvu_text_page_copy),
7487         (djvu_text_page_position), (djvu_text_page_union),
7488         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7489         (djvu_text_page_box), (djvu_text_page_append_text),
7490         (djvu_text_page_search), (djvu_text_page_prepare_search),
7491         (djvu_text_page_new), (djvu_text_page_free):
7492         * djvu/djvu-text-page.h:
7493         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7494         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7495         (djvu_text_n_results), (djvu_text_has_results),
7496         (djvu_text_get_result), (djvu_text_get_progress):
7497         * djvu/djvu-text.h:
7498         
7499         Text search in djvu. Fix for the bug #303415.
7500
7501 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7502
7503         * configure.ac:
7504         * shell/ev-window.c: (ev_window_cmd_save_as):
7505         
7506         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7507         Thanks to Gary Coady <gary@lyranthe.org>
7508
7509 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7510
7511         * shell/ev-print-job.c: (idle_print_handler):
7512         
7513         Inverse order printing, bug #320919.
7514
7515 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7516
7517         * data/evince-toolbar.xml:
7518         * shell/ev-window.c:
7519         
7520         Allow to add sidebar checkbutton on toolbar. Fix
7521         for the bug #144577.
7522
7523 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7524
7525         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7526         
7527         Add checks that have sense for empty ps document.
7528
7529 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7530
7531         * configure.ac: Include PS in mime types list. 
7532
7533 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7534
7535         * configure.ac:
7536         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7537         * ps/gsdefaults.h:
7538         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7539         
7540         Runtime check for gs interpreter. Fix for the bug #320868.
7541         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7542
7543 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7544
7545         * shell/ev-application.c: 
7546
7547         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7548         dbus>=0.60, so that the request is not queued. 
7549
7550 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7551
7552         * configure.ac:
7553         * shell/Makefile.am:
7554         * shell/ev-sidebar-links.c: (print_section_cb):
7555         * shell/ev-utils.c:
7556         * shell/ev-utils.h:
7557         * shell/ev-window.c: (update_action_sensitivity),
7558         (ev_window_close_dialogs), (ev_window_print):
7559         * shell/ev-window.h:
7560         
7561         Make printing support optional. Patch from Eduardo de Barros Lima
7562         <eduardo.lima@indt.org.br> for the bug #330546.
7563
7564 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7565
7566         * shell/ev-view-private.h:
7567         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7568         (ev_view_set_document):
7569         * shell/ev-view.h:
7570         * shell/ev-window.c: (ev_window_load_job_cb),
7571         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7572         (ev_window_init):
7573
7574         Draw Loading message during xfer job. Fix for the bug #329495.
7575
7576 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7577
7578         * comics/comics-document.c: (comics_regex_quote),
7579         (comics_document_load), (extract_argv):
7580         
7581         Correcly quote regexp before passing it to unzip.
7582
7583 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7584
7585         * shell/ev-page-cache.c: (build_height_to_page),
7586         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7587         (ev_page_cache_get_dual_even_left):
7588         * shell/ev-page-cache.h:
7589         * shell/ev-view.c: (view_update_range_and_current_page),
7590         (get_page_y_offset), (get_page_extents):
7591         
7592         Place even pages to the left if document has less then
7593         two pages. Fix for the bug #328856.
7594
7595 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7596
7597         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7598         
7599         Correct comics scheme. This make evince create thumbnails
7600         for comic books. Fix for the bug 329088.
7601
7602 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7603
7604         * data/evince-password.glade: Don't explicitly set
7605         invisible_char to the current default value in case
7606         the default changes; let GTK+ do its magic.
7607
7608 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7609
7610         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7611         real filename to tmp filename since often document
7612         type is determined by extension.
7613
7614 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7615
7616         * shell/ev-view.c: (add_scroll_binding_keypad),
7617         (ev_view_binding_activated), (ev_view_class_init):
7618         
7619         Add keybindings for percision-scrolling of display area. 
7620         Fix for the bug #314072.
7621
7622 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7623
7624         * data/evince.desktop.in.in:
7625         
7626         Add GTK to the list of categories. Fix for the bug #328034.
7627
7628 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7629
7630         * shell/ev-application.c: (ev_application_shutdown),
7631         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7632         * shell/ev-application.h:
7633         * shell/ev-window.c: (file_open_dialog_response_cb),
7634         (ev_window_cmd_file_open):
7635         
7636         Save last uri in file chooser dialog. Fix for the bug #327950.
7637
7638 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7639
7640         * NEWS:
7641         * README:
7642         
7643         Final update for release 0.5.0
7644         
7645         * shell/Makefile.am:
7646         
7647         Remove disable deprecated until we'll require libgnome-2.13.7
7648         and port to GOption argument parsing. See bug 327518.
7649
7650 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7651
7652         * comics/comics-document.c: (comics_document_save):
7653         * djvu/djvu-document.c: (djvu_document_save):
7654         * dvi/dvi-document.c: (dvi_document_save):
7655         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7656         * lib/ev-file-helpers.h:
7657         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7658         * tiff/tiff-document.c: (tiff_document_save):
7659         
7660         Use common save function for backends.
7661
7662 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7663
7664         * backend/ev-document-types.c:
7665         
7666         Fix crash on saving pixbuf.
7667
7668 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7669
7670         * cut-n-paste/recent-files/egg-recent-item.c:
7671         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7672         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7673         (parse_info_free), (valid_element), (start_element_handler),
7674         (end_element_handler), (text_handler), (egg_recent_model_filter),
7675         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7676         (egg_recent_model_monitor), (egg_recent_model_read),
7677         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7678         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7679         (egg_recent_model_set_property), (egg_recent_model_class_init),
7680         (egg_recent_model_init), (egg_recent_model_add_full),
7681         (egg_recent_model_delete), (egg_recent_model_get_list),
7682         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7683         (egg_recent_model_set_filter_mime_types),
7684         (egg_recent_model_clear_group_filter),
7685         (egg_recent_model_set_filter_groups),
7686         (egg_recent_model_clear_scheme_filter),
7687         (egg_recent_model_set_filter_uri_schemes),
7688         (egg_recent_model_remove_expired):
7689         * cut-n-paste/recent-files/egg-recent-util.c:
7690         (egg_recent_util_get_icon):
7691         * cut-n-paste/recent-files/egg-recent-util.h:
7692         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7693         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7694         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7695         (egg_recent_view_uimanager_set_property),
7696         (egg_recent_view_uimanager_get_property),
7697         (egg_recent_view_uimanager_class_init),
7698         (egg_recent_view_uimanager_init),
7699         (egg_recent_view_uimanager_set_label_width),
7700         (egg_recent_view_uimanager_get_label_width):
7701         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7702         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7703         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7704         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7705         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7706         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7707         
7708         Update from libegg.
7709
7710 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7711
7712         * shell/ev-page-cache.c: (build_height_to_page),
7713         (ev_page_cache_get_height_to_page):
7714         * shell/ev-page-cache.h:
7715         * shell/ev-view.c: (view_update_range_and_current_page),
7716         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7717         (ev_view_previous_page):
7718         
7719         Dual mode places even pages to the left. Fix for the bug #309393.
7720
7721         * shell/ev-view.h:
7722         * shell/ev-window.c: (update_action_sensitivity),
7723         (setup_view_from_metadata), (view_menu_popup_cb):
7724         
7725         Don't restore presentation in empty windows, more intelligent
7726         next page behaviour in dual mode.
7727
7728         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7729         (ev_pixbuf_cache_clear_job_sizes):
7730         
7731         Cleanup job callback on removal. Fix for the bug #325886.
7732
7733 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7734
7735         * ps/ps.c: (psscan):
7736         
7737         Commit workaround Mozilla problem. Fix for the bug #325919
7738         
7739         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7740         (save_item):
7741         
7742         Fix for year 2038 problem.
7743
7744 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7745
7746         * shell/ev-window.c: (setup_document_from_metadata),
7747         (ev_window_cmd_view_reload):
7748
7749         Clamp page recieved from metadata in valid values. Fix
7750         for the bug #325986.
7751
7752 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7753
7754         * MAINTAINERS: 
7755         Add MAINTAINERS as requested on desktop-devel-list.
7756
7757 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7758
7759         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7760         (mime_type_supported_by_gdk_pixbuf),
7761         (ev_document_factory_get_mime_types),
7762         (ev_document_factory_get_all_mime_types):
7763         
7764         Don't add pixbuf mime types if pixbuf backend is disabled.
7765         
7766         * shell/ev-application.c: (ev_application_get_uri_window):
7767         
7768         Fix for the bug 325815 - unhandled MIME type message doesn't 
7769         appear a second time. 
7770         
7771         * shell/ev-document-types.c: (ev_document_types_add_filters):
7772         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7773         (password_dialog_response), (ev_window_popup_password_dialog),
7774         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7775         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7776         (ev_window_run_presentation), (ev_window_stop_presentation),
7777         (save_sizing_mode), (ev_window_zoom_changed_cb),
7778         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7779         (ev_window_dual_mode_changed_cb),
7780         (ev_window_sidebar_current_page_changed_cb),
7781         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7782         (window_state_event_cb), (window_configure_event_cb):
7783         
7784         Cleanup additional uris holded by EvWindow.
7785
7786 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7787
7788         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7789         (ev_view_can_previous_page), (ev_view_can_next_page):
7790         * shell/ev-view.h:
7791         * shell/ev-window.c: (update_action_sensitivity):
7792         
7793         Two page scrolling with Space and PageUp in dual mode. Second fix 
7794         for the bug #316608.
7795
7796 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7797
7798         * shell/ev-view.c: (scroll_to_current_page):
7799         
7800         Correctly clamp adjustment value. Fix for the bug
7801         #325808.
7802
7803 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7804
7805         * shell/ev-sidebar-links.c: (print_section_cb):
7806         * shell/ev-window.c: (ev_window_get_uri),
7807         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7808         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7809         (ev_window_dispose):
7810         
7811         Make print dialog non-modal. Fix for the bug #325622.
7812
7813 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7814
7815         * shell/ev-metadata-manager.c:
7816         * shell/ev-utils.c: (using_pdf_printer),
7817         (using_postscript_printer), (load_print_config_from_file),
7818         (save_print_config_to_file):
7819         * shell/ev-utils.h:
7820         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7821         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7822         (setup_view_from_metadata), (ev_window_setup_document),
7823         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7824         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7825         (ev_window_run_presentation), (ev_window_stop_presentation),
7826         (save_sizing_mode), (ev_window_zoom_changed_cb),
7827         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7828         (ev_window_dual_mode_changed_cb),
7829         (ev_window_sidebar_current_page_changed_cb),
7830         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7831         (window_state_event_cb), (window_configure_event_cb),
7832         (ev_window_init):
7833         
7834         Setting saving behaviour fixes.
7835
7836 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7837
7838         * configure.ac:
7839         
7840         Make antialiasing gs options better and allow
7841         to change them during configure. Fix for the 
7842         bug #319049.
7843
7844 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7845
7846         * shell/ev-window.c: (setup_view_from_metadata):
7847         
7848         Remember if last window was maximized. Fix for the
7849         bug #323797.
7850
7851 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7852
7853         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7854
7855 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7856
7857         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7858         * shell/ev-page-action.c: (build_new_tree_cb):
7859         * shell/ev-sidebar-links.c: (links_page_num_func),
7860         (update_page_callback_foreach), (update_page_callback):
7861         * shell/ev-view.c: (scroll_to_current_page):
7862         
7863         Fix for the bug #325067 with more intelligent selection
7864         of current link in sidebar. Make sidebar handle links
7865         of FITR-like type more correctly.
7866
7867         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7868         (dvi_pixbuf_put_pixel):
7869         
7870         Fix memory consumtion with disabled alpha channel.
7871
7872 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7873
7874         * data/evince-ui.xml:
7875         * shell/ev-window.c: (view_menu_popup_cb),
7876         (ev_popup_cmd_open_link), (ev_window_init):
7877         
7878         Update context menu for internal links. Fix for the bug
7879         #325066.
7880
7881 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7882
7883         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7884         
7885         Bind context menu to keyboard also. Fix for the bug
7886         #325065.
7887
7888 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7889
7890         * shell/ev-view.c: (selection_scroll_timeout_cb):
7891         
7892         Horizontal scroll on selection also.
7893
7894 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7895
7896         * shell/ev-metadata-manager.c: (parse_value):
7897         * shell/ev-view.c: (goto_xyz_link):
7898         
7899         Correct zoom setup and metadata save broken in 
7900         some locales.
7901
7902 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7903
7904         * shell/ev-view-private.h:
7905         * shell/ev-view.c: (scroll_to_current_page),
7906         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7907         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7908         (page_changed_cb), (ev_view_set_continuous),
7909         (ev_view_set_dual_page), (ev_view_set_presentation):
7910         
7911         Delay scroll until allocation to correctly position page. Fix
7912         for the bug #317334.
7913
7914 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7915
7916         * NEWS:
7917         * configure.ac:
7918         
7919         Update NEWS and require poppler 0.5.0.
7920
7921 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7922         
7923         * data/evince-ui.xml:
7924         * shell/ev-view-private.h:
7925         * shell/ev-view.c: (ev_view_get_link_at_location),
7926         (handle_link_over_xy), (ev_view_button_press_event),
7927         (ev_view_button_release_event), (ev_view_class_init):
7928         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7929         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7930         (ev_window_init):
7931         
7932         Implement right-click context menu.
7933
7934 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7935
7936         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7937         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7938         (mdvi_pixbuf_device_render):
7939         * pdf/ev-poppler.cc:
7940
7941         Don't generate thumbnails with alpha. See bug #324077.
7942         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7943
7944 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7945
7946         * shell/ev-window.c: (setup_chrome_from_metadata):
7947         
7948         Fix typo that was hiding toolbar.
7949
7950 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7951
7952         * shell/ev-view-private.h:
7953         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7954         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7955         (ev_view_button_release_event), (ev_view_destroy):
7956         
7957         Small cleanup and autoscrolling during selection. Thanks to 
7958         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7959
7960 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7961
7962         * configure.ac:
7963         
7964         Correctly check for comics option.
7965
7966 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7967         * Makefile.am:
7968         * configure.ac:
7969         * backend/Makefile.am:
7970         * backend/ev-document-factory.c:
7971         * shell/ev-document-types.c:
7972
7973         Included option in configure to make ps backend 
7974         compilation optional with --disable-ps.
7975
7976 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7977
7978         * backend/ev-document-factory.c:
7979         * comics/Makefile.am:
7980         * comics/comics-document.c: (comics_document_load):
7981         * comics/ev-cbr-mime.xml:
7982         * configure.ac:
7983         
7984         Comics mime types are added to shared-mime-info CVS. Now
7985         we don't need to install our own mime types.
7986
7987 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7988
7989         * shell/ev-window.c:
7990         
7991         Add shortcut for "save a copy" menu entry. Fix for
7992         the bug #324582.
7993
7994 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7995
7996         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7997         (job_finished_cb), (new_selection_pixbuf_needed),
7998         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7999         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8000         
8001         Rework selection job info logic and fix critical warning.
8002
8003 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8004
8005         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8006
8007 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8008
8009         * data/evince-ui.xml:
8010         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8011         
8012         Enter as shortcut key for next page. Fix for the bug
8013         #321394.
8014
8015 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8016
8017         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8018
8019 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8020
8021         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8022         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8023         (new_selection_pixbuf_needed),
8024         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8025         (clear_job_selection):
8026         
8027         Too early for 0.5. Pixbuf cache code cleaned a bit.
8028
8029 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8030
8031         * NEWS:
8032         * configure.ac:
8033         
8034         Release 0.5.0 preparation
8035
8036 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8037
8038         * comics/Makefile.am:
8039         * configure.ac:
8040         * shell/ev-document-types.c: (ev_document_types_add_filters):
8041         
8042         More advanced handling of custom mime type installation.
8043
8044 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8045
8046         * data/evince.schemas.in:
8047         * shell/ev-metadata-manager.c: (value_free),
8048         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8049         (ev_metadata_manager_get), (ev_metadata_manager_set):
8050         * shell/ev-metadata-manager.h:
8051         * shell/ev-window.c: (update_chrome_flag),
8052         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8053         (setup_document_from_metadata), (setup_chrome_from_metadata),
8054         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8055         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8056         (ev_window_view_toolbar_cb),
8057         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8058         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8059         
8060         Save last document settings and reuse them for new documents.
8061
8062 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8063
8064         * Makefile.am:
8065         * backend/Makefile.am:
8066         * backend/ev-document-factory.c:
8067         * backend/ev-document-factory.h:
8068         * comics/Makefile.am:
8069         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8070         (comics_document_load), (comics_document_save),
8071         (comics_document_get_n_pages), (comics_document_get_page_size),
8072         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8073         (comics_document_class_init), (comics_document_can_get_text),
8074         (comics_document_get_info), (comics_document_document_iface_init),
8075         (comics_document_init), (get_supported_image_extensions),
8076         (comics_document_thumbnails_get_geometry),
8077         (comics_document_thumbnails_get_thumbnail),
8078         (comics_document_thumbnails_get_dimensions),
8079         (comics_document_document_thumbnails_iface_init), (extract_argv):
8080         * comics/comics-document.h:
8081         * comics/ev-cbr-mime.xml:
8082         * configure.ac:
8083         * po/POTFILES.in:
8084         * shell/ev-application.c: (ev_application_register_service):
8085         * shell/ev-document-types.c: (ev_document_types_add_filters):
8086         * thumbnailer/Makefile.am:
8087         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8088         
8089         New CBR/CBZ backend for comic books.
8090
8091 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8092
8093         * shell/main.c: (load_files_remote):
8094
8095         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8096         warning on startup of second instance is fixed. It
8097         is bug #320353.
8098
8099 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8100
8101         * shell/ev-window.c: (ev_window_finalize):
8102         
8103         Fix double free that cause crash.
8104
8105 2005-10-29  Bastien Nocera <hadess@hadess.net>
8106
8107         * tiff/tiff-document.c: (tiff_document_load):
8108         
8109         Fix memory leak.
8110
8111 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8112
8113         * po/POTFILES.in:
8114         * shell/Makefile.am:
8115         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8116         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8117         (ev_view_accessible_get_text),
8118         (ev_view_accessible_get_character_at_offset),
8119         (ev_view_accessible_get_text_before_offset),
8120         (ev_view_accessible_get_text_at_offset),
8121         (ev_view_accessible_get_text_after_offset),
8122         (ev_view_accessible_get_character_count),
8123         (ev_view_accessible_get_caret_offset),
8124         (ev_view_accessible_set_caret_offset),
8125         (ev_view_accessible_get_run_attributes),
8126         (ev_view_accessible_get_default_attributes),
8127         (ev_view_accessible_get_character_extents),
8128         (ev_view_accessible_get_offset_at_point),
8129         (ev_view_accessible_get_n_selections),
8130         (ev_view_accessible_get_selection),
8131         (ev_view_accessible_add_selection),
8132         (ev_view_accessible_remove_selection),
8133         (ev_view_accessible_set_selection),
8134         (ev_view_accessible_text_iface_init),
8135         (ev_view_accessible_idle_do_action),
8136         (ev_view_accessible_action_do_action),
8137         (ev_view_accessible_action_get_n_actions),
8138         (ev_view_accessible_action_get_description),
8139         (ev_view_accessible_action_get_name),
8140         (ev_view_accessible_action_set_description),
8141         (ev_view_accessible_action_iface_init),
8142         (ev_view_accessible_get_type), (ev_view_accessible_new),
8143         (ev_view_accessible_factory_get_accessible_type),
8144         (ev_view_accessible_factory_create_accessible),
8145         (ev_view_accessible_factory_class_init),
8146         (ev_view_accessible_factory_get_type):
8147         * shell/ev-view-accessible.h:
8148         * shell/ev-view-private.h:
8149         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8150         * shell/ev-view.h:
8151         
8152         Initial accessibility support.
8153
8154 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8155
8156         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8157
8158 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8159
8160         * shell/ev-print-job.c: (idle_print_handler):
8161         
8162         Fix for bug Bug 318916: Printing multiple pages.
8163
8164 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8165
8166         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8167
8168 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8169
8170         * pdf/ev-poppler.cc:
8171         
8172         Thumnail dimensions unified with other backends.
8173         
8174         * shell/ev-window-title.c: (ev_window_title_update):
8175         
8176         Fix warning.
8177
8178 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8179
8180         * data/ev-stock-zoom-fit-width.png:
8181         
8182         Remove unused file.
8183
8184 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8185
8186         * configure.ac:
8187         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8188         (djvu_document_finalize):
8189         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8190         (dvi_document_finalize):
8191         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8192         (pixbuf_document_save), (pixbuf_document_finalize):
8193         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8194         (tiff_document_finalize):
8195         
8196         Save a copy implemented for various backends.
8197
8198 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8199
8200         * configure.ac:
8201         
8202         Don't link with ltiff if tiff is disabled.
8203
8204 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8205
8206         * pdf/GDKSplashOutputDev.cc:
8207         * pdf/GDKSplashOutputDev.h:
8208         * pdf/Thumb.cc:
8209         * pdf/Thumb.h:
8210         * pdf/pdf-document.cc:
8211         * pdf/pdf-document.h:
8212         * pdf/test-gdk-output-dev.cc:
8213         
8214         Remove old unused files.
8215
8216 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8217
8218         * shell/ev-window.c: (ev_window_setup_document):
8219         
8220         Fixed warnings on reload and probably crash reason.
8221
8222 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8223
8224         * properties/ev-properties-view.c:
8225         (ev_properties_view_format_date):
8226         
8227         Check if date is invalid. Fix for bug 318134.
8228
8229 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8230
8231         * shell/ev-window-title.c:
8232         
8233         Add .indd files (Adobe Indesign) to the list of "bad
8234         extensions".
8235
8236 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8237
8238         * data/evince-ui.xml:
8239         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8240         
8241         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8242
8243 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8244
8245         * shell/ev-window.c: (launch_link), (launch_external_uri),
8246         (view_external_link_cb):
8247
8248         URL-escape link before passing it to gnome_vfs_url_show.
8249
8250 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8251
8252         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8253         there isn't text selected.
8254
8255 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8256
8257         * shell/ev-view.c: (handle_link_over_xy):
8258
8259         Check tooltip is valid utf8 before showing it
8260
8261 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8262
8263         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8264
8265 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8266
8267         * shell/ev-window-title.c: (ev_window_title_update):
8268
8269         Guard against using g_strstrip on NULL. Fixes bug #317291.
8270
8271 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8272
8273         * pdf/ev-poppler.cc:
8274
8275         Show title even for unknown links
8276
8277 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8278
8279         * shell/ev-window-title.c: (ev_window_title_update):
8280
8281         Strip the title string
8282
8283 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8284
8285         * shell/ev-window-title.c:
8286
8287         Add .rtf to the bad extensions list
8288
8289 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8290
8291         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8292         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8293
8294         Ignore link coordinates if they are outside page bounds
8295
8296 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8297
8298         * backend/ev-link.c: (ev_link_type_get_type),
8299         (ev_link_get_filename), (ev_link_get_params),
8300         (ev_link_get_property), (ev_link_set_property),
8301         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8302         * backend/ev-link.h:
8303         * pdf/ev-poppler.cc:
8304         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8305         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8306         (ev_window_init):
8307
8308         Implement launch links. Delegate external link opening to
8309         the window.
8310
8311 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8312
8313         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8314         (ev_link_get_right), (ev_link_get_property),
8315         (ev_link_set_property), (ev_link_class_init),
8316         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8317         * backend/ev-link.h:
8318         * pdf/ev-poppler.cc:
8319         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8320
8321         Implement fitr links
8322
8323 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8324
8325         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8326         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8327         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8328         (ev_view_size_request_continuous),
8329         (ev_view_size_request_dual_page),
8330         (ev_view_size_request_single_page), (ev_view_size_allocate),
8331         (ev_view_zoom_for_size_continuous_and_dual_page),
8332         (ev_view_zoom_for_size_continuous),
8333         (ev_view_zoom_for_size_dual_page),
8334         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8335         (ev_sizing_mode_get_type):
8336         * shell/ev-view.h:
8337         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8338
8339         Do not use modes for link, we need to calculate size ad hoc.
8340         Still not perfect because of the usual scrollbar issues grrr.
8341
8342 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8343
8344         * backend/ev-link.c: (ev_link_type_get_type),
8345         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8346         * backend/ev-link.h:
8347         * pdf/ev-poppler.cc:
8348         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8349         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8350         (ev_view_size_request_continuous),
8351         (ev_view_size_request_dual_page),
8352         (ev_view_size_request_single_page), (ev_view_size_allocate),
8353         (zoom_for_size_fit_height),
8354         (ev_view_zoom_for_size_continuous_and_dual_page),
8355         (ev_view_zoom_for_size_continuous),
8356         (ev_view_zoom_for_size_dual_page),
8357         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8358         (ev_sizing_mode_get_type):
8359         * shell/ev-view.h:
8360         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8361
8362         Implement FIT_HEIGHT mode (only for links).
8363         Implement FITH links
8364
8365 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8366
8367         * shell/ev-window-title.c: (get_filename_from_uri),
8368         (ev_window_title_sanitize_extension), (ev_window_title_update),
8369         (ev_window_title_set_document), (ev_window_title_set_uri),
8370         (ev_window_title_free):
8371         * shell/ev-window-title.h:
8372         * shell/ev-window.c: (ev_window_setup_document),
8373         (ev_window_popup_password_dialog):
8374
8375         Refactor window title building while fixing it for
8376         password documents.
8377
8378 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8379
8380         * pdf/ev-poppler.cc:
8381
8382         Escape link title before setting it in the model
8383
8384 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8385
8386         * shell/ev-application.c: (removed_from_session), (save_session),
8387         (init_session), (ev_application_get_empty_window),
8388         (ev_application_init), (ev_application_get_windows):
8389         * shell/ev-application.h:
8390         * shell/ev-window.c: (ev_window_finalize):
8391
8392         Add a function to retrieve window list and share it where
8393         necessary.
8394         Implement session handling, works pretty well thanks to the
8395         metadata system.
8396
8397 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8398
8399         * shell/ev-password.c: (ev_password_item_created_callback),
8400         (ev_password_dialog_save_password):
8401         
8402         Fix for bug 316972. Use async gnome-keyring API.
8403
8404 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8405
8406         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8407         Remove unused unrealize handler. Add scroll handling to
8408         ev_view_scroll_event for presentation mode (bug #316708),
8409         and fix the event state checks there.
8410
8411 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8412
8413         * shell/ev-page-action.c: (page_changed_cb):
8414
8415         "marco, maybe we should be crazy and jump right to 6! :)"
8416
8417         Bryan Clark, Sep 2005
8418
8419 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8420
8421         * ps/ps-document.c: (save_document), (ps_document_save),
8422         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8423         (ps_document_ps_export_end):
8424
8425         Fix unstructured documents save and print
8426
8427 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8428
8429         * shell/ev-application.c: (ev_application_open_uri):
8430
8431         Fix window size persistance
8432
8433 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8434
8435         * shell/ev-view.c: (ev_view_button_release_event):
8436
8437         Based on a patch from carlosgc@gnome.org. Mouse buttons
8438         switch pages in presentation mode.
8439
8440 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8441
8442         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8443
8444         Dont cast to int before scaling
8445
8446 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8447
8448         * backend/ev-link.c: (ev_link_type_get_type),
8449         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8450         (ev_link_new_page_fith):
8451         * backend/ev-link.h:
8452         * pdf/ev-poppler.cc:
8453         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8454
8455         Implement FIT and FITH links
8456
8457 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8458
8459         * pdf/ev-poppler.cc:
8460
8461         Return 0 results when search is not in progress.
8462
8463         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8464         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8465
8466         Update menu sensitivity when cancelling search
8467
8468 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8469
8470         * shell/ev-view.c: (ev_view_can_find_next):
8471
8472         Take all pages in consideration, not just current one
8473
8474 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8475
8476         * shell/ev-page-cache.c:
8477         * shell/ev-page-cache.h:
8478         * shell/ev-view.c: (ev_view_binding_activated),
8479         (ev_view_next_page), (ev_view_previous_page),
8480         (ev_sizing_mode_get_type):
8481         * shell/ev-view.h:
8482         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8483         (ev_window_cmd_go_next_page):
8484
8485         Move page next/previous functions from page chace to
8486         view and change it to move by 2 page steps in dual mode.
8487
8488 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8489
8490         * shell/ev-window.c: (update_sidebar_visibility),
8491         (setup_sidebar_from_metadata), (ev_window_setup_document),
8492         (setup_view_from_metadata):
8493
8494         Show the index by default when there is one     
8495
8496 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8497
8498         * shell/ev-window-title.c: (ev_window_title_set_document):
8499
8500         Missing null check
8501
8502 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8503
8504         * shell/ev-view.c: (view_update_range_and_current_page):
8505         
8506         Allow display of last odd page in dual view. Fix for 316347.
8507
8508 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8509
8510         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8511         
8512         Make close button default. Fix for 316383.
8513
8514 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8515
8516         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8517         
8518         Mark close button as default. Fix for 316381.
8519
8520 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8521
8522         * backend/ev-link.c: (ev_link_class_init):
8523
8524         Allow negative doubles in left/top properties
8525
8526 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8527
8528         * shell/ev-window.c:
8529
8530         Remove a bunch of strings that was used only
8531         by the statusbar.
8532
8533 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8534
8535         * shell/ev-window-title.c: (get_filename_from_uri),
8536         (ev_window_title_set_document):
8537
8538         When title has a confusing extension, show also
8539         the document filename inside ()
8540
8541 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8542
8543         * shell/Makefile.am:
8544         * shell/ev-window-title.c: (ev_window_title_new),
8545         (ev_window_title_update), (ev_window_title_set_type),
8546         (ev_window_title_set_document), (ev_window_title_free):
8547         * shell/ev-window-title.h:
8548         * shell/ev-window.c: (ev_window_setup_document),
8549         (password_dialog_response), (ev_window_popup_password_dialog),
8550         (ev_window_dispose), (ev_window_init):
8551
8552         Factor out and cleanup window title code
8553
8554 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8555
8556         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8557         (unable_to_load):
8558
8559         Make dialog transient so it doesnt block other windows
8560
8561 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8562
8563         * pdf/ev-poppler.cc:
8564         
8565         Fix pdf thumbnails rendering.
8566
8567 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8568
8569         * shell/ev-window.c: (fullscreen_set_timeout):
8570         
8571         Increase timeout to hide full screen popup. Bug 
8572         316123. 
8573
8574 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8575
8576         * data/evince.schemas.in:
8577         * shell/ev-window.c: (update_action_sensitivity):
8578
8579         Allow the user to override document restrictions. Fix for bug
8580         305818.
8581
8582 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8583
8584         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8585         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8586         (ev_window_class_init): Fix multihead behaviour of fullscreen
8587         toolbar popup. Fixes bug #315451.
8588
8589 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8590
8591         * configure.ac:
8592         * data/evince-password.glade:
8593         * shell/ev-password.c: (ev_password_dialog_set_property),
8594         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8595         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8596         (ev_password_dialog_entry_changed_cb),
8597         (ev_password_dialog_entry_activated_cb),
8598         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8599         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8600         (ev_password_dialog_set_bad_pass):
8601         * shell/ev-password.h:
8602         * shell/ev-window.c: (password_dialog_response),
8603         (ev_window_popup_password_dialog):
8604         
8605         Support for gnome-keyring for encrypted PDF's.
8606
8607 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8608
8609         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8610         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8611         (ev_view_enter_notify_event), (ev_view_class_init):
8612         
8613         More precise handling of enter_notify/leave_notify events
8614         in EvView. Fix for bug 315470.
8615
8616 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8617
8618         * shell/ev-window.c: (fullscreen_timeout_cb),
8619         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8620         (ev_window_dispose):
8621
8622         leak fix: unref fullscreen_timeout_source before clearing it
8623
8624 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8625
8626         * configure.ac, dvi/mdvi/Makefile.am: 
8627         
8628         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8629
8630 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8631
8632         * backend/ev-link.c: (ev_link_new_page_xyz):
8633         * pdf/ev-poppler.cc:
8634         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8635
8636         Fix some bugs with xyz links, respect zoom
8637
8638 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8639
8640         * shell/ev-window.c: (page_changed_cb),
8641         (setup_document_from_metadata), (update_sidebar_visibility),
8642         (setup_view_from_metadata), (ev_window_run_fullscreen),
8643         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8644         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8645         (ev_window_dual_mode_changed_cb),
8646         (ev_window_sidebar_current_page_changed_cb):
8647
8648         null check uri before setting and getting metadata
8649
8650 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8651
8652         * dvi/Makefile.am:
8653         * properties/Makefile.am:
8654         * shell/Makefile.am:
8655         * thumbnailer/Makefile.am:
8656
8657         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8658
8659 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8660
8661         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8662         (selection_changed_callback):
8663         * shell/ev-sidebar-links.h:
8664
8665         Add a signal for link activation.
8666
8667         * shell/ev-view.c: (ev_view_goto_link),
8668         (ev_view_button_release_event):
8669         * shell/ev-view.h:
8670         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8671         (ev_window_init):
8672
8673         Implement the signal so that we can handle all link types.
8674
8675         * shell/ev-page-cache.c:
8676
8677         Remove unused set_link function
8678
8679 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8680
8681         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8682
8683         Add some space from the cursor, hardcoded but I couldnt
8684         find a better way.
8685
8686 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8687
8688         * lib/ev-tooltip.c:
8689
8690         Use mozilla style vs gtk style, way better for links.
8691
8692         * shell/ev-view.c: (ev_view_motion_notify_event),
8693         (ev_view_destroy), (ev_view_init):
8694
8695         Deactive tooltip when the link hovered is changed.
8696
8697 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8698
8699         * backend/ev-document.h:
8700         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8701         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8702         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8703         (ev_link_new_page), (ev_link_new_page_xyz):
8704         * backend/ev-link.h:
8705         * pdf/ev-poppler.cc:
8706         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8707         (go_to_link), (tip_from_link):
8708
8709         Implement xyz links, still not functional. Links are a total
8710         mess, will need to refactor and bugfix a lot :(
8711
8712 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8713
8714         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8715
8716 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8717
8718         * data/evince-ui.xml:
8719         * data/evince.schemas.in:
8720         * shell/Makefile.am:
8721         * shell/ev-window.c: (update_chrome_visibility),
8722         (password_dialog_response), (ev_window_load_job_cb),
8723         (ev_window_xfer_job_cb), (ev_window_open_uri),
8724         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8725         (ev_window_init):
8726
8727         Remove the statusbar. This regress loading feedback, need to
8728         check with Bryan what we want to do there...
8729
8730 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8731
8732         * lib/ev-tooltip.c: (ev_tooltip_init):
8733
8734         Fix tooltip border and size handling
8735
8736 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8737
8738         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8739         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8740         (ev_tooltip_timeout), (ev_tooltip_activate),
8741         (ev_tooltip_deactivate):
8742         * lib/ev-tooltip.h:
8743         * shell/ev-view.c: (ev_view_motion_notify_event):
8744
8745         Delay popup showing. Mirror gtk logic/times.
8746
8747 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8748
8749         * lib/Makefile.am:
8750         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8751         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8752         (ev_tooltip_set_text), (ev_tooltip_set_position):
8753         * lib/ev-tooltip.h:
8754
8755         Simple widget to show tooltips at a custom position
8756
8757         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8758         (ev_view_destroy):
8759
8760         Use it for links. First go, needs work
8761
8762 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8763
8764         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8765         HIG fixes.  Use title capitalization for window title. Use 12 
8766         pixels of space between the dialog's vbox and action area.
8767
8768 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8769
8770         * shell/ev-window.c: (file_open_dialog_response_cb),
8771         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8772         (ev_window_cmd_save_as):
8773
8774         Make file pickers not modal and refactor code some
8775
8776 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8777
8778         * shell/ev-sidebar.h:
8779         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8780         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8781         (ev_sidebar_class_init), (ev_sidebar_select_page),
8782         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8783         (ev_sidebar_set_page):
8784
8785         Add a current page property and allow to get/set it
8786
8787         * shell/ev-window.c: (setup_view_from_metadata),
8788         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8789
8790         Persist current sidebar page per document
8791
8792 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8793
8794         * data/evince.schemas.in:
8795         * shell/ev-window.c: (update_chrome_visibility),
8796         (setup_document_from_metadata), (update_sidebar_visibility),
8797         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8798         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8799         (ev_window_run_presentation), (ev_window_stop_presentation),
8800         (ev_window_view_sidebar_cb),
8801         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8802         (load_chrome), (ev_window_init):
8803
8804         Persist size/visibility of sidebar per document
8805
8806 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8807
8808         * shell/ev-view.c (draw_loading_text): Draw loading text.
8809
8810 2005-09-02  Dan Damian  <dand@gnome.ro>
8811
8812         * configure.in: Added "ro" to ALL_LINGUAS.
8813
8814 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8815
8816         * shell/ev-view.c: (clear_caches):
8817
8818         ev_page_cache_get doesnt return a reference,
8819         dont try to unref it.
8820
8821 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8822
8823         * shell/main.c: (load_files_remote):
8824
8825         Fix timestamp parameter with dbus <= 0.33
8826
8827 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8828
8829         * data/evince.schemas.in:
8830
8831         Add missing full stop
8832
8833 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8834
8835         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8836         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8837
8838         Plug some memory leaks
8839
8840 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8841
8842         * configure.ac:
8843         * lib/ev-debug.c: (trap_handler):
8844
8845         Check for execinfo.h and use it only if it exists.
8846         Ported from Epiphany (bug #314776).
8847
8848 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8849
8850         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8851
8852 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8853
8854         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8855         * po/id.po      : Added Indonesian translation
8856
8857 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8858
8859         * shell/main.c:
8860         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8861         * NEWS: Release 0.4.0
8862
8863 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8864
8865         * configure.ac: catch another gtk+-2.8ism
8866         * shell/main.c: Make work with gtk+-2.6
8867
8868 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8869
8870         * shell/ev-application-service.xml: Add 'timestamp' argument to
8871           ev_application_open_window and ev_application_open_uri methods.
8872
8873         * shell/ev-application.h: Add 'timestamp' argument to
8874           ev_application_open_window, ev_application_open_uri,
8875           and ev_application_open_uri_list functions.
8876
8877         * shell/ev-application.c (ev_application_open_window,
8878           ev_application_open_uri, ev_application_open_uri_list): Change
8879           functions that show/present windows to use a timestamp if one
8880           is passed in.
8881
8882         * shell/ev-window.c (ev_window_cmd_file_open,
8883           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8884         * shell/main.c (load_files): Modify calls to ev_application to
8885           include GDK_CURRENT_TIME as timestamp.
8886
8887         * shell/main.c (load_files_remote): Obtain timestamp for client
8888           instance from GDK and pass to server instance so new windows are
8889           focused properly.  Fix dbus_g_proxy_call() calls by including second
8890           G_TYPE_INVALID.
8891           
8892         Closes bug #314475.
8893
8894 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8895
8896         * shell/ev-window.c (ev_window_finalize): Check for
8897         avail. EvWindows when quiting to handle the finalize better,
8898         #314497
8899
8900 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8901         
8902         * properties/ev-properties-view.c: 
8903         
8904         Set textdomain to libglade. Fixes translation problem in property page.
8905
8906 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8907
8908         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8909         * dvi/Makefile.am:
8910         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8911         * dvi/mdvi-lib/Makefile.am:
8912         
8913         Fix rotation of thumbnails, ported to new API. Moved library
8914         dependencies earlier, probably it will fix linkage problem.
8915
8916 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8917
8918         * backend/ev-document-misc.c:
8919         (ev_document_misc_get_thumbnail_frame):
8920         * backend/ev-document-misc.h:
8921         * configure.ac:
8922         * pdf/ev-poppler.cc:
8923         * shell/Makefile.am:
8924         * shell/ev-sidebar-thumbnails.c: (add_range),
8925         (ev_sidebar_thumbnails_set_loading_icon),
8926         (ev_sidebar_thumbnails_refresh),
8927         (ev_sidebar_thumbnails_set_document):
8928         * shell/ev-sidebar-thumbnails.h:
8929         * shell/ev-view.c: (ev_view_motion_notify_event),
8930         (ev_view_set_property), (ev_view_get_property),
8931         (ev_view_class_init), (ev_view_set_rotation):
8932         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8933         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8934         (ev_window_init):
8935         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8936         Redo rotation (again).  prepare for 0.4.0
8937
8938 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8939
8940         * configure.ac: Bump poppler requirement to 0.4.1.
8941
8942         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8943         argument to poppler_page_render_selection() call.
8944
8945 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8946
8947         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8948         (djvu_document_thumbnails_get_thumbnail):
8949         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8950         (dvi_document_thumbnails_get_thumbnail):
8951         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8952         (pixbuf_document_thumbnails_get_thumbnail):
8953         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8954         
8955         Update rotation direction of backends to fit with pdf and ps.
8956
8957 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8958
8959         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8960         * backend/ev-async-renderer.h:
8961         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8962         (setup_page), (ps_document_get_page_size),
8963         (ps_async_renderer_render_pixbuf):
8964         * ps/ps-document.h:
8965         * shell/ev-jobs.c: (ev_job_render_run):
8966
8967         Fix orientation in the postscript document
8968
8969 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8970
8971         * pdf/ev-poppler.cc:
8972         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8973         * shell/ev-view.c: (highlight_find_results):
8974
8975         Adapt to the new poppler rotation API. Fix text maps on landscape
8976         documents.
8977
8978 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8979
8980         * shell/ev-view.c (compute_new_selection_text): get the correct
8981         region when selecting in modes other than continuous.
8982
8983 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8984
8985         * shell/main.c (main): remove redundant g_warnings.
8986
8987 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8988
8989         * shell/Makefile.am: Don't include autogenerated
8990         file ev-application-service.h into distribution, since
8991         it causes dbus crash. Fix for bugs 313724 and 313443. 
8992
8993 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8994
8995         * configure.ac: Fix sed expression for FreeBSD. Thanks
8996         to Joe Marcus Clark <marcus@freebsd.org>
8997         
8998         * shell/eggfindbar.c: (entry_activate_callback),
8999         (entry_changed_callback), (egg_find_bar_init),
9000         (egg_find_bar_set_search_string):
9001         
9002         Made findbar buttons unsensitive if there is no text in
9003         entry. Fix for the bug 313285.
9004
9005 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9006
9007         * ps/ps-document.c: Use g_filename_display_name for displaying
9008         filenames and revert string freeze breackage
9009
9010 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9011
9012         * NEWS:
9013         * configure.ac:
9014
9015         Update for 0.3.4
9016
9017         * shell/Makefile.am:
9018
9019         Add ev-application-service.xml to extra dist
9020
9021         * shell/ev-view.c: (find_page_at_location):
9022
9023         Remove unused function (fix warning)
9024
9025 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9026
9027         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9028         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9029         
9030         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9031         bug 313623.
9032
9033 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9034
9035         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9036         * shell/ev-window.c:
9037         Fix build warnings
9038
9039 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9040
9041         * configure.ac: Update script to get dbus version.
9042         Fix for the bug #313443.
9043
9044 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9045
9046         * shell/ev-window.c: (ev_window_cmd_escape):
9047         
9048         Return focus back to view on escape. Fix for bug 313295.
9049
9050 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9051
9052         * shell/ev-window.c: (update_window_title),
9053         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9054         (ev_window_cmd_save_as):
9055         
9056         Correct conversion from uri to displayable string. Fix for
9057         bug 313296.
9058
9059 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9060
9061         * ps/ps-document.c: convert filename to utf8 when there is an error
9062         loading document. Fixes #309915
9063
9064 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9065
9066         * configure.ac:
9067
9068         We depend on poppler 0.4.0
9069
9070 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9071
9072         * configure.ac:
9073         * NEWS: Release 0.3.3.
9074         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9075
9076 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9077
9078         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9079         add a couple missing mnemonics to menu items, use title 
9080         capitalization for menu items and window titles, and add 
9081         ellipsis to open menu item.     
9082
9083 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9084
9085         * pdf/ev-poppler.cc:
9086         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9087         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9088         (ev_view_get_rotation):
9089         * shell/ev-view.h:
9090         * shell/ev-window.c: (setup_view_from_metadata),
9091         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9092         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9093         disk.
9094
9095 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9096
9097         * configure.ac: Added tr to ALL_LINGUAS
9098
9099 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9100
9101         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9102         requires several clicks to find word. Thanks to 
9103         Colin Slater <kiltedtaco@gmail.com>.
9104
9105 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9106
9107         * data/evince.desktop.in.in: Hide menu entry and
9108         rename it to "Document Viewer". Fix for bug 
9109         #312399.
9110
9111 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9112
9113         * shell/ev-page-action.c (ev_page_action_class_init): 
9114
9115         Point to the correct function in constructor of the
9116         activate_label signal
9117
9118 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9119
9120         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9121         * shell/ev-jobs.h: Make thread safe.
9122
9123 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9124
9125         * shell/ev-view.c: (view_update_range_and_current_page):
9126         Don't update page range if we are scrolling to some document
9127         point.
9128
9129 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9130
9131         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9132         when getting max_page_width, fix drawing in dual mode.
9133
9134 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9135
9136         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9137         getting the area for select_all.
9138
9139 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9140
9141         * backend/ev-selection.c: (ev_selection_render_selection):
9142         * backend/ev-selection.h:
9143         * pdf/ev-poppler.cc:
9144         * shell/ev-jobs.c: (ev_job_render_new):
9145         * shell/ev-jobs.h:
9146         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9147         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9148         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9149         (ev_view_class_init):
9150
9151         Change selection color on focus in and focus out events.  Also,
9152         poppler now uses GdkColor for specifying the selection colors, so
9153         drop some awkward conversion code.
9154
9155 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9156
9157         * configure.ac: Added Hebrew translation
9158
9159 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9160
9161         * NOTES:
9162         * backend/ev-selection.c: (ev_selection_render_selection):
9163         * backend/ev-selection.h:
9164         * pdf/ev-poppler.cc:
9165         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9166         (ev_job_render_run):
9167         * shell/ev-jobs.h:
9168         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9169         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9170         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9171         (ev_pixbuf_cache_style_changed),
9172         (ev_pixbuf_cache_get_selection_pixbuf),
9173         (ev_pixbuf_cache_set_selection_list),
9174         (ev_pixbuf_cache_get_selection_list):
9175         * shell/ev-pixbuf-cache.h:
9176         * shell/ev-utils.c: (ev_print_region_contents):
9177         * shell/ev-utils.h:
9178         * shell/ev-view.c: (ev_view_queue_draw_page),
9179         (selection_update_idle_cb), (ev_view_motion_notify_event),
9180         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9181         (setup_caches), (ev_view_find_next), (merge_selection_region),
9182         (selection_free):
9183         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9184
9185         Clean up selection to be much smoother!
9186
9187 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9188
9189         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9190         to poppler_page_render_selection().
9191
9192 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9193
9194         * ps/ps-document.c: (save_page_list): Use
9195         unzipped document when printing. Thanks to 
9196         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9197         311016.
9198
9199 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9200
9201         * shell/ev-window.c: (update_action_sensitivity):
9202         
9203         Disable print and save respect to lockdown gconf keys. Fix
9204         for 312342.
9205
9206 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9207
9208         * configure.ac:
9209         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9210         (write_to_temp_file), (ev_file_set_contents):
9211         * shell/ev-utils.h:
9212         * shell/ev-window.c: (save_print_config_to_file):
9213         
9214         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9215         Fix for bug 312238
9216
9217 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9218
9219         * shell/ev-window.c: (load_print_config_from_file),
9220         (save_print_config_to_file), (ev_window_print_range):
9221
9222         Persist the print settings. Fixes bug #311578.
9223
9224 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9225
9226         * djvu/djvu-document.c: (djvu_document_get_page_size),
9227         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9228         (djvu_document_thumbnails_get_thumbnail):
9229         * dvi/dvi-document.c: (dvi_document_get_page_size),
9230         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9231         (dvi_document_thumbnails_get_dimensions),
9232         (dvi_document_thumbnails_get_thumbnail):
9233         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9234         (pixbuf_document_render_pixbuf),
9235         (pixbuf_document_document_iface_init),
9236         (pixbuf_document_thumbnails_get_thumbnail):
9237         
9238         Update backends to make them build with new rotation system.
9239
9240 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9241
9242         * help/C/figures/evince_start_window.png:
9243         
9244         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9245
9246 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9247
9248         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9249         * shell/ev-pixbuf-cache.h:
9250         * shell/ev-sidebar-thumbnails.c:
9251         (ev_sidebar_thumbnails_get_property), (add_range),
9252         (adjustment_changed_cb):
9253         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9254         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9255         we were thumbnailing the entire docment on startup, slowing us
9256         down hugely. 
9257
9258 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9259
9260         * shell/ev-page-cache.c: (ev_page_cache_new):
9261         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9262         == 0, fixes #310306.
9263
9264 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9265
9266         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9267         (ev_view_rotate_left):
9268
9269         Account rotation in doc_rect_to_view_rect.
9270         Ensure rotation doesnt go out of bounds.
9271
9272 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9273
9274         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9275
9276         Correct and cleanup w/h swapping
9277
9278 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9279
9280         * backend/ev-document-thumbnails.c:
9281         (ev_document_thumbnails_get_thumbnail):
9282         * backend/ev-document-thumbnails.h:
9283         * backend/ev-document.c:
9284         * backend/ev-document.h:
9285         * backend/ev-render-context.c: (ev_render_context_new),
9286         (ev_render_context_set_rotation):
9287         * backend/ev-render-context.h:
9288         * pdf/ev-poppler.cc:
9289         * ps/ps-document.c: (ps_document_document_iface_init):
9290         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9291         * shell/ev-jobs.h:
9292         * shell/ev-page-cache.c: (build_height_to_page),
9293         (ev_page_cache_new), (ev_page_cache_get_size),
9294         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9295         (ev_page_cache_get_height_to_page):
9296         * shell/ev-page-cache.h:
9297         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9298         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9299         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9300         (ev_pixbuf_cache_get_selection_pixbuf):
9301         * shell/ev-pixbuf-cache.h:
9302         * shell/ev-print-job.c: (idle_print_handler):
9303         * shell/ev-sidebar-thumbnails.c: (add_range):
9304         * shell/ev-view.c: (view_update_range_and_current_page),
9305         (get_page_y_offset), (get_page_extents),
9306         (ev_view_size_request_continuous_dual_page),
9307         (ev_view_size_request_continuous),
9308         (ev_view_size_request_dual_page),
9309         (ev_view_size_request_single_page), (draw_one_page),
9310         (ev_view_set_rotation), (ev_view_rotate_right),
9311         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9312         (ev_view_zoom_for_size_continuous_and_dual_page),
9313         (ev_view_zoom_for_size_continuous),
9314         (ev_view_zoom_for_size_dual_page),
9315         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9316         (ev_view_select_all):
9317         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9318         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9319         (tiff_document_document_iface_init),
9320         (tiff_document_thumbnails_get_thumbnail):
9321
9322         Use rotation rather than orientation. It's easier and enough
9323         for our needs.
9324
9325 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9326
9327         * shell/ev-page-cache.c: (build_height_to_page),
9328         (ev_page_cache_new), (ev_page_cache_get_size),
9329         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9330         (ev_page_cache_get_height_to_page):
9331         * shell/ev-page-cache.h:
9332         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9333         (ev_view_size_request_continuous_dual_page),
9334         (ev_view_size_request_continuous),
9335         (ev_view_zoom_for_size_continuous_and_dual_page),
9336         (ev_view_zoom_for_size_continuous):
9337
9338         Make the page cache aware of page orientation.
9339
9340 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9341
9342         * backend/ev-document-thumbnails.c:
9343         (ev_document_thumbnails_get_thumbnail):
9344         * backend/ev-document-thumbnails.h:
9345         * backend/ev-document.c:
9346         * backend/ev-document.h:
9347         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9348         * backend/ev-ps-exporter.h:
9349         * pdf/ev-poppler.cc:
9350         * ps/ps-document.c: (ps_document_document_iface_init),
9351         (ps_document_ps_export_do_page):
9352         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9353         * shell/ev-jobs.h:
9354         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9355         (ev_page_cache_get):
9356         * shell/ev-page-cache.h:
9357         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9358         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9359         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9360         * shell/ev-pixbuf-cache.h:
9361         * shell/ev-print-job.c: (idle_print_handler):
9362         * shell/ev-sidebar-thumbnails.c: (add_range):
9363         * shell/ev-view.c: (view_update_range_and_current_page),
9364         (get_page_extents), (ev_view_size_request_dual_page),
9365         (ev_view_size_request_single_page), (draw_one_page),
9366         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9367         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9368         (ev_view_zoom_for_size_dual_page),
9369         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9370         (ev_view_select_all):
9371         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9372         * tiff/tiff-document.c: (tiff_document_get_page_size),
9373         (tiff_document_get_orientation), (rotate_pixbuf),
9374         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9375         (tiff_document_thumbnails_get_thumbnail),
9376         (tiff_document_ps_export_do_page), (tiff_document_init):
9377
9378         Really make use of the orientation bit of the render context.
9379         Use the render context in a few more places in the backend API.
9380         This regress orientation, but now it's done right. Will try to
9381         fix it up asap...
9382
9383 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9384
9385         * shell/ev-view.c: (ensure_rectangle_is_visible):
9386
9387         Patch by Nickolay V. Shmyrev to fix find flickering
9388
9389 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9390
9391         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9392         duplex parameters to ::begin.
9393
9394         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9395         * shell/ev-print-job.c (idle_print_handler): 
9396         * ps/ps-document.c (ps_document_ps_export_begin): 
9397         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9398         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9399         implementations. Poppler backend needs poppler cvs. Rest has
9400         unchanged behavior.
9401
9402 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9403
9404         * shell/ev-window.c (using_pdf_printer): new function.
9405         (ev_window_print_range): print a less techy message if someone
9406         tries to print to PDF.
9407
9408 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9409
9410         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9411         from "unknown font" string. Bug #311431
9412
9413 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9414
9415         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9416
9417 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9418
9419         Bug #311280
9420         
9421         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9422         name for PopplerFontTypes
9423         (pdf_document_fonts_fill_model): add font type to the detail column
9424
9425         * backend/ev-document-fonts.h: added
9426         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9427
9428         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9429         font name and font details, add a little markup.
9430         (ev_properties_fonts_init): use the new cell data func, specify ypad
9431         property for the cell renderer.
9432         (ev_properties_fonts_set_document): add the details column.
9433
9434 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9435
9436         * configure.ac: Added "pl" to ALL_LINGUAS.
9437
9438 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9439
9440         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9441
9442 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9443
9444         * help/ChangeLog: Started this for translations of manual.
9445         * configure.ac, autogen.sh, .cvsignore: Migrated to
9446         gnome-doc-utils. Patch in bug #311222.
9447
9448 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9449
9450         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9451         #ifdef this away to fix an unused-function warning.
9452
9453 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9454
9455         * configure.ac: Added 'gl' to ALL_LINGUAS.
9456
9457 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9458
9459         * configure.ac: Added ne in ALL_LINGUAS
9460         
9461 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9462
9463         * shell/ev-view.c: (ev_view_leave_notify_event):
9464         
9465         Clear status message when pointer leaves view. Fix for bug
9466         #310818 
9467
9468 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9469
9470         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9471
9472 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9473
9474         * shell/ev-view.c: (ev_view_leave_notify_event),
9475         (ev_view_class_init):
9476         
9477         Set cursor to normal then leaving view.
9478
9479 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9480
9481         * configure.ac:
9482         
9483         Fix required djvulibre version.
9484
9485 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9486
9487         *configure.ac: Hindi (hi) language added
9488
9489 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9490
9491         *configure.ac: Punjabi (pa) Language added
9492
9493 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9494
9495         * data/evince-ui.xml, shell/ev-window.c:
9496         
9497         Add keypad accelerators for zooming. Fix for bug 308128.
9498
9499 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9500
9501         * Makefile.am:
9502         * backend/Makefile.am:
9503         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9504         * configure.ac:
9505         * shell/ev-document-types.c: (ev_document_types_add_filters):
9506
9507         Allow to enable/disable the pixbuf backend.
9508         Default to off for now. If we want it enabled we should
9509         really put mime types in the desktop, implement properties etc.
9510
9511         * properties/evince-properties.c:
9512
9513         Initialize error to NULL.
9514         Check error is not NULL before freeing.
9515
9516 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9517
9518         * shell/ev-window.c:
9519
9520         Use F5 as presentation accell
9521
9522 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9523
9524         * shell/ev-window.c: (update_chrome_visibility),
9525         (ev_window_create_fullscreen_popup), (ev_window_init):
9526
9527         Do not leak the fullscreen toolbar
9528
9529 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9530
9531         * shell/ev-window.c: (view_actions_focus_in_cb),
9532         (view_actions_focus_out_cb):
9533
9534         These has a return value! Fix totally random focus
9535         issues we was seeing.
9536
9537 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9538
9539         * shell/main.c: (load_files_remote):
9540
9541         Allow open more than one file
9542
9543 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9544
9545         * shell/main.c: (load_files_remote):
9546
9547         Fix for dbus 0.33. bug #309975
9548
9549 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9550
9551         * properties/ev-properties-main.c: (ev_properties_get_pages):
9552
9553         Actually return NULL for types we dont support
9554
9555 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9556
9557         * po/POTFILES.in:
9558
9559         Remove empty lines.
9560
9561 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9562
9563         * backend/ev-document-factory.c:
9564         (ev_document_factory_get_document):
9565
9566         Do not try to create the object if type
9567         is invalid.
9568
9569 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9570
9571         * ps/ps-document.c: (ps_document_dispose),
9572         (ps_async_renderer_render_pixbuf):
9573         * ps/ps-document.h:
9574
9575         Do not leak the target window
9576
9577 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9578
9579         * shell/ev-application.c: (ev_application_init):
9580
9581         Let tbe check file existence for us.
9582         Add a comment about eggrecent mime filter.
9583
9584 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9585
9586         * data/evince-ui.xml:
9587         * shell/ev-application.c: (ev_application_shutdown),
9588         (ev_application_init), (ev_application_get_toolbars_model),
9589         (ev_application_get_recent_model),
9590         (ev_application_save_toolbars_model):
9591         * shell/ev-application.h:
9592         * shell/ev-window.c: (ev_window_add_recent),
9593         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9594         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9595         (ev_window_init):
9596
9597         Use common toolbar and recent models for all windows.
9598         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9599
9600 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9601
9602         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9603         successfully check for gtk_icon_view_get_visible_range.
9604
9605 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9606
9607         * djvu/Makefile.am:
9608         * dvi/Makefile.am:
9609         
9610         Fix djvu and dvi backend build.
9611
9612 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9613
9614         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9615         (new_separator_pixbuf):
9616
9617         Don't leak windows.
9618
9619 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9620
9621         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9622
9623         HIGification of toolbar editor dialogue.
9624
9625 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9626
9627         * configure.ac:
9628         * shell/Makefile.am:
9629
9630         Ever build metadata manager since it's just
9631         disabled at runtime now.
9632
9633 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9634
9635         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9636         (ev_metadata_manager_get), (ev_metadata_manager_set):
9637         * shell/ev-metadata-manager.h:
9638
9639         Add an _init functions that enabled metadata management
9640         at runtime.
9641
9642         * shell/ev-window.c: (page_changed_cb),
9643         (setup_document_from_metadata), (ev_window_setup_document),
9644         (setup_view_from_metadata), (ev_window_open_uri),
9645         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9646         (ev_window_run_presentation), (ev_window_stop_presentation),
9647         (save_sizing_mode), (ev_window_zoom_changed_cb),
9648         (ev_window_continuous_changed_cb),
9649         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9650         (window_configure_event_cb):
9651
9652         Remove all ugly metadata define since we deal with it
9653         at runtime now.
9654
9655         * shell/main.c: (load_files_remote), (main):
9656
9657         Add support for dbus cvs head. Hopefully didnt break one
9658         of the other versions now!
9659
9660         If we dont get a response from the dbus server just
9661         give up with it and not enable metadata.
9662
9663 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9664
9665         * Makefile.am:
9666         * backend/Makefile.am:
9667         * configure.ac:
9668         * cut-n-paste/recent-files/Makefile.am:
9669         * cut-n-paste/toolbar-editor/Makefile.am:
9670         * cut-n-paste/zoom-control/Makefile.am:
9671         * lib/Makefile.am:
9672         * pdf/Makefile.am:
9673         * pixbuf/Makefile.am:
9674         * properties/Makefile.am:
9675         * ps/Makefile.am:
9676         * shell/Makefile.am:
9677         * thumbnailer/Makefile.am:
9678         * tiff/Makefile.am:
9679
9680         Make frontends depend on just libev.
9681         Rework and group CFLAGS/LIBS definitions.
9682         Cleanups.
9683
9684 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9685
9686         * shell/ev-window:
9687
9688         do not unnecessarily save zoom
9689
9690         * configure.ac:
9691         * lib/ev-file-helpers.c: (ev_dot_dir):
9692         * shell/Makefile.am:
9693         * shell/dummy.cc:
9694
9695         Some cleanups
9696
9697 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9698
9699         * configure.ac:
9700         
9701         Remove unnecessary dependencies
9702
9703 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9704
9705         * properties/Makefile.am:
9706         * thumbnailer/Makefile.am:
9707         * tiff/Makefile.am:
9708
9709         Some more cleanups. Was really necessary
9710         but I probably introduced bugs, feel free
9711         to flame :)
9712
9713 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9714
9715         * backend/Makefile.am:
9716         * configure.ac:
9717         * cut-n-paste/recent-files/Makefile.am:
9718         * cut-n-paste/toolbar-editor/Makefile.am:
9719         * cut-n-paste/zoom-control/Makefile.am:
9720         * lib/Makefile.am:
9721         * pdf/Makefile.am:
9722         * pixbuf/Makefile.am:
9723         * properties/Makefile.am:
9724         * ps/Makefile.am:
9725         * shell/Makefile.am:
9726         * thumbnailer/Makefile.am:
9727         * tiff/Makefile.am:
9728
9729         Use gnome-common macros when possible.
9730         Cleanup dependencies.
9731         Actually disable deprecated where possible.
9732
9733 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9734
9735         * Makefile.am:
9736         * backend/Makefile.am:
9737         * properties/Makefile.am:
9738         * shell/Makefile.am:
9739         * thumbnailer/Makefile.am:
9740
9741         This should solve the circular dep without
9742         requiring dir reorg!
9743
9744         * shell/ev-window.c: (setup_view_from_metadata):
9745
9746         Never restore window size/position when the
9747         window is already visible.
9748
9749 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9750
9751         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9752
9753         Return a boolean from timeout func. Fix ported from gedit.
9754
9755 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9756
9757         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9758
9759 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9760
9761         * shell/ev-document-types.c: set "All Documents" as default filter in
9762         open dialog
9763
9764 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9765
9766         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9767         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9768         (ev_metadata_manager_set_boolean): fix value/val thinko.
9769
9770 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9771
9772         * shell/ev-window.c: (setup_view_from_metadata),
9773         (window_state_event_cb), (window_configure_event_cb),
9774         (ev_window_init):
9775
9776         Remember window position and maximized state
9777
9778 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9779
9780         * configure.ac:
9781
9782         Fix DBUS configure checks.
9783
9784         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9785         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9786         (ev_metadata_manager_set_boolean):
9787
9788         Plug mem leaks.
9789
9790         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9791         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9792         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9793         (ev_window_continuous_changed_cb),
9794         (ev_window_dual_mode_changed_cb), (ev_window_new):
9795
9796         Fix the build without DBUS.
9797
9798 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9799
9800         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9801         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9802         (ev_metadata_manager_set_string),
9803         (ev_metadata_manager_set_boolean):
9804         * shell/ev-metadata-manager.h:
9805
9806         Add support for some more types
9807
9808         * shell/ev-view.c: (scroll_to_current_page),
9809         (ev_view_get_continuous), (ev_view_set_continuous),
9810         (ev_view_get_dual_page):
9811         * shell/ev-view.h:
9812         * shell/ev-window.c: (page_changed_cb),
9813         (setup_document_from_metadata), (ev_window_setup_document),
9814         (setup_view_from_metadata), (ev_window_open_uri),
9815         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9816         (ev_window_run_presentation), (ev_window_stop_presentation),
9817         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9818         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9819         (ev_window_update_dual_page_action),
9820         (ev_window_continuous_changed_cb),
9821         (ev_window_dual_mode_changed_cb), (ev_window_init):
9822
9823         Remember a bunch of view/document properties. Prolly some
9824         are still missing but it's getting interesting.
9825
9826 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9827
9828         * configure.ac: check if dbus-binding-tool is installed. Not the
9829         case on current Ubuntu breezy, it seems.
9830
9831 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9832
9833         * data/evince.desktop.in.in:
9834         
9835         Allow open uri lists and add TryExec field.
9836
9837 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9838
9839         * configure.ac:
9840
9841         Enable dbus when available, do not require a configure
9842         option.
9843
9844 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9845
9846         * configure.ac:
9847
9848         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9849         disabled.
9850
9851 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9852         Marco Pesenti Gritti  <mpg@redhat.com>
9853
9854         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9855         
9856         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9857         functions to the format required by dbus
9858
9859         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9860         errors. Use the RPC parameters in the expected way
9861
9862 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9863
9864         * Makefile.am:
9865         * properties/Makefile.am:
9866         * properties/ev-properties-main.c: (ev_properties_get_pages):
9867
9868         Support all mime types
9869
9870         * shell/Makefile.am:
9871         * thumbnailer/Makefile.am:
9872         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9873         (evince_thumbnail_pngenc_get):
9874
9875         Use the document factory
9876
9877 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9878
9879         * backend/Makefile.am:
9880         * backend/ev-document-factory.c:
9881         (mime_type_supported_by_gdk_pixbuf),
9882         (ev_document_type_get_from_mime),
9883         (ev_document_factory_get_document),
9884         (ev_document_factory_get_backend),
9885         (ev_document_factory_get_mime_types),
9886         (ev_document_factory_get_all_mime_types):
9887         * backend/ev-document-factory.h:
9888         * shell/Makefile.am:
9889         * shell/ev-document-types.c: (get_document_from_uri),
9890         (ev_document_types_get_document),
9891         (file_filter_add_mime_list_and_free),
9892         (ev_document_types_add_filters):
9893         * shell/ev-document-types.h:
9894         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9895         * shell/ev-properties-dialog.c:
9896         (ev_properties_dialog_set_document):
9897         * shell/ev-window.c: (ev_window_cmd_file_open),
9898         (ev_window_cmd_save_as):
9899         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9900
9901         Rework document types managing to avoid code duplication
9902         and actually abstract from backend implementations.
9903         Also provide a minimal factory api that can be used by
9904         thumbnailer/properties.
9905
9906 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9907
9908         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9909         Plug a mem leak.
9910         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9911         HIG spacings.
9912
9913 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9914
9915         * shell/ev-properties-dialog.c
9916         (ev_properties_dialog_set_document): only call
9917         ev_properties_fonts_set_document() if the document implements the
9918         fonts interface
9919
9920 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9921
9922         * configure.ac:
9923         * properties/Makefile.am:
9924         * properties/ev-properties-view.c:
9925         (ev_properties_view_register_type):
9926         * properties/ev-properties-view.h:
9927         * properties/ev-properties-main.h:
9928
9929         Implement nautilus plugin for properties.
9930         Works only for pdf atm, I need to rework the
9931         document types stuff to get this to work
9932         for all backends...
9933
9934 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9935
9936         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9937         (ev_properties_fonts_set_document): use
9938         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9939
9940 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9941
9942         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9943         them
9944         (PlaceImage, tiff2ps_process_page): use
9945         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9946
9947
9948 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9949
9950         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9951         (main): to call gnome_authentication_manager_init. Should fix
9952         Bug #308510
9953
9954         * configure.ac: that requires libgnomeui 2.6.0.
9955
9956 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9957
9958         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9959         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9960         use the new tiff2ps interfaces
9961
9962         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9963         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9964
9965         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9966         structure instead of global variables.  Remove use of static
9967         variables in functions.
9968
9969 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9970
9971         * shell/ev-page-action.c: unref the completion after setting it to the
9972         entry
9973
9974 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9975
9976         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9977         postscript files
9978
9979 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9980
9981         * shell/ev-window.c (update_action_sensitivity): disable
9982         File->Print if the document does not implement the ps exporter
9983         interface
9984
9985 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9986
9987         * Makefile.am:
9988         * configure.ac:
9989         * data/evince-properties.glade:
9990         * properties/.cvsignore:
9991         * properties/Makefile.am:
9992         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9993         (ev_properties_view_class_init), (ev_properties_view_format_date),
9994         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9995         (ev_properties_view_init), (ev_properties_view_new):
9996         * properties/ev-properties-view.h:
9997         * shell/Makefile.am:
9998         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9999         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10000         (ev_properties_dialog_new):
10001         * shell/ev-properties-dialog.h:
10002         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10003         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10004         (update_progress_label), (job_fonts_finished_cb),
10005         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10006         * shell/ev-properties-fonts.h:
10007         * shell/ev-properties.c:
10008         * shell/ev-properties.h:
10009         * shell/ev-window.c: (ev_window_setup_document),
10010         (ev_window_cmd_file_properties):
10011
10012         Split the properties pages in two different objects, depend
10013         only on the backend where possible, use widgets instead
10014         of gobject for the glade part, reimplement the dialog
10015         itself with gtk.
10016         I need this to implement nautilus properties page.
10017
10018 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10019
10020         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10021         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10022         (tiff_document_document_ps_exporter_iface_init): implement the ps
10023         exporter interface for tiff documents
10024
10025         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10026         libtiff to implement TIFF postscript export
10027
10028         * tiff/tiff2ps.h: added a header file for external tiff2ps
10029         functions.
10030
10031         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10032         tiff2ps.h
10033
10034 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10035
10036         * shell/ev-view.c: (scroll_to_current_page),
10037         (ev_view_set_fullscreen), (ev_view_set_presentation):
10038         
10039         Scroll to current page when exit from presentation
10040
10041 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10042
10043         * shell/ev-window.c: (update_document_mode),
10044         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10045         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10046         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10047         
10048         Exit from fullscreen mode when switch to presentation. Fix for
10049         bug 309365
10050
10051 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10052
10053         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10054         return NULL if the document does not implement the selection
10055         interface.
10056
10057 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10058
10059         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10060         reported height by using the resolution aspect ratio
10061         (tiff_document_render_pixbuf): scale the pixbuf using the
10062         resolution aspect ratio
10063
10064 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10065
10066         * configure.ac:
10067         
10068         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10069         <kiltedaco@gmail.com>
10070         
10071         * djvu/djvu-document.c: (djvu_document_get_orientation),
10072         (djvu_document_set_orientation), (djvu_document_get_page_size),
10073         (rotate_pixbuf), (djvu_document_render_pixbuf),
10074         (djvu_document_document_iface_init):
10075         * dvi/dvi-document.c: (dvi_document_get_orientation),
10076         (dvi_document_set_orientation), (dvi_document_get_page_size),
10077         (rotate_pixbuf), (dvi_document_render_pixbuf),
10078         (dvi_document_document_iface_init):
10079         
10080         Dvi and djvu backends are ported to new API
10081
10082 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10083
10084         * backend/ev-selection.c: (ev_selection_get_selection_region),
10085         (ev_selection_get_selection_map):
10086         * backend/ev-selection.h:
10087         * pdf/ev-poppler.cc:
10088         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10089         * shell/ev-jobs.h:
10090         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10091         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10092         (ev_pixbuf_cache_get_text_mapping):
10093         * shell/ev-pixbuf-cache.h:
10094         * shell/ev-view.c: (location_in_text),
10095         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10096         support to EvView.  Now we can see where we can select!  Sweet!
10097
10098 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10099
10100         * shell/ev-view.c (ev_view_button_press_event): Fix
10101         event->y + view->scroll_x typo.
10102
10103 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10104
10105         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10106         sub-GdkPixbuf instead of passing dest_x and dest_y.
10107         
10108         * shell/ev-view.c: (view_point_to_doc_point),
10109         (view_rect_to_doc_rect), (ev_view_button_press_event),
10110         (ev_view_motion_notify_event), (compute_new_selection_rect),
10111         (gdk_rectangle_point_in), (compute_new_selection_text),
10112         (compute_selections): Update selection code to keep the selection
10113         around as two points and not as a normalized rectangle, and fix
10114         page level selection in two-column mode.
10115
10116 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10117
10118         * shell/ev-window.c: (window_configure_event_cb): 
10119         
10120         Fix compilation
10121         
10122 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10123
10124         * pdf/ev-poppler.cc:
10125
10126         Fix compilation
10127
10128 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10129
10130         * shell/Makefile.am:
10131         * shell/ev-metadata-manager.c: (item_free),
10132         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10133         (parse_value), (parseItem), (load_values),
10134         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10135         (save_values), (save_item), (get_oldest), (resize_items),
10136         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10137         * shell/ev-metadata-manager.h:
10138
10139         Metadata manager from gedit but modified to use GValue, so that
10140         we dont need to keep converting from strings.
10141
10142         * configure.ac:
10143
10144         ENABLE_METADATA conditional, on when dbus is on
10145
10146         * shell/ev-application.c: (ev_application_open_uri):
10147
10148         Show the window after load so that we can initialize
10149         window size before it's showed.
10150
10151         * shell/ev-window.c: (ev_window_setup_from_metadata),
10152         (ev_window_open_uri), (window_configure_event_cb),
10153         (ev_window_init):
10154
10155         Save and load metadata information about window size.
10156         Not yet keeping states in account.
10157
10158         * shell/main.c: (main):
10159
10160         Shutdown metadata manager.
10161
10162 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10163
10164         * shell/ev-application-service.xml:
10165         * configure.ac:
10166         * shell/Makefile.am:
10167         * shell/ev-application.c:
10168         * shell/ev-application.h:
10169         * shell/ev-window.c:
10170         * shell/ev-window.h:
10171         * shell/main.c:
10172
10173         Add an optional dbus interface (--enable-dbus).
10174         Rework application code, mainly to be easier to
10175         use "remotely".
10176         Do not open multiple windows with the same document,
10177         spatial evince!
10178
10179 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10180
10181         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10182         pixbuf iff it exists.
10183
10184 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10185
10186         * shell/*:
10187         * backend/ev-render-context.[ch]:
10188         * backend/ev-selection.[ch]:
10189
10190         Massive changes.  We now support text selection of pdfs, and not
10191         just rectangular selection.  This is pretty broken still, but I
10192         want to get something into CVS.
10193
10194 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10195
10196         * pdf/ev-poppler.cc:
10197         
10198         Fix for Bug 309080: crash on window close.
10199         
10200         * shell/ev-page-action.c: (page_changed_cb):
10201         
10202         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10203         jensgr@gmx.net (Jens Granseuer).
10204
10205 2005-06-25  Marcel Telka  <marcel@telka.sk>
10206
10207         * configure.in (ALL_LINGUAS): Added sk.
10208
10209 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10210
10211         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10212         not a document open
10213
10214 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10215
10216         * NEWS:
10217         * configure.ac:
10218
10219         Release 0.3.2
10220
10221         * cut-n-paste/recent-files/Makefile.am:
10222
10223         Fix make distcheck
10224
10225 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10226
10227         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10228         (pixbuf_document_set_orientation), (rotate_pixbuf),
10229         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10230         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10231
10232         Implement rotation and cleanup the code a bit.
10233
10234         * tiff/tiff-document.c: (tiff_document_get_page_size),
10235         (tiff_document_get_orientation), (tiff_document_set_orientation),
10236         (rotate_pixbuf), (tiff_document_render_pixbuf),
10237         (tiff_document_document_iface_init), (tiff_document_init):
10238
10239         Implement rotation. Was the quicker solution for the release
10240         but we really need to share this code in the shell.
10241
10242 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10243
10244         * pdf/ev-poppler.cc:
10245
10246         Enable rotation, require poppler cvs. Fix a leak.
10247
10248 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10249
10250         * shell/ev-window.c: (update_action_sensitivity):
10251         
10252         Make properties unsensitive if document backend doesn't provide
10253         any info
10254
10255 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10256
10257         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10258         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10259         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10260         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10261         (bitmap_flip_rotate_counter_clockwise):
10262         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10263         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10264         (buff_gets):
10265         * dvi/mdvi-lib/common.h:
10266         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10267         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10268         (opendvi), (mdvi_reload), (mdvi_init_context),
10269         (mdvi_destroy_context), (mdvi_dopage), (special):
10270         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10271         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10272         (file_hash_free), (register_encoding), (parse_spec),
10273         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10274         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10275         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10276         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10277         (mdvi_register_font_type), (mdvi_unregister_font_type),
10278         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10279         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10280         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10281         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10282         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10283         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10284         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10285         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10286         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10287         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10288         (mdvi_unregister_special), (mdvi_flush_specials):
10289         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10290         (t1_font_remove):
10291         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10292         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10293         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10294         (free_font_metrics), (flush_font_metrics):
10295         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10296         (tt_font_remove):
10297         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10298         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10299         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10300         (dstring_insert), (dstring_new), (dstring_reset):
10301         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10302         
10303         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10304         avoid conflict with libtool on FC4
10305         
10306         * shell/ev-window.c: (ev_window_cmd_help_about):
10307         
10308         Update copyright year. Fix for bug 308828.
10309
10310 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10311
10312         * shell/ev-view.c: (add_scroll_binding_keypad),
10313         (ev_view_binding_activated), (ev_view_class_init),
10314         (on_adjustment_value_changed):
10315         
10316         Bug 170874: Arrow keys switch pages in presentation mode
10317
10318 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10319
10320         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10321         
10322         Fix for Bug 308265: Sidebar dissappears coming out of 
10323         Presentation mode
10324
10325 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10326
10327         * shell/ev-application.c: (ev_application_open):
10328         * shell/ev-document-types.c: (ev_document_types_add_filters),
10329         (ev_document_types_add_filters_for_type):
10330         * shell/ev-document-types.h:
10331         * shell/ev-window.c: (ev_window_cmd_save_as):
10332         
10333         Suggest basename as template when saving, provide filters
10334         for save dialog. It's bug 308402
10335
10336 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10337
10338         * pdf/ev-poppler.cc:
10339         * shell/ev-sidebar-links.c: (job_finished_callback):
10340         * shell/ev-view.c: (update_find_status_message):
10341         
10342         Some leaks fixed
10343
10344 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10345
10346         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10347         (egg_recent_view_uimanager_set_list):
10348
10349         Fix buglet in !show_numbers case.
10350
10351 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10352
10353         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10354         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10355
10356         Use pango ellipsisation.
10357
10358         * pdf/ev-poppler.cc:
10359
10360         Fix refcount leak, from nsh.
10361
10362 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10363
10364         * cut-n-paste/recent-files/Makefile.am:
10365         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10366         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10367         
10368         Removed EggRecentViewGtk
10369         
10370         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10371         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10372         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10373         (ev_window_setup_recent):
10374         
10375         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10376         with other projects
10377
10378 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10379
10380         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10381         (egg_recent_view_gtk_finalize):
10382
10383         Fix memory leak
10384
10385         * cut-n-paste/toolbar-editor/Makefile.am:
10386         
10387         Fix location of cursor icon.
10388         
10389         * pdf/ev-poppler.cc:
10390         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10391         (display_completion_text), (match_completion):
10392         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10393         (selection_changed_callback), (create_loading_model),
10394         (print_section_cb), (links_page_num_func),
10395         (update_page_callback_foreach):
10396         * shell/ev-window.c: (ev_window_dispose):
10397         
10398         Small memory fixes. Links model now store objects instead
10399         of pointers to improve memory management. 
10400
10401 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10402
10403         * shell/ev-window.c: (zoom_control_changed_cb):
10404         
10405         Fix update of zoom control (bug 308268).
10406
10407 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10408
10409         * shell/ev-properties.c (set_property): escape the text correctly.
10410         Handles non-UTF-8 properties and escaped properties.  Also, sets
10411         the text to "<i>None</i>" if the property isn't set.
10412
10413         * data/evince-properties.glade: Change the label to be ellipsized,
10414         and give it a minimum size.
10415
10416 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10417
10418         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10419         * shell/ev-sidebar-links.c: (create_loading_model):
10420         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10421         * shell/ev-view.c: (ev_view_set_document):
10422         * shell/ev-window.c: (ev_window_dispose):
10423         
10424         Various small fixes, mostly memory leaks. Thanks to valgrind.
10425
10426 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10427
10428         * ps/ps-document.c: remove the locale.h include again ;-). And
10429         kill the (bogus) setlocale/savelocale business.
10430
10431 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10432
10433         * ps/ps-document.c:
10434         
10435         Include locale.h to fix build
10436         
10437         * shell/ev-sidebar.c:
10438         
10439         Remove unnecessary includes
10440
10441 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10442
10443         * dvi/dvi-document.c: (dvi_document_load):
10444         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10445         * po/POTFILES.in:
10446         
10447         Check for incorrect dvi files. Fix parsing dvi on AMD64
10448         platform. Thanks to tester@tester.ca (Olivier Crete).
10449
10450 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10451
10452         * shell/ev-page-action.c: (match_selected_cb),
10453         (display_completion_text), (match_completion), (update_model):
10454         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10455         (expand_open_links):
10456         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10457         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10458         (ev_sidebar_set_document):
10459         * shell/ev-window.c: (ev_window_xfer_job_cb),
10460         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10461         
10462         Fixed lot's of memory leaks, for example, memory leak on reload, 
10463         described in bug 307793.
10464
10465 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10466
10467         * pdf/ev-poppler.cc:
10468         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10469         (update_visible_range), (adjustment_changed_cb),
10470         (ev_sidebar_thumbnails_fill_model),
10471         (ev_sidebar_thumbnails_refresh),
10472         (ev_sidebar_tree_selection_changed),
10473         (ev_sidebar_icon_selection_changed),
10474         (ev_sidebar_thumbnails_use_icon_view),
10475         (ev_sidebar_thumbnails_set_document):
10476         * shell/ev-sidebar-thumbnails.h:
10477         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10478         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10479
10480         Refresh thumbnails when changing orientation. Not fully
10481         working yet becuase of a sidebar bug.
10482
10483         Set page orientation to poppler page everywhere. This sucks
10484         really need to fix poppler.
10485
10486 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10487
10488         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10489         (egg_recent_view_gtk_new_menu_item),
10490         (egg_recent_view_gtk_set_property),
10491         (egg_recent_view_gtk_get_property),
10492         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10493         (egg_recent_view_gtk_set_tooltip_func),
10494         (egg_recent_view_gtk_set_label_width),
10495         (egg_recent_view_gtk_get_label_width):
10496         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10497
10498         Sync with libegg (ellipsize labels)
10499
10500 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10501
10502         * data/evince-ui.xml:
10503         * shell/ev-window.c: (ev_window_cmd_go_forward),
10504         (ev_window_cmd_go_backward):
10505         
10506         Shift + PageUp moves 10 Pages. Fix for 306125
10507
10508 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10509
10510         * pdf/ev-poppler.cc:
10511
10512         Add a flag to check if orientation has been overriden
10513
10514 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10515
10516         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10517         field if necessary.
10518
10519         * ps/ps.h: add creator field to document.
10520
10521         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10522         set creator field.
10523
10524 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10525
10526         * data/evince-properties.glade:
10527         * shell/ev-properties.c: (ev_properties_set_document):
10528
10529         s/PDF Version/Format
10530
10531 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10532
10533         * shell/ev-properties.c: (ev_properties_set_document):
10534
10535         Remove unnecessary translations
10536
10537 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10538
10539         * cut-n-paste/toolbar-editor/Makefile.am:
10540
10541         Correct library name    
10542
10543 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10544
10545         * configure.ac:
10546         * cut-n-paste/recent-files/egg-recent-model.c:
10547         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10548         (egg_recent_model_unlock_file):
10549         * cut-n-paste/recent-files/egg-recent-util.c:
10550         (egg_recent_util_get_unique_id):
10551         * cut-n-paste/recent-files/update-from-egg.sh:
10552         * cut-n-paste/toolbar-editor/Makefile.am:
10553         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10554         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10555         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10556         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10557         (egg_toolbars_model_get_type):
10558         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10559
10560         Better makefile for toolbar editor and update everything
10561         to latest libegg.
10562
10563 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10564
10565         * shell/ev-window.c: (update_document_mode):
10566
10567         Prefer presentation mode when the document
10568         require fullscreen.
10569
10570 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10571
10572         * data/evince-ui.xml:
10573         * shell/ev-window.c:
10574
10575         Add control-equal for zooming
10576
10577 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10578
10579         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10580
10581 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10582
10583         * backend/ev-document.c: (ev_document_get_orientation):
10584         * backend/ev-document.h:
10585         * pdf/ev-poppler.cc:
10586         * ps/ps-document.c: (ps_document_get_orientation),
10587         (ps_document_set_orientation), (ps_document_document_iface_init):
10588
10589         Add a get_orientation api. Improve set_orientation.
10590
10591         * data/evince-ui.xml:
10592         * shell/ev-view.c: (ev_view_set_orientation),
10593         (ev_view_rotate_right), (ev_view_rotate_left):
10594         * shell/ev-view.h:
10595         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10596         (ev_window_cmd_edit_rotate_right):
10597
10598         Better ui for changing document orientation
10599
10600 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10601
10602         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10603         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10604         * shell/ev-sidebar-links.h:
10605         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10606         (ev_sidebar_page_iface_init):
10607         * shell/ev-sidebar-page.h:
10608         * shell/ev-sidebar-thumbnails.c:
10609         (ev_sidebar_thumbnails_get_property),
10610         (ev_sidebar_thumbnails_class_init),
10611         (ev_sidebar_thumbnails_set_document):
10612         * shell/ev-sidebar-thumbnails.h:
10613         * shell/ev-view.c: (ev_view_motion_notify_event):
10614         * shell/ev-window.c: (update_chrome_visibility),
10615         (ev_window_cmd_focus_page_selector),
10616         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10617         (sidebar_page_main_widget_update_cb), (ev_window_init):
10618         
10619         Autoraise toolbar on GoToPage binding and fix bindings in
10620         EvSidebarThumbnails page.
10621
10622 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10623
10624         * shell/ev-properties.c: (update_progress_label):
10625
10626         Hide the progress label when finished; bug #307697.
10627
10628 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10629
10630         * pdf/ev-poppler.cc:
10631
10632         Enable is_open for links, you will need poppler cvs
10633
10634         * shell/ev-properties.c: (job_fonts_finished_cb):
10635
10636         Get a lock on the document when filling the tree view
10637
10638 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10639
10640         * backend/ev-document-links.h:
10641         * pdf/ev-poppler.cc:
10642         * shell/ev-sidebar-links.c: (create_loading_model),
10643         (expand_open_links), (job_finished_callback):
10644
10645         Expand links when specified by the document.
10646         Depend on a poppler api (defined out for now)
10647
10648 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10649
10650         * shell/ev-properties.c: (ev_properties_dispose),
10651         (ev_properties_class_init), (dialog_destroy_cb),
10652         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10653         (ev_properties_set_document), (ev_properties_new),
10654         (ev_properties_show):
10655         * shell/ev-properties.h:
10656
10657         Make it an object, cleanup the code, api to show it as transient
10658         and to set the document.
10659
10660         * shell/ev-window.c: (ev_window_setup_document),
10661         (ev_window_cmd_file_properties):
10662
10663         Adapt to EvProperties changes, do not show multiple
10664         times, update it when document changes.
10665
10666 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10667
10668         * ps/gstypes.h:
10669         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10670         (ps_document_set_orientation), (ps_document_document_iface_init):
10671         * ps/ps-document.h:
10672
10673         Implement orientation here too
10674
10675         * shell/ev-properties.c: (ev_properties_new):
10676         * data/evince-properties.glade:
10677
10678         Hide the fonts page for backends that doesnt
10679         support it.     
10680
10681 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10682
10683         * backend/ev-document.c: (ev_document_set_orientation):
10684         * backend/ev-document.h:
10685         * pdf/ev-poppler.cc:
10686
10687         Add orientation api. Currently poppler api is not optimal,
10688         we need to set orientation every time we _get a page.
10689         I will try to fix that at some point.
10690
10691         * data/evince-ui.xml:
10692         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10693         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10694
10695         Add orientation menu items
10696
10697         * shell/ev-page-cache.c: (ev_page_cache_clear):
10698         * shell/ev-page-cache.h:
10699
10700         Add api to clear the cache
10701
10702         * shell/ev-view.c: (setup_caches), (clear_caches),
10703         (ev_view_set_document), (ev_view_zoom_out),
10704         (ev_view_set_orientation):
10705         * shell/ev-view.h:
10706
10707         Implement orientation changing
10708
10709 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10710
10711         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10712         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10713         * backend/ev-document-fonts.h:
10714
10715         Separate scan and fill so that we can incrementally fill from
10716         the main thread. Add a progress api.
10717
10718         * data/evince-properties.glade:
10719         * pdf/ev-poppler.cc:
10720         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10721         * shell/ev-jobs.h:
10722         * shell/ev-properties.c: (update_progress_label),
10723         (job_fonts_finished_cb), (setup_fonts_view):
10724
10725         Incrementally feel the list and show the progress
10726         percentage in a label like acrobat does.
10727
10728         You are going to need poppler cvs
10729
10730 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10731
10732         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10733         * backend/ev-document-fonts.h:
10734         * pdf/ev-poppler.cc:
10735
10736         Make fonts model fill incrementally.
10737
10738         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10739         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10740         (ev_job_queue_remove_job):
10741         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10742         (ev_job_fonts_new), (ev_job_fonts_run):
10743         * shell/ev-jobs.h:
10744
10745         New job for fonts scanning
10746
10747         * shell/ev-properties.c: (job_fonts_finished_cb),
10748         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10749         * shell/ev-properties.h:
10750         * shell/ev-window.c: (ev_window_cmd_file_properties):
10751
10752         Incrementally feel the treeview using the new job. Show Loading...
10753         message until scanning is completed.
10754
10755         Hopefully I didnt break the build without the poppler patch.
10756
10757 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10758
10759         * shell/ev-application.c: (ev_application_open):
10760         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10761         (ev_document_type_get_type), (ev_document_type_lookup):
10762         * shell/ev-document-types.h:
10763         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10764         * shell/ev-job-xfer.h:
10765         * shell/ev-window.c: (ev_window_clear_local_uri),
10766         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10767         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10768         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10769         
10770         Transfer remote documents to tmp directory to display them later.
10771
10772 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10773
10774         * backend/ev-document-info.h:
10775         * shell/ev-properties.c: (ev_properties_new):
10776
10777         s/GTime*/GTime. Not sure why we was using a pointer
10778         at all there!
10779
10780 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10781
10782         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10783         situations.  That situation is that you're using GTK+-HEAD with
10784         the patch at #306726 is applied, and you have a document with <
10785         1500 pages in it.  It's not quite as uniformly nice as the
10786         TreeView, but should be better in the long run.
10787
10788         I'm pretty sure I guarded against breaking compilation with
10789         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10790         I missed some.
10791
10792         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10793         widget yet, so I commented that code out
10794         enable_view_actions_for_widget() for now.  Need to figure this
10795         out.
10796
10797         * shell/ev-page-action.c (match_selected_cb): emit the right
10798         signals.  Our cool C-l completion now works.
10799
10800 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10801
10802         * backend/Makefile.am:
10803         * backend/ev-document-fonts.c:
10804         * backend/ev-document-links.c:
10805         * backend/ev-document.c: (ev_document_load):
10806         * backend/ev-document.h:
10807         * backend/ev-job-queue.c:
10808         * backend/ev-job-queue.h:
10809         * backend/ev-jobs.c:
10810         * backend/ev-jobs.h:
10811         * backend/ev-page-cache.c:
10812         * backend/ev-page-cache.h:
10813
10814         EvPageCache and EvJobs are moved to shell.
10815
10816         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10817         (ev_tmp_filename):
10818         * lib/ev-file-helpers.h:
10819         
10820         New helper to work with temporary files
10821         
10822         * shell/Makefile.am:
10823         * shell/ev-application.c: (ev_application_open):
10824         * shell/ev-application.h:
10825         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10826         (remove_job_from_async_queue), (add_job_to_async_queue),
10827         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10828         (handle_job), (search_for_jobs_unlocked),
10829         (no_jobs_available_unlocked), (ev_render_thread),
10830         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10831         (ev_job_queue_add_job), (move_job_async), (move_job),
10832         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10833         * shell/ev-job-queue.h:
10834         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10835         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10836         * shell/ev-job-xfer.h:
10837         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10838         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10839         (ev_job_links_class_init), (ev_job_render_init),
10840         (ev_job_render_dispose), (ev_job_render_class_init),
10841         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10842         (ev_job_thumbnail_class_init), (ev_job_load_init),
10843         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10844         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10845         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10846         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10847         * shell/ev-jobs.h:
10848         * shell/ev-page-action.c: (ev_page_action_set_document):
10849         * shell/ev-page-cache.c: (ev_page_cache_init),
10850         (ev_page_cache_class_init), (ev_page_cache_finalize),
10851         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10852         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10853         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10854         (ev_page_cache_get_title), (ev_page_cache_get_size),
10855         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10856         (ev_page_cache_get_height_to_page),
10857         (ev_page_cache_get_max_label_chars),
10858         (ev_page_cache_get_page_label),
10859         (ev_page_cache_has_nonnumeric_page_labels),
10860         (ev_page_cache_get_info), (ev_page_cache_next_page),
10861         (ev_page_cache_prev_page), (ev_page_cache_get):
10862         * shell/ev-page-cache.h:
10863         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10864         (ev_pixbuf_cache_clear_job_sizes),
10865         (ev_pixbuf_cache_add_jobs_if_needed),
10866         (ev_pixbuf_cache_set_page_range):
10867         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10868         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10869         * shell/ev-sidebar-thumbnails.c:
10870         (ev_sidebar_tree_selection_changed),
10871         (ev_sidebar_thumbnails_set_document):
10872         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10873         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10874         (ev_statusbar_get_context_id), (ev_statusbar_push),
10875         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10876         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10877         (ev_statusbar_set_progress):
10878         * shell/ev-statusbar.h:
10879         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10880         (ev_view_find_previous):
10881         * shell/ev-window.c: (ev_window_is_empty),
10882         (ev_window_setup_document), (password_dialog_response),
10883         (ev_window_clear_jobs), (ev_window_load_job_cb),
10884         (ev_window_xfer_job_cb), (ev_window_open_uri),
10885         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10886         (ev_window_print), (ev_window_print_range),
10887         (ev_window_state_event), (ev_window_cmd_view_reload),
10888         (menu_item_select_cb), (menu_item_deselect_cb),
10889         (view_status_changed_cb), (ev_window_dispose),
10890         (drag_data_received_cb), (ev_window_init):
10891         * shell/ev-window.h:
10892         * shell/main.c: (load_files):
10893         
10894         New statusbar to show progress on idle. Two new jobs - 
10895         xfer job and load job to load document in background. And update
10896         of page_cache clients to new location of code.
10897
10898 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10899
10900         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10901         selection in open dialog. It also remembers the last visited directory 
10902         in the current session.
10903
10904 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10905
10906         * shell/ev-properties.c: (ev_properties_new):
10907         * shell/ev-properties.h:
10908         * shell/ev-window.c: (ev_window_cmd_file_properties):
10909         
10910         Get document info from page cache instead of document itself.
10911         This should fix crash related to race conditions described in
10912         bug 306545.
10913
10914 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10915
10916         * ps/ps-document.c: (ps_document_init),
10917         (send_ps), (get_page_box), (output), (catchPipe), (input),
10918         (stop_interpreter), (file_length), (file_readable),
10919         (check_filecompressedb), (ps_document_enable_interpreter),
10920         (document_load), (ps_async_renderer_render_pixbuf):
10921         * ps/ps-document.h:
10922
10923         Big cleanup of the ps code
10924
10925 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10926
10927         * backend/Makefile.am:
10928         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10929         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10930         * backend/ev-async-renderer.h:
10931
10932         Add an async renderer interface (method + callback) which
10933         is useful for backends like ps.
10934
10935         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10936         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10937         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10938         (ev_job_queue_add_job), (move_job_async), (move_job),
10939         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10940
10941         Add queues for async renderer, these are executed on the
10942         main thread.
10943
10944         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10945         (ev_job_render_run):
10946         * backend/ev-jobs.h:
10947
10948         If the backend support async renderer interface use it.
10949
10950         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10951         (setup_pixmap), (ps_document_get_type),
10952         (ps_async_renderer_render_pixbuf),
10953         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10954
10955         Implement async renderer interface.
10956
10957 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10958
10959         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10960
10961         Cleanup links job on exit.
10962
10963 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10964
10965         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10966         (drag_data_get_cb), (drag_data_received_cb):
10967         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10968         (drag_data_get_cb), (parse_item_list),
10969         (egg_toolbar_editor_load_actions):
10970         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10971         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10972         (parse_item_list), (parse_toolbars):
10973         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10974         (dvi_pixbuf_put_pixel):
10975         
10976         Fix gcc 4.0 warnings
10977
10978 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10979
10980         * ps/ps-document.c: (start_interpreter):
10981
10982         Fix warning when loading ps
10983
10984 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10985
10986         * ps/ps-document.c: (output):
10987
10988         Fix crash when priting gs error messages.
10989
10990 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10991
10992         * backend/ev-page-cache.c: (_ev_page_cache_new):
10993         * backend/ev-page-cache.h:
10994
10995         Use a const to return title so that we dont double
10996         free it. Small cleanup and fix a leak.
10997
10998         * shell/ev-window.c: (update_window_title):
10999
11000         strdup value from get_title.
11001
11002 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11003
11004         * shell/ev-sidebar-links.c: (job_finished_callback),
11005         (ev_sidebar_links_set_document):
11006
11007         Cleanup the old job when changing document
11008
11009 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11010
11011         * shell/ev-stock-icons.c:
11012         * shell/ev-stock-icons.h:
11013         * shell/ev-window.c:
11014         
11015         Add stock icons for actions that can appear in toolbar. Fix for
11016         bug 306566.
11017
11018 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11019
11020         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11021         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11022         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11023         * backend/ev-page-cache.h:
11024         * shell/ev-view.c: (scroll_to_current_page),
11025         (view_update_range_and_current_page), (get_page_y_offset),
11026         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11027         (ev_view_size_request_continuous),
11028         (ev_view_zoom_for_size_continuous_and_dual_page),
11029         (ev_view_zoom_for_size_continuous):
11030         
11031         More compact EvView layout in document with pages of different size.
11032
11033 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11034
11035         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11036         compilation.
11037
11038 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11039
11040         * shell/ev-view.c: (view_set_adjustment_values):
11041         * shell/ev-window.c: (ev_window_cmd_file_properties):
11042         
11043         A bit different fix for rounding problem but it has no
11044         problems on startup. Make properties window transient to parent.
11045
11046 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11047
11048         * pdf/ev-poppler.cc:
11049         
11050         More commenting of font stuff.
11051
11052 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11053
11054         * pdf/ev-poppler.cc:
11055
11056         Comment out some more fonts stuff. Should really
11057         work without the poppler patch now.
11058
11059 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11060
11061         * pdf/ev-poppler.cc:
11062
11063         Adapt to api change
11064
11065 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11066
11067         * data/evince-properties.glade:
11068         * pdf/ev-poppler.cc:
11069         * shell/ev-properties.c: (setup_fonts_view):
11070
11071         Set the column title. Show the dialog only
11072         once everything is setup.
11073         Getting font info can be very slow... will
11074         prolly need to make this threaded too.
11075
11076 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11077
11078         * backend/Makefile.am:
11079         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11080         (ev_document_fonts_get_fonts_model):
11081         * backend/ev-document-fonts.h:
11082         * data/evince-properties.glade:
11083         * pdf/ev-poppler.cc:
11084         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11085         * shell/ev-properties.h:
11086         * shell/ev-window.c: (ev_window_cmd_file_properties):
11087
11088         Implement fonts list. Defined out for now, since it depends
11089         on a not yet committed poppler patch.
11090
11091 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11092
11093         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11094         page + 1.
11095
11096         * shell/ev-window.c: Make sure we add the timeout when we get a
11097         focus-in event.
11098
11099         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11100         adjustment->value before calculating the zoom factor to average
11101         out all of our rounding errors.  The page no longer 'drifts' when
11102         resizing.
11103
11104 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11105
11106         * data/evince-properties.glade:
11107         * shell/ev-properties.c: (ev_properties_format_date),
11108         (set_property):
11109         
11110         Labels don't expand when the dialogue is resized.
11111         strftime result needs to be converted to UTF-8. Thanks
11112         to Christian Persch <chpe@gnome.org>.
11113
11114 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11115
11116         * data/evince-properties.glade:
11117
11118         Hide the fonts tab
11119
11120 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11121
11122         * backend/ev-document-info.h:
11123         * backend/ev-document.c: (ev_document_info_free):
11124         * data/evince-properties.glade:
11125         * pdf/ev-poppler.cc:
11126         * ps/ps-document.c: (ps_document_get_info):
11127         * shell/ev-properties.c: (ev_properties_format_date),
11128         (set_property), (ev_properties_new):
11129         * shell/ev-properties.h:
11130         * shell/ev-window.c: (ev_window_cmd_file_properties):
11131
11132         Rework properties code to take only EvPropertyInfo
11133         in the constructor so that it can be useful for
11134         nautilus plugin too.
11135
11136         Deal with backends that doesnt support some properties.
11137         Make set property code generic.
11138
11139 2005-06-04  Christian Persch <chpe@gnome.org>
11140
11141         * data/evince-properties.glade:
11142
11143         fix spacings, make resizeable, and make data labels
11144         selectable + ellipsised
11145
11146 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11147
11148         * backend/ev-document-info.h:
11149         * data/Makefile.am:
11150         * data/evince-ui.xml:
11151         * pdf/ev-poppler.cc:
11152         * shell/Makefile.am:
11153         * shell/ev-window.c: (update_action_sensitivity),
11154         (ev_window_cmd_file_properties):
11155
11156         Initial go at file properties. Patch by
11157         Emil Soleyman-Zomalan <emil@soleyman.com>.
11158         Needs love see #169583
11159
11160 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11161
11162         * ps/ps-document.c: (output):
11163         * ps/ps.c: (psscan):
11164
11165         Try to render even if psscan fails.
11166
11167 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11168
11169         * ps/ps.c: (psscan), (pscopydoc):
11170
11171         Port buffered reading code from gv
11172
11173 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11174
11175         * ps/ps-document.c: (interpreter_message), (output):
11176
11177         Do not fail on interpreter messages
11178
11179 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11180
11181         * backend/ev-document-misc.c:
11182         (ev_document_misc_get_thumbnail_frame):
11183
11184         Pages can be 0 x 0, dont assert on this case
11185
11186 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11187
11188         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11189         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11190
11191         Correctly manage our reference on document. Finally the reload
11192         huge leak is gone...
11193
11194 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11195
11196         * ps/ps-document.c: (ps_document_dispose):
11197
11198         Forgot to chain it to the parent. Thanks chpe.
11199
11200 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11201
11202         * ps/ps-document.c: (ps_document_dispose),
11203         (ps_document_class_init), (stop_interpreter), (document_load):
11204
11205         Cleanup dispose a bit. Dont leak the whole pixmap.
11206
11207 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11208
11209         * pdf/ev-poppler.cc:
11210
11211         Release the poppler document on dispose
11212
11213 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11214
11215         * shell/ev-view.c: (ev_view_set_document):
11216
11217         Release ref on the pixbuf cache when changing
11218         document.
11219
11220 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11221
11222         * ps/ps-document.c: (ps_document_get_info):
11223
11224         Fix a double free
11225
11226 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11227
11228         * backend/ev-page-cache.c: (ev_page_cache_init),
11229         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11230         * backend/ev-page-cache.h:
11231         * shell/ev-page-action.c: (page_changed_cb):
11232         
11233         Set page action entry width depending on labels width. Fix
11234         for bug 305202.
11235
11236 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11237
11238         * backend/ev-link.c: (ev_link_class_init):
11239
11240         Allow -1 as page value (error)
11241
11242 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11243
11244         * shell/ev-sidebar-thumbnails.c:
11245         (ev_sidebar_thumbnails_set_document):
11246         * shell/ev-view.c: (scroll_to_current_page),
11247         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11248         (page_changed_cb), (on_adjustment_value_changed),
11249         (ev_view_set_document):
11250
11251         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11252         Fix bug 305377
11253
11254 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11255
11256         * configure.ac:
11257         * djvu/djvu-document.c: (djvu_document_get_page_size):
11258
11259         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11260         bug 301993.
11261
11262 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11263
11264         * shell/ev-view.c (draw_one_page): modify the expose handling to
11265         get the shadows.
11266
11267         * shell/ev-window.c (update_action_sensitivity): Respect
11268         permissions field.  Kowtow to the man.
11269
11270         * pdf/ev-poppler.cc: Get the permissions field.
11271
11272         * tiff/*c: Make a tiny bit more robust.
11273
11274 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11275
11276         * djvu/djvu-document.c:
11277         
11278         Pop messages from djvu context message queue.
11279
11280 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11281
11282         * configure.ac, Makefile.am, shell/Makefile.am:
11283         * tiff/Makefile.am, shell/ev-document-types.c:
11284         
11285         Cleanup tiff configure checks. Fix for bug 305218.
11286
11287 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11288
11289         * configure.ac: Added "uk" to ALL_LINGUAS.
11290
11291 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11292
11293         * cut-n-paste/zoom-control/ephy-zoom.c:
11294         (ephy_zoom_get_changed_zoom_level):
11295         * cut-n-paste/zoom-control/ephy-zoom.h:
11296         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11297         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11298         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11299         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11300         (zoom_control_changed_cb), (ev_window_init):
11301         
11302         Fix minor points related to moving best fit up. Introduce
11303         "zoom" property and make zoom control change it's value on
11304         notify::zoom signals. Fix for 305080.
11305
11306 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11307
11308         * data/evince-ui.xml:
11309         * shell/ev-window.c: (set_view_actions_sensitivity):
11310         
11311         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11312
11313 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11314
11315         * configure.ac:
11316
11317         Depends on poppler 0.3.2
11318
11319 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11320
11321         * cut-n-paste/recent-files/egg-recent-item.c:
11322         (egg_recent_item_get_short_name):
11323         * cut-n-paste/toolbar-editor/Makefile.am:
11324         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11325         (new_pixbuf_from_widget):
11326         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11327         * cut-n-paste/toolbar-editor/egg-marshal.c:
11328         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11329         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11330
11331         Sync
11332
11333 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11334
11335         * tiff/tiff-document.c: Rough TIFF backend.
11336
11337 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11338
11339         * NEWS:
11340         * configure.ac:
11341         * cut-n-paste/toolbar-editor/Makefile.am:
11342
11343         Release 0.3.1
11344
11345 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11346
11347         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11348         (ev_view_find_next), (ev_view_find_previous):
11349
11350         Remove the locks around get_n_results   
11351
11352 2005-05-21  Juerg Billeter  <j@bitron.ch>
11353
11354         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11355
11356         Pass correct number of pages to poppler.
11357
11358 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11359
11360         * configure.ac:
11361         * data/Makefile.am:
11362         * data/evince.desktop.in: 
11363         * data/evince.desktop.in.in:
11364         * po/POTFILES.in:
11365         
11366         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11367
11368 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11369
11370         * shell/ev-view.c: (view_update_adjustments),
11371         (view_set_adjustment_values): cast adjustmen->value to (int)
11372         before using it.  Otherwise, we get off by a pixel in some
11373         situations.
11374
11375         (draw_one_page): Draw the border on expose.
11376
11377 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11378
11379         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11380         adjustment when the mode changes, #304923
11381
11382 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11383
11384         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11385         flickering on resize but still use gdk_window_scroll on
11386         scrolling
11387
11388 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11389
11390         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11391         option, #170458
11392
11393 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11394
11395         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11396         second page on page_changed if possible, #304669
11397
11398 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11399
11400         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11401         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11402
11403 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11404
11405         * .cvsignore:
11406         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11407         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11408         (ev_view_zoom_for_size_presentation),
11409         (ev_view_zoom_for_size_continuous_and_dual_page),
11410         (ev_view_zoom_for_size_continuous),
11411         (ev_view_zoom_for_size_dual_page),
11412         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11413         * shell/ev-view.h:
11414         * shell/ev-window.c: (update_view_size),
11415         (ev_window_sizing_mode_changed_cb):
11416
11417         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11418         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11419         an infinite loop, #304769
11420
11421
11422 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11423
11424         * data/evince-ui.xml:
11425         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11426         * shell/ev-window.c: (set_view_actions_sensitivity):
11427
11428         Make PgUp/Down behave like Space
11429
11430 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11431
11432         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11433         * backend/ev-ps-exporter.h:
11434         * pdf/ev-poppler.cc:
11435         * ps/ps-document.c: (ps_document_ps_export_begin):
11436         * shell/ev-print-job.c: (idle_print_handler):
11437
11438         Adapt to new poppler api
11439
11440 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11441
11442         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11443         (ephy_zoom_control_init):
11444
11445         Translate zoom levels
11446
11447 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11448
11449         * cut-n-paste/zoom-control/ephy-zoom.c:
11450         (ephy_zoom_get_zoom_level_index):
11451
11452         Fix current zoom -> zoom control match
11453
11454 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11455
11456         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11457         rather than the scrolled_window that it's in. Fixes bug #304655.
11458
11459 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11460
11461         * shell/ev-view.c: (view_update_adjustments),
11462         (view_set_adjustment_values), (view_update_range_and_current_page),
11463         (view_scroll_to_page), (set_scroll_adjustment),
11464         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11465         (ev_view_scroll), (ev_view_scroll_view),
11466         (ensure_rectangle_is_visible), (find_page_at_location),
11467         (get_link_at_location), (go_to_link), (status_message_from_link),
11468         (ev_view_size_request_continuous_dual_page),
11469         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11470         (ev_view_unrealize), (ev_view_expose_event),
11471         (ev_view_button_press_event), (ev_view_motion_notify_event),
11472         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11473         (draw_rubberband), (highlight_find_results), (draw_one_page),
11474         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11475         (ev_view_init), (find_changed_cb), (page_changed_cb),
11476         (on_adjustment_value_changed), (ev_view_new),
11477         (ev_view_set_document), (ev_view_set_zoom),
11478         (ev_view_set_continuous), (ev_view_set_dual_page),
11479         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11480         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11481         (ev_view_zoom_for_size_presentation),
11482         (ev_view_zoom_for_size_continuous_dual_page),
11483         (ev_view_zoom_for_size_continuous),
11484         (ev_view_zoom_for_size_dual_page),
11485         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11486         (ev_view_get_status), (ev_view_set_status),
11487         (update_find_status_message), (ev_view_get_find_status),
11488         (ev_view_set_find_status), (jump_to_find_result),
11489         (jump_to_find_page), (compute_selections), (clear_selection),
11490         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11491         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11492         (ev_view_update_primary_selection),
11493         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11494         * shell/ev-view.h:
11495         * shell/ev-window.c: (ev_window_open_page_label),
11496         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11497         (ev_window_init):
11498         * shell/ev-window.h:
11499         * shell/main.c: (load_files):
11500
11501         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11502         when resizing.  Remove the bin_window().  Also, patch from James
11503         Bowes to fix command line page, #300641
11504         
11505 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11506
11507         * data/evince-ui.xml:
11508         * shell/ev-view.c:
11509         * shell/ev-view.h:
11510         * shell/ev-window.c: (update_action_sensitivity):
11511
11512         Get rid of View->Normal Size, it's just confusing
11513
11514 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11515
11516         * backend/ev-document-info.h:
11517         * backend/ev-document.c: (ev_document_info_free): Free the
11518         EvDocumentInfo.
11519
11520         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11521         (clear_range), (add_range), (update_visible_range),
11522         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11523         (ev_sidebar_thumbnails_set_document):
11524         * shell/ev-window.c: (ev_window_setup_document): Only render the
11525         visible thumbnails.  It takes an instant to render, but it uses
11526         much less memory.
11527
11528 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11529
11530         * shell/ev-sidebar-links.c: (popup_menu_cb):
11531
11532         Select first item
11533
11534 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11535
11536         * lib/Makefile.am:
11537         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11538         (button_press_cb), (ev_sidebar_links_construct):
11539
11540         Show the popup menu also on keybindings
11541
11542 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11543
11544         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11545         * shell/ev-window.h:
11546
11547         Expose api to print a range (with dialog). Make private _print use
11548         it.
11549
11550         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11551         (ev_sidebar_links_construct):
11552
11553         Show a print context menu on linkx, it prints the selected
11554         section.
11555
11556 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11557
11558         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11559         button.
11560
11561 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11562
11563         * AUTHORS:
11564
11565         Update
11566
11567         * shell/ev-window.c: (build_comments_string),
11568         (ev_window_cmd_help_about):
11569
11570         Show poppler version/backend and authors
11571
11572 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11573
11574         * cut-n-paste/zoom-control/ephy-zoom.c:
11575         (ephy_zoom_get_zoom_level_index):
11576         * cut-n-paste/zoom-control/ephy-zoom.h:
11577
11578         Move the best fit items at the top of the list
11579
11580 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11581
11582         * shell/ev-marshal.list:
11583         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11584         (activate_cb), (match_selected_cb), (activate_link_cb),
11585         (connect_proxy), (ev_page_action_class_init):
11586         * shell/ev-page-action.h:
11587
11588         Use signals to notify action activation. Hopefully
11589         I did not break completion since I cant test...
11590
11591         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11592         (register_custom_actions):
11593
11594         Connect to page selector actions and also grab focus on
11595         the view when activated.
11596
11597 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11598
11599         * pdf/ev-poppler.cc:
11600         * backend/ev-page-cache.c: make page size calculation consistent
11601         and set it to (int)( width * scale + 0.5).  This makes the weird
11602         line going through the middle of the page go away.
11603
11604         * shell/ev-view.c: move painting the background page after
11605         checking the expose area covers us.
11606
11607 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11608
11609         * data/evince-password.glade:
11610         
11611         Mark labels as not translatable. Fix for bug 302842.
11612
11613 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11614
11615         * configure.ac: Added "es" to ALL_LINGUAS.
11616
11617 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11618
11619         * data/evince-toolbar.xml:
11620         * shell/ev-window.c: (update_action_sensitivity),
11621         (ev_window_setup_document), (ev_window_set_page_mode),
11622         (ev_window_init):
11623
11624         Remove some leftover code from jrb first continous
11625         attempt. Use the new actions, we still need good icons
11626         though...
11627
11628 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11629
11630         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11631
11632         Update label when connecting proxy. Fix a warning with NULL
11633         page_cache.
11634
11635 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11636
11637         * data/evince-ui.xml:
11638         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11639         * shell/ev-page-action.h:
11640         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11641
11642         Add mnemonic for edit toolbar.
11643         ctrl+l focus the page entry.
11644
11645 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11646
11647         * lib/Makefile.am:
11648         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11649         (ev_window_init):
11650         * shell/main.c: (main):
11651
11652         Put the toolbar xml in evince own dot dir
11653
11654 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11655
11656         * shell/ev-window.c: (ev_window_init):
11657
11658         Make the toolbar not removable
11659
11660 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11661
11662         * data/evince-ui.xml:
11663         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11664         * shell/ev-sidebar-links.h:
11665         * shell/ev-sidebar-thumbnails.c:
11666         (ev_sidebar_thumbnails_get_treeview):
11667         * shell/ev-sidebar-thumbnails.h:
11668         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11669         (ev_view_class_init):
11670         * shell/ev-view.h:
11671         * shell/ev-window.c: (update_action_sensitivity),
11672         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11673         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11674         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11675         (ev_window_init):
11676
11677         This is evil... Make space/backspace global accelerators but
11678         enable them only for some widgets (sidebars and view).
11679         I dont like it, but I dont know a better way... :/
11680
11681 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11682
11683         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11684         (ev_page_action_widget_finalize),
11685         (ev_page_action_widget_class_init), (update_page_cache):
11686
11687         Keep a weak reference on proxy->page_cache so that we
11688         dont try to disconnect the signal if the object is already
11689         gone. Maybe there is a better way to cleanup reference handling
11690         in page action though...
11691
11692 2005-05-10  Juerg Billeter  <j@bitron.ch>
11693
11694         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11695         * backend/ev-ps-exporter.h:
11696         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11697         * ps/ps-document.c: (ps_document_ps_export_begin):
11698         
11699         Change api to pass print range to ps_exporter_begin. The pdf backend
11700         requires this information.
11701         
11702         * shell/ev-print-job.c: (idle_print_handler):
11703         
11704         Adapt to api change
11705
11706 2005-05-10  Juerg Billeter  <j@bitron.ch>
11707
11708         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11709         (idle_print_handler)
11710         * shell/ev-window.c: (ev_window_print):
11711
11712         Support printing page range, based on patch by Amaury Jacquot
11713
11714 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11715
11716         * data/evince-toolbar.xml:
11717
11718         Add zoom control to available items
11719
11720 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11721
11722         * shell/ev-window.c: (update_action_sensitivity):
11723
11724         Set slash action insensitive when appropriate
11725
11726 2005-05-10  Christian Persch <chpe@gnome.org>
11727
11728         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11729
11730         Fix warning on the overflow menu
11731
11732 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11733
11734         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11735
11736         Check for uri correctness/existence
11737
11738 2005-05-09  Juerg Billeter  <j@bitron.ch>
11739
11740         * shell/ev-window.c: (using_postscript_printer):
11741
11742         LPD printers use postscript, too
11743
11744 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11745
11746         * shell/ev-window.c: (register_custom_actions):
11747
11748         The zoom one is actually sort of useful,
11749         put it back
11750
11751 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11752
11753         * shell/ev-window.c: (register_custom_actions):
11754
11755         Hide page/zoom controls from overflow, they
11756         are useless.
11757
11758 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11759
11760         * cut-n-paste/update-from-egg.sh:
11761         
11762         Share it between all cut-n-paste subdirs
11763
11764         * cut-n-paste/recent-files/Makefile.am:
11765
11766         Fix to use "global" update-from-egg.sh
11767
11768         * cut-n-paste/recent-files/egg-recent-model.c:
11769         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11770         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11771         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11772         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11773
11774         Update from libegg
11775
11776         * cut-n-paste/toolbar-editor/Makefile.am:
11777
11778         Fix to use "global" update-from-egg.sh
11779
11780         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11781
11782         Update from libegg
11783
11784 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11785
11786         * configure.ac:
11787         * cut-n-paste/Makefile.am:
11788         * cut-n-paste/recent-files/Makefile.am:
11789         * cut-n-paste/toolbar-editor/.cvsignore:
11790         * cut-n-paste/toolbar-editor/Makefile.am:
11791         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11792         (egg_editable_toolbar_get_type), (get_toolbar_position),
11793         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11794         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11795         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11796         (set_item_drag_source), (create_item_from_action), (create_item),
11797         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11798         (popup_toolbar_context_menu_cb), (free_dragged_item),
11799         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11800         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11801         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11802         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11803         (item_added_cb), (item_removed_cb),
11804         (egg_editable_toolbar_construct),
11805         (egg_editable_toolbar_disconnect_model),
11806         (egg_editable_toolbar_deconstruct),
11807         (egg_editable_toolbar_set_model),
11808         (egg_editable_toolbar_set_ui_manager),
11809         (egg_editable_toolbar_set_property),
11810         (egg_editable_toolbar_get_property),
11811         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11812         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11813         (egg_editable_toolbar_new_with_model),
11814         (egg_editable_toolbar_get_edit_mode),
11815         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11816         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11817         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11818         (new_pixbuf_from_widget), (new_separator_pixbuf),
11819         (update_separator_image), (style_set_cb),
11820         (_egg_editable_toolbar_new_separator_image),
11821         (egg_editable_toolbar_get_model):
11822         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11823         * cut-n-paste/toolbar-editor/egg-marshal.c:
11824         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11825         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11826         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11827         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11828         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11829         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11830         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11831         (editor_drag_data_delete_cb), (drag_data_get_cb),
11832         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11833         (editor_create_item), (update_editor_sheet), (setup_editor),
11834         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11835         (parse_item_list), (model_has_action), (update_actions_list),
11836         (egg_toolbar_editor_load_actions):
11837         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11838         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11839         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11840         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11841         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11842         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11843         (egg_toolbars_model_add_separator), (impl_add_item),
11844         (parse_item_list), (egg_toolbars_model_add_toolbar),
11845         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11846         (impl_get_item_data), (impl_get_item_type),
11847         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11848         (egg_toolbars_model_init), (free_toolbar),
11849         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11850         (egg_toolbars_model_remove_toolbar),
11851         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11852         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11853         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11854         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11855         (egg_toolbars_model_get_item_data),
11856         (egg_toolbars_model_get_item_type):
11857         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11858         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11859         * data/Makefile.am:
11860         * data/evince-toolbar.xml:
11861         * data/evince-ui.xml:
11862         * data/hand-open.png:
11863         * po/POTFILES.in:
11864         * shell/Makefile.am:
11865         * shell/ev-window.c: (update_chrome_visibility),
11866         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11867         (ev_window_dispose), (ev_window_init):
11868
11869         Implement epiphany like toolbar editor. Based on patch by
11870         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11871
11872 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11873
11874         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11875
11876         Use set_cursor instead of set_selection, so that
11877         the keyboard focus moves too.
11878
11879 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11880
11881         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11882
11883         Fix infinite loop when loading Type1 fonts
11884
11885 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11886
11887         * data/evince-ui.xml:
11888         * shell/ev-window.c:
11889
11890         Slash -> Find
11891
11892 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11893
11894         * configure.ac:
11895
11896         Make --disable really disable
11897
11898 2005-05-07  Juerg Billeter  <j@bitron.ch>
11899
11900         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11901
11902         Compare page labels even without has_labels set, fixes setting page
11903         with entry
11904
11905 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11906
11907         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11908         (ev_view_set_cursor), (ev_view_button_press_event),
11909         (ev_view_motion_notify_event), (ev_view_button_release_event),
11910         (ev_view_init):
11911
11912         Implement middle button scrolling. Based on a patch
11913         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11914
11915 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11916
11917         * shell/ev-document-types.c: (get_slow_mime_type),
11918         (get_document_type_from_mime), (ev_document_type_lookup):
11919         * shell/ev-document-types.h:
11920
11921         Change api to lookup from uri. Do fast lookup first, if the
11922         type is unknown try with data sniffing.
11923
11924         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11925         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11926
11927         Adapt to api change
11928
11929 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11930
11931         * thumbnailer/Makefile.am:
11932
11933         Fix distcheck
11934
11935 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11936
11937         * NEWS:
11938         * configure.ac:
11939
11940         Release 0.3.0
11941
11942         * data/evince-ui.xml:
11943
11944         Hide presentation mode for now
11945
11946         * shell/ev-view.c: (highlight_find_results):
11947
11948         Show current find selection only on current page
11949
11950 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11951
11952         * shell/ev-view.c: (ev_view_select_all):
11953
11954         Compute size of the actual page, not of
11955         the current one.
11956
11957 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11958
11959         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11960         (view_rect_to_doc_rect), (compute_selections),
11961         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11962         (ev_view_copy), (ev_view_primary_get_cb),
11963         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11964         (ev_view_button_press_event), (ev_view_motion_notify_event),
11965         (ev_view_button_release_event), (page_changed_cb):
11966
11967         Fix text selection
11968
11969 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11970
11971         * shell/ev-view.c: (compute_border), (get_page_extents),
11972         (doc_rect_to_view_rect), (highlight_find_results),
11973         (ev_view_bin_expose), (ev_view_select_all),
11974         (ev_view_motion_notify_event), (update_find_status_message),
11975         (jump_to_find_result), (jump_to_find_page):
11976
11977         First go at fixing search, still buggy
11978
11979 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11980
11981         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11982         dropdown box and button at the top of the sidebar.
11983
11984 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11985
11986         * configure.ac: Output zoom-control Makefile.
11987         * cut-n-paste/Makefile.am: build zoom-control subdir.
11988         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11989         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11990         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11991         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11992         * cut-n-paste/zoom-control/ephy-zoom.c:
11993         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11994         from epiphany, and modified to add a separator into the menu.
11995         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11996         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11997         zoom-control action.
11998         * shell/Makefile.am: Include zoom-control flags.
11999         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12000         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12001         (ev_view_zoom_for_size_presentation),
12002         (ev_view_zoom_for_size_continuous_and_dual_page),
12003         (ev_view_zoom_for_size_continuous),
12004         (ev_view_zoom_for_size_dual_page),
12005         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12006         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12007         ev_view_get_zoom and ev_view_get_sizing_mode.
12008         * shell/ev-view.h:
12009         * shell/ev-window.c: (update_action_sensitivity),
12010         (update_sizing_buttons), (zoom_control_changed_cb),
12011         (register_custom_actions): Initialize and use the zoom-control 
12012         widget.
12013
12014 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12015
12016         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12017         preview cache back to 1.  Don't know when it got set to 0.
12018         
12019         * shell/ev-view.c: (compute_border), (ev_view_realize),
12020         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12021         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12022         (ev_view_get_fullscreen), (ev_view_set_presentation),
12023         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12024         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12025         * shell/ev-view.h:
12026         * shell/ev-window.c:
12027         (update_chrome_visibility),
12028         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12029         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12030         (update_document_mode), (ev_window_update_fullscreen_action),
12031         (ev_window_fullscreen), (ev_window_unfullscreen),
12032         (ev_window_cmd_view_fullscreen),
12033         (ev_window_update_presentation_action),
12034         (ev_window_run_presentation), (ev_window_stop_presentation),
12035         (ev_window_cmd_view_presentation), (ev_window_state_event),
12036         (ev_window_focus_in_event), (ev_window_focus_out_event),
12037         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12038         * data/evince-ui.xml: Initial presentation mode.  We should
12039         probably hide this until it's done, as it's quite rough.  Also,
12040         change full-screen to fullscreen and add two getters to EvView.
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         * shell/ev-window.c: (destroy_fullscreen_popup),
12047         (ev_window_create_fullscreen_popup):
12048
12049         Use connect_object rather than explicitly
12050         disconnect on dispose.
12051
12052 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12053
12054         * shell/ev-page-action.c: (update_page_cache),
12055         (ev_page_action_dispose):
12056
12057 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12058
12059         * backend/ev-page-cache.c: (_ev_page_cache_new),
12060         (ev_page_cache_set_page_label),
12061         (ev_page_cache_has_nonnumeric_page_labels):
12062         * backend/ev-page-cache.h:
12063         * shell/ev-page-action.c: (update_pages_label):
12064         
12065         If all page labels are numeric, fallback to default
12066         way to display number of pages. See bug 173185.
12067
12068 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12069
12070         * shell/ev-page-action.c: (ev_page_action_dispose):
12071         * shell/ev-view.c: (view_update_range_and_current_page):
12072         * shell/ev-window.c: (ev_window_dispose):
12073         
12074         Set page on scroll in continuous mode. Fixes bug 301986.
12075         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12076
12077 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12078
12079         * configure.ac:
12080
12081         Require poppler 0.3.0
12082
12083 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12084         
12085         * shell/Makefile.am, configure.ac: Fix build problems
12086         with t1lib. Bug 301996.
12087
12088 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12089
12090         * shell/ev-view.c: (ev_view_scroll_event):
12091         
12092         Scroll up increase zoom
12093
12094 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12095
12096         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12097         (ev_view_set_sizing_mode),
12098         (ev_view_zoom_for_size_continuous_and_dual_page),
12099         (ev_view_zoom_for_size_continuous):
12100         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12101         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12102         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12103         (ev_window_init):
12104
12105         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12106         Fix for 165473 and 165472.
12107
12108 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12109
12110         * po/POTFILES.in:
12111         * thumbnailer/Makefile.am:
12112         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12113         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12114         * thumbnailer/evince-thumbnailer.schemas.in:
12115         
12116         Make thumbnailer schemas translatable. Fix for bug 301773
12117         
12118         * thumbnailer/evince-thumbnailer-djvu.schemas:
12119         * thumbnailer/evince-thumbnailer-dvi.schemas:
12120         * thumbnailer/evince-thumbnailer.schemas:
12121
12122         Removed files
12123
12124 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12125
12126         * shell/ev-view.c (ev_view_init): forgot to set this.
12127
12128 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12129
12130         * shell/ev-view.c: (find_page_at_location),
12131         (get_link_at_location),
12132         (ev_view_set_show_border), (ev_view_set_spacing),
12133         (ev_view_zoom_for_size_continuous_and_dual_page),
12134         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12135         Also, add a quick fix measuring of widths.  Also, removed
12136         ev_view_set_spacing and ev_view_set_show_border.
12137         
12138         * shell/ev-window.c: (ev_window_unfullscreen),
12139         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12140
12141 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12142
12143         * shell/ev-view.c: (view_update_range_and_current_page),
12144         (page_changed_cb):
12145         
12146         Fix crash on exit and scrolling to page in continuous view.
12147
12148 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12149
12150         * TODO:
12151         * backend/ev-page-cache.c: (_ev_page_cache_new),
12152         (ev_page_cache_get_max_width_size),
12153         (ev_page_cache_get_max_height_size):
12154         * backend/ev-page-cache.h:
12155         * data/evince-ui.xml:
12156         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12157         * shell/ev-view.c: (view_update_adjustments),
12158         (view_update_range_and_current_page), (get_bounding_box_size),
12159         (ev_view_size_request_continuous_and_dual_page),
12160         (ev_view_size_request_continuous),
12161         (ev_view_size_request_dual_page),
12162         (ev_view_size_request_single_page), (ev_view_size_request),
12163         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12164         (ev_view_bin_expose), (ev_view_expose_event),
12165         (ev_view_set_property), (ev_view_get_property),
12166         (ev_view_class_init), (ev_view_init), (ev_view_new),
12167         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12168         (ev_view_set_dual_page), (ev_view_set_full_screen),
12169         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12170         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12171         (ev_view_zoom_out), (zoom_for_size_fit_width),
12172         (zoom_for_size_best_fit),
12173         (ev_view_zoom_for_size_continuous_and_dual_page),
12174         (ev_view_zoom_for_size_continuous),
12175         (ev_view_zoom_for_size_dual_page),
12176         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12177         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12178         * shell/ev-view.h:
12179         * shell/ev-window.c: (update_action_sensitivity),
12180         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12181         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12182         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12183         (ev_window_cmd_view_zoom_out), (update_view_size),
12184         (ev_window_set_sizing_mode), (ev_window_init):
12185
12186         Add Continuous and Dual page modes.
12187
12188 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12189
12190         * dvi/dvi-document.c: (dvi_document_load),
12191         (dvi_document_thumbnails_get_thumbnail),
12192         (dvi_document_init_params): Fix up some mixups between
12193         width and height to correct thumbnail rendering.
12194
12195 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12196
12197         * dvi/mdvi-lib/private.h:
12198         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12199         
12200         Suppess output for kpathsea during font generation. Thanks to
12201         James Bowes
12202
12203 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12204
12205         * NEWS:
12206         * configure.ac:
12207
12208         Release 0.2.1
12209
12210         * Makefile.am: fix distcheck.
12211
12212 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12213
12214         * shell/ev-sidebar-links.c: (selection_changed_callback),
12215         (update_page_callback), (row_activated_callback),
12216         (job_finished_callback), (ev_sidebar_links_set_document):
12217         
12218         Fix for bug #169901. Double click on links expands tree.
12219
12220 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12221
12222         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12223         hard-coded style. Fix for bug 170111
12224
12225 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12226
12227         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12228         locking.
12229
12230 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12231
12232         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12233
12234 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12235
12236         * pdf/ev-poppler.cc:
12237         * shell/ev-view.c: (highlight_find_results):
12238
12239         Fix find on single page documents
12240
12241 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12242
12243         * data/evince.schemas.in: fix for bug 301390
12244
12245 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12246
12247         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12248         (ev_view_zoom_out), (ev_view_zoom_normal):
12249         * shell/ev-view.h:
12250         * shell/ev-window.c: (update_action_sensitivity),
12251         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12252         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12253         (ev_window_cmd_view_normal_size):
12254
12255         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12256         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12257         better than oom. 
12258
12259 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12260
12261         * configure.ac:
12262
12263         Depend on 2.57, 2.59 doesnt seem to be necessary
12264
12265 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12266
12267         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12268         (create_tool_item):
12269
12270         Put back total number of pages as (1 of 1234)
12271
12272 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12273
12274         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12275         remove the job.
12276
12277         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12278         function.  This helps debugging.
12279
12280 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12281
12282         * djvu/djvu-document.c: (djvu_document_class_init),
12283         (djvu_document_get_info), (djvu_document_document_iface_init):
12284         * dvi/dvi-document.c: (dvi_document_class_init),
12285         (dvi_document_get_info), (dvi_document_document_iface_init):
12286
12287         Dummy implementation of get_info method for dvi and
12288         djvu. Fix crashes with those backends
12289
12290 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12291
12292         * data/evince.desktop.in:
12293
12294         Add application/x-gzpostscript
12295
12296 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12297
12298         * data/evince.schemas.in: Added real long descriptions, 
12299         closes bug 172496 
12300
12301         * README: Added actual text, closes bug 171869
12302
12303 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12304
12305         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12306
12307         Thumbnail page 0
12308
12309 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12310
12311         * backend/ev-document-info.h:
12312
12313         s/GDate */GDate so we can just use g_free
12314
12315 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12316
12317         * shell/ev-window.c: (update_document_mode),
12318         (ev_window_setup_document):
12319
12320         Show the window in fullscreen when specified by
12321         the document
12322
12323 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12324
12325         * backend/ev-document.c: (ev_document_class_init),
12326         (ev_document_get_info), (ev_document_render_pixbuf):
12327         * backend/ev-document.h:
12328         * backend/ev-page-cache.c: (_ev_page_cache_new):
12329         * pdf/ev-poppler.cc:
12330         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12331         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12332         * ps/ps-document.c: (ps_document_class_init), (document_load),
12333         (ps_document_get_info), (ps_document_document_iface_init):
12334
12335         Remove get_title from the interface, we can just use document info
12336
12337 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12338
12339         * backend/Makefile.am:
12340         * backend/ev-document.c: (ev_document_render_get_info):
12341         * backend/ev-document.h:
12342         * pdf/ev-poppler.cc:
12343
12344         Initial support for document info. Based on jrb patch.
12345
12346 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12347
12348         * shell/ev-window.c: (ev_window_state_event),
12349         (ev_window_class_init), (ev_window_init):
12350         
12351         Doesn't show resize grip when maximized. See bug #301053
12352
12353 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12354
12355         * po/POTFILES.in:
12356         
12357         ev-sidebar-thumbnails now has translatable labels
12358         
12359         * shell/Makefile.am:
12360         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12361         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12362         (ev_sidebar_links_page_iface_init):
12363         * shell/ev-sidebar-links.h:
12364         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12365         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12366         (ev_sidebar_page_get_label):
12367         * shell/ev-sidebar-page.h:
12368         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12369         (ev_sidebar_thumbnails_set_document),
12370         (ev_sidebar_thumbnails_support_document),
12371         (ev_sidebar_thumbnails_get_label),
12372         (ev_sidebar_thumbnails_page_iface_init):
12373         * shell/ev-sidebar-thumbnails.h:
12374         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12375         (ev_sidebar_set_document):
12376         * shell/ev-sidebar.h:
12377         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12378         
12379         Small rework of sidebar code. Now sidebar pages should implement
12380         EvSidebarPage interface. That makes page management in EvSidebar
12381         easier. See bug #164811 for details
12382
12383 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12384
12385         * shell/ev-application.c: (ev_application_open):
12386         * shell/ev-document-types.c:
12387         
12388         Fix build error and small problem with application exit
12389
12390 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12391
12392         * thumbnailer/Makefile.am:
12393         * thumbnailer/evince-thumbnailer-djvu.schemas:
12394         * thumbnailer/evince-thumbnailer-dvi.schemas:
12395         
12396         Conditionally install schemas for djvu/dvi thumbnailer
12397
12398 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12399
12400         * shell/ev-document-types.h: 
12401         * shell/ev-document-types.c: 
12402         New files, handling the mapping from mimetypes to backends
12403         
12404         * shell/ev-window.c: 
12405         * thumbnailer/evince-thumbnailer.c:     
12406         Use the ev-document-types code
12407         
12408         * shell/Makefile.am: 
12409         Added new convenience library libevbackendfactory_la, containing
12410         the new mimetype->backend logic; moved the backends into it.
12411
12412         * thumbnailer/Makefile.am:
12413         Make the thumbnailer link with the libevbackend.la convenience
12414         library, rather than having a duplicate of the backend logic here.
12415
12416 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12417
12418         * shell/ev-stock-icons.c: constify some vars.
12419         * shell/ev-window.c: ditto.
12420
12421 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12422
12423         * ps/ps-document.c (get_page_orientation):
12424
12425         Respect document orientation 
12426
12427 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12428
12429         * djvu/Makefile.am:
12430         * dvi/Makefile.am:
12431         * shell/Makefile.am:
12432         
12433         Move library dependencies to components.
12434         
12435         * shell/ev-window.c: (update_window_title),
12436         (start_loading_document):
12437         
12438         Fix display of uris with spaces. Bug 168358.
12439
12440 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12441
12442         * shell/ev-sidebar-links.c: (selection_changed_cb):
12443         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12444         (ev_view_button_release_event), (ev_view_set_document):
12445         * shell/ev-view.h:
12446         * shell/ev-window.c: (find_bar_search_changed_cb):
12447         * shell/ev-window.h: Minor cleanups removing some dead code.
12448
12449 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12450
12451         * backend/ev-page-cache.c: (_ev_page_cache_new):
12452         
12453         Set current page to 0 if document has pages.
12454
12455 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12456
12457         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12458
12459         Initialize GError to NULL, fix a crash when loading fails.
12460
12461 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12462
12463         * shell/ev-window.c: (update_view_size):
12464
12465         Calculate shadow size only when there is actually
12466         a shadow.
12467
12468 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12469
12470         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12471         * shell/ev-view.h:
12472
12473         Allow setting view spacing, default to 0
12474
12475         * shell/ev-window.c: (ev_window_unfullscreen),
12476         (ev_window_cmd_view_fullscreen), (ev_window_init):
12477
12478         Remove spacing in fullscreen mode
12479
12480 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12481
12482         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12483         (ev_view_size_request), (expose_bin_window),
12484         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12485         * shell/ev-view.h:
12486         * shell/ev-window.c: (ev_window_unfullscreen),
12487         (ev_window_cmd_view_fullscreen):
12488
12489         Do not draw the border in fulscreen
12490
12491 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12492
12493         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12494         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12495         (find_page_at_location), (page_changed_cb):
12496
12497         Rework border calculation, so that I can more easily disable it.
12498         Code somewhat cleaner too.
12499
12500 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12501
12502         * backend/ev-page-cache.c: (ev_page_cache_init),
12503         (_ev_page_cache_new):
12504
12505         Remove some assertions, documents can have 0 pages.
12506         Make initial current page -1.
12507
12508         * shell/ev-page-action.c: (page_changed_cb):
12509
12510         Show "" if current page is -1
12511
12512         * shell/ev-window.c: (update_action_sensitivity),
12513         (ev_window_setup_document):
12514
12515         When document has 0 pages do not set the view
12516         and make nearly everything insensitive.
12517
12518 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12519
12520         * shell/ev-page-view.c:
12521         * shell/ev-page-view.h:
12522
12523         Remove unused files.
12524         
12525         * shell/ev-sidebar-thumbnails.c:
12526         (ev_sidebar_thumbnails_set_document):
12527         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12528         (ev_sidebar_supports_document):
12529         * shell/ev-sidebar.h:
12530         * shell/ev-window.c: (ev_window_setup_document):
12531         
12532         Doesn't show thumbnails if document has 1 page. Make
12533         sidebar menu entries sensitive only if if they have 
12534         sense. Fix bug 164811. 
12535
12536 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12537
12538         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12539         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12540         (ev_view_zoom_out), (ev_view_set_size):
12541
12542         Rework sizing to deal with documents with not uniform page
12543         size.
12544
12545 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12546
12547         * backend/ev-page-cache.c: (_ev_page_cache_new):
12548
12549         Fix several page size caching bugs
12550
12551 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12552
12553         * shell/ev-window.c: (set_action_properties):
12554
12555         Make all toolbar items translatable
12556
12557 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12558
12559         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12560         (save_page_list), (ps_document_save),
12561         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12562         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12563         (ps_document_ps_exporter_iface_init):
12564         * ps/ps-document.h:
12565
12566         Based on a patch by J�rg Billeter <j@bitron.ch>
12567         
12568         Implement print and save a copy for the ps backend.
12569
12570 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12571
12572         * backend/ev-document.h:
12573         * djvu/djvu-document.c: (djvu_document_can_get_text),
12574         (djvu_document_document_iface_init):
12575         * dvi/dvi-document.c: (dvi_document_can_get_text),
12576         (dvi_document_document_iface_init):
12577         * pdf/ev-poppler.cc:
12578         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12579         (pixbuf_document_document_iface_init):
12580         * ps/ps-document.c: (ps_document_can_get_text),
12581         (ps_document_document_iface_init):
12582         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12583         * shell/ev-window.c: (update_action_sensitivity):
12584
12585         Fix the crash when trying to copy in backends that doesnt
12586         support it. We can implement a better solution once we
12587         do real text selection.
12588
12589 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12590
12591         * data/evince-ui.xml:
12592         * shell/ev-window.c: (ev_window_cmd_escape):
12593         
12594         Work around the Escape conflict (find bar and unfullscreen)
12595
12596 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12597
12598         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12599         
12600         Fix for #300233. Next page correctly handles document end.
12601         
12602         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12603         (ev_sidebar_thumbnails_class_init),
12604         (ev_sidebar_thumbnails_set_document),
12605         (ev_sidebar_thumbnails_clear_job),
12606         (ev_sidebar_thumbnails_clear_model):
12607         
12608         Cleanup thumbnail jobs on document changes.
12609         
12610         * shell/ev-view.c: (add_scroll_binding_keypad),
12611         (add_scroll_binding_shifted), (ev_view_class_init):
12612         
12613         Shift + Space scrolls up. Fix for #173184
12614         
12615         * shell/ev-window.c: (ev_window_open_page),
12616         (ev_window_cmd_view_reload):
12617         
12618         Fix reload (Bug #300094)
12619
12620 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12621
12622         
12623         * dvi/mdvi-lib/assoc.c:
12624         * dvi/mdvi-lib/assoc.h: Removed garbage files
12625         
12626         * dvi/mdvi-lib/bitmap.c:
12627         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12628         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12629         * dvi/mdvi-lib/color.h: Antialias of rules
12630         
12631         * dvi/mdvi-lib/common.h:
12632         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12633         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12634         * dvi/mdvi-lib/files.c:
12635         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12636         * dvi/mdvi-lib/mdvi.h:
12637         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12638         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12639         * dvi/mdvi-lib/util.c: Fix compile warnings
12640         
12641         * dvi/dvi-document.c:
12642         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12643         (dvi_document_thumbnails_get_thumbnail),
12644         (dvi_document_document_thumbnails_iface_init):
12645         * dvi/mdvi-lib/Makefile.am:
12646         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12647         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12648         
12649         Dvi backend now renders thumbnails
12650
12651 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12652
12653         * shell/main.c: (main): 
12654         
12655         Save accelerators on exit. Fixes bug #172095.
12656
12657 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12658
12659         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12660         update priority" comment.
12661
12662         * backend/ev-job-queue.c: Give a way to change priority.
12663
12664 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12665
12666         * shell/ev-page-action.c: Fix logic.
12667
12668 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12669
12670         * shell/ev-view.c: (ev_view_can_find_next):
12671         * shell/ev-window.c: (ev_window_setup_document):
12672
12673         Check that the document supports find
12674
12675 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12676
12677         * data/evince-ui.xml:
12678         * shell/ev-view.c: (ev_view_can_find_next):
12679         * shell/ev-view.h:
12680         * shell/ev-window.c: (update_action_sensitivity),
12681         (find_changed_cb), (ev_window_setup_document),
12682         (ev_window_cmd_edit_find_next):
12683
12684         Add Edit->Find Next
12685
12686 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12687
12688         * pdf/ev-poppler.cc:
12689         * shell/ev-print-job.c: (idle_print_handler):
12690
12691         Make printing work again
12692
12693 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12694
12695         * shell/ev-page-action.h:
12696         * shell/ev-page-action.c: (ev_page_action_widget_init),
12697         (ev_page_action_widget_class_init), (page_changed_cb),
12698         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12699         (get_filter_model_from_model), (match_selected_cb),
12700         (display_completion_text), (match_completion), (update_model),
12701         (connect_proxy), (ev_page_action_set_property),
12702         (ev_page_action_get_property), (ev_page_action_set_document),
12703         (ev_page_action_set_model), (ev_page_action_class_init): Big
12704         reworking to make completions work iff we have >= GTK-2.7.0
12705                 
12706         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12707         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12708         (job_finished_cb): We now have a 'model' property that is set when
12709         the links are loaded.  This can be caught with "notify::model"
12710
12711         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12712         listen for the model to be set, and propagate it to the action.
12713
12714 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12715
12716         * cut-n-paste/recent-files/egg-recent-item.c:
12717         (egg_recent_item_set_uri), (make_valid_utf8),
12718         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12719         * cut-n-paste/recent-files/egg-recent-item.h:
12720         
12721         Update egg-recent from libegg. This should fix long
12722         startup problem. For details see
12723         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12724
12725 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12726
12727         * cut-n-paste/recent-files/Makefile.am:
12728         * data/evince-ui.xml, shell/Makefile.am:
12729         * shell/ev-application.c, shell/ev-application.h:
12730         * shell/ev-window.c: Recent files support.
12731         
12732         * configure.ac: Added "ru" to ALL_LINGUAS.
12733         
12734         * dvju: new backend to support DJVU files.
12735         * dvi: new backend to support DVI.
12736
12737         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12738         * ev-application.c: Support for new backends.
12739         
12740         * help, ev-window.c, main.c shell/Makefile.am: 
12741         Evince user documentation.
12742
12743 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12744
12745         * po/POTFILES.in:
12746         * shell/ev-window.c:
12747         * thumbnailer/evince-thumbnailer.c:
12748
12749         s/pdf-document/ev-poppler
12750
12751 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12752
12753         * NEWS:
12754         * configure.ac:
12755
12756         Release 0.2.0
12757
12758         * ps/ps-document.c: (setup_pixmap):
12759
12760         Remove debug code
12761
12762 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12763
12764         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12765         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12766         (ev_window_cmd_go_first_page): Fix of by one errors.
12767
12768 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12769
12770         * ps/ps-document.c: (get_page_box):
12771
12772         Fix page size calculation
12773
12774 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12775
12776         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12777         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12778         (get_page_orientation), (setup_page), (document_load),
12779         (ps_document_get_page_size), (render_pixbuf_idle):
12780         * ps/ps-document.h:
12781
12782         More refactoring to adapt to EvDocument changes
12783
12784 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12785
12786         * ps/ps-document.c: (start_interpreter):
12787
12788         Actually add alpha args
12789
12790 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12791
12792         * pdf/ev-poppler.cc:
12793
12794         Make clipboard work again
12795
12796 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12797
12798         Make searching work again.
12799         
12800         * backend/ev-document.c:
12801         * backend/ev-document.h:
12802         * backend/ev-document-find.c:
12803         * backend/ev-document-find.h: Change EvDocumentIface so we no
12804         longer store the current page or zoom level in the document.  The
12805         consequence is that all calls that operate on the current page now
12806         instead take the page number as an extra argument, and all
12807         coordinates are now doubles in document coordinate system.
12808
12809         * pdf/ev-poppler.cc:
12810         * pixbuf/pixbuf-document.c:
12811         * ps/ps-document.c: Update backends accordingly.
12812
12813 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12814
12815         * autogen.sh:
12816
12817         Add required gettext version
12818
12819 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12820
12821         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12822         make F1 bring up non-existent help.
12823
12824         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12825         epiphany's find bar, #167477
12826
12827         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12828         <emil@nishra.com> to add space-bar scrolling, 
12829
12830         * shell/ev-window.c (static GtkActionEntry entries): add default
12831         keybinding for Help (F1)
12832         Fixes #171068
12833
12834         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12835         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12836         170110
12837
12838 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12839
12840         * Makefile.am: 
12841         * pixbuf/pixbuf-document.c: 
12842
12843         Got pixbuf backend working again
12844
12845 2005-04-01  Steve Murphy  <murf@e-tools.com>
12846
12847         * configure.in: Added "rw" to ALL_LINGUAS.
12848
12849 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12850
12851         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12852         model types, noticed by Martin Kretzschmar.
12853
12854 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12855
12856         * pdf/ev-poppler.cc: Implement search based on
12857         poppler_page_find_text().  Currently a bit crude since we remember
12858         all matches from all pages.  Also, we grab the big document lock
12859         when we search since searching changes the underlying stream and
12860         thus conflicts with the rendering thread.
12861         
12862         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12863         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12864         (ev_view_find_previous): Fix some page indexes to be 0 based,
12865         offset rubber band by view offset,
12866
12867 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12868
12869         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12870
12871 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12872
12873         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12874         completely because I didn't understand GtkActions.  I should
12875         read Marco's code more carefully in the future.
12876
12877         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12878         function
12879
12880 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12881
12882         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12883         PopplerRectangle change from poppler CVS.
12884
12885 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12886
12887         * backend/ev-document.c: (ev_document_get_page_label):
12888         * backend/ev-document.h:
12889         * backend/ev-page-cache.c: (_ev_page_cache_new),
12890         (ev_page_cache_get_page_label):
12891         * backend/ev-page-cache.h:
12892         * pdf/ev-poppler.cc:
12893         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12894         (links_page_num_func):
12895         * shell/ev-sidebar-thumbnails.c:
12896         (ev_sidebar_thumbnails_set_document):
12897         * shell/ev-view.c: (status_message_from_link),
12898         (ev_view_motion_notify_event):
12899         * shell/ev-window.c: (document_supports_sidebar): Add in page
12900         label support.  It's not perfect yet, but it's the first 'feature'
12901         in a while.
12902         Also, fix a bogus comment noticed by crispin. 
12903
12904 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12905
12906         * Makefile.am: Remove pixbuf backend for now
12907
12908         * configure.ac: Require poppler-glib instead of just poppler.
12909
12910         * backend/ev-document-thumbnails.h: Add a comment
12911
12912         * backend/ev-document.h:
12913         * backend/ev-document.c: (ev_document_class_init),
12914         (ev_document_load), (ev_document_get_link),
12915         (ev_document_get_links): Remove 3 methods and add get_links.
12916         Also, made 0 based.
12917
12918         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12919         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12920
12921         * backend/ev-link.c: (ev_link_set_title),
12922         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12923         (ev_link_mapping_find):
12924         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12925         
12926         * backend/ev-page-cache.c: (ev_page_cache_init),
12927         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12928         (ev_page_cache_get_size), (ev_page_cache_next_page),
12929         (ev_page_cache_prev_page): Fix to be 0 based.
12930
12931         * pdf/Makefile.am: 
12932         * pdf/ev-poppler.h:
12933         * pdf/ev-poppler.cc: New backend.
12934         
12935         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12936         (ps_document_get_page), (ps_document_document_iface_init):
12937
12938         * shell/ev-pixbuf-cache.h:
12939         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12940         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12941         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12942         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12943         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12944         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12945         based.
12946         
12947         * shell/ev-sidebar-thumbnails.c:
12948         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12949         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12950
12951         * shell/ev-view.c: (status_message_from_link),
12952         (find_page_at_location), (get_link_at_location),
12953         (ev_view_motion_notify_event), (ev_view_button_release_event),
12954         (ev_view_init): Use the new link code.  Fix to be 0 based.
12955
12956         * shell/ev-window.c: (update_action_sensitivity),
12957         (document_supports_sidebar): 0 based.
12958
12959 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12960
12961         * pdf/pdf-document.cc: Patch from Fernando Herrera
12962         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12963         *blush*
12964
12965 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12966
12967         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12968         1 to the page, as this seems to be 1 based.  I thought we has this
12969         fixed.  grump.
12970
12971 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12972
12973         * TODO:
12974         * backend/Makefile.am:
12975         * backend/ev-document-links.c:
12976         (ev_document_links_has_document_links),
12977         (ev_document_links_get_links_model):
12978         * backend/ev-document-links.h:
12979         * backend/ev-document.c: (ev_document_get_page_cache),
12980         (ev_document_get_doc_mutex), (ev_document_load),
12981         (ev_document_save), (ev_document_get_title),
12982         (ev_document_get_n_pages), (ev_document_set_page),
12983         (ev_document_get_page), (ev_document_set_target),
12984         (ev_document_set_scale), (ev_document_set_page_offset),
12985         (ev_document_get_page_size), (ev_document_get_text),
12986         (ev_document_get_link), (ev_document_render),
12987         (ev_document_render_pixbuf), (ev_document_scale_changed):
12988         * backend/ev-document.h:
12989         * backend/ev-job-queue.c: (remove_object_from_queue),
12990         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12991         (no_jobs_available_unlocked), (ev_render_thread),
12992         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12993         (ev_job_queue_remove_job):
12994         * backend/ev-job-queue.h:
12995         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12996         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12997         (ev_job_links_class_init), (ev_job_render_init),
12998         (ev_job_render_dispose), (ev_job_render_class_init),
12999         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13000         (ev_job_thumbnail_class_init), (ev_job_finished),
13001         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13002         (ev_job_render_run), (ev_job_thumbnail_new),
13003         (ev_job_thumbnail_run):
13004         * backend/ev-jobs.h:
13005         * backend/ev-link.c:
13006         * backend/ev-link.h:
13007         * backend/ev-page-cache.c: (ev_page_cache_init),
13008         (ev_page_cache_class_init), (ev_page_cache_finalize),
13009         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13010         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13011         (ev_page_cache_set_link), (ev_page_cache_get_title),
13012         (ev_page_cache_get_size), (ev_page_cache_next_page),
13013         (ev_page_cache_prev_page):
13014         * backend/ev-page-cache.h:
13015         * pdf/pdf-document.cc:
13016         * ps/gsdefaults.c:
13017         * ps/gsdefaults.h:
13018         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13019         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13020         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13021         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13022         (is_interpreter_ready), (output), (catchPipe), (input),
13023         (start_interpreter), (check_filecompressed), (compute_dimensions),
13024         (ps_document_enable_interpreter), (document_load),
13025         (ps_document_next_page), (render_page), (ps_document_set_page),
13026         (ps_document_set_scale), (render_pixbuf_idle),
13027         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13028         * ps/ps-document.h:
13029         * shell/Makefile.am:
13030         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13031         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13032         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13033         (ev_pixbuf_cache_new), (job_finished_cb),
13034         (check_job_size_and_unref), (move_one_job),
13035         (ev_pixbuf_cache_update_range), (find_job_cache),
13036         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13037         (ev_pixbuf_cache_add_jobs_if_needed),
13038         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13039         * shell/ev-pixbuf-cache.h:
13040         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13041         (idle_print_handler):
13042         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13043         (selection_changed_cb), (create_loading_model),
13044         (ev_sidebar_links_construct), (links_page_num_func),
13045         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13046         (update_page_callback), (job_finished_cb),
13047         (ev_sidebar_links_set_document):
13048         * shell/ev-sidebar-thumbnails.c:
13049         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13050         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13051         (page_changed_cb), (thumbnail_job_completed_callback),
13052         (ev_sidebar_thumbnails_set_document):
13053         * shell/ev-sidebar-thumbnails.h:
13054         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13055         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13056         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13057         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13058         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13059         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13060         (ev_view_button_release_event), (ev_view_scroll_view),
13061         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13062         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13063         (ev_view_new), (job_finished_cb), (page_changed_cb),
13064         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13065         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13066         (ev_view_find_previous):
13067         * shell/ev-view.h:
13068         * shell/ev-window.c: (update_action_sensitivity),
13069         (ev_window_open_page), (update_window_title), (update_total_pages),
13070         (page_changed_cb), (ev_window_setup_document),
13071         (password_dialog_response), (ev_window_cmd_save_as),
13072         (ev_window_print), (ev_window_cmd_go_previous_page),
13073         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13074         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13075         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13076         * shell/main.c: (main):
13077
13078         Merge evince-threads branch
13079
13080 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13081
13082         * configure.ac: Added "lt" to ALL_LINGUAS.
13083
13084 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13085
13086         * NEWS:
13087         * configure.ac:
13088
13089         Release 0.1.9
13090
13091 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13092
13093         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13094
13095         Fix here also the thumbnails 1-basedness :)
13096
13097 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13098
13099         * NEWS:
13100         * configure.ac:
13101
13102         Release 0.1.8
13103
13104 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13105
13106         * pdf/pdf-document.cc:
13107         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13108         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13109
13110         Fix the mess we did with thumbnails and 1-basedness
13111
13112 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13113
13114         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13115
13116 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13117
13118         * NEWS:
13119         * configure.ac:
13120
13121         Release 0.1.7
13122
13123 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13124
13125         * ps/Makefile.am:
13126         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13127         (gtk_gs_defaults_get_alpha_parameters),
13128         (gtk_gs_defaults_get_ungzip_cmd),
13129         (gtk_gs_defaults_get_unbzip2_cmd):
13130         * ps/gsdefaults.h:
13131         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13132         (ps_document_get_orientation), (document_load),
13133         (ps_document_goto_page), (ps_document_set_page_size):
13134         * ps/ps-document.h:
13135
13136         Some more sanitization of the ps backend. Remove a lot
13137         of unused code and do not base our defaults on ggv
13138         preferences (ugh!)
13139
13140 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13141
13142         * thumbnailer/evince-thumbnailer.schemas:
13143         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13144         (main): add -s option for thumbnail size.
13145
13146 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13147
13148         * configure.ac:
13149
13150         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13151         remove it.
13152
13153 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13154
13155         * pdf/pdf-document.cc:
13156
13157         Remove 4 pixels of useless border from the
13158         thumbnail.
13159
13160 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13161
13162         * backend/ev-document-thumbnails.c:
13163         (ev_document_thumbnails_get_thumbnail):
13164         * backend/ev-document-thumbnails.h:
13165
13166         Rework API a bit. Add a border flag and
13167         change sizing logic (now the size we specify
13168         applies to the bigger dimension).
13169
13170         * pdf/pdf-document.cc:
13171         * pixbuf/pixbuf-document.c:
13172         (pixbuf_document_thumbnails_get_thumbnail):
13173         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13174         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13175
13176         Adapt to the new API and do not draw a border for nautilus
13177         thumbnailer.
13178
13179 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13180
13181         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13182         take thumbnails from page "0" instead of "1". Added a copyright header.
13183
13184 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13185
13186         * ps/ps-document.c: (set_up_page), (start_interpreter):
13187
13188         Make it C89 compliant
13189
13190 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13191
13192         * Makefile.am:
13193         * configure.ac:
13194         * pdf/.cvsignore:
13195         * pdf/pdf-document.cc:
13196         * thumbnailer/Makefile.am:
13197         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13198         (main):
13199         * thumbnailer/evince-thumbnailer.schemas:
13200         * thumbnailer/pdf-icon.png:
13201
13202         Add a nautilus thumbnailer.
13203         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13204
13205 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13206
13207         * NEWS:
13208         * configure.ac:
13209         * po/POTFILES.in:
13210
13211         Release 0.1.6
13212
13213 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13214
13215         Use poppler instead of including xpdf source code.  Poppler is a
13216         fork of xpdf to build it as a shared library. See
13217         http://freedesktop.org/wiki/Software/poppler.
13218
13219         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13220         xpdf fork.
13221         
13222         * pdf/Makefile.am: Build libpdfdocument.a here.
13223         
13224         * pdf/GDKSplashOutputDev.cc:
13225         * pdf/GDKSplashOutputDev.h:
13226         * pdf/GnomeVFSStream.cc:
13227         * pdf/GnomeVFSStream.h:
13228         * pdf-document.cc:
13229         * pdf-document.h:
13230         * test-gdk-output-dev.cc
13231         * Thumb.cc:
13232         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13233         against poppler.
13234
13235 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13236
13237         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13238
13239         Clear idle stack before unsetting the document
13240
13241 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13242
13243         * ps/ps-document.c: (ps_document_widget_event),
13244         (ps_document_set_target), (ps_document_finalize),
13245         (ps_document_get_page):
13246
13247         Disconnect the widget event signal on finalize.
13248         Some code cleanups.
13249
13250 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13251
13252         * ps/ps-document.c: (set_up_page):
13253
13254         If there is no bpixmap create one, even if size
13255         is not changed.
13256
13257 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13258
13259         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13260         (set_up_page), (document_load), (ps_document_set_zoom):
13261
13262         Default page is 0. Calculate size even when we have no
13263         target yet.
13264
13265 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13266
13267         * shell/ev-sidebar.c: expand the selection widget to be always as
13268         wide as the sidebar
13269
13270 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13271
13272         * shell/ev-sidebar-thumbnails.c:
13273         (ev_sidebar_thumbnails_set_document):
13274
13275         Clear the list store when setting document
13276
13277 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13278
13279         * shell/ev-page-action.c: (update_entry), (sync_entry),
13280         (activate_cb), (entry_size_request_cb), (create_tool_item),
13281         (connect_proxy):
13282
13283         Use an entry for the page control instead of spinbuttons
13284
13285 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13286
13287         * data/evince.schemas.in:
13288
13289         Correct confusing string
13290
13291 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13292
13293         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13294         for real.  Gosh, how long has this been broken.
13295
13296         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13297         check for a NULL link.  We crash otherwise.
13298
13299 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13300
13301         * NEWS:
13302         * configure.ac:
13303
13304         Release 0.1.5
13305
13306 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13307
13308         * configure.ac: add the french translation.
13309
13310 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13311
13312         * shell/ev-window.c:
13313
13314         Remove unused header -> fix distcheck
13315
13316 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13317
13318         * shell/ev-window.c: (update_window_title),
13319         (ev_window_popup_password_dialog):
13320
13321         Unescape filename for display
13322
13323 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13324
13325         * pdf/xpdf/pdf-document.cc:
13326
13327         In get_page_size deal with rotation. Also
13328         cleanup the function a bit.
13329
13330 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13331
13332         * pdf/xpdf/pdf-document.cc:
13333
13334         Fix crash when opening in new window
13335
13336 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13337
13338         * configure.ac:
13339
13340         Check ghostscript >= 7
13341
13342 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13343
13344         * shell/ev-window.c:
13345
13346         Make page width the default sizing mode
13347
13348 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13349         Marco Pesenti Gritti <marco@gnome.org>
13350
13351         * shell/ev-window.c: Remember the sidebar size
13352
13353         * data/evince.schemas.in: Add a new gconf key to store the size of
13354         the sidebar
13355
13356 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13357
13358         * data/evince-ui.xml:
13359         * shell/ev-window.c: (update_action_sensitivity),
13360         (ev_window_cmd_view_reload):
13361         
13362         Add a "Reload" action and menu entry
13363
13364 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13365
13366         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13367         iff the type doesn't support thumbnailing and indexing.
13368
13369 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13370
13371         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13372
13373 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13374
13375         * pdf/splash/Splash.cc:
13376
13377         Port fix for a crasher from kde bug
13378         http://bugs.kde.org/show_bug.cgi?id=97131
13379
13380 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13381
13382         * pdf/xpdf/pdf-document.cc:
13383
13384         Return a link even if it's of an unrecognized
13385         type. Otherwise we go in an infinte cycle.
13386
13387 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13388
13389         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13390         (size_allocate_cb), (ev_window_set_sizing_mode):
13391
13392         Update size when switching mode
13393
13394 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13395
13396         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13397         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13398         (ev_window_cmd_view_normal_size):
13399
13400         Fix size toggle buttons behavior
13401
13402 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13403
13404         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13405         (doc_rect_to_view_rect), (ev_view_size_allocate),
13406         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13407         (scale_changed_callback):
13408
13409         Do not cache offsets in size_allocate.
13410
13411 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13412
13413         * shell/ev-view.c: (ev_view_size_allocate):
13414
13415         Calculate offsets before calling the parent
13416         class (which does a redraw)
13417
13418 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13419
13420         * pdf/xpdf/pdf-document.cc:
13421
13422         Fix a crasher on exit. Unused code, put a TODO
13423
13424 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13425
13426         * backend/ev-document.c: (ev_document_class_init),
13427         (ev_document_page_changed), (ev_document_scale_changed):
13428         * backend/ev-document.h:
13429
13430         Separate page/scale notifications
13431
13432         * pdf/xpdf/pdf-document.cc:
13433
13434         Emit the new signals.
13435         Do not display the pdf page in _render, do it
13436         when scale/page are requested.
13437
13438         * ps/ps-document.c: (ps_document_set_zoom),
13439         (ps_document_widget_event):
13440         * ps/ps-document.h:
13441
13442         Emit the new signals.
13443
13444         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13445         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13446         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13447         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13448         * shell/ev-view.h:
13449         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13450         (ev_window_cmd_view_page_width), (size_allocate_cb),
13451         (ev_window_set_sizing_mode):
13452
13453         Rework sizing to be pixel based.
13454         There are bugs but should be already way better.
13455
13456 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13457
13458         * shell/ev-window.c: (ev_window_init):
13459
13460         Do not allow to shrink sidebar smaller then
13461         child requisition
13462
13463 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13464
13465         * shell/ev-sidebar.[ch]
13466         * shell/ev-window.c:
13467
13468         Improved sidebar widget. Fixes #166683
13469
13470 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13471
13472         * shell/ev-view.c (update_find_status_message): Give translators
13473         more flexibility with ngettext plural handling.
13474
13475 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13476
13477         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13478         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13479         page when we get the page size.
13480
13481 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13482
13483         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13484
13485         ps pages are 0 based, convert 
13486
13487 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13488
13489         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13490
13491         Initialize correct parent class. Set GError on document load
13492
13493 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13494
13495         * pdf/xpdf/pdf-document.cc:
13496
13497         Fixup selection offset calculation
13498
13499         * shell/ev-view.c: (view_rect_to_doc_rect),
13500         (doc_rect_to_view_rect), (ev_view_size_allocate),
13501         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13502         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13503
13504         Store selection as document relative, so that zooming
13505         and offset changing doesnt break it.
13506
13507 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13508
13509         * shell/ev-view.c: (ev_view_best_fit):
13510
13511         Do not try to best fit if the view is not realized
13512
13513 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13514           
13515         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13516
13517 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13518
13519         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13520
13521 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13522
13523         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13524         the popup window.  That prevents it resizing when in full screen
13525         mode.
13526
13527         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13528         multiple rerenders.  This pretty much sucks.
13529
13530         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13531         rest of the toolbar.
13532
13533 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13534
13535         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13536
13537 2005-02-17  Alexander Shopov  <ash@contact.bg>
13538
13539         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13540
13541 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13542
13543         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13544
13545 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13546
13547         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13548         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13549         (set_document_page), (document_changed_callback),
13550         (ev_view_set_document), (ev_view_find_previous),
13551         (ev_view_hide_cursor), (ev_view_show_cursor):
13552         * shell/ev-view.h:
13553         * shell/ev-window.c: (update_chrome_visibility),
13554         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13555         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13556         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13557         (ev_window_unfullscreen):
13558         * shell/main.c: (main):
13559
13560         Automatically hide the fullscreen button.
13561         Patch by Kristian Høgsberg <krh@redhat.com>
13562
13563 2005-02-16  Vincent Noel  <vnoel@cox.net>
13564
13565         * shell/main.c (main): Specify an icon for the window. Patch by
13566         Jaap A. Haitsma. Fixes #166177.
13567
13568 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13569
13570         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13571
13572 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13573
13574         * backend/ev-document-misc.h:
13575         * backend/ev-document-misc.c:
13576         (ev_document_misc_get_page_border_size),
13577         (ev_document_misc_paint_one_page): New function to canonicalize
13578         sizing/painting a border.
13579
13580         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13581         used.
13582
13583         * pdf/xpdf/pdf-document.cc: use new function
13584
13585         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13586         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13587         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13588         shell/ev-window.c: (update_sizing_buttons),
13589         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13590         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13591         (ev_window_cmd_view_page_width), (size_allocate_cb),
13592         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13593         and "fit width" values act as toggle buttons so they stay
13594         toggled.  It's not 100% perfect, and it's a little slow, but it's
13595         good enough to commit I think.
13596
13597 2005-02-15  David Lodge  <dave@cirt.net>
13598
13599         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13600
13601 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13602
13603         * shell/ev-window.c (update_window_title): replace newlines in
13604         the title by spaces. Bug #166107.
13605
13606 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13607
13608         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13609         parameters providing allocation width and height without
13610         scrollbars and width of a possible vertical scrollbar. With this
13611         additional information the functions can work as
13612         intended. Unfortunately they're not idempotent. We should
13613         transform these commands to toggles. Fixes Bug #164976
13614         Initial patch by Stephane Loeuillet, then heavily modified.
13615
13616         * shell/ev-view.h: update prototypes.
13617
13618         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13619         (ev_window_cmd_view_page_width): provide EvView fit functions with
13620         all the information they need. Formulas to calculate this
13621         information taken from GtkScrolledWindow.
13622
13623 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13624
13625         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13626         created a thumbnail, the list store is updated to know
13627         that the thumbnail is set. Fixes bug #166792
13628
13629 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13630
13631         * shell/ev-window.c: fixed typo, closes bug 166897
13632
13633         * TODO: updated TODO with bug numbers that are relevant
13634
13635 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13636
13637         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13638
13639 2005-02-09  Vincent Noel  <vnoel@cox.net>
13640
13641         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13642         and "Next" toolbar buttons as important to make them stand out.
13643
13644 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13645
13646         * lib/ev-debug.c:
13647         * lib/ev-debug.h:
13648         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13649         (start_interpreter), (stop_interpreter), (document_load),
13650         (ps_document_next_page), (ps_document_goto_page),
13651         (ps_document_set_page_size), (ps_document_widget_event),
13652         (ps_document_render):
13653         * shell/ev-page-view.c: (ev_page_view_dispose):
13654         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13655
13656         Fix compilation on non-gcc platforms
13657
13658 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13659
13660         * NEWS:
13661         * configure.ac:
13662
13663         Release 0.1.4
13664
13665         * pdf/xpdf/Catalog.cc:
13666         * pdf/xpdf/XRef.cc:
13667
13668         Fix the fix for CAN-2004-0888
13669
13670 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13671
13672         * data/Makefile.am:
13673         * data/evince-ui.xml:
13674         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13675         * shell/ev-stock-icons.h:
13676         * shell/ev-window.c: (update_action_sensitivity),
13677         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13678         (set_action_properties):
13679
13680         Improve toolbar layout/icons
13681
13682 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13683
13684         * pdf/xpdf/pdf-document.cc:
13685
13686         Add warnings about unimplemented/unknown link
13687         types.
13688
13689 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13690
13691         * ps/ps-document.c: (set_up_page):
13692
13693         Log gs property
13694
13695 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13696
13697         * ps/ps-document.c: (start_interpreter):
13698
13699         Log gs env var
13700
13701 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13702
13703         * shell/ev-page-view.c: (ev_page_view_dispose):
13704         * shell/ev-view.c: (ev_view_finalize):
13705         * shell/ev-window.c: (ev_window_setup_document),
13706         (ev_window_dispose), (ev_window_init):
13707
13708         Solve more refs issues.
13709
13710         I commented out the page_view initialization for now:
13711         it was never destroyed (because it's never added
13712         to a container). Because of that we was leaking
13713         gs processes. Couldnt think to a clean fix.
13714         We need to figure this out, password view has the
13715         same issue probably.
13716
13717 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13718
13719         * ps/ps-document.c: (ps_document_finalize),
13720         (ps_document_get_n_pages), (ps_document_get_page):
13721
13722         Some cleanups, stop the interpreter on finalize
13723
13724         * shell/ev-page-view.c: (ev_page_view_dispose),
13725         (ev_page_view_class_init):
13726
13727         Release our reference on the document
13728
13729 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13730
13731         * Makefile.am:
13732         * configure.ac:
13733         * doc/debugging.txt:
13734         * lib/.cvsignore:
13735         * lib/Makefile.am:
13736         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13737         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13738         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13739         * lib/ev-debug.h:
13740
13741         Add debugging helpers
13742
13743         * ps/Makefile.am:
13744         * ps/ps-document.c: (set_up_page), (start_interpreter),
13745         (stop_interpreter), (document_load), (ps_document_next_page),
13746         (ps_document_goto_page), (ps_document_set_page_size),
13747         (ps_document_widget_event), (ps_document_render):
13748         * shell/Makefile.am:
13749         * shell/ev-view.c: (expose_bin_window):
13750         * shell/main.c: (main):
13751
13752         Add some logs
13753         
13754 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13755
13756         * ps/ps-document.c: (ps_document_widget_event):
13757
13758         Initialize message_window, this should make ps
13759         rendering really work! (Never noticed because I was
13760         testing with a ps that is causing gs to exit every time!)
13761
13762 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13763
13764         * data/evince.schemas.in: updated simple error in applyto closing tag
13765
13766 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13767
13768         * Makefile.am:
13769         * configure.ac:
13770         * data/.cvsignore:
13771         * data/Makefile.am:
13772         * data/evince-ui.xml:
13773         A data/evince.schemas.in:
13774         * po/POTFILES.in:
13775         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13776         * shell/ev-stock-icons.h:
13777         * shell/ev-window.c: (update_chrome_visibility),
13778         (update_chrome_flag), (ev_window_cmd_edit_find),
13779         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13780         (ev_window_unfullscreen), (ev_window_focus_in_event),
13781         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13782         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13783         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13784         (ev_window_dispose), (ev_window_class_init),
13785         (set_action_properties), (set_chrome_actions), (load_chrome),
13786         (ev_window_init):
13787
13788         Implement fullscreen mode changes from bug #164776.
13789         Also implement persistent chrome toggles.
13790
13791 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13792
13793         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13794
13795 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13796
13797         * NEWS:
13798         * configure.ac:
13799         * shell/ev-view.c:
13800
13801         Add another check for find interface
13802
13803         Release 0.1.3
13804
13805 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13806
13807         * shell/ev-application.c: (ev_application_open):
13808         * shell/ev-window.c: (ev_window_open):
13809
13810         Open gzipped ps documents
13811
13812 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13813
13814         * TODO:
13815         * shell/ev-view.c: (set_document_page):
13816
13817         Clamp page number, dont try to move to
13818         not existant pages.
13819
13820 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13821
13822         * backend/ev-document-find.c: (ev_document_find_changed):
13823         * backend/ev-document-find.h:
13824         * pdf/xpdf/pdf-document.cc:
13825         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13826         * shell/ev-window.c: (find_bar_search_changed_cb):
13827
13828         Fix several bugs with find
13829
13830 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13831
13832         * shell/ev-sidebar-thumbnails.c
13833         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13834         document. Prevents warning from scroll_to_cell.
13835
13836 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13837
13838         * configure.ac: Add «nb» to ALL_LINGUAS too.
13839
13840 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13841
13842         * NOTES: New file with some random thoughts.
13843
13844         * TODO: Update.
13845
13846         * backend/ev-document-misc.c:
13847         (ev_document_misc_get_page_border_size): New function to
13848         canonicalize shadow drawing sizes.  Possibly goofy.
13849
13850         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13851         (ev_view_best_fit), (ev_view_fit_width):
13852         * pdf/xpdf/pdf-document.cc:
13853         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13854         * ps/ps-document.c: (ps_document_get_page_size):
13855         * backend/ev-document-misc.h:
13856         * backend/ev-document.c: (ev_document_get_page_size):
13857         * backend/ev-document.h: get_page_size now takes a page number
13858         parameter.  Made all the backends/frontends honor it.
13859
13860         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13861         see.  Doesn't work yet.
13862
13863         * shell/Makefile.am:
13864         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13865         Doesn't do anything yet.
13866
13867         * shell/ev-sidebar-thumbnails.c:
13868         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13869         [0..n_pages-1]
13870
13871         * shell/ev-window.c: (update_action_sensitivity),
13872         (ev_window_setup_document), (ev_window_set_page_mode),
13873         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13874         view-swapping code a bit so we can have multiple views on a
13875         document.  Add the multi-page view, though it can't be turned on
13876         yet.
13877
13878 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13879
13880         * shell/ev-application.c: (ev_application_open):
13881         * shell/ev-view.c: (expose_bin_window):
13882         * shell/ev-window.c: (ev_window_open):
13883
13884         Support eps and check document supports find
13885         before drawing highlightings in expose.
13886
13887 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13888
13889         * pixbuf/pixbuf-document.c:
13890         (pixbuf_document_thumbnails_get_dimensions),
13891         (pixbuf_document_document_thumbnails_iface_init):
13892
13893         implement get_dimensions
13894
13895 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13896
13897         * NEWS:
13898         * configure.ac:
13899
13900         Release 0.1.2
13901
13902 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13903
13904         * shell/ev-view.c: (set_document_page):
13905
13906         Scroll at the top of the page when changing page
13907
13908 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13909
13910         * shell/ev-view.c: (ev_view_motion_notify_event):
13911
13912         Do not redraw unnecessarily
13913
13914 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13915
13916         * pdf/xpdf/pdf-document.cc:
13917         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13918         (expose_bin_window), (find_changed_cb):
13919
13920         Yay! find works now... Now to find bugs...
13921
13922 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13923
13924         * backend/ev-document-find.c: (ev_document_find_base_init),
13925         (ev_document_find_changed):
13926         * backend/ev-document-find.h:
13927         * pdf/xpdf/pdf-document.cc:
13928         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13929         (expose_bin_window), (ev_view_init), (set_document_page),
13930         (ensure_rectangle_is_visible), (jump_to_find_result),
13931         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13932         (ev_view_find_next), (ev_view_find_previous):
13933         * shell/ev-view.h:
13934         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13935
13936         More work on find implementation, mostly there now
13937
13938 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13939
13940         * backend/ev-backend-marshalers.list:
13941         * backend/ev-document-find.c: (ev_document_find_base_init),
13942         (ev_document_find_cancel), (ev_document_find_page_has_results),
13943         (ev_document_find_get_n_results), (ev_document_find_get_result),
13944         (ev_document_find_get_progress), (ev_document_find_changed):
13945         * backend/ev-document-find.h:
13946
13947         Enanche the find interface to be really able to do
13948         multi page find.
13949
13950         * pdf/xpdf/pdf-document.cc:
13951
13952         Implement
13953
13954         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13955         (expose_bin_window), (ev_view_init),
13956         (ev_view_get_find_status_message), (find_changed_cb),
13957         (ev_view_set_document), (set_document_page):
13958
13959         Adapt to the new interface. A few things are regressed sorry,
13960         I will finish it soon.
13961
13962 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13963
13964         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13965         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13966         ev_sidebar_thumbnails_parent_class variable, don't define another
13967         parent_class variable.
13968
13969         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13970         (ev_page_action_class_init): ditto.
13971
13972         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13973         (pixbuf_document_class_init): ditto.
13974
13975         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13976         ditto.
13977
13978         * .cvsignore: ignore various valgrind output files.
13979
13980 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13981
13982         * data/evince-ui.xml:
13983         * shell/Makefile.am:
13984         * shell/ev-history.c:
13985         * shell/ev-history.h:
13986         * shell/ev-navigation-action.c:
13987         * shell/ev-navigation-action.h:
13988         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13989         (ev_view_set_page), (ev_view_fit_width):
13990         * shell/ev-view.h:
13991         * shell/ev-window.c: (update_action_sensitivity),
13992         (ev_window_setup_document), (register_custom_actions):
13993
13994         Kill session history
13995
13996 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13997
13998         * shell/ev-window.c: (update_action_sensitivity):
13999
14000         Fix inverted up/down buttons
14001
14002 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14003
14004         * shell/ev-sidebar-thumbnails.c
14005         (ev_sidebar_thumbnails_select_page): make sure the selected
14006         thumbnail stays visible.
14007
14008 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14009
14010         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14011         scrolled window for Federico.
14012
14013 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14014
14015         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14016
14017 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14018
14019         * configure.ac:
14020         * pdf/splash/SplashFTFontEngine.cc:
14021
14022         Fix CID fonts with freetype 2.1.9
14023
14024 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14025
14026         * TODO: added item for desktop icon thumbnailer
14027
14028 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14029
14030         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14031         unloaded docs when the title is accessed.
14032
14033         * shell/ev-password-view.[hc]: New widget for displaying password
14034         state.
14035
14036         * shell/ev-window.[ch]: Refactor password handling code to handle
14037         the new view.
14038
14039 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14040
14041         * NEWS:
14042         * configure.ac:
14043         * data/Makefile.am:
14044
14045         Release 0.1.1
14046
14047 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14048
14049         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14050         ignore page offset here, to make search results independent of it,
14051
14052         * shell/ev-view.c (expose_bin_window): but take offsets into
14053         account here. Bug #164932
14054
14055         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14056         scale at the right time. Bug #164996
14057
14058 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14059
14060         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14061         fix the problem. Now I just removed the Adobe font names and hope
14062         that the URW fonts are always in outline format. Bug #164934
14063
14064         * shell/ev-window.c (update_window_title): empty titles are
14065         useless, use filename in that case too.
14066
14067         * NEWS: Add some content.
14068
14069 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14070
14071         * TODO: added one more TODO item and a TODONE section :)
14072
14073 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14074
14075         * ps/ps-document.h: add page_[xy]_offset fields.
14076
14077         * ps/ps-document.c (ps_document_set_page_offset)
14078         (ps_document_render): Keep offset in consideration in a few
14079         places. Bug #164752 "postscript documents are not centered in
14080         window"
14081
14082         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14083         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14084
14085         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14086         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14087         stub out missing methods for complete EvDocument implementation.
14088         Fixes segfaults with Save A Copy and Copy actions.
14089
14090         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14091         (ps_document_document_iface_init): ditto.
14092         
14093 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14094
14095         * data/.cvsignore:
14096         * data/Makefile.am:
14097         * data/evince.desktop.in:
14098
14099         Add desktop file
14100
14101 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14102
14103         * shell/ev-view.c: (ev_view_button_press_event),
14104         (ev_view_motion_notify_event):
14105
14106         Make selection work in any direction
14107
14108 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14109
14110         * TODO:
14111         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14112
14113         Use shorter labels for some of the toolbars items
14114
14115 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14116
14117         * pdf/xpdf/pdf-document.cc:
14118
14119         Check the links info is initialized before
14120         using it. Should fix a crash on startup.
14121
14122 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14123
14124         * pixbuf/pixbuf-document.c
14125         (pixbuf_document_thumbnails_get_dimensions): force floating point
14126         division to calculate page_ratio. Fixes crash with landscape
14127         format pixbufs.
14128
14129 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14130
14131         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14132
14133 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14134
14135         * shell/ev-view.c (set_document_page): unset has_selection when
14136         the page changes.
14137         (set_document_page): handle paper size changes when the page
14138         changes (test with Free Culture, page 2).
14139
14140 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14141
14142         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14143         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14144
14145         Use normal style color for the widget background and
14146         draw a black box around the page.
14147
14148 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14149
14150         * pdf/xpdf/pdf-document.cc:
14151
14152         Keep offset in consideration in a few places
14153
14154         * shell/ev-view.c: (expose_bin_window):
14155
14156         Set the offsets so that the document is ever centered
14157
14158 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14159
14160         * TODO: Added TODO items and finished off the first todo item
14161
14162         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14163         reflect current authors
14164
14165 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14166
14167         * pdf/xpdf/pdf-document.cc:
14168         * shell/ev-view.c: (ev_view_set_cursor),
14169         (ev_view_motion_notify_event), (document_changed_callback),
14170         (set_document_page):
14171
14172         Show a wait cursor while the page is rendering
14173
14174 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14175
14176         * shell/ev-sidebar-thumbnails.c:
14177         (ev_sidebar_tree_selection_changed),
14178         (ev_sidebar_thumbnails_select_page):
14179         * shell/ev-sidebar-thumbnails.h:
14180         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14181         (ev_view_can_go_forward):
14182         * shell/ev-window.c: (ev_window_open_page),
14183         (ev_window_setup_document), (update_current_page),
14184         (view_page_changed_cb), (ev_window_init):
14185         * shell/ev-window.h:
14186
14187         Ensure thumbnails selection, toolbar page control and
14188         current page are in sync.
14189
14190 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14191
14192         * pdf/xpdf/XRef.cc:
14193
14194         Fix CAN-2005-0064
14195
14196 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14197
14198         * backend/Makefile.am:
14199         * backend/ev-document-links.h:
14200         * backend/ev-document-security.c: (ev_document_security_get_type),
14201         (ev_document_security_has_document_security),
14202         (ev_document_security_set_password):
14203         * backend/ev-document-security.h:
14204         * backend/ev-document.c: (ev_document_error_quark):
14205         * backend/ev-document.h:
14206         * data/Makefile.am:
14207         * data/evince-password.glade:
14208         * pdf/xpdf/pdf-document.cc:
14209         * shell/Makefile.am:
14210         * shell/ev-password.c: (ev_password_set_bad_password_label),
14211         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14212         (ev_password_dialog_get_password),
14213         (ev_password_dialog_set_bad_pass):
14214         * shell/ev-password.h:
14215         * shell/ev-window.c: (ev_window_get_attribute),
14216         (ev_window_set_property), (update_action_sensitivity),
14217         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14218         (ev_window_setup_document), (ev_window_get_password),
14219         (ev_window_open), (ev_window_cmd_save_as),
14220         (using_postscript_printer), (ev_window_print),
14221         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14222         (update_fullscreen_popup), (ev_window_fullscreen),
14223         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14224         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14225         (menu_item_select_cb), (find_bar_search_changed_cb),
14226         (ev_window_dispose), (ev_window_init):
14227
14228         Add initial support for password-supported dialogs.  This could be
14229         a lot cooler, but it'll do for now.
14230
14231 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14232
14233         * pdf/xpdf/pdf-document.cc:
14234         * shell/ev-view.c: (status_message_from_link),
14235         (ev_view_set_status), (ev_view_set_cursor),
14236         (ev_view_motion_notify_event), (ev_view_init):
14237         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14238
14239         Fix bugs in the links implementation and change cursor
14240         when hovering a link.
14241
14242 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14243
14244         * viewer/.cvsignore: added cvsignore file for viewer directory
14245
14246         * TODO: created TODO document
14247
14248 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14249
14250         * shell/ev-view.h:
14251         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14252         new functions to help with implementation of sensitivity code
14253         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14254         of all actions that might require it.  Fixes a crash when you
14255         click on the Zoom actions in a window lacking a document.
14256
14257 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14258
14259         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14260         of the Find action
14261
14262 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14263
14264         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14265         (pixbuf_document_document_iface_init):
14266         * ps/ps-document.c: (ps_document_get_link),
14267         (ps_document_document_iface_init):
14268         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14269         (status_message_from_link), (ev_view_set_status),
14270         (ev_view_set_find_status), (ev_view_motion_notify_event),
14271         (ev_view_button_release_event), (ev_view_set_property),
14272         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14273         (ev_view_get_find_status_message), (update_find_results),
14274         (ev_view_get_status), (ev_view_get_find_status):
14275         * shell/ev-view.h:
14276         * shell/ev-window.c: (view_status_changed_cb),
14277         (view_find_status_changed_cb), (ev_window_init):
14278
14279         View status message support, use it to show the links.
14280         Needs work...
14281
14282 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14283
14284         * backend/ev-document.c: (ev_document_get_link):
14285         * backend/ev-document.h:
14286         * pdf/xpdf/pdf-document.cc:
14287         * shell/ev-application.c: (ev_application_open):
14288         * shell/ev-application.h:
14289         * shell/ev-sidebar-links.c: (selection_changed_cb):
14290         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14291         (ev_view_go_to_link):
14292
14293         Add support for document links
14294
14295 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14296
14297         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14298         (create_tool_item):
14299         Set the spin button limits correctly.
14300         
14301         * shell/ev-sidebar-thumbnails.c:
14302         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14303         Support changing pages by clicking on the thumbnails.
14304         
14305 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14306
14307         * pixbuf/pixbuf-document.c:
14308         (pixbuf_document_thumbnails_get_dimensions),
14309         (pixbuf_document_document_thumbnails_iface_init):
14310
14311         implement get_dimensions
14312
14313 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14314
14315         * ps/ps-document.c: (ps_document_goto_page):
14316
14317         Fix page switching on multipage documents
14318
14319 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14320
14321         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14322         
14323         check for NULL before assigning to width and height parameters
14324
14325 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14326
14327         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14328         (pixbuf_document_set_property), (pixbuf_document_get_property):
14329
14330         implement get/set properties
14331
14332 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14333
14334         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14335         
14336         return NULL instead of "Unknown", letting the title get set to
14337         the filename when the pdf has no title.
14338
14339 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14340
14341         * ps/ps-document.c: (ps_document_get_page_count),
14342         (ps_document_goto_page):
14343
14344 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14345
14346         * shell/ev-history.c: (ev_history_get_property),
14347         (ev_history_set_property), (ev_history_class_init),
14348         (ev_history_add_page), (ev_history_set_current_index):
14349         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14350         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14351         (ev_navigation_action_finalize):
14352         * shell/ev-navigation-action.h:
14353         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14354         (ev_view_go_forward), (ev_view_get_find_status_message),
14355         (history_index_changed_cb), (ev_view_set_history):
14356         * shell/ev-view.h:
14357         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14358         (update_current_page), (register_custom_actions):
14359
14360         Implement history dropdowns
14361
14362 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14363
14364         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14365         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14366         (ev_view_go_forward):
14367         * shell/ev-window.c: (register_custom_actions):
14368
14369         Fix several history bugs
14370
14371 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14372
14373         * configure.ac: Add «nb» to ALL_LINGUAS.
14374
14375 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14376
14377         * backend/Makefile.am:
14378         * backend/ev-bookmark.c:
14379         * backend/ev-bookmark.h:
14380         * backend/ev-document-bookmarks.c:
14381         * backend/ev-document-bookmarks.h:
14382         * backend/ev-document-links.c: (ev_document_links_get_type),
14383         (ev_document_links_has_document_links),
14384         (ev_document_links_begin_read), (ev_document_links_get_link),
14385         (ev_document_links_get_child), (ev_document_links_next),
14386         (ev_document_links_free_iter):
14387         * backend/ev-document-links.h:
14388         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14389         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14390         (ev_link_get_link_type), (ev_link_set_link_type),
14391         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14392         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14393         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14394         (ev_link_new_external):
14395         * backend/ev-link.h:
14396         * pdf/xpdf/pdf-document.cc:
14397         * shell/Makefile.am:
14398         * shell/ev-application.c: (ev_application_open_link):
14399         * shell/ev-application.h:
14400         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14401         (ev_history_get_link_nth):
14402         * shell/ev-history.h:
14403         * shell/ev-sidebar-bookmarks.c:
14404         * shell/ev-sidebar-bookmarks.h:
14405         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14406         (ev_sidebar_links_class_init), (selection_changed_cb),
14407         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14408         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14409         (do_one_iteration), (populate_links_idle),
14410         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14411         * shell/ev-sidebar-links.h:
14412         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14413         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14414         (go_to_index):
14415         * shell/ev-view.h:
14416         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14417         * shell/ev-window.h:
14418
14419         Rename bookmark to link, and use "Index" for the sidebar panel.
14420
14421 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14422
14423         * shell/Makefile.am:
14424         * shell/ev-application.c: (ev_application_open_bookmark):
14425         * shell/ev-application.h:
14426         * shell/ev-history.c: (ev_history_init), (free_links_list),
14427         (ev_history_finalize), (ev_history_class_init),
14428         (ev_history_add_link), (ev_history_add_page),
14429         (ev_history_get_link_nth), (ev_history_get_n_links),
14430         (ev_history_get_current_index), (ev_history_set_current_index),
14431         (ev_history_new):
14432         * shell/ev-history.h:
14433         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14434         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14435         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14436         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14437         (ev_view_set_page):
14438         * shell/ev-view.h:
14439         * shell/ev-window.c: (ev_window_open_bookmark),
14440         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14441         (goto_page_cb), (register_custom_actions):
14442         * shell/ev-window.h:
14443
14444         Initial history implementation. Needs work.
14445
14446 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14447
14448         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14449
14450 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14451
14452         * cut-n-paste/recent-files/egg-recent-item.c:
14453         * cut-n-paste/recent-files/egg-recent-item.h:
14454         * cut-n-paste/recent-files/egg-recent-model.c:
14455         * cut-n-paste/recent-files/egg-recent-util.c:
14456         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14457         * cut-n-paste/recent-files/egg-recent-view.c:
14458
14459         Update
14460
14461 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14462
14463         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14464         (fillGlyph, fillImageMask, drawImage):
14465         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14466         pdf/splash/SplashTypes.h:
14467         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14468         packed mode for Splash.
14469
14470         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14471         RGB8 packed mode, eliminates the pixbuf data creation loop.
14472
14473         * shell/ev-print-job.c (ev_print_job_finalize)
14474         (ev_print_job_set_property, ev_print_job_get_property)
14475         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14476         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14477         (print_closure_finalize, ev_print_job_print): implement
14478         printing (for backends with EvPsExporter)
14479
14480         * shell/ev_print_job.h: update prototypes.
14481
14482         * shell/ev-window.c (ev_window_print): unref print job after
14483         printing.
14484
14485         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14486         unless the document implements the EvDocumentFind interface.
14487
14488 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14489
14490         * configure.ac: Added ja to ALL_LINGUAS.
14491
14492 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14493
14494         * pdf/xpdf/pdf-document.cc:
14495
14496         add a FIXME. We should probably not allocate
14497         a bookmark object every time
14498
14499 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14500
14501         * shell/ev-application.c: (ev_application_open),
14502         (ev_application_open_bookmark):
14503         * shell/ev-application.h:
14504         
14505         Add a way to open bookmarks
14506
14507         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14508         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14509         (ev_bookmark_set_property), (ev_bookmark_class_init),
14510         (ev_bookmark_new_title), (ev_bookmark_new_link),
14511         (ev_bookmark_new_external):
14512
14513         Support for external uris, better constructors.
14514
14515         * backend/ev-bookmark.h:
14516         * pdf/xpdf/pdf-document.cc:
14517         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14518
14519         Handle external uris
14520
14521 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14522
14523         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14524         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14525
14526         Hook up bookmarks navigation
14527
14528 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14529
14530         * backend/Makefile.am:
14531         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14532         (ev_bookmark_get_title), (ev_bookmark_set_title),
14533         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14534         (ev_bookmark_get_page), (ev_bookmark_set_page),
14535         (ev_bookmark_get_property), (ev_bookmark_set_property),
14536         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14537         (ev_bookmark_new):
14538         * backend/ev-bookmark.h:
14539         * backend/ev-document-bookmarks.c:
14540         (ev_document_bookmarks_get_bookmark):
14541         * backend/ev-document-bookmarks.h:
14542         * pdf/xpdf/pdf-document.cc:
14543         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14544
14545         Add a bookmark object to the backend and use it instead of get_values
14546
14547 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14548
14549         * data/evince-ui.xml:
14550
14551         Cleanup and add select all.
14552
14553         * shell/ev-view.c: (ev_view_select_all),
14554         (ev_view_button_press_event):
14555         * shell/ev-view.h:
14556         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14557
14558         Add select all.
14559         Clear selection on click.
14560
14561 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14562
14563         * shell/ev-sidebar-thumbnails.c
14564         (ev_sidebar_thumbnails_set_document): forgot to unref the
14565         loading_icon.
14566
14567 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14568
14569         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14570         at the visible page, not just linearly.  This makes it look fast.
14571
14572 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14573
14574         * backend/ev-document-misc.c
14575         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14576         white.
14577         * backend/ev-document-thumbnails.h: New interface to get the size
14578         of a page.
14579
14580 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14581
14582         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14583         make dist works
14584
14585 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14586
14587         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14588         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14589         things up a bit.
14590
14591         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14592
14593 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14594
14595         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14596         fonts. Should fix font problems on systems that have the base
14597         fonts in bitmap format. Reported by James Henstridge
14598         <james@jamesh.id.au>.
14599
14600 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14601
14602         * pdf/xpdf/Gfx.cc:
14603         * pdf/xpdf/GfxState.cc:
14604
14605         Fix for CAN-2004-1125
14606
14607 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14608
14609         * shell/ev-view.c: (ev_view_copy):
14610         * shell/ev-view.h:
14611         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14612
14613         Implement Edit->Copy
14614
14615 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14616
14617         * backend/ev-document.c: (ev_document_get_text):
14618         * backend/ev-document.h:
14619         * pdf/xpdf/pdf-document.cc:
14620         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14621         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14622         (ev_view_update_primary_selection), (ev_view_button_press_event),
14623         (ev_view_motion_notify_event), (ev_view_button_release_event):
14624
14625         Beginnings of clipboard support. Incomplete but primary sort
14626         of work.
14627
14628 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14629
14630         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14631         (expose_bin_window):
14632
14633         Nicer rubberband drawing, from GtkIconView.
14634
14635 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14636
14637         * backend/ev-document.c: (ev_document_save):
14638         * backend/ev-document.h:
14639         * data/evince-ui.xml:
14640         * pdf/xpdf/pdf-document.cc:
14641         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14642
14643         Implement "Save a copy..." menu item
14644
14645 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14646
14647         * shell/ev-view.c: (ev_view_zoom):
14648
14649         Queue a resize when zoom changes
14650
14651 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14652
14653         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14654         shadows.
14655
14656         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14657         thumbnails..
14658
14659 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14660
14661         * pdf/xpdf/pdf-document.cc
14662         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14663
14664 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14665
14666         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14667         It's slow, but I'll speed it up next!
14668
14669 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14670
14671         * shell/main.c (load_files):
14672
14673         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14674         from the command line and because it seems more appropriate.
14675
14676 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14677
14678         * data/evince-ui.xml:
14679         * shell/ev-window.c: (update_action_sensitivity),
14680         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14681
14682         s/next page/page down
14683         s/previous page/page up
14684
14685 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14686
14687         * data/evince-ui.xml:
14688
14689         Change the layout to match clarkbw design.
14690
14691         * shell/Makefile.am:
14692         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14693         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14694         (ev_navigation_action_finalize),
14695         (ev_navigation_action_set_property),
14696         (ev_navigation_action_get_property),
14697         (ev_navigation_action_class_init):
14698         * shell/ev-navigation-action.h:
14699
14700         Implement clarkbw toolbar navigation controls (incomplete)
14701
14702         * shell/ev-page-action.c: (update_label), (update_spin),
14703         (value_changed_cb), (create_tool_item), (connect_proxy),
14704         (ev_page_action_init), (ev_page_action_finalize),
14705         (ev_page_action_set_property), (ev_page_action_get_property),
14706         (ev_page_action_set_current_page),
14707         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14708         * shell/ev-page-action.h:
14709
14710         Implement a page switcher in the toolbar
14711
14712         * shell/ev-view.c: (ev_view_scroll_view):
14713         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14714         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14715         (register_custom_actions), (ev_window_init):
14716
14717         Change page on PageUp/Down.
14718
14719 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14720
14721         * pdf/xpdf/pdf-document.cc
14722         (pdf_document_thumbnails_get_thumbnail): initial stab at
14723         implementing thumbnail support for pdfs.  It only does documents
14724         with precached pdfs now.
14725
14726 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14727
14728         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14729         thumbnail code into a time-based idle as well.  Also, turn off the
14730         shadow temporarily as it's really slow.
14731
14732 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14733
14734         * backend/ev-document.c: (ev_document_class_init):
14735         * pdf/xpdf/pdf-document.cc:
14736         * shell/ev-window.c: (ev_window_open):
14737
14738         Fix document title bugs and fallback to
14739         filename when not available.
14740
14741 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14742
14743         * backend/ev-document.c: (ev_document_get_type),
14744         (ev_document_class_init), (ev_document_load),
14745         (ev_document_get_title):
14746         * backend/ev-document.h:
14747         * pdf/xpdf/pdf-document.cc:
14748         * ps/ps-document.c: (ps_document_set_property),
14749         (ps_document_get_property), (ps_document_class_init),
14750         (document_load):
14751         * ps/ps-document.h:
14752         * ps/ps.h:
14753         * shell/ev-window.c: (update_window_title), (ev_window_open),
14754         (ev_window_init):
14755
14756         Initial support for document title. Not working yet.
14757
14758 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14759
14760         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14761
14762         Grab focus on the view when clicking it
14763
14764 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14765
14766         * shell/ev-marshal.list:
14767         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14768         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14769
14770         Add key bindings to the view. Now if the focus would work
14771         right...
14772
14773 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14774
14775         * Makefile.am:
14776         * backend/Makefile.am:
14777         * data/Makefile.am:
14778         * dvi/Makefile.am:
14779         * dvi/dvilib/Makefile.am:
14780         * pdf/xpdf/Makefile.am:
14781         * po/POTFILES.in:
14782         * ps/Makefile.am:
14783
14784         Fix distcheck
14785
14786 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14787
14788         * shell/ev-view.c: (ev_view_realize):
14789
14790         Fix mouse wheel scrolling
14791
14792 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14793
14794         * ps/Makefile.am:
14795         * ps/gstypes.h:
14796         * ps/gtkgs.c:
14797         * ps/gtkgs.h:
14798         * ps/ps-document.c: (catchPipe), (ps_document_init),
14799         (ps_document_class_init), (ps_document_cleanup),
14800         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14801         (set_up_page), (close_pipe), (is_interpreter_ready),
14802         (interpreter_failed), (output), (input), (start_interpreter),
14803         (stop_interpreter), (file_length), (file_readable),
14804         (check_filecompressed), (check_pdf), (compute_xdpi),
14805         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14806         (ps_document_get_type), (ps_document_emit_error_msg),
14807         (document_load), (ps_document_next_page),
14808         (ps_document_get_current_page), (ps_document_get_page_count),
14809         (ps_document_goto_page), (ps_document_set_page_size),
14810         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14811         (ps_document_load), (ps_document_get_n_pages),
14812         (ps_document_set_page), (ps_document_get_page),
14813         (ps_document_widget_event), (ps_document_set_target),
14814         (ps_document_set_scale), (ps_document_set_page_offset),
14815         (ps_document_get_page_size), (ps_document_render),
14816         (ps_document_document_iface_init):
14817         * ps/ps-document.h:
14818         * ps/ps.c:
14819         * shell/ev-window.c: (ev_window_open):
14820
14821         Rename GtkGS to PSDocument
14822
14823 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14824
14825         * ps/gtkgs.c: (gtk_gs_class_init):
14826         * ps/gtkgs.h:
14827
14828         Some more leftover...
14829
14830 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14831
14832         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14833         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14834         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14835         * ps/gtkgs.h:
14836
14837         Remove unused code and make a lot of stuff private
14838
14839 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14840
14841         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14842         (gtk_gs_defaults_changed):
14843         * ps/gsdefaults.h:
14844         * ps/gtkgs.c:
14845         * ps/gtkgs.h:
14846         * ps/ps.h:
14847
14848         Cleanup headers dependencies
14849
14850 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14851
14852         * ps/Makefile.am:
14853         * ps/ggvutils.c:
14854         * ps/ggvutils.h:
14855         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14856         * ps/gsdefaults.h:
14857         * ps/gtkgs.c: (file_length), (file_readable),
14858         (check_filecompressed), (check_pdf), (gtk_gs_load),
14859         (gtk_gs_get_postscript):
14860
14861         Get rid of ggvutils
14862
14863 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14864
14865         * ps/ggvutils.c:
14866         * ps/ggvutils.h:
14867         * ps/gsio.h:
14868         * ps/gtkgs.c: (gtk_gs_set_zoom):
14869
14870         Cleanups
14871
14872 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14873
14874         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14875
14876         Ensure the page is rerendered when changing zoom
14877
14878 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14879
14880         * backend/ev-document.c: (ev_document_base_init),
14881         (ev_document_changed):
14882         * backend/ev-document.h:
14883
14884         Add a changed event that is emitted when the page content
14885         changes. This is necessary to deal with the fact that
14886         in ps backend rendering happen asycrounously.
14887         This makes the ps backend mostly work.
14888
14889         * pdf/xpdf/pdf-document.cc:
14890
14891         Emit changed event
14892
14893         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14894         (ps_document_set_target):
14895
14896         Emit changed event
14897
14898         * shell/ev-view.c: (document_changed_callback),
14899         (ev_view_set_document), (ev_view_set_page):
14900
14901         Redraw on the changed signal
14902
14903 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14904
14905         * configure.ac: Added pt_BR to ALL_LINGUAS.
14906
14907 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14908
14909         * backend/ev-document-bookmarks.c:
14910         (ev_document_bookmarks_get_child): *
14911         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14912         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14913         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14914         (ev_sidebar_bookmarks_destroy),
14915         (ev_sidebar_bookmarks_class_init),
14916         (ev_sidebar_bookmarks_construct), (stack_data_free),
14917         (do_one_iteration), (populate_bookmarks_idle),
14918         (ev_sidebar_bookmarks_clear_document),
14919         (ev_sidebar_bookmarks_set_document): *
14920         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14921         (ev_sidebar_add_page),
14922         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14923         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14924         it displays both the topics and the page numbers.
14925
14926 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14927
14928         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14929         toggle.
14930         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14931         visible.
14932
14933 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14934
14935         * configure.ac: Added en_CA to ALL_LINGUAS.
14936
14937 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14938
14939         * ChangeLog: replace bottom of this ChangeLog (merged history of
14940         ggv and gpdf; where all paths were wrong and most of the files are
14941         not even in this tree) with ChangeLog (from arch) of the shell
14942         code.
14943
14944 2004-12-23  Havoc Pennington  <hp@redhat.com>
14945
14946         * shell/ev-window.c: hook up potentially-questionable "find
14947         results status text" feature - something involving the sidebar or
14948         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14949         might be better in the end.
14950
14951         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14952         with corresponding signal when it should be updated
14953
14954         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14955
14956 2004-12-22  Havoc Pennington  <hp@redhat.com>
14957
14958         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14959         find stuff on other pages, sort of (only returns one result on
14960         invisible pages, to show they have results; updates full results
14961         for a page when you view it). Currently repaints the current page
14962         every time a new result is found on any page, which isn't so nice.
14963
14964 2004-12-22  Havoc Pennington  <hp@redhat.com>
14965
14966         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14967         the document doesn't support find (better ideas?)
14968         (find_bar_search_changed_cb): handle missing document or document
14969         that doesn't support find
14970
14971         * pdf/xpdf/pdf-document.cc: port to implement the new
14972         EvDocumentFindIface
14973
14974         * backend/ev-document-find.c: create a new interface for searching
14975
14976         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14977
14978 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14979
14980         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14981         libevbackend.la.
14982
14983         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14984         EvPrintJob constructor arguments.
14985
14986         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14987         for documents that can export PostScript (page by page).
14988
14989         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14990         
14991         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14992         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14993         (pdf_document_ps_exporter_iface_init:
14994         Implement EvPSExporter.
14995
14996         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14997
14998 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14999
15000         * backend/Makefile.am:
15001         * backend/ev-document-thumbnails.c:
15002         (ev_document_thumbnails_get_type),
15003         (ev_document_thumbnails_get_thumbnail):
15004         * backend/ev-document-thumbnails.h:
15005         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15006         (pixbuf_document_thumbnails_get_thumbnail),
15007         (pixbuf_document_document_thumbnails_iface_init):
15008         * shell/Makefile.am:
15009         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15010         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15011         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15012         * shell/ev-sidebar-thumbnails.h:
15013         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15014         (ev_sidebar_set_document):
15015         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15016         (create_shadow), (ev_pixbuf_add_shadow):
15017         * shell/ev-utils.h:
15018         Add thumbnail support.
15019         
15020 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15021
15022         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15023         (using_postscript_printer): Set up a print dialog for "PostScript
15024         injection" method.
15025
15026         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15027         EvPrintJob.
15028
15029         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15030
15031 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15032
15033         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15034         (ps_document_set_target), (ps_document_get_page_size),
15035         (ps_document_render):
15036         * ps/gtkgs.h:
15037
15038         Fix a few bugs
15039
15040 2004-12-22  Christian Rose  <menthos@menthos.com>
15041
15042         * configure.ac: Added "sv" to ALL_LINGUAS.
15043
15044 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15045
15046         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15047         document supports bookmarks.
15048
15049 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15050
15051         * ps/ggvutils.c: (ggv_file_readable):
15052         * ps/ggvutils.h:
15053         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15054         (gtk_gs_get_postscript):
15055
15056         Remove unused utils
15057
15058 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15059
15060         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15061         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15062         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15063         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15064         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15065         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15066         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15067         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15068         (gtk_gs_set_antialiasing), (ps_document_load),
15069         (ps_document_render):
15070         * ps/gtkgs.h:
15071
15072         Another check point for the ps backend. Now I can get it to show
15073         pages!
15074
15075 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15076
15077         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15078         document setting code.
15079
15080 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15081
15082         * shell/eggfindbar.c: (entry_activate_callback):
15083         Animate the next button when activate is pressed.
15084         
15085 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15086
15087         * shell/ev-window.c: (ev_window_cmd_edit_find),
15088         (update_fullscreen_popup), (ev_window_fullscreen),
15089         (ev_window_unfullscreen), (ev_window_state_event_cb),
15090         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15091         Fix bugs in fullscreen code.
15092         
15093 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15094
15095         * Makefile.am:
15096         * configure.ac:
15097         * pixbuf/Makefile.am:
15098         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15099         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15100         (pixbuf_document_set_page), (pixbuf_document_get_page),
15101         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15102         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15103         (pixbuf_document_render), (pixbuf_document_begin_find),
15104         (pixbuf_document_end_find), (pixbuf_document_finalize),
15105         (pixbuf_document_class_init),
15106         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15107         * pixbuf/pixbuf-document.h:
15108         * shell/Makefile.am:
15109         * shell/ev-application.c: (ev_application_open):
15110         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15111         (ev_window_open):
15112         Add pixbuf backend.
15113         
15114 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15115
15116         * Makefile.am: 
15117         * dvi/dvilib/Makefile.am:
15118         * dvi/Makefile.am:
15119         * configure.ac: Auto*ify dvi and dvi/dvilib
15120
15121         * dvi/Makefile: Remove from CVS
15122         
15123         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15124         confusion.
15125
15126         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15127         
15128         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15129         
15130 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15131
15132         * ps/Makefile.am:
15133         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15134         (gtk_gs_value_adjustment_changed), (compute_size),
15135         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15136         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15137         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15138         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15139         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15140         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15141         (ps_document_load), (ps_document_get_n_pages),
15142         (ps_document_set_page), (ps_document_get_page),
15143         (ps_document_set_target), (ps_document_set_scale),
15144         (ps_document_set_page_offset), (ps_document_get_page_size),
15145         (ps_document_render), (ps_document_begin_find),
15146         (ps_document_end_find), (ps_document_document_iface_init):
15147         * ps/gtkgs.h:
15148         * shell/Makefile.am:
15149         * shell/ev-window.c: (ev_window_open):
15150
15151         Some work to integrate gtkgs with EvDocument
15152
15153 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15154
15155         * shell/ev-window.c: (update_fullscreen_popup),
15156         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15157         (exit_fullscreen_button_clicked_cb),
15158         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15159         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15160         (ev_window_state_event_cb), (ev_window_init):
15161         Add fullscreen support from Epiphany.
15162         
15163 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15164
15165         * data/ev-stock-zoom-fit-width.png: fit-width
15166         stock icon from gpdf.
15167         
15168         * shell/ev-stock-icons.[ch]: copied from gpdf.
15169         
15170         * shell/main.c: (main): init stock icons.
15171         
15172         * shell/ev-window.c: use the fit-width icon.
15173         
15174         * data/evince-ui.xml: add zooming toolbar items.
15175
15176 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15177
15178         * shell/ev-view.c: 
15179         (ev_view_best_fit), (ev_view_fit_width): because
15180         get_page_size() returns the scaled page size, we
15181         need to calculate the scale factor relative to
15182         the previous scale factor. Should really just
15183         add get_real_page_size().
15184
15185 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15186
15187         * shell/ev-view.[ch]:
15188         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15189         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15190         add zooming.
15191         
15192         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15193         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15194         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15195         hook it up.
15196         
15197         * pdf/xpdf/pdf-document.cc:
15198         (pdf_document_begin_find),
15199         (pdf_document_end_find): make static.
15200
15201 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15202
15203         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15204
15205         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15206         names to fontconfig patterns.
15207         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15208
15209         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15210         setupBaseFontsFc.
15211
15212 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15213
15214         * Makefile.am:
15215         * configure.ac:
15216         * ps/Makefile.am:
15217         * ps/ggvutils.c:
15218         * ps/ggvutils.h:
15219         * ps/gsdefaults.c:
15220         * ps/gsdefaults.h:
15221         * ps/gsio.c:
15222         * ps/gsio.h:
15223         * ps/gtkgs.c:
15224         * ps/gtkgs.h:
15225         * ps/ps.c:
15226         * ps/ps.h:
15227
15228         Import ggv backend. Not hooked up yet.
15229
15230 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15231
15232         * shell/main.c: (load_files), (main): load files
15233         from the command line.
15234
15235 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15236
15237         * configure.ac: don't require bonobo.
15238         
15239         * cut-n-paste/recent-files/*: kill bonobo recent
15240         view.
15241
15242         * shell/ev-window.c:
15243         (ev_window_is_empty): upd.
15244         (unable_to_load), (ev_window_open): load backend
15245         based on the mime type.
15246
15247 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15248
15249         * backend/.cvsignore: ignore generated marshalers source.
15250
15251         * shell/main.c (main): this is not epiphany.
15252
15253 2004-12-22  Havoc Pennington  <hp@redhat.com>
15254
15255         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15256         (expose_bin_window): draw find highlights
15257
15258         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15259         
15260         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15261         (pdf_document_end_find): implement this interface
15262
15263         * backend/ev-document.c (ev_document_found): add this to emit
15264         signal
15265
15266 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15267
15268         * data/evince-ui.xml: Add a few more toolbar items.
15269
15270         * shell/ev-window.c: Hook up page navigation toolbar 
15271         items.
15272
15273         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15274         a page-changed signal.
15275
15276         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15277         Add ev_document_get_page().
15278
15279         * shell/ev-window.c: Sensitize/desensitize navigation
15280         actions.
15281
15282 2004-12-21  Havoc Pennington  <hp@redhat.com>
15283
15284         * backend/ev-backend-marshal.c,
15285         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15286         marshaler-generator thingy. I'm sure there's a better way to do
15287         this in the modern world.
15288
15289         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15290         end_find methods and "found" signal.
15291
15292         * configure.ac: find glib-genmarshal
15293
15294 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15295
15296         * shell/ev-sidebar.c: Construct an actual sidebar.
15297         * shell/ev-sidebar-bookmarks.[ch]:
15298         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15299
15300 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15301
15302         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15303         Redo size handling.
15304         
15305         * shell/ev-view.c: Track the size from the document.
15306
15307 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15308
15309         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15310         constructor assumes ownership of the string passed in.
15311         
15312         * shell/ev-window.c (ev_window_open): Destroy the error
15313         dialog once we've displayed it.
15314
15315 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15316
15317         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15318         a bit, it works! (sort of)
15319
15320         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15321         Move to .cc since we need to use C++ in the implementation.
15322
15323         * shell/dummy.cc: Add a CC file to force evince
15324         to be linked as a C++ program.
15325
15326 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15327
15328         * shell/ev-view.[ch]: Start of content-area widget.
15329
15330         * shell/ev-window.c: Create a EvView, update it
15331         as we change documents.
15332
15333         * shell/Makefile.am shell/ev-marshal.list: Add
15334         generated marshalers.
15335
15336 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15337
15338         * Makefile.am (SUBDIRS): move shell.
15339
15340 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15341
15342         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15343         .a to libtool convenience libraries.
15344
15345         * shell/ev-window.c (ev_window_open): Hard code loading
15346         a PDF document.
15347         
15348         * backend/ev-document.h: Add a boolean return to load(),
15349         fix GError * to GError **.
15350
15351         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15352         object for a PDF backend EvDocument.
15353
15354 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15355
15356         * dvi/*: New directory with the beginning of a .dvi backend.
15357
15358 2004-12-21  Havoc Pennington  <hp@redhat.com>
15359
15360         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15361         previous/next instead of back/forward
15362
15363 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15364
15365         * backend/ev-document.[ch]: Fix a couple of problems so
15366         it compile.
15367
15368 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15369
15370         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15371         to backend/ directory, rename EvViewer to EvDocument.
15372
15373 2004-12-21  Havoc Pennington  <hp@redhat.com>
15374
15375         * shell/ev-window.c: hook up the find bar widget; now we just need
15376         a document to find things in
15377
15378         * shell/eggfindbar.c: a find bar widget
15379
15380 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15381
15382         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15383
15384 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15385
15386         * pdf/**: Import of xpdf code from gpdf. 
15387
15388         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15389
15390         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15391         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15392         Fix FreeType includes.
15393
15394         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15395         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15396         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15397         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15398         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15399         Include xpdfconfig.h
15400         
15401 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15402
15403         * shell/ev-window.c (ev_window_dispose): dispose can be called
15404         multiple times.
15405
15406 2004-12-21  Havoc Pennington  <hp@redhat.com>
15407
15408         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15409         rather than Evince
15410
15411         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15412         items; really they should be synced with the strings, etc. from
15413         current gpdf, but just getting the boring typing out of the way 
15414
15415 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15416
15417         * po/POTFILES.in:
15418         * shell/ev-application.c: (window_destroy_cb):
15419         * shell/ev-window.c:
15420         * shell/main.c: (main):
15421
15422         Actually show the window...
15423
15424 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15425
15426         * Makefile.am:
15427         * shell/Makefile.am:
15428         * shell/ev-application.c: (ev_application_class_init):
15429         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15430
15431         Make it build again
15432
15433 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15434
15435         Import to gnome cvs.
15436         
15437         * Remove copies of gpdf and ggv trees.
15438         * Rip out all the recursive configure code.
15439         * Remove bonobo machinery.
15440         * viewer/*: GInterfaces that backends should/can implement.
15441
15442 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15443
15444         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15445         typo
15446
15447 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15448
15449         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15450         (ev_application_finalize, ev_application_class_init)
15451         (ev_application_init): use GType instance private data for priv.
15452
15453         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15454         (ev_window_finalize, ev_window_class_init)
15455         (ev_window_init): ditto.
15456
15457 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15458
15459         * shell/ev-application.c (ev_application_new_window): make public
15460         (ev_application_show_initial_window): kill.
15461
15462         * shell/ev-application.h: update prototypes.
15463
15464         * shell/main.cc (main): inline ev_application_show_initial_window.
15465
15466 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15467
15468         * shell/ev-application.c (ev_application_new_window): impl.
15469         (ev_application_show_initial_window): use it.
15470         (is_window_empty, ev_application_get_empty_window): returns an
15471         existing empty window or a new one.
15472         (ev_application_open): from ev_window_cmd_file_open.
15473
15474         * shell/ev-application.h: update prototypes
15475
15476         * shell/ev-window.c (ev_window_is_empty): impl.
15477         (ev_window_open): make public.
15478         (ev_window_cmd_file_open): use ev_application_open
15479
15480         * shell/ev-window.h: update prototypes, remove unused.
15481
15482 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15483
15484         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15485         move destroy handler out of here...
15486
15487         * shell/ev-application.c, shell/ev-application.h: ...into this new
15488         class. Also handles initial window creation.
15489
15490         * shell/main.cc (main): use EvApplication to create initial
15491         window.
15492
15493 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15494
15495         * Makefile.am (SUBDIRS): add cut-n-paste
15496
15497         * cut-n-paste/Makefile.am: add
15498
15499         * configure.ac: generate Makefiles in cut-n-paste
15500
15501 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15502
15503         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15504         (ev_window_class_init): install ev_window_dispose.
15505
15506 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15507
15508         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15509         char (gchar looks stupid).
15510
15511 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15512
15513         * po/de.po: updated German translation.
15514
15515 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15516
15517         * configure.ac: add more pkg-config library checks for gnome-vfs,
15518         bonobo etc.
15519
15520         * gpdf/configure.in: temporarily disable libpaper
15521         checks. Otherwise I'd have to add the checks for the shell, too.
15522
15523 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15524
15525         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15526         and * file filters to the file choose.
15527
15528 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15529
15530         * po/de.po: Updated German translation.
15531
15532 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15533
15534         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15535
15536 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15537
15538         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15539
15540         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15541         (ev_window_init): implement those menuitems.
15542
15543 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15544
15545         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15546
15547         * shell/ev-window.c (ev_window_init): use the toolbar.
15548
15549 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15550
15551         * shell/ev-window.c (ev_window_init): use menu translations
15552
15553 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15554
15555         * configure.ac: add "de" to ALL_LINGUAS.
15556
15557         * po/de.po: add German translation.
15558
15559 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15560
15561         * Makefile.am (SUBDIRS): add po
15562
15563         * configure.ac: check intltool, glib-gettext etc, generate
15564         po/Makefile.in
15565
15566         * po, po/POTFILES.in, po/POTFILES.skip: new.
15567
15568 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15569
15570         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15571         already use (#ifdef ENABLE_NLS)
15572
15573         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15574         pointer indirection thinko.
15575
15576         * shell/main.c: include gi18n.h for bindtextdomain etc.
15577
15578 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15579
15580         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15581         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15582         tooltips for menu items in the statusbar.
15583
15584 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15585
15586         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15587         pkgdatadir drop UIDIR
15588
15589 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15590
15591         * data/evince-ui.xml: Add File->Open menu item
15592
15593         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15594         chooser), hook it up in the ui manager.
15595
15596 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15597
15598         * shell/ev-window.c: fix Help->About tooltip.
15599
15600 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15601
15602         * configure.ac: set CFLAGS for libevprivate.
15603
15604         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15605         definitions, factory etc.
15606
15607         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15608
15609         * shell/Makefile.am: link against libevprivate.a.
15610
15611         * shell/ev-window.c (entries): add stock icon to Help->About.
15612
15613         * shell/main.c (main): init stock icon code.
15614
15615 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15616
15617         * lib/recent-files: egg recent files code
15618
15619         * lib/Makefile.am: add.
15620
15621         * Makefile.am: add lib subdir.
15622
15623         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15624         set CFLAGS for recent-files.
15625
15626 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15627
15628         * configure.ac: disable -ansi and -pedantic gcc flags. They
15629         disable POSIX stuff in stdio.h, but egg-recent uses them.
15630
15631 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15632
15633         * configure.ac: add --disable-deprecated flag (defaults to on in
15634         "cvs" builds).
15635
15636         * shell/Makefile.am (INCLUDES): use it.
15637
15638 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15639
15640         * shell/main.c: add missing #include.
15641
15642         * shell/ev-window.c: fix for pedantic gcc.
15643         (ev_window_cmd_help_about): split license into paragraphs for
15644         translators and pedantic compilers.
15645
15646 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15647
15648         * configure.ac: add more warning flags if compiling with gcc from
15649         cvs (or explicitly requested with --enable-more-warnings).
15650
15651 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15652
15653         * data/evince-ui.xml: add File and File->Close menu.
15654
15655         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15656         (ev_window_destroy): quit after destroy.
15657         (ev_window_class_init): override GtkObject::destroy.
15658         (entries): install close_window callback.
15659
15660 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15661
15662         * Makefile.am (SUBDIRS): add data subdir.
15663
15664         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15665         gtk+ 2.5.0 for GtkAboutDialog.
15666
15667         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15668         main window.
15669
15670         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15671
15672         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15673         manager.
15674         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15675
15676 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15677
15678         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15679
15680 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15681
15682         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15683
15684 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15685
15686         * shell/*: Added shell directory boilerplate, build it.
15687
15688 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15689
15690         * configure.ac, Makefile.am: Added top-level configure.ac and
15691         Makefile.am