]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Use a local GError, and propagate as appropriate, making sure always to
[evince.git] / ChangeLog
1 2009-02-14  Christian Persch  <chpe@gnome.org>
2
3         * libdocument/ev-document-factory.c:
4         (ev_document_factory_get_document): Use a local GError, and propagate
5         as appropriate, making sure always to fill in @error if returning NULL.
6
7 2009-02-14  Christian Persch  <chpe@gnome.org>
8
9         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
10
11 2009-02-14  Christian Persch  <chpe@gnome.org>
12
13         * backend/pdf/ev-poppler.cc: Plug a mem leak.
14
15 2009-02-14  Christian Persch  <chpe@gnome.org>
16
17         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
18         an error.
19
20 2009-02-14  Christian Persch  <chpe@gnome.org>
21
22         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
23         to always set @error when returning FALSE. Fix a typo.
24
25 2009-02-14  Christian Persch  <chpe@gnome.org>
26
27         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
28         to always set @error when returning FALSE.
29
30 2009-02-14  Christian Persch  <chpe@gnome.org>
31
32         * backend/comics/comics-document.c: (comics_document_load): Make sure
33         to always set @error when returning FALSE.
34
35 2009-02-14  Christian Persch  <chpe@gnome.org>
36
37         * backend/impress/impress-document.c: (impress_document_load): Plug a
38         mem leak.
39
40 2009-02-14  Christian Persch  <chpe@gnome.org>
41
42         * backend/impress/impress-document.c: (impress_document_load): Don't
43         overwrite an error.
44
45 2009-02-14  Christian Persch  <chpe@gnome.org>
46
47         * libdocument/ev-document.c: (ev_document_info_copy): Remove
48         unnecessary NULL check; g_strdup() is NULL-safe.
49
50 2009-02-14  Christian Persch  <chpe@gnome.org>
51
52         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
53         that this returns either NULL and fills in error, or non-NULL. Use a
54         local GError so we can reliably check it.
55
56 2009-02-14  Christian Persch  <chpe@gnome.org>
57
58         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
59         content type to get the description, not the MIME type.
60
61 2009-02-14  Christian Persch  <chpe@gnome.org>
62
63         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
64         in @error on failure. Also, since this is exported in public APIs,
65         cope with the passed-in GError** being NULL.
66
67 2009-02-13  Christian Persch  <chpe@gnome.org>
68
69         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
70         safety.
71         (get_mime_type_from_data): Return the MIME type, not the content type.
72
73 2009-02-13  Christian Persch  <chpe@gnome.org>
74
75         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
76         the input stream.
77
78 2009-02-13  Christian Persch  <chpe@gnome.org>
79
80         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
81         all errors upwards.
82
83 2009-02-13  Christian Persch  <chpe@gnome.org>
84
85         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
86         more bytes from buffer than were read from the file.
87
88 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
89
90         * properties/ev-properties-view.c (set_property):
91         
92         Fixes bug #571787.
93
94 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
95
96         * shell/eggfindbar.c: (egg_find_bar_init):
97
98         Use gtk_tool_button_set_use_underline() for next/previous buttons
99         so that the underline is used for the mnemonic. Fixes bug #571547.
100         
101 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
102
103         * shell/ev-window.c: (setup_document_from_metadata),
104         (setup_sidebar_from_metadata), (setup_document_from_metadata),
105         (setup_view_from_metadata), (ev_window_set_document),
106         (ev_window_load_job_cb), (ev_window_reload_job_cb),
107         (ev_window_reload_remote), (ev_window_init):
108
109         Do not use metadata when reloading the document, so that the
110         window is not resized when reloading. See bugs #571051 and
111         #304249.
112         
113 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
114
115         * configure.ac:
116         * cut-n-paste/smclient/Makefile.am:
117
118         Fix smclient libs on cycgwin. See bug #339172.
119         
120 2009-02-08  Christian Persch  <chpe@gnome.org>
121
122         * configure.ac:
123         * libdocument/Makefile.am:
124         * libview/Makefile.am: Add experimental introspection support.
125         Disabled by default; use --enable-introspection to enable it.
126         Bug #569083.
127
128 2009-02-08  Christian Persch  <chpe@gnome.org>
129
130         * libview/Makefile.am: Link libevdocument.la to libevview.la.
131
132 2009-02-05  Christian Persch  <chpe@gnome.org>
133
134         * backend/comics/comics-document.c: (comics_document_load):
135         * backend/djvu/djvu-document.c: (djvu_document_load):
136         * backend/dvi/dvi-document.c: (dvi_document_load):
137         * backend/impress/impress-document.c: (impress_document_load):
138         * backend/pdf/ev-poppler.cc:
139         * libdocument/ev-document-factory.c: (get_document_from_uri),
140         (ev_document_factory_get_document):
141         * shell/ev-print-operation.c:
142         (ev_print_operation_export_print_dialog_response_cb): Use
143         g_set_error_literal now that we depend on glib 2.18.
144
145 2009-02-05  Hib Eris  <hib@hiberis.nl>
146
147         * shell/ev-application.c:
148
149         Include gdkx.h only with X11. See bug #339172.
150         
151 2009-02-05  Hib Eris  <hib@hiberis.nl>
152
153         * backend/pdf/pdfdocument.evince-backend.in:
154
155         Add application/x-ext-pdf mime type for pdf backend. See bug
156         #339172.
157         
158 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * configure.ac:
161         * cut-n-paste/smclient/Makefile.am:
162         * cut-n-paste/smclient/eggdesktopfile.c:
163         * cut-n-paste/smclient/eggsmclient-win32.c:
164         * shell/main.c:
165
166         Make session manager code compile for w32. These changes have been
167         taken from upstream libegg. Based on patch by Hib Eris. See bug
168         #339172.
169         
170 2009-02-05  Hib Eris  <hib@hiberis.nl>
171
172         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
173
174         Make screensaver code compile for w32. These changes have been
175         copied from upstream totem. See bug #339172.
176         
177 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * configure.ac:
180         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
181
182         Make use of GConf optional. Based on patch by Hib Eris. See bug
183         #339172.
184         
185 2009-02-04  Christian Persch  <chpe@gnome.org>
186
187         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
188         evince gettext domain, so i18n works in the library.
189
190         * properties/ev-properties-main.c: (nautilus_module_initialize):
191         Remove extra bindtextdomain call.
192
193 2009-02-04  Christian Persch  <chpe@gnome.org>
194
195         * backend/comics/comics-document.c:
196         * backend/djvu/djvu-document.c:
197         * backend/dvi/dvi-document.c:
198         * backend/impress/impress-document.c:
199         * backend/pdf/ev-poppler.cc:
200         * backend/pixbuf/pixbuf-document.c:
201         * backend/ps/ev-spectre.c:
202         * backend/tiff/tiff-document.c:
203         * libdocument/ev-attachment.c:
204         * libdocument/ev-document-factory.c:
205         * libview/ev-jobs.c:
206         * libview/ev-view-accessible.c:
207         * libview/ev-view.c:
208         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
209         gi18n.h.
210
211 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
212
213         * NEWS:
214         * configure.ac:
215
216         Update for release 2.25.90
217         
218 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
219
220         * cut-n-paste/zoom-control/ephy-zoom-control.c:
221         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
222
223         Remove the old tooltips code and use G_DEFINE_TYPE().
224         
225 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * configure.ac:
228         * help/reference/Makefile.am:
229         * help/reference/libdocument/Makefile.am:
230         * help/reference/libdocument/libevdocument-docs.sgml:
231         * help/reference/libdocument/libevdocument.types:
232         * help/reference/libdocument/version.xml.in:
233         * help/reference/libview/Makefile.am:
234         * help/reference/libview/libevview-docs.sgml:
235         * help/reference/libview/libevview.types:
236         * help/reference/libview/version.xml.in:
237         * help/reference/shell/Makefile.am:
238         * help/reference/shell/evince-docs.sgml:
239         * help/reference/shell/evince.types:
240         * help/reference/shell/tmpl/dummy.sgml:
241         * help/reference/shell/version.xml.in:
242
243         Split API documentation into libdocument, libview and
244         shell. Required gtk-doc files has been added, but API docs still
245         need to be completed and improved. Fixes bug #568465.
246         
247 2009-02-01  Christian Persch  <chpe@gnome.org>
248
249         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
250
251 2009-02-01  Christian Persch  <chpe@gnome.org>
252
253         * backend/Makefile.am:
254         A backend/backend.symbols:
255         * configure.ac: Only export the backend module entry point. Bug
256         #569998.
257
258 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
259
260         * shell/eggfindbar.c: (egg_find_bar_init):
261
262         Add mnemonics to buttons in search bar. Fixes bug #569212.
263         
264 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
265         
266         * shell/ev-print-operation.c:
267         (ev_print_operation_export_print_dialog_response_cb):
268
269         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
270         
271 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
272
273         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
274
275         Clamp top/bottom values of destinations to make sure they are not
276         bigger than the page height. Fixes bug #569327.
277         
278 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
279
280         * libdocument/ev-debug.h:
281
282         Fix build when debug mode is disabled.
283         
284 2009-01-30  Christian Persch  <chpe@gnome.org>
285
286         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
287         this return TRUE only if any backends were loaded, so the ev_init()
288         function works as documented.
289
290 2009-01-30  Christian Persch  <chpe@gnome.org>
291
292         * evince-document.h:
293         * libdocument/Makefile.am:
294         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
295         #569117.
296
297         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
298         * libdocument/ev-backends-manager.h:
299         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
300         * libdocument/ev-debug.h:
301         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
302         (_ev_file_helpers_shutdown):
303         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
304         private.
305
306         * properties/ev-properties-main.c: (nautilus_module_initialize),
307         (nautilus_module_shutdown):
308         * shell/main.c: (main):
309         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
310         init/shutdown method.
311
312 2009-01-29  Christian Persch  <chpe@gnome.org>
313
314         * shell/main.c: (option_version_cb): Add --version which was lost in
315         the libgnome removal. Bug #562869.
316
317 2009-01-26  Christian Persch  <chpe@gnome.org>
318
319         * shell/ev-application.c: (ev_application_register_service),
320         (ev_application_shutdown):
321         * shell/main.c: (main): Move metadata manager initialisation and
322         shutdown into EvApplication. Follow-up from bug #569120.
323
324 2009-01-26  Christian Persch  <chpe@gnome.org>
325
326         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
327         copy the string twice. Bug #569231.
328
329 2009-01-26  Christian Persch  <chpe@gnome.org>
330
331         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
332         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
333         * libdocument/ev-file-helpers.h:
334         * shell/ev-application.c: (ev_application_shutdown),
335         (ev_application_init), (ev_application_screensaver_disable),
336         (ev_application_save_print_settings),
337         (ev_application_set_page_setup):
338         * shell/ev-application.h:
339         * shell/ev-metadata-manager.c: (load_values),
340         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
341         shell, since it shouldn't be public API. Bug #569120.
342
343         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
344         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
345
346 2009-01-25  Christian Persch  <chpe@gnome.org>
347
348         Bug 569082 – use versioned directory for backends
349
350         * configure.ac: Define ev_binary_version and backenddir.
351         * evince-document.pc.in: Add backenddir variable.
352         * libdocument/Makefile.am:
353         * backend/*/Makefile.am: Remove backenddir definition, so it picks
354         up the one from configure.
355
356 2009-01-25  Christian Persch  <chpe@gnome.org>
357
358         * configure.ac:
359         * evince-document.pc.in: Renamed from evince-backend.pc.in.
360         * libdocument/Makefile.am: Renamed library to libevdocument.la.
361         * libview/Makefile.am:
362         * shell/Makefile.am:
363         * backend/*/Makefile.am: Adapt to changed library name.
364
365         * libdocument/Makefile.am:
366         * libview/Makefile.am: Change the installed headers path to match
367         the directory names in SVN.
368
369         * evince-document.h:
370         * evince-view.h: Add single headers. Bug #568227.
371
372         * libdocument/*.h:
373         * libview/*.h: Add single headers guards.
374
375         * libview/Makefile.am:
376         * libdocument/Makefile.am:
377         * backend/*/Makefile.am:
378         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
379         still include individual headers.
380
381         * properties/Makefile.am:
382         * properties/ev-properties-main.c:
383         * properties/ev-properties-view.h:
384         * thumbnailer/Makefile.am:
385         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
386
387         * libdocument/Makefile.am:
388         * libview/Makefile.am: Generate type builtins from all installed headers.
389         * libdocument/ev-link-action.[ch]:
390         * libdocument/ev-link-dest.[ch]:
391         * libdocument/ev-transition-effect.[ch]:
392         * libview/ev-view.[ch]: Remove handcoded type builtins.
393
394         * libdocument/Makefile.am:
395         * evince-document.h: Add ev-document-factory.h to the public headers.
396
397 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
398
399         * shell/ev-sidebar-page.c:
400
401         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
402         #568228.
403         
404 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
405
406         * libdocument/ev-document.h:
407
408         Add EV_DEFINE_INTERFACE macro.
409         
410         * libdocument/ev-async-renderer.c:
411         * libdocument/ev-document-find.c:
412         * libdocument/ev-document-fonts.c:
413         * libdocument/ev-document-forms.c:
414         * libdocument/ev-document-images.c:
415         * libdocument/ev-document-layers.c:
416         * libdocument/ev-document-links.c:
417         * libdocument/ev-document-security.c:
418         * libdocument/ev-document-thumbnails.c:
419         * libdocument/ev-document-transition.c:
420         * libdocument/ev-document.c:
421         * libdocument/ev-file-exporter.c:
422         * libdocument/ev-selection.c:
423
424         Use EV_DEFINE_INTERFACE macro to define interfaces in
425         libdocument. See bug #568228.
426         
427 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
428
429         * libdocument/ev-document.[ch]:
430
431         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
432         #568228.
433         
434 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
435
436         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
437         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
438         (new_separator_pixbuf):
439         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
440         (egg_toolbar_editor_disconnect_model),
441         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
442         (egg_toolbar_editor_finalize):
443         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
444         * cut-n-paste/toolbar-editor/eggmarshalers.list:
445         
446         Sync EggToolbarEditor with libegg.
447
448 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
449
450         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
451         When saving a file, using the default permissions for the user/system,
452         respecting umask and any setgid bit on the directory. Uses the new
453         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
454         Bug #568593.
455         
456 2009-01-21  Christian Persch  <chpe@gnome.org>
457
458         * configure.ac:
459         * libdocument/Makefile.am:
460         * libview/Makefile.am: Add libtool versioning to libevbackend and
461         libevview. Bug #568229.
462
463 2009-01-21  Christian Persch  <chpe@gnome.org>
464
465         * Makefile.am:
466         * configure.ac:
467         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
468
469 2009-01-21  Christian Persch  <chpe@gnome.org>
470
471         * configure.ac:
472         * libdocument/Makefile.am:
473         A libdocument/ev-version.h.in: Add version defines and version check
474         macro. Bug #568224.
475
476 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
477
478         * shell/ev-sidebar-links.c
479         * shell/ev-print-operation.c:
480         * shell/ev-history.c:
481         * shell/ev-file-monitor.c:
482         * shell/ev-window.c:
483         * shell/ev-password-view.c:
484         * shell/ev-sidebar-thumbnails.c:
485         * shell/ev-sidebar-attachments.c:
486         * libview/ev-pixbuf-cache.c:
487         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
488         Bug #568386.
489
490 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
491
492         * libdocument/ev-document-info.h:
493
494         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
495         
496 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
497
498         * libview/Makefile.am:
499
500         Install ev-job-scheduler.h. See bug #567790.
501         
502 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
503
504         * libdocument/Makefile.am:
505
506         Install ev-backends-manager.h and
507         ev-document-type-builtins.h. Fixes bug #567787.
508         
509 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
510
511         * NEWS:
512         * configure.ac:
513
514         Update for release 2.25.5
515         
516 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
517
518         * libview/ev-view.c: (ev_view_drag_data_get):
519
520         Fix second parameter passed to gtk_selection_data_set_uris(), 
521         it expects a gchar **.
522         
523 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
524
525         * libdocument/Makefile.am:
526         * libdocument/ev-document-info.h:
527         * libdocument/ev-document-type-builtins.c.template:
528         * libdocument/ev-document-type-builtins.h.template:
529         * libdocument/ev-document.c: (ev_document_info_get_type),
530         (ev_document_info_copy):
531
532         Make EvDocumentInfo and enums definded in ev-document-info.h
533         GTypes. Fixes bug #567789.
534         
535 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
536
537         * shell/main.c (arguments_parse): Fix for a minor code typo.
538
539 2009-01-18  Christian Persch  <chpe@gnome.org>
540
541         * help/reference/Makefile.am:
542         * help/reference/evince.types: Fix the API docs build. Bug #568171.
543
544 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
545
546         * libview/Makefile.am:
547         * libview/ev-view-type-builtins.c.template:
548         * libview/ev-view-type-builtins.h.template:
549
550         Make EvJobPriority a proper GType. Fixes bug #567788.
551         
552 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
553
554         * configure.ac:
555         * cut-n-paste/*/Makefile.am:
556         * libdocument/Makefile.am:
557
558         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
559         code.
560         
561 2009-01-18  Christian Persch  <chpe@gnome.org>
562
563         * libview/ev-view.c: (ev_view_drag_data_get),
564         (ev_view_drag_motion), (ev_view_update_primary_selection),
565         (clear_link_selected):
566         * shell/ev-sidebar-attachments.c:
567         (ev_sidebar_attachments_drag_data_get),
568         (ev_sidebar_attachments_get_property),
569         (ev_sidebar_attachments_init):
570         * shell/ev-window.c: Update drag handling code to use the
571         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
572         hardcoding the targets lists. Bug #558084.
573         
574 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * libdocument/Makefile.am:
577         * libdocument/ev-backend-marshal.c:
578         * libdocument/ev-backend-marshalers.list:
579         * libdocument/ev-document.c:
580
581         Remove unused marshalers stuff from libdocument.
582         
583 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
584
585         * po/POTFILES.in:
586
587         Update for the current source tree.
588         
589 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
590
591         * configure.ac:
592         * Makefile.am:
593         * libdocument/Makefile.am:
594         * libview/Makefile.am:
595         * libview/ev-job-scheduler.[ch]:
596         * libview/ev-jobs.[ch]:
597         * libview/ev-page-cache.[ch]:
598         * libview/ev-pixbuf-cache.[ch]:
599         * libview/ev-timeline.[ch]:
600         * libview/ev-transition-animation.[ch]:
601         * libview/ev-view-accessible.[ch]:
602         * libview/ev-view-marshal.list:
603         * libview/ev-view.[ch]:
604         * shell/Makefile.am:
605
606         Move EvView specific code to a libeviview library so that it can
607         be embbeded in other applications. Based on patches by Tomeu
608         Vizoso. Fixes bug #567751.
609         
610 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
611
612         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
613         * shell/ev-window.c: (ev_window_load_job_cb),
614         (ev_window_load_job_cb), (ev_window_open_uri),
615         (ev_window_reload_local), (ev_window_dispose):
616
617         Remove dest, mode and search_string from EvJobLoad since they are
618         not really needed by the job, but for the window.
619         
620 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * shell/ev-view.c: (ev_view_drag_data_received),
623         (ev_view_class_init), (ev_view_init):
624         * shell/ev-window.c: (ev_window_drag_data_received),
625         (ev_window_class_init), (ev_window_init):
626
627         Make the whole EvWindow the destination of a drag and drop
628         operation.
629         
630 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * shell/ev-window.c: (window_open_file_copy_progress_cb):
633
634         Add missing brakets around the percentage in progress
635         messages. See bug #567910.
636         
637 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
638
639         * shell/ev-application.c: (ev_application_open_window),
640         (ev_application_open_uri_at_dest):
641
642         Do no use gdk_x11_* when not available. Based on patch by Hib
643         Eris, see bug #339172.
644         
645 2009-01-16  Hib Eris  <hib@hiberis.nl>
646
647         * configure.ac:
648         * properties/ev-properties-view.c:
649         (ev_properties_view_format_date):
650
651         Check for localtime_r. See bug #339172.
652         
653 2009-01-16  Hib Eris  <hib@hiberis.nl>
654
655         * shell/main.c:
656
657         Include gdkx only for dbus support. See bug #339172.
658         
659 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
660
661         * shell/ev-view.c: (ev_view_set_zoom_for_size):
662
663         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
664         #567785.
665         
666 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * shell/ev-window.c: (reload_remote_copy_progress_cb),
669         (window_save_file_copy_progress_cb):
670
671         Use brakets around the percentage in progress messages. See bug
672         #567910.
673         
674 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
675
676         * shell/ev-window.c: (reload_remote_copy_ready_cb):
677
678         Fix typo in error message. See bug #567910.
679         
680 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
681
682         * shell/ev-window.c: (ev_window_cmd_file_close_window):
683
684         Fix mnemonic conflict. Fixes bug #567937.
685         
686 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
687
688         * NEWS:
689         * configure.ac:
690
691         Update for release 2.25.4
692         
693 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
694
695         * configure.ac:
696         
697         GLib version requirement bumped to 2.18 due to g_set_error_literal.
698         Thanks to Christian Spurk.
699
700 2008-12-31  Hib Eris  <hib@hiberis.nl>
701         
702         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
703
704         Fix mime type handling.
705         
706 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
707
708         * po/POTFILES.in:
709
710         Add ev-print-operation.c.
711         
712 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
713
714         * shell/ev-window.c: (ev_window_clear_progress_idle),
715         (reset_progress_idle), (ev_window_show_progress_message),
716         (ev_window_reset_progress_cancellable),
717         (ev_window_progress_response_cb), (show_loading_progress),
718         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
719         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
720         (show_reloading_progress), (reload_remote_copy_ready_cb),
721         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
722         (show_saving_progress), (window_save_file_copy_ready_cb),
723         (window_save_file_copy_progress_cb), (ev_window_save_remote),
724         (ev_window_dispose):
725
726         Show progress information when loading/saving remote files. Fixes
727         bug #370958.
728         
729 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
732
733         Show better warning message when temp file cannot be deleted.
734         
735 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
736
737         * shell/ev-window.c: (image_save_dialog_response_cb):
738
739         Fix saving images to remote locations.
740         
741 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * shell/ev-application.[ch]: (ev_application_shutdown),
744         (ev_application_get_print_settings_file),
745         (ev_application_save_print_settings),
746         (ev_application_get_print_settings),
747         (ev_application_set_print_settings),
748         (ev_application_get_page_setup), (ev_application_set_page_setup):
749         * shell/ev-window.c: (ev_window_save_print_page_setup),
750         (ev_window_load_print_page_setup_from_metadata),
751         (ev_window_print_page_setup_done_cb),
752         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
753         (ev_window_cmd_preview_print):
754
755         Remember page setup options too. Paper size is globally remembered
756         while page margins are stored per document in metadata file. Fixes
757         bugs #525185 and #349102.
758         
759 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
760
761         * shell/ev-print-operation.c:
762         (ev_print_operation_export_print_dialog_response_cb):
763
764         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
765         
766 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
767
768         * shell/ev-print-operation.c: (export_cancel),
769         (export_job_cancelled), (ev_print_operation_export_begin),
770         (ev_print_operation_export_cancel):
771         * shell/ev-window.c: (ev_window_print_cancel),
772         (ev_window_print_update_pending_jobs_message),
773         (ev_window_print_operation_done),
774         (ev_window_print_operation_status_changed),
775         (print_jobs_confirmation_dialog_response),
776         (ev_window_cmd_file_close_window):
777
778         Show a confirmation dialog when there are pending print jobs while
779         closing the main window. Fixes bug #480964.
780         
781 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
784         (ev_print_operation_get_job_name),
785         (ev_print_operation_get_status),
786         (ev_print_operation_get_progress),
787         (ev_print_operation_update_status),
788         (ev_print_operation_export_get_job_name), (clamp_ranges),
789         (get_first_and_last_page), (ev_print_operation_export_run_next),
790         (print_job_finished), (export_print_done), (export_job_cancelled),
791         (update_progress), (export_print_page),
792         (ev_print_operation_export_begin),
793         (ev_print_operation_export_print_dialog_response_cb),
794         (ev_print_operation_export_run),
795         (ev_print_operation_export_cancel),
796         (ev_print_operation_export_class_init):
797         * shell/ev-window.c:
798         (ev_window_print_update_pending_jobs_message),
799         (ev_window_print_operation_done),
800         (ev_window_print_progress_response_cb),
801         (ev_window_print_operation_status_changed),
802         (ev_window_print_operation_begin_print), (ev_window_print_range),
803         (ev_window_dispose):
804
805         Show progress information when printing. Fixes bug #482770.
806         
807 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * shell/Makefile.am:
810         * shell/ev-progress-message-area.[ch]:
811         * shell/ev-message-area.[ch]: (ev_message_area_init),
812         (ev_message_area_set_image_from_stock):
813
814         Add EvProgressMessageArea derived from EvMessageArea to show
815         progress information in the message area. 
816         
817 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
818
819         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
820
821         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
822         close button. Add a function to get the contents of the message
823         area.
824         
825 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
826
827         * shell/Makefile.am:
828         * shell/ev-print-operation.[ch]:
829         * shell/ev-jobs.[ch]: (ev_job_export_init),
830         (ev_job_export_dispose), (ev_job_export_run),
831         (ev_job_export_class_init), (ev_job_export_new),
832         (ev_job_export_set_page):
833         * shell/ev-window.c: (ev_window_print_operation_done),
834         (ev_window_print_range), (ev_window_dispose):
835
836         First step of the printing system rework. EvJobPrint has been
837         replaced by EvJobExport so that every page is scheduled to be
838         exported in a thread instead of scheduling the whole printing
839         process. This way the gui is responsive during printing.
840         
841 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
842
843         * shell/ev-window.c: (setup_size_from_metadata),
844         (ev_window_load_print_settings_from_metadata):
845
846         Fix memory leaks.
847         
848 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * libdocument/ev-document.c: (ev_document_get_type):
851
852         Add GObject type as prerequisite to EvDocument interface so that
853         document instances can be used as GObjects.
854         
855 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
856
857         * shell/ev-view.c: (jump_to_find_result):
858
859         Only jump the the location of the find result for the first match
860         when searching. It drastically improves the performance when
861         searching. Bug catched and fixed by Michael Hunold. Fixes bug
862         #564774.
863         
864 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * properties/ev-properties-main.c: (ev_properties_get_pages):
867         * properties/ev-properties-view.[ch]:
868         (ev_properties_view_dispose), (ev_properties_view_class_init),
869         (ev_properties_view_set_info), (ev_properties_view_new):
870         * shell/ev-properties-dialog.[ch]:
871         (ev_properties_dialog_set_document):
872         * shell/ev-window.c: (ev_window_setup_document),
873         (ev_window_cmd_file_properties):
874
875         Add document URI to properties page. Fixes bug #555376.
876         
877 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * configure.ac:
880         * data/Makefile.am:
881         * data/evince-password.glade: Removed
882         * data/evince-properties.glade: Removed
883         * properties/ev-properties-view.c:
884         (ev_properties_view_class_init), (set_property),
885         (ev_properties_view_set_info), (ev_properties_view_init):
886         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
887         (font_cell_data_func), (ev_properties_fonts_init):
888
889         Remove Glade dependency.
890         
891 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
892
893         * backend/comics/comics-document.c: (comics_document_load):
894
895         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
896         
897 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * NEWS:
900         * configure.ac:
901
902         Update for release 2.25.2
903         
904 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
905
906         * configure.ac:
907         * shell/Makefile.am:
908         * shell/ev-keyring.[ch]:
909         * shell/ev-password.[ch]: Removed
910         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
911         (ev_password_view_class_init), (ev_password_view_clicked_cb),
912         (ev_password_view_init), (ev_password_view_set_uri),
913         (ev_password_dialog_got_response),
914         (ev_password_dialog_remember_button_toggled),
915         (ev_password_dialog_entry_changed_cb),
916         (ev_password_dialog_entry_activated_cb),
917         (ev_password_view_ask_password), (ev_password_view_get_password),
918         (ev_password_view_get_password_save_flags),
919         (ev_password_view_new):
920         * shell/ev-window.c: (ev_window_password_view_unlock),
921         (ev_window_load_job_cb), (ev_window_close_dialogs),
922         (ev_window_init):
923
924         Rework the password view. When the password is in the keyring it's
925         used automatically without showing the password dialog and it's  
926         only stored in the keyring when we are sure it's correct. The
927         password dialog has been reworked too, in order to make it
928         more hig compliant and consistent with the GTK+ dialog used in
929         gtkmountoperation. Fixes bug #562496. 
930         
931 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
932
933         * backend/comics/comics-document.c: (comics_document_load):
934
935         Do not trust file extensions when getting the command needed to
936         uncompress comic documents. Fixes bug #562143.
937         
938 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * libdocument/ev-document-factory.c: (get_document_from_uri),
941         (ev_document_factory_get_document):
942         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
943         (get_mime_type_from_data), (ev_file_get_mime_type):
944
945         Move mime-type functions from document-facrory to file-helpers so
946         that it can be reused.
947         
948 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
951         (window_open_file_copy_ready_cb), (ev_window_reload_local),
952         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
953         (ev_window_reload_remote), (ev_window_reload_document):
954
955         Add support for reloading remote documents. Fixes bug #555399.
956         
957 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * shell/ev-view.c: (ev_view_find_previous):
960
961         Make sure find_result is never < 0 which causes a crash while
962         searching. Fixes bug #558377.
963         
964 2008-11-19  Marek Kašík <mkasik@redhat.com>
965
966         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
967         (ev_pixbuf_cache_get_selection_surface):
968         
969         Fixes crash on fast scrolling with simultaneous text selection.
970
971 2008-11-19  Marek Kašík <mkasik@redhat.com>
972
973         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
974         * shell/ev-window.c (launch_external_uri):
975         
976         Fixes assertion fail on selecting text. See bug #561393.
977
978 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * shell/Makefile.am:
981         * shell/ev-jobs.[ch]: (ev_job_layers_init),
982         (ev_job_layers_dispose), (ev_job_layers_run),
983         (ev_job_layers_class_init), (ev_job_layers_new):
984         * shell/ev-sidebar-layers.[ch]:
985         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
986         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
987         (ev_view_reload_page), (ev_view_reload):
988         * shell/ev-window.c: (setup_sidebar_from_metadata),
989         (ev_window_sidebar_current_page_changed_cb),
990         (sidebar_layers_visibility_changed), (ev_window_init):
991
992         Add layers support.
993         
994 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * data/icons/22x22/actions/Makefile.am:
997         * data/icons/22x22/actions/eye.png:
998         * shell/ev-stock-icons.[ch]:
999         
1000         Add eye icon from gimp to hide/show layers.
1001         
1002 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1003
1004         * configure.ac:
1005         * cut-n-paste/Makefile.am:
1006         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1007         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1008         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1009
1010         Add GimpCellRendererToggle from gimp slightly modified to fit our
1011         needs. 
1012         
1013 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * configure.ac:
1016         * backend/pdf/ev-poppler.cc:
1017
1018         Implement layers interface in PDF backend.
1019         
1020 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1021
1022         * libdocument/Makefile.am:
1023         * libdocument/ev-document-layers.[ch]:
1024         * libdocument/ev-layer.[ch]:
1025
1026         Add optional content (layers) interface.
1027         
1028 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1029
1030         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1031         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1032
1033         Removes unused code.
1034
1035 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * NEWS:
1038         * configure.ac:
1039
1040         Update for 2.25.1 release
1041
1042 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * shell/ev-window.c:
1045
1046         Fix build with GTK+ < 2.14
1047
1048 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1049
1050         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1051         
1052         Makes menu label translatable. Fixes bug #559129.
1053
1054 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1055
1056         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1057         (t1_transform_font):
1058         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1059         
1060         More renames of warning to mdvi_warning in follow up to the
1061         fix of the bug #553369. Fix for the bug #559257 by
1062         Tuxce <tuxce.net@gmail.com>.
1063         
1064 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1065
1066         * shell/ev-application.c: (ev_application_init_session):
1067         * shell/main.c: (main):
1068
1069         Move the egg_set_desktop_file() call to main and remove
1070         gtk_window_set_default_icon_name() since it's already called by
1071         egg_set_desktop_file()
1072         
1073 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1074
1075         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1076
1077         Initialize GError to NULL.
1078         
1079 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1080
1081         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1082         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1083         (ev_window_preview_print_finished), (launch_action):
1084
1085         Do not use popup dialogs to show error messages anymore, use the
1086         message area instead.
1087         
1088 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * shell/ev-window.c: (ev_window_error_message),
1091         (ev_window_warning_message), (ev_window_set_document),
1092         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1093         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1094         (ev_window_cmd_help_contents), (launch_external_uri),
1095         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1096         (ev_attachment_popup_cmd_open_attachment),
1097         (attachment_save_dialog_response_cb):
1098
1099         Use a message format (with printf()-style) in
1100         ev_window_error_message and ev_window_warning_message.
1101
1102 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1103
1104         * shell/ev-window.c: (ev_window_error_message),
1105         (ev_window_warning_message), (ev_window_set_document),
1106         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1107         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1108         (ev_window_cmd_help_contents), (launch_external_uri),
1109         (image_save_dialog_response_cb),
1110         (ev_attachment_popup_cmd_open_attachment),
1111         (attachment_save_dialog_response_cb):
1112
1113         Change ev_window_error_message and ev_window_warning_message to
1114         receive a EvWindow instead of a GtkWindow. It's more consistent
1115         and avoids unneeded casts.
1116         
1117 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1118
1119         * shell/ev-window.c: (ev_window_cmd_help_contents):
1120
1121         Use gtk_show_uri() when availale to display help contents.
1122         
1123 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1124
1125         * configure.ac:
1126         * backend/pdf/ev-poppler.cc:
1127         * properties/ev-properties-view.c:
1128         * shell/Makefile.am:
1129         * shell/ev-tooltip.[ch]: Removed
1130         * shell/ev-view-private.h
1131         * shell/eggfindbar.c:
1132         * shell/ev-application.c:
1133         * shell/ev-open-recent-action.c:
1134         * shell/ev-sidebar-thumbnails.c:
1135         * shell/ev-view.c:
1136         * shell/ev-window.c:
1137
1138         Bump GTK+ requirement to 2.12.
1139         
1140 2008-10-27 Christian Persch <chpe@gnome.org>
1141
1142         * backend/djvu/djvu-document.c
1143         * backend/dvi/cairo-device.c
1144         * cut-n-paste/evmountoperation/ev-mount-operation.h
1145         * cut-n-paste/gedit-message-area/gedit-message-area.h
1146         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1147         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1148         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1149         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1150         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1151         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1152         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1153         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1154         * cut-n-paste/zoom-control/ephy-zoom-action.c
1155         * cut-n-paste/zoom-control/ephy-zoom-action.h
1156         * cut-n-paste/zoom-control/ephy-zoom-control.c
1157         * cut-n-paste/zoom-control/ephy-zoom-control.h
1158         * libdocument/ev-async-renderer.h
1159         * libdocument/ev-document-factory.c
1160         * libdocument/ev-document-misc.h
1161         * libdocument/ev-image.h
1162         * libdocument/ev-selection.h
1163         * shell/ev-properties-fonts.h
1164         * shell/ev-stock-icons.h
1165         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1166         directly. Bug #558064.
1167
1168 2008-10-27 Christian Persch <chpe@gnome.org>
1169
1170         * cut-and-paste/smclient/*: Update from libegg.
1171
1172 2008-10-27 Christian Persch <chpe@gnome.org>
1173
1174         * backend/djvu/djvu-document.c
1175         * backend/ps/ev-spectre.c
1176         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1177
1178 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1179
1180         * shell/ev-view.c (ev_view_change_page),
1181         (ev_view_transition_animation_finish),
1182         (ev_view_transition_animation_cancel), (page_changed_cb),
1183         (ev_view_set_presentation), (ev_view_next_page),
1184         (ev_view_previous_page):
1185         
1186         Cancel the animation without scheduling transition start
1187         and proceed to the next page to fix bug #516749.
1188
1189 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * NEWS:
1192         * configure.ac:
1193
1194         Update for release 2.24.1
1195         
1196 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1199
1200         Disable toggle function of F5 when in presentation mode. Patch by
1201         Dave Neary. Fixes bug #556162.
1202         
1203 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1206         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1207         (ev_sidebar_thumbnails_fill_model),
1208         (ev_sidebar_thumbnails_refresh),
1209         (ev_sidebar_thumbnails_set_document):
1210
1211         Instead of using only one loading icon for thumbnails based on the
1212         size of the first page, create an icon for every different page
1213         size. Fixes bug #556264.
1214         
1215 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1216
1217         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1218
1219         Fix memory leak.
1220         
1221 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1222
1223         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1224
1225         Removes bad prefixes from window title. Patch by 
1226         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1227         
1228 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * shell/ev-window.c: (launch_external_uri):
1231
1232         Do not consider mailto links as http uris. Fixes bug #555801.
1233         
1234 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1237
1238         Fix memory leak. Fixes bug #555134.
1239         
1240 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1241
1242         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1243
1244         Emit the job finished signal when the job is handled before the
1245         page_ready callback.
1246         
1247 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1248
1249         * shell/ev-window.c: (launch_action):
1250
1251         Use GdkAppLaunchContext when available to launch external
1252         applications.
1253         
1254 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * shell/ev-window.c: (launch_action):
1257
1258         Fix launching external applications for launch actions which seems
1259         to be broken since the gio port. Fixes bug #554500.
1260         
1261 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1262
1263         * backend/dvi/Makefile.am:
1264         * backend/dvi/cairo-device.c:
1265         * backend/dvi/dvi-document.c:
1266         * backend/dvi/mdvi-lib/Makefile.am:
1267
1268         Fix several compile warnings in the dvi backend.
1269         
1270 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1271
1272         * backend/dvi/mdvi-lib/common.h:
1273         * backend/dvi/mdvi-lib/dviread.c:
1274         * backend/dvi/mdvi-lib/font.c:
1275         * backend/dvi/mdvi-lib/fontmap.c:
1276         * backend/dvi/mdvi-lib/fontsrch.c:
1277         * backend/dvi/mdvi-lib/gf.c:
1278         * backend/dvi/mdvi-lib/pagesel.c:
1279         * backend/dvi/mdvi-lib/pk.c:
1280         * backend/dvi/mdvi-lib/sp-epsf.c:
1281         * backend/dvi/mdvi-lib/special.c:
1282         * backend/dvi/mdvi-lib/tfm.c:
1283         * backend/dvi/mdvi-lib/tfmfile.c:
1284         * backend/dvi/mdvi-lib/util.c:
1285         * backend/dvi/mdvi-lib/vf.c:
1286
1287         Rename error as mdvi_error to avoid symbol conflicts with the libc
1288         error. Rename also message, crash, fatal and warning for
1289         consistency. Fixes bug #553369.
1290         
1291 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1292
1293         * backend/dvi/dvi-document.c: (dvi_document_load):
1294
1295         Fix memory leak.
1296         
1297 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1298
1299         * backend/dvi/dvi-document.c:
1300
1301         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1302         G_IMPLEMENT_INTERFACE.
1303         
1304 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1305
1306         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1307
1308         Make sure copy_job_page_and_selection_to_job_info is always called
1309         before copy_job_to_job_info. Fixes bug #552382.
1310         
1311 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1312
1313         * NEWS:
1314         * configure.ac:
1315
1316         Update for release 2.24.0
1317         
1318 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * shell/ev-window.c: (launch_external_uri):
1321
1322         Use GdkAppLaunchContext when available to launch external uris.
1323         
1324 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * shell/ev-window.c: (launch_external_uri):
1327
1328         Use the message area to show errors when lauching external uris
1329         instead of a popup window.
1330         
1331 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * shell/ev-window.c: (launch_external_uri):
1334
1335         Assume invalid uris are http uris. Fixes bug #552071.
1336         
1337 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * NEWS:
1340         * configure.ac:
1341
1342         Update for release 2.23.92.
1343         
1344 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1345
1346         * shell/eggfindbar.c: (egg_find_bar_class_init):
1347
1348         Allow page scrolling with PageUp/PageDown keys when find bar is
1349         active. Fixes bug #529833.
1350         
1351 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * shell/ev-view-private.h:
1354         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1355         (ev_view_scroll), (ev_view_class_init):
1356         * shell/ev-view-accessible.c:
1357         (ev_view_accessible_action_do_action):
1358         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1359         (ev_window_cmd_scroll_backward):
1360
1361         Use GtkScrollType instead of EvScrollType.
1362         
1363 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1364
1365         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1366         
1367         Patch for case unsensitive page label match by Michael Lee.
1368         See bug #550136.
1369         
1370         * shell/ev-page-action.c (create_tool_item):    
1371         * test/Makefile.am:
1372         * test/test1.py:
1373         * test/test4.py:
1374         * test/test5.py:
1375         
1376         Added test for the above and updated other tests.
1377
1378 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * shell/ev-window.c: (image_save_dialog_response_cb):
1381
1382         Do not append the file extension twice when saving an image.
1383         
1384 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1385
1386         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1387
1388         Remove an invalid ifdef.
1389         
1390 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1391
1392         * shell/ev-view.c: (ev_view_motion_notify_event):
1393
1394         Make sure the cursor is correctly restored after showing the right
1395         click menu.
1396         
1397 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1400         (ev_attachment_open):
1401         * shell/ev-sidebar-attachments.c:
1402         (ev_sidebar_attachments_button_press):
1403         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1404
1405         Use GdkAppLaunchContext when available to open attachments.
1406         
1407 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1408
1409         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1410
1411         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1412         by Eric Piel.
1413         
1414 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1415
1416         * shell/ev-application.c: (ev_application_get_media_keys):
1417         * shell/ev-media-player-keys.[ch]:
1418         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1419         (ev_media_player_keys_grab_keys),
1420         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1421         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1422         * shell/ev-window.[ch]: (ev_window_dispose),
1423         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1424         (ev_window_init):
1425
1426         Clean up the media player keys stuff.
1427         
1428 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1429
1430         * NEWS:
1431         * configure.ac:
1432
1433         Update for release 2.23.91.
1434         
1435 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1436
1437         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1438         (sm_client_xsmp_set_initial_properties):
1439
1440         Fix memory leak.
1441         
1442 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1443
1444         * shell/ev-application.c: (ev_application_open_window),
1445         (ev_application_open_uri_at_dest):
1446
1447         Make sure evince starts up in the right workspace when resuming a
1448         previous session.
1449         
1450 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1451
1452         * shell/ev-application.[ch]: (ev_application_open_window),
1453         (ev_application_add_icon_path_for_screen),
1454         (ev_application_open_uri_at_dest):
1455
1456         Fix window manager warnings shown in ~/.xsession-errors
1457         
1458 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1459
1460         * configure.ac:
1461         * cut-n-paste/Makefile.am:
1462         * cut-n-paste/smclient/Makefile.am:
1463         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1464         * cut-n-paste/smclient/eggsmclient-private.h:
1465         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1466         * cut-n-paste/smclient/eggsmclient.[ch]:
1467
1468         EggSMClient copied from libegg
1469
1470         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1471         * shell/Makefile.am:
1472         * shell/ev-application.[ch]: (ev_application_load_session),
1473         (smclient_save_state_cb), (smclient_quit_cb),
1474         (ev_application_init_session), (ev_application_shutdown),
1475         (ev_application_init):
1476         * shell/main.c: (main):
1477
1478         Use EggSMClient instead of gnome-client and remove libgnome and
1479         libgnomeui dependencies.
1480         
1481 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * shell/main.c: (main):
1484
1485         Remove gnome_authentication_manager_init.
1486         
1487 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * shell/ev-view.c: (ev_view_goto_window_create):
1490
1491         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1492         since it's now deprecated.
1493         
1494 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * backend/djvu/Makefile.am:
1497         * backend/djvu/djvu-document-private.h:
1498         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1499         (djvu_document_find_iface_init):
1500         * backend/djvu/djvu-text-page.[ch]:
1501         * backend/djvu/djvu-text.[ch]: Removed
1502         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1503         (pdf_document_find_iface_init):
1504         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1505         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1506         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1507         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1508         (ev_job_find_has_results), (ev_job_find_get_results):
1509         * shell/ev-view-private.h:
1510         * shell/ev-view.[ch]: (ev_view_expose_event),
1511         (highlight_find_results), (ev_view_finalize),
1512         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1513         (ev_view_set_document), (ev_view_find_get_n_results),
1514         (ev_view_find_get_result), (jump_to_find_result),
1515         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1516         (ev_view_find_previous), (ev_view_find_search_changed),
1517         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1518         * shell/ev-window.c: (ev_window_update_actions),
1519         (page_changed_cb), (ev_window_setup_document),
1520         (ev_window_update_find_status_message),
1521         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1522         (ev_window_clear_find_job), (find_bar_close_cb),
1523         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1524         (ev_window_dispose), (ev_window_init):
1525
1526         Rework find interface. The find logic has been moved from backends
1527         to the shell avoiding a lot of duplicated code in the backends and
1528         making easier to implement the find interface in the backends.
1529         
1530 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1531
1532         * backend/pdf/ev-poppler.cc:
1533         (pdf_document_thumbnails_get_dimensions):
1534
1535         Make sure thumbnail size returned by the PDF is actually
1536         valid. Fixes bug #548462.
1537         
1538 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1539
1540         * shell/ev-window.c: (ev_window_setup_document),
1541         (ev_window_set_document), (ev_window_dispose):
1542
1543         Remove the idle function for setting the document up when the
1544         window is destroyed. Fixes bug #549163.
1545         
1546 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1549         (ev_job_attachments_dispose), (ev_job_attachments_run),
1550         (ev_job_attachments_class_init), (ev_job_attachments_new):
1551         * shell/ev-sidebar-attachments.c:
1552         (ev_sidebar_attachments_set_document):
1553
1554         Add a new job to get the attachments in a thread with the document
1555         lock held. Fixes bug #548653.
1556         
1557 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1558
1559         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1560         (tiff_document_document_iface_init):
1561
1562         Implement document_get_page_label in tiff backend.
1563         
1564 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1565
1566         * backend/tiff/tiff-document.c: (tiff_document_render):
1567
1568         Handle document orientation in tiff backend. Fixes bug #548444.
1569         
1570 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1571
1572         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1573
1574         Do not crash when adjustment page size is 0. Fixes bug #547440.
1575         
1576 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1577
1578         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1579
1580         Sync with current GTK+.
1581         
1582 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1583
1584         * configure.ac:
1585         
1586         Update for release 2.23.6.
1587
1588 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1589
1590         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1591         (ev_job_load_set_password):
1592         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1593         * shell/ev-window.c: (password_dialog_response),
1594         (ev_window_load_job_cb):
1595
1596         Fix loading encrypted documents since I broke it with the jobs
1597         rework.
1598         
1599 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1600
1601         * NEWS:
1602
1603         Update NEWS for 2.23.6 release.
1604         
1605 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1606
1607         * backend/impress/impress-document.c:
1608         * backend/impress/render.h:
1609         * libdocument/ev-document-factory.c:
1610         * libdocument/ev-document-factory.h:
1611         * libdocument/ev-document-links.h:
1612         * libdocument/ev-document-misc.c:
1613         * libdocument/ev-document-misc.h:
1614         * properties/ev-properties-main.c:
1615         * properties/ev-properties-view.c:
1616         * properties/ev-properties-view.h:
1617         * shell/eggfindbar.c:
1618         * shell/eggfindbar.h:
1619         * shell/ev-application.c:
1620         * shell/ev-application.h:
1621         * shell/ev-jobs.h:
1622         * shell/ev-message-area.h:
1623         * shell/ev-navigation-action.c:
1624         * shell/ev-navigation-action.h:
1625         * shell/ev-open-recent-action.c:
1626         * shell/ev-open-recent-action.h:
1627         * shell/ev-page-action-widget.c:
1628         * shell/ev-page-action.c:
1629         * shell/ev-page-action.h:
1630         * shell/ev-page-cache.h:
1631         * shell/ev-password-view.h:
1632         * shell/ev-password.h:
1633         * shell/ev-pixbuf-cache.h:
1634         * shell/ev-properties-fonts.c:
1635         * shell/ev-sidebar-attachments.c:
1636         * shell/ev-sidebar-links.c:
1637         * shell/ev-sidebar-links.h:
1638         * shell/ev-sidebar-thumbnails.c:
1639         * shell/ev-sidebar-thumbnails.h:
1640         * shell/ev-sidebar.c:
1641         * shell/ev-sidebar.h:
1642         * shell/ev-stock-icons.c:
1643         * shell/ev-tooltip.h:
1644         * shell/ev-view.c:
1645         * shell/ev-view.h:
1646         * shell/ev-window.c:
1647         * shell/ev-window.h:
1648         * shell/main.c:
1649
1650         More #include cleanups. Again: reordering, single gtk.h
1651         includes and other stuff.
1652
1653 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1654
1655         * shell/eggfindbar.c:
1656         * shell/ev-application.c:
1657         * shell/ev-message-area.c:
1658         * shell/ev-navigation-action.c:
1659         * shell/ev-open-recent-action.c:
1660         * shell/ev-page-action-widget.c:
1661         * shell/ev-page-action.c:
1662         * shell/ev-password-view.c:
1663         * shell/ev-properties-dialog.c:
1664         * shell/ev-properties-fonts.c:
1665         * shell/ev-sidebar-attachments.c:
1666         * shell/ev-sidebar-page.c:
1667         * shell/ev-sidebar-thumbnails.c:
1668         * shell/ev-stock-icons.c:
1669         * shell/ev-tooltip.c:
1670         * shell/ev-view.c:
1671         * shell/ev-window.c:
1672         * shell/main.c:
1673
1674         Cleanup many #include statements: reorder so that a
1675         generic-to-specific order is used, use single gtk.h
1676         includes, and some other cleanups.
1677
1678 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1679
1680         * shell/ev-jobs.h:
1681
1682         Add gio header.
1683         
1684 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1687         (ev_document_fc_mutex_trylock):
1688         * shell/Makefile.am:
1689         * shell/ev-job-queue.[ch]:
1690         * shell/ev-job-scheduler.[ch]:
1691         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1692         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1693         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1694         (ev_job_failed_from_error), (ev_job_succeeded),
1695         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1696         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1697         (ev_job_links_class_init), (ev_job_render_init),
1698         (notify_page_ready), (ev_job_render_page_ready),
1699         (ev_job_render_run), (ev_job_render_class_init),
1700         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1701         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1702         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1703         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1704         (ev_job_save_dispose), (ev_job_save_run),
1705         (ev_job_save_class_init), (ev_job_print_init),
1706         (ev_job_print_dispose), (ev_job_print_run),
1707         (ev_job_print_class_init):
1708         * shell/ev-page-cache.c:
1709         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1710         (check_job_size_and_unref), (move_one_job),
1711         (copy_job_to_job_info), (add_job),
1712         (ev_pixbuf_cache_add_jobs_if_needed):
1713         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1714         (job_fonts_finished_cb), (job_fonts_updated_cb),
1715         (ev_properties_fonts_set_document):
1716         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1717         (ev_sidebar_links_set_document):
1718         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1719         (ev_sidebar_thumbnails_set_document),
1720         (ev_sidebar_thumbnails_clear_job):
1721         * shell/ev-view-private.h:
1722         * shell/ev-view.c:
1723         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1724         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1725         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1726         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1727         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1728         (ev_window_reload_document), (ev_window_clear_save_job),
1729         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1730         (ev_window_clear_print_job), (ev_window_print_job_cb),
1731         (ev_window_print_dialog_response_cb):
1732         * shell/main.c: (main):
1733
1734         Rework the jobs system in order to make it simpler and more
1735         extensible. It allows to run jobs in the main loop instead of
1736         using a thread when it's appropriate like the fonts job. Now it's
1737         also possible to cancel jobs that are currently running. 
1738         
1739 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1740
1741         * libdocument/ev-debug.c: (profile_init):
1742
1743         Create the hash table also when profiling service is enabled for
1744         all sections.
1745         
1746 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1747
1748         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1749         (ev_profiler_stop):
1750         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1751         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1752         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1753         (ev_job_print_run):
1754         * shell/main.c: (main):
1755
1756         Add a profile mode available when debug is enabled. Add profilers
1757         in ev-jobs.
1758         
1759 2008-07-23  Götz Waschk <waschk@mandriva.org>
1760
1761         * configure.ac: Correctly build desktop file. Fixes
1762         bug #544237.
1763
1764 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1765
1766         * configure.ac:
1767         
1768         Update for release 2.23.5.
1769
1770 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1771
1772         * NEWS:
1773
1774         Update NEWS for 2.23.5 release.
1775         
1776 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1777
1778         * shell/ev-window.c: (ev_window_state_event),
1779         (ev_window_class_init):
1780
1781         Intercept window manager's fullscreen request in order to run/stop
1782         fullscreen mode. Fixes bug #493541.
1783         
1784 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1785
1786         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1787
1788         Restart the job search when the find bar is opened for the second
1789         time. Fixes bug #531956.
1790         
1791 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1794         (get_document_from_uri):
1795
1796         Make sure we always return a valid error struct when
1797         get_document_from_uri fails. Fixes nautilus crash, see bug
1798         #542548.
1799         
1800 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1801
1802         * libdocument/ev-transition-effect.c
1803         (ev_transition_effect_type_get_type),
1804         (ev_transition_effect_alignment_get_type),
1805         (ev_transition_effect_direction_get_type):
1806         
1807         Fixes bug #542924. Makes enums static to fix Solaris build.
1808
1809 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1810
1811         * shell/ev-view.c: (ev_view_key_press_event):
1812
1813         Add '.' keybinding for blanking the screen in presentation
1814         mode. Fixes bug #542001.
1815         
1816 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1817
1818         * libdocument/ev-document-misc.c:
1819         (ev_document_misc_pixbuf_from_surface):
1820
1821         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1822         #540950.
1823         
1824 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1825
1826         * backend/comics/comics-document.c (comics_document_load):
1827         * backend/comics/comicsdocument.evince-backend.in:
1828         * configure.ac:
1829         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1830         
1831         Added support for 7-zip based cb7 comic book. Patch by
1832         Kartik Rustagi. Fixes bug #532312.
1833
1834 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1835
1836         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1837         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1838         Fixes bug #539972.
1839
1840 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1841
1842         * shell/Makefile.am:
1843         * shell/ev-application.c (ev_application_init),
1844         (ev_application_get_media_keys):
1845         * shell/ev-application.h:
1846         * shell/ev-marshal.list:
1847         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1848         (proxy_destroy), (on_media_player_key_pressed),
1849         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1850         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1851         * shell/ev-media-player-keys.h:
1852         * shell/ev-window.c (ev_window_go_previous_page),
1853         (ev_window_go_next_page), (ev_window_go_first_page),
1854         (ev_window_go_last_page), (ev_window_start_presentation),
1855         (ev_window_dispose), (view_actions_focus_in_cb):
1856         * shell/ev-window.h: When building with D-Bus support, listen
1857         for multimedia key events from gnome-settings-daemon. This allows
1858         to go to the next/previous/first/last pages using, respectively,
1859         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1860         a presentation. Fixes bug #539971.
1861
1862 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1863
1864         * configure.ac:
1865         
1866         Update for release 2.23.4.
1867
1868 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * NEWS:
1871
1872         Update news for 2.23.4 release.
1873         
1874 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1875
1876         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1877         * shell/ev-sidebar-thumbnails.c:
1878         (ev_sidebar_thumbnails_set_loading_icon),
1879         (ev_sidebar_thumbnails_refresh):
1880         * shell/ev-window.c: (ev_window_error_message),
1881         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1882         (ev_window_set_document):
1883
1884         Do not crash opening documents with no pages and show a warning
1885         message in the message area. Fixes bugs #537574 and #171588.
1886         
1887 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1888
1889         * shell/Makefile.am:
1890         * shell/ev-file-monitor.[ch]:
1891         * shell/ev-window.c: (ev_window_document_changed),
1892         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1893         (ev_window_reload_job_cb), (ev_window_open_uri),
1894         (ev_window_reload_document), (ev_window_cmd_view_reload),
1895         (ev_window_dispose):
1896
1897         Automaticly reload the document when the file has changed on
1898         disk. Bug #304249.
1899         
1900 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1901
1902         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1903         * libdocument/ev-image.c: (ev_image_save_tmp):
1904         * libdocument/ev-module.c: (ev_module_load):
1905         * shell/ev-application.c: (ev_application_shutdown),
1906         (ev_application_get_print_settings):
1907         * shell/ev-sidebar-attachments.c:
1908         (ev_sidebar_attachments_button_press),
1909         (ev_sidebar_attachments_drag_data_get):
1910         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1911         (ev_window_print_finished), (ev_window_print_send),
1912         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1913         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1914         (ev_window_cmd_preview_print):
1915         * shell/main.c: (load_files_remote):
1916         Fix some build warnings under GCC 4.3.0. (#537535).
1917
1918 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1919
1920         * shell/ev-jobs.c: (ev_job_render_dispose):
1921
1922         Fix a crash in debug mode. Patch by Daniel M German.
1923         
1924 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1925
1926         * shell/ev-window.c:
1927
1928         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1929         
1930 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * shell/ev-window.c: (ev_window_print_send),
1933         (ev_window_do_preview_print):
1934
1935         Use the window title as print job name instead of just
1936         "evince-print". Fixes bug #534493.
1937         
1938 2008-05-19  Frederic Peters  <fpeters@0d.be>
1939
1940         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1941         Bug #533897.
1942
1943 2008-05-19  Frederic Peters  <fpeters@0d.be>
1944
1945         * help/reference/Makefile.am: added missing libevmountoperation to
1946         gtkdoc-scanobj libraries.  Bug #533896.
1947
1948 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1949
1950         * properties/ev-properties-view.c (get_default_user_units):
1951         Fixes check for default units string translation. Bug #533323.
1952
1953 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1954
1955         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1956         be an iks_free(). Fix an array overflow in the XML parser that
1957         would occur whenever the number of attributes in a tag was greater
1958         than 0 and divisible by 6. Fixes GNOME bug #530852.
1959
1960 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1961
1962         * backend/djvu/djvu-document-private.h:
1963         * backend/djvu/djvu-links.c:
1964         * backend/djvu/djvu-text.c:
1965         * backend/djvu/djvu-document.c: (djvu_handle_events),
1966         (djvu_wait_for_message), (djvu_document_load),
1967         (document_get_page_size), (djvu_document_render),
1968         (djvu_document_thumbnails_get_thumbnail),
1969         (djvu_document_file_exporter_end):
1970
1971         Make sure load job doesn't finish successfully when the document
1972         is not successfully decoded by libdjvu. Fixes bug #530202.
1973         
1974 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1975
1976         * configure.ac:
1977         * libdocument/Makefile.am:
1978         * libdocument/ev-debug.[ch]:
1979         * libdocument/ev-document.c:
1980         * shell/ev-jobs.c: (ev_job_links_dispose),
1981         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1982         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1983         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1984         (ev_job_render_page_ready), (ev_job_render_run),
1985         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1986         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1987         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1988         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1989         (ev_job_print_new), (ev_job_print_run):
1990         * shell/main.c: (main):
1991
1992         Add debug mode based on gedit code. Add debug messages in
1993         ev-jobs.
1994         
1995 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * libdocument/ev-document-factory.c: (get_document_from_uri):
1998
1999         Fix memory leak.
2000         
2001 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2002
2003         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2004         (get_mime_type_from_data), (get_document_from_uri),
2005         (ev_document_factory_get_document):
2006         
2007         Improved error message about file opening failture.
2008         Bug #529129.
2009
2010 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2011
2012         * data/evince-toolbar.xml:
2013         
2014         Allow to add SaveAs to toolbar.
2015
2016 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2017
2018         * shell/ev-view-private.h:
2019         * shell/ev-view.[ch]: (ev_view_button_release_event),
2020         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2021         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2022         (ev_view_update_primary_selection), (clear_link_selected),
2023         (ev_view_copy_link_address):
2024         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2025
2026         Update also the primary selection when copying a link
2027         address. Fixes bug #520855.
2028         
2029 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2030
2031         * libdocument/ev-document-factory.c: (get_document_from_uri):
2032
2033         Use the pixbuf backend only when the mime type is not supported by
2034         any of the other backend so that tiff documents, for instance, are
2035         handled by the tiff backend instead of the pixbuf backend. fixes
2036         bug #520290.
2037         
2038 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2039
2040         * cut-n-paste/Makefile.am:
2041
2042         Add evmountoperation to subdirs list.
2043         
2044 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2045
2046         * configure.ac:
2047
2048         Fix libspectre check in configure script. Fixes bug #528549.
2049         
2050 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2051
2052         * configure.ac:
2053         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2054         * shell/Makefile.am:
2055         * shell/ev-window.c: (ev_window_load_remote_failed),
2056         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2057
2058         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2059         open documents in remote locations that are not mounted.
2060         
2061 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2062
2063         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2064         (bitmap_convert_msb8):
2065         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2066         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2067
2068         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2069         
2070 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2071
2072         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2073         (ev_job_render_new), (ev_job_render_set_selection_info),
2074         (ev_job_render_run):
2075         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2076         (check_job_size_and_unref),
2077         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2078         (add_job), (ev_pixbuf_cache_get_selection_surface):
2079
2080         Create the render context needed for rendering a page in the render
2081         thread so that we don't block the main thread. Simplify
2082         EvJobRender API.
2083         
2084 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2085
2086         * libdocument/Makefile.am:
2087         * libdocument/ev-page.[ch]:
2088         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2089         (ev_render_context_new), (ev_render_context_set_page):
2090         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2091         (ev_form_field_finalize), (ev_form_field_class_init):
2092         * libdocument/ev-document-forms.[ch]:
2093         (ev_document_forms_get_form_fields):
2094         * libdocument/ev-document.[ch]: (ev_document_get_page),
2095         (ev_document_get_page_size), (ev_document_get_page_label):
2096         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2097         (ev_job_render_run), (ev_job_thumbnail_new),
2098         (ev_job_thumbnail_run), (ev_job_print_run):
2099         * shell/ev-page-cache.c: (ev_page_cache_new):
2100         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2101         (check_job_size_and_unref), (add_job):
2102         * shell/ev-sidebar-thumbnails.c: (add_range):
2103         * shell/ev-view.c: (ev_view_form_field_get_region),
2104         (ev_view_form_field_button_create_widget),
2105         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2106         (ev_view_handle_form_field), (ev_view_size_allocate),
2107         (get_selected_text):
2108         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2109         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2110         (pdf_document_get_page), (pdf_document_get_page_label),
2111         (pdf_document_render), (pdf_document_get_info),
2112         (pdf_document_document_iface_init),
2113         (pdf_document_thumbnails_get_thumbnail),
2114         (pdf_document_thumbnails_get_dimensions),
2115         (pdf_document_file_exporter_do_page),
2116         (pdf_selection_render_selection),
2117         (pdf_selection_get_selected_text),
2118         (pdf_selection_get_selection_region),
2119         (pdf_selection_get_selection_map),
2120         (pdf_document_forms_get_form_fields),
2121         (pdf_document_forms_form_field_text_get_text),
2122         (pdf_document_forms_form_field_text_set_text),
2123         (pdf_document_forms_form_field_button_set_state),
2124         (pdf_document_forms_form_field_button_get_state),
2125         (pdf_document_forms_form_field_choice_get_item),
2126         (pdf_document_forms_form_field_choice_get_n_items),
2127         (pdf_document_forms_form_field_choice_is_item_selected),
2128         (pdf_document_forms_form_field_choice_select_item),
2129         (pdf_document_forms_form_field_choice_toggle_item),
2130         (pdf_document_forms_form_field_choice_unselect_all),
2131         (pdf_document_forms_form_field_choice_set_text),
2132         (pdf_document_forms_form_field_choice_get_text):
2133         * backend/ps/ev-spectre.c: (ps_document_get_page),
2134         (ps_document_get_page_size), (ps_document_get_page_label),
2135         (ps_document_render), (ps_document_document_iface_init),
2136         (ps_document_file_exporter_do_page):
2137         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2138         (tiff_document_render), (tiff_document_render_pixbuf),
2139         (tiff_document_file_exporter_do_page):
2140         * backend/pixbuf/pixbuf-document.c:
2141         (pixbuf_document_get_page_size):
2142         * backend/comics/comics-document.c:
2143         (comics_document_get_page_size), (comics_document_render_pixbuf):
2144         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2145         (djvu_document_render), (djvu_selection_get_selected_text),
2146         (djvu_document_thumbnails_get_thumbnail),
2147         (djvu_document_file_exporter_do_page),
2148         (djvu_document_find_get_result):
2149         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2150         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2151         (dvi_document_thumbnails_get_thumbnail),
2152         (dvi_document_file_exporter_do_page):
2153         * backend/impress/impress-document.c:
2154         (impress_document_get_page_size),
2155         (impress_document_render_pixbuf):
2156         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2157
2158         Add EvPage so that we can hold a reference to the backend
2159         page. Form fields keep now a reference to the poppler page
2160         improving performance since we don't have to create/destroy the
2161         poppler field for every form operation. This will be needed for
2162         annotations too.
2163         
2164 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2165
2166         * data/evince-ui.xml:
2167         * shell/ev-window.c:
2168
2169         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2170         
2171 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2172
2173         * configure.ac:
2174         * backend/ps/Makefile.am:
2175
2176         Remove gs stuff from ps backend.
2177         
2178 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2179
2180         * configure.ac:
2181         * backend/pdf/ev-poppler.cc:
2182
2183         Bump poppler requirement to 0.8.0.
2184         
2185 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2186
2187         * NEWS:
2188         * configure.ac:
2189
2190         Update for release 2.22.1.1
2191
2192 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2193
2194         * configure.ac:
2195
2196         Fix build (again) when poppler version is 0.6
2197         
2198 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2199
2200         * backend/djvu/djvu-links.c: (build_tree):
2201
2202         Make sure link title is a valid utf8 string. Fixes bug #526517.
2203         
2204 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * configure.ac:
2207
2208         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2209         #526799.
2210         
2211 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2212
2213         * configure.ac:
2214         
2215         Update for release 2.22.1.
2216
2217 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * NEWS:
2220
2221         Update for upcoming release.
2222
2223 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * configure.ac:
2226         * backend/dvi/dvidocument.evince-backend.in:
2227
2228         Add compressed dvi to the list of supported mime types. Patch by
2229         Ed Catmur. Fixes bug #307087.
2230
2231 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2232
2233         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2234
2235         Fix a crash when printing a range that doesn't specify the start or
2236         end page. Fixes bug #524288.
2237
2238 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * shell/ev-window.c: (ev_window_cmd_continuous),
2241         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2242         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2243         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2244         (ev_window_run_presentation), (ev_window_stop_presentation),
2245         (ev_window_cmd_view_presentation),
2246         (ev_window_cmd_leave_fullscreen),
2247         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2248
2249         Do not unfullscreen and fullscreen again the window when changing
2250         from fullscreen to presentation mode and vice versa. Fixes bug
2251         #524112.
2252         
2253 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2254
2255         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2256
2257         Do not crash when thumbnail failed to render in PS backend. Fixes
2258         bug #525015.
2259         
2260 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2261
2262         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2263         (ev_window_load_file_remote), (ev_window_open_uri):
2264
2265         Handle errors when opening remote files.
2266         
2267 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2270
2271         Only grab the focus for the current visible proxy widget. Fixes
2272         bug #521224.
2273         
2274 2008-03-30  Emil Soleyman  <emil@nishra.com>
2275
2276         * shell/ev-window.c: (launch_external_uri):
2277         
2278         Reuse g_app_info_launch_default_for_uri to
2279         save some code and fix bug #525009.
2280
2281 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2282
2283         * shell/ev-window.c (image_save_dialog_response_cb):
2284
2285         Use g_str_has_suffix. See bug #523069.
2286
2287 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2288
2289         * configure.ac:
2290
2291         Add a configure option to enable/diable DBus. Patch by Rémi
2292         Cardona. Fixes bug 521797.
2293
2294 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2297
2298         Fix printing in documents with rotated pages. Patch by Eugen
2299         Dedu. Fixes bug #512648.
2300         
2301 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2304         (ev_link_from_action):
2305
2306         Fix warning messages.
2307         
2308 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2309
2310         * shell/ev-window.c: (image_save_dialog_response_cb):
2311
2312         Do not append the extension to filename when saving an image
2313         if the filename alredy contains the extension. Fixes bug #523069.
2314         
2315 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * shell/ev-view.[ch]: (ev_view_find_cancel):
2318         * shell/ev-window.c: (find_bar_close_cb):
2319
2320         Cancel the find operation when the find bar is closed. Fixes bug
2321         #508845.
2322         
2323 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2324
2325         * backend/ps/psdocument.evince-backend.in:
2326
2327         Make ps backend module resident. Fixes bug #520607.
2328         
2329 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * shell/ev-jobs.c: (ev_job_print_run):
2332
2333         Invert collate action in order to work as expected, fix reverse
2334         printing so that it doesn't start with a blank page and fix number
2335         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2336         
2337 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2338
2339         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2340
2341         Fix build with poppler <= 0.7.2
2342         
2343 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2344
2345         * libdocument/ev-document-misc.c:
2346         (ev_document_misc_surface_from_pixbuf):
2347
2348         Fix selections with poppler-splash.
2349         
2350 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2351
2352         * configure.ac:
2353         * backend/pdf/ev-poppler.cc:
2354
2355         Fix build with poppler >= 0.7.2
2356         
2357 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2358
2359         * configure.ac:
2360         
2361         Update for release 2.22.0
2362
2363 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * NEWS:
2366
2367         Update for upcoming release.
2368
2369 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2370
2371         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2372
2373         Bug 495107 – Handle print dialog responses correctly
2374
2375         Correctly handle print dialog response. Properly fixes
2376         the above mentioned bug.
2377
2378 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2379
2380         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2381
2382         Make sure print job is only run when the print button is
2383         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2384         
2385 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2386
2387         * backend/pdf/pdfdocument.evince-backend.in:
2388         * libdocument/ev-backends-manager.c:
2389         (ev_backends_manager_load_backend),
2390         (ev_backends_manager_get_document):
2391         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2392
2393         Allow making backend modules resident. This is needed only for
2394         some backends like pdf to avoid registering glib types more than
2395         once.
2396         
2397 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * backend/comics/comics-document.c:
2400         * backend/djvu/djvu-document.c:
2401         * backend/impress/impress-document.c:
2402         * backend/pdf/ev-poppler.cc:
2403         * backend/pixbuf/pixbuf-document.c:
2404         * backend/ps/ev-spectre.c:
2405         * backend/ps/ps-document.c:
2406         * backend/tiff/tiff-document.c:
2407         * libdocument/ev-document.h:
2408         * properties/ev-properties-main.c:
2409
2410         Use g_type_module_add_interface instead of
2411         g_type_add_interface_static. Fixes bug #519679.
2412         
2413 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2414
2415         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2416         Added. Returns whether the animation has everything necessary to run.
2417         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2418         is ready just because it's been created. Fixes #519106.
2419         (draw_one_page): Do not show the "Loading..." text in presentation
2420         mode, there was a slim probability that this could happen.
2421
2422 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2425
2426         Duplicate mime_type string before freeing it so that it doesn't
2427         always fail when getting mime type from uri. Fixes bug #518874.
2428         
2429 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2432
2433         Fix a crash when a choice form field doesn't have any item
2434         selected. Fixes bug #518831
2435         
2436 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2437
2438         * shell/ev-window.c (ev_window_clear_temp_file):
2439         Use g_file_has_prefix instead of renamed
2440         g_file_contains_file.
2441
2442         * configure.ac:
2443         Require new glib for above change.
2444         
2445 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * libdocument/ev-image.c: (ev_image_finalize),
2448         (ev_image_save_tmp):
2449
2450         Return a real uri instead of a filename when saving an
2451         image. Fixes images drag an drop from evince to nautilus. 
2452         
2453 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2454
2455         * backend/pdf/ev-poppler.cc:
2456         (pdf_document_images_get_image_mapping):
2457
2458         Return the image list in the right order. Fixes bug #516237.
2459         
2460 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2461
2462         * backend/impress/impress-document.c:
2463         (impress_document_thumbnails_get_thumbnail):
2464
2465         Remove unused variable to avoid a compiler warning.
2466
2467 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2468
2469         * configure.ac:
2470         
2471         Update for release 2.21.91.
2472
2473 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2474
2475         * configure.ac:
2476         * shell/Makefile.am:
2477         * shell/ev-application.[ch]:
2478         * shell/ev-sidebar-links.c:
2479         * shell/ev-utils.[ch]:
2480         * shell/ev-window.[ch]:
2481
2482         Remove libgnomeprint support. Fixes bug #512370.
2483         
2484 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2485
2486         * thumbnailer/evince-thumbnailer.c: (main):
2487
2488         Initialize glib type system before using it. Fixes bug #513934.
2489         
2490 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2491
2492         * properties/ev-properties-main.c:
2493
2494         Add missing #include.
2495         
2496 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2497
2498         * configure.ac:
2499         * backend/djvu/djvu-document.c: (djvu_document_render):
2500         * backend/tiff/tiff-document.c: (tiff_document_render):
2501
2502         Use the new cairo function cairo_format_stride_for_width when
2503         available. Fixes bug #482720.
2504
2505 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2506
2507         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2508         (get_mime_type_from_data), (get_document_from_uri):
2509
2510         Use g_content_type_guess() only when slow is true in
2511         get_document_from_uri(). Fix several memory leaks.
2512         
2513 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2514
2515         * libdocument/ev-document-factory.c:
2516         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2517         (get_document_from_uri):
2518
2519         Use g_content_type_guess () to get mimetype for files.
2520         Bug #510401.
2521
2522 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2523
2524         * thumbnailer/Makefile.am:
2525
2526         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2527         
2528 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2529
2530         * configure.ac:
2531
2532         Fix build with --without-libgnome. Fixes bug #512771.
2533         
2534 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2535
2536         * backend/dvi/Makefile.am: Install only dvi
2537         module. Fixes bug #512718.
2538
2539 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2540
2541         * properties/ev-properties-main.c: (nautilus_module_initialize):
2542         
2543         Initialize backends in properties tab. Fixes bug
2544         #512720.
2545
2546 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2547
2548         * properties/Makefile.am: No need to link with 
2549         libraries. Fixes bug #512719.
2550
2551 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2552
2553         * NEWS:
2554         * configure.ac:
2555         
2556         Update for release 2.21.90.
2557
2558 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2559
2560         * shell/ev-window.c: (ev_window_cmd_escape):
2561
2562         Fix compile warning.
2563         
2564 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2565
2566         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2567
2568         Fix printing in dvi backend when filename contains white
2569         espaces. Fixes bug #502839.
2570         
2571 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2572
2573         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2574         (screensaver_disable_x11):
2575         * shell/Makefile.am:
2576         * shell/xdg-user-dir-lookup.c: Removed
2577         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2578         * shell/ev-view.c: (ev_view_presentation_transition_start):
2579         * shell/ev-window.c: (ev_window_cmd_file_open),
2580         (ev_window_cmd_save_as), (presentation_set_timeout):
2581
2582         Remove #ifdefs that are no longer needed.
2583         
2584 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * shell/ev-view.[ch]: (ev_view_button_release_event),
2587         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2588         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2589         (ev_window_cmd_escape):
2590
2591         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2592         
2593 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2594
2595         * configure.ac:
2596         * backend/comics/comics-document.c: (comics_document_load):
2597         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2598         (ev_attachment_set_property), (ev_attachment_init),
2599         (ev_attachment_save), (ev_attachment_launch_app),
2600         (ev_attachment_open):
2601         * libdocument/ev-document-factory.c: (get_document_from_uri):
2602         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2603         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2604         * shell/ev-jobs.c:
2605         * shell/ev-password.c: (ev_password_dialog_set_property),
2606         (ev_password_dialog_save_password):
2607         * shell/ev-sidebar-attachments.c:
2608         (ev_sidebar_attachments_drag_data_get):
2609         * shell/ev-window-title.c: (get_filename_from_uri):
2610         * shell/ev-window.c: (ev_window_clear_temp_file),
2611         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2612         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2613         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2614         (launch_external_uri), (image_save_dialog_response_cb),
2615         (attachment_save_dialog_response_cb):
2616         * shell/main.c: (load_files), (load_files_remote), (main):
2617         * thumbnailer/evince-thumbnailer.c: (main):
2618
2619         Port to gio and drop gnome-vfs dependency. Fixes bug
2620         #510401. Based on patch by Cosimo Cecchi.
2621         
2622 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2623
2624         * NEWS:
2625
2626         Fixed formatting inconsistencies (spaces vs. tabs)
2627
2628 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2629
2630         * shell/ev-window.c:
2631
2632         Use top/up/bottom/down arrows instead of
2633         first/left/last/right in the toolbar and menu actions.
2634         This fixes issues with RTL languages and is visually
2635         consistent with the page view. Fixes bug #170081.
2636
2637 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2638
2639         * NEWS:
2640
2641         Fixed some inaccuracies pointed out by Carlos Garcia
2642         Campos.
2643
2644 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2645
2646         * NEWS:
2647         * data/evince.schemas.in:
2648         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2649
2650         Override PDF restrictions by default. Fixes bug #382700.
2651
2652 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2653
2654         * NEWS: Updated for upcoming release
2655
2656 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2659
2660         Fix memory leak.
2661         
2662 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2663
2664         * shell/ev-window.c: (register_custom_actions):
2665         
2666         Added comment for translators
2667
2668 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * shell/ev-view.c: (ev_view_button_release_event):
2671
2672         Do not create the idle function for kinetic scrolling if we are
2673         not in a drag operation.
2674
2675 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2676
2677         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2678         (ev_view_button_press_event), (ev_view_motion_notify_event),
2679         (ev_view_button_release_event):
2680
2681         Restore cursor after autoscrolling. Fixes bug #509958.
2682
2683 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2684
2685         * configure.ac:
2686         * backend/pdf/ev-poppler.cc:
2687         (pdf_document_images_get_image_mapping),
2688         (pdf_document_images_get_image),
2689         (pdf_document_document_images_iface_init):
2690         * libdocument/ev-document-images.[ch]:
2691         (ev_document_images_get_image_mapping),
2692         (ev_document_images_get_image):
2693         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2694         (ev_image_get_id), (ev_image_save_tmp):
2695         * shell/ev-jobs.c: (ev_job_render_run):
2696         * shell/ev-view.c: (ev_view_drag_data_get):
2697         * shell/ev-window.c: (image_save_dialog_response_cb),
2698         (ev_view_popup_cmd_copy_image):
2699
2700         Do not render images when rendering the page but on demand. It
2701         reduces the memory comsumption.
2702         
2703 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2704
2705         * configure.a:
2706         * shell/ev-password.c:
2707
2708         Make gnome-keyring optional. Fixes bug #509676.
2709         
2710 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * shell/ev-pixbuf-cache.c: (add_job):
2713
2714         Initialize include_images variable as FALSE instead of TRUE.
2715         
2716 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2717
2718         * configure.ac:
2719         * cut-n-paste/Makefile.am:
2720         * cut-n-paste/fileformatchooser/Makefile.am:
2721         * cut-n-paste/fileformatchooser/egg-macros.h:
2722         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2723         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2724         * shell/Makefile.am:
2725         * shell/ev-utils.c:
2726         (file_chooser_dialog_add_writable_pixbuf_formats),
2727         (get_gdk_pixbuf_format_by_extension):
2728         * shell/ev-utils.h:
2729         * shell/ev-window.c: (ev_window_error_message),
2730         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2731         
2732         Simplify image format selection on save.
2733
2734 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2735
2736         * shell/ev-view.c: (ev_view_scroll_event):
2737         
2738         Repair gorizontal scrolling with shift. Fixes
2739         bug #483412.
2740
2741 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2742         
2743         * MAINTAINERS:
2744
2745         Fix formatting issues.
2746         
2747 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2748
2749         * backend/comics/comics-document.c: (comics_regex_quote):
2750         
2751         Don't overquote special chars except of '. See bug 
2752         502500. Thanks to Tom Parker.
2753
2754 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2755
2756         * MAINTAINERS:
2757         
2758         Added Nickolay and Carlos, since they're doing most of
2759         the releases nowadays.
2760
2761 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2762
2763         * properties/Makefile.am:
2764
2765         Get the nautilus extension dir properly instead of using
2766         a hack. Fixes bug #505359.
2767
2768 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2769
2770         * properties/Makefile.am:
2771         
2772         Install nautilus extension into new place. See bug
2773         #505359. Thanks to Matthias Clasen, Brian Pepple and
2774         Damien Carbery.
2775
2776 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2777
2778         * shell/ev-window.c: (ev_window_get_recent_file_label):
2779         
2780         RTL marker in recent file list. See bug #509076.
2781
2782 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2783
2784         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2785         * shell/ev-window.c: (image_save_dialog_response_cb):
2786
2787         Fix compile warnings due to unused variables.
2788         
2789 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2790
2791         * configure.ac:
2792         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2793         * backend/ps/ev-spectre.c: (ps_document_render):
2794
2795         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2796
2797 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2798
2799         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2800         (ev_transition_animation_paint): Implement "fade" effect.
2801
2802 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2803
2804         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2805         (ev_transition_animation_paint): Implement "uncover" effect.
2806
2807 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2808
2809         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2810         (ev_transition_animation_paint): Implement "cover" effect.
2811
2812 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2813
2814         * shell/ev-transition-animation.c (ev_transition_animation_push)
2815         (ev_transition_animation_paint): Implement "push" effect.
2816
2817 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2818
2819         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2820         (ev_transition_animation_paint): Implement "dissolve" effect.
2821
2822 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2823
2824         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2825         (ev_transition_animation_paint): Implement "wipe" effect.
2826
2827 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2828
2829         * shell/ev-transition-animation.c (ev_transition_animation_box)
2830         (ev_transition_animation_paint): Implement "box" effect.
2831
2832 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2833
2834         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2835         (ev_transition_animation_paint): Implement "blinds" effect.
2836
2837 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2838
2839         * shell/ev-transition-animation.c (ev_transition_animation_split)
2840         (ev_transition_animation_paint): Implement "split" effect.
2841
2842 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2843
2844         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2845         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2846         (ev_view_transition_animation_start) 
2847         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2848         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2849         (ev_view_next_page) (ev_view_previous_page):
2850         
2851         Use EvTransitionAnimation to drive page changes in the presentation
2852         mode, the animation will wait to start until both the origin and 
2853         destination page surfaces are available. Fixes #458460.
2854
2855         (draw_loading_text):
2856
2857         Remove workaround for bug #320352, it's now fixed properly.
2858
2859
2860 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2861
2862         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2863         will contain the implementations for page transition animations, at
2864         the moment it just has the "replace" effect.
2865         * shell/Makefile.am: Added these files to build.
2866
2867 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2868
2869         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2870         animations.
2871         * shell/Makefile.am: Added these files to build.
2872
2873 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2874
2875         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2876         implementation to get_effect() in EvDocumentTransitionIface.
2877
2878 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2879
2880         * libdocument/ev-transition-effect.[ch]: New files, define a page
2881         transition effect, at the moment it maps PopplerPageTransition to a
2882         GObject.
2883         * libdocument/Makefile.am: Added these files to build.
2884         * libdocument/ev-document-transition.[ch]
2885         (ev_document_transition_get_effect): New method, gets the
2886         EvTransitionEffect returned by the interface implementation, with
2887         fallback to the "replace" effect.
2888
2889 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2890
2891         * configure.ac:
2892         * cut-n-paste/Makefile.am:
2893         * cut-n-paste/fileformatchooser/Makefile.am:
2894         * cut-n-paste/fileformatchooser/egg-macros.h:
2895         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2896         * shell/Makefile.am:
2897         * shell/ev-window.c: (image_save_dialog_response_cb),
2898         (ev_view_popup_cmd_save_image_as):
2899
2900         Allow exporting images in any format supported by
2901         GdkPixbuf. Fixes bug #500209.
2902         
2903 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * backend/pixbuf/pixbuf-document.c:
2906
2907         More warnings fixed.
2908         
2909 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2910
2911         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2912         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2913         * backend/djvu/djvu-text.h:
2914         * backend/tiff/tiff-document.c: (tiff_document_render):
2915
2916         Fix compile warnings.
2917         
2918 2007-12-28  Christian Persch  <chpe@gnome.org>
2919
2920         * **/*.c: Include config.h. Bug #504721.
2921
2922 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2923
2924         * configure.ac:
2925         * Makefile.am:
2926         * po/POTFILES.in:
2927         * backend/comics/Makefile.am:
2928         * backend/comics/comics-document.[ch]:
2929         * backend/comics/comicsdocument.evince-backend.in:
2930         * backend/djvu/Makefile.am:
2931         * backend/djvu/djvu-document.[ch]:
2932         * backend/djvu/djvudocument.evince-backend.in:
2933         * backend/dvi/Makefile.am:
2934         * backend/dvi/dvi-document.[c]:
2935         * backend/dvi/dvidocument.evince-backend.in:
2936         * backend/impress/Makefile.am:
2937         * backend/impress/impress-document.[ch]:
2938         * backend/impress/impressdocument.evince-backend.in:
2939         * backend/pdf/Makefile.am:
2940         * backend/pdf/ev-poppler.cc:
2941         * backend/pdf/ev-poppler.h:
2942         * backend/pdf/pdfdocument.evince-backend.in:
2943         * backend/pixbuf/Makefile.am:
2944         * backend/pixbuf/pixbuf-document.[ch]:
2945         * backend/pixbuf/pixbufdocument.evince-backend.in:
2946         * backend/ps/Makefile.am:
2947         * backend/ps/ev-spectre.[ch]:
2948         * backend/ps/ps-document.[ch]:
2949         * backend/ps/psdocument.evince-backend.in:
2950         * backend/tiff/Makefile.am:
2951         * backend/tiff/tiff-document.[ch]:
2952         * backend/tiff/tiffdocument.evince-backend.in:
2953         * libdocument/Makefile.am:
2954         * libdocument/ev-backends-manager.[ch]:
2955         * libdocument/ev-module.[ch]:
2956         * libdocument/ev-document.h:
2957         * libdocument/ev-document-factory.[ch]:
2958         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2959         (get_compression_from_mime_type), (get_document_from_uri),
2960         (ev_document_factory_get_document), (file_filter_add_mime_types),
2961         (ev_document_factory_add_filters):
2962         * shell/Makefile.am:
2963         * shell/ev-window-title.c: (get_filename_from_uri):
2964         * shell/main.c: (main):
2965         * thumbnailer/Makefile.am:
2966         * thumbnailer/evince-thumbnailer.c: (main):
2967
2968         Plugin system for backends. Fixes bug #351348.
2969         
2970 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2971
2972         * shell/ev-view-private.h:
2973         * shell/ev-view.c: (ev_view_drag_update_momentum),
2974         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2975         (ev_view_button_release_event), (ev_view_destroy):
2976         
2977         Kinetic scrolling implemented as requested in
2978         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2979
2980 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2981
2982         * data/evince-toolbar.xml:
2983         * data/evince-ui.xml:
2984         * shell/ev-view-private.h:
2985         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2986         (ev_view_button_press_event), (ev_view_motion_notify_event),
2987         (ev_view_button_release_event), (ev_view_init),
2988         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2989         (ev_view_set_cursor):
2990         * shell/ev-view.h:
2991         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2992         (ev_window_cmd_view_autoscroll):
2993         
2994         Autoscroll feature with the context menu. Fixes bug 
2995         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2996
2997 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2998
2999         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3000
3001         Disconnect also page-ready signal when removing a job because the
3002         page size has changed. Thanks to kripken
3003         <kripkensteiner@gmail.com>.
3004
3005 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3006
3007         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3008         
3009         Scroll pages in page entry with mouse wheel. Fixes bug
3010         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3011
3012 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3013
3014         * backend/dvi/Makefile.am:
3015         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3016         (mdvi_cairo_device_init):
3017         * backend/dvi/mdvi-lib/common.h:
3018         * backend/dvi/mdvi-lib/mdvi.h:
3019         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3020         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3021         (mdvi_build_path_from_cwd):
3022
3023         Add ps specials support in dvi backend when libspectre is
3024         present. Fixes bug #386005.
3025         
3026 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3027
3028         * configure.ac:
3029         * backend/ps/Makefile.am:
3030         * backend/ps/ev-spectre.[ch]:
3031         
3032         Use libspectre, if available, for the ps backend. Fixes bugs
3033         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3034
3035 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3036         
3037         * backend/comics/comics-document.c: (comics_document_load):
3038         
3039         Cygwin build issue fix.
3040
3041 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3042
3043         * shell/ev-view.c: (ev_view_set_zoom):
3044
3045         Do not limit the minimum zoom factor when sizing mode is best bit
3046         or fit width. Fixes bug #503805.
3047         
3048 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3049
3050         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3051         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3052         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3053         (ev_link_dest_get_property), (ev_link_dest_set_property),
3054         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3055         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3056         (ev_link_dest_new_fitr):
3057         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3058         (goto_fith_dest), (goto_xyz_dest):
3059
3060         Do not change left, top and zoom values when they are null in PDF
3061         destinations. Fixes bug #460658.
3062         
3063 2007-12-10  Christian Persch  <chpe@gnome.org>
3064
3065         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3066         (ev_view_accessible_class_init),
3067         (ev_view_accessible_idle_do_action),
3068         (ev_view_accessible_action_do_action),
3069         (ev_view_accessible_action_get_description),
3070         (ev_view_accessible_action_set_description),
3071         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3072         (ev_view_accessible_factory_init),
3073         (ev_view_accessible_factory_get_accessible_type):
3074         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3075         private data, and G_DEFINE_TYPE. Bug #502843.
3076
3077 2007-12-08  Christian Persch  <chpe@gnome.org>
3078
3079         * shell/ev-metadata-manager.c: (item_free),
3080         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3081         (value_free), (parse_value), (parseItem),
3082         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3083         (save_values): Use GSlice to allocate small amounts of memory. Bug
3084         #475972.
3085
3086 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3087
3088         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3089
3090         Restore cursor to normal after a drag operation. Fixes bug
3091         #501603.
3092         
3093 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3094
3095         * NEWS:
3096         * configure.ac:
3097         
3098         Update for release 2.21.1
3099
3100 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3101
3102         * configure.ac:
3103         * cut-n-paste/gedit-message-area/Makefile.am:
3104         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3105         * shell/Makefile.am:
3106         * shell/ev-message-area.[ch]:
3107         * shell/ev-window.c: (ev_window_set_message_area),
3108         (ev_window_error_message_response_cb), (ev_window_error_message),
3109         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3110         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3111         (ev_attachment_popup_cmd_open_attachment),
3112         (attachment_save_dialog_response_cb), (ev_window_set_document),
3113         (ev_window_init):
3114
3115         Use a message area instead of a popup dialog for error
3116         notifications. Fixes bug #337495.
3117         
3118 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3119
3120         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3121         (ev_window_run_fullscreen):
3122
3123         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3124         
3125 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3126
3127         * ev-sidebar-thumbnails.c: (update_visible_range),
3128         (ev_sidebar_thumbnails_refresh),
3129         (ev_sidebar_thumbnails_set_document),
3130         (ev_sidebar_thumbnails_support_document):
3131
3132         Show thumbnails for documents with one page. Fixes bug #358751.
3133         
3134 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3135
3136         * shell/ev-window.c:
3137         (ev_window_load_print_settings_from_metadata),
3138         (ev_window_save_print_settings), (ev_window_print_finished),
3139         (ev_window_print_range):
3140
3141         Print settings that are specific to the document are now saved per
3142         document in the metadata file. Fixes bug #488806.
3143         
3144 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3145
3146         * backend/tiff/tiff-document.c: (tiff_document_render):
3147
3148         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3149         
3150 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3151
3152         * shell/ev-application.[ch]: (get_find_string_from_args),
3153         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3154         (ev_application_open_uri_list):
3155         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3156         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3157         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3158         (ev_window_cmd_recent_file_activate),
3159         (ev_window_open_recent_action_item_activated),
3160         (ev_window_print_send), (open_remote_link):
3161         * shell/main.c: (arguments_parse):
3162
3163         Add a command line option for search. Fixes bug #497710.
3164         
3165 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3166
3167         * shell/ev-jobs.c: (ev_job_print_new):
3168
3169         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3170         
3171 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3172
3173         * data/evince-toolbar.xml:
3174         * shell/Makefile.am:
3175         * shell/ev-application.c: (ev_application_init):
3176         * shell/ev-open-recent-action.[ch]:
3177         * shell/ev-window.c:
3178         (ev_window_open_recent_action_item_activated),
3179         (register_custom_actions):
3180
3181         Add an expander to the open toolbar item which pops up a dropdown
3182         menu with the recently used documents. Fixes bug #487215.
3183         
3184 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3185
3186         * shell/ev-window.c: (ev_window_open_uri),
3187         (ev_window_cmd_view_reload):
3188
3189         Do not jump to the first page when reloading by running evince
3190         from the command line. Fixes bug #490847.
3191         
3192 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3193
3194         * shell/ev-window.c: (ev_window_cmd_help_contents):
3195
3196         Plugged memory leak when help file is not found. Fixes bug
3197         #490762.
3198         
3199 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3200
3201         * configure.ac:
3202
3203         Enable djvu, dvi and comics backends by default. Fixes bug
3204         #437121.
3205         
3206 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3207
3208         * configure.ac:
3209         * cut-n-paste/Makefile.am:
3210         * cut-n-paste/recent-files/*: Removed
3211         * help/reference/Makefile.am:
3212         * shell/Makefile.am:
3213         * shell/ev-application.[ch]: (ev_application_shutdown),
3214         (ev_application_init):
3215         * shell/ev-window.c: (ev_window_add_recent),
3216         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3217
3218         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3219         
3220 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3221
3222         * shell/ev-window.c: (launch_external_uri):
3223
3224         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3225         and report error if the URL is not supported (#489910).
3226
3227 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3230         (pdf_document_file_exporter_begin_page),
3231         (pdf_document_file_exporter_end_page):
3232
3233         Fix printing with poppler splash backend. Fixes bug #489774.
3234         
3235 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3238         * shell/ev-print-job.c: (ev_print_job_class_init):
3239
3240         Fix a crash when printing with the gnome-print dialog. Fixes bug
3241         #488939.
3242         
3243 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3244
3245         * backend/pixbuf/pixbuf-document.c:
3246
3247         Fix an implicit function definition warning (#487655)
3248
3249 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * shell/ev-window.c:
3252
3253         Fix conflicting shortcut for view sade pane and presentation.
3254         
3255 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * backend/pdf/ev-poppler.cc:
3258         (pdf_document_file_exporter_begin_page),
3259         (pdf_document_file_exporter_do_page),
3260         (pdf_document_file_exporter_end_page),
3261         (pdf_document_file_exporter_iface_init):
3262         * libdocument/ev-file-exporter.[ch]:
3263         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3264         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3265         (ev_job_print_run):
3266
3267         When printing multiple pages per sheet in reverse option, do not
3268         invert the order of the pages in every sheet, but the order of the
3269         sheets. Do not print blank pages when page range is invalid. Fixes
3270         bugs #484857 and #485521.
3271         
3272 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3273
3274         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3275         (ev_job_print_run):
3276         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3277
3278         Respect ranges order when printing more than one range in random
3279         order.
3280         
3281 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3282
3283         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3284         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3285
3286         Rotate also the window icon when document is rotated. Fixes bug
3287         #474681.
3288         
3289 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3290
3291         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3292         (pdf_document_forms_get_form_fields):
3293
3294         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3295         Matthias Drochner.
3296         
3297 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3298
3299         * configure.ac:
3300         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3301
3302         Use poppler_page_render_for_printing() instead of
3303         poppler_page_render() if available when exporting to a ps or pdf
3304         file. Fixes bug #476627.
3305         
3306 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3307
3308         * shell/ev-window.c: (ev_window_run_fullscreen):
3309
3310         Do not show the toolbar in fullscreen mode if the main toolbar is
3311         not visible. Fixes bug #483048.
3312         
3313 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3314
3315         * shell/ev-view.c: (ev_view_button_press_event):
3316
3317         Give priority to form fields over images when deciding whether a
3318         button press event is over an image or form field. It allows edit
3319         form fields when they are over a background image. Fixes bug
3320         #477841.
3321         
3322 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3323
3324         * NEWS:
3325         * configure.ac:
3326         
3327         Update for release 2.20.0
3328
3329 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3330
3331         * backend/pdf/ev-poppler.cc:
3332
3333         Remove #ifdef HAVE_FORMS, so that forms support works again.
3334
3335 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3336
3337         * configure.ac:
3338         * data/evince.desktop.in.in:
3339         
3340         Fixes desktop file issues. See bug #473471.
3341
3342 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3343
3344         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3345         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3346         (ev_job_queue_remove_job):
3347         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3348         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3349         * shell/ev-window.c: (ev_window_clear_save_job),
3350         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3351         (ev_window_dispose):
3352
3353         Move save a copy task to its own job so that it's carried out in a
3354         thread avoiding another lock in the main thread. Use
3355         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3356         can be saved to a pathin another file system. Fixes bug #456891.
3357         
3358 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3359
3360         * NEWS:
3361         * configure.ac:
3362         
3363         Update for release 2.19.92
3364
3365 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * configure.ac:
3368         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3369         (pdf_selection_get_selection_region),
3370         (pdf_selection_get_selection_map),
3371         (ev_form_field_from_poppler_field):
3372
3373         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3374         and triple click selections are enabled again now.
3375
3376 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * shell/ev-window.c: (ev_window_add_history):
3379
3380         Make sure not to use the history with documents not supporting
3381         links. Fixes bug #468954.
3382
3383 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * shell/ev-window.c: (ev_window_load_job_cb):
3386
3387         Restart the search when reloading a document with the find bar
3388         visible. Fixes bug #461962.
3389
3390 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3391
3392         * shell/ev-window.c: (setup_document_from_metadata),
3393         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3394
3395         Do not jump to the first page when reloading a document from the
3396         last page.
3397
3398 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * shell/ev-window.c: (update_chrome_flag),
3401         (setup_sidebar_from_metadata),
3402         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3403         (ev_window_cmd_edit_find_next),
3404         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3405         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3406         (find_bar_close_cb), (view_actions_focus_in_cb):
3407
3408         Do not update visibility when changing a chrome flag so that it's
3409         possible to update several flags and update visibility only once
3410         for all of them.
3411
3412 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3413
3414         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3415
3416         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3417         supported by gtk+. Fixes bug #460907.
3418
3419 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * shell/ev-view.c: (view_update_range_and_current_page):
3422
3423         Make sure current-page <= end-page in continuous mode. Fixes bug
3424         #454950.
3425
3426 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3427
3428         * backend/pdf/ev-poppler.cc: (build_tree):
3429
3430         Ignore outline items without a title. Fixes bug #453913.
3431
3432 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3433
3434         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3435         (ev_view_button_release_event), (ev_view_leave_notify_event):
3436
3437         Use always drag mouse cursor during a drag operation. Fixes bug
3438         #470564.
3439
3440 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3441
3442         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3443         (pdf_selection_get_selection_region),
3444         (pdf_selection_get_selection_map):
3445
3446         Temporarily disable double and triple selections since it depends on
3447         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3448         released and the update of the external dependency minimal version
3449         approved.
3450
3451 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3454         (pdf_document_file_exporter_do_page):
3455         * libdocument/ev-file-exporter.h:
3456         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3457         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3458
3459         Actually fix printing regressions. Remove orientation from
3460         EvPrintContext since it's redundant.
3461
3462 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3463
3464         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3465         * backend/impress/impress-document.c:
3466         (impress_document_document_iface_init):
3467         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3468         * backend/djvu/djvu-document.c:
3469         (djvu_document_document_iface_init),
3470         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3471         * backend/tiff/tiff-document.c:
3472         (tiff_document_document_iface_init):
3473         * backend/pixbuf/pixbuf-document.c:
3474         (pixbuf_document_document_iface_init):
3475         * backend/comics/comics-document.c:
3476         (comics_document_document_iface_init):
3477         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3478         (pdf_selection_render_selection),
3479         (pdf_selection_get_selected_text),
3480         (pdf_selection_get_selection_region),
3481         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3482         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3483         (ev_selection_get_selection_region),
3484         (ev_selection_get_selection_map):
3485         * libdocument/ev-document.[ch]:
3486         * shell/ev-pixbuf-cache.[ch]: (add_job),
3487         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3488         * shell/ev-view-private.h:
3489         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3490         (ev_job_render_run):
3491         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3492         * shell/ev-view.c: (start_selection_for_event),
3493         (ev_view_button_press_event), (ev_view_drag_data_get),
3494         (ev_view_drag_data_received), (ev_view_button_release_event),
3495         (compute_new_selection_text), (compute_selections),
3496         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3497         (ev_view_primary_get_cb):
3498
3499         Add support for double and triple click selections.
3500
3501 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3502
3503         * NEWS:
3504         * configure.ac:
3505
3506         Update for release 2.19.4
3507
3508 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3509
3510         * shell/ev-view-private.h:
3511         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3512         (ev_view_set_highlight_search):
3513         * shell/ev-view.h:
3514         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3515         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3516         (find_bar_visibility_changed_cb):
3517         
3518         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3519
3520 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3521
3522         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3523         (pdf_document_file_exporter_begin),
3524         (pdf_document_file_exporter_do_page):
3525         * shell/ev-jobs.c: (ev_job_print_run):
3526         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3527
3528         Create always a portrait cairo surface and rotate when needed for
3529         landscape. It fixes printing problems in real printers.
3530
3531 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3532
3533         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3534         * libdocument/ev-file-exporter.[ch]:
3535         (ev_file_exporter_get_capabilities):
3536         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3537         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3538
3539         Adjust number of pages per row according to page orientation when
3540         printing 2 or 6 pages per sheet.
3541
3542 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * shell/ev-window.c: (ev_window_print_send):
3545
3546         Reset also cups setting to 1 when printing multiple pages per
3547         sheet. Fixes bug #468853.
3548
3549 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3550
3551         * libdocument/ev-document-misc.c:
3552         (ev_document_misc_surface_rotate_and_scale):
3553
3554         Use directly cairo_surface_get_content() when creating a similar
3555         surface as suggested by Jeff Muizelaar. Thanks again.
3556
3557 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3558
3559         * backend/djvu/djvu-document.c: (djvu_document_render):
3560         * backend/tiff/tiff-document.c: (tiff_document_render):
3561         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3562         * libdocument/ev-document-misc.c:
3563         (ev_document_misc_surface_from_pixbuf),
3564         (ev_document_misc_surface_rotate_and_scale):
3565
3566         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3567         creating page surfaces. Fixes bug #453123. Thank you very much to
3568         Jeff Muizelaar <jeff@infidigm.net>.
3569
3570 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3571
3572         * shell/ev-page-cache.c: (ev_page_cache_new),
3573         (ev_page_cache_get_thumbnail_size):
3574         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3575         (ev_sidebar_thumbnails_set_loading_icon):
3576
3577         Also store in page-cache the dimensions of the thumbnails so that
3578         they can be used to create the correct loading icon in the side
3579         pane. Fixes bug #466857.
3580
3581 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3582
3583         * backend/pdf/ev-poppler.cc:
3584         (pdf_document_thumbnails_get_thumbnail):
3585
3586         Fix thumbnails rotation in pdf documents that include embedded 
3587         thumbnails.
3588
3589 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3590
3591         * backend/pdf/ev-poppler.cc:
3592
3593         Don't use #ifdef in macro expansion. Some compilers don't
3594         like that. Closes bug #467042.
3595
3596 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3597
3598         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3599         
3600         Fixes memory leak in djvu backend.
3601
3602 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3603
3604         * data/icons/32x32/Makefile.am:
3605         * data/icons/32x32/actions/Makefile.am:
3606         * data/icons/32x32/actions/view-page-cont.svg:
3607         * data/icons/32x32/actions/view-page-facing.svg:
3608         * data/icons/48x48/Makefile.am:
3609         * data/icons/48x48/actions/Makefile.am:
3610         * data/icons/48x48/actions/view-page-cont.svg:
3611         * data/icons/48x48/actions/view-page-facing.svg:
3612         
3613         Icons for a new sizes.
3614
3615 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3616
3617         * shell/ev-page-cache.c: (build_height_to_page),
3618         (ev_page_cache_get_height_to_page):
3619         
3620         Fixes invalid read, see bug #466401.
3621
3622 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3623
3624         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3625         (set_drag_cursor):
3626         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3627         (configure_item_cursor), (new_pixbuf_from_widget):
3628
3629         Fix multihead problems in toolbar editor. Fixes bug #382055.
3630
3631 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3632
3633         * shell/ev-window.c: (ev_window_cmd_file_open),
3634         (ev_window_cmd_save_as):
3635
3636         Use g_get_user_special_dir when available instead of
3637         xdg_user_dir_lookup.
3638
3639 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3640
3641         * MAINTAINERS:
3642         
3643         Updated according to request on desktop-devel.
3644
3645 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3646
3647         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3648
3649         Do not use cairo_rectangle and cairo_clip since we are
3650         not using cairo_fill but cairo_paint. Use the same cairo context
3651         for every page in the same expose event.
3652
3653 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3654
3655         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3656         leak.
3657
3658 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3659
3660         * configure.ac:
3661         * NEWS:
3662
3663         Release 0.9.3
3664
3665 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3666
3667         * libdocument/ev-document-info.h:
3668         * libdocument/ev-document.h:
3669         * shell/ev-page-action.h:
3670         * shell/ev-sidebar-links.h:
3671
3672         Fix a headers problem with ev-link
3673         
3674         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3675         * shell/ev-view-private.h:
3676         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3677         (get_link_area), (ev_view_query_tooltip),
3678         (ev_view_leave_notify_event), (ev_view_destroy),
3679         (ev_view_class_init):
3680
3681         Use new gtk tooltips when available instead of ev-tooltip.
3682         
3683 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * shell/ev-window.c: (update_chrome_visibility),
3686         (ev_window_sidebar_visibility_changed_cb):
3687
3688         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3689         
3690 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3691
3692         * shell/ev-navigation-action.c:
3693         (ev_navigation_action_history_changed),
3694         (ev_navigation_action_set_history):
3695         * shell/ev-navigation-action-widget.c:
3696         (ev_navigation_action_widget_init):
3697         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3698
3699         Fix compile warnings.
3700         
3701 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3702
3703         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3704         (egg_editable_toolbar_dispose):
3705
3706         Fix memory leak.
3707         
3708 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3709
3710         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3711         (screensaver_disable_x11):
3712         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3713         * shell/ev-window.c: (presentation_set_timeout):
3714         * shell/ev-view.c: (ev_view_presentation_transition_start):
3715
3716         Use g_timeout_add_seconds instead of g_timeout_add when
3717         available.
3718         
3719 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3720
3721         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3722
3723         Set horizontal scrollbar policy to AUTOMATIC instead of
3724         NEVER. Workaround for bug #449462.
3725         
3726 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3727
3728         * shell/ev-jobs.c: (ev_job_render_page_ready):
3729
3730         Add page_ready callback to main loop with high priority and hold
3731         a reference to job during idle.
3732         
3733 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3734
3735         * configure.ac:
3736         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3737         (pdf_document_file_exporter_begin),
3738         (pdf_document_file_exporter_do_page),
3739         (pdf_document_file_exporter_get_capabilities):
3740         * libdocument/ev-file-exporter.h:
3741         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3742         * shell/ev-window.c: (ev_window_print_send),
3743         (ev_window_print_dialog_response_cb):
3744
3745         Allow printing multiple pages per sheet. Fixes bug #395573.
3746         
3747 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3748
3749         * shell/ev-view.c: (tip_from_link):
3750         
3751         Check for NULL, fixes bug #460862.
3752
3753 2007-07-29  Christian Persch  <chpe@gnome.org>
3754
3755         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3756         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3757         (ev_window_cmd_preview_print):
3758         
3759         Fixes bug #437681 - blocks while enumerating printers.
3760
3761 2007-07-29  Christian Persch  <chpe@gnome.org>
3762
3763         * shell/ev-window.c: (ev_window_screen_changed):
3764         
3765         Don't use deprecated gtk+ function. See bug #460909.
3766
3767 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3768
3769         * shell/ev-utils.c: (get_num_monitors):
3770         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3771
3772         Do not use display before initializing it. Remove compile
3773         warnings.
3774
3775 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3776
3777         * shell/ev-view.c: (ev_view_class_init):
3778         
3779         Unix-like hjkl bindings added. See bug #458111.
3780
3781 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3782
3783         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3784         * shell/ev-utils.h:
3785         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3786         (ev_view_update_view_size):
3787         * shell/ev-view.h:
3788         * shell/ev-window.c: (ev_window_update_actions),
3789         (setup_view_from_metadata), (ev_window_screen_changed),
3790         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3791         (zoom_control_changed_cb):
3792         * shell/ev-window.h:
3793         
3794         Reorganizes utility functions.
3795
3796 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3797
3798         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3799         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3800         (add_job), (ev_pixbuf_cache_get_surface),
3801         (ev_pixbuf_cache_get_link_mapping),
3802         (ev_pixbuf_cache_get_image_mapping),
3803         (ev_pixbuf_cache_get_form_field_mapping),
3804         (ev_pixbuf_cache_get_text_mapping):
3805         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3806         (notify_page_ready), (ev_job_render_page_ready),
3807         (ev_job_render_run):
3808
3809         Add page_ready signal to notify that page is ready as soon as
3810         possible even if other page elements like links, forms, images or
3811         text mapping are not ready yet.
3812
3813 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3814
3815         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3816         (dvi_document_file_exporter_do_page),
3817         (dvi_document_file_exporter_get_capabilities),
3818         (dvi_document_file_exporter_iface_init):
3819         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3820         (ps_document_file_exporter_do_page),
3821         (ps_document_file_exporter_get_capabilities),
3822         (ps_document_file_exporter_iface_init):
3823         * backend/djvu/djvu-document.c:
3824         (djvu_document_file_exporter_begin),
3825         (djvu_document_file_exporter_end),
3826         (djvu_document_file_exporter_get_capabilities),
3827         (djvu_document_file_exporter_iface_init):
3828         * backend/tiff/tiff-document.c:
3829         (tiff_document_file_exporter_begin),
3830         (tiff_document_file_exporter_get_capabilities),
3831         (tiff_document_document_file_exporter_iface_init):
3832         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3833         (pdf_document_file_exporter_do_page),
3834         (pdf_document_file_exporter_get_capabilities),
3835         (pdf_document_file_exporter_iface_init):
3836         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3837         (ev_file_exporter_get_capabilities):
3838         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3839         (idle_print_handler), (ev_print_job_print):
3840         * shell/ev-jobs.c: (ev_job_print_run):
3841         * shell/ev-window.c: (ev_window_print_send),
3842         (ev_window_print_range):
3843
3844         Use capabilities to know which options should be offered by the
3845         print dialog depending on the document backend.
3846
3847 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3848
3849         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3850
3851         Give priority to forms over text to set the cursor.
3852
3853 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3854
3855         * shell/ev-view-private.h:
3856         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3857         (ev_view_leave_notify_event), (ev_view_finalize),
3858         (ev_view_get_property), (ev_view_class_init):
3859
3860         Use IBEAM cursor for text form fields and NORMAL cursor for read
3861         only fields. Remove unused status attribute.
3862
3863 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3864
3865         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3866
3867         Update region for current selected items also for checkbox
3868         buttons, since they can behave as radio buttons when they are in a
3869         set.
3870
3871 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3872
3873         * configure.ac:
3874         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3875
3876         Get max length of text form fields.
3877
3878 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3879
3880         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3881         * libdocument/ev-form-field.h:
3882         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3883
3884         Fix build with current poppler cvs head.
3885
3886 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3887
3888         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3889         * shell/eggfindbar.c: (egg_find_bar_init):
3890
3891         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3892         deprecation. Fixes bug #455667
3893
3894 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3895
3896         * NEWS:
3897         * configure.ac:
3898         
3899         Update for release 0.9.2
3900
3901 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3902
3903         * shell/ev-view.c: (ev_view_form_field_text_save),
3904         (ev_view_form_field_choice_save):
3905
3906         Fix a crash when closing whith a form widget visible.
3907
3908 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3909
3910         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3911
3912         Update also the region of the current selected button when
3913         clicking on another button if they are radio buttons.
3914
3915 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3918         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3919         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3920         (ev_pixbuf_cache_get_link_mapping),
3921         (ev_pixbuf_cache_get_image_mapping),
3922         (ev_pixbuf_cache_get_form_field_mapping),
3923         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3924         * shell/ev-view.c: (ev_view_form_field_get_region),
3925         (ev_view_form_field_button_create_widget),
3926         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3927         (job_finished_cb):
3928
3929         Redraw only form field region instead of the whole page when
3930         reloading a page to show changes on the form field.
3931
3932 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3933
3934         * shell/ev-view.c: (ev_view_form_field_choice_save):
3935
3936         Fix selection of first item in list form fields.
3937
3938 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3939
3940         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3941         (ev_pixbuf_cache_reload_page),
3942         (ev_pixbuf_cache_get_form_field_mapping):
3943
3944         Some refactoring to avoid duplicated code.
3945
3946 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3947
3948         * configure.ac:
3949         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3950         (ev_form_field_from_poppler_field),
3951         (pdf_document_forms_get_form_fields),
3952         (pdf_document_forms_form_field_text_get_text),
3953         (pdf_document_forms_form_field_text_set_text),
3954         (pdf_document_forms_form_field_button_set_state),
3955         (pdf_document_forms_form_field_button_get_state),
3956         (pdf_document_forms_form_field_choice_get_item),
3957         (pdf_document_forms_form_field_choice_get_n_items),
3958         (pdf_document_forms_form_field_choice_is_item_selected),
3959         (pdf_document_forms_form_field_choice_select_item),
3960         (pdf_document_forms_form_field_choice_toggle_item),
3961         (pdf_document_forms_form_field_choice_unselect_all),
3962         (pdf_document_forms_form_field_choice_set_text),
3963         (pdf_document_forms_form_field_choice_get_text),
3964         (pdf_document_document_forms_iface_init):
3965         * libdocument/Makefile.am:
3966         * libdocument/ev-form-field.[ch]:
3967         * libdocument/ev-document-forms.[ch]:
3968         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3969         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3970         (add_job), (ev_pixbuf_cache_reload_page),
3971         (ev_pixbuf_cache_get_form_field_mapping):
3972         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3973         * shell/ev-view-private.h:
3974         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3975         (ev_view_handle_cursor_over_xy),
3976         (ev_view_get_form_field_at_location),
3977         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3978         (ev_view_form_field_button_create_widget),
3979         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3980         (ev_view_form_field_text_create_widget),
3981         (ev_view_form_field_choice_save),
3982         (ev_view_form_field_choice_changed),
3983         (ev_view_form_field_choice_create_widget),
3984         (ev_view_handle_form_field), (ev_view_size_allocate),
3985         (ev_view_realize), (draw_end_presentation_page),
3986         (ev_view_button_press_event), (ev_view_remove_all),
3987         (ev_view_motion_notify_event), (ev_view_key_press_event),
3988         (ev_view_enter_notify_event), (highlight_find_results),
3989         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3990         (ev_view_class_init), (page_changed_cb),
3991         (on_adjustment_value_changed), (ev_view_set_presentation),
3992         (merge_selection_region), (ev_view_set_cursor),
3993         (ev_view_reset_presentation_state):
3994         
3995         Merge evince-forms branch.
3996
3997 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3998
3999         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4000
4001         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4002         This script also updates itself from libegg
4003
4004         * cut-n-paste/toolbar-editor/egg*:
4005         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4006         libegg
4007
4008 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4009
4010         * shell/ev-window.c:
4011         
4012         Adds a nice icon to page action during toolbar editing.
4013         See bug #452872.
4014
4015 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4016
4017         * data/evince-toolbar.xml:
4018         * shell/ev-window.c:
4019         
4020         Let user add a presentation and fullscreen icons on toolbar.
4021         See bug #449734.
4022
4023 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4024
4025         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4026
4027         new script to keep in sync with toolbareditor in libegg
4028
4029         * cut-n-paste/toolbar-editor/*: 
4030
4031         Run update-toolbareditor-from-libegg so we are in sync again. 
4032         Fixes bug #452850.
4033         
4034
4035 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4036
4037         * shell/ev-sidebar-links.c: (job_finished_callback):
4038
4039         Do not connect selection changed signal more than once. Fixes bug
4040         #349433.
4041
4042 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4043
4044         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4045
4046         Do not change sidebar chrome flag when pressing F9 key in
4047         presentation mode.
4048
4049 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4050
4051         * backend/pdf/ev-poppler.cc:
4052         (pdf_document_thumbnails_get_dimensions):
4053
4054         Make sure thumbnails width and height is not <= 0. Fixes a crash
4055         with some pdf documents which have really small pages.
4056
4057 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4058
4059         * shell/main.c: (main):
4060
4061         Fixes program description translation issue.
4062         Bug #450148.
4063
4064 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4065
4066         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4067
4068         Do not change current page when returning from black/white mode
4069         in presentation. Fixes bug #415032.
4070
4071 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4072
4073         * NEWS:
4074         * configure.ac:
4075         
4076         Update for release 0.9.1
4077
4078 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4079
4080         * backend/dvi/dvi-document.c:
4081         (dvi_document_finalize),
4082         (dvi_document_file_exporter_format_supported),
4083         (dvi_document_file_exporter_begin),
4084         (dvi_document_file_exporter_do_page),
4085         (dvi_document_file_exporter_end),
4086         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4087         
4088         PDF exporter for dvi documents. Fixes bug #441319.
4089
4090 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4091
4092         * shell/ev-window.c: (ev_window_clear_print_job):
4093
4094         Clear gtk print job when job has finished. Fixes bug #447612.
4095
4096 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4097
4098         * shell/ev-window.c: (ev_window_print_send),
4099         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4100
4101         Add preview button to print dialog. Fixes bug #445419.
4102
4103 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4104
4105         * backend/dvi/Makefile.am:
4106         * backend/dvi/pixbuf-device.[ch]: Removed
4107         * backend/dvi/cairo-device.[ch]: Added
4108         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4109         * backend/dvi/dvi-document.c: (dvi_document_load),
4110         (dvi_document_render), (dvi_document_finalize),
4111         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4112         (dvi_document_do_color_special):
4113         * libdocument/ev-document-misc.[ch]:
4114         (ev_document_misc_pixbuf_from_surface):
4115
4116         Port dvi backend to cairo and fix a problem with colors. 
4117
4118 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4119
4120         * shell/ev-view.c: (draw_one_page):
4121
4122         Draw only visible region.
4123
4124 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4125
4126         * backend/djvu/djvu-document.c: (djvu_document_render):
4127
4128         Fix rotation in djvu backend.
4129
4130 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4131
4132         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4133         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4134         (ev_pixbuf_cache_get_image_mapping),
4135         (ev_pixbuf_cache_get_text_mapping):
4136
4137         Redraw view every time we have a new surface. Fixes bug #443587.
4138
4139 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4140
4141         * libdocument/ev-document.c: (ev_document_info_free):
4142
4143         Fix memory leaks.
4144
4145 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4146
4147         * backend/dvi/dvi-document.c: (dvi_document_render),
4148         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4149         * backend/impress/impress-document.c:
4150         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4151         (impress_document_render), (impress_document_document_iface_init),
4152         (impress_document_thumbnails_get_thumbnail):
4153         * backend/djvu/djvu-document-private.h:
4154         * backend/djvu/djvu-document.c: (djvu_document_render),
4155         (djvu_document_finalize), (djvu_document_document_iface_init),
4156         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4157         * backend/tiff/tiff-document.c: (tiff_document_render),
4158         (tiff_document_render_pixbuf),
4159         (tiff_document_document_iface_init):
4160         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4161         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4162         (pdf_selection_render_selection):
4163         * backend/comics/comics-document.c:
4164         (comics_document_render_pixbuf), (comics_document_render),
4165         (comics_document_document_iface_init):
4166         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4167         (pixbuf_document_document_iface_init):
4168         * libdocument/ev-document-misc.[ch]:
4169         (ev_document_misc_surface_from_pixbuf),
4170         (ev_document_misc_surface_rotate_and_scale):
4171         * libdocument/ev-document.[ch]: (ev_document_render):
4172         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4173         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4174         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4175         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4176         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4177         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4178         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4179         (render_finished_cb), (ev_job_render_run):
4180         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4181         (merge_selection_region):
4182
4183         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4184         and selections.
4185
4186 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4187
4188         * shell/ev-window-title.c: (ev_window_title_update):
4189
4190         Fix memory leak.
4191
4192 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4193
4194         * shell/ev-view.c: (draw_loading_text):
4195
4196         Show loading text centered. Fixes bug #433061
4197
4198 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4199
4200         * shell/ev-sidebar-thumbnails.c:
4201         (ev_sidebar_thumbnails_set_loading_icon):
4202
4203         Remove a mutex in the main thread that blocks the UI in heavy
4204         documents.
4205
4206 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4207
4208         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4209
4210         Set points_set to TRUE so that selections don't disappear after a
4211         zoom change.
4212
4213 2007-06-07  Michael Monreal  <infernux@web.de>
4214
4215         * data/icons/16x16/actions/Makefile.am:
4216         * data/icons/16x16/actions/zoom.svg:
4217         * data/icons/22x22/actions/Makefile.am:
4218         * data/icons/22x22/actions/zoom.svg:
4219         * data/icons/24x24/actions/Makefile.am:
4220         * shell/ev-stock-icons.c:
4221         * shell/ev-stock-icons.h:
4222         * shell/ev-window.c:
4223         
4224         Zoom icon artwork. See bug #444795.
4225
4226 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4227
4228         * shell/ev-metadata-manager.c: Remove extraneous function
4229         (Closes: #444386)
4230
4231 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4232
4233         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4234         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4235         (ev_metadata_manager_set), (ev_metadata_manager_save):
4236         Simplify the timeout, no need for modified anymore
4237
4238 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4239
4240         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4241         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4242         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4243         (ev_metadata_manager_save): Adapted patch from Arjan van de
4244         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4245         time, saves on power (Closes: #443851)
4246
4247 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * configure.ac:
4250         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4251         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4252
4253         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4254
4255 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4256
4257         * shell/ev-window.c: (ev_window_add_history):
4258
4259         Check if history is NULL
4260
4261 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4262
4263         * libdocument/ev-image.c: (ev_image_finalize):
4264         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4265         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4266         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4267         (ev_tmp_uri_unlink):
4268
4269         Add functions to delete temporary files created by evince in a safe
4270         way.
4271
4272         * shell/ev-window.c: (ev_window_clear_local_uri),
4273         (open_xfer_update_progress_callback),
4274         (save_xfer_update_progress_callback), (ev_window_save_remote),
4275         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4276         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4277         (attachment_save_dialog_response_cb),
4278         (ev_attachment_popup_cmd_save_attachment_as):
4279
4280         Allow saving a copy of a document, image or attachment to a remote
4281         location. Fixes bug #440754. 
4282
4283 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4284
4285         * configure.ac:
4286         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4287
4288         Fix build with current poppler from cvs head. 
4289
4290 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4291
4292         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4293
4294         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4295         directory exists.
4296
4297 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4298
4299         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4300         * shell/ev-window.c:
4301
4302         Change sidebar ordering. Fixes bug #439939.
4303
4304 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4305
4306         * backend/comics/Makefile.am:
4307         
4308         Fixes build with --without-libgnome.
4309
4310 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4311         
4312         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4313
4314         Update cursor and tooltip on page change and view scroll. Fixes bug
4315         #439217.
4316
4317 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4318
4319         * NEWS:
4320         * configure.ac:
4321         
4322         Update for release 0.9.0
4323
4324 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4325
4326         * backend/djvu/djvu-document-private.h:
4327         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4328         (djvu_document_finalize),
4329         (djvu_document_file_exporter_format_supported),
4330         (djvu_document_file_exporter_begin),
4331         (djvu_document_file_exporter_do_page),
4332         (djvu_document_file_exporter_end),
4333         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4334         
4335         Implemented printing with djvu. Bug #437998.
4336
4337 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4338
4339         * backend/impress/zip.c:
4340         Add missing ulong definition.
4341
4342         * backend/ps/ps-interpreter.c:
4343         Add missing headers.
4344
4345         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4346
4347 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4348
4349         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4350
4351         Add missing call to parent class dispose method. 
4352
4353 2007-05-12  Ross Burton  <ross@openedhand.com>
4354
4355         * shell/main.c:
4356         Sync keybindings manually when building without libgnome
4357         (#437925).
4358
4359 2007-05-12  Ross Burton  <ross@openedhand.com>
4360
4361         * shell/ev-window.c:
4362         Respect the screen when opening help (#437866).
4363
4364 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4365
4366         * data/evince-ui.xml:
4367         * shell/ev-application.[ch]: (get_print_settings_from_args),
4368         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4369         (ev_application_open_uri_list):
4370         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4371         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4372         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4373         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4374         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4375         (ev_window_dispose):
4376         * shell/main.c: (arguments_parse):
4377
4378         Add print button in preview mode. Fixes bug #396475. 
4379
4380 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4381
4382         * cut-n-paste/zoom-control/ephy-zoom.h:
4383         
4384         Fixes zoom level factors. See bug #408119 for details.
4385
4386 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4387
4388         * backend/comics/comics-document.c: (comics_regex_quote),
4389         (extract_argv):
4390         
4391         Correctly quote symbols. Fixes crash in the bug
4392         #415370.
4393
4394 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4395
4396         * shell/ev-navigation-action-widget.c:
4397         (ev_navigation_action_widget_init),
4398         (ev_navigation_action_widget_class_init),
4399         (ev_navigation_action_widget_button_press_event):
4400         
4401         Connect to button-press event on correct widget. Fixes
4402         bug #431988
4403
4404 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4405
4406         * shell/ev-application.c: (ev_application_open_window),
4407         (ev_application_add_icon_path_for_screen),
4408         (ev_application_open_uri_at_dest):
4409         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4410         * shell/ev-navigation-action.c: (build_menu):
4411         
4412         Add app-specific icons to our icon theme. Fixes bug
4413         #425508.
4414
4415 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4416
4417         * shell/ev-history.c: (ev_history_class_init),
4418         (ev_history_add_link):
4419         * shell/ev-history.h:
4420         * shell/ev-navigation-action.c:
4421         (ev_navigation_action_history_changed),
4422         (ev_navigation_action_set_history), (build_menu),
4423         (ev_navigation_action_finalize):
4424         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4425         
4426         Make navigation action unsensitive instead of showing
4427         menu with unsensitive word. Fixes bug #417392.
4428
4429 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4430
4431         * shell/ev-application.[ch]: (ev_application_shutdown),
4432         (ev_application_get_print_settings),
4433         (ev_application_set_print_settings):
4434         * shell/ev-window.c:
4435
4436         Remember print settings. Fixes bug #349102. 
4437
4438 2007-05-08  Christian Persch  <chpe@gnome.org>
4439
4440         * configure.ac:
4441         * properties/ev-properties-view.c:
4442
4443         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4444         Bug #382438.
4445
4446 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4447
4448         * configure.ac:
4449         * properties/ev-properties-view.c: (ev_regular_paper_size):
4450
4451         Use gtk+ builtin paper list to identify the document's paper size.
4452         Fixes bug #382438. 
4453
4454 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4455
4456         * configure.ac:
4457
4458         Fix build when compiling with thumbnailer and libgnome support. 
4459
4460 2007-05-04  Ross Burton  <ross@openedhand.com>
4461
4462         * configure.ac:
4463         Add --without-libgnome, check for libgnome and libgnomeui
4464         separately, and add them to the symbols as required.
4465
4466         * libdocument/ev-file-helpers.c:
4467         When building without libgnome, use g_get_user_config_dir instead
4468         of gnome_user_dir_get.
4469
4470         * shell/ev-application.c:
4471         When building without libgnome, don't use session management.
4472
4473         * shell/main.c:
4474         When building without libgnome, don't use GnomeProgram or
4475         initialise the authentication manager.
4476
4477         This fixes #328842.
4478
4479 2007-05-04  Ross Burton  <ross@openedhand.com>
4480
4481         * shell/ev-window.c:
4482         Don't use libgnome to open help, instead call Yelp directly.
4483
4484 2007-05-04  Ross Burton  <ross@openedhand.com>
4485
4486         * shell/ev-sidebar-attachments.c:
4487         Don't use libgnome to lookup icons for MIME types, instead copy
4488         code from GTK+ to do it manually.
4489
4490 2007-05-04  Ross Burton  <ross@openedhand.com>
4491
4492         * configure.ac:
4493         Add libxml to the dependencies for SHELL_CORE (#435818).
4494
4495 2007-05-02  Ross Burton  <ross@openedhand.com>
4496
4497         * configure.ac:
4498         * Makefile.am:
4499         Add --disable-thumbnailer (#434825)
4500
4501 2007-05-02  Ross Burton  <ross@openedhand.com>
4502
4503         * shell/ev-window.c:
4504         Add missing includes, fix indentation.
4505
4506         * shell/main.c:
4507         Fix indentation.
4508
4509 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4510
4511         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4512         ev_application_open_uri_at_dest instead of ev_application_open_uri
4513         preventing new document always being opened in a new window even if there
4514         is an empty window.
4515
4516 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4517
4518         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4519         (egg_recent_view_uimanager_finalize):
4520         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4521         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4522         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4523         (ev_pixbuf_cache_dispose):
4524         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4525         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4526         
4527         Add missing chain to parent class methods. Fixes
4528         bug #433128.
4529
4530 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4531
4532         * data/Makefile.am (update-icon-cache): Updates
4533         gtk-update-icon-cache in uninstall-hook.
4534
4535 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4536
4537         * shell/ev-window.c: (ev_window_setup_document),
4538         (ev_window_set_document), (ev_window_load_job_cb):
4539         * shell/ev-view.c: (setup_caches):
4540         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4541
4542         Start rendering pages before any other jobs. 
4543
4544 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4545
4546         * shell/ev-window.c: (ev_window_stop_fullscreen),
4547         (ev_window_stop_presentation):
4548
4549         Update chrome visibility before window unfullscreen. 
4550
4551 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4552
4553         * data/Makefile.am:
4554         * data/evince-ui.xml:
4555         * shell/ev-stock-icons.[ch]:
4556         * shell/ev-application.[ch]: (ev_application_shutdown),
4557         (ev_application_init), (ev_application_get_toolbars_model):
4558         * shell/ev-window.c: (update_chrome_visibility),
4559         (fullscreen_toolbar_setup_item_properties),
4560         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4561         (ev_window_run_presentation), (ev_window_stop_presentation),
4562         (ev_window_run_preview), (ev_window_screen_changed),
4563         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4564         (ev_window_dispose), (ev_window_init):
4565
4566         Make fullscreen toolbar always visible. Do not use egg toolbars for
4567         fullscreen and preview modes since such toolbars are not editables.
4568         Fixes bugs #300278, #338910 and #316188.  
4569
4570 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4571
4572         * shell/ev-application.c:
4573         * shell/ev-job-queue.c:
4574         * shell/ev-metadata-manager.c:
4575         * shell/ev-stock-icons.c:
4576         * shell/ev-window.c:
4577         * shell/main.c:
4578         
4579         Developers documentation updated.
4580
4581 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4582
4583         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4584
4585         Check whether uri is valid before launching it. Fixes bug #427664.
4586
4587 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4588
4589         * shell/ev-window.c:
4590
4591         Change key accelerator for Open a Copy menu entry which is in conflict
4592         with Close. Fixes bug #427321.
4593
4594 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4595
4596         * NEWS:
4597         * configure.ac:
4598         
4599         Update for release 0.8.1
4600
4601 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4602
4603         * shell/ev-window.c: (setup_size_from_metadata):
4604         
4605         Do not make window bigger than screen. Fixes bug 
4606         #388985.
4607
4608 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4609
4610         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4611         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4612
4613         Use default resolution when it's not provided by document. Fixes bug
4614         #408762.
4615
4616 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4617
4618         * configure.ac:
4619         * thumbnailer/Makefile.am:
4620         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4621         * thumbnailer/evince-thumbnailer.schemas.in:
4622         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4623
4624         Add support for ps, eps and compressed documents thumbnails. Do not
4625         ignore size parameter. 
4626
4627 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4628
4629         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4630         (dvi_document_do_color_special):
4631         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4632
4633         Implement font color specials in the DVI backend. Fixes bug #303651.
4634
4635 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4636
4637         Fixup the previous commit:
4638
4639         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4640         * shell/xdg-user-dir-lookup.c: Make the function non-static
4641         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4642
4643 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4644
4645         * shell/ev-window.c (file_open_dialog_response_cb): Use
4646         the xdg-user-dirs DOCUMENTS folder as default folder when
4647         opening a file chooser.  (#424858)
4648
4649         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4650         xdg-user-dirs.
4651
4652 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4653
4654         * shell/ev-window.c: (ev_window_load_job_cb):
4655
4656         Do not setup view from metadata on preview mode. 
4657
4658 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4659
4660         * shell/main.c:
4661
4662         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4663
4664 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4665
4666         * shell/ev-view.c: (ev_view_primary_get_cb):
4667
4668         Check pointer != NULL before using it. Fixes bug #416841. 
4669
4670 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4671
4672         * NEWS:
4673         * configure.ac:
4674         
4675         Release 0.8.0
4676
4677 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4678
4679         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4680
4681         Do not render thumbnails when sidebar thumbnail page is not visible
4682         at startup. Fixes bug #416447. 
4683
4684 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4685
4686         * data/evince.desktop.in.in:
4687
4688         "Application" is not a valid category in the freedesktop specification.
4689
4690 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4691
4692         * libdocument/ev-file-helpers.[ch]: (compression_run),
4693         (ev_file_uncompress), (ev_file_compress):
4694         * shell/ev-window.c: (file_save_dialog_response_cb):
4695
4696         Save document compressed when saving a copy of a compressed document.
4697         Fixes bug #334542.
4698
4699 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4700
4701         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4702
4703         Allow deleting in goto window entry in presentation mode. 
4704
4705 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4706
4707         * Makefile.am: Dist MAINTAINERS.
4708
4709 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4710
4711         * shell/ev-window.c: (ev_window_update_actions):
4712
4713         Fix zoom shortcut keys when searching. Fixes bug #409828.
4714
4715 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4716
4717         * shell/ev-window.c: (ev_window_setup_document):
4718
4719         Fix crash when loading documents with only one page. 
4720
4721 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4722
4723         * backend/dvi/dvi-document.c:
4724         (dvi_document_thumbnails_get_dimensions),
4725         (dvi_document_thumbnails_get_thumbnail):
4726         * backend/impress/impress-document.c:
4727         (impress_document_thumbnails_get_thumbnail),
4728         (impress_document_thumbnails_get_dimensions):
4729         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4730         (ps_document_thumbnails_get_dimensions):
4731         * backend/djvu/djvu-document.c:
4732         (djvu_document_thumbnails_get_dimensions),
4733         (djvu_document_thumbnails_get_thumbnail):
4734         * backend/tiff/tiff-document.c:
4735         (tiff_document_thumbnails_get_thumbnail),
4736         (tiff_document_thumbnails_get_dimensions):
4737         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4738         (pdf_document_thumbnails_get_thumbnail),
4739         (pdf_document_thumbnails_get_dimensions):
4740         * backend/comics/comics-document.c:
4741         (comics_document_thumbnails_get_thumbnail),
4742         (comics_document_thumbnails_get_dimensions):
4743         * backend/pixbuf/pixbuf-document.c:
4744         (pixbuf_document_thumbnails_get_thumbnail),
4745         (pixbuf_document_thumbnails_get_dimensions):
4746         * libdocument/ev-document-thumbnails.[ch]:
4747         (ev_document_thumbnails_get_thumbnail),
4748         (ev_document_thumbnails_get_dimensions):
4749         * libdocument/ev-document-misc.[ch]:
4750         (ev_document_misc_get_thumbnail_frame):
4751         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4752         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4753         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4754         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4755         (ev_sidebar_thumbnails_refresh):
4756         * shell/ev-window.c: (ev_window_setup_document):
4757         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4758
4759         Use an EvRenderContext for rendering thumbnails instead of a suggested
4760         width, so that different sized pages get sized proportionally.
4761
4762 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4763
4764         * shell/ev-view.c: (ev_view_button_press_event),
4765         (ev_view_key_press_event):
4766
4767         Fix critical warnings when there is no document loaded. 
4768
4769 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4770
4771         * shell/ev-page-action-widget.c:
4772         * shell/ev-navigation-action.c:
4773         * shell/ev-window.c:
4774
4775         Fix compile warnings. 
4776
4777 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4778
4779         * backend/djvu/djvu-text.h:
4780         * backend/djvu/djvu-document.c:
4781         * backend/djvu/djvu-text-page.c:
4782         * backend/djvu/djvu-links.c:
4783         * backend/djvu/djvu-text-page.h:
4784         * backend/djvu/djvu-text.c:
4785         
4786         Fix build on Mac. Fixes bug #392186. Patch by
4787         <ephraim_owns@hotmail.com>
4788
4789 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4790
4791         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4792
4793         Restore cairo context before rendering every page when printing a PDF
4794         document into a PDF file. 
4795
4796 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4797
4798         * backend/ps/gstypes.h:
4799         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4800         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4801         (ps_document_thumbnails_get_thumbnail):
4802
4803         Handle PostScript page orientation. Fixes bug #318568.
4804
4805 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4806
4807         * backend/ps/Makefile.am:
4808         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4809         (document_load), (ps_document_load), (save_document),
4810         (save_page_list), (ps_document_get_n_pages),
4811         (ps_document_get_page_size), (ps_document_get_info),
4812         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4813         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4814         (ps_document_thumbnails_get_thumbnail),
4815         (ps_document_thumbnails_get_dimensions),
4816         (ps_document_document_thumbnails_iface_init):
4817         * backend/ps/ps.[ch]: (psgetpagebox):
4818         * backend/ps/ps-interpreter.[ch]:
4819
4820         Add support for thumbnails in ps backend. Fixes bug #164755. 
4821
4822 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4823
4824         * NEWS:
4825         * configure.ac:
4826         
4827         Release 0.7.2
4828
4829 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4830
4831         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4832         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4833         (ev_window_dispose):
4834
4835         Use document thumbnail as window icon. Fixes bug #384442.
4836
4837 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4838
4839         * configure.ac:
4840
4841         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4842         duplicated adding application/x-bzpostscript instead. 
4843
4844 2007-02-11  Tom Parker  <palfrey@tevp.net>
4845
4846         * backend/ps/ps-document.c: (document_load):
4847
4848         Check return value of psscan before trying
4849         to use it. Fixes bug #372414.
4850
4851 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4852
4853         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4854
4855         Fix invalid free in ev-page-cache. Fixes bug #404745.
4856
4857 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4858
4859         * test/Makefile.am:
4860         * test/test3.py:
4861         
4862         Added reload test case.
4863
4864 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4865
4866         * po/POTFILES.in:
4867         * backend/djvu/djvu-document.c: (djvu_document_load):
4868
4869         Check whether there are missing files in indirect multipage djvu
4870         documents. Fixes bug #361683. 
4871
4872 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4873
4874         * test/Makefile.am:
4875         * test/test-mime.bin:
4876         * test/test3.py:
4877         
4878         Added test for slow mime type
4879
4880 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4881
4882         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4883
4884         Add some checks and call parent_class->finalize. Fixes bug #404745.
4885
4886 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4887
4888         * shell/ev-navigation-action.c: (connect_proxy):
4889         
4890         Fixes dropdown history menu. Thanks a lot Carlos!
4891
4892 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4893
4894         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4895
4896         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4897         bug #373715.
4898
4899 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4900
4901         * backend/ps/ps.c: (psscan):
4902
4903         Fix memory leak. 
4904
4905 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4906
4907         * configure.ac:
4908         * libdocument/ev-file-helpers.c: 
4909
4910         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4911
4912 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4913
4914         * configure.ac:
4915         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4916         (ps_interpreter_start), (document_load), (save_document),
4917         (save_page_list):
4918         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4919         * libdocument/ev-document-factory.c:
4920         (ev_document_factory_get_from_mime), (get_document_from_uri),
4921         (free_uncompressed_uri), (ev_document_factory_get_document):
4922         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4923
4924         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4925
4926 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4927
4928         * libdocument/ev-document.h:
4929
4930         Fix typo in function name. 
4931
4932 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4933
4934         * backend/ps/ps-document.c: (ps_interpreter_finished),
4935         (ps_interpreter_start), (ps_interpreter_failed):
4936
4937         Handle ghostscript interpreter crashes. 
4938
4939 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4940
4941         * shell/ev-window.c: (ev_window_open_uri),
4942         (window_configure_event_cb):
4943
4944         Setup window size and position before showing it. Fixes bug #401711.
4945
4946 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4947
4948         * backend/ps/Makefile.am:
4949         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4950         (ps_document_dispose), (ps_document_class_init),
4951         (ps_interpreter_input), (ps_interpreter_output),
4952         (ps_interpreter_error), (setup_interpreter_env),
4953         (ps_interpreter_start), (ps_interpreter_stop),
4954         (ps_interpreter_failed), (ps_interpreter_is_ready),
4955         (check_filecompressed), (document_load), (ps_document_load),
4956         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4957         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4958         (render_page):
4959
4960         Rework ps-document. Code cleanups, remove deprecated code. 
4961
4962 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4963
4964         * shell/ev-view.c: (ev_view_button_press_event):
4965
4966         Do not start an image drag and drop operation when pointer is on 
4967         text, so that we can select text when the whole background is an
4968         image. 
4969
4970 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4971
4972         * shell/ev-window.c: (ev_window_update_actions): 
4973
4974         Disable all zoom related actions during presentation mode. 
4975
4976 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4977
4978         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4979
4980         Do not zoom in or out on presentation mode. Fixes bug #401305.
4981
4982 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4983
4984         * shell/ev-navigation-action.c: (connect_proxy),
4985         (create_menu_item), (ev_navigation_action_class_init):
4986         
4987         Correctly show menu and fix crash when navigaton 
4988         action is out of toolbar visible area.
4989
4990 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4991
4992         * data/Makefile.am:
4993         * data/evince.1:
4994         
4995         Added man file
4996
4997 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4998
4999         * help/reference/* :
5000         * configure.ac:
5001         
5002         Added gtk-doc based documentation for Evince.
5003         Still in initial state but I hope it will
5004         grow.
5005         
5006         * configure.ac:
5007         
5008         Lower dbus requirement to 0.70
5009
5010 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5011
5012         * shell/ev-window.c: (ev_window_add_history):
5013
5014         Fix memory leak. 
5015
5016 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5017
5018         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5019         * shell/ev-view.h:
5020         * shell/ev-window.c: (ev_window_add_history):
5021         
5022         Correctly handle named destination links
5023
5024 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5025
5026         * NOTES:
5027         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5028         * backend/pdf/ev-poppler.cc:
5029         * libdocument/ev-document-links.h:
5030         * libdocument/ev-link.c: (ev_link_get_page):
5031         * libdocument/ev-link.h:
5032         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5033         (ev_history_add_link):
5034         * shell/ev-history.h:
5035         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5036         (new_history_menu_item), (build_menu):
5037         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5038         * shell/ev-sidebar-links.c: (create_loading_model),
5039         (print_section_cb), (ev_sidebar_links_construct),
5040         (fill_page_labels), (update_page_callback_foreach),
5041         (update_page_callback), (job_finished_callback):
5042         * shell/ev-view.c: (ev_view_handle_link):
5043         * shell/ev-window.c: (ev_window_find_chapter),
5044         (ev_window_add_history), (view_handle_link_cb),
5045         (history_changed_cb):
5046         
5047         Implements another history variant
5048
5049 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5050
5051         * shell/ev-window.c: (view_external_link_cb):
5052         * shell/ev-view.c: (ev_view_button_release_event):
5053
5054         Open links in new window when clicking with middle button. 
5055
5056 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5057
5058         * shell/ev-navigation-action.c: (new_history_menu_item):
5059         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5060         * shell/ev-view.c: (ev_view_handle_link):
5061         * shell/ev-window.c:
5062         
5063         Store link before jump, not the destination. For me it 
5064         seems like more natural history behavior.
5065
5066 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5067
5068         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5069         (ev_navigation_action_class_init):
5070         * shell/ev-navigation-action.h:
5071         * shell/ev-page-action.c: (activate_cb):
5072         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5073         (ev_page_cache_set_current_page_history):
5074         * shell/ev-page-cache.h:
5075         * shell/ev-sidebar-thumbnails.c:
5076         (ev_sidebar_tree_selection_changed),
5077         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5078         * shell/ev-view-private.h:
5079         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5080         * shell/ev-view.h:
5081         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5082         (ev_window_setup_document), (ev_window_load_job_cb):
5083         * shell/ev-window.h:
5084         
5085         History finally works as expected.
5086
5087 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5088
5089         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5090
5091         Do not update links treeview if it doesn't have a model assigned yet. 
5092
5093 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5094
5095         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5096         (ev_sidebar_links_class_init), (update_page_callback):
5097
5098         Do not update links treeview when sidepane is not visible. 
5099
5100 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5101
5102         * shell/ev-marshal.list:
5103         * shell/ev-page-action.c: (activate_cb),
5104         (ev_page_action_class_init):
5105         * shell/ev-page-action.h:
5106         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5107         * shell/ev-window.c:
5108         
5109         Remove activate_link signal, not required.
5110
5111 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5112
5113         * shell/ev-navigation-action.c: (build_menu):
5114         
5115         Reorder menu items and build menu with fixed length.
5116
5117 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5118
5119         * shell/ev-view.c: (get_selected_text):
5120         
5121         Normalize text to fix ligatures problem. See bug
5122         #341947 for details.
5123
5124 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5125
5126         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5127
5128         Fix memory leak in ev-page-cache. 
5129
5130 2007-01-25  Tom Parker <palfrey@tevp.net>
5131
5132         * backend/impress/impress-document.c: (impress_document_load),
5133         (impress_document_finalize), (impress_document_init):
5134         * properties/ev-properties-main.c: (ev_properties_get_pages):
5135         
5136         Correctly handle impress document errors. Fixes nautilus
5137         crash in property page #370491.
5138
5139 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5140
5141         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5142         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5143         (ev_job_queue_remove_job):
5144         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5145         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5146         (ev_job_load_run):
5147         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5148         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5149         (ev_window_load_job_cb), (xfer_update_progress_callback),
5150         (ev_window_open_uri), (ev_window_dispose):
5151         * shell/main.c: (main):
5152
5153         Do file transfer asynchronously in the main thread instead of
5154         synchronously in the load thread. Fixes bugs #399694, #398307 and
5155         #343542.
5156
5157 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5158
5159         * shell/ev-jobs.c: (ev_job_xfer_run):
5160
5161         Load the document with the font-config lock held. 
5162
5163 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5164
5165         * backend/ps/ps-document.c: (start_interpreter):
5166
5167         Fix memory leaks in ps backend. 
5168
5169 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5170
5171         * backend/impress/impress-document.c:
5172         (impress_document_render_pixbuf):
5173
5174         Do not acquire fontconfig lock in impress backend, since it is using
5175         the main loop for rendering. 
5176
5177 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5178
5179         * po/POTFILES.in: 
5180
5181         Remove mdvi files that shouldn't be translated. 
5182
5183 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5184
5185         * shell/ev-view-private.h:
5186         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5187         (ev_view_set_zoom):
5188
5189         Render "loading..." text into a cairo surface instead of directly into
5190         the window so that fontconfig lock is only needed once and UI is not
5191         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5192
5193 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5194
5195         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5196         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5197
5198         Use icon theme associated with the window screen rather than default. 
5199
5200 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5201
5202         * configure.ac:
5203
5204         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5205
5206 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5207
5208         * data/icons/*/apps/evince.*:
5209
5210         Move Evince icons under new apps directory.
5211
5212         * data/icons/*/actions/*:
5213
5214         Add new custom themeable Evince icons: view-page-continuous, 
5215         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5216         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5217
5218         * configure.ac:
5219
5220         Add new directories to AC_CONFIG_FILES.
5221
5222         * shell/ev-stock-icons.c:
5223         * shell/ev-stock-icons.h:
5224
5225         Use new custom themeable icons.
5226
5227 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5228
5229         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5230
5231         Do not draw white background page in presentation mode. 
5232
5233 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5234
5235         * shell/ev-view.c: Remove unused gnome-vfs include.
5236
5237 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5238
5239         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5240         
5241         Format string is corrected, fixes bug #397129.
5242
5243 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5244
5245         * shell/ev-window.c: (ev_window_setup_recent):
5246
5247         Do not include in recent menu inexistent documents. Fixes
5248         bug #339171.
5249
5250 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5251
5252         * po/POTFILES.skip: 
5253
5254         Update POTFILES.skip file according to current source tree. 
5255
5256 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5257
5258         * shell/ev-window.c: (file_save_dialog_response_cb):
5259
5260         Do Save a copy in atomic way. Fixes bug #328266. 
5261
5262 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5263
5264         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5265
5266         Keep selected cell always visible in index treeview.
5267
5268 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5269         
5270         * shell/ev-view.c: (ev_view_size_allocate):
5271
5272         Restore horizontal scrollbar after switching to/from fullscreen
5273         or presentation mode. Fixes bug #331728.
5274
5275 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5276
5277         * shell/ev-view-private.h:
5278         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5279         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5280         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5281         (ev_view_can_zoom_out):
5282
5283         Use max and min scale values in the view iby taking dpi into account. 
5284
5285 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5286
5287         * configure.ac:
5288         * NEWS:
5289
5290         Release 0.7.1
5291
5292 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5293
5294         * shell/ev-window.c: (ev_window_print_send):
5295
5296         Send print job to printer with some settings set to default values,
5297         since we have already exported to a file according to such settings
5298         and they could be taken twice by some printers. 
5299
5300 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5301
5302         * shell/ev-jobs.c: (ev_job_xfer_run):
5303         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5304
5305         Show main window and load document with the font-config lock held. 
5306
5307 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5308
5309         * configure.ac:
5310         * shell/ev-application.c: (ev_application_register_service):
5311         * shell/main.c: (load_files_remote):
5312
5313         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5314
5315 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5316
5317         * doc/debugging.txt:
5318         
5319         Remove obsolete documentation.
5320
5321 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5322
5323         * Makefile.am:
5324         * backend/Makefile.am:
5325         * backend/comics/Makefile.am:
5326         * backend/djvu/Makefile.am:
5327         * backend/dvi/Makefile.am:
5328         * backend/ev-async-renderer.c:
5329         * backend/ev-async-renderer.h:
5330         * backend/ev-attachment.c:
5331         * backend/ev-attachment.h:
5332         * backend/ev-backend-marshal.c:
5333         * backend/ev-document-factory.c:
5334         * backend/ev-document-factory.h:
5335         * backend/ev-document-find.c:
5336         * backend/ev-document-find.h:
5337         * backend/ev-document-fonts.c:
5338         * backend/ev-document-fonts.h:
5339         * backend/ev-document-images.c:
5340         * backend/ev-document-images.h:
5341         * backend/ev-document-info.h:
5342         * backend/ev-document-links.c:
5343         * backend/ev-document-links.h:
5344         * backend/ev-document-misc.c:
5345         * backend/ev-document-misc.h:
5346         * backend/ev-document-security.c:
5347         * backend/ev-document-security.h:
5348         * backend/ev-document-thumbnails.c:
5349         * backend/ev-document-thumbnails.h:
5350         * backend/ev-document-transition.c:
5351         * backend/ev-document-transition.h:
5352         * backend/ev-document.c:
5353         * backend/ev-document.h:
5354         * backend/ev-file-exporter.c:
5355         * backend/ev-file-exporter.h:
5356         * backend/ev-image.c:
5357         * backend/ev-image.h:
5358         * backend/ev-link-action.c:
5359         * backend/ev-link-action.h:
5360         * backend/ev-link-dest.c:
5361         * backend/ev-link-dest.h:
5362         * backend/ev-link.c:
5363         * backend/ev-link.h:
5364         * backend/ev-render-context.c:
5365         * backend/ev-render-context.h:
5366         * backend/ev-selection.c:
5367         * backend/ev-selection.h:
5368         * backend/impress/Makefile.am:
5369         * backend/pdf/Makefile.am:
5370         * backend/pixbuf/Makefile.am:
5371         * backend/ps/Makefile.am:
5372         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5373         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5374         (start_interpreter), (stop_interpreter), (document_load),
5375         (ps_document_next_page), (render_page):
5376         * backend/tiff/Makefile.am:
5377         * comics/Makefile.am:
5378         * comics/comics-document.c:
5379         * comics/comics-document.h:
5380         * configure.ac:
5381         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5382         * djvu/Makefile.am:
5383         * djvu/djvu-document-private.h:
5384         * djvu/djvu-document.c:
5385         * djvu/djvu-document.h:
5386         * djvu/djvu-links.c:
5387         * djvu/djvu-links.h:
5388         * djvu/djvu-text-page.c:
5389         * djvu/djvu-text-page.h:
5390         * djvu/djvu-text.c:
5391         * djvu/djvu-text.h:
5392         * dvi/Makefile.am:
5393         * dvi/dvi-document.c:
5394         * dvi/dvi-document.h:
5395         * dvi/fonts.c:
5396         * dvi/fonts.h:
5397         * dvi/mdvi-lib/Makefile.am:
5398         * dvi/mdvi-lib/afmparse.c:
5399         * dvi/mdvi-lib/afmparse.h:
5400         * dvi/mdvi-lib/bitmap.c:
5401         * dvi/mdvi-lib/bitmap.h:
5402         * dvi/mdvi-lib/color.c:
5403         * dvi/mdvi-lib/color.h:
5404         * dvi/mdvi-lib/common.c:
5405         * dvi/mdvi-lib/common.h:
5406         * dvi/mdvi-lib/defaults.h:
5407         * dvi/mdvi-lib/dvimisc.c:
5408         * dvi/mdvi-lib/dviopcodes.h:
5409         * dvi/mdvi-lib/dviread.c:
5410         * dvi/mdvi-lib/files.c:
5411         * dvi/mdvi-lib/font.c:
5412         * dvi/mdvi-lib/fontmap.c:
5413         * dvi/mdvi-lib/fontmap.h:
5414         * dvi/mdvi-lib/fontsrch.c:
5415         * dvi/mdvi-lib/gf.c:
5416         * dvi/mdvi-lib/hash.c:
5417         * dvi/mdvi-lib/hash.h:
5418         * dvi/mdvi-lib/list.c:
5419         * dvi/mdvi-lib/mdvi.h:
5420         * dvi/mdvi-lib/pagesel.c:
5421         * dvi/mdvi-lib/paper.c:
5422         * dvi/mdvi-lib/paper.h:
5423         * dvi/mdvi-lib/pk.c:
5424         * dvi/mdvi-lib/private.h:
5425         * dvi/mdvi-lib/setup.c:
5426         * dvi/mdvi-lib/sp-epsf.c:
5427         * dvi/mdvi-lib/special.c:
5428         * dvi/mdvi-lib/sysdeps.h:
5429         * dvi/mdvi-lib/t1.c:
5430         * dvi/mdvi-lib/tfm.c:
5431         * dvi/mdvi-lib/tfmfile.c:
5432         * dvi/mdvi-lib/tt.c:
5433         * dvi/mdvi-lib/util.c:
5434         * dvi/mdvi-lib/vf.c:
5435         * dvi/pixbuf-device.c:
5436         * dvi/pixbuf-device.h:
5437         * impress/Makefile.am:
5438         * impress/common.h:
5439         * impress/document.c:
5440         * impress/f_oasis.c:
5441         * impress/f_oo13.c:
5442         * impress/iksemel.c:
5443         * impress/iksemel.h:
5444         * impress/imposter.h:
5445         * impress/impress-document.c:
5446         * impress/impress-document.h:
5447         * impress/internal.h:
5448         * impress/r_back.c:
5449         * impress/r_draw.c:
5450         * impress/r_geometry.c:
5451         * impress/r_gradient.c:
5452         * impress/r_style.c:
5453         * impress/r_text.c:
5454         * impress/render.c:
5455         * impress/render.h:
5456         * impress/zip.c:
5457         * impress/zip.h:
5458         * lib/Makefile.am:
5459         * lib/ev-debug.c:
5460         * lib/ev-debug.h:
5461         * lib/ev-file-helpers.c:
5462         * lib/ev-file-helpers.h:
5463         * lib/ev-gui.c:
5464         * lib/ev-gui.h:
5465         * lib/ev-tooltip.c:
5466         * lib/ev-tooltip.h:
5467         * libdocument/Makefile.am:
5468         * libdocument/ev-file-helpers.c:
5469         * pdf/Makefile.am:
5470         * pdf/ev-poppler.cc:
5471         * pdf/ev-poppler.h:
5472         * pixbuf/Makefile.am:
5473         * pixbuf/pixbuf-document.c:
5474         * pixbuf/pixbuf-document.h:
5475         * properties/Makefile.am:
5476         * ps/Makefile.am:
5477         * ps/gsdefaults.c:
5478         * ps/gsdefaults.h:
5479         * ps/gsio.c:
5480         * ps/gsio.h:
5481         * ps/gstypes.h:
5482         * ps/ps-document.c:
5483         * ps/ps-document.h:
5484         * ps/ps.c:
5485         * ps/ps.h:
5486         * shell/Makefile.am:
5487         * shell/ev-application.h:
5488         * shell/ev-sidebar-links.c:
5489         * shell/ev-sidebar-links.h:
5490         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5491         (ev_gui_menu_position_tree_selection):
5492         * shell/ev-utils.h:
5493         * shell/ev-view.c: (ev_view_finalize):
5494         * shell/ev-window.c:
5495         * shell/main.c: (main):
5496         * thumbnailer/Makefile.am:
5497         * tiff/Makefile.am:
5498         * tiff/tiff-document.c:
5499         * tiff/tiff-document.h:
5500         * tiff/tiff2ps.c:
5501         * tiff/tiff2ps.h:
5502         
5503         Reorganize source tree.
5504
5505 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5506
5507         * backend/ev-document-factory.c:
5508
5509         Do not include ev-poppler.h when pdf is disabled. 
5510
5511 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5512
5513         * configure.ac:
5514         * data/evince-ui.xml:
5515         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5516         (pdf_document_document_images_iface_init):
5517         * backend/Makefile.am:
5518         * backend/ev-document-images.[ch]:
5519         * backend/ev-image.[ch]:
5520         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5521         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5522         (ev_job_xfer_run):
5523         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5524         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5525         (ev_pixbuf_cache_get_image_mapping):
5526         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5527         (view_menu_popup_cb), (ev_window_dispose),
5528         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5529         (ev_view_popup_cmd_copy_image):
5530         * shell/ev-view-private.h:
5531         * shell/ev-view.c: (ev_view_get_image_at_location),
5532         (ev_view_do_popup_menu), (ev_view_popup_menu),
5533         (ev_view_button_press_event), (ev_view_drag_data_get),
5534         (ev_view_drag_motion), (ev_view_drag_data_received),
5535         (ev_view_motion_notify_event), (ev_view_button_release_event),
5536         (ev_view_finalize), (ev_view_class_init):
5537
5538         Add image handling support. Fixes bugs #310008 and #325047. Images
5539         selection is not supported yet. 
5540
5541 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5542
5543         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5544         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5545         (ev_view_init):
5546
5547         Move view drag and drop stuff to ev-view.
5548
5549 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5550
5551         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5552         * shell/ev-view.c: (clear_selection): 
5553
5554         Clear selection also in pixbuf cache.
5555
5556 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5557
5558         * data/evince.desktop.in.in:
5559         
5560         Change icon name in desktop file. See bug #390734
5561         for details.
5562
5563 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5564
5565         * thumbnailer/Makefile.am:
5566
5567         Use top_builddir instead top_srcdir for generated schema
5568         file installation. Fixes bug #390161.
5569
5570 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5571
5572         * configure.ac:
5573         * backend/Makefile.am:
5574         * backend/ev-document-transition.[ch]:
5575         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5576         (pdf_document_page_transition_iface_init):
5577         * shell/ev-view-private.h:
5578         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5579         (ev_view_set_presentation), (transition_next_page),
5580         (ev_view_presentation_transition_stop),
5581         (ev_view_presentation_transition_start), (ev_view_next_page):
5582
5583         Add page transition support in presentation mode. At the moment only
5584         page duration is supported, but not transition effects. Fixes bug
5585         #309815.
5586
5587 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5588
5589         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5590
5591         Run find_link_dest with document lock held, since it's called by links
5592         thread and main thread at the same time. 
5593
5594 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5595
5596         * shell/ev-view.c: (goto_dest):
5597
5598         Update page-cache when page is changed by the view, so that
5599         page-changed signal is emitted. 
5600
5601 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5602
5603         * test/test1.py:
5604         * test/test2.py:
5605
5606         Use C locale in tests. 
5607
5608 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5609
5610         * shell/ev-window.c: (ev_window_run_presentation):
5611         * shell/ev-view-private.h:
5612         * shell/ev-view.c: (ev_view_set_presentation):
5613
5614         Restore zoom settings when back from presentation mode. 
5615
5616 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5617
5618         * shell/ev-window.c: (ev_window_run_presentation):
5619
5620         Always use "best fit" zoom in presentation mode.
5621         Fixes bug #389195.
5622
5623 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5624
5625         * shell/ev-view.c: (ev_view_goto_window_create):
5626
5627         Show "Jump to page" label in the page jumping popup in
5628         presentation mode instead of just a GtkEntry.
5629
5630 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5631
5632         * shell/ev-window.c: (launch_external_uri):
5633
5634         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5635         #378085.
5636
5637 2006-12-22  Elijah Newren  <newren gmail com>
5638
5639         * configure.ac: explicitly check for libxml2.  Fixes #388795
5640
5641 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5642
5643         * shell/ev-view-private.h:
5644         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5645         (ev_view_goto_window_delete_event), (key_is_numeric),
5646         (ev_view_goto_window_key_press_event),
5647         (ev_view_goto_window_button_press_event),
5648         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5649         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5650         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5651
5652         Allow jumping to another page by typing a page number in presentation
5653         mode. It uses a popup window with an entry. Fixes bug #353625.
5654
5655 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5656
5657         * configure.ac:
5658         * properties/ev-properties-view.c: (ev_get_default_user_units),
5659         (ev_regular_paper_size):
5660         
5661         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5662         to Damien Carbery <damien.carbery@sun.com> and
5663         Yevgen Muntyan <muntyan@tamu.edu>.
5664
5665 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5666
5667         * shell/ev-window.c: (setup_document_from_metadata):
5668
5669         Make sure Evince doesn't restore the view on the last
5670         page when a document is reopened. Fixes bug #383381.
5671
5672 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5673
5674         * shell/ev-view.c: (draw_loading_text):
5675
5676         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5677
5678 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5679
5680         * configure.ac:
5681         * NEWS:
5682
5683         Release 0.7.0
5684
5685 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5686
5687         * configure.ac:
5688         * pdf/ev-poppler.cc: (pdf_print_context_free),
5689         (pdf_document_file_exporter_begin),
5690         (pdf_document_file_exporter_do_page):
5691
5692         Make cairo-pdf depedency optional. 
5693
5694 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5695
5696         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5697
5698         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5699
5700 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5701
5702         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5703         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5704         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5705         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5706         * shell/ev-view.c: (draw_loading_text):
5707         * shell/ev-window.c: (ev_window_cmd_file_properties):
5708
5709         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5710         related to using FontConfig from different threads.
5711         
5712 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5713
5714         * shell/ev-view.c: (draw_loading_text):
5715
5716         Acquire lock document when drawing "Loading..." text so that only one
5717         thread will use FontConfig at the same time. Fixes bug #374750.
5718
5719 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5720
5721         * shell/ev-page-action.[ch]: (activate_cb):
5722         * shell/ev-window.c: (activate_label_cb):
5723
5724         Check if text inserted in page entry is a valid page number when it
5725         doesn't match to any document page label. Fixes bug #383165.
5726
5727 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5728         * shell/ev-window.c:
5729
5730         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5731         available with GTK < 2.10. Added an ifdef to avoid compilation
5732         error.
5733
5734 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5735
5736         * configure.ac:
5737         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5738
5739         Fix ps backend in multihead systems.
5740
5741 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5742
5743         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5744         * shell/ev-window.c: (ev_window_get_screen_dpi),
5745         (ev_window_update_actions), (setup_view_from_metadata),
5746         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5747
5748         Take screen DPI into account when zooming. Fixes bug #318285.
5749
5750 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5751
5752         * data/Makefile.am:
5753
5754         Cleaned up/slightly refactored Makefile.am. Added GConf
5755         schemas uninstallation as well.
5756
5757 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5758
5759         * Makefile.am:
5760         * test/Makefile.am:
5761
5762         Fight with autotools to fix make check. Make distcheck
5763         works fine as well now!
5764
5765 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5766
5767         * shell/ev-view.c: (draw_end_presentation_page):
5768
5769         Corrected "end of presentation" string.
5770
5771 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5772
5773         * shell/ev-view.c: (ev_view_key_press_event):
5774
5775         Correctly propagate key press event so that up/down keys
5776         work as expected (correct behaviour was broken by
5777         black/white screen key bindings for presentations).
5778
5779 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5780
5781         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5782         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5783         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5784         (pdf_selection_get_selection_region),
5785         (pdf_selection_get_selection_map):
5786
5787         Add "static" to some private functions. 
5788
5789 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5790
5791         * lib/ev-tooltip.h:
5792         * properties/ev-properties-view.h:
5793         * shell/ev-jobs.h:
5794         * shell/ev-properties-dialog.h:
5795         * shell/ev-properties-fonts.h:
5796         * shell/ev-sidebar-links.h:
5797         * shell/ev-sidebar-thumbnails.h:
5798         * shell/ev-sidebar.h:
5799         * shell/ev-window.h:
5800         
5801         Fixes CHACK type in class casts. See bug #385343
5802         for details.
5803
5804 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5805
5806         * shell/ev-view-private.h:
5807         * shell/ev-view.c: (draw_end_presentation_page),
5808         (ev_view_expose_event), (ev_view_key_press_event),
5809         (ev_view_class_init), (ev_view_init):
5810
5811         Blank screen in presentation mode when pressing 'b' (filling with
5812         black) or 'w' (filling with white) keys. Fixes bug #358132.
5813
5814 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5815
5816         * data/evince-toolbar.xml:
5817         * shell/ev-window.c:
5818         
5819         Use stock icon for Select All action. Fixes
5820         bug #382652.
5821
5822 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5823
5824         * shell/ev-view.c: (get_doc_point_from_offset),
5825         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5826
5827         Add links support in rotated documents. Fixes bug #343733.
5828
5829 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5830
5831         * shell/ev-view-private.h:
5832         * shell/ev-view.c: (draw_end_presentation_page),
5833         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5834
5835         Show a blank page after the last page in presentation mode with a
5836         message indicating that presentation has finished and how to exit. 
5837
5838 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5839
5840         * shell/ev-window.c: (fullscreen_timeout_cb):
5841
5842         Hide cursor after a while in presentation mode. 
5843
5844 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5845
5846         * backend/ev-document-info.h:
5847         * data/evince-properties.glade:
5848         * pdf/ev-poppler.cc:
5849         * properties/ev-properties-view.c: (ev_regular_paper_size),
5850         (ev_properties_view_set_info):
5851         * ps/ps-document.c: (ps_document_get_info):
5852
5853         Adds a paper size field to the properties dialog. Fixes
5854         bug #307315. Patch by Kasper Svendsen (with some i18n
5855         changes done by me).
5856
5857 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5858
5859         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5860         (screensaver_init_dbus), (totem_scrsaver_new),
5861         (totem_scrsaver_init):
5862         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5863         * shell/ev-application.c: (ev_application_register_service),
5864         (ev_application_screensaver_enable),
5865         (ev_application_screensaver_disable):
5866         * shell/ev-application.h:
5867         * shell/ev-window.c: (ev_window_run_presentation),
5868         (ev_window_stop_presentation), (build_comments_string),
5869         (ev_window_init):
5870         
5871         Move screensaver handling to application. No more
5872         message on startup.
5873
5874 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5875
5876         * configure.ac:
5877         * backend/Makefile.am:
5878         * backend/ev-file-exporter.[ch]:
5879         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5880         * ps/ps-document.c: (ps_document_file_exporter_*):
5881         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5882         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5883         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5884         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5885
5886         Allow printing to PDF when suppoted by the backend.
5887         
5888 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5889
5890         * shell/ev-window.c: (build_comments_string):
5891
5892         Use always "Document Viewer" in about dialog. 
5893
5894 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5895
5896         * djvu/djvu-document.c: (djvu_document_get_page_size):
5897
5898         Display a warning message when get_pageinfo fails. 
5899
5900 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5901
5902         * Makefile.am:
5903         * backend/Makefile.am:
5904         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5905         * configure.ac:
5906         * shell/ev-window.c: (build_comments_string):
5907         
5908         Make pdf compilation optional. See bug #38007.
5909
5910 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5911
5912         * ps/ps.c: (get_next_text):
5913
5914         Fix CVE-2006-5864.
5915
5916 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5917
5918         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5919         * shell/ev-navigation-action.c: (connect_proxy),
5920         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5921         
5922         Do not call g_type_class_peek_parent twice.
5923
5924 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5925
5926         * configure.ac:
5927         * data/icons/24x24/.cvsignore:
5928         * data/icons/24x24/Makefile.am:
5929         * data/icons/24x24/evince.png:
5930         * data/icons/Makefile.am:
5931         
5932         Add 24x24 icon. Thanks to 
5933         Michael Monreal <infernux@web.de>.
5934
5935 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5936
5937         * configure.ac: Fix typo in configure.ac. Thanks
5938         to dmacks@netspace.org for notification.
5939
5940 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5941
5942         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5943         
5944         Drop dbus include, fixes compilation with older dbus.
5945
5946 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5947
5948         * configure.ac:
5949         * cut-n-paste/Makefile.am:
5950         * cut-n-paste/totem-screensaver/.cvsignore
5951         * cut-n-paste/totem-screensaver/Makefile.am:
5952         * cut-n-paste/totem-screensaver/README:
5953         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5954         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5955         * shell/Makefile.am:
5956         * shell/ev-window.c: (ev_window_run_presentation),
5957         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5958         (ev_window_init):
5959
5960         Implemented screensaver enabling/disabling for
5961         presentation mode (not fullscreen mode). Code stolen
5962         from Totem (with some minor tweaks). Fixes bug #338889.
5963
5964 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5965
5966         * configure.ac:
5967
5968         Bump gnome-icon-theme requirements. We use the rotation
5969         icons that appeared recently.
5970
5971 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5972
5973         * shell/ev-history.c: (ev_history_add_page):
5974         * shell/ev-history.h:
5975         * shell/ev-window.c: (page_changed_cb):
5976         
5977         Use page labels instead of numbers.
5978
5979 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5980
5981         * data/evince-toolbar.xml:
5982         * po/POTFILES.in:
5983         * shell/Makefile.am:
5984         * shell/ev-navigation-action-widget.c:
5985         (ev_navigation_action_widget_init),
5986         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5987         (menu_detacher), (ev_navigation_action_widget_set_menu),
5988         (menu_position_func), (popup_menu_under_arrow),
5989         (ev_navigation_action_widget_toggled),
5990         (ev_navigation_action_widget_button_press_event):
5991         * shell/ev-navigation-action-widget.h:
5992         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5993         (ev_navigation_action_set_window), (activate_menu_item_cb),
5994         (new_history_menu_item), (new_empty_history_menu_item),
5995         (build_menu), (menu_activated_cb), (connect_proxy),
5996         (create_tool_item), (ev_navigation_action_init),
5997         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5998         * shell/ev-navigation-action.h:
5999         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6000         (ev_page_action_widget_set_page_cache),
6001         (ev_page_action_widget_finalize),
6002         (ev_page_action_widget_class_init), (match_selected_cb),
6003         (display_completion_text), (match_completion), (build_new_tree_cb),
6004         (get_filter_model_from_model),
6005         (ev_page_action_widget_update_model):
6006         * shell/ev-page-action-widget.h:
6007         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6008         (connect_proxy):
6009         * shell/ev-page-action.h:
6010         * shell/ev-stock-icons.c:
6011         * shell/ev-stock-icons.h:
6012         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6013         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6014         (register_custom_actions):
6015         * shell/main.c:
6016         
6017         Preliminary history implementation
6018
6019 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6020
6021         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6022         (dvi_document_class_init), (dvi_document_init_params):
6023         * dvi/mdvi-lib/font.c: (font_reference):
6024         
6025         Add reference to subfont. Fixes bug #374277.
6026
6027 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6028
6029         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6030         (ev_window_cmd_file_open_copy_at_dest):
6031
6032         Fix a race condition when creating symlink. Increase the counter
6033         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6034         Mathias Hasselmann).
6035
6036 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6037
6038         * backend/Makefile.am:
6039         * backend/ev-attachment.c: (ev_attachment_open):
6040         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6041         (ev_tmp_dir), (ev_tmp_filename):
6042         * shell/ev-sidebar-attachments.c:
6043         (ev_sidebar_attachments_drag_data_get):
6044         * shell/ev-window.c: (ev_window_clear_temp_file):
6045
6046         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6047         in ensure_dir_exists. Abort without crashing when we can't create
6048         user's directory.
6049
6050 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6051
6052         * data/evince-ui.xml:
6053         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6054         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6055         (ev_window_cmd_file_open_copy_at_dest),
6056         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6057         (ev_view_popup_cmd_open_link_new_window):
6058
6059         Allow opening a copy of the current document in a new window. Fixes bug
6060         #357472
6061
6062 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6063
6064         * data/evince-toolbar.xml:
6065         
6066         Add rotate right and rotate left to available items for toolbar.
6067         
6068         * data/evince-ui.xml:
6069         * shell/ev-window.c: (ev_window_init):
6070         
6071         Customize toolbar with right click. Fixes bug #372451.
6072
6073 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6074
6075         * shell/ev-window.c: 
6076         
6077         Use "object-rotate-{left,right}" stock icons. Fixes 
6078         bug #373863.
6079
6080 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6081
6082         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6083         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6084         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6085         (ev_window_open_uri):
6086         * shell/main.c: (arguments_parse):
6087
6088         Remove temp file created when evince is used by GTK+ in
6089         preview mode. Fixes bug #365282. 
6090
6091 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6092
6093         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6094         
6095         Fixes bug #372474 - Side pane disabled when entering 
6096         and leaving fullscreen mode.
6097
6098 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6099
6100         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6101         * data/Makefile.am:
6102         * data/evince-preview-toolbar.xml:
6103         * data/evince-toolbar.xml:
6104         * shell/ev-application.c: (ev_application_shutdown),
6105         (ev_application_init), (ev_application_get_toolbars_model):
6106         * shell/ev-application.h:
6107         * shell/ev-window.c: (update_chrome_visibility),
6108         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6109         (ev_window_cmd_edit_toolbar), (ev_window_init):
6110         
6111         Fixes bug #364364 - toolbar editor shows zoom actions again.
6112
6113 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6114
6115         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6116
6117         Do not take margins into consideration for paper size when printing.
6118         Really fixes bug #350491.
6119
6120 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6121
6122         * data/evince-ui.xml:
6123         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6124         (ev_window_cmd_file_print_setup),
6125         (ev_window_print_dialog_response_cb),
6126         (ev_window_setup_action_sensitivity):
6127
6128         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6129
6130 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6131
6132         * shell/ev-window.c: (ev_window_print_range):
6133
6134         Revert my previuos commit, since printing to PDF is not supported by
6135         evince yet. 
6136
6137 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6138
6139         * shell/ev-window.c: (ev_window_print_range):
6140
6141         Enable print to a PDF. Fixes bug #332121.
6142
6143 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6144
6145         * shell/ev-application-service.xml:
6146         * shell/ev-application.[ch]: (ev_application_open_window),
6147         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6148         (ev_application_open_uri), (ev_application_open_uri_list):
6149         * shell/ev-window.c: (file_open_dialog_response_cb),
6150         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6151         (drag_data_received_cb), (open_remote_link):
6152         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6153
6154         Add support for multiscreen systems. Fixes bug #316206.
6155
6156 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6157
6158         * shell/ev-jobs.[ch]: (ev_job_print_new),
6159         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6160         (ev_job_print_do_page):
6161         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6162
6163         Allow printing only odd/even pages. Fixes bug #367289.
6164
6165 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6166
6167         * test/test1.py:
6168         * test/test2.py:
6169
6170         Re-add locale settings to test files.
6171
6172 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6173
6174         * data/evince-ui.xml:
6175         * shell/ev-window.c: (set_action_properties):
6176         
6177         Removed garbage from code and ui.
6178
6179 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6180
6181         * shell/ev-window.c: (ev_window_cmd_help_about):
6182
6183         Shamelessly add my name to the list of contributors.
6184
6185 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6186
6187         * test/test1.py:
6188         * test/test2.py:
6189
6190         Cleaned up the dogtail scripts.
6191
6192 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6193
6194         * shell/ev-view.c: (draw_loading_text): Don't render
6195         "loading..." text in presentation mode. Temporary
6196         workaround for bug #320352.
6197
6198 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6199
6200         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6201         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6202
6203         Use print settings scale, copies, collate and reverse which were
6204         ignored. Fixes bug #359032.
6205
6206 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6207
6208         * configure.ac:
6209         * data/evince-password.glade:
6210         * test/Makefile.am:
6211         * test/test-encrypt.pdf:
6212         * test/test-links.pdf:
6213         * test/test1.py:
6214         * test/test2.py:
6215
6216         Add automated UI tests for evince with dogtail. See
6217         bug #300948.    
6218
6219 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6220
6221         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6222
6223         Hide fullscreen toolbar when switching to another desktop workspace.
6224         Fixes bug #338871
6225
6226 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6227
6228         * shell/ev-window-title.c: 
6229         
6230         Test for .dvi in title of pdf documents.
6231
6232 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6233
6234         * shell/ev-view.c: (ev_view_scroll):
6235
6236         Page Up/Down should do page jumps in "Best fit" mode.
6237         If a user has explicitly chosen to view exactly one page
6238         at a time, scrolling just a part of the page when
6239         pressing Page Up/Down is not right. Fixes bug #323107.
6240
6241 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6242
6243         * NEWS:
6244         * configure.ac:
6245         
6246         Update for 0.6.1
6247
6248 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6249
6250         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6251         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6252         
6253         Correctly disconnect from job signals on destroy.
6254
6255 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6256
6257         * shell/ev-view-private.h:
6258         * shell/ev-view.c: (view_set_adjustment_values),
6259         (view_update_range_and_current_page),
6260         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6261         
6262         Fixes bug #343199, current page now follows find page.
6263
6264 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6265
6266         * backend/ev-document-factory.c:
6267         * configure.ac:
6268         Assigned OpenDocument presenation MIME type to the
6269         Impress backend. Added some missing (but harmless)
6270         #ifdefs in the document factory as well to make things
6271         consistent again. Fixes bug #360658.
6272
6273 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6274
6275         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6276         * backend/ev-document-find.c: (ev_document_find_get_type):
6277         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6278         * backend/ev-document-links.c: (ev_document_links_get_type):
6279         * backend/ev-document-security.c: (ev_document_security_get_type):
6280         * backend/ev-document-thumbnails.c:
6281         (ev_document_thumbnails_get_type):
6282         * backend/ev-document.c: (ev_document_get_type):
6283         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6284         * backend/ev-selection.c: (ev_selection_get_type):
6285         * cut-n-paste/recent-files/egg-recent-model.c:
6286         (egg_recent_model_get_type):
6287         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6288         (egg_recent_view_uimanager_get_type):
6289         * cut-n-paste/recent-files/egg-recent-view.c:
6290         (egg_recent_view_get_type):
6291         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6292         (egg_editable_toolbar_get_type):
6293         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6294         (egg_toolbar_editor_get_type):
6295         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6296         (egg_toolbars_model_get_type):
6297         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6298         (egg_tree_multi_drag_source_get_type):
6299         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6300         (ephy_zoom_action_get_type):
6301         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6302         (ephy_zoom_control_get_type):
6303         * impress/r_back.c: (_imp_fill_back):
6304         * properties/ev-properties-main.c:
6305         (ev_properties_plugin_register_type):
6306         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6307         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6308         (ev_view_accessible_factory_get_type):
6309
6310         Reduce relocations. Bug #360616.
6311
6312 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6313
6314         * backend/ev-document-factory.c:
6315         (ev_document_factory_get_document):
6316         
6317         Load document even if extension is wrong.
6318
6319 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6320
6321         * shell/ev-metadata-manager.c: (save_values):
6322         * shell/ev-window.c: (setup_size_from_metadata),
6323         (setup_view_from_metadata), (ev_window_setup_document),
6324         (ev_window_xfer_job_cb), (window_configure_event_cb):
6325         
6326         Set size according to the document size/page size ratio.
6327         That should correct rather wierd behaviour of the previous
6328         commit.
6329
6330 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6331
6332         * shell/ev-window.c: (setup_view_from_metadata):
6333         
6334         Set size for new windows from previous window size.
6335         See bugs #354968 and #168450 for details. Thanks
6336         to Meik Hellmund.
6337
6338 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6339
6340         * djvu/djvu-links.c: (build_tree):
6341
6342         Fix memory leak.
6343
6344 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6345
6346         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6347         
6348         Don't make sidebar close button insensitive. Fixes
6349         bug #357871.
6350
6351 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6352
6353         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6354         (ev_window_set_view_accels_sensitivity):
6355         
6356         Don't enable Slash on documents which don't support
6357         find. Fixes bug #358648.
6358
6359 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6360
6361         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6362         open dialog fall back to the current document uri if the
6363         filechooser hasn't been used before. Fixes bug #356980.
6364
6365 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6366
6367         * shell/ev-window.c: (ev_window_setup_recent), 
6368         (ev_window_get_recent_file_label):
6369
6370         Escape underscores in filenames of recent file items.
6371
6372 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6373
6374         * configure.ac:
6375         
6376         Bumped poppler requirements, really 0.5.3 is very 
6377         buggy, now we require 0.5.4.
6378
6379 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6380
6381         * djvu/Makefile.am:
6382         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6383         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6384         (djvu_document_document_links_iface_init):
6385         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6386         (number_from_string_10), (get_djvu_link_dest),
6387         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6388         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6389         (djvu_links_get_links), (djvu_links_find_link_dest),
6390         (djvu_links_get_links_model):
6391         * djvu/djvu-links.h:
6392         
6393         Add support for links and bookmarks in djvu documents. Thanks
6394         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6395         patch.
6396
6397 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6398
6399         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6400         
6401         Reopen should reload document. Fixes 
6402         bug 327951.
6403
6404 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6405
6406         * configure.ac:
6407         * data/Makefile.am:
6408         * data/evince-16.png:
6409         * data/evince-22.png:
6410         * data/evince.png:
6411         * data/evince.svg:
6412         * data/icons/16x16/Makefile.am:
6413         * data/icons/16x16/evince.png:
6414         * data/icons/22x22/Makefile.am:
6415         * data/icons/22x22/evince.png:
6416         * data/icons/48x48/Makefile.am:
6417         * data/icons/48x48/evince.png:
6418         * data/icons/Makefile.am:
6419         * data/icons/scalable/Makefile.am:
6420         * data/icons/scalable/evince.svg:
6421         
6422         Install icons with correct names. Fixes
6423         bug #354429.
6424
6425 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6426
6427         * shell/ev-view.c: (ev_view_button_release_event):
6428
6429         Don't open links with middle mouse button. Fixes bug #353649
6430
6431 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6432
6433         * NEWS:
6434         * configure.ac:
6435         
6436         Update for release 0.6.0
6437
6438 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6439
6440         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6441         Implement Close named action. Patch by Carlos Garcia Campos.
6442
6443 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6444
6445         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6446         
6447         Don't clear link mapping on copy_job_to_job_info. Fixes
6448         bug 346168.
6449
6450 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6451
6452         * shell/main.c: (main):
6453
6454         Revert my previous commit, gnome_program_init owns the option context.
6455         Fix another memory leak in main. Both caught by Christian Persch. 
6456
6457 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6458
6459         * shell/main.c: (main):
6460
6461         Fix memory leak.
6462
6463 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6464
6465         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6466
6467         Fix crash when opening a pdf with password protection. 
6468
6469 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6470
6471         * pdf/ev-poppler.cc: (pdf_document_search_free):
6472
6473         Fix memory leak. 
6474
6475 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6476
6477         * backend/ev-document-factory.c:
6478         (ev_document_factory_get_document):
6479         * tiff/tiff-document.c: (tiff_document_finalize):
6480         
6481         More correct handling of document loading. Fixes
6482         bug #349043.
6483
6484 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6485
6486         * backend/ev-attachment.c: (ev_attachment_save):
6487
6488         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6489         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6490
6491 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6492         
6493         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6494         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6495
6496 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6497
6498         * shell/ev-sidebar-thumbnails.c:
6499
6500         Do not render thumbnails unless thumbnails page is active in the
6501         sidebar.
6502
6503 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6504
6505         * shell/ev-properties-dialog.c:
6506
6507         Fix dialogue spacing. Bug #351370.
6508
6509 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6510
6511         * configure.ac:
6512
6513         Use lowercase gettext catalog file names (evince.mo
6514         instead of Evince.mo)
6515
6516 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6517
6518         * shell/ev-sidebar-attachments.c:
6519
6520         GtkIconTheme is now screen safe too. Fixes bug #350878
6521
6522 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6523
6524         * shell/ev-window.c:
6525
6526         GtkRecent manager is now screen safe. Fixes bug #350145
6527
6528 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6529
6530         * shell/ev-sidebar.c: (ev_sidebar_init):
6531         
6532         Make sidebar close icon smaller. Fix for bug 350177.
6533         See also bugs 350176 and 165770.
6534
6535 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6536
6537         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6538
6539         Ignore zoom for xyz destinations when it's <= 1, keeping user
6540         preferences instead. Set correct sizing-mode for fith and fitv
6541         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6542
6543 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6544
6545         * NEWS:
6546         * configure.ac:
6547         
6548         Update for release 0.5.5
6549
6550 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6551         
6552         * shell/ev-window.c: (ev_window_cmd_escape)
6553
6554         Escape unfocus page entry. Fixes bug #345809.
6555
6556 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6557
6558         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6559         (build_tree), (pdf_document_links_get_links),
6560         (pdf_document_links_find_link_dest):
6561         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6562         (goto_xyz_dest):
6563
6564         Convert from PDF style coordinates to X style coordinates in the
6565         backend rather than in the view. Fixes bug #338440
6566
6567 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6568
6569         * shell/ev-window.c:
6570         
6571         Remove Ctrl+Shift+T shortcut for toolbars. See
6572         the bug #350098.
6573
6574 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6575
6576         * configure.ac:
6577
6578         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6579         of this. 
6580
6581 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6582
6583         * configure.ac:
6584         * cut-n-paste/Makefile.am:
6585         * data/evince-ui.xml:
6586         * shell/Makefile.am:
6587         * shell/ev-application.[ch]:
6588         * shell/ev-window.c:
6589
6590         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6591         #349273
6592
6593 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6594
6595         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6596         findbar code: s/help/search/
6597
6598 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6599
6600         * shell/ev-window.c: (setup_document_from_metadata),
6601         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6602         (setup_view_from_metadata):
6603         
6604         Fix memory leaks.
6605
6606 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6607
6608         * autogen.sh, configure.ac: 
6609         
6610         Update automake usage. See bug 349292.
6611
6612 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6613
6614         * shell/eggfindbar.c: (egg_find_bar_class_init),
6615         (entry_activate_callback), (egg_find_bar_init),
6616         (egg_find_bar_set_status_text):
6617         * shell/eggfindbar.h:
6618         
6619         Unify Evince findbar with Epiphany. Nice patch
6620         from Fabricio Silva <silva@crans.org> and
6621         Frederic Peters <fpeters@entrouvert.com>. See
6622         bug #339966 for details.
6623
6624 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6625
6626         * data/evince.desktop.in.in:
6627         
6628         Correct information for bugzilla. Thanks to
6629         Olaf Vitters, see bug #348855.
6630
6631 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6632
6633         * shell/ev-jobs.[ch]:
6634         * shell/ev-sidebar-links.c:
6635         * shell/ev-window.[ch]:
6636
6637         GtkPrintJob doesn't support print ranges or current page, so we export
6638         to a ps file now when printing ranges or current page.
6639
6640 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6641
6642         * pdf/ev-poppler.cc:
6643         * shell/ev-window.c: (do_action_named):
6644
6645         We should be more clear about bugzilla. See the
6646         poppler bug #7623.
6647
6648 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6649
6650         * configure.ac:
6651         * shell/Makefile.am:
6652         * shell/ev-job-queue.c:
6653         * shell/ev-jobs.[ch]:
6654         * shell/ev-sidebar-links.c:
6655         * shell/ev-window.[ch]:
6656         
6657         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6658         #348422
6659
6660 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6661
6662         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6663         * shell/ev-application-service.xml:
6664         * shell/ev-application.[ch]:
6665         * shell/ev-jobs.[ch]:
6666         * shell/ev-window.[ch]: (ev_window_run_preview):
6667         * shell/main.c: 
6668
6669         Add preview mode to use evince as a printing previewer. It also adds
6670         other command line options for fullscreen and presentation modes.
6671         Fixes bugs #347822, #317031
6672
6673 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6674
6675         * NEWS:
6676         * configure.ac:
6677         
6678         Update for release 0.5.4
6679
6680 2006-07-11  Bastien Nocera <hadess@hadess.net>
6681
6682         * Makefile.am:
6683         * backend/Makefile.am:
6684         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6685         * backend/ev-document-factory.h:
6686         * configure.ac:
6687         * impress/.cvsignore:
6688         * impress/Makefile.am:
6689         * impress/common.h:
6690         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6691         (imp_get_page), (imp_next_page), (imp_prev_page),
6692         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6693         * impress/f_oasis.c: (render_object), (render_page),
6694         (get_geometry), (_imp_oasis_load):
6695         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6696         (_imp_oo13_load):
6697         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6698         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6699         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6700         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6701         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6702         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6703         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6704         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6705         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6706         (iks_new_within), (iks_insert), (iks_insert_cdata),
6707         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6708         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6709         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6710         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6711         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6712         (iks_cdata), (iks_cdata_size), (iks_has_children),
6713         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6714         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6715         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6716         (iks_tree), (iks_load), (iks_save):
6717         * impress/iksemel.h:
6718         * impress/imposter.h:
6719         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6720         (imp_render_draw_bezier_real), (imp_render_get_size),
6721         (imp_render_set_fg_color), (imp_render_draw_line),
6722         (imp_render_draw_rect), (imp_render_draw_polygon),
6723         (imp_render_draw_arc), (imp_render_draw_bezier),
6724         (imp_render_open_image), (imp_render_get_image_size),
6725         (imp_render_scale_image), (imp_render_draw_image),
6726         (imp_render_close_image), (imp_render_markup),
6727         (imp_render_get_text_size), (imp_render_draw_text),
6728         (impress_document_load), (impress_document_save),
6729         (impress_document_get_n_pages), (impress_document_get_page_size),
6730         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6731         (impress_document_finalize), (impress_document_class_init),
6732         (impress_document_can_get_text), (impress_document_get_info),
6733         (impress_document_document_iface_init),
6734         (impress_document_thumbnails_get_thumbnail),
6735         (impress_document_thumbnails_get_dimensions),
6736         (impress_document_document_thumbnails_iface_init),
6737         (impress_document_init):
6738         * impress/impress-document.h:
6739         * impress/internal.h:
6740         * impress/r_back.c: (_imp_fill_back):
6741         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6742         (_imp_draw_image), (_imp_tile_image):
6743         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6744         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6745         (r_polyline):
6746         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6747         (r_draw_gradient_complex), (r_draw_gradient):
6748         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6749         (r_get_bullet):
6750         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6751         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6752         (r_text):
6753         * impress/render.c: (imp_create_context), (imp_context_set_page),
6754         (imp_context_set_step), (imp_render), (imp_delete_context):
6755         * impress/render.h:
6756         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6757         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6758         (zip_load_xml), (zip_get_size), (zip_load):
6759         * impress/zip.h:
6760         * shell/ev-utils.c:
6761         
6762         New backend to support impress slides. Fixes bug #30867.
6763
6764 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6765
6766         * shell/ev-utils.c: (using_postscript_printer):
6767         
6768         Fixes crash when print using PAPI backend,
6769         bug #345012.
6770
6771 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6772
6773         * shell/ev-jobs.c: (ev_job_xfer_run):
6774         * shell/ev-window.c: (password_dialog_response),
6775         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6776         (ev_window_dispose):
6777         Fixes bug #344160: if the xfer job doesn't complete
6778         because a password is required, reload the existing
6779         instance instead of creating a new one.
6780
6781 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6782
6783         * shell/main.c: (main): Call gdk_threads_init. Thus
6784         we'll avoid errors in auth dialog. Fix for the bug
6785         #343347.
6786
6787 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6788
6789         * configure.ac: Advertise pixbuf support, fix
6790         for the bug 343317.
6791
6792 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6793
6794         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6795         (ev_sidebar_thumbnails_set_document):
6796         
6797         Update sidebar thumbnails after reloading.
6798
6799 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6800
6801         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6802         * shell/ev-jobs.h:
6803         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6804         (ev_window_cmd_view_reload), (ev_window_init):
6805         
6806         Don't crash on reload. Fix for the bug #343167.
6807
6808 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6809
6810         * shell/ev-jobs.c: (ev_job_render_run):
6811         
6812         Check for document links.
6813
6814 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6815
6816         * backend/ev-attachment.c: (ev_attachment_save),
6817         (ev_attachment_launch_app), (ev_attachment_open):
6818         * backend/ev-document-factory.c: (get_document_from_uri):
6819         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6820         (egg_recent_view_uimanager_set_list):
6821         * ps/ps-document.c: (check_filecompressed), (document_load),
6822         (ps_document_load):
6823         * shell/ev-metadata-manager.c: (load_values):
6824         * shell/ev-password.c: (ev_password_dialog_set_property):
6825         * shell/ev-view.c: (tip_from_link):
6826         * shell/ev-window.c: (file_save_dialog_response_cb),
6827         (ev_window_print_dialog_response_cb):
6828         
6829         Use consistent quoting style. Fix for the bug #320285.
6830
6831 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6832
6833         * shell/ev-jobs.c: (ev_job_xfer_run):
6834         * shell/main.c: (load_files):
6835                 
6836         Open links with anchors. Fix for the bug #339836.
6837
6838 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6839
6840         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6841         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6842         (ev_link_dest_set_property), (ev_link_dest_finalize),
6843         (ev_link_dest_class_init), (ev_link_dest_new_named),
6844         (ev_link_dest_new_page_label):
6845         * backend/ev-link-dest.h:
6846         * shell/ev-application.c: (ev_application_open_uri):
6847         * shell/ev-view.c: (goto_dest):
6848         * shell/ev-window.c:
6849         * shell/ev-window.h:
6850         
6851         Fix page-label command line option. Bug #342070.
6852
6853 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6854
6855         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6856         
6857         Don't show highlight rects if page can't be showed. Fix for 
6858         the bug #342076
6859
6860 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6861
6862         * shell/ev-window.c: (setup_sidebar_from_metadata),
6863         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6864         
6865         Setup sidebar from metadata even if there is no document
6866         loaded. Fix for the bug #342807.
6867
6868 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6869
6870         * cut-n-paste/toolbar-editor/Makefile.am:
6871         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6872         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6873         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6874         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6875         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6876         (popup_context_menu_cb), (button_press_event_cb),
6877         (configure_item_sensitivity), (configure_item_cursor),
6878         (configure_item_tooltip), (connect_widget_signals),
6879         (action_sensitive_cb), (create_item_from_action),
6880         (create_item_from_position), (toolbar_drag_data_received_cb),
6881         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6882         (toolbar_drag_leave_cb), (configure_drag_dest),
6883         (toggled_visibility_cb), (toolbar_visibility_refresh),
6884         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6885         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6886         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6887         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6888         (egg_editable_toolbar_dispose),
6889         (egg_editable_toolbar_set_ui_manager),
6890         (egg_editable_toolbar_get_selected),
6891         (egg_editable_toolbar_set_selected), (set_edit_mode),
6892         (egg_editable_toolbar_set_property),
6893         (egg_editable_toolbar_get_property),
6894         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6895         (egg_editable_toolbar_new_with_model),
6896         (egg_editable_toolbar_get_edit_mode),
6897         (egg_editable_toolbar_set_edit_mode),
6898         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6899         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6900         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6901         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6902         (item_added_or_removed_cb), (toolbar_removed_cb),
6903         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6904         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6905         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6906         (editor_create_item_from_name), (append_table),
6907         (update_editor_sheet), (egg_toolbar_editor_init):
6908         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6909         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6910         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6911         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6912         (toolbar_node_free), (egg_toolbars_model_get_flags),
6913         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6914         (egg_toolbars_model_get_name), (impl_add_item),
6915         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6916         (parse_data_list), (parse_item_list), (parse_toolbars),
6917         (egg_toolbars_model_load_toolbars), (parse_available_list),
6918         (parse_names), (egg_toolbars_model_load_names),
6919         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6920         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6921         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6922         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6923         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6924         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6925         (egg_toolbars_model_set_types), (fill_avail_array),
6926         (egg_toolbars_model_get_name_avail),
6927         (egg_toolbars_model_get_name_flags),
6928         (egg_toolbars_model_set_name_flags):
6929         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6930         * cut-n-paste/toolbar-editor/eggintl.h:
6931         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6932         (egg_tree_multi_drag_source_get_type),
6933         (egg_tree_multi_drag_source_row_draggable),
6934         (egg_tree_multi_drag_source_drag_data_delete),
6935         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6936         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6937         (path_list_free), (set_context_data), (get_context_data),
6938         (get_info), (egg_tree_multi_drag_drag_data_get),
6939         (egg_tree_multi_drag_motion_event),
6940         (egg_tree_multi_drag_button_press_event),
6941         (egg_tree_multi_drag_add_drag_support):
6942         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6943         * shell/ev-application.c: (ev_application_init),
6944         (ev_application_save_toolbars_model):
6945         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6946         (ev_window_cmd_edit_toolbar), (ev_window_init):
6947         
6948         Sync toolbareditor with epiphany and libegg
6949
6950 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6951
6952         * configure.ac: 
6953
6954         Depend on poppler 0.5.2
6955
6956 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6957
6958         * shell/ev-jobs.c: (ev_job_render_run):
6959         
6960         Check if document supports links iterface.
6961
6962 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6963
6964         * NEWS:
6965         * configure.ac:
6966         
6967         Update for release 0.5.3
6968
6969 2006-05-13  Michael Plump  <plumpy@skylab.org>
6970
6971         * configure.ac:
6972         * shell/Makefile.am:
6973         * shell/main.c: (main):
6974         
6975         Port to GOption command line parsing. Fix for the 
6976         bug #327518
6977
6978 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6979
6980         * shell/ev-window.c: (ev_window_cmd_help_about):
6981         
6982         Do not wrap license. Fix for the bug #309460.
6983
6984 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6985
6986         * configure.ac:
6987         * properties/ev-properties-main.c: (ev_properties_get_pages):
6988         * shell/ev-application.c: (ev_application_open_window),
6989         (ev_application_open_uri_at_dest):
6990         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6991         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6992         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6993         * shell/ev-utils.c: (save_print_config_to_file):
6994         * shell/ev-window.c: (ev_window_cmd_save_as),
6995         (ev_attachment_popup_cmd_save_attachment_as):
6996         * shell/main.c: (load_files_remote):
6997         
6998         Bump requirements to gtk 2.8 and drop all ifdefs used.
6999
7000 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7001
7002         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7003         * shell/ev-window.c: (ev_window_init):
7004         
7005         Show attachments page.
7006
7007 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7008
7009         * po/POTFILES.in:
7010         * shell/ev-attachment-bar.c:
7011         * shell/ev-attachment-bar.h:
7012         * shell/ev-sidebar-attachments.c:
7013         (ev_sidebar_attachments_icon_cache_add),
7014         (icon_theme_get_pixbuf_from_mime_type),
7015         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7016         (ev_sidebar_attachments_icon_cache_refresh),
7017         (ev_sidebar_attachments_get_attachment_at_pos),
7018         (ev_sidebar_attachments_popup_menu_show),
7019         (ev_sidebar_attachments_popup_menu),
7020         (ev_sidebar_attachments_button_press),
7021         (ev_sidebar_attachments_update_icons),
7022         (ev_sidebar_attachments_drag_data_get),
7023         (ev_sidebar_attachments_get_property),
7024         (ev_sidebar_attachments_destroy),
7025         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7026         (ev_sidebar_attachments_new),
7027         (ev_sidebar_attachments_set_document),
7028         (ev_sidebar_attachments_support_document),
7029         (ev_sidebar_attachments_get_label),
7030         (ev_sidebar_attachments_page_iface_init):
7031         * shell/ev-sidebar-attachments.h:
7032         * shell/ev-window.c: (update_chrome_visibility),
7033         (setup_sidebar_from_metadata), (ev_window_setup_document),
7034         (ev_window_sidebar_current_page_changed_cb),
7035         (attachment_bar_menu_popup_cb), (ev_window_init):
7036         
7037         Move attachments bar to sidebar.
7038
7039 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7040
7041         * pdf/ev-poppler.cc:
7042         * shell/ev-application.[ch]:
7043         * shell/main.c:
7044
7045         Fix some memory leaks.
7046
7047 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7048
7049         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7050
7051         Change the properties dialog response to
7052         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7053         will make the dialog go away when the user presses
7054         enter. With gtk+ >= 2.9 this will happen anyway, but for
7055         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7056         escape by default. Fixes bug #340539. See also bug
7057         #101293 for the gtk+ part.
7058
7059 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7060
7061         * shell/ev-view.c (tip_from_action_named): Replace some strings
7062         that were wrong. Closes #340970.
7063
7064 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7065
7066         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7067
7068         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7069         #341049
7070
7071 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7072
7073         * djvu/Makefile.am:
7074         * dvi/Makefile.am:
7075         * dvi/mdvi-lib/Makefile.am:
7076         * properties/Makefile.am:
7077         * ps/Makefile.am:
7078         * shell/Makefile.am:
7079         * thumbnailer/Makefile.am:
7080         
7081         Due to broken libtool that is unable to track dependencies
7082         of noinst libraries we are forced to explicitely point
7083         libraries for binary. Fix for the bug #333334.
7084
7085 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7086
7087         * data/evince.desktop.in.in:
7088         * shell/ev-view.c: (view_update_range_and_current_page),
7089         (ev_view_next_page), (ev_view_previous_page):
7090         * shell/ev-window.c: (update_chrome_visibility),
7091         (setup_sidebar_from_metadata), (ev_window_setup_document),
7092         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7093         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7094         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7095         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7096         (ev_window_stop_presentation), (ev_window_focus_in_event),
7097         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7098         (ev_window_init):
7099         * thumbnailer/Makefile.am:
7100         
7101         Update fullscreen and presentation timeout handling. Hide
7102         cursor in presentation after timeout. Fix for the bugs
7103         #136359 and #336981.
7104
7105 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7106
7107         * backend/ev-link-action.[ch]:
7108         * pdf/ev-poppler.cc: (ev_link_from_action):
7109         * shell/ev-view-private.h:
7110         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7111         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7112
7113         Add support for Named Action links
7114
7115 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7116
7117         * backend/Makefile.am:
7118         * backend/ev-document-links.[ch]:
7119         * backend/ev-document.[ch]:
7120         * backend/ev-link-action.[ch]:
7121         * backend/ev-link-dest.[ch]:
7122         * backend/ev-link.[ch]:
7123         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7124         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7125         * shell/ev-page-action.c: (build_new_tree_cb):
7126         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7127         (links_page_num_func), (update_page_callback):
7128         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7129         (tip_from_link):
7130         * shell/ev-jobs.c:
7131         * shell/ev-window.[ch]: (ev_window_open_uri),
7132         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7133         * shell/ev-application.[ch]: (ev_application_open_window),
7134         (ev_application_open_uri):
7135
7136         Rework links system, it adds support for remote links now and it makes
7137         easier to add new kinds of actions and destinations. Fixes bug #317292
7138
7139 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7140
7141         * data/Makefile.am:
7142         * data/evince.png:
7143         * data/evince-16.png:
7144         * data/evince-22.png:
7145         * data/evince.svg:
7146         * shell/main.c: (main):
7147         
7148         Evince use it's own icon. Fix for the bug #313392.
7149
7150         * shell/ev-window.c: (fullscreen_timeout_cb),
7151         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7152         (ev_window_cmd_help_about), (ev_window_dispose):
7153         
7154         Simplify fullscreen timeout code.
7155
7156 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7157
7158         * backend/ev-attachment.c: 
7159         * shell/ev-attachment-bar.c:
7160         * shell/ev-window.c:
7161
7162         Allow multiple selection of attachments
7163
7164 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7165
7166         * shell/ev-view.c: (view_update_range_and_current_page),
7167         (ev_view_scroll):
7168         
7169         Fix for the bug #312573 – Optimal selection of current 
7170         page among visible pages.
7171
7172 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7173
7174         * configure.ac:
7175         * djvu/Makefile.am:
7176         * djvu/djvu-text.h:
7177         
7178         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7179         for the bug 339868.
7180
7181 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7182
7183         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7184
7185 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7186
7187         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7188         dictated by the GNOME HIG. Fixes bug #339235.
7189
7190 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7191
7192         * data/evince-ui.xml:
7193         * shell/ev-view.c: (ev_view_can_find_previous):
7194         * shell/ev-view.h:
7195         * shell/ev-window.c: (ev_window_update_actions),
7196         (ev_window_cmd_edit_find_previous):
7197
7198         Add support for "Find Previous" as dictated by the GNOME HIG. A
7199         menu item is added and some glue code to make it all work is added
7200         to various files.
7201
7202 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7203
7204         * configure.ac: Award myself the "useless use of cat" award.
7205
7206 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7207
7208         * po/LINGUAS: New file listing all supported languages.
7209
7210         * configure.in: Use po/LINGUAS instead of including all languages
7211         directly in this file. See the wiki for more information:
7212         http://live.gnome.org/GnomeGoals/PoLinguas
7213
7214 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7215
7216         * backend/ev-document-factory.c:
7217
7218         Do not load the document twice when there isn't errors
7219
7220 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7221
7222         * backend/ev-attachment.c: 
7223
7224         Fix a crash when there isn't a default application to open an
7225         attachment
7226
7227 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7228
7229         * backend/ev-attachment.[ch]:
7230         * shell/ev-attachment-bar.[ch]:
7231
7232         Added missing files. 
7233
7234 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7235
7236         * backend/Makefile.am:
7237         * data/evince-ui.xml:
7238         * backend/ev-attachment.[ch]:
7239         * backend/ev-document.[ch]: (ev_document_has_attachments),
7240         (ev_document_get_attachments):
7241         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7242         (attachment_save_to_buffer), (pdf_document_get_attachments),
7243         (pdf_document_document_iface_init):
7244         * shell/Makefile.am:
7245         * shell/ev-attachment-bar.[ch]:
7246         * shell/ev-window.c:
7247
7248         Add support for PDF attachments. Fixes bug #325143
7249
7250 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7251
7252         * backend/ev-document-factory.c: (get_document_from_uri),
7253         (ev_document_factory_get_document):
7254         * backend/ev-document-factory.h:
7255         * properties/ev-properties-main.c: (ev_properties_get_pages):
7256         * shell/Makefile.am:
7257         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7258         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7259         (ev_job_queue_remove_job):
7260         * shell/ev-job-queue.h:
7261         * shell/ev-job-xfer.c:
7262         * shell/ev-job-xfer.h:
7263         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7264         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7265         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7266         (ev_job_xfer_run):
7267         * shell/ev-jobs.h:
7268         * shell/ev-window.c: (ev_window_is_empty),
7269         (password_dialog_response), (ev_window_clear_xfer_job),
7270         (ev_window_xfer_job_cb), (ev_window_open_uri),
7271         (ev_window_cmd_focus_page_selector),
7272         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7273         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7274         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7275         (ev_window_dispose):
7276         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7277         
7278         * Cleanup mime type detection on document load. Fix for the
7279         bug #336448.
7280
7281 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7282
7283         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7284         
7285         Fix crash on exit, described in the bug #336825.
7286
7287 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7288
7289         * backend/ev-document-factory.c:
7290         (ev_document_factory_get_from_mime),
7291         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7292         (ev_document_factory_get_document),
7293         (file_filter_add_mime_list_and_free),
7294         (ev_document_factory_add_filters):
7295         * backend/ev-document-factory.h:
7296         * properties/ev-properties-main.c: (ev_properties_get_pages):
7297         * shell/Makefile.am:
7298         * shell/ev-application.c:
7299         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7300         * shell/ev-window.c: (ev_window_cmd_file_open),
7301         (ev_window_cmd_save_as):
7302         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7303         
7304         Rework factory functions so they are placed now in a single 
7305         file ev-document-factory.c
7306
7307 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7308
7309         * shell/ev-window.c: (update_chrome_visibility):
7310         
7311         Fix for the bug 166566 - don't show menubar in fullscreen
7312         mode.
7313
7314 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7315
7316         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7317
7318 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7319
7320         * shell/ev-view.c: (ev_view_expose_event):
7321         
7322         More correctly draw loading text when document
7323         is empty.
7324
7325 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7326
7327         * shell/ev-view.c: (ev_view_scroll):
7328         
7329         Fix for the bug #334854, page down and page up switch
7330         pages in presentation mode.
7331
7332 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7333
7334         * shell/ev-window.c: (ev_window_set_action_sensitive),
7335         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7336         (ev_window_set_view_accels_sensitivity),
7337         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7338         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7339         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7340         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7341         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7342         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7343         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7344         (view_actions_focus_in_cb), (ev_window_init):
7345         
7346         Fix for the bug #333902, now it's possible to search
7347         words with slash.
7348
7349 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7350
7351         * configure.ac: Added Breton translation.
7352         * po/br.po: Added Breton translation.
7353
7354 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7355
7356         * shell/ev-window-title (ev_window_title_update):
7357
7358         Fix memory leak in window title. Fixes bug #333944
7359
7360 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7361
7362         * shell/ev-metadata-manager.c (parseItem):
7363
7364         Fix memory leaks. Fixes bug #333945
7365
7366 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7367         
7368         * NEWS, configure.ac, TODO:
7369         
7370         Update for release 0.5.2.
7371
7372 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7373
7374         * shell/ev-view.c: (view_update_range_and_current_page),
7375         (page_changed_cb):
7376         
7377         Don't jump on scrolling, fix for the bug #333127.
7378
7379 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7380
7381         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7382         
7383         Scroll by one page in presentation mode. Fix for the bug
7384         #332993.
7385
7386 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7387
7388         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7389
7390 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7391
7392         * configure.ac  Added lv in ALL_LINGUAS line.
7393
7394 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7395         
7396         * NEWS, configure.ac:
7397         
7398         Update for release 0.5.1
7399
7400 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7401
7402         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7403         * backend/ev-document-misc.h:
7404         * shell/ev-view.c: (draw_one_page):
7405         
7406          Clairfy what page the toolbar page number applies to. Fix
7407          for the bug #328102.
7408
7409 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7410
7411         * shell/ev-view-private.h:
7412         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7413         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7414         (ev_view_search_changed):
7415         * shell/ev-view.h:
7416         * shell/ev-window.c: (find_bar_search_changed_cb):
7417         
7418         Dont't jump to find result if window was scrolled during search.
7419         Fix for the bug #313266.
7420
7421 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7422
7423         * shell/eggfindbar.c: (egg_find_bar_class_init):
7424         * shell/eggfindbar.h:
7425         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7426         * shell/ev-view-private.h:
7427         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7428         (ev_view_class_init), (ev_sizing_mode_get_type),
7429         (ev_scroll_type_get_type):
7430         * shell/ev-view.h:
7431         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7432         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7433         (ev_window_init):
7434         
7435         Fix for the bug 319133 - Find entry should allow text scroll.
7436
7437 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7438
7439         * shell/ev-view-private.h:
7440         * shell/ev-view.c: (view_update_range_and_current_page),
7441         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7442         (ev_view_set_document), (update_find_status_message),
7443         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7444         (ev_view_find_previous):
7445         
7446         Fix for the bug #319137. Search now takes account for scrolling.
7447
7448 2006-02-19  Michael Hofmann <mh21@piware.de>
7449
7450         * configure.ac:
7451         * djvu/Makefile.am:
7452         * djvu/djvu-document-private.h:
7453         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7454         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7455         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7456         (djvu_document_can_get_text), (djvu_document_get_text),
7457         (djvu_document_document_iface_init),
7458         (djvu_document_thumbnails_get_thumbnail),
7459         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7460         (djvu_document_find_get_result),
7461         (djvu_document_find_page_has_results),
7462         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7463         (djvu_document_find_iface_init):
7464         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7465         (djvu_text_page_selection), (djvu_text_page_limits_process),
7466         (djvu_text_page_limits), (djvu_text_page_copy),
7467         (djvu_text_page_position), (djvu_text_page_union),
7468         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7469         (djvu_text_page_box), (djvu_text_page_append_text),
7470         (djvu_text_page_search), (djvu_text_page_prepare_search),
7471         (djvu_text_page_new), (djvu_text_page_free):
7472         * djvu/djvu-text-page.h:
7473         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7474         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7475         (djvu_text_n_results), (djvu_text_has_results),
7476         (djvu_text_get_result), (djvu_text_get_progress):
7477         * djvu/djvu-text.h:
7478         
7479         Text search in djvu. Fix for the bug #303415.
7480
7481 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7482
7483         * configure.ac:
7484         * shell/ev-window.c: (ev_window_cmd_save_as):
7485         
7486         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7487         Thanks to Gary Coady <gary@lyranthe.org>
7488
7489 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7490
7491         * shell/ev-print-job.c: (idle_print_handler):
7492         
7493         Inverse order printing, bug #320919.
7494
7495 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7496
7497         * data/evince-toolbar.xml:
7498         * shell/ev-window.c:
7499         
7500         Allow to add sidebar checkbutton on toolbar. Fix
7501         for the bug #144577.
7502
7503 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7504
7505         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7506         
7507         Add checks that have sense for empty ps document.
7508
7509 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7510
7511         * configure.ac: Include PS in mime types list. 
7512
7513 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7514
7515         * configure.ac:
7516         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7517         * ps/gsdefaults.h:
7518         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7519         
7520         Runtime check for gs interpreter. Fix for the bug #320868.
7521         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7522
7523 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7524
7525         * shell/ev-application.c: 
7526
7527         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7528         dbus>=0.60, so that the request is not queued. 
7529
7530 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7531
7532         * configure.ac:
7533         * shell/Makefile.am:
7534         * shell/ev-sidebar-links.c: (print_section_cb):
7535         * shell/ev-utils.c:
7536         * shell/ev-utils.h:
7537         * shell/ev-window.c: (update_action_sensitivity),
7538         (ev_window_close_dialogs), (ev_window_print):
7539         * shell/ev-window.h:
7540         
7541         Make printing support optional. Patch from Eduardo de Barros Lima
7542         <eduardo.lima@indt.org.br> for the bug #330546.
7543
7544 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7545
7546         * shell/ev-view-private.h:
7547         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7548         (ev_view_set_document):
7549         * shell/ev-view.h:
7550         * shell/ev-window.c: (ev_window_load_job_cb),
7551         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7552         (ev_window_init):
7553
7554         Draw Loading message during xfer job. Fix for the bug #329495.
7555
7556 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7557
7558         * comics/comics-document.c: (comics_regex_quote),
7559         (comics_document_load), (extract_argv):
7560         
7561         Correcly quote regexp before passing it to unzip.
7562
7563 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7564
7565         * shell/ev-page-cache.c: (build_height_to_page),
7566         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7567         (ev_page_cache_get_dual_even_left):
7568         * shell/ev-page-cache.h:
7569         * shell/ev-view.c: (view_update_range_and_current_page),
7570         (get_page_y_offset), (get_page_extents):
7571         
7572         Place even pages to the left if document has less then
7573         two pages. Fix for the bug #328856.
7574
7575 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7576
7577         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7578         
7579         Correct comics scheme. This make evince create thumbnails
7580         for comic books. Fix for the bug 329088.
7581
7582 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7583
7584         * data/evince-password.glade: Don't explicitly set
7585         invisible_char to the current default value in case
7586         the default changes; let GTK+ do its magic.
7587
7588 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7589
7590         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7591         real filename to tmp filename since often document
7592         type is determined by extension.
7593
7594 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7595
7596         * shell/ev-view.c: (add_scroll_binding_keypad),
7597         (ev_view_binding_activated), (ev_view_class_init):
7598         
7599         Add keybindings for percision-scrolling of display area. 
7600         Fix for the bug #314072.
7601
7602 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7603
7604         * data/evince.desktop.in.in:
7605         
7606         Add GTK to the list of categories. Fix for the bug #328034.
7607
7608 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7609
7610         * shell/ev-application.c: (ev_application_shutdown),
7611         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7612         * shell/ev-application.h:
7613         * shell/ev-window.c: (file_open_dialog_response_cb),
7614         (ev_window_cmd_file_open):
7615         
7616         Save last uri in file chooser dialog. Fix for the bug #327950.
7617
7618 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7619
7620         * NEWS:
7621         * README:
7622         
7623         Final update for release 0.5.0
7624         
7625         * shell/Makefile.am:
7626         
7627         Remove disable deprecated until we'll require libgnome-2.13.7
7628         and port to GOption argument parsing. See bug 327518.
7629
7630 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7631
7632         * comics/comics-document.c: (comics_document_save):
7633         * djvu/djvu-document.c: (djvu_document_save):
7634         * dvi/dvi-document.c: (dvi_document_save):
7635         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7636         * lib/ev-file-helpers.h:
7637         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7638         * tiff/tiff-document.c: (tiff_document_save):
7639         
7640         Use common save function for backends.
7641
7642 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7643
7644         * backend/ev-document-types.c:
7645         
7646         Fix crash on saving pixbuf.
7647
7648 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7649
7650         * cut-n-paste/recent-files/egg-recent-item.c:
7651         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7652         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7653         (parse_info_free), (valid_element), (start_element_handler),
7654         (end_element_handler), (text_handler), (egg_recent_model_filter),
7655         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7656         (egg_recent_model_monitor), (egg_recent_model_read),
7657         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7658         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7659         (egg_recent_model_set_property), (egg_recent_model_class_init),
7660         (egg_recent_model_init), (egg_recent_model_add_full),
7661         (egg_recent_model_delete), (egg_recent_model_get_list),
7662         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7663         (egg_recent_model_set_filter_mime_types),
7664         (egg_recent_model_clear_group_filter),
7665         (egg_recent_model_set_filter_groups),
7666         (egg_recent_model_clear_scheme_filter),
7667         (egg_recent_model_set_filter_uri_schemes),
7668         (egg_recent_model_remove_expired):
7669         * cut-n-paste/recent-files/egg-recent-util.c:
7670         (egg_recent_util_get_icon):
7671         * cut-n-paste/recent-files/egg-recent-util.h:
7672         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7673         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7674         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7675         (egg_recent_view_uimanager_set_property),
7676         (egg_recent_view_uimanager_get_property),
7677         (egg_recent_view_uimanager_class_init),
7678         (egg_recent_view_uimanager_init),
7679         (egg_recent_view_uimanager_set_label_width),
7680         (egg_recent_view_uimanager_get_label_width):
7681         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7682         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7683         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7684         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7685         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7686         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7687         
7688         Update from libegg.
7689
7690 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7691
7692         * shell/ev-page-cache.c: (build_height_to_page),
7693         (ev_page_cache_get_height_to_page):
7694         * shell/ev-page-cache.h:
7695         * shell/ev-view.c: (view_update_range_and_current_page),
7696         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7697         (ev_view_previous_page):
7698         
7699         Dual mode places even pages to the left. Fix for the bug #309393.
7700
7701         * shell/ev-view.h:
7702         * shell/ev-window.c: (update_action_sensitivity),
7703         (setup_view_from_metadata), (view_menu_popup_cb):
7704         
7705         Don't restore presentation in empty windows, more intelligent
7706         next page behaviour in dual mode.
7707
7708         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7709         (ev_pixbuf_cache_clear_job_sizes):
7710         
7711         Cleanup job callback on removal. Fix for the bug #325886.
7712
7713 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7714
7715         * ps/ps.c: (psscan):
7716         
7717         Commit workaround Mozilla problem. Fix for the bug #325919
7718         
7719         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7720         (save_item):
7721         
7722         Fix for year 2038 problem.
7723
7724 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7725
7726         * shell/ev-window.c: (setup_document_from_metadata),
7727         (ev_window_cmd_view_reload):
7728
7729         Clamp page recieved from metadata in valid values. Fix
7730         for the bug #325986.
7731
7732 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7733
7734         * MAINTAINERS: 
7735         Add MAINTAINERS as requested on desktop-devel-list.
7736
7737 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7738
7739         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7740         (mime_type_supported_by_gdk_pixbuf),
7741         (ev_document_factory_get_mime_types),
7742         (ev_document_factory_get_all_mime_types):
7743         
7744         Don't add pixbuf mime types if pixbuf backend is disabled.
7745         
7746         * shell/ev-application.c: (ev_application_get_uri_window):
7747         
7748         Fix for the bug 325815 - unhandled MIME type message doesn't 
7749         appear a second time. 
7750         
7751         * shell/ev-document-types.c: (ev_document_types_add_filters):
7752         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7753         (password_dialog_response), (ev_window_popup_password_dialog),
7754         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7755         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7756         (ev_window_run_presentation), (ev_window_stop_presentation),
7757         (save_sizing_mode), (ev_window_zoom_changed_cb),
7758         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7759         (ev_window_dual_mode_changed_cb),
7760         (ev_window_sidebar_current_page_changed_cb),
7761         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7762         (window_state_event_cb), (window_configure_event_cb):
7763         
7764         Cleanup additional uris holded by EvWindow.
7765
7766 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7767
7768         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7769         (ev_view_can_previous_page), (ev_view_can_next_page):
7770         * shell/ev-view.h:
7771         * shell/ev-window.c: (update_action_sensitivity):
7772         
7773         Two page scrolling with Space and PageUp in dual mode. Second fix 
7774         for the bug #316608.
7775
7776 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7777
7778         * shell/ev-view.c: (scroll_to_current_page):
7779         
7780         Correctly clamp adjustment value. Fix for the bug
7781         #325808.
7782
7783 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7784
7785         * shell/ev-sidebar-links.c: (print_section_cb):
7786         * shell/ev-window.c: (ev_window_get_uri),
7787         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7788         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7789         (ev_window_dispose):
7790         
7791         Make print dialog non-modal. Fix for the bug #325622.
7792
7793 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7794
7795         * shell/ev-metadata-manager.c:
7796         * shell/ev-utils.c: (using_pdf_printer),
7797         (using_postscript_printer), (load_print_config_from_file),
7798         (save_print_config_to_file):
7799         * shell/ev-utils.h:
7800         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7801         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7802         (setup_view_from_metadata), (ev_window_setup_document),
7803         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7804         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7805         (ev_window_run_presentation), (ev_window_stop_presentation),
7806         (save_sizing_mode), (ev_window_zoom_changed_cb),
7807         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7808         (ev_window_dual_mode_changed_cb),
7809         (ev_window_sidebar_current_page_changed_cb),
7810         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7811         (window_state_event_cb), (window_configure_event_cb),
7812         (ev_window_init):
7813         
7814         Setting saving behaviour fixes.
7815
7816 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7817
7818         * configure.ac:
7819         
7820         Make antialiasing gs options better and allow
7821         to change them during configure. Fix for the 
7822         bug #319049.
7823
7824 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7825
7826         * shell/ev-window.c: (setup_view_from_metadata):
7827         
7828         Remember if last window was maximized. Fix for the
7829         bug #323797.
7830
7831 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7832
7833         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7834
7835 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7836
7837         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7838         * shell/ev-page-action.c: (build_new_tree_cb):
7839         * shell/ev-sidebar-links.c: (links_page_num_func),
7840         (update_page_callback_foreach), (update_page_callback):
7841         * shell/ev-view.c: (scroll_to_current_page):
7842         
7843         Fix for the bug #325067 with more intelligent selection
7844         of current link in sidebar. Make sidebar handle links
7845         of FITR-like type more correctly.
7846
7847         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7848         (dvi_pixbuf_put_pixel):
7849         
7850         Fix memory consumtion with disabled alpha channel.
7851
7852 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7853
7854         * data/evince-ui.xml:
7855         * shell/ev-window.c: (view_menu_popup_cb),
7856         (ev_popup_cmd_open_link), (ev_window_init):
7857         
7858         Update context menu for internal links. Fix for the bug
7859         #325066.
7860
7861 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7862
7863         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7864         
7865         Bind context menu to keyboard also. Fix for the bug
7866         #325065.
7867
7868 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7869
7870         * shell/ev-view.c: (selection_scroll_timeout_cb):
7871         
7872         Horizontal scroll on selection also.
7873
7874 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7875
7876         * shell/ev-metadata-manager.c: (parse_value):
7877         * shell/ev-view.c: (goto_xyz_link):
7878         
7879         Correct zoom setup and metadata save broken in 
7880         some locales.
7881
7882 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7883
7884         * shell/ev-view-private.h:
7885         * shell/ev-view.c: (scroll_to_current_page),
7886         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7887         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7888         (page_changed_cb), (ev_view_set_continuous),
7889         (ev_view_set_dual_page), (ev_view_set_presentation):
7890         
7891         Delay scroll until allocation to correctly position page. Fix
7892         for the bug #317334.
7893
7894 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7895
7896         * NEWS:
7897         * configure.ac:
7898         
7899         Update NEWS and require poppler 0.5.0.
7900
7901 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7902         
7903         * data/evince-ui.xml:
7904         * shell/ev-view-private.h:
7905         * shell/ev-view.c: (ev_view_get_link_at_location),
7906         (handle_link_over_xy), (ev_view_button_press_event),
7907         (ev_view_button_release_event), (ev_view_class_init):
7908         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7909         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7910         (ev_window_init):
7911         
7912         Implement right-click context menu.
7913
7914 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7915
7916         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7917         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7918         (mdvi_pixbuf_device_render):
7919         * pdf/ev-poppler.cc:
7920
7921         Don't generate thumbnails with alpha. See bug #324077.
7922         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7923
7924 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7925
7926         * shell/ev-window.c: (setup_chrome_from_metadata):
7927         
7928         Fix typo that was hiding toolbar.
7929
7930 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7931
7932         * shell/ev-view-private.h:
7933         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7934         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7935         (ev_view_button_release_event), (ev_view_destroy):
7936         
7937         Small cleanup and autoscrolling during selection. Thanks to 
7938         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7939
7940 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7941
7942         * configure.ac:
7943         
7944         Correctly check for comics option.
7945
7946 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7947         * Makefile.am:
7948         * configure.ac:
7949         * backend/Makefile.am:
7950         * backend/ev-document-factory.c:
7951         * shell/ev-document-types.c:
7952
7953         Included option in configure to make ps backend 
7954         compilation optional with --disable-ps.
7955
7956 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7957
7958         * backend/ev-document-factory.c:
7959         * comics/Makefile.am:
7960         * comics/comics-document.c: (comics_document_load):
7961         * comics/ev-cbr-mime.xml:
7962         * configure.ac:
7963         
7964         Comics mime types are added to shared-mime-info CVS. Now
7965         we don't need to install our own mime types.
7966
7967 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7968
7969         * shell/ev-window.c:
7970         
7971         Add shortcut for "save a copy" menu entry. Fix for
7972         the bug #324582.
7973
7974 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7975
7976         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7977         (job_finished_cb), (new_selection_pixbuf_needed),
7978         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7979         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7980         
7981         Rework selection job info logic and fix critical warning.
7982
7983 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7984
7985         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7986
7987 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7988
7989         * data/evince-ui.xml:
7990         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7991         
7992         Enter as shortcut key for next page. Fix for the bug
7993         #321394.
7994
7995 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7996
7997         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7998
7999 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8000
8001         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8002         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8003         (new_selection_pixbuf_needed),
8004         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8005         (clear_job_selection):
8006         
8007         Too early for 0.5. Pixbuf cache code cleaned a bit.
8008
8009 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8010
8011         * NEWS:
8012         * configure.ac:
8013         
8014         Release 0.5.0 preparation
8015
8016 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8017
8018         * comics/Makefile.am:
8019         * configure.ac:
8020         * shell/ev-document-types.c: (ev_document_types_add_filters):
8021         
8022         More advanced handling of custom mime type installation.
8023
8024 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8025
8026         * data/evince.schemas.in:
8027         * shell/ev-metadata-manager.c: (value_free),
8028         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8029         (ev_metadata_manager_get), (ev_metadata_manager_set):
8030         * shell/ev-metadata-manager.h:
8031         * shell/ev-window.c: (update_chrome_flag),
8032         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8033         (setup_document_from_metadata), (setup_chrome_from_metadata),
8034         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8035         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8036         (ev_window_view_toolbar_cb),
8037         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8038         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8039         
8040         Save last document settings and reuse them for new documents.
8041
8042 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8043
8044         * Makefile.am:
8045         * backend/Makefile.am:
8046         * backend/ev-document-factory.c:
8047         * backend/ev-document-factory.h:
8048         * comics/Makefile.am:
8049         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8050         (comics_document_load), (comics_document_save),
8051         (comics_document_get_n_pages), (comics_document_get_page_size),
8052         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8053         (comics_document_class_init), (comics_document_can_get_text),
8054         (comics_document_get_info), (comics_document_document_iface_init),
8055         (comics_document_init), (get_supported_image_extensions),
8056         (comics_document_thumbnails_get_geometry),
8057         (comics_document_thumbnails_get_thumbnail),
8058         (comics_document_thumbnails_get_dimensions),
8059         (comics_document_document_thumbnails_iface_init), (extract_argv):
8060         * comics/comics-document.h:
8061         * comics/ev-cbr-mime.xml:
8062         * configure.ac:
8063         * po/POTFILES.in:
8064         * shell/ev-application.c: (ev_application_register_service):
8065         * shell/ev-document-types.c: (ev_document_types_add_filters):
8066         * thumbnailer/Makefile.am:
8067         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8068         
8069         New CBR/CBZ backend for comic books.
8070
8071 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8072
8073         * shell/main.c: (load_files_remote):
8074
8075         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8076         warning on startup of second instance is fixed. It
8077         is bug #320353.
8078
8079 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8080
8081         * shell/ev-window.c: (ev_window_finalize):
8082         
8083         Fix double free that cause crash.
8084
8085 2005-10-29  Bastien Nocera <hadess@hadess.net>
8086
8087         * tiff/tiff-document.c: (tiff_document_load):
8088         
8089         Fix memory leak.
8090
8091 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8092
8093         * po/POTFILES.in:
8094         * shell/Makefile.am:
8095         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8096         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8097         (ev_view_accessible_get_text),
8098         (ev_view_accessible_get_character_at_offset),
8099         (ev_view_accessible_get_text_before_offset),
8100         (ev_view_accessible_get_text_at_offset),
8101         (ev_view_accessible_get_text_after_offset),
8102         (ev_view_accessible_get_character_count),
8103         (ev_view_accessible_get_caret_offset),
8104         (ev_view_accessible_set_caret_offset),
8105         (ev_view_accessible_get_run_attributes),
8106         (ev_view_accessible_get_default_attributes),
8107         (ev_view_accessible_get_character_extents),
8108         (ev_view_accessible_get_offset_at_point),
8109         (ev_view_accessible_get_n_selections),
8110         (ev_view_accessible_get_selection),
8111         (ev_view_accessible_add_selection),
8112         (ev_view_accessible_remove_selection),
8113         (ev_view_accessible_set_selection),
8114         (ev_view_accessible_text_iface_init),
8115         (ev_view_accessible_idle_do_action),
8116         (ev_view_accessible_action_do_action),
8117         (ev_view_accessible_action_get_n_actions),
8118         (ev_view_accessible_action_get_description),
8119         (ev_view_accessible_action_get_name),
8120         (ev_view_accessible_action_set_description),
8121         (ev_view_accessible_action_iface_init),
8122         (ev_view_accessible_get_type), (ev_view_accessible_new),
8123         (ev_view_accessible_factory_get_accessible_type),
8124         (ev_view_accessible_factory_create_accessible),
8125         (ev_view_accessible_factory_class_init),
8126         (ev_view_accessible_factory_get_type):
8127         * shell/ev-view-accessible.h:
8128         * shell/ev-view-private.h:
8129         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8130         * shell/ev-view.h:
8131         
8132         Initial accessibility support.
8133
8134 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8135
8136         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8137
8138 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8139
8140         * shell/ev-print-job.c: (idle_print_handler):
8141         
8142         Fix for bug Bug 318916: Printing multiple pages.
8143
8144 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8145
8146         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8147
8148 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8149
8150         * pdf/ev-poppler.cc:
8151         
8152         Thumnail dimensions unified with other backends.
8153         
8154         * shell/ev-window-title.c: (ev_window_title_update):
8155         
8156         Fix warning.
8157
8158 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8159
8160         * data/ev-stock-zoom-fit-width.png:
8161         
8162         Remove unused file.
8163
8164 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8165
8166         * configure.ac:
8167         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8168         (djvu_document_finalize):
8169         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8170         (dvi_document_finalize):
8171         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8172         (pixbuf_document_save), (pixbuf_document_finalize):
8173         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8174         (tiff_document_finalize):
8175         
8176         Save a copy implemented for various backends.
8177
8178 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8179
8180         * configure.ac:
8181         
8182         Don't link with ltiff if tiff is disabled.
8183
8184 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8185
8186         * pdf/GDKSplashOutputDev.cc:
8187         * pdf/GDKSplashOutputDev.h:
8188         * pdf/Thumb.cc:
8189         * pdf/Thumb.h:
8190         * pdf/pdf-document.cc:
8191         * pdf/pdf-document.h:
8192         * pdf/test-gdk-output-dev.cc:
8193         
8194         Remove old unused files.
8195
8196 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8197
8198         * shell/ev-window.c: (ev_window_setup_document):
8199         
8200         Fixed warnings on reload and probably crash reason.
8201
8202 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8203
8204         * properties/ev-properties-view.c:
8205         (ev_properties_view_format_date):
8206         
8207         Check if date is invalid. Fix for bug 318134.
8208
8209 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8210
8211         * shell/ev-window-title.c:
8212         
8213         Add .indd files (Adobe Indesign) to the list of "bad
8214         extensions".
8215
8216 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8217
8218         * data/evince-ui.xml:
8219         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8220         
8221         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8222
8223 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8224
8225         * shell/ev-window.c: (launch_link), (launch_external_uri),
8226         (view_external_link_cb):
8227
8228         URL-escape link before passing it to gnome_vfs_url_show.
8229
8230 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8231
8232         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8233         there isn't text selected.
8234
8235 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8236
8237         * shell/ev-view.c: (handle_link_over_xy):
8238
8239         Check tooltip is valid utf8 before showing it
8240
8241 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8242
8243         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8244
8245 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8246
8247         * shell/ev-window-title.c: (ev_window_title_update):
8248
8249         Guard against using g_strstrip on NULL. Fixes bug #317291.
8250
8251 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8252
8253         * pdf/ev-poppler.cc:
8254
8255         Show title even for unknown links
8256
8257 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8258
8259         * shell/ev-window-title.c: (ev_window_title_update):
8260
8261         Strip the title string
8262
8263 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8264
8265         * shell/ev-window-title.c:
8266
8267         Add .rtf to the bad extensions list
8268
8269 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8270
8271         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8272         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8273
8274         Ignore link coordinates if they are outside page bounds
8275
8276 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8277
8278         * backend/ev-link.c: (ev_link_type_get_type),
8279         (ev_link_get_filename), (ev_link_get_params),
8280         (ev_link_get_property), (ev_link_set_property),
8281         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8282         * backend/ev-link.h:
8283         * pdf/ev-poppler.cc:
8284         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8285         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8286         (ev_window_init):
8287
8288         Implement launch links. Delegate external link opening to
8289         the window.
8290
8291 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8292
8293         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8294         (ev_link_get_right), (ev_link_get_property),
8295         (ev_link_set_property), (ev_link_class_init),
8296         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8297         * backend/ev-link.h:
8298         * pdf/ev-poppler.cc:
8299         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8300
8301         Implement fitr links
8302
8303 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8304
8305         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8306         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8307         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8308         (ev_view_size_request_continuous),
8309         (ev_view_size_request_dual_page),
8310         (ev_view_size_request_single_page), (ev_view_size_allocate),
8311         (ev_view_zoom_for_size_continuous_and_dual_page),
8312         (ev_view_zoom_for_size_continuous),
8313         (ev_view_zoom_for_size_dual_page),
8314         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8315         (ev_sizing_mode_get_type):
8316         * shell/ev-view.h:
8317         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8318
8319         Do not use modes for link, we need to calculate size ad hoc.
8320         Still not perfect because of the usual scrollbar issues grrr.
8321
8322 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8323
8324         * backend/ev-link.c: (ev_link_type_get_type),
8325         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8326         * backend/ev-link.h:
8327         * pdf/ev-poppler.cc:
8328         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8329         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8330         (ev_view_size_request_continuous),
8331         (ev_view_size_request_dual_page),
8332         (ev_view_size_request_single_page), (ev_view_size_allocate),
8333         (zoom_for_size_fit_height),
8334         (ev_view_zoom_for_size_continuous_and_dual_page),
8335         (ev_view_zoom_for_size_continuous),
8336         (ev_view_zoom_for_size_dual_page),
8337         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8338         (ev_sizing_mode_get_type):
8339         * shell/ev-view.h:
8340         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8341
8342         Implement FIT_HEIGHT mode (only for links).
8343         Implement FITH links
8344
8345 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8346
8347         * shell/ev-window-title.c: (get_filename_from_uri),
8348         (ev_window_title_sanitize_extension), (ev_window_title_update),
8349         (ev_window_title_set_document), (ev_window_title_set_uri),
8350         (ev_window_title_free):
8351         * shell/ev-window-title.h:
8352         * shell/ev-window.c: (ev_window_setup_document),
8353         (ev_window_popup_password_dialog):
8354
8355         Refactor window title building while fixing it for
8356         password documents.
8357
8358 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8359
8360         * pdf/ev-poppler.cc:
8361
8362         Escape link title before setting it in the model
8363
8364 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8365
8366         * shell/ev-application.c: (removed_from_session), (save_session),
8367         (init_session), (ev_application_get_empty_window),
8368         (ev_application_init), (ev_application_get_windows):
8369         * shell/ev-application.h:
8370         * shell/ev-window.c: (ev_window_finalize):
8371
8372         Add a function to retrieve window list and share it where
8373         necessary.
8374         Implement session handling, works pretty well thanks to the
8375         metadata system.
8376
8377 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8378
8379         * shell/ev-password.c: (ev_password_item_created_callback),
8380         (ev_password_dialog_save_password):
8381         
8382         Fix for bug 316972. Use async gnome-keyring API.
8383
8384 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8385
8386         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8387         Remove unused unrealize handler. Add scroll handling to
8388         ev_view_scroll_event for presentation mode (bug #316708),
8389         and fix the event state checks there.
8390
8391 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8392
8393         * shell/ev-page-action.c: (page_changed_cb):
8394
8395         "marco, maybe we should be crazy and jump right to 6! :)"
8396
8397         Bryan Clark, Sep 2005
8398
8399 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8400
8401         * ps/ps-document.c: (save_document), (ps_document_save),
8402         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8403         (ps_document_ps_export_end):
8404
8405         Fix unstructured documents save and print
8406
8407 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8408
8409         * shell/ev-application.c: (ev_application_open_uri):
8410
8411         Fix window size persistance
8412
8413 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8414
8415         * shell/ev-view.c: (ev_view_button_release_event):
8416
8417         Based on a patch from carlosgc@gnome.org. Mouse buttons
8418         switch pages in presentation mode.
8419
8420 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8421
8422         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8423
8424         Dont cast to int before scaling
8425
8426 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8427
8428         * backend/ev-link.c: (ev_link_type_get_type),
8429         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8430         (ev_link_new_page_fith):
8431         * backend/ev-link.h:
8432         * pdf/ev-poppler.cc:
8433         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8434
8435         Implement FIT and FITH links
8436
8437 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8438
8439         * pdf/ev-poppler.cc:
8440
8441         Return 0 results when search is not in progress.
8442
8443         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8444         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8445
8446         Update menu sensitivity when cancelling search
8447
8448 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8449
8450         * shell/ev-view.c: (ev_view_can_find_next):
8451
8452         Take all pages in consideration, not just current one
8453
8454 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8455
8456         * shell/ev-page-cache.c:
8457         * shell/ev-page-cache.h:
8458         * shell/ev-view.c: (ev_view_binding_activated),
8459         (ev_view_next_page), (ev_view_previous_page),
8460         (ev_sizing_mode_get_type):
8461         * shell/ev-view.h:
8462         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8463         (ev_window_cmd_go_next_page):
8464
8465         Move page next/previous functions from page chace to
8466         view and change it to move by 2 page steps in dual mode.
8467
8468 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8469
8470         * shell/ev-window.c: (update_sidebar_visibility),
8471         (setup_sidebar_from_metadata), (ev_window_setup_document),
8472         (setup_view_from_metadata):
8473
8474         Show the index by default when there is one     
8475
8476 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8477
8478         * shell/ev-window-title.c: (ev_window_title_set_document):
8479
8480         Missing null check
8481
8482 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8483
8484         * shell/ev-view.c: (view_update_range_and_current_page):
8485         
8486         Allow display of last odd page in dual view. Fix for 316347.
8487
8488 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8489
8490         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8491         
8492         Make close button default. Fix for 316383.
8493
8494 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8495
8496         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8497         
8498         Mark close button as default. Fix for 316381.
8499
8500 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8501
8502         * backend/ev-link.c: (ev_link_class_init):
8503
8504         Allow negative doubles in left/top properties
8505
8506 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8507
8508         * shell/ev-window.c:
8509
8510         Remove a bunch of strings that was used only
8511         by the statusbar.
8512
8513 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8514
8515         * shell/ev-window-title.c: (get_filename_from_uri),
8516         (ev_window_title_set_document):
8517
8518         When title has a confusing extension, show also
8519         the document filename inside ()
8520
8521 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8522
8523         * shell/Makefile.am:
8524         * shell/ev-window-title.c: (ev_window_title_new),
8525         (ev_window_title_update), (ev_window_title_set_type),
8526         (ev_window_title_set_document), (ev_window_title_free):
8527         * shell/ev-window-title.h:
8528         * shell/ev-window.c: (ev_window_setup_document),
8529         (password_dialog_response), (ev_window_popup_password_dialog),
8530         (ev_window_dispose), (ev_window_init):
8531
8532         Factor out and cleanup window title code
8533
8534 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8535
8536         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8537         (unable_to_load):
8538
8539         Make dialog transient so it doesnt block other windows
8540
8541 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8542
8543         * pdf/ev-poppler.cc:
8544         
8545         Fix pdf thumbnails rendering.
8546
8547 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8548
8549         * shell/ev-window.c: (fullscreen_set_timeout):
8550         
8551         Increase timeout to hide full screen popup. Bug 
8552         316123. 
8553
8554 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8555
8556         * data/evince.schemas.in:
8557         * shell/ev-window.c: (update_action_sensitivity):
8558
8559         Allow the user to override document restrictions. Fix for bug
8560         305818.
8561
8562 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8563
8564         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8565         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8566         (ev_window_class_init): Fix multihead behaviour of fullscreen
8567         toolbar popup. Fixes bug #315451.
8568
8569 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8570
8571         * configure.ac:
8572         * data/evince-password.glade:
8573         * shell/ev-password.c: (ev_password_dialog_set_property),
8574         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8575         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8576         (ev_password_dialog_entry_changed_cb),
8577         (ev_password_dialog_entry_activated_cb),
8578         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8579         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8580         (ev_password_dialog_set_bad_pass):
8581         * shell/ev-password.h:
8582         * shell/ev-window.c: (password_dialog_response),
8583         (ev_window_popup_password_dialog):
8584         
8585         Support for gnome-keyring for encrypted PDF's.
8586
8587 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8588
8589         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8590         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8591         (ev_view_enter_notify_event), (ev_view_class_init):
8592         
8593         More precise handling of enter_notify/leave_notify events
8594         in EvView. Fix for bug 315470.
8595
8596 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8597
8598         * shell/ev-window.c: (fullscreen_timeout_cb),
8599         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8600         (ev_window_dispose):
8601
8602         leak fix: unref fullscreen_timeout_source before clearing it
8603
8604 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8605
8606         * configure.ac, dvi/mdvi/Makefile.am: 
8607         
8608         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8609
8610 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8611
8612         * backend/ev-link.c: (ev_link_new_page_xyz):
8613         * pdf/ev-poppler.cc:
8614         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8615
8616         Fix some bugs with xyz links, respect zoom
8617
8618 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8619
8620         * shell/ev-window.c: (page_changed_cb),
8621         (setup_document_from_metadata), (update_sidebar_visibility),
8622         (setup_view_from_metadata), (ev_window_run_fullscreen),
8623         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8624         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8625         (ev_window_dual_mode_changed_cb),
8626         (ev_window_sidebar_current_page_changed_cb):
8627
8628         null check uri before setting and getting metadata
8629
8630 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8631
8632         * dvi/Makefile.am:
8633         * properties/Makefile.am:
8634         * shell/Makefile.am:
8635         * thumbnailer/Makefile.am:
8636
8637         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8638
8639 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8640
8641         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8642         (selection_changed_callback):
8643         * shell/ev-sidebar-links.h:
8644
8645         Add a signal for link activation.
8646
8647         * shell/ev-view.c: (ev_view_goto_link),
8648         (ev_view_button_release_event):
8649         * shell/ev-view.h:
8650         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8651         (ev_window_init):
8652
8653         Implement the signal so that we can handle all link types.
8654
8655         * shell/ev-page-cache.c:
8656
8657         Remove unused set_link function
8658
8659 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8660
8661         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8662
8663         Add some space from the cursor, hardcoded but I couldnt
8664         find a better way.
8665
8666 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8667
8668         * lib/ev-tooltip.c:
8669
8670         Use mozilla style vs gtk style, way better for links.
8671
8672         * shell/ev-view.c: (ev_view_motion_notify_event),
8673         (ev_view_destroy), (ev_view_init):
8674
8675         Deactive tooltip when the link hovered is changed.
8676
8677 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8678
8679         * backend/ev-document.h:
8680         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8681         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8682         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8683         (ev_link_new_page), (ev_link_new_page_xyz):
8684         * backend/ev-link.h:
8685         * pdf/ev-poppler.cc:
8686         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8687         (go_to_link), (tip_from_link):
8688
8689         Implement xyz links, still not functional. Links are a total
8690         mess, will need to refactor and bugfix a lot :(
8691
8692 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8693
8694         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8695
8696 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8697
8698         * data/evince-ui.xml:
8699         * data/evince.schemas.in:
8700         * shell/Makefile.am:
8701         * shell/ev-window.c: (update_chrome_visibility),
8702         (password_dialog_response), (ev_window_load_job_cb),
8703         (ev_window_xfer_job_cb), (ev_window_open_uri),
8704         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8705         (ev_window_init):
8706
8707         Remove the statusbar. This regress loading feedback, need to
8708         check with Bryan what we want to do there...
8709
8710 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8711
8712         * lib/ev-tooltip.c: (ev_tooltip_init):
8713
8714         Fix tooltip border and size handling
8715
8716 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8717
8718         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8719         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8720         (ev_tooltip_timeout), (ev_tooltip_activate),
8721         (ev_tooltip_deactivate):
8722         * lib/ev-tooltip.h:
8723         * shell/ev-view.c: (ev_view_motion_notify_event):
8724
8725         Delay popup showing. Mirror gtk logic/times.
8726
8727 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8728
8729         * lib/Makefile.am:
8730         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8731         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8732         (ev_tooltip_set_text), (ev_tooltip_set_position):
8733         * lib/ev-tooltip.h:
8734
8735         Simple widget to show tooltips at a custom position
8736
8737         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8738         (ev_view_destroy):
8739
8740         Use it for links. First go, needs work
8741
8742 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8743
8744         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8745         HIG fixes.  Use title capitalization for window title. Use 12 
8746         pixels of space between the dialog's vbox and action area.
8747
8748 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8749
8750         * shell/ev-window.c: (file_open_dialog_response_cb),
8751         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8752         (ev_window_cmd_save_as):
8753
8754         Make file pickers not modal and refactor code some
8755
8756 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8757
8758         * shell/ev-sidebar.h:
8759         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8760         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8761         (ev_sidebar_class_init), (ev_sidebar_select_page),
8762         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8763         (ev_sidebar_set_page):
8764
8765         Add a current page property and allow to get/set it
8766
8767         * shell/ev-window.c: (setup_view_from_metadata),
8768         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8769
8770         Persist current sidebar page per document
8771
8772 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8773
8774         * data/evince.schemas.in:
8775         * shell/ev-window.c: (update_chrome_visibility),
8776         (setup_document_from_metadata), (update_sidebar_visibility),
8777         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8778         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8779         (ev_window_run_presentation), (ev_window_stop_presentation),
8780         (ev_window_view_sidebar_cb),
8781         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8782         (load_chrome), (ev_window_init):
8783
8784         Persist size/visibility of sidebar per document
8785
8786 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8787
8788         * shell/ev-view.c (draw_loading_text): Draw loading text.
8789
8790 2005-09-02  Dan Damian  <dand@gnome.ro>
8791
8792         * configure.in: Added "ro" to ALL_LINGUAS.
8793
8794 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8795
8796         * shell/ev-view.c: (clear_caches):
8797
8798         ev_page_cache_get doesnt return a reference,
8799         dont try to unref it.
8800
8801 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8802
8803         * shell/main.c: (load_files_remote):
8804
8805         Fix timestamp parameter with dbus <= 0.33
8806
8807 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8808
8809         * data/evince.schemas.in:
8810
8811         Add missing full stop
8812
8813 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8814
8815         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8816         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8817
8818         Plug some memory leaks
8819
8820 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8821
8822         * configure.ac:
8823         * lib/ev-debug.c: (trap_handler):
8824
8825         Check for execinfo.h and use it only if it exists.
8826         Ported from Epiphany (bug #314776).
8827
8828 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8829
8830         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8831
8832 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8833
8834         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8835         * po/id.po      : Added Indonesian translation
8836
8837 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8838
8839         * shell/main.c:
8840         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8841         * NEWS: Release 0.4.0
8842
8843 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8844
8845         * configure.ac: catch another gtk+-2.8ism
8846         * shell/main.c: Make work with gtk+-2.6
8847
8848 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8849
8850         * shell/ev-application-service.xml: Add 'timestamp' argument to
8851           ev_application_open_window and ev_application_open_uri methods.
8852
8853         * shell/ev-application.h: Add 'timestamp' argument to
8854           ev_application_open_window, ev_application_open_uri,
8855           and ev_application_open_uri_list functions.
8856
8857         * shell/ev-application.c (ev_application_open_window,
8858           ev_application_open_uri, ev_application_open_uri_list): Change
8859           functions that show/present windows to use a timestamp if one
8860           is passed in.
8861
8862         * shell/ev-window.c (ev_window_cmd_file_open,
8863           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8864         * shell/main.c (load_files): Modify calls to ev_application to
8865           include GDK_CURRENT_TIME as timestamp.
8866
8867         * shell/main.c (load_files_remote): Obtain timestamp for client
8868           instance from GDK and pass to server instance so new windows are
8869           focused properly.  Fix dbus_g_proxy_call() calls by including second
8870           G_TYPE_INVALID.
8871           
8872         Closes bug #314475.
8873
8874 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8875
8876         * shell/ev-window.c (ev_window_finalize): Check for
8877         avail. EvWindows when quiting to handle the finalize better,
8878         #314497
8879
8880 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8881         
8882         * properties/ev-properties-view.c: 
8883         
8884         Set textdomain to libglade. Fixes translation problem in property page.
8885
8886 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8887
8888         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8889         * dvi/Makefile.am:
8890         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8891         * dvi/mdvi-lib/Makefile.am:
8892         
8893         Fix rotation of thumbnails, ported to new API. Moved library
8894         dependencies earlier, probably it will fix linkage problem.
8895
8896 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8897
8898         * backend/ev-document-misc.c:
8899         (ev_document_misc_get_thumbnail_frame):
8900         * backend/ev-document-misc.h:
8901         * configure.ac:
8902         * pdf/ev-poppler.cc:
8903         * shell/Makefile.am:
8904         * shell/ev-sidebar-thumbnails.c: (add_range),
8905         (ev_sidebar_thumbnails_set_loading_icon),
8906         (ev_sidebar_thumbnails_refresh),
8907         (ev_sidebar_thumbnails_set_document):
8908         * shell/ev-sidebar-thumbnails.h:
8909         * shell/ev-view.c: (ev_view_motion_notify_event),
8910         (ev_view_set_property), (ev_view_get_property),
8911         (ev_view_class_init), (ev_view_set_rotation):
8912         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8913         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8914         (ev_window_init):
8915         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8916         Redo rotation (again).  prepare for 0.4.0
8917
8918 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8919
8920         * configure.ac: Bump poppler requirement to 0.4.1.
8921
8922         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8923         argument to poppler_page_render_selection() call.
8924
8925 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8926
8927         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8928         (djvu_document_thumbnails_get_thumbnail):
8929         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8930         (dvi_document_thumbnails_get_thumbnail):
8931         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8932         (pixbuf_document_thumbnails_get_thumbnail):
8933         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8934         
8935         Update rotation direction of backends to fit with pdf and ps.
8936
8937 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8938
8939         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8940         * backend/ev-async-renderer.h:
8941         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8942         (setup_page), (ps_document_get_page_size),
8943         (ps_async_renderer_render_pixbuf):
8944         * ps/ps-document.h:
8945         * shell/ev-jobs.c: (ev_job_render_run):
8946
8947         Fix orientation in the postscript document
8948
8949 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8950
8951         * pdf/ev-poppler.cc:
8952         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8953         * shell/ev-view.c: (highlight_find_results):
8954
8955         Adapt to the new poppler rotation API. Fix text maps on landscape
8956         documents.
8957
8958 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8959
8960         * shell/ev-view.c (compute_new_selection_text): get the correct
8961         region when selecting in modes other than continuous.
8962
8963 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8964
8965         * shell/main.c (main): remove redundant g_warnings.
8966
8967 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8968
8969         * shell/Makefile.am: Don't include autogenerated
8970         file ev-application-service.h into distribution, since
8971         it causes dbus crash. Fix for bugs 313724 and 313443. 
8972
8973 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8974
8975         * configure.ac: Fix sed expression for FreeBSD. Thanks
8976         to Joe Marcus Clark <marcus@freebsd.org>
8977         
8978         * shell/eggfindbar.c: (entry_activate_callback),
8979         (entry_changed_callback), (egg_find_bar_init),
8980         (egg_find_bar_set_search_string):
8981         
8982         Made findbar buttons unsensitive if there is no text in
8983         entry. Fix for the bug 313285.
8984
8985 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8986
8987         * ps/ps-document.c: Use g_filename_display_name for displaying
8988         filenames and revert string freeze breackage
8989
8990 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8991
8992         * NEWS:
8993         * configure.ac:
8994
8995         Update for 0.3.4
8996
8997         * shell/Makefile.am:
8998
8999         Add ev-application-service.xml to extra dist
9000
9001         * shell/ev-view.c: (find_page_at_location):
9002
9003         Remove unused function (fix warning)
9004
9005 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9006
9007         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9008         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9009         
9010         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9011         bug 313623.
9012
9013 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9014
9015         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9016         * shell/ev-window.c:
9017         Fix build warnings
9018
9019 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9020
9021         * configure.ac: Update script to get dbus version.
9022         Fix for the bug #313443.
9023
9024 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9025
9026         * shell/ev-window.c: (ev_window_cmd_escape):
9027         
9028         Return focus back to view on escape. Fix for bug 313295.
9029
9030 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9031
9032         * shell/ev-window.c: (update_window_title),
9033         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9034         (ev_window_cmd_save_as):
9035         
9036         Correct conversion from uri to displayable string. Fix for
9037         bug 313296.
9038
9039 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9040
9041         * ps/ps-document.c: convert filename to utf8 when there is an error
9042         loading document. Fixes #309915
9043
9044 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9045
9046         * configure.ac:
9047
9048         We depend on poppler 0.4.0
9049
9050 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9051
9052         * configure.ac:
9053         * NEWS: Release 0.3.3.
9054         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9055
9056 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9057
9058         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9059         add a couple missing mnemonics to menu items, use title 
9060         capitalization for menu items and window titles, and add 
9061         ellipsis to open menu item.     
9062
9063 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9064
9065         * pdf/ev-poppler.cc:
9066         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9067         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9068         (ev_view_get_rotation):
9069         * shell/ev-view.h:
9070         * shell/ev-window.c: (setup_view_from_metadata),
9071         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9072         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9073         disk.
9074
9075 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9076
9077         * configure.ac: Added tr to ALL_LINGUAS
9078
9079 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9080
9081         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9082         requires several clicks to find word. Thanks to 
9083         Colin Slater <kiltedtaco@gmail.com>.
9084
9085 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9086
9087         * data/evince.desktop.in.in: Hide menu entry and
9088         rename it to "Document Viewer". Fix for bug 
9089         #312399.
9090
9091 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9092
9093         * shell/ev-page-action.c (ev_page_action_class_init): 
9094
9095         Point to the correct function in constructor of the
9096         activate_label signal
9097
9098 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9099
9100         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9101         * shell/ev-jobs.h: Make thread safe.
9102
9103 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9104
9105         * shell/ev-view.c: (view_update_range_and_current_page):
9106         Don't update page range if we are scrolling to some document
9107         point.
9108
9109 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9110
9111         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9112         when getting max_page_width, fix drawing in dual mode.
9113
9114 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9115
9116         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9117         getting the area for select_all.
9118
9119 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9120
9121         * backend/ev-selection.c: (ev_selection_render_selection):
9122         * backend/ev-selection.h:
9123         * pdf/ev-poppler.cc:
9124         * shell/ev-jobs.c: (ev_job_render_new):
9125         * shell/ev-jobs.h:
9126         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9127         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9128         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9129         (ev_view_class_init):
9130
9131         Change selection color on focus in and focus out events.  Also,
9132         poppler now uses GdkColor for specifying the selection colors, so
9133         drop some awkward conversion code.
9134
9135 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9136
9137         * configure.ac: Added Hebrew translation
9138
9139 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9140
9141         * NOTES:
9142         * backend/ev-selection.c: (ev_selection_render_selection):
9143         * backend/ev-selection.h:
9144         * pdf/ev-poppler.cc:
9145         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9146         (ev_job_render_run):
9147         * shell/ev-jobs.h:
9148         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9149         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9150         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9151         (ev_pixbuf_cache_style_changed),
9152         (ev_pixbuf_cache_get_selection_pixbuf),
9153         (ev_pixbuf_cache_set_selection_list),
9154         (ev_pixbuf_cache_get_selection_list):
9155         * shell/ev-pixbuf-cache.h:
9156         * shell/ev-utils.c: (ev_print_region_contents):
9157         * shell/ev-utils.h:
9158         * shell/ev-view.c: (ev_view_queue_draw_page),
9159         (selection_update_idle_cb), (ev_view_motion_notify_event),
9160         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9161         (setup_caches), (ev_view_find_next), (merge_selection_region),
9162         (selection_free):
9163         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9164
9165         Clean up selection to be much smoother!
9166
9167 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9168
9169         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9170         to poppler_page_render_selection().
9171
9172 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9173
9174         * ps/ps-document.c: (save_page_list): Use
9175         unzipped document when printing. Thanks to 
9176         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9177         311016.
9178
9179 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9180
9181         * shell/ev-window.c: (update_action_sensitivity):
9182         
9183         Disable print and save respect to lockdown gconf keys. Fix
9184         for 312342.
9185
9186 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9187
9188         * configure.ac:
9189         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9190         (write_to_temp_file), (ev_file_set_contents):
9191         * shell/ev-utils.h:
9192         * shell/ev-window.c: (save_print_config_to_file):
9193         
9194         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9195         Fix for bug 312238
9196
9197 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9198
9199         * shell/ev-window.c: (load_print_config_from_file),
9200         (save_print_config_to_file), (ev_window_print_range):
9201
9202         Persist the print settings. Fixes bug #311578.
9203
9204 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9205
9206         * djvu/djvu-document.c: (djvu_document_get_page_size),
9207         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9208         (djvu_document_thumbnails_get_thumbnail):
9209         * dvi/dvi-document.c: (dvi_document_get_page_size),
9210         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9211         (dvi_document_thumbnails_get_dimensions),
9212         (dvi_document_thumbnails_get_thumbnail):
9213         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9214         (pixbuf_document_render_pixbuf),
9215         (pixbuf_document_document_iface_init),
9216         (pixbuf_document_thumbnails_get_thumbnail):
9217         
9218         Update backends to make them build with new rotation system.
9219
9220 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9221
9222         * help/C/figures/evince_start_window.png:
9223         
9224         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9225
9226 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9227
9228         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9229         * shell/ev-pixbuf-cache.h:
9230         * shell/ev-sidebar-thumbnails.c:
9231         (ev_sidebar_thumbnails_get_property), (add_range),
9232         (adjustment_changed_cb):
9233         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9234         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9235         we were thumbnailing the entire docment on startup, slowing us
9236         down hugely. 
9237
9238 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9239
9240         * shell/ev-page-cache.c: (ev_page_cache_new):
9241         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9242         == 0, fixes #310306.
9243
9244 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9245
9246         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9247         (ev_view_rotate_left):
9248
9249         Account rotation in doc_rect_to_view_rect.
9250         Ensure rotation doesnt go out of bounds.
9251
9252 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9253
9254         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9255
9256         Correct and cleanup w/h swapping
9257
9258 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9259
9260         * backend/ev-document-thumbnails.c:
9261         (ev_document_thumbnails_get_thumbnail):
9262         * backend/ev-document-thumbnails.h:
9263         * backend/ev-document.c:
9264         * backend/ev-document.h:
9265         * backend/ev-render-context.c: (ev_render_context_new),
9266         (ev_render_context_set_rotation):
9267         * backend/ev-render-context.h:
9268         * pdf/ev-poppler.cc:
9269         * ps/ps-document.c: (ps_document_document_iface_init):
9270         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9271         * shell/ev-jobs.h:
9272         * shell/ev-page-cache.c: (build_height_to_page),
9273         (ev_page_cache_new), (ev_page_cache_get_size),
9274         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9275         (ev_page_cache_get_height_to_page):
9276         * shell/ev-page-cache.h:
9277         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9278         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9279         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9280         (ev_pixbuf_cache_get_selection_pixbuf):
9281         * shell/ev-pixbuf-cache.h:
9282         * shell/ev-print-job.c: (idle_print_handler):
9283         * shell/ev-sidebar-thumbnails.c: (add_range):
9284         * shell/ev-view.c: (view_update_range_and_current_page),
9285         (get_page_y_offset), (get_page_extents),
9286         (ev_view_size_request_continuous_dual_page),
9287         (ev_view_size_request_continuous),
9288         (ev_view_size_request_dual_page),
9289         (ev_view_size_request_single_page), (draw_one_page),
9290         (ev_view_set_rotation), (ev_view_rotate_right),
9291         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9292         (ev_view_zoom_for_size_continuous_and_dual_page),
9293         (ev_view_zoom_for_size_continuous),
9294         (ev_view_zoom_for_size_dual_page),
9295         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9296         (ev_view_select_all):
9297         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9298         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9299         (tiff_document_document_iface_init),
9300         (tiff_document_thumbnails_get_thumbnail):
9301
9302         Use rotation rather than orientation. It's easier and enough
9303         for our needs.
9304
9305 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9306
9307         * shell/ev-page-cache.c: (build_height_to_page),
9308         (ev_page_cache_new), (ev_page_cache_get_size),
9309         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9310         (ev_page_cache_get_height_to_page):
9311         * shell/ev-page-cache.h:
9312         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9313         (ev_view_size_request_continuous_dual_page),
9314         (ev_view_size_request_continuous),
9315         (ev_view_zoom_for_size_continuous_and_dual_page),
9316         (ev_view_zoom_for_size_continuous):
9317
9318         Make the page cache aware of page orientation.
9319
9320 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9321
9322         * backend/ev-document-thumbnails.c:
9323         (ev_document_thumbnails_get_thumbnail):
9324         * backend/ev-document-thumbnails.h:
9325         * backend/ev-document.c:
9326         * backend/ev-document.h:
9327         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9328         * backend/ev-ps-exporter.h:
9329         * pdf/ev-poppler.cc:
9330         * ps/ps-document.c: (ps_document_document_iface_init),
9331         (ps_document_ps_export_do_page):
9332         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9333         * shell/ev-jobs.h:
9334         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9335         (ev_page_cache_get):
9336         * shell/ev-page-cache.h:
9337         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9338         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9339         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9340         * shell/ev-pixbuf-cache.h:
9341         * shell/ev-print-job.c: (idle_print_handler):
9342         * shell/ev-sidebar-thumbnails.c: (add_range):
9343         * shell/ev-view.c: (view_update_range_and_current_page),
9344         (get_page_extents), (ev_view_size_request_dual_page),
9345         (ev_view_size_request_single_page), (draw_one_page),
9346         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9347         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9348         (ev_view_zoom_for_size_dual_page),
9349         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9350         (ev_view_select_all):
9351         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9352         * tiff/tiff-document.c: (tiff_document_get_page_size),
9353         (tiff_document_get_orientation), (rotate_pixbuf),
9354         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9355         (tiff_document_thumbnails_get_thumbnail),
9356         (tiff_document_ps_export_do_page), (tiff_document_init):
9357
9358         Really make use of the orientation bit of the render context.
9359         Use the render context in a few more places in the backend API.
9360         This regress orientation, but now it's done right. Will try to
9361         fix it up asap...
9362
9363 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9364
9365         * shell/ev-view.c: (ensure_rectangle_is_visible):
9366
9367         Patch by Nickolay V. Shmyrev to fix find flickering
9368
9369 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9370
9371         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9372         duplex parameters to ::begin.
9373
9374         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9375         * shell/ev-print-job.c (idle_print_handler): 
9376         * ps/ps-document.c (ps_document_ps_export_begin): 
9377         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9378         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9379         implementations. Poppler backend needs poppler cvs. Rest has
9380         unchanged behavior.
9381
9382 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9383
9384         * shell/ev-window.c (using_pdf_printer): new function.
9385         (ev_window_print_range): print a less techy message if someone
9386         tries to print to PDF.
9387
9388 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9389
9390         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9391         from "unknown font" string. Bug #311431
9392
9393 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9394
9395         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9396
9397 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9398
9399         Bug #311280
9400         
9401         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9402         name for PopplerFontTypes
9403         (pdf_document_fonts_fill_model): add font type to the detail column
9404
9405         * backend/ev-document-fonts.h: added
9406         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9407
9408         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9409         font name and font details, add a little markup.
9410         (ev_properties_fonts_init): use the new cell data func, specify ypad
9411         property for the cell renderer.
9412         (ev_properties_fonts_set_document): add the details column.
9413
9414 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9415
9416         * configure.ac: Added "pl" to ALL_LINGUAS.
9417
9418 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9419
9420         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9421
9422 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9423
9424         * help/ChangeLog: Started this for translations of manual.
9425         * configure.ac, autogen.sh, .cvsignore: Migrated to
9426         gnome-doc-utils. Patch in bug #311222.
9427
9428 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9429
9430         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9431         #ifdef this away to fix an unused-function warning.
9432
9433 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9434
9435         * configure.ac: Added 'gl' to ALL_LINGUAS.
9436
9437 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9438
9439         * configure.ac: Added ne in ALL_LINGUAS
9440         
9441 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9442
9443         * shell/ev-view.c: (ev_view_leave_notify_event):
9444         
9445         Clear status message when pointer leaves view. Fix for bug
9446         #310818 
9447
9448 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9449
9450         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9451
9452 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9453
9454         * shell/ev-view.c: (ev_view_leave_notify_event),
9455         (ev_view_class_init):
9456         
9457         Set cursor to normal then leaving view.
9458
9459 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9460
9461         * configure.ac:
9462         
9463         Fix required djvulibre version.
9464
9465 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9466
9467         *configure.ac: Hindi (hi) language added
9468
9469 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9470
9471         *configure.ac: Punjabi (pa) Language added
9472
9473 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9474
9475         * data/evince-ui.xml, shell/ev-window.c:
9476         
9477         Add keypad accelerators for zooming. Fix for bug 308128.
9478
9479 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9480
9481         * Makefile.am:
9482         * backend/Makefile.am:
9483         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9484         * configure.ac:
9485         * shell/ev-document-types.c: (ev_document_types_add_filters):
9486
9487         Allow to enable/disable the pixbuf backend.
9488         Default to off for now. If we want it enabled we should
9489         really put mime types in the desktop, implement properties etc.
9490
9491         * properties/evince-properties.c:
9492
9493         Initialize error to NULL.
9494         Check error is not NULL before freeing.
9495
9496 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9497
9498         * shell/ev-window.c:
9499
9500         Use F5 as presentation accell
9501
9502 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9503
9504         * shell/ev-window.c: (update_chrome_visibility),
9505         (ev_window_create_fullscreen_popup), (ev_window_init):
9506
9507         Do not leak the fullscreen toolbar
9508
9509 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9510
9511         * shell/ev-window.c: (view_actions_focus_in_cb),
9512         (view_actions_focus_out_cb):
9513
9514         These has a return value! Fix totally random focus
9515         issues we was seeing.
9516
9517 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9518
9519         * shell/main.c: (load_files_remote):
9520
9521         Allow open more than one file
9522
9523 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9524
9525         * shell/main.c: (load_files_remote):
9526
9527         Fix for dbus 0.33. bug #309975
9528
9529 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9530
9531         * properties/ev-properties-main.c: (ev_properties_get_pages):
9532
9533         Actually return NULL for types we dont support
9534
9535 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9536
9537         * po/POTFILES.in:
9538
9539         Remove empty lines.
9540
9541 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9542
9543         * backend/ev-document-factory.c:
9544         (ev_document_factory_get_document):
9545
9546         Do not try to create the object if type
9547         is invalid.
9548
9549 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9550
9551         * ps/ps-document.c: (ps_document_dispose),
9552         (ps_async_renderer_render_pixbuf):
9553         * ps/ps-document.h:
9554
9555         Do not leak the target window
9556
9557 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9558
9559         * shell/ev-application.c: (ev_application_init):
9560
9561         Let tbe check file existence for us.
9562         Add a comment about eggrecent mime filter.
9563
9564 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9565
9566         * data/evince-ui.xml:
9567         * shell/ev-application.c: (ev_application_shutdown),
9568         (ev_application_init), (ev_application_get_toolbars_model),
9569         (ev_application_get_recent_model),
9570         (ev_application_save_toolbars_model):
9571         * shell/ev-application.h:
9572         * shell/ev-window.c: (ev_window_add_recent),
9573         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9574         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9575         (ev_window_init):
9576
9577         Use common toolbar and recent models for all windows.
9578         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9579
9580 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9581
9582         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9583         successfully check for gtk_icon_view_get_visible_range.
9584
9585 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9586
9587         * djvu/Makefile.am:
9588         * dvi/Makefile.am:
9589         
9590         Fix djvu and dvi backend build.
9591
9592 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9593
9594         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9595         (new_separator_pixbuf):
9596
9597         Don't leak windows.
9598
9599 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9600
9601         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9602
9603         HIGification of toolbar editor dialogue.
9604
9605 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9606
9607         * configure.ac:
9608         * shell/Makefile.am:
9609
9610         Ever build metadata manager since it's just
9611         disabled at runtime now.
9612
9613 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9614
9615         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9616         (ev_metadata_manager_get), (ev_metadata_manager_set):
9617         * shell/ev-metadata-manager.h:
9618
9619         Add an _init functions that enabled metadata management
9620         at runtime.
9621
9622         * shell/ev-window.c: (page_changed_cb),
9623         (setup_document_from_metadata), (ev_window_setup_document),
9624         (setup_view_from_metadata), (ev_window_open_uri),
9625         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9626         (ev_window_run_presentation), (ev_window_stop_presentation),
9627         (save_sizing_mode), (ev_window_zoom_changed_cb),
9628         (ev_window_continuous_changed_cb),
9629         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9630         (window_configure_event_cb):
9631
9632         Remove all ugly metadata define since we deal with it
9633         at runtime now.
9634
9635         * shell/main.c: (load_files_remote), (main):
9636
9637         Add support for dbus cvs head. Hopefully didnt break one
9638         of the other versions now!
9639
9640         If we dont get a response from the dbus server just
9641         give up with it and not enable metadata.
9642
9643 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9644
9645         * Makefile.am:
9646         * backend/Makefile.am:
9647         * configure.ac:
9648         * cut-n-paste/recent-files/Makefile.am:
9649         * cut-n-paste/toolbar-editor/Makefile.am:
9650         * cut-n-paste/zoom-control/Makefile.am:
9651         * lib/Makefile.am:
9652         * pdf/Makefile.am:
9653         * pixbuf/Makefile.am:
9654         * properties/Makefile.am:
9655         * ps/Makefile.am:
9656         * shell/Makefile.am:
9657         * thumbnailer/Makefile.am:
9658         * tiff/Makefile.am:
9659
9660         Make frontends depend on just libev.
9661         Rework and group CFLAGS/LIBS definitions.
9662         Cleanups.
9663
9664 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9665
9666         * shell/ev-window:
9667
9668         do not unnecessarily save zoom
9669
9670         * configure.ac:
9671         * lib/ev-file-helpers.c: (ev_dot_dir):
9672         * shell/Makefile.am:
9673         * shell/dummy.cc:
9674
9675         Some cleanups
9676
9677 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9678
9679         * configure.ac:
9680         
9681         Remove unnecessary dependencies
9682
9683 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9684
9685         * properties/Makefile.am:
9686         * thumbnailer/Makefile.am:
9687         * tiff/Makefile.am:
9688
9689         Some more cleanups. Was really necessary
9690         but I probably introduced bugs, feel free
9691         to flame :)
9692
9693 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9694
9695         * backend/Makefile.am:
9696         * configure.ac:
9697         * cut-n-paste/recent-files/Makefile.am:
9698         * cut-n-paste/toolbar-editor/Makefile.am:
9699         * cut-n-paste/zoom-control/Makefile.am:
9700         * lib/Makefile.am:
9701         * pdf/Makefile.am:
9702         * pixbuf/Makefile.am:
9703         * properties/Makefile.am:
9704         * ps/Makefile.am:
9705         * shell/Makefile.am:
9706         * thumbnailer/Makefile.am:
9707         * tiff/Makefile.am:
9708
9709         Use gnome-common macros when possible.
9710         Cleanup dependencies.
9711         Actually disable deprecated where possible.
9712
9713 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9714
9715         * Makefile.am:
9716         * backend/Makefile.am:
9717         * properties/Makefile.am:
9718         * shell/Makefile.am:
9719         * thumbnailer/Makefile.am:
9720
9721         This should solve the circular dep without
9722         requiring dir reorg!
9723
9724         * shell/ev-window.c: (setup_view_from_metadata):
9725
9726         Never restore window size/position when the
9727         window is already visible.
9728
9729 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9730
9731         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9732
9733         Return a boolean from timeout func. Fix ported from gedit.
9734
9735 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9736
9737         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9738
9739 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9740
9741         * shell/ev-document-types.c: set "All Documents" as default filter in
9742         open dialog
9743
9744 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9745
9746         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9747         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9748         (ev_metadata_manager_set_boolean): fix value/val thinko.
9749
9750 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9751
9752         * shell/ev-window.c: (setup_view_from_metadata),
9753         (window_state_event_cb), (window_configure_event_cb),
9754         (ev_window_init):
9755
9756         Remember window position and maximized state
9757
9758 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9759
9760         * configure.ac:
9761
9762         Fix DBUS configure checks.
9763
9764         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9765         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9766         (ev_metadata_manager_set_boolean):
9767
9768         Plug mem leaks.
9769
9770         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9771         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9772         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9773         (ev_window_continuous_changed_cb),
9774         (ev_window_dual_mode_changed_cb), (ev_window_new):
9775
9776         Fix the build without DBUS.
9777
9778 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9779
9780         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9781         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9782         (ev_metadata_manager_set_string),
9783         (ev_metadata_manager_set_boolean):
9784         * shell/ev-metadata-manager.h:
9785
9786         Add support for some more types
9787
9788         * shell/ev-view.c: (scroll_to_current_page),
9789         (ev_view_get_continuous), (ev_view_set_continuous),
9790         (ev_view_get_dual_page):
9791         * shell/ev-view.h:
9792         * shell/ev-window.c: (page_changed_cb),
9793         (setup_document_from_metadata), (ev_window_setup_document),
9794         (setup_view_from_metadata), (ev_window_open_uri),
9795         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9796         (ev_window_run_presentation), (ev_window_stop_presentation),
9797         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9798         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9799         (ev_window_update_dual_page_action),
9800         (ev_window_continuous_changed_cb),
9801         (ev_window_dual_mode_changed_cb), (ev_window_init):
9802
9803         Remember a bunch of view/document properties. Prolly some
9804         are still missing but it's getting interesting.
9805
9806 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9807
9808         * configure.ac: check if dbus-binding-tool is installed. Not the
9809         case on current Ubuntu breezy, it seems.
9810
9811 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9812
9813         * data/evince.desktop.in.in:
9814         
9815         Allow open uri lists and add TryExec field.
9816
9817 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9818
9819         * configure.ac:
9820
9821         Enable dbus when available, do not require a configure
9822         option.
9823
9824 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9825
9826         * configure.ac:
9827
9828         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9829         disabled.
9830
9831 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9832         Marco Pesenti Gritti  <mpg@redhat.com>
9833
9834         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9835         
9836         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9837         functions to the format required by dbus
9838
9839         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9840         errors. Use the RPC parameters in the expected way
9841
9842 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9843
9844         * Makefile.am:
9845         * properties/Makefile.am:
9846         * properties/ev-properties-main.c: (ev_properties_get_pages):
9847
9848         Support all mime types
9849
9850         * shell/Makefile.am:
9851         * thumbnailer/Makefile.am:
9852         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9853         (evince_thumbnail_pngenc_get):
9854
9855         Use the document factory
9856
9857 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9858
9859         * backend/Makefile.am:
9860         * backend/ev-document-factory.c:
9861         (mime_type_supported_by_gdk_pixbuf),
9862         (ev_document_type_get_from_mime),
9863         (ev_document_factory_get_document),
9864         (ev_document_factory_get_backend),
9865         (ev_document_factory_get_mime_types),
9866         (ev_document_factory_get_all_mime_types):
9867         * backend/ev-document-factory.h:
9868         * shell/Makefile.am:
9869         * shell/ev-document-types.c: (get_document_from_uri),
9870         (ev_document_types_get_document),
9871         (file_filter_add_mime_list_and_free),
9872         (ev_document_types_add_filters):
9873         * shell/ev-document-types.h:
9874         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9875         * shell/ev-properties-dialog.c:
9876         (ev_properties_dialog_set_document):
9877         * shell/ev-window.c: (ev_window_cmd_file_open),
9878         (ev_window_cmd_save_as):
9879         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9880
9881         Rework document types managing to avoid code duplication
9882         and actually abstract from backend implementations.
9883         Also provide a minimal factory api that can be used by
9884         thumbnailer/properties.
9885
9886 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9887
9888         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9889         Plug a mem leak.
9890         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9891         HIG spacings.
9892
9893 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9894
9895         * shell/ev-properties-dialog.c
9896         (ev_properties_dialog_set_document): only call
9897         ev_properties_fonts_set_document() if the document implements the
9898         fonts interface
9899
9900 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9901
9902         * configure.ac:
9903         * properties/Makefile.am:
9904         * properties/ev-properties-view.c:
9905         (ev_properties_view_register_type):
9906         * properties/ev-properties-view.h:
9907         * properties/ev-properties-main.h:
9908
9909         Implement nautilus plugin for properties.
9910         Works only for pdf atm, I need to rework the
9911         document types stuff to get this to work
9912         for all backends...
9913
9914 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9915
9916         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9917         (ev_properties_fonts_set_document): use
9918         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9919
9920 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9921
9922         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9923         them
9924         (PlaceImage, tiff2ps_process_page): use
9925         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9926
9927
9928 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9929
9930         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9931         (main): to call gnome_authentication_manager_init. Should fix
9932         Bug #308510
9933
9934         * configure.ac: that requires libgnomeui 2.6.0.
9935
9936 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9937
9938         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9939         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9940         use the new tiff2ps interfaces
9941
9942         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9943         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9944
9945         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9946         structure instead of global variables.  Remove use of static
9947         variables in functions.
9948
9949 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9950
9951         * shell/ev-page-action.c: unref the completion after setting it to the
9952         entry
9953
9954 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9955
9956         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9957         postscript files
9958
9959 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9960
9961         * shell/ev-window.c (update_action_sensitivity): disable
9962         File->Print if the document does not implement the ps exporter
9963         interface
9964
9965 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9966
9967         * Makefile.am:
9968         * configure.ac:
9969         * data/evince-properties.glade:
9970         * properties/.cvsignore:
9971         * properties/Makefile.am:
9972         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9973         (ev_properties_view_class_init), (ev_properties_view_format_date),
9974         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9975         (ev_properties_view_init), (ev_properties_view_new):
9976         * properties/ev-properties-view.h:
9977         * shell/Makefile.am:
9978         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9979         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9980         (ev_properties_dialog_new):
9981         * shell/ev-properties-dialog.h:
9982         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9983         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9984         (update_progress_label), (job_fonts_finished_cb),
9985         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9986         * shell/ev-properties-fonts.h:
9987         * shell/ev-properties.c:
9988         * shell/ev-properties.h:
9989         * shell/ev-window.c: (ev_window_setup_document),
9990         (ev_window_cmd_file_properties):
9991
9992         Split the properties pages in two different objects, depend
9993         only on the backend where possible, use widgets instead
9994         of gobject for the glade part, reimplement the dialog
9995         itself with gtk.
9996         I need this to implement nautilus properties page.
9997
9998 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9999
10000         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10001         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10002         (tiff_document_document_ps_exporter_iface_init): implement the ps
10003         exporter interface for tiff documents
10004
10005         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10006         libtiff to implement TIFF postscript export
10007
10008         * tiff/tiff2ps.h: added a header file for external tiff2ps
10009         functions.
10010
10011         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10012         tiff2ps.h
10013
10014 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10015
10016         * shell/ev-view.c: (scroll_to_current_page),
10017         (ev_view_set_fullscreen), (ev_view_set_presentation):
10018         
10019         Scroll to current page when exit from presentation
10020
10021 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10022
10023         * shell/ev-window.c: (update_document_mode),
10024         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10025         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10026         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10027         
10028         Exit from fullscreen mode when switch to presentation. Fix for
10029         bug 309365
10030
10031 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10032
10033         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10034         return NULL if the document does not implement the selection
10035         interface.
10036
10037 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10038
10039         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10040         reported height by using the resolution aspect ratio
10041         (tiff_document_render_pixbuf): scale the pixbuf using the
10042         resolution aspect ratio
10043
10044 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10045
10046         * configure.ac:
10047         
10048         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10049         <kiltedaco@gmail.com>
10050         
10051         * djvu/djvu-document.c: (djvu_document_get_orientation),
10052         (djvu_document_set_orientation), (djvu_document_get_page_size),
10053         (rotate_pixbuf), (djvu_document_render_pixbuf),
10054         (djvu_document_document_iface_init):
10055         * dvi/dvi-document.c: (dvi_document_get_orientation),
10056         (dvi_document_set_orientation), (dvi_document_get_page_size),
10057         (rotate_pixbuf), (dvi_document_render_pixbuf),
10058         (dvi_document_document_iface_init):
10059         
10060         Dvi and djvu backends are ported to new API
10061
10062 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10063
10064         * backend/ev-selection.c: (ev_selection_get_selection_region),
10065         (ev_selection_get_selection_map):
10066         * backend/ev-selection.h:
10067         * pdf/ev-poppler.cc:
10068         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10069         * shell/ev-jobs.h:
10070         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10071         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10072         (ev_pixbuf_cache_get_text_mapping):
10073         * shell/ev-pixbuf-cache.h:
10074         * shell/ev-view.c: (location_in_text),
10075         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10076         support to EvView.  Now we can see where we can select!  Sweet!
10077
10078 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10079
10080         * shell/ev-view.c (ev_view_button_press_event): Fix
10081         event->y + view->scroll_x typo.
10082
10083 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10084
10085         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10086         sub-GdkPixbuf instead of passing dest_x and dest_y.
10087         
10088         * shell/ev-view.c: (view_point_to_doc_point),
10089         (view_rect_to_doc_rect), (ev_view_button_press_event),
10090         (ev_view_motion_notify_event), (compute_new_selection_rect),
10091         (gdk_rectangle_point_in), (compute_new_selection_text),
10092         (compute_selections): Update selection code to keep the selection
10093         around as two points and not as a normalized rectangle, and fix
10094         page level selection in two-column mode.
10095
10096 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10097
10098         * shell/ev-window.c: (window_configure_event_cb): 
10099         
10100         Fix compilation
10101         
10102 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10103
10104         * pdf/ev-poppler.cc:
10105
10106         Fix compilation
10107
10108 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10109
10110         * shell/Makefile.am:
10111         * shell/ev-metadata-manager.c: (item_free),
10112         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10113         (parse_value), (parseItem), (load_values),
10114         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10115         (save_values), (save_item), (get_oldest), (resize_items),
10116         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10117         * shell/ev-metadata-manager.h:
10118
10119         Metadata manager from gedit but modified to use GValue, so that
10120         we dont need to keep converting from strings.
10121
10122         * configure.ac:
10123
10124         ENABLE_METADATA conditional, on when dbus is on
10125
10126         * shell/ev-application.c: (ev_application_open_uri):
10127
10128         Show the window after load so that we can initialize
10129         window size before it's showed.
10130
10131         * shell/ev-window.c: (ev_window_setup_from_metadata),
10132         (ev_window_open_uri), (window_configure_event_cb),
10133         (ev_window_init):
10134
10135         Save and load metadata information about window size.
10136         Not yet keeping states in account.
10137
10138         * shell/main.c: (main):
10139
10140         Shutdown metadata manager.
10141
10142 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10143
10144         * shell/ev-application-service.xml:
10145         * configure.ac:
10146         * shell/Makefile.am:
10147         * shell/ev-application.c:
10148         * shell/ev-application.h:
10149         * shell/ev-window.c:
10150         * shell/ev-window.h:
10151         * shell/main.c:
10152
10153         Add an optional dbus interface (--enable-dbus).
10154         Rework application code, mainly to be easier to
10155         use "remotely".
10156         Do not open multiple windows with the same document,
10157         spatial evince!
10158
10159 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10160
10161         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10162         pixbuf iff it exists.
10163
10164 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10165
10166         * shell/*:
10167         * backend/ev-render-context.[ch]:
10168         * backend/ev-selection.[ch]:
10169
10170         Massive changes.  We now support text selection of pdfs, and not
10171         just rectangular selection.  This is pretty broken still, but I
10172         want to get something into CVS.
10173
10174 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10175
10176         * pdf/ev-poppler.cc:
10177         
10178         Fix for Bug 309080: crash on window close.
10179         
10180         * shell/ev-page-action.c: (page_changed_cb):
10181         
10182         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10183         jensgr@gmx.net (Jens Granseuer).
10184
10185 2005-06-25  Marcel Telka  <marcel@telka.sk>
10186
10187         * configure.in (ALL_LINGUAS): Added sk.
10188
10189 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10190
10191         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10192         not a document open
10193
10194 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10195
10196         * NEWS:
10197         * configure.ac:
10198
10199         Release 0.3.2
10200
10201         * cut-n-paste/recent-files/Makefile.am:
10202
10203         Fix make distcheck
10204
10205 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10206
10207         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10208         (pixbuf_document_set_orientation), (rotate_pixbuf),
10209         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10210         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10211
10212         Implement rotation and cleanup the code a bit.
10213
10214         * tiff/tiff-document.c: (tiff_document_get_page_size),
10215         (tiff_document_get_orientation), (tiff_document_set_orientation),
10216         (rotate_pixbuf), (tiff_document_render_pixbuf),
10217         (tiff_document_document_iface_init), (tiff_document_init):
10218
10219         Implement rotation. Was the quicker solution for the release
10220         but we really need to share this code in the shell.
10221
10222 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10223
10224         * pdf/ev-poppler.cc:
10225
10226         Enable rotation, require poppler cvs. Fix a leak.
10227
10228 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10229
10230         * shell/ev-window.c: (update_action_sensitivity):
10231         
10232         Make properties unsensitive if document backend doesn't provide
10233         any info
10234
10235 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10236
10237         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10238         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10239         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10240         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10241         (bitmap_flip_rotate_counter_clockwise):
10242         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10243         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10244         (buff_gets):
10245         * dvi/mdvi-lib/common.h:
10246         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10247         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10248         (opendvi), (mdvi_reload), (mdvi_init_context),
10249         (mdvi_destroy_context), (mdvi_dopage), (special):
10250         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10251         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10252         (file_hash_free), (register_encoding), (parse_spec),
10253         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10254         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10255         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10256         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10257         (mdvi_register_font_type), (mdvi_unregister_font_type),
10258         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10259         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10260         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10261         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10262         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10263         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10264         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10265         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10266         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10267         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10268         (mdvi_unregister_special), (mdvi_flush_specials):
10269         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10270         (t1_font_remove):
10271         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10272         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10273         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10274         (free_font_metrics), (flush_font_metrics):
10275         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10276         (tt_font_remove):
10277         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10278         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10279         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10280         (dstring_insert), (dstring_new), (dstring_reset):
10281         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10282         
10283         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10284         avoid conflict with libtool on FC4
10285         
10286         * shell/ev-window.c: (ev_window_cmd_help_about):
10287         
10288         Update copyright year. Fix for bug 308828.
10289
10290 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10291
10292         * shell/ev-view.c: (add_scroll_binding_keypad),
10293         (ev_view_binding_activated), (ev_view_class_init),
10294         (on_adjustment_value_changed):
10295         
10296         Bug 170874: Arrow keys switch pages in presentation mode
10297
10298 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10299
10300         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10301         
10302         Fix for Bug 308265: Sidebar dissappears coming out of 
10303         Presentation mode
10304
10305 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10306
10307         * shell/ev-application.c: (ev_application_open):
10308         * shell/ev-document-types.c: (ev_document_types_add_filters),
10309         (ev_document_types_add_filters_for_type):
10310         * shell/ev-document-types.h:
10311         * shell/ev-window.c: (ev_window_cmd_save_as):
10312         
10313         Suggest basename as template when saving, provide filters
10314         for save dialog. It's bug 308402
10315
10316 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10317
10318         * pdf/ev-poppler.cc:
10319         * shell/ev-sidebar-links.c: (job_finished_callback):
10320         * shell/ev-view.c: (update_find_status_message):
10321         
10322         Some leaks fixed
10323
10324 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10325
10326         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10327         (egg_recent_view_uimanager_set_list):
10328
10329         Fix buglet in !show_numbers case.
10330
10331 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10332
10333         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10334         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10335
10336         Use pango ellipsisation.
10337
10338         * pdf/ev-poppler.cc:
10339
10340         Fix refcount leak, from nsh.
10341
10342 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10343
10344         * cut-n-paste/recent-files/Makefile.am:
10345         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10346         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10347         
10348         Removed EggRecentViewGtk
10349         
10350         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10351         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10352         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10353         (ev_window_setup_recent):
10354         
10355         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10356         with other projects
10357
10358 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10359
10360         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10361         (egg_recent_view_gtk_finalize):
10362
10363         Fix memory leak
10364
10365         * cut-n-paste/toolbar-editor/Makefile.am:
10366         
10367         Fix location of cursor icon.
10368         
10369         * pdf/ev-poppler.cc:
10370         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10371         (display_completion_text), (match_completion):
10372         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10373         (selection_changed_callback), (create_loading_model),
10374         (print_section_cb), (links_page_num_func),
10375         (update_page_callback_foreach):
10376         * shell/ev-window.c: (ev_window_dispose):
10377         
10378         Small memory fixes. Links model now store objects instead
10379         of pointers to improve memory management. 
10380
10381 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10382
10383         * shell/ev-window.c: (zoom_control_changed_cb):
10384         
10385         Fix update of zoom control (bug 308268).
10386
10387 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10388
10389         * shell/ev-properties.c (set_property): escape the text correctly.
10390         Handles non-UTF-8 properties and escaped properties.  Also, sets
10391         the text to "<i>None</i>" if the property isn't set.
10392
10393         * data/evince-properties.glade: Change the label to be ellipsized,
10394         and give it a minimum size.
10395
10396 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10397
10398         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10399         * shell/ev-sidebar-links.c: (create_loading_model):
10400         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10401         * shell/ev-view.c: (ev_view_set_document):
10402         * shell/ev-window.c: (ev_window_dispose):
10403         
10404         Various small fixes, mostly memory leaks. Thanks to valgrind.
10405
10406 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10407
10408         * ps/ps-document.c: remove the locale.h include again ;-). And
10409         kill the (bogus) setlocale/savelocale business.
10410
10411 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10412
10413         * ps/ps-document.c:
10414         
10415         Include locale.h to fix build
10416         
10417         * shell/ev-sidebar.c:
10418         
10419         Remove unnecessary includes
10420
10421 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10422
10423         * dvi/dvi-document.c: (dvi_document_load):
10424         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10425         * po/POTFILES.in:
10426         
10427         Check for incorrect dvi files. Fix parsing dvi on AMD64
10428         platform. Thanks to tester@tester.ca (Olivier Crete).
10429
10430 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10431
10432         * shell/ev-page-action.c: (match_selected_cb),
10433         (display_completion_text), (match_completion), (update_model):
10434         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10435         (expand_open_links):
10436         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10437         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10438         (ev_sidebar_set_document):
10439         * shell/ev-window.c: (ev_window_xfer_job_cb),
10440         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10441         
10442         Fixed lot's of memory leaks, for example, memory leak on reload, 
10443         described in bug 307793.
10444
10445 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10446
10447         * pdf/ev-poppler.cc:
10448         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10449         (update_visible_range), (adjustment_changed_cb),
10450         (ev_sidebar_thumbnails_fill_model),
10451         (ev_sidebar_thumbnails_refresh),
10452         (ev_sidebar_tree_selection_changed),
10453         (ev_sidebar_icon_selection_changed),
10454         (ev_sidebar_thumbnails_use_icon_view),
10455         (ev_sidebar_thumbnails_set_document):
10456         * shell/ev-sidebar-thumbnails.h:
10457         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10458         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10459
10460         Refresh thumbnails when changing orientation. Not fully
10461         working yet becuase of a sidebar bug.
10462
10463         Set page orientation to poppler page everywhere. This sucks
10464         really need to fix poppler.
10465
10466 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10467
10468         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10469         (egg_recent_view_gtk_new_menu_item),
10470         (egg_recent_view_gtk_set_property),
10471         (egg_recent_view_gtk_get_property),
10472         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10473         (egg_recent_view_gtk_set_tooltip_func),
10474         (egg_recent_view_gtk_set_label_width),
10475         (egg_recent_view_gtk_get_label_width):
10476         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10477
10478         Sync with libegg (ellipsize labels)
10479
10480 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10481
10482         * data/evince-ui.xml:
10483         * shell/ev-window.c: (ev_window_cmd_go_forward),
10484         (ev_window_cmd_go_backward):
10485         
10486         Shift + PageUp moves 10 Pages. Fix for 306125
10487
10488 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10489
10490         * pdf/ev-poppler.cc:
10491
10492         Add a flag to check if orientation has been overriden
10493
10494 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10495
10496         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10497         field if necessary.
10498
10499         * ps/ps.h: add creator field to document.
10500
10501         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10502         set creator field.
10503
10504 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10505
10506         * data/evince-properties.glade:
10507         * shell/ev-properties.c: (ev_properties_set_document):
10508
10509         s/PDF Version/Format
10510
10511 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10512
10513         * shell/ev-properties.c: (ev_properties_set_document):
10514
10515         Remove unnecessary translations
10516
10517 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10518
10519         * cut-n-paste/toolbar-editor/Makefile.am:
10520
10521         Correct library name    
10522
10523 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10524
10525         * configure.ac:
10526         * cut-n-paste/recent-files/egg-recent-model.c:
10527         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10528         (egg_recent_model_unlock_file):
10529         * cut-n-paste/recent-files/egg-recent-util.c:
10530         (egg_recent_util_get_unique_id):
10531         * cut-n-paste/recent-files/update-from-egg.sh:
10532         * cut-n-paste/toolbar-editor/Makefile.am:
10533         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10534         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10535         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10536         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10537         (egg_toolbars_model_get_type):
10538         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10539
10540         Better makefile for toolbar editor and update everything
10541         to latest libegg.
10542
10543 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10544
10545         * shell/ev-window.c: (update_document_mode):
10546
10547         Prefer presentation mode when the document
10548         require fullscreen.
10549
10550 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10551
10552         * data/evince-ui.xml:
10553         * shell/ev-window.c:
10554
10555         Add control-equal for zooming
10556
10557 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10558
10559         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10560
10561 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10562
10563         * backend/ev-document.c: (ev_document_get_orientation):
10564         * backend/ev-document.h:
10565         * pdf/ev-poppler.cc:
10566         * ps/ps-document.c: (ps_document_get_orientation),
10567         (ps_document_set_orientation), (ps_document_document_iface_init):
10568
10569         Add a get_orientation api. Improve set_orientation.
10570
10571         * data/evince-ui.xml:
10572         * shell/ev-view.c: (ev_view_set_orientation),
10573         (ev_view_rotate_right), (ev_view_rotate_left):
10574         * shell/ev-view.h:
10575         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10576         (ev_window_cmd_edit_rotate_right):
10577
10578         Better ui for changing document orientation
10579
10580 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10581
10582         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10583         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10584         * shell/ev-sidebar-links.h:
10585         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10586         (ev_sidebar_page_iface_init):
10587         * shell/ev-sidebar-page.h:
10588         * shell/ev-sidebar-thumbnails.c:
10589         (ev_sidebar_thumbnails_get_property),
10590         (ev_sidebar_thumbnails_class_init),
10591         (ev_sidebar_thumbnails_set_document):
10592         * shell/ev-sidebar-thumbnails.h:
10593         * shell/ev-view.c: (ev_view_motion_notify_event):
10594         * shell/ev-window.c: (update_chrome_visibility),
10595         (ev_window_cmd_focus_page_selector),
10596         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10597         (sidebar_page_main_widget_update_cb), (ev_window_init):
10598         
10599         Autoraise toolbar on GoToPage binding and fix bindings in
10600         EvSidebarThumbnails page.
10601
10602 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10603
10604         * shell/ev-properties.c: (update_progress_label):
10605
10606         Hide the progress label when finished; bug #307697.
10607
10608 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10609
10610         * pdf/ev-poppler.cc:
10611
10612         Enable is_open for links, you will need poppler cvs
10613
10614         * shell/ev-properties.c: (job_fonts_finished_cb):
10615
10616         Get a lock on the document when filling the tree view
10617
10618 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10619
10620         * backend/ev-document-links.h:
10621         * pdf/ev-poppler.cc:
10622         * shell/ev-sidebar-links.c: (create_loading_model),
10623         (expand_open_links), (job_finished_callback):
10624
10625         Expand links when specified by the document.
10626         Depend on a poppler api (defined out for now)
10627
10628 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10629
10630         * shell/ev-properties.c: (ev_properties_dispose),
10631         (ev_properties_class_init), (dialog_destroy_cb),
10632         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10633         (ev_properties_set_document), (ev_properties_new),
10634         (ev_properties_show):
10635         * shell/ev-properties.h:
10636
10637         Make it an object, cleanup the code, api to show it as transient
10638         and to set the document.
10639
10640         * shell/ev-window.c: (ev_window_setup_document),
10641         (ev_window_cmd_file_properties):
10642
10643         Adapt to EvProperties changes, do not show multiple
10644         times, update it when document changes.
10645
10646 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10647
10648         * ps/gstypes.h:
10649         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10650         (ps_document_set_orientation), (ps_document_document_iface_init):
10651         * ps/ps-document.h:
10652
10653         Implement orientation here too
10654
10655         * shell/ev-properties.c: (ev_properties_new):
10656         * data/evince-properties.glade:
10657
10658         Hide the fonts page for backends that doesnt
10659         support it.     
10660
10661 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10662
10663         * backend/ev-document.c: (ev_document_set_orientation):
10664         * backend/ev-document.h:
10665         * pdf/ev-poppler.cc:
10666
10667         Add orientation api. Currently poppler api is not optimal,
10668         we need to set orientation every time we _get a page.
10669         I will try to fix that at some point.
10670
10671         * data/evince-ui.xml:
10672         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10673         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10674
10675         Add orientation menu items
10676
10677         * shell/ev-page-cache.c: (ev_page_cache_clear):
10678         * shell/ev-page-cache.h:
10679
10680         Add api to clear the cache
10681
10682         * shell/ev-view.c: (setup_caches), (clear_caches),
10683         (ev_view_set_document), (ev_view_zoom_out),
10684         (ev_view_set_orientation):
10685         * shell/ev-view.h:
10686
10687         Implement orientation changing
10688
10689 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10690
10691         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10692         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10693         * backend/ev-document-fonts.h:
10694
10695         Separate scan and fill so that we can incrementally fill from
10696         the main thread. Add a progress api.
10697
10698         * data/evince-properties.glade:
10699         * pdf/ev-poppler.cc:
10700         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10701         * shell/ev-jobs.h:
10702         * shell/ev-properties.c: (update_progress_label),
10703         (job_fonts_finished_cb), (setup_fonts_view):
10704
10705         Incrementally feel the list and show the progress
10706         percentage in a label like acrobat does.
10707
10708         You are going to need poppler cvs
10709
10710 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10711
10712         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10713         * backend/ev-document-fonts.h:
10714         * pdf/ev-poppler.cc:
10715
10716         Make fonts model fill incrementally.
10717
10718         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10719         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10720         (ev_job_queue_remove_job):
10721         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10722         (ev_job_fonts_new), (ev_job_fonts_run):
10723         * shell/ev-jobs.h:
10724
10725         New job for fonts scanning
10726
10727         * shell/ev-properties.c: (job_fonts_finished_cb),
10728         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10729         * shell/ev-properties.h:
10730         * shell/ev-window.c: (ev_window_cmd_file_properties):
10731
10732         Incrementally feel the treeview using the new job. Show Loading...
10733         message until scanning is completed.
10734
10735         Hopefully I didnt break the build without the poppler patch.
10736
10737 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10738
10739         * shell/ev-application.c: (ev_application_open):
10740         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10741         (ev_document_type_get_type), (ev_document_type_lookup):
10742         * shell/ev-document-types.h:
10743         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10744         * shell/ev-job-xfer.h:
10745         * shell/ev-window.c: (ev_window_clear_local_uri),
10746         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10747         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10748         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10749         
10750         Transfer remote documents to tmp directory to display them later.
10751
10752 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10753
10754         * backend/ev-document-info.h:
10755         * shell/ev-properties.c: (ev_properties_new):
10756
10757         s/GTime*/GTime. Not sure why we was using a pointer
10758         at all there!
10759
10760 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10761
10762         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10763         situations.  That situation is that you're using GTK+-HEAD with
10764         the patch at #306726 is applied, and you have a document with <
10765         1500 pages in it.  It's not quite as uniformly nice as the
10766         TreeView, but should be better in the long run.
10767
10768         I'm pretty sure I guarded against breaking compilation with
10769         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10770         I missed some.
10771
10772         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10773         widget yet, so I commented that code out
10774         enable_view_actions_for_widget() for now.  Need to figure this
10775         out.
10776
10777         * shell/ev-page-action.c (match_selected_cb): emit the right
10778         signals.  Our cool C-l completion now works.
10779
10780 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10781
10782         * backend/Makefile.am:
10783         * backend/ev-document-fonts.c:
10784         * backend/ev-document-links.c:
10785         * backend/ev-document.c: (ev_document_load):
10786         * backend/ev-document.h:
10787         * backend/ev-job-queue.c:
10788         * backend/ev-job-queue.h:
10789         * backend/ev-jobs.c:
10790         * backend/ev-jobs.h:
10791         * backend/ev-page-cache.c:
10792         * backend/ev-page-cache.h:
10793
10794         EvPageCache and EvJobs are moved to shell.
10795
10796         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10797         (ev_tmp_filename):
10798         * lib/ev-file-helpers.h:
10799         
10800         New helper to work with temporary files
10801         
10802         * shell/Makefile.am:
10803         * shell/ev-application.c: (ev_application_open):
10804         * shell/ev-application.h:
10805         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10806         (remove_job_from_async_queue), (add_job_to_async_queue),
10807         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10808         (handle_job), (search_for_jobs_unlocked),
10809         (no_jobs_available_unlocked), (ev_render_thread),
10810         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10811         (ev_job_queue_add_job), (move_job_async), (move_job),
10812         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10813         * shell/ev-job-queue.h:
10814         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10815         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10816         * shell/ev-job-xfer.h:
10817         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10818         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10819         (ev_job_links_class_init), (ev_job_render_init),
10820         (ev_job_render_dispose), (ev_job_render_class_init),
10821         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10822         (ev_job_thumbnail_class_init), (ev_job_load_init),
10823         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10824         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10825         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10826         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10827         * shell/ev-jobs.h:
10828         * shell/ev-page-action.c: (ev_page_action_set_document):
10829         * shell/ev-page-cache.c: (ev_page_cache_init),
10830         (ev_page_cache_class_init), (ev_page_cache_finalize),
10831         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10832         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10833         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10834         (ev_page_cache_get_title), (ev_page_cache_get_size),
10835         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10836         (ev_page_cache_get_height_to_page),
10837         (ev_page_cache_get_max_label_chars),
10838         (ev_page_cache_get_page_label),
10839         (ev_page_cache_has_nonnumeric_page_labels),
10840         (ev_page_cache_get_info), (ev_page_cache_next_page),
10841         (ev_page_cache_prev_page), (ev_page_cache_get):
10842         * shell/ev-page-cache.h:
10843         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10844         (ev_pixbuf_cache_clear_job_sizes),
10845         (ev_pixbuf_cache_add_jobs_if_needed),
10846         (ev_pixbuf_cache_set_page_range):
10847         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10848         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10849         * shell/ev-sidebar-thumbnails.c:
10850         (ev_sidebar_tree_selection_changed),
10851         (ev_sidebar_thumbnails_set_document):
10852         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10853         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10854         (ev_statusbar_get_context_id), (ev_statusbar_push),
10855         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10856         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10857         (ev_statusbar_set_progress):
10858         * shell/ev-statusbar.h:
10859         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10860         (ev_view_find_previous):
10861         * shell/ev-window.c: (ev_window_is_empty),
10862         (ev_window_setup_document), (password_dialog_response),
10863         (ev_window_clear_jobs), (ev_window_load_job_cb),
10864         (ev_window_xfer_job_cb), (ev_window_open_uri),
10865         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10866         (ev_window_print), (ev_window_print_range),
10867         (ev_window_state_event), (ev_window_cmd_view_reload),
10868         (menu_item_select_cb), (menu_item_deselect_cb),
10869         (view_status_changed_cb), (ev_window_dispose),
10870         (drag_data_received_cb), (ev_window_init):
10871         * shell/ev-window.h:
10872         * shell/main.c: (load_files):
10873         
10874         New statusbar to show progress on idle. Two new jobs - 
10875         xfer job and load job to load document in background. And update
10876         of page_cache clients to new location of code.
10877
10878 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10879
10880         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10881         selection in open dialog. It also remembers the last visited directory 
10882         in the current session.
10883
10884 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10885
10886         * shell/ev-properties.c: (ev_properties_new):
10887         * shell/ev-properties.h:
10888         * shell/ev-window.c: (ev_window_cmd_file_properties):
10889         
10890         Get document info from page cache instead of document itself.
10891         This should fix crash related to race conditions described in
10892         bug 306545.
10893
10894 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10895
10896         * ps/ps-document.c: (ps_document_init),
10897         (send_ps), (get_page_box), (output), (catchPipe), (input),
10898         (stop_interpreter), (file_length), (file_readable),
10899         (check_filecompressedb), (ps_document_enable_interpreter),
10900         (document_load), (ps_async_renderer_render_pixbuf):
10901         * ps/ps-document.h:
10902
10903         Big cleanup of the ps code
10904
10905 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10906
10907         * backend/Makefile.am:
10908         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10909         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10910         * backend/ev-async-renderer.h:
10911
10912         Add an async renderer interface (method + callback) which
10913         is useful for backends like ps.
10914
10915         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10916         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10917         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10918         (ev_job_queue_add_job), (move_job_async), (move_job),
10919         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10920
10921         Add queues for async renderer, these are executed on the
10922         main thread.
10923
10924         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10925         (ev_job_render_run):
10926         * backend/ev-jobs.h:
10927
10928         If the backend support async renderer interface use it.
10929
10930         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10931         (setup_pixmap), (ps_document_get_type),
10932         (ps_async_renderer_render_pixbuf),
10933         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10934
10935         Implement async renderer interface.
10936
10937 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10938
10939         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10940
10941         Cleanup links job on exit.
10942
10943 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10944
10945         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10946         (drag_data_get_cb), (drag_data_received_cb):
10947         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10948         (drag_data_get_cb), (parse_item_list),
10949         (egg_toolbar_editor_load_actions):
10950         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10951         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10952         (parse_item_list), (parse_toolbars):
10953         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10954         (dvi_pixbuf_put_pixel):
10955         
10956         Fix gcc 4.0 warnings
10957
10958 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10959
10960         * ps/ps-document.c: (start_interpreter):
10961
10962         Fix warning when loading ps
10963
10964 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10965
10966         * ps/ps-document.c: (output):
10967
10968         Fix crash when priting gs error messages.
10969
10970 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10971
10972         * backend/ev-page-cache.c: (_ev_page_cache_new):
10973         * backend/ev-page-cache.h:
10974
10975         Use a const to return title so that we dont double
10976         free it. Small cleanup and fix a leak.
10977
10978         * shell/ev-window.c: (update_window_title):
10979
10980         strdup value from get_title.
10981
10982 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10983
10984         * shell/ev-sidebar-links.c: (job_finished_callback),
10985         (ev_sidebar_links_set_document):
10986
10987         Cleanup the old job when changing document
10988
10989 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10990
10991         * shell/ev-stock-icons.c:
10992         * shell/ev-stock-icons.h:
10993         * shell/ev-window.c:
10994         
10995         Add stock icons for actions that can appear in toolbar. Fix for
10996         bug 306566.
10997
10998 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10999
11000         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11001         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11002         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11003         * backend/ev-page-cache.h:
11004         * shell/ev-view.c: (scroll_to_current_page),
11005         (view_update_range_and_current_page), (get_page_y_offset),
11006         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11007         (ev_view_size_request_continuous),
11008         (ev_view_zoom_for_size_continuous_and_dual_page),
11009         (ev_view_zoom_for_size_continuous):
11010         
11011         More compact EvView layout in document with pages of different size.
11012
11013 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11014
11015         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11016         compilation.
11017
11018 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11019
11020         * shell/ev-view.c: (view_set_adjustment_values):
11021         * shell/ev-window.c: (ev_window_cmd_file_properties):
11022         
11023         A bit different fix for rounding problem but it has no
11024         problems on startup. Make properties window transient to parent.
11025
11026 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11027
11028         * pdf/ev-poppler.cc:
11029         
11030         More commenting of font stuff.
11031
11032 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11033
11034         * pdf/ev-poppler.cc:
11035
11036         Comment out some more fonts stuff. Should really
11037         work without the poppler patch now.
11038
11039 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11040
11041         * pdf/ev-poppler.cc:
11042
11043         Adapt to api change
11044
11045 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11046
11047         * data/evince-properties.glade:
11048         * pdf/ev-poppler.cc:
11049         * shell/ev-properties.c: (setup_fonts_view):
11050
11051         Set the column title. Show the dialog only
11052         once everything is setup.
11053         Getting font info can be very slow... will
11054         prolly need to make this threaded too.
11055
11056 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11057
11058         * backend/Makefile.am:
11059         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11060         (ev_document_fonts_get_fonts_model):
11061         * backend/ev-document-fonts.h:
11062         * data/evince-properties.glade:
11063         * pdf/ev-poppler.cc:
11064         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11065         * shell/ev-properties.h:
11066         * shell/ev-window.c: (ev_window_cmd_file_properties):
11067
11068         Implement fonts list. Defined out for now, since it depends
11069         on a not yet committed poppler patch.
11070
11071 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11072
11073         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11074         page + 1.
11075
11076         * shell/ev-window.c: Make sure we add the timeout when we get a
11077         focus-in event.
11078
11079         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11080         adjustment->value before calculating the zoom factor to average
11081         out all of our rounding errors.  The page no longer 'drifts' when
11082         resizing.
11083
11084 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11085
11086         * data/evince-properties.glade:
11087         * shell/ev-properties.c: (ev_properties_format_date),
11088         (set_property):
11089         
11090         Labels don't expand when the dialogue is resized.
11091         strftime result needs to be converted to UTF-8. Thanks
11092         to Christian Persch <chpe@gnome.org>.
11093
11094 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11095
11096         * data/evince-properties.glade:
11097
11098         Hide the fonts tab
11099
11100 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11101
11102         * backend/ev-document-info.h:
11103         * backend/ev-document.c: (ev_document_info_free):
11104         * data/evince-properties.glade:
11105         * pdf/ev-poppler.cc:
11106         * ps/ps-document.c: (ps_document_get_info):
11107         * shell/ev-properties.c: (ev_properties_format_date),
11108         (set_property), (ev_properties_new):
11109         * shell/ev-properties.h:
11110         * shell/ev-window.c: (ev_window_cmd_file_properties):
11111
11112         Rework properties code to take only EvPropertyInfo
11113         in the constructor so that it can be useful for
11114         nautilus plugin too.
11115
11116         Deal with backends that doesnt support some properties.
11117         Make set property code generic.
11118
11119 2005-06-04  Christian Persch <chpe@gnome.org>
11120
11121         * data/evince-properties.glade:
11122
11123         fix spacings, make resizeable, and make data labels
11124         selectable + ellipsised
11125
11126 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11127
11128         * backend/ev-document-info.h:
11129         * data/Makefile.am:
11130         * data/evince-ui.xml:
11131         * pdf/ev-poppler.cc:
11132         * shell/Makefile.am:
11133         * shell/ev-window.c: (update_action_sensitivity),
11134         (ev_window_cmd_file_properties):
11135
11136         Initial go at file properties. Patch by
11137         Emil Soleyman-Zomalan <emil@soleyman.com>.
11138         Needs love see #169583
11139
11140 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11141
11142         * ps/ps-document.c: (output):
11143         * ps/ps.c: (psscan):
11144
11145         Try to render even if psscan fails.
11146
11147 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11148
11149         * ps/ps.c: (psscan), (pscopydoc):
11150
11151         Port buffered reading code from gv
11152
11153 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11154
11155         * ps/ps-document.c: (interpreter_message), (output):
11156
11157         Do not fail on interpreter messages
11158
11159 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11160
11161         * backend/ev-document-misc.c:
11162         (ev_document_misc_get_thumbnail_frame):
11163
11164         Pages can be 0 x 0, dont assert on this case
11165
11166 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11167
11168         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11169         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11170
11171         Correctly manage our reference on document. Finally the reload
11172         huge leak is gone...
11173
11174 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11175
11176         * ps/ps-document.c: (ps_document_dispose):
11177
11178         Forgot to chain it to the parent. Thanks chpe.
11179
11180 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11181
11182         * ps/ps-document.c: (ps_document_dispose),
11183         (ps_document_class_init), (stop_interpreter), (document_load):
11184
11185         Cleanup dispose a bit. Dont leak the whole pixmap.
11186
11187 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11188
11189         * pdf/ev-poppler.cc:
11190
11191         Release the poppler document on dispose
11192
11193 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11194
11195         * shell/ev-view.c: (ev_view_set_document):
11196
11197         Release ref on the pixbuf cache when changing
11198         document.
11199
11200 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11201
11202         * ps/ps-document.c: (ps_document_get_info):
11203
11204         Fix a double free
11205
11206 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11207
11208         * backend/ev-page-cache.c: (ev_page_cache_init),
11209         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11210         * backend/ev-page-cache.h:
11211         * shell/ev-page-action.c: (page_changed_cb):
11212         
11213         Set page action entry width depending on labels width. Fix
11214         for bug 305202.
11215
11216 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11217
11218         * backend/ev-link.c: (ev_link_class_init):
11219
11220         Allow -1 as page value (error)
11221
11222 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11223
11224         * shell/ev-sidebar-thumbnails.c:
11225         (ev_sidebar_thumbnails_set_document):
11226         * shell/ev-view.c: (scroll_to_current_page),
11227         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11228         (page_changed_cb), (on_adjustment_value_changed),
11229         (ev_view_set_document):
11230
11231         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11232         Fix bug 305377
11233
11234 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11235
11236         * configure.ac:
11237         * djvu/djvu-document.c: (djvu_document_get_page_size):
11238
11239         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11240         bug 301993.
11241
11242 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11243
11244         * shell/ev-view.c (draw_one_page): modify the expose handling to
11245         get the shadows.
11246
11247         * shell/ev-window.c (update_action_sensitivity): Respect
11248         permissions field.  Kowtow to the man.
11249
11250         * pdf/ev-poppler.cc: Get the permissions field.
11251
11252         * tiff/*c: Make a tiny bit more robust.
11253
11254 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11255
11256         * djvu/djvu-document.c:
11257         
11258         Pop messages from djvu context message queue.
11259
11260 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11261
11262         * configure.ac, Makefile.am, shell/Makefile.am:
11263         * tiff/Makefile.am, shell/ev-document-types.c:
11264         
11265         Cleanup tiff configure checks. Fix for bug 305218.
11266
11267 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11268
11269         * configure.ac: Added "uk" to ALL_LINGUAS.
11270
11271 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11272
11273         * cut-n-paste/zoom-control/ephy-zoom.c:
11274         (ephy_zoom_get_changed_zoom_level):
11275         * cut-n-paste/zoom-control/ephy-zoom.h:
11276         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11277         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11278         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11279         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11280         (zoom_control_changed_cb), (ev_window_init):
11281         
11282         Fix minor points related to moving best fit up. Introduce
11283         "zoom" property and make zoom control change it's value on
11284         notify::zoom signals. Fix for 305080.
11285
11286 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11287
11288         * data/evince-ui.xml:
11289         * shell/ev-window.c: (set_view_actions_sensitivity):
11290         
11291         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11292
11293 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11294
11295         * configure.ac:
11296
11297         Depends on poppler 0.3.2
11298
11299 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11300
11301         * cut-n-paste/recent-files/egg-recent-item.c:
11302         (egg_recent_item_get_short_name):
11303         * cut-n-paste/toolbar-editor/Makefile.am:
11304         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11305         (new_pixbuf_from_widget):
11306         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11307         * cut-n-paste/toolbar-editor/egg-marshal.c:
11308         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11309         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11310
11311         Sync
11312
11313 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11314
11315         * tiff/tiff-document.c: Rough TIFF backend.
11316
11317 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11318
11319         * NEWS:
11320         * configure.ac:
11321         * cut-n-paste/toolbar-editor/Makefile.am:
11322
11323         Release 0.3.1
11324
11325 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11326
11327         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11328         (ev_view_find_next), (ev_view_find_previous):
11329
11330         Remove the locks around get_n_results   
11331
11332 2005-05-21  Juerg Billeter  <j@bitron.ch>
11333
11334         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11335
11336         Pass correct number of pages to poppler.
11337
11338 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11339
11340         * configure.ac:
11341         * data/Makefile.am:
11342         * data/evince.desktop.in: 
11343         * data/evince.desktop.in.in:
11344         * po/POTFILES.in:
11345         
11346         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11347
11348 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11349
11350         * shell/ev-view.c: (view_update_adjustments),
11351         (view_set_adjustment_values): cast adjustmen->value to (int)
11352         before using it.  Otherwise, we get off by a pixel in some
11353         situations.
11354
11355         (draw_one_page): Draw the border on expose.
11356
11357 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11358
11359         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11360         adjustment when the mode changes, #304923
11361
11362 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11363
11364         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11365         flickering on resize but still use gdk_window_scroll on
11366         scrolling
11367
11368 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11369
11370         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11371         option, #170458
11372
11373 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11374
11375         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11376         second page on page_changed if possible, #304669
11377
11378 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11379
11380         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11381         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11382
11383 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11384
11385         * .cvsignore:
11386         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11387         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11388         (ev_view_zoom_for_size_presentation),
11389         (ev_view_zoom_for_size_continuous_and_dual_page),
11390         (ev_view_zoom_for_size_continuous),
11391         (ev_view_zoom_for_size_dual_page),
11392         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11393         * shell/ev-view.h:
11394         * shell/ev-window.c: (update_view_size),
11395         (ev_window_sizing_mode_changed_cb):
11396
11397         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11398         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11399         an infinite loop, #304769
11400
11401
11402 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11403
11404         * data/evince-ui.xml:
11405         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11406         * shell/ev-window.c: (set_view_actions_sensitivity):
11407
11408         Make PgUp/Down behave like Space
11409
11410 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11411
11412         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11413         * backend/ev-ps-exporter.h:
11414         * pdf/ev-poppler.cc:
11415         * ps/ps-document.c: (ps_document_ps_export_begin):
11416         * shell/ev-print-job.c: (idle_print_handler):
11417
11418         Adapt to new poppler api
11419
11420 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11421
11422         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11423         (ephy_zoom_control_init):
11424
11425         Translate zoom levels
11426
11427 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11428
11429         * cut-n-paste/zoom-control/ephy-zoom.c:
11430         (ephy_zoom_get_zoom_level_index):
11431
11432         Fix current zoom -> zoom control match
11433
11434 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11435
11436         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11437         rather than the scrolled_window that it's in. Fixes bug #304655.
11438
11439 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11440
11441         * shell/ev-view.c: (view_update_adjustments),
11442         (view_set_adjustment_values), (view_update_range_and_current_page),
11443         (view_scroll_to_page), (set_scroll_adjustment),
11444         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11445         (ev_view_scroll), (ev_view_scroll_view),
11446         (ensure_rectangle_is_visible), (find_page_at_location),
11447         (get_link_at_location), (go_to_link), (status_message_from_link),
11448         (ev_view_size_request_continuous_dual_page),
11449         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11450         (ev_view_unrealize), (ev_view_expose_event),
11451         (ev_view_button_press_event), (ev_view_motion_notify_event),
11452         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11453         (draw_rubberband), (highlight_find_results), (draw_one_page),
11454         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11455         (ev_view_init), (find_changed_cb), (page_changed_cb),
11456         (on_adjustment_value_changed), (ev_view_new),
11457         (ev_view_set_document), (ev_view_set_zoom),
11458         (ev_view_set_continuous), (ev_view_set_dual_page),
11459         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11460         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11461         (ev_view_zoom_for_size_presentation),
11462         (ev_view_zoom_for_size_continuous_dual_page),
11463         (ev_view_zoom_for_size_continuous),
11464         (ev_view_zoom_for_size_dual_page),
11465         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11466         (ev_view_get_status), (ev_view_set_status),
11467         (update_find_status_message), (ev_view_get_find_status),
11468         (ev_view_set_find_status), (jump_to_find_result),
11469         (jump_to_find_page), (compute_selections), (clear_selection),
11470         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11471         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11472         (ev_view_update_primary_selection),
11473         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11474         * shell/ev-view.h:
11475         * shell/ev-window.c: (ev_window_open_page_label),
11476         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11477         (ev_window_init):
11478         * shell/ev-window.h:
11479         * shell/main.c: (load_files):
11480
11481         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11482         when resizing.  Remove the bin_window().  Also, patch from James
11483         Bowes to fix command line page, #300641
11484         
11485 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11486
11487         * data/evince-ui.xml:
11488         * shell/ev-view.c:
11489         * shell/ev-view.h:
11490         * shell/ev-window.c: (update_action_sensitivity):
11491
11492         Get rid of View->Normal Size, it's just confusing
11493
11494 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11495
11496         * backend/ev-document-info.h:
11497         * backend/ev-document.c: (ev_document_info_free): Free the
11498         EvDocumentInfo.
11499
11500         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11501         (clear_range), (add_range), (update_visible_range),
11502         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11503         (ev_sidebar_thumbnails_set_document):
11504         * shell/ev-window.c: (ev_window_setup_document): Only render the
11505         visible thumbnails.  It takes an instant to render, but it uses
11506         much less memory.
11507
11508 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11509
11510         * shell/ev-sidebar-links.c: (popup_menu_cb):
11511
11512         Select first item
11513
11514 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11515
11516         * lib/Makefile.am:
11517         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11518         (button_press_cb), (ev_sidebar_links_construct):
11519
11520         Show the popup menu also on keybindings
11521
11522 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11523
11524         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11525         * shell/ev-window.h:
11526
11527         Expose api to print a range (with dialog). Make private _print use
11528         it.
11529
11530         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11531         (ev_sidebar_links_construct):
11532
11533         Show a print context menu on linkx, it prints the selected
11534         section.
11535
11536 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11537
11538         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11539         button.
11540
11541 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11542
11543         * AUTHORS:
11544
11545         Update
11546
11547         * shell/ev-window.c: (build_comments_string),
11548         (ev_window_cmd_help_about):
11549
11550         Show poppler version/backend and authors
11551
11552 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11553
11554         * cut-n-paste/zoom-control/ephy-zoom.c:
11555         (ephy_zoom_get_zoom_level_index):
11556         * cut-n-paste/zoom-control/ephy-zoom.h:
11557
11558         Move the best fit items at the top of the list
11559
11560 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11561
11562         * shell/ev-marshal.list:
11563         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11564         (activate_cb), (match_selected_cb), (activate_link_cb),
11565         (connect_proxy), (ev_page_action_class_init):
11566         * shell/ev-page-action.h:
11567
11568         Use signals to notify action activation. Hopefully
11569         I did not break completion since I cant test...
11570
11571         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11572         (register_custom_actions):
11573
11574         Connect to page selector actions and also grab focus on
11575         the view when activated.
11576
11577 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11578
11579         * pdf/ev-poppler.cc:
11580         * backend/ev-page-cache.c: make page size calculation consistent
11581         and set it to (int)( width * scale + 0.5).  This makes the weird
11582         line going through the middle of the page go away.
11583
11584         * shell/ev-view.c: move painting the background page after
11585         checking the expose area covers us.
11586
11587 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11588
11589         * data/evince-password.glade:
11590         
11591         Mark labels as not translatable. Fix for bug 302842.
11592
11593 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11594
11595         * configure.ac: Added "es" to ALL_LINGUAS.
11596
11597 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11598
11599         * data/evince-toolbar.xml:
11600         * shell/ev-window.c: (update_action_sensitivity),
11601         (ev_window_setup_document), (ev_window_set_page_mode),
11602         (ev_window_init):
11603
11604         Remove some leftover code from jrb first continous
11605         attempt. Use the new actions, we still need good icons
11606         though...
11607
11608 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11609
11610         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11611
11612         Update label when connecting proxy. Fix a warning with NULL
11613         page_cache.
11614
11615 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11616
11617         * data/evince-ui.xml:
11618         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11619         * shell/ev-page-action.h:
11620         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11621
11622         Add mnemonic for edit toolbar.
11623         ctrl+l focus the page entry.
11624
11625 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11626
11627         * lib/Makefile.am:
11628         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11629         (ev_window_init):
11630         * shell/main.c: (main):
11631
11632         Put the toolbar xml in evince own dot dir
11633
11634 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11635
11636         * shell/ev-window.c: (ev_window_init):
11637
11638         Make the toolbar not removable
11639
11640 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11641
11642         * data/evince-ui.xml:
11643         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11644         * shell/ev-sidebar-links.h:
11645         * shell/ev-sidebar-thumbnails.c:
11646         (ev_sidebar_thumbnails_get_treeview):
11647         * shell/ev-sidebar-thumbnails.h:
11648         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11649         (ev_view_class_init):
11650         * shell/ev-view.h:
11651         * shell/ev-window.c: (update_action_sensitivity),
11652         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11653         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11654         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11655         (ev_window_init):
11656
11657         This is evil... Make space/backspace global accelerators but
11658         enable them only for some widgets (sidebars and view).
11659         I dont like it, but I dont know a better way... :/
11660
11661 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11662
11663         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11664         (ev_page_action_widget_finalize),
11665         (ev_page_action_widget_class_init), (update_page_cache):
11666
11667         Keep a weak reference on proxy->page_cache so that we
11668         dont try to disconnect the signal if the object is already
11669         gone. Maybe there is a better way to cleanup reference handling
11670         in page action though...
11671
11672 2005-05-10  Juerg Billeter  <j@bitron.ch>
11673
11674         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11675         * backend/ev-ps-exporter.h:
11676         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11677         * ps/ps-document.c: (ps_document_ps_export_begin):
11678         
11679         Change api to pass print range to ps_exporter_begin. The pdf backend
11680         requires this information.
11681         
11682         * shell/ev-print-job.c: (idle_print_handler):
11683         
11684         Adapt to api change
11685
11686 2005-05-10  Juerg Billeter  <j@bitron.ch>
11687
11688         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11689         (idle_print_handler)
11690         * shell/ev-window.c: (ev_window_print):
11691
11692         Support printing page range, based on patch by Amaury Jacquot
11693
11694 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11695
11696         * data/evince-toolbar.xml:
11697
11698         Add zoom control to available items
11699
11700 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11701
11702         * shell/ev-window.c: (update_action_sensitivity):
11703
11704         Set slash action insensitive when appropriate
11705
11706 2005-05-10  Christian Persch <chpe@gnome.org>
11707
11708         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11709
11710         Fix warning on the overflow menu
11711
11712 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11713
11714         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11715
11716         Check for uri correctness/existence
11717
11718 2005-05-09  Juerg Billeter  <j@bitron.ch>
11719
11720         * shell/ev-window.c: (using_postscript_printer):
11721
11722         LPD printers use postscript, too
11723
11724 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11725
11726         * shell/ev-window.c: (register_custom_actions):
11727
11728         The zoom one is actually sort of useful,
11729         put it back
11730
11731 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11732
11733         * shell/ev-window.c: (register_custom_actions):
11734
11735         Hide page/zoom controls from overflow, they
11736         are useless.
11737
11738 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11739
11740         * cut-n-paste/update-from-egg.sh:
11741         
11742         Share it between all cut-n-paste subdirs
11743
11744         * cut-n-paste/recent-files/Makefile.am:
11745
11746         Fix to use "global" update-from-egg.sh
11747
11748         * cut-n-paste/recent-files/egg-recent-model.c:
11749         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11750         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11751         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11752         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11753
11754         Update from libegg
11755
11756         * cut-n-paste/toolbar-editor/Makefile.am:
11757
11758         Fix to use "global" update-from-egg.sh
11759
11760         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11761
11762         Update from libegg
11763
11764 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11765
11766         * configure.ac:
11767         * cut-n-paste/Makefile.am:
11768         * cut-n-paste/recent-files/Makefile.am:
11769         * cut-n-paste/toolbar-editor/.cvsignore:
11770         * cut-n-paste/toolbar-editor/Makefile.am:
11771         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11772         (egg_editable_toolbar_get_type), (get_toolbar_position),
11773         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11774         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11775         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11776         (set_item_drag_source), (create_item_from_action), (create_item),
11777         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11778         (popup_toolbar_context_menu_cb), (free_dragged_item),
11779         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11780         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11781         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11782         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11783         (item_added_cb), (item_removed_cb),
11784         (egg_editable_toolbar_construct),
11785         (egg_editable_toolbar_disconnect_model),
11786         (egg_editable_toolbar_deconstruct),
11787         (egg_editable_toolbar_set_model),
11788         (egg_editable_toolbar_set_ui_manager),
11789         (egg_editable_toolbar_set_property),
11790         (egg_editable_toolbar_get_property),
11791         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11792         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11793         (egg_editable_toolbar_new_with_model),
11794         (egg_editable_toolbar_get_edit_mode),
11795         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11796         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11797         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11798         (new_pixbuf_from_widget), (new_separator_pixbuf),
11799         (update_separator_image), (style_set_cb),
11800         (_egg_editable_toolbar_new_separator_image),
11801         (egg_editable_toolbar_get_model):
11802         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11803         * cut-n-paste/toolbar-editor/egg-marshal.c:
11804         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11805         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11806         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11807         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11808         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11809         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11810         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11811         (editor_drag_data_delete_cb), (drag_data_get_cb),
11812         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11813         (editor_create_item), (update_editor_sheet), (setup_editor),
11814         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11815         (parse_item_list), (model_has_action), (update_actions_list),
11816         (egg_toolbar_editor_load_actions):
11817         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11818         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11819         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11820         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11821         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11822         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11823         (egg_toolbars_model_add_separator), (impl_add_item),
11824         (parse_item_list), (egg_toolbars_model_add_toolbar),
11825         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11826         (impl_get_item_data), (impl_get_item_type),
11827         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11828         (egg_toolbars_model_init), (free_toolbar),
11829         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11830         (egg_toolbars_model_remove_toolbar),
11831         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11832         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11833         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11834         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11835         (egg_toolbars_model_get_item_data),
11836         (egg_toolbars_model_get_item_type):
11837         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11838         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11839         * data/Makefile.am:
11840         * data/evince-toolbar.xml:
11841         * data/evince-ui.xml:
11842         * data/hand-open.png:
11843         * po/POTFILES.in:
11844         * shell/Makefile.am:
11845         * shell/ev-window.c: (update_chrome_visibility),
11846         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11847         (ev_window_dispose), (ev_window_init):
11848
11849         Implement epiphany like toolbar editor. Based on patch by
11850         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11851
11852 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11853
11854         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11855
11856         Use set_cursor instead of set_selection, so that
11857         the keyboard focus moves too.
11858
11859 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11860
11861         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11862
11863         Fix infinite loop when loading Type1 fonts
11864
11865 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11866
11867         * data/evince-ui.xml:
11868         * shell/ev-window.c:
11869
11870         Slash -> Find
11871
11872 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11873
11874         * configure.ac:
11875
11876         Make --disable really disable
11877
11878 2005-05-07  Juerg Billeter  <j@bitron.ch>
11879
11880         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11881
11882         Compare page labels even without has_labels set, fixes setting page
11883         with entry
11884
11885 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11886
11887         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11888         (ev_view_set_cursor), (ev_view_button_press_event),
11889         (ev_view_motion_notify_event), (ev_view_button_release_event),
11890         (ev_view_init):
11891
11892         Implement middle button scrolling. Based on a patch
11893         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11894
11895 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11896
11897         * shell/ev-document-types.c: (get_slow_mime_type),
11898         (get_document_type_from_mime), (ev_document_type_lookup):
11899         * shell/ev-document-types.h:
11900
11901         Change api to lookup from uri. Do fast lookup first, if the
11902         type is unknown try with data sniffing.
11903
11904         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11905         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11906
11907         Adapt to api change
11908
11909 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11910
11911         * thumbnailer/Makefile.am:
11912
11913         Fix distcheck
11914
11915 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11916
11917         * NEWS:
11918         * configure.ac:
11919
11920         Release 0.3.0
11921
11922         * data/evince-ui.xml:
11923
11924         Hide presentation mode for now
11925
11926         * shell/ev-view.c: (highlight_find_results):
11927
11928         Show current find selection only on current page
11929
11930 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11931
11932         * shell/ev-view.c: (ev_view_select_all):
11933
11934         Compute size of the actual page, not of
11935         the current one.
11936
11937 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11938
11939         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11940         (view_rect_to_doc_rect), (compute_selections),
11941         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11942         (ev_view_copy), (ev_view_primary_get_cb),
11943         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11944         (ev_view_button_press_event), (ev_view_motion_notify_event),
11945         (ev_view_button_release_event), (page_changed_cb):
11946
11947         Fix text selection
11948
11949 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11950
11951         * shell/ev-view.c: (compute_border), (get_page_extents),
11952         (doc_rect_to_view_rect), (highlight_find_results),
11953         (ev_view_bin_expose), (ev_view_select_all),
11954         (ev_view_motion_notify_event), (update_find_status_message),
11955         (jump_to_find_result), (jump_to_find_page):
11956
11957         First go at fixing search, still buggy
11958
11959 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11960
11961         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11962         dropdown box and button at the top of the sidebar.
11963
11964 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11965
11966         * configure.ac: Output zoom-control Makefile.
11967         * cut-n-paste/Makefile.am: build zoom-control subdir.
11968         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11969         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11970         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11971         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11972         * cut-n-paste/zoom-control/ephy-zoom.c:
11973         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11974         from epiphany, and modified to add a separator into the menu.
11975         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11976         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11977         zoom-control action.
11978         * shell/Makefile.am: Include zoom-control flags.
11979         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11980         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11981         (ev_view_zoom_for_size_presentation),
11982         (ev_view_zoom_for_size_continuous_and_dual_page),
11983         (ev_view_zoom_for_size_continuous),
11984         (ev_view_zoom_for_size_dual_page),
11985         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11986         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11987         ev_view_get_zoom and ev_view_get_sizing_mode.
11988         * shell/ev-view.h:
11989         * shell/ev-window.c: (update_action_sensitivity),
11990         (update_sizing_buttons), (zoom_control_changed_cb),
11991         (register_custom_actions): Initialize and use the zoom-control 
11992         widget.
11993
11994 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11995
11996         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11997         preview cache back to 1.  Don't know when it got set to 0.
11998         
11999         * shell/ev-view.c: (compute_border), (ev_view_realize),
12000         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12001         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12002         (ev_view_get_fullscreen), (ev_view_set_presentation),
12003         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12004         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12005         * shell/ev-view.h:
12006         * shell/ev-window.c:
12007         (update_chrome_visibility),
12008         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12009         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12010         (update_document_mode), (ev_window_update_fullscreen_action),
12011         (ev_window_fullscreen), (ev_window_unfullscreen),
12012         (ev_window_cmd_view_fullscreen),
12013         (ev_window_update_presentation_action),
12014         (ev_window_run_presentation), (ev_window_stop_presentation),
12015         (ev_window_cmd_view_presentation), (ev_window_state_event),
12016         (ev_window_focus_in_event), (ev_window_focus_out_event),
12017         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12018         * data/evince-ui.xml: Initial presentation mode.  We should
12019         probably hide this until it's done, as it's quite rough.  Also,
12020         change full-screen to fullscreen and add two getters to EvView.
12021
12022 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12023
12024         * shell/ev-page-action.c: (update_page_cache),
12025         (ev_page_action_dispose):
12026         * shell/ev-window.c: (destroy_fullscreen_popup),
12027         (ev_window_create_fullscreen_popup):
12028
12029         Use connect_object rather than explicitly
12030         disconnect on dispose.
12031
12032 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12033
12034         * shell/ev-page-action.c: (update_page_cache),
12035         (ev_page_action_dispose):
12036
12037 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12038
12039         * backend/ev-page-cache.c: (_ev_page_cache_new),
12040         (ev_page_cache_set_page_label),
12041         (ev_page_cache_has_nonnumeric_page_labels):
12042         * backend/ev-page-cache.h:
12043         * shell/ev-page-action.c: (update_pages_label):
12044         
12045         If all page labels are numeric, fallback to default
12046         way to display number of pages. See bug 173185.
12047
12048 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12049
12050         * shell/ev-page-action.c: (ev_page_action_dispose):
12051         * shell/ev-view.c: (view_update_range_and_current_page):
12052         * shell/ev-window.c: (ev_window_dispose):
12053         
12054         Set page on scroll in continuous mode. Fixes bug 301986.
12055         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12056
12057 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12058
12059         * configure.ac:
12060
12061         Require poppler 0.3.0
12062
12063 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12064         
12065         * shell/Makefile.am, configure.ac: Fix build problems
12066         with t1lib. Bug 301996.
12067
12068 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12069
12070         * shell/ev-view.c: (ev_view_scroll_event):
12071         
12072         Scroll up increase zoom
12073
12074 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12075
12076         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12077         (ev_view_set_sizing_mode),
12078         (ev_view_zoom_for_size_continuous_and_dual_page),
12079         (ev_view_zoom_for_size_continuous):
12080         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12081         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12082         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12083         (ev_window_init):
12084
12085         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12086         Fix for 165473 and 165472.
12087
12088 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12089
12090         * po/POTFILES.in:
12091         * thumbnailer/Makefile.am:
12092         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12093         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12094         * thumbnailer/evince-thumbnailer.schemas.in:
12095         
12096         Make thumbnailer schemas translatable. Fix for bug 301773
12097         
12098         * thumbnailer/evince-thumbnailer-djvu.schemas:
12099         * thumbnailer/evince-thumbnailer-dvi.schemas:
12100         * thumbnailer/evince-thumbnailer.schemas:
12101
12102         Removed files
12103
12104 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12105
12106         * shell/ev-view.c (ev_view_init): forgot to set this.
12107
12108 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12109
12110         * shell/ev-view.c: (find_page_at_location),
12111         (get_link_at_location),
12112         (ev_view_set_show_border), (ev_view_set_spacing),
12113         (ev_view_zoom_for_size_continuous_and_dual_page),
12114         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12115         Also, add a quick fix measuring of widths.  Also, removed
12116         ev_view_set_spacing and ev_view_set_show_border.
12117         
12118         * shell/ev-window.c: (ev_window_unfullscreen),
12119         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12120
12121 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12122
12123         * shell/ev-view.c: (view_update_range_and_current_page),
12124         (page_changed_cb):
12125         
12126         Fix crash on exit and scrolling to page in continuous view.
12127
12128 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12129
12130         * TODO:
12131         * backend/ev-page-cache.c: (_ev_page_cache_new),
12132         (ev_page_cache_get_max_width_size),
12133         (ev_page_cache_get_max_height_size):
12134         * backend/ev-page-cache.h:
12135         * data/evince-ui.xml:
12136         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12137         * shell/ev-view.c: (view_update_adjustments),
12138         (view_update_range_and_current_page), (get_bounding_box_size),
12139         (ev_view_size_request_continuous_and_dual_page),
12140         (ev_view_size_request_continuous),
12141         (ev_view_size_request_dual_page),
12142         (ev_view_size_request_single_page), (ev_view_size_request),
12143         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12144         (ev_view_bin_expose), (ev_view_expose_event),
12145         (ev_view_set_property), (ev_view_get_property),
12146         (ev_view_class_init), (ev_view_init), (ev_view_new),
12147         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12148         (ev_view_set_dual_page), (ev_view_set_full_screen),
12149         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12150         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12151         (ev_view_zoom_out), (zoom_for_size_fit_width),
12152         (zoom_for_size_best_fit),
12153         (ev_view_zoom_for_size_continuous_and_dual_page),
12154         (ev_view_zoom_for_size_continuous),
12155         (ev_view_zoom_for_size_dual_page),
12156         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12157         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12158         * shell/ev-view.h:
12159         * shell/ev-window.c: (update_action_sensitivity),
12160         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12161         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12162         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12163         (ev_window_cmd_view_zoom_out), (update_view_size),
12164         (ev_window_set_sizing_mode), (ev_window_init):
12165
12166         Add Continuous and Dual page modes.
12167
12168 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12169
12170         * dvi/dvi-document.c: (dvi_document_load),
12171         (dvi_document_thumbnails_get_thumbnail),
12172         (dvi_document_init_params): Fix up some mixups between
12173         width and height to correct thumbnail rendering.
12174
12175 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12176
12177         * dvi/mdvi-lib/private.h:
12178         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12179         
12180         Suppess output for kpathsea during font generation. Thanks to
12181         James Bowes
12182
12183 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12184
12185         * NEWS:
12186         * configure.ac:
12187
12188         Release 0.2.1
12189
12190         * Makefile.am: fix distcheck.
12191
12192 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12193
12194         * shell/ev-sidebar-links.c: (selection_changed_callback),
12195         (update_page_callback), (row_activated_callback),
12196         (job_finished_callback), (ev_sidebar_links_set_document):
12197         
12198         Fix for bug #169901. Double click on links expands tree.
12199
12200 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12201
12202         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12203         hard-coded style. Fix for bug 170111
12204
12205 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12206
12207         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12208         locking.
12209
12210 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12211
12212         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12213
12214 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12215
12216         * pdf/ev-poppler.cc:
12217         * shell/ev-view.c: (highlight_find_results):
12218
12219         Fix find on single page documents
12220
12221 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12222
12223         * data/evince.schemas.in: fix for bug 301390
12224
12225 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12226
12227         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12228         (ev_view_zoom_out), (ev_view_zoom_normal):
12229         * shell/ev-view.h:
12230         * shell/ev-window.c: (update_action_sensitivity),
12231         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12232         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12233         (ev_window_cmd_view_normal_size):
12234
12235         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12236         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12237         better than oom. 
12238
12239 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12240
12241         * configure.ac:
12242
12243         Depend on 2.57, 2.59 doesnt seem to be necessary
12244
12245 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12246
12247         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12248         (create_tool_item):
12249
12250         Put back total number of pages as (1 of 1234)
12251
12252 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12253
12254         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12255         remove the job.
12256
12257         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12258         function.  This helps debugging.
12259
12260 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12261
12262         * djvu/djvu-document.c: (djvu_document_class_init),
12263         (djvu_document_get_info), (djvu_document_document_iface_init):
12264         * dvi/dvi-document.c: (dvi_document_class_init),
12265         (dvi_document_get_info), (dvi_document_document_iface_init):
12266
12267         Dummy implementation of get_info method for dvi and
12268         djvu. Fix crashes with those backends
12269
12270 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12271
12272         * data/evince.desktop.in:
12273
12274         Add application/x-gzpostscript
12275
12276 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12277
12278         * data/evince.schemas.in: Added real long descriptions, 
12279         closes bug 172496 
12280
12281         * README: Added actual text, closes bug 171869
12282
12283 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12284
12285         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12286
12287         Thumbnail page 0
12288
12289 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12290
12291         * backend/ev-document-info.h:
12292
12293         s/GDate */GDate so we can just use g_free
12294
12295 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12296
12297         * shell/ev-window.c: (update_document_mode),
12298         (ev_window_setup_document):
12299
12300         Show the window in fullscreen when specified by
12301         the document
12302
12303 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12304
12305         * backend/ev-document.c: (ev_document_class_init),
12306         (ev_document_get_info), (ev_document_render_pixbuf):
12307         * backend/ev-document.h:
12308         * backend/ev-page-cache.c: (_ev_page_cache_new):
12309         * pdf/ev-poppler.cc:
12310         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12311         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12312         * ps/ps-document.c: (ps_document_class_init), (document_load),
12313         (ps_document_get_info), (ps_document_document_iface_init):
12314
12315         Remove get_title from the interface, we can just use document info
12316
12317 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12318
12319         * backend/Makefile.am:
12320         * backend/ev-document.c: (ev_document_render_get_info):
12321         * backend/ev-document.h:
12322         * pdf/ev-poppler.cc:
12323
12324         Initial support for document info. Based on jrb patch.
12325
12326 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12327
12328         * shell/ev-window.c: (ev_window_state_event),
12329         (ev_window_class_init), (ev_window_init):
12330         
12331         Doesn't show resize grip when maximized. See bug #301053
12332
12333 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12334
12335         * po/POTFILES.in:
12336         
12337         ev-sidebar-thumbnails now has translatable labels
12338         
12339         * shell/Makefile.am:
12340         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12341         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12342         (ev_sidebar_links_page_iface_init):
12343         * shell/ev-sidebar-links.h:
12344         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12345         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12346         (ev_sidebar_page_get_label):
12347         * shell/ev-sidebar-page.h:
12348         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12349         (ev_sidebar_thumbnails_set_document),
12350         (ev_sidebar_thumbnails_support_document),
12351         (ev_sidebar_thumbnails_get_label),
12352         (ev_sidebar_thumbnails_page_iface_init):
12353         * shell/ev-sidebar-thumbnails.h:
12354         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12355         (ev_sidebar_set_document):
12356         * shell/ev-sidebar.h:
12357         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12358         
12359         Small rework of sidebar code. Now sidebar pages should implement
12360         EvSidebarPage interface. That makes page management in EvSidebar
12361         easier. See bug #164811 for details
12362
12363 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12364
12365         * shell/ev-application.c: (ev_application_open):
12366         * shell/ev-document-types.c:
12367         
12368         Fix build error and small problem with application exit
12369
12370 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12371
12372         * thumbnailer/Makefile.am:
12373         * thumbnailer/evince-thumbnailer-djvu.schemas:
12374         * thumbnailer/evince-thumbnailer-dvi.schemas:
12375         
12376         Conditionally install schemas for djvu/dvi thumbnailer
12377
12378 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12379
12380         * shell/ev-document-types.h: 
12381         * shell/ev-document-types.c: 
12382         New files, handling the mapping from mimetypes to backends
12383         
12384         * shell/ev-window.c: 
12385         * thumbnailer/evince-thumbnailer.c:     
12386         Use the ev-document-types code
12387         
12388         * shell/Makefile.am: 
12389         Added new convenience library libevbackendfactory_la, containing
12390         the new mimetype->backend logic; moved the backends into it.
12391
12392         * thumbnailer/Makefile.am:
12393         Make the thumbnailer link with the libevbackend.la convenience
12394         library, rather than having a duplicate of the backend logic here.
12395
12396 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12397
12398         * shell/ev-stock-icons.c: constify some vars.
12399         * shell/ev-window.c: ditto.
12400
12401 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12402
12403         * ps/ps-document.c (get_page_orientation):
12404
12405         Respect document orientation 
12406
12407 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12408
12409         * djvu/Makefile.am:
12410         * dvi/Makefile.am:
12411         * shell/Makefile.am:
12412         
12413         Move library dependencies to components.
12414         
12415         * shell/ev-window.c: (update_window_title),
12416         (start_loading_document):
12417         
12418         Fix display of uris with spaces. Bug 168358.
12419
12420 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12421
12422         * shell/ev-sidebar-links.c: (selection_changed_cb):
12423         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12424         (ev_view_button_release_event), (ev_view_set_document):
12425         * shell/ev-view.h:
12426         * shell/ev-window.c: (find_bar_search_changed_cb):
12427         * shell/ev-window.h: Minor cleanups removing some dead code.
12428
12429 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12430
12431         * backend/ev-page-cache.c: (_ev_page_cache_new):
12432         
12433         Set current page to 0 if document has pages.
12434
12435 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12436
12437         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12438
12439         Initialize GError to NULL, fix a crash when loading fails.
12440
12441 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12442
12443         * shell/ev-window.c: (update_view_size):
12444
12445         Calculate shadow size only when there is actually
12446         a shadow.
12447
12448 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12449
12450         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12451         * shell/ev-view.h:
12452
12453         Allow setting view spacing, default to 0
12454
12455         * shell/ev-window.c: (ev_window_unfullscreen),
12456         (ev_window_cmd_view_fullscreen), (ev_window_init):
12457
12458         Remove spacing in fullscreen mode
12459
12460 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12461
12462         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12463         (ev_view_size_request), (expose_bin_window),
12464         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12465         * shell/ev-view.h:
12466         * shell/ev-window.c: (ev_window_unfullscreen),
12467         (ev_window_cmd_view_fullscreen):
12468
12469         Do not draw the border in fulscreen
12470
12471 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12472
12473         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12474         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12475         (find_page_at_location), (page_changed_cb):
12476
12477         Rework border calculation, so that I can more easily disable it.
12478         Code somewhat cleaner too.
12479
12480 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12481
12482         * backend/ev-page-cache.c: (ev_page_cache_init),
12483         (_ev_page_cache_new):
12484
12485         Remove some assertions, documents can have 0 pages.
12486         Make initial current page -1.
12487
12488         * shell/ev-page-action.c: (page_changed_cb):
12489
12490         Show "" if current page is -1
12491
12492         * shell/ev-window.c: (update_action_sensitivity),
12493         (ev_window_setup_document):
12494
12495         When document has 0 pages do not set the view
12496         and make nearly everything insensitive.
12497
12498 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12499
12500         * shell/ev-page-view.c:
12501         * shell/ev-page-view.h:
12502
12503         Remove unused files.
12504         
12505         * shell/ev-sidebar-thumbnails.c:
12506         (ev_sidebar_thumbnails_set_document):
12507         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12508         (ev_sidebar_supports_document):
12509         * shell/ev-sidebar.h:
12510         * shell/ev-window.c: (ev_window_setup_document):
12511         
12512         Doesn't show thumbnails if document has 1 page. Make
12513         sidebar menu entries sensitive only if if they have 
12514         sense. Fix bug 164811. 
12515
12516 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12517
12518         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12519         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12520         (ev_view_zoom_out), (ev_view_set_size):
12521
12522         Rework sizing to deal with documents with not uniform page
12523         size.
12524
12525 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12526
12527         * backend/ev-page-cache.c: (_ev_page_cache_new):
12528
12529         Fix several page size caching bugs
12530
12531 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12532
12533         * shell/ev-window.c: (set_action_properties):
12534
12535         Make all toolbar items translatable
12536
12537 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12538
12539         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12540         (save_page_list), (ps_document_save),
12541         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12542         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12543         (ps_document_ps_exporter_iface_init):
12544         * ps/ps-document.h:
12545
12546         Based on a patch by J�rg Billeter <j@bitron.ch>
12547         
12548         Implement print and save a copy for the ps backend.
12549
12550 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12551
12552         * backend/ev-document.h:
12553         * djvu/djvu-document.c: (djvu_document_can_get_text),
12554         (djvu_document_document_iface_init):
12555         * dvi/dvi-document.c: (dvi_document_can_get_text),
12556         (dvi_document_document_iface_init):
12557         * pdf/ev-poppler.cc:
12558         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12559         (pixbuf_document_document_iface_init):
12560         * ps/ps-document.c: (ps_document_can_get_text),
12561         (ps_document_document_iface_init):
12562         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12563         * shell/ev-window.c: (update_action_sensitivity):
12564
12565         Fix the crash when trying to copy in backends that doesnt
12566         support it. We can implement a better solution once we
12567         do real text selection.
12568
12569 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12570
12571         * data/evince-ui.xml:
12572         * shell/ev-window.c: (ev_window_cmd_escape):
12573         
12574         Work around the Escape conflict (find bar and unfullscreen)
12575
12576 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12577
12578         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12579         
12580         Fix for #300233. Next page correctly handles document end.
12581         
12582         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12583         (ev_sidebar_thumbnails_class_init),
12584         (ev_sidebar_thumbnails_set_document),
12585         (ev_sidebar_thumbnails_clear_job),
12586         (ev_sidebar_thumbnails_clear_model):
12587         
12588         Cleanup thumbnail jobs on document changes.
12589         
12590         * shell/ev-view.c: (add_scroll_binding_keypad),
12591         (add_scroll_binding_shifted), (ev_view_class_init):
12592         
12593         Shift + Space scrolls up. Fix for #173184
12594         
12595         * shell/ev-window.c: (ev_window_open_page),
12596         (ev_window_cmd_view_reload):
12597         
12598         Fix reload (Bug #300094)
12599
12600 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12601
12602         
12603         * dvi/mdvi-lib/assoc.c:
12604         * dvi/mdvi-lib/assoc.h: Removed garbage files
12605         
12606         * dvi/mdvi-lib/bitmap.c:
12607         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12608         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12609         * dvi/mdvi-lib/color.h: Antialias of rules
12610         
12611         * dvi/mdvi-lib/common.h:
12612         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12613         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12614         * dvi/mdvi-lib/files.c:
12615         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12616         * dvi/mdvi-lib/mdvi.h:
12617         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12618         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12619         * dvi/mdvi-lib/util.c: Fix compile warnings
12620         
12621         * dvi/dvi-document.c:
12622         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12623         (dvi_document_thumbnails_get_thumbnail),
12624         (dvi_document_document_thumbnails_iface_init):
12625         * dvi/mdvi-lib/Makefile.am:
12626         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12627         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12628         
12629         Dvi backend now renders thumbnails
12630
12631 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12632
12633         * shell/main.c: (main): 
12634         
12635         Save accelerators on exit. Fixes bug #172095.
12636
12637 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12638
12639         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12640         update priority" comment.
12641
12642         * backend/ev-job-queue.c: Give a way to change priority.
12643
12644 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12645
12646         * shell/ev-page-action.c: Fix logic.
12647
12648 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12649
12650         * shell/ev-view.c: (ev_view_can_find_next):
12651         * shell/ev-window.c: (ev_window_setup_document):
12652
12653         Check that the document supports find
12654
12655 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12656
12657         * data/evince-ui.xml:
12658         * shell/ev-view.c: (ev_view_can_find_next):
12659         * shell/ev-view.h:
12660         * shell/ev-window.c: (update_action_sensitivity),
12661         (find_changed_cb), (ev_window_setup_document),
12662         (ev_window_cmd_edit_find_next):
12663
12664         Add Edit->Find Next
12665
12666 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12667
12668         * pdf/ev-poppler.cc:
12669         * shell/ev-print-job.c: (idle_print_handler):
12670
12671         Make printing work again
12672
12673 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12674
12675         * shell/ev-page-action.h:
12676         * shell/ev-page-action.c: (ev_page_action_widget_init),
12677         (ev_page_action_widget_class_init), (page_changed_cb),
12678         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12679         (get_filter_model_from_model), (match_selected_cb),
12680         (display_completion_text), (match_completion), (update_model),
12681         (connect_proxy), (ev_page_action_set_property),
12682         (ev_page_action_get_property), (ev_page_action_set_document),
12683         (ev_page_action_set_model), (ev_page_action_class_init): Big
12684         reworking to make completions work iff we have >= GTK-2.7.0
12685                 
12686         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12687         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12688         (job_finished_cb): We now have a 'model' property that is set when
12689         the links are loaded.  This can be caught with "notify::model"
12690
12691         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12692         listen for the model to be set, and propagate it to the action.
12693
12694 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12695
12696         * cut-n-paste/recent-files/egg-recent-item.c:
12697         (egg_recent_item_set_uri), (make_valid_utf8),
12698         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12699         * cut-n-paste/recent-files/egg-recent-item.h:
12700         
12701         Update egg-recent from libegg. This should fix long
12702         startup problem. For details see
12703         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12704
12705 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12706
12707         * cut-n-paste/recent-files/Makefile.am:
12708         * data/evince-ui.xml, shell/Makefile.am:
12709         * shell/ev-application.c, shell/ev-application.h:
12710         * shell/ev-window.c: Recent files support.
12711         
12712         * configure.ac: Added "ru" to ALL_LINGUAS.
12713         
12714         * dvju: new backend to support DJVU files.
12715         * dvi: new backend to support DVI.
12716
12717         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12718         * ev-application.c: Support for new backends.
12719         
12720         * help, ev-window.c, main.c shell/Makefile.am: 
12721         Evince user documentation.
12722
12723 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12724
12725         * po/POTFILES.in:
12726         * shell/ev-window.c:
12727         * thumbnailer/evince-thumbnailer.c:
12728
12729         s/pdf-document/ev-poppler
12730
12731 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12732
12733         * NEWS:
12734         * configure.ac:
12735
12736         Release 0.2.0
12737
12738         * ps/ps-document.c: (setup_pixmap):
12739
12740         Remove debug code
12741
12742 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12743
12744         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12745         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12746         (ev_window_cmd_go_first_page): Fix of by one errors.
12747
12748 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12749
12750         * ps/ps-document.c: (get_page_box):
12751
12752         Fix page size calculation
12753
12754 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12755
12756         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12757         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12758         (get_page_orientation), (setup_page), (document_load),
12759         (ps_document_get_page_size), (render_pixbuf_idle):
12760         * ps/ps-document.h:
12761
12762         More refactoring to adapt to EvDocument changes
12763
12764 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12765
12766         * ps/ps-document.c: (start_interpreter):
12767
12768         Actually add alpha args
12769
12770 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12771
12772         * pdf/ev-poppler.cc:
12773
12774         Make clipboard work again
12775
12776 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12777
12778         Make searching work again.
12779         
12780         * backend/ev-document.c:
12781         * backend/ev-document.h:
12782         * backend/ev-document-find.c:
12783         * backend/ev-document-find.h: Change EvDocumentIface so we no
12784         longer store the current page or zoom level in the document.  The
12785         consequence is that all calls that operate on the current page now
12786         instead take the page number as an extra argument, and all
12787         coordinates are now doubles in document coordinate system.
12788
12789         * pdf/ev-poppler.cc:
12790         * pixbuf/pixbuf-document.c:
12791         * ps/ps-document.c: Update backends accordingly.
12792
12793 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12794
12795         * autogen.sh:
12796
12797         Add required gettext version
12798
12799 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12800
12801         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12802         make F1 bring up non-existent help.
12803
12804         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12805         epiphany's find bar, #167477
12806
12807         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12808         <emil@nishra.com> to add space-bar scrolling, 
12809
12810         * shell/ev-window.c (static GtkActionEntry entries): add default
12811         keybinding for Help (F1)
12812         Fixes #171068
12813
12814         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12815         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12816         170110
12817
12818 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12819
12820         * Makefile.am: 
12821         * pixbuf/pixbuf-document.c: 
12822
12823         Got pixbuf backend working again
12824
12825 2005-04-01  Steve Murphy  <murf@e-tools.com>
12826
12827         * configure.in: Added "rw" to ALL_LINGUAS.
12828
12829 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12830
12831         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12832         model types, noticed by Martin Kretzschmar.
12833
12834 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12835
12836         * pdf/ev-poppler.cc: Implement search based on
12837         poppler_page_find_text().  Currently a bit crude since we remember
12838         all matches from all pages.  Also, we grab the big document lock
12839         when we search since searching changes the underlying stream and
12840         thus conflicts with the rendering thread.
12841         
12842         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12843         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12844         (ev_view_find_previous): Fix some page indexes to be 0 based,
12845         offset rubber band by view offset,
12846
12847 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12848
12849         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12850
12851 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12852
12853         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12854         completely because I didn't understand GtkActions.  I should
12855         read Marco's code more carefully in the future.
12856
12857         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12858         function
12859
12860 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12861
12862         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12863         PopplerRectangle change from poppler CVS.
12864
12865 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12866
12867         * backend/ev-document.c: (ev_document_get_page_label):
12868         * backend/ev-document.h:
12869         * backend/ev-page-cache.c: (_ev_page_cache_new),
12870         (ev_page_cache_get_page_label):
12871         * backend/ev-page-cache.h:
12872         * pdf/ev-poppler.cc:
12873         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12874         (links_page_num_func):
12875         * shell/ev-sidebar-thumbnails.c:
12876         (ev_sidebar_thumbnails_set_document):
12877         * shell/ev-view.c: (status_message_from_link),
12878         (ev_view_motion_notify_event):
12879         * shell/ev-window.c: (document_supports_sidebar): Add in page
12880         label support.  It's not perfect yet, but it's the first 'feature'
12881         in a while.
12882         Also, fix a bogus comment noticed by crispin. 
12883
12884 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12885
12886         * Makefile.am: Remove pixbuf backend for now
12887
12888         * configure.ac: Require poppler-glib instead of just poppler.
12889
12890         * backend/ev-document-thumbnails.h: Add a comment
12891
12892         * backend/ev-document.h:
12893         * backend/ev-document.c: (ev_document_class_init),
12894         (ev_document_load), (ev_document_get_link),
12895         (ev_document_get_links): Remove 3 methods and add get_links.
12896         Also, made 0 based.
12897
12898         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12899         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12900
12901         * backend/ev-link.c: (ev_link_set_title),
12902         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12903         (ev_link_mapping_find):
12904         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12905         
12906         * backend/ev-page-cache.c: (ev_page_cache_init),
12907         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12908         (ev_page_cache_get_size), (ev_page_cache_next_page),
12909         (ev_page_cache_prev_page): Fix to be 0 based.
12910
12911         * pdf/Makefile.am: 
12912         * pdf/ev-poppler.h:
12913         * pdf/ev-poppler.cc: New backend.
12914         
12915         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12916         (ps_document_get_page), (ps_document_document_iface_init):
12917
12918         * shell/ev-pixbuf-cache.h:
12919         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12920         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12921         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12922         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12923         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12924         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12925         based.
12926         
12927         * shell/ev-sidebar-thumbnails.c:
12928         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12929         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12930
12931         * shell/ev-view.c: (status_message_from_link),
12932         (find_page_at_location), (get_link_at_location),
12933         (ev_view_motion_notify_event), (ev_view_button_release_event),
12934         (ev_view_init): Use the new link code.  Fix to be 0 based.
12935
12936         * shell/ev-window.c: (update_action_sensitivity),
12937         (document_supports_sidebar): 0 based.
12938
12939 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12940
12941         * pdf/pdf-document.cc: Patch from Fernando Herrera
12942         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12943         *blush*
12944
12945 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12946
12947         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12948         1 to the page, as this seems to be 1 based.  I thought we has this
12949         fixed.  grump.
12950
12951 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12952
12953         * TODO:
12954         * backend/Makefile.am:
12955         * backend/ev-document-links.c:
12956         (ev_document_links_has_document_links),
12957         (ev_document_links_get_links_model):
12958         * backend/ev-document-links.h:
12959         * backend/ev-document.c: (ev_document_get_page_cache),
12960         (ev_document_get_doc_mutex), (ev_document_load),
12961         (ev_document_save), (ev_document_get_title),
12962         (ev_document_get_n_pages), (ev_document_set_page),
12963         (ev_document_get_page), (ev_document_set_target),
12964         (ev_document_set_scale), (ev_document_set_page_offset),
12965         (ev_document_get_page_size), (ev_document_get_text),
12966         (ev_document_get_link), (ev_document_render),
12967         (ev_document_render_pixbuf), (ev_document_scale_changed):
12968         * backend/ev-document.h:
12969         * backend/ev-job-queue.c: (remove_object_from_queue),
12970         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12971         (no_jobs_available_unlocked), (ev_render_thread),
12972         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12973         (ev_job_queue_remove_job):
12974         * backend/ev-job-queue.h:
12975         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12976         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12977         (ev_job_links_class_init), (ev_job_render_init),
12978         (ev_job_render_dispose), (ev_job_render_class_init),
12979         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12980         (ev_job_thumbnail_class_init), (ev_job_finished),
12981         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12982         (ev_job_render_run), (ev_job_thumbnail_new),
12983         (ev_job_thumbnail_run):
12984         * backend/ev-jobs.h:
12985         * backend/ev-link.c:
12986         * backend/ev-link.h:
12987         * backend/ev-page-cache.c: (ev_page_cache_init),
12988         (ev_page_cache_class_init), (ev_page_cache_finalize),
12989         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12990         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12991         (ev_page_cache_set_link), (ev_page_cache_get_title),
12992         (ev_page_cache_get_size), (ev_page_cache_next_page),
12993         (ev_page_cache_prev_page):
12994         * backend/ev-page-cache.h:
12995         * pdf/pdf-document.cc:
12996         * ps/gsdefaults.c:
12997         * ps/gsdefaults.h:
12998         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12999         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13000         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13001         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13002         (is_interpreter_ready), (output), (catchPipe), (input),
13003         (start_interpreter), (check_filecompressed), (compute_dimensions),
13004         (ps_document_enable_interpreter), (document_load),
13005         (ps_document_next_page), (render_page), (ps_document_set_page),
13006         (ps_document_set_scale), (render_pixbuf_idle),
13007         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13008         * ps/ps-document.h:
13009         * shell/Makefile.am:
13010         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13011         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13012         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13013         (ev_pixbuf_cache_new), (job_finished_cb),
13014         (check_job_size_and_unref), (move_one_job),
13015         (ev_pixbuf_cache_update_range), (find_job_cache),
13016         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13017         (ev_pixbuf_cache_add_jobs_if_needed),
13018         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13019         * shell/ev-pixbuf-cache.h:
13020         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13021         (idle_print_handler):
13022         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13023         (selection_changed_cb), (create_loading_model),
13024         (ev_sidebar_links_construct), (links_page_num_func),
13025         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13026         (update_page_callback), (job_finished_cb),
13027         (ev_sidebar_links_set_document):
13028         * shell/ev-sidebar-thumbnails.c:
13029         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13030         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13031         (page_changed_cb), (thumbnail_job_completed_callback),
13032         (ev_sidebar_thumbnails_set_document):
13033         * shell/ev-sidebar-thumbnails.h:
13034         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13035         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13036         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13037         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13038         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13039         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13040         (ev_view_button_release_event), (ev_view_scroll_view),
13041         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13042         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13043         (ev_view_new), (job_finished_cb), (page_changed_cb),
13044         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13045         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13046         (ev_view_find_previous):
13047         * shell/ev-view.h:
13048         * shell/ev-window.c: (update_action_sensitivity),
13049         (ev_window_open_page), (update_window_title), (update_total_pages),
13050         (page_changed_cb), (ev_window_setup_document),
13051         (password_dialog_response), (ev_window_cmd_save_as),
13052         (ev_window_print), (ev_window_cmd_go_previous_page),
13053         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13054         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13055         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13056         * shell/main.c: (main):
13057
13058         Merge evince-threads branch
13059
13060 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13061
13062         * configure.ac: Added "lt" to ALL_LINGUAS.
13063
13064 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13065
13066         * NEWS:
13067         * configure.ac:
13068
13069         Release 0.1.9
13070
13071 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13072
13073         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13074
13075         Fix here also the thumbnails 1-basedness :)
13076
13077 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13078
13079         * NEWS:
13080         * configure.ac:
13081
13082         Release 0.1.8
13083
13084 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13085
13086         * pdf/pdf-document.cc:
13087         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13088         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13089
13090         Fix the mess we did with thumbnails and 1-basedness
13091
13092 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13093
13094         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13095
13096 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13097
13098         * NEWS:
13099         * configure.ac:
13100
13101         Release 0.1.7
13102
13103 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13104
13105         * ps/Makefile.am:
13106         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13107         (gtk_gs_defaults_get_alpha_parameters),
13108         (gtk_gs_defaults_get_ungzip_cmd),
13109         (gtk_gs_defaults_get_unbzip2_cmd):
13110         * ps/gsdefaults.h:
13111         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13112         (ps_document_get_orientation), (document_load),
13113         (ps_document_goto_page), (ps_document_set_page_size):
13114         * ps/ps-document.h:
13115
13116         Some more sanitization of the ps backend. Remove a lot
13117         of unused code and do not base our defaults on ggv
13118         preferences (ugh!)
13119
13120 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13121
13122         * thumbnailer/evince-thumbnailer.schemas:
13123         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13124         (main): add -s option for thumbnail size.
13125
13126 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13127
13128         * configure.ac:
13129
13130         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13131         remove it.
13132
13133 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13134
13135         * pdf/pdf-document.cc:
13136
13137         Remove 4 pixels of useless border from the
13138         thumbnail.
13139
13140 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13141
13142         * backend/ev-document-thumbnails.c:
13143         (ev_document_thumbnails_get_thumbnail):
13144         * backend/ev-document-thumbnails.h:
13145
13146         Rework API a bit. Add a border flag and
13147         change sizing logic (now the size we specify
13148         applies to the bigger dimension).
13149
13150         * pdf/pdf-document.cc:
13151         * pixbuf/pixbuf-document.c:
13152         (pixbuf_document_thumbnails_get_thumbnail):
13153         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13154         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13155
13156         Adapt to the new API and do not draw a border for nautilus
13157         thumbnailer.
13158
13159 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13160
13161         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13162         take thumbnails from page "0" instead of "1". Added a copyright header.
13163
13164 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13165
13166         * ps/ps-document.c: (set_up_page), (start_interpreter):
13167
13168         Make it C89 compliant
13169
13170 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13171
13172         * Makefile.am:
13173         * configure.ac:
13174         * pdf/.cvsignore:
13175         * pdf/pdf-document.cc:
13176         * thumbnailer/Makefile.am:
13177         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13178         (main):
13179         * thumbnailer/evince-thumbnailer.schemas:
13180         * thumbnailer/pdf-icon.png:
13181
13182         Add a nautilus thumbnailer.
13183         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13184
13185 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13186
13187         * NEWS:
13188         * configure.ac:
13189         * po/POTFILES.in:
13190
13191         Release 0.1.6
13192
13193 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13194
13195         Use poppler instead of including xpdf source code.  Poppler is a
13196         fork of xpdf to build it as a shared library. See
13197         http://freedesktop.org/wiki/Software/poppler.
13198
13199         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13200         xpdf fork.
13201         
13202         * pdf/Makefile.am: Build libpdfdocument.a here.
13203         
13204         * pdf/GDKSplashOutputDev.cc:
13205         * pdf/GDKSplashOutputDev.h:
13206         * pdf/GnomeVFSStream.cc:
13207         * pdf/GnomeVFSStream.h:
13208         * pdf-document.cc:
13209         * pdf-document.h:
13210         * test-gdk-output-dev.cc
13211         * Thumb.cc:
13212         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13213         against poppler.
13214
13215 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13216
13217         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13218
13219         Clear idle stack before unsetting the document
13220
13221 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13222
13223         * ps/ps-document.c: (ps_document_widget_event),
13224         (ps_document_set_target), (ps_document_finalize),
13225         (ps_document_get_page):
13226
13227         Disconnect the widget event signal on finalize.
13228         Some code cleanups.
13229
13230 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13231
13232         * ps/ps-document.c: (set_up_page):
13233
13234         If there is no bpixmap create one, even if size
13235         is not changed.
13236
13237 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13238
13239         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13240         (set_up_page), (document_load), (ps_document_set_zoom):
13241
13242         Default page is 0. Calculate size even when we have no
13243         target yet.
13244
13245 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13246
13247         * shell/ev-sidebar.c: expand the selection widget to be always as
13248         wide as the sidebar
13249
13250 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13251
13252         * shell/ev-sidebar-thumbnails.c:
13253         (ev_sidebar_thumbnails_set_document):
13254
13255         Clear the list store when setting document
13256
13257 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13258
13259         * shell/ev-page-action.c: (update_entry), (sync_entry),
13260         (activate_cb), (entry_size_request_cb), (create_tool_item),
13261         (connect_proxy):
13262
13263         Use an entry for the page control instead of spinbuttons
13264
13265 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13266
13267         * data/evince.schemas.in:
13268
13269         Correct confusing string
13270
13271 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13272
13273         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13274         for real.  Gosh, how long has this been broken.
13275
13276         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13277         check for a NULL link.  We crash otherwise.
13278
13279 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13280
13281         * NEWS:
13282         * configure.ac:
13283
13284         Release 0.1.5
13285
13286 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13287
13288         * configure.ac: add the french translation.
13289
13290 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13291
13292         * shell/ev-window.c:
13293
13294         Remove unused header -> fix distcheck
13295
13296 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13297
13298         * shell/ev-window.c: (update_window_title),
13299         (ev_window_popup_password_dialog):
13300
13301         Unescape filename for display
13302
13303 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13304
13305         * pdf/xpdf/pdf-document.cc:
13306
13307         In get_page_size deal with rotation. Also
13308         cleanup the function a bit.
13309
13310 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13311
13312         * pdf/xpdf/pdf-document.cc:
13313
13314         Fix crash when opening in new window
13315
13316 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13317
13318         * configure.ac:
13319
13320         Check ghostscript >= 7
13321
13322 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13323
13324         * shell/ev-window.c:
13325
13326         Make page width the default sizing mode
13327
13328 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13329         Marco Pesenti Gritti <marco@gnome.org>
13330
13331         * shell/ev-window.c: Remember the sidebar size
13332
13333         * data/evince.schemas.in: Add a new gconf key to store the size of
13334         the sidebar
13335
13336 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13337
13338         * data/evince-ui.xml:
13339         * shell/ev-window.c: (update_action_sensitivity),
13340         (ev_window_cmd_view_reload):
13341         
13342         Add a "Reload" action and menu entry
13343
13344 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13345
13346         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13347         iff the type doesn't support thumbnailing and indexing.
13348
13349 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13350
13351         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13352
13353 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13354
13355         * pdf/splash/Splash.cc:
13356
13357         Port fix for a crasher from kde bug
13358         http://bugs.kde.org/show_bug.cgi?id=97131
13359
13360 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13361
13362         * pdf/xpdf/pdf-document.cc:
13363
13364         Return a link even if it's of an unrecognized
13365         type. Otherwise we go in an infinte cycle.
13366
13367 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13368
13369         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13370         (size_allocate_cb), (ev_window_set_sizing_mode):
13371
13372         Update size when switching mode
13373
13374 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13375
13376         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13377         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13378         (ev_window_cmd_view_normal_size):
13379
13380         Fix size toggle buttons behavior
13381
13382 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13383
13384         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13385         (doc_rect_to_view_rect), (ev_view_size_allocate),
13386         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13387         (scale_changed_callback):
13388
13389         Do not cache offsets in size_allocate.
13390
13391 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13392
13393         * shell/ev-view.c: (ev_view_size_allocate):
13394
13395         Calculate offsets before calling the parent
13396         class (which does a redraw)
13397
13398 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13399
13400         * pdf/xpdf/pdf-document.cc:
13401
13402         Fix a crasher on exit. Unused code, put a TODO
13403
13404 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13405
13406         * backend/ev-document.c: (ev_document_class_init),
13407         (ev_document_page_changed), (ev_document_scale_changed):
13408         * backend/ev-document.h:
13409
13410         Separate page/scale notifications
13411
13412         * pdf/xpdf/pdf-document.cc:
13413
13414         Emit the new signals.
13415         Do not display the pdf page in _render, do it
13416         when scale/page are requested.
13417
13418         * ps/ps-document.c: (ps_document_set_zoom),
13419         (ps_document_widget_event):
13420         * ps/ps-document.h:
13421
13422         Emit the new signals.
13423
13424         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13425         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13426         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13427         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13428         * shell/ev-view.h:
13429         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13430         (ev_window_cmd_view_page_width), (size_allocate_cb),
13431         (ev_window_set_sizing_mode):
13432
13433         Rework sizing to be pixel based.
13434         There are bugs but should be already way better.
13435
13436 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13437
13438         * shell/ev-window.c: (ev_window_init):
13439
13440         Do not allow to shrink sidebar smaller then
13441         child requisition
13442
13443 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13444
13445         * shell/ev-sidebar.[ch]
13446         * shell/ev-window.c:
13447
13448         Improved sidebar widget. Fixes #166683
13449
13450 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13451
13452         * shell/ev-view.c (update_find_status_message): Give translators
13453         more flexibility with ngettext plural handling.
13454
13455 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13456
13457         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13458         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13459         page when we get the page size.
13460
13461 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13462
13463         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13464
13465         ps pages are 0 based, convert 
13466
13467 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13468
13469         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13470
13471         Initialize correct parent class. Set GError on document load
13472
13473 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13474
13475         * pdf/xpdf/pdf-document.cc:
13476
13477         Fixup selection offset calculation
13478
13479         * shell/ev-view.c: (view_rect_to_doc_rect),
13480         (doc_rect_to_view_rect), (ev_view_size_allocate),
13481         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13482         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13483
13484         Store selection as document relative, so that zooming
13485         and offset changing doesnt break it.
13486
13487 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13488
13489         * shell/ev-view.c: (ev_view_best_fit):
13490
13491         Do not try to best fit if the view is not realized
13492
13493 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13494           
13495         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13496
13497 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13498
13499         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13500
13501 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13502
13503         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13504         the popup window.  That prevents it resizing when in full screen
13505         mode.
13506
13507         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13508         multiple rerenders.  This pretty much sucks.
13509
13510         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13511         rest of the toolbar.
13512
13513 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13514
13515         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13516
13517 2005-02-17  Alexander Shopov  <ash@contact.bg>
13518
13519         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13520
13521 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13522
13523         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13524
13525 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13526
13527         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13528         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13529         (set_document_page), (document_changed_callback),
13530         (ev_view_set_document), (ev_view_find_previous),
13531         (ev_view_hide_cursor), (ev_view_show_cursor):
13532         * shell/ev-view.h:
13533         * shell/ev-window.c: (update_chrome_visibility),
13534         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13535         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13536         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13537         (ev_window_unfullscreen):
13538         * shell/main.c: (main):
13539
13540         Automatically hide the fullscreen button.
13541         Patch by Kristian Høgsberg <krh@redhat.com>
13542
13543 2005-02-16  Vincent Noel  <vnoel@cox.net>
13544
13545         * shell/main.c (main): Specify an icon for the window. Patch by
13546         Jaap A. Haitsma. Fixes #166177.
13547
13548 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13549
13550         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13551
13552 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13553
13554         * backend/ev-document-misc.h:
13555         * backend/ev-document-misc.c:
13556         (ev_document_misc_get_page_border_size),
13557         (ev_document_misc_paint_one_page): New function to canonicalize
13558         sizing/painting a border.
13559
13560         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13561         used.
13562
13563         * pdf/xpdf/pdf-document.cc: use new function
13564
13565         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13566         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13567         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13568         shell/ev-window.c: (update_sizing_buttons),
13569         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13570         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13571         (ev_window_cmd_view_page_width), (size_allocate_cb),
13572         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13573         and "fit width" values act as toggle buttons so they stay
13574         toggled.  It's not 100% perfect, and it's a little slow, but it's
13575         good enough to commit I think.
13576
13577 2005-02-15  David Lodge  <dave@cirt.net>
13578
13579         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13580
13581 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13582
13583         * shell/ev-window.c (update_window_title): replace newlines in
13584         the title by spaces. Bug #166107.
13585
13586 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13587
13588         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13589         parameters providing allocation width and height without
13590         scrollbars and width of a possible vertical scrollbar. With this
13591         additional information the functions can work as
13592         intended. Unfortunately they're not idempotent. We should
13593         transform these commands to toggles. Fixes Bug #164976
13594         Initial patch by Stephane Loeuillet, then heavily modified.
13595
13596         * shell/ev-view.h: update prototypes.
13597
13598         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13599         (ev_window_cmd_view_page_width): provide EvView fit functions with
13600         all the information they need. Formulas to calculate this
13601         information taken from GtkScrolledWindow.
13602
13603 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13604
13605         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13606         created a thumbnail, the list store is updated to know
13607         that the thumbnail is set. Fixes bug #166792
13608
13609 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13610
13611         * shell/ev-window.c: fixed typo, closes bug 166897
13612
13613         * TODO: updated TODO with bug numbers that are relevant
13614
13615 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13616
13617         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13618
13619 2005-02-09  Vincent Noel  <vnoel@cox.net>
13620
13621         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13622         and "Next" toolbar buttons as important to make them stand out.
13623
13624 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13625
13626         * lib/ev-debug.c:
13627         * lib/ev-debug.h:
13628         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13629         (start_interpreter), (stop_interpreter), (document_load),
13630         (ps_document_next_page), (ps_document_goto_page),
13631         (ps_document_set_page_size), (ps_document_widget_event),
13632         (ps_document_render):
13633         * shell/ev-page-view.c: (ev_page_view_dispose):
13634         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13635
13636         Fix compilation on non-gcc platforms
13637
13638 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13639
13640         * NEWS:
13641         * configure.ac:
13642
13643         Release 0.1.4
13644
13645         * pdf/xpdf/Catalog.cc:
13646         * pdf/xpdf/XRef.cc:
13647
13648         Fix the fix for CAN-2004-0888
13649
13650 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13651
13652         * data/Makefile.am:
13653         * data/evince-ui.xml:
13654         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13655         * shell/ev-stock-icons.h:
13656         * shell/ev-window.c: (update_action_sensitivity),
13657         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13658         (set_action_properties):
13659
13660         Improve toolbar layout/icons
13661
13662 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13663
13664         * pdf/xpdf/pdf-document.cc:
13665
13666         Add warnings about unimplemented/unknown link
13667         types.
13668
13669 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13670
13671         * ps/ps-document.c: (set_up_page):
13672
13673         Log gs property
13674
13675 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13676
13677         * ps/ps-document.c: (start_interpreter):
13678
13679         Log gs env var
13680
13681 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13682
13683         * shell/ev-page-view.c: (ev_page_view_dispose):
13684         * shell/ev-view.c: (ev_view_finalize):
13685         * shell/ev-window.c: (ev_window_setup_document),
13686         (ev_window_dispose), (ev_window_init):
13687
13688         Solve more refs issues.
13689
13690         I commented out the page_view initialization for now:
13691         it was never destroyed (because it's never added
13692         to a container). Because of that we was leaking
13693         gs processes. Couldnt think to a clean fix.
13694         We need to figure this out, password view has the
13695         same issue probably.
13696
13697 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13698
13699         * ps/ps-document.c: (ps_document_finalize),
13700         (ps_document_get_n_pages), (ps_document_get_page):
13701
13702         Some cleanups, stop the interpreter on finalize
13703
13704         * shell/ev-page-view.c: (ev_page_view_dispose),
13705         (ev_page_view_class_init):
13706
13707         Release our reference on the document
13708
13709 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13710
13711         * Makefile.am:
13712         * configure.ac:
13713         * doc/debugging.txt:
13714         * lib/.cvsignore:
13715         * lib/Makefile.am:
13716         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13717         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13718         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13719         * lib/ev-debug.h:
13720
13721         Add debugging helpers
13722
13723         * ps/Makefile.am:
13724         * ps/ps-document.c: (set_up_page), (start_interpreter),
13725         (stop_interpreter), (document_load), (ps_document_next_page),
13726         (ps_document_goto_page), (ps_document_set_page_size),
13727         (ps_document_widget_event), (ps_document_render):
13728         * shell/Makefile.am:
13729         * shell/ev-view.c: (expose_bin_window):
13730         * shell/main.c: (main):
13731
13732         Add some logs
13733         
13734 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13735
13736         * ps/ps-document.c: (ps_document_widget_event):
13737
13738         Initialize message_window, this should make ps
13739         rendering really work! (Never noticed because I was
13740         testing with a ps that is causing gs to exit every time!)
13741
13742 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13743
13744         * data/evince.schemas.in: updated simple error in applyto closing tag
13745
13746 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13747
13748         * Makefile.am:
13749         * configure.ac:
13750         * data/.cvsignore:
13751         * data/Makefile.am:
13752         * data/evince-ui.xml:
13753         A data/evince.schemas.in:
13754         * po/POTFILES.in:
13755         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13756         * shell/ev-stock-icons.h:
13757         * shell/ev-window.c: (update_chrome_visibility),
13758         (update_chrome_flag), (ev_window_cmd_edit_find),
13759         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13760         (ev_window_unfullscreen), (ev_window_focus_in_event),
13761         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13762         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13763         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13764         (ev_window_dispose), (ev_window_class_init),
13765         (set_action_properties), (set_chrome_actions), (load_chrome),
13766         (ev_window_init):
13767
13768         Implement fullscreen mode changes from bug #164776.
13769         Also implement persistent chrome toggles.
13770
13771 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13772
13773         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13774
13775 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13776
13777         * NEWS:
13778         * configure.ac:
13779         * shell/ev-view.c:
13780
13781         Add another check for find interface
13782
13783         Release 0.1.3
13784
13785 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13786
13787         * shell/ev-application.c: (ev_application_open):
13788         * shell/ev-window.c: (ev_window_open):
13789
13790         Open gzipped ps documents
13791
13792 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13793
13794         * TODO:
13795         * shell/ev-view.c: (set_document_page):
13796
13797         Clamp page number, dont try to move to
13798         not existant pages.
13799
13800 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13801
13802         * backend/ev-document-find.c: (ev_document_find_changed):
13803         * backend/ev-document-find.h:
13804         * pdf/xpdf/pdf-document.cc:
13805         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13806         * shell/ev-window.c: (find_bar_search_changed_cb):
13807
13808         Fix several bugs with find
13809
13810 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13811
13812         * shell/ev-sidebar-thumbnails.c
13813         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13814         document. Prevents warning from scroll_to_cell.
13815
13816 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13817
13818         * configure.ac: Add «nb» to ALL_LINGUAS too.
13819
13820 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13821
13822         * NOTES: New file with some random thoughts.
13823
13824         * TODO: Update.
13825
13826         * backend/ev-document-misc.c:
13827         (ev_document_misc_get_page_border_size): New function to
13828         canonicalize shadow drawing sizes.  Possibly goofy.
13829
13830         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13831         (ev_view_best_fit), (ev_view_fit_width):
13832         * pdf/xpdf/pdf-document.cc:
13833         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13834         * ps/ps-document.c: (ps_document_get_page_size):
13835         * backend/ev-document-misc.h:
13836         * backend/ev-document.c: (ev_document_get_page_size):
13837         * backend/ev-document.h: get_page_size now takes a page number
13838         parameter.  Made all the backends/frontends honor it.
13839
13840         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13841         see.  Doesn't work yet.
13842
13843         * shell/Makefile.am:
13844         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13845         Doesn't do anything yet.
13846
13847         * shell/ev-sidebar-thumbnails.c:
13848         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13849         [0..n_pages-1]
13850
13851         * shell/ev-window.c: (update_action_sensitivity),
13852         (ev_window_setup_document), (ev_window_set_page_mode),
13853         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13854         view-swapping code a bit so we can have multiple views on a
13855         document.  Add the multi-page view, though it can't be turned on
13856         yet.
13857
13858 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13859
13860         * shell/ev-application.c: (ev_application_open):
13861         * shell/ev-view.c: (expose_bin_window):
13862         * shell/ev-window.c: (ev_window_open):
13863
13864         Support eps and check document supports find
13865         before drawing highlightings in expose.
13866
13867 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13868
13869         * pixbuf/pixbuf-document.c:
13870         (pixbuf_document_thumbnails_get_dimensions),
13871         (pixbuf_document_document_thumbnails_iface_init):
13872
13873         implement get_dimensions
13874
13875 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13876
13877         * NEWS:
13878         * configure.ac:
13879
13880         Release 0.1.2
13881
13882 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13883
13884         * shell/ev-view.c: (set_document_page):
13885
13886         Scroll at the top of the page when changing page
13887
13888 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13889
13890         * shell/ev-view.c: (ev_view_motion_notify_event):
13891
13892         Do not redraw unnecessarily
13893
13894 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13895
13896         * pdf/xpdf/pdf-document.cc:
13897         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13898         (expose_bin_window), (find_changed_cb):
13899
13900         Yay! find works now... Now to find bugs...
13901
13902 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13903
13904         * backend/ev-document-find.c: (ev_document_find_base_init),
13905         (ev_document_find_changed):
13906         * backend/ev-document-find.h:
13907         * pdf/xpdf/pdf-document.cc:
13908         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13909         (expose_bin_window), (ev_view_init), (set_document_page),
13910         (ensure_rectangle_is_visible), (jump_to_find_result),
13911         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13912         (ev_view_find_next), (ev_view_find_previous):
13913         * shell/ev-view.h:
13914         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13915
13916         More work on find implementation, mostly there now
13917
13918 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13919
13920         * backend/ev-backend-marshalers.list:
13921         * backend/ev-document-find.c: (ev_document_find_base_init),
13922         (ev_document_find_cancel), (ev_document_find_page_has_results),
13923         (ev_document_find_get_n_results), (ev_document_find_get_result),
13924         (ev_document_find_get_progress), (ev_document_find_changed):
13925         * backend/ev-document-find.h:
13926
13927         Enanche the find interface to be really able to do
13928         multi page find.
13929
13930         * pdf/xpdf/pdf-document.cc:
13931
13932         Implement
13933
13934         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13935         (expose_bin_window), (ev_view_init),
13936         (ev_view_get_find_status_message), (find_changed_cb),
13937         (ev_view_set_document), (set_document_page):
13938
13939         Adapt to the new interface. A few things are regressed sorry,
13940         I will finish it soon.
13941
13942 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13943
13944         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13945         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13946         ev_sidebar_thumbnails_parent_class variable, don't define another
13947         parent_class variable.
13948
13949         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13950         (ev_page_action_class_init): ditto.
13951
13952         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13953         (pixbuf_document_class_init): ditto.
13954
13955         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13956         ditto.
13957
13958         * .cvsignore: ignore various valgrind output files.
13959
13960 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13961
13962         * data/evince-ui.xml:
13963         * shell/Makefile.am:
13964         * shell/ev-history.c:
13965         * shell/ev-history.h:
13966         * shell/ev-navigation-action.c:
13967         * shell/ev-navigation-action.h:
13968         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13969         (ev_view_set_page), (ev_view_fit_width):
13970         * shell/ev-view.h:
13971         * shell/ev-window.c: (update_action_sensitivity),
13972         (ev_window_setup_document), (register_custom_actions):
13973
13974         Kill session history
13975
13976 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13977
13978         * shell/ev-window.c: (update_action_sensitivity):
13979
13980         Fix inverted up/down buttons
13981
13982 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13983
13984         * shell/ev-sidebar-thumbnails.c
13985         (ev_sidebar_thumbnails_select_page): make sure the selected
13986         thumbnail stays visible.
13987
13988 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13989
13990         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13991         scrolled window for Federico.
13992
13993 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13994
13995         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13996
13997 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13998
13999         * configure.ac:
14000         * pdf/splash/SplashFTFontEngine.cc:
14001
14002         Fix CID fonts with freetype 2.1.9
14003
14004 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14005
14006         * TODO: added item for desktop icon thumbnailer
14007
14008 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14009
14010         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14011         unloaded docs when the title is accessed.
14012
14013         * shell/ev-password-view.[hc]: New widget for displaying password
14014         state.
14015
14016         * shell/ev-window.[ch]: Refactor password handling code to handle
14017         the new view.
14018
14019 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14020
14021         * NEWS:
14022         * configure.ac:
14023         * data/Makefile.am:
14024
14025         Release 0.1.1
14026
14027 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14028
14029         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14030         ignore page offset here, to make search results independent of it,
14031
14032         * shell/ev-view.c (expose_bin_window): but take offsets into
14033         account here. Bug #164932
14034
14035         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14036         scale at the right time. Bug #164996
14037
14038 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14039
14040         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14041         fix the problem. Now I just removed the Adobe font names and hope
14042         that the URW fonts are always in outline format. Bug #164934
14043
14044         * shell/ev-window.c (update_window_title): empty titles are
14045         useless, use filename in that case too.
14046
14047         * NEWS: Add some content.
14048
14049 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14050
14051         * TODO: added one more TODO item and a TODONE section :)
14052
14053 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14054
14055         * ps/ps-document.h: add page_[xy]_offset fields.
14056
14057         * ps/ps-document.c (ps_document_set_page_offset)
14058         (ps_document_render): Keep offset in consideration in a few
14059         places. Bug #164752 "postscript documents are not centered in
14060         window"
14061
14062         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14063         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14064
14065         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14066         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14067         stub out missing methods for complete EvDocument implementation.
14068         Fixes segfaults with Save A Copy and Copy actions.
14069
14070         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14071         (ps_document_document_iface_init): ditto.
14072         
14073 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14074
14075         * data/.cvsignore:
14076         * data/Makefile.am:
14077         * data/evince.desktop.in:
14078
14079         Add desktop file
14080
14081 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14082
14083         * shell/ev-view.c: (ev_view_button_press_event),
14084         (ev_view_motion_notify_event):
14085
14086         Make selection work in any direction
14087
14088 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14089
14090         * TODO:
14091         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14092
14093         Use shorter labels for some of the toolbars items
14094
14095 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14096
14097         * pdf/xpdf/pdf-document.cc:
14098
14099         Check the links info is initialized before
14100         using it. Should fix a crash on startup.
14101
14102 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14103
14104         * pixbuf/pixbuf-document.c
14105         (pixbuf_document_thumbnails_get_dimensions): force floating point
14106         division to calculate page_ratio. Fixes crash with landscape
14107         format pixbufs.
14108
14109 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14110
14111         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14112
14113 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14114
14115         * shell/ev-view.c (set_document_page): unset has_selection when
14116         the page changes.
14117         (set_document_page): handle paper size changes when the page
14118         changes (test with Free Culture, page 2).
14119
14120 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14121
14122         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14123         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14124
14125         Use normal style color for the widget background and
14126         draw a black box around the page.
14127
14128 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14129
14130         * pdf/xpdf/pdf-document.cc:
14131
14132         Keep offset in consideration in a few places
14133
14134         * shell/ev-view.c: (expose_bin_window):
14135
14136         Set the offsets so that the document is ever centered
14137
14138 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14139
14140         * TODO: Added TODO items and finished off the first todo item
14141
14142         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14143         reflect current authors
14144
14145 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14146
14147         * pdf/xpdf/pdf-document.cc:
14148         * shell/ev-view.c: (ev_view_set_cursor),
14149         (ev_view_motion_notify_event), (document_changed_callback),
14150         (set_document_page):
14151
14152         Show a wait cursor while the page is rendering
14153
14154 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14155
14156         * shell/ev-sidebar-thumbnails.c:
14157         (ev_sidebar_tree_selection_changed),
14158         (ev_sidebar_thumbnails_select_page):
14159         * shell/ev-sidebar-thumbnails.h:
14160         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14161         (ev_view_can_go_forward):
14162         * shell/ev-window.c: (ev_window_open_page),
14163         (ev_window_setup_document), (update_current_page),
14164         (view_page_changed_cb), (ev_window_init):
14165         * shell/ev-window.h:
14166
14167         Ensure thumbnails selection, toolbar page control and
14168         current page are in sync.
14169
14170 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14171
14172         * pdf/xpdf/XRef.cc:
14173
14174         Fix CAN-2005-0064
14175
14176 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14177
14178         * backend/Makefile.am:
14179         * backend/ev-document-links.h:
14180         * backend/ev-document-security.c: (ev_document_security_get_type),
14181         (ev_document_security_has_document_security),
14182         (ev_document_security_set_password):
14183         * backend/ev-document-security.h:
14184         * backend/ev-document.c: (ev_document_error_quark):
14185         * backend/ev-document.h:
14186         * data/Makefile.am:
14187         * data/evince-password.glade:
14188         * pdf/xpdf/pdf-document.cc:
14189         * shell/Makefile.am:
14190         * shell/ev-password.c: (ev_password_set_bad_password_label),
14191         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14192         (ev_password_dialog_get_password),
14193         (ev_password_dialog_set_bad_pass):
14194         * shell/ev-password.h:
14195         * shell/ev-window.c: (ev_window_get_attribute),
14196         (ev_window_set_property), (update_action_sensitivity),
14197         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14198         (ev_window_setup_document), (ev_window_get_password),
14199         (ev_window_open), (ev_window_cmd_save_as),
14200         (using_postscript_printer), (ev_window_print),
14201         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14202         (update_fullscreen_popup), (ev_window_fullscreen),
14203         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14204         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14205         (menu_item_select_cb), (find_bar_search_changed_cb),
14206         (ev_window_dispose), (ev_window_init):
14207
14208         Add initial support for password-supported dialogs.  This could be
14209         a lot cooler, but it'll do for now.
14210
14211 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14212
14213         * pdf/xpdf/pdf-document.cc:
14214         * shell/ev-view.c: (status_message_from_link),
14215         (ev_view_set_status), (ev_view_set_cursor),
14216         (ev_view_motion_notify_event), (ev_view_init):
14217         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14218
14219         Fix bugs in the links implementation and change cursor
14220         when hovering a link.
14221
14222 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14223
14224         * viewer/.cvsignore: added cvsignore file for viewer directory
14225
14226         * TODO: created TODO document
14227
14228 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14229
14230         * shell/ev-view.h:
14231         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14232         new functions to help with implementation of sensitivity code
14233         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14234         of all actions that might require it.  Fixes a crash when you
14235         click on the Zoom actions in a window lacking a document.
14236
14237 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14238
14239         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14240         of the Find action
14241
14242 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14243
14244         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14245         (pixbuf_document_document_iface_init):
14246         * ps/ps-document.c: (ps_document_get_link),
14247         (ps_document_document_iface_init):
14248         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14249         (status_message_from_link), (ev_view_set_status),
14250         (ev_view_set_find_status), (ev_view_motion_notify_event),
14251         (ev_view_button_release_event), (ev_view_set_property),
14252         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14253         (ev_view_get_find_status_message), (update_find_results),
14254         (ev_view_get_status), (ev_view_get_find_status):
14255         * shell/ev-view.h:
14256         * shell/ev-window.c: (view_status_changed_cb),
14257         (view_find_status_changed_cb), (ev_window_init):
14258
14259         View status message support, use it to show the links.
14260         Needs work...
14261
14262 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14263
14264         * backend/ev-document.c: (ev_document_get_link):
14265         * backend/ev-document.h:
14266         * pdf/xpdf/pdf-document.cc:
14267         * shell/ev-application.c: (ev_application_open):
14268         * shell/ev-application.h:
14269         * shell/ev-sidebar-links.c: (selection_changed_cb):
14270         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14271         (ev_view_go_to_link):
14272
14273         Add support for document links
14274
14275 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14276
14277         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14278         (create_tool_item):
14279         Set the spin button limits correctly.
14280         
14281         * shell/ev-sidebar-thumbnails.c:
14282         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14283         Support changing pages by clicking on the thumbnails.
14284         
14285 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14286
14287         * pixbuf/pixbuf-document.c:
14288         (pixbuf_document_thumbnails_get_dimensions),
14289         (pixbuf_document_document_thumbnails_iface_init):
14290
14291         implement get_dimensions
14292
14293 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14294
14295         * ps/ps-document.c: (ps_document_goto_page):
14296
14297         Fix page switching on multipage documents
14298
14299 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14300
14301         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14302         
14303         check for NULL before assigning to width and height parameters
14304
14305 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14306
14307         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14308         (pixbuf_document_set_property), (pixbuf_document_get_property):
14309
14310         implement get/set properties
14311
14312 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14313
14314         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14315         
14316         return NULL instead of "Unknown", letting the title get set to
14317         the filename when the pdf has no title.
14318
14319 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14320
14321         * ps/ps-document.c: (ps_document_get_page_count),
14322         (ps_document_goto_page):
14323
14324 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14325
14326         * shell/ev-history.c: (ev_history_get_property),
14327         (ev_history_set_property), (ev_history_class_init),
14328         (ev_history_add_page), (ev_history_set_current_index):
14329         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14330         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14331         (ev_navigation_action_finalize):
14332         * shell/ev-navigation-action.h:
14333         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14334         (ev_view_go_forward), (ev_view_get_find_status_message),
14335         (history_index_changed_cb), (ev_view_set_history):
14336         * shell/ev-view.h:
14337         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14338         (update_current_page), (register_custom_actions):
14339
14340         Implement history dropdowns
14341
14342 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14343
14344         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14345         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14346         (ev_view_go_forward):
14347         * shell/ev-window.c: (register_custom_actions):
14348
14349         Fix several history bugs
14350
14351 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14352
14353         * configure.ac: Add «nb» to ALL_LINGUAS.
14354
14355 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14356
14357         * backend/Makefile.am:
14358         * backend/ev-bookmark.c:
14359         * backend/ev-bookmark.h:
14360         * backend/ev-document-bookmarks.c:
14361         * backend/ev-document-bookmarks.h:
14362         * backend/ev-document-links.c: (ev_document_links_get_type),
14363         (ev_document_links_has_document_links),
14364         (ev_document_links_begin_read), (ev_document_links_get_link),
14365         (ev_document_links_get_child), (ev_document_links_next),
14366         (ev_document_links_free_iter):
14367         * backend/ev-document-links.h:
14368         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14369         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14370         (ev_link_get_link_type), (ev_link_set_link_type),
14371         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14372         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14373         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14374         (ev_link_new_external):
14375         * backend/ev-link.h:
14376         * pdf/xpdf/pdf-document.cc:
14377         * shell/Makefile.am:
14378         * shell/ev-application.c: (ev_application_open_link):
14379         * shell/ev-application.h:
14380         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14381         (ev_history_get_link_nth):
14382         * shell/ev-history.h:
14383         * shell/ev-sidebar-bookmarks.c:
14384         * shell/ev-sidebar-bookmarks.h:
14385         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14386         (ev_sidebar_links_class_init), (selection_changed_cb),
14387         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14388         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14389         (do_one_iteration), (populate_links_idle),
14390         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14391         * shell/ev-sidebar-links.h:
14392         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14393         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14394         (go_to_index):
14395         * shell/ev-view.h:
14396         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14397         * shell/ev-window.h:
14398
14399         Rename bookmark to link, and use "Index" for the sidebar panel.
14400
14401 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14402
14403         * shell/Makefile.am:
14404         * shell/ev-application.c: (ev_application_open_bookmark):
14405         * shell/ev-application.h:
14406         * shell/ev-history.c: (ev_history_init), (free_links_list),
14407         (ev_history_finalize), (ev_history_class_init),
14408         (ev_history_add_link), (ev_history_add_page),
14409         (ev_history_get_link_nth), (ev_history_get_n_links),
14410         (ev_history_get_current_index), (ev_history_set_current_index),
14411         (ev_history_new):
14412         * shell/ev-history.h:
14413         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14414         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14415         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14416         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14417         (ev_view_set_page):
14418         * shell/ev-view.h:
14419         * shell/ev-window.c: (ev_window_open_bookmark),
14420         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14421         (goto_page_cb), (register_custom_actions):
14422         * shell/ev-window.h:
14423
14424         Initial history implementation. Needs work.
14425
14426 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14427
14428         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14429
14430 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14431
14432         * cut-n-paste/recent-files/egg-recent-item.c:
14433         * cut-n-paste/recent-files/egg-recent-item.h:
14434         * cut-n-paste/recent-files/egg-recent-model.c:
14435         * cut-n-paste/recent-files/egg-recent-util.c:
14436         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14437         * cut-n-paste/recent-files/egg-recent-view.c:
14438
14439         Update
14440
14441 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14442
14443         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14444         (fillGlyph, fillImageMask, drawImage):
14445         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14446         pdf/splash/SplashTypes.h:
14447         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14448         packed mode for Splash.
14449
14450         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14451         RGB8 packed mode, eliminates the pixbuf data creation loop.
14452
14453         * shell/ev-print-job.c (ev_print_job_finalize)
14454         (ev_print_job_set_property, ev_print_job_get_property)
14455         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14456         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14457         (print_closure_finalize, ev_print_job_print): implement
14458         printing (for backends with EvPsExporter)
14459
14460         * shell/ev_print_job.h: update prototypes.
14461
14462         * shell/ev-window.c (ev_window_print): unref print job after
14463         printing.
14464
14465         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14466         unless the document implements the EvDocumentFind interface.
14467
14468 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14469
14470         * configure.ac: Added ja to ALL_LINGUAS.
14471
14472 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14473
14474         * pdf/xpdf/pdf-document.cc:
14475
14476         add a FIXME. We should probably not allocate
14477         a bookmark object every time
14478
14479 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14480
14481         * shell/ev-application.c: (ev_application_open),
14482         (ev_application_open_bookmark):
14483         * shell/ev-application.h:
14484         
14485         Add a way to open bookmarks
14486
14487         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14488         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14489         (ev_bookmark_set_property), (ev_bookmark_class_init),
14490         (ev_bookmark_new_title), (ev_bookmark_new_link),
14491         (ev_bookmark_new_external):
14492
14493         Support for external uris, better constructors.
14494
14495         * backend/ev-bookmark.h:
14496         * pdf/xpdf/pdf-document.cc:
14497         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14498
14499         Handle external uris
14500
14501 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14502
14503         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14504         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14505
14506         Hook up bookmarks navigation
14507
14508 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14509
14510         * backend/Makefile.am:
14511         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14512         (ev_bookmark_get_title), (ev_bookmark_set_title),
14513         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14514         (ev_bookmark_get_page), (ev_bookmark_set_page),
14515         (ev_bookmark_get_property), (ev_bookmark_set_property),
14516         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14517         (ev_bookmark_new):
14518         * backend/ev-bookmark.h:
14519         * backend/ev-document-bookmarks.c:
14520         (ev_document_bookmarks_get_bookmark):
14521         * backend/ev-document-bookmarks.h:
14522         * pdf/xpdf/pdf-document.cc:
14523         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14524
14525         Add a bookmark object to the backend and use it instead of get_values
14526
14527 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14528
14529         * data/evince-ui.xml:
14530
14531         Cleanup and add select all.
14532
14533         * shell/ev-view.c: (ev_view_select_all),
14534         (ev_view_button_press_event):
14535         * shell/ev-view.h:
14536         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14537
14538         Add select all.
14539         Clear selection on click.
14540
14541 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14542
14543         * shell/ev-sidebar-thumbnails.c
14544         (ev_sidebar_thumbnails_set_document): forgot to unref the
14545         loading_icon.
14546
14547 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14548
14549         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14550         at the visible page, not just linearly.  This makes it look fast.
14551
14552 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14553
14554         * backend/ev-document-misc.c
14555         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14556         white.
14557         * backend/ev-document-thumbnails.h: New interface to get the size
14558         of a page.
14559
14560 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14561
14562         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14563         make dist works
14564
14565 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14566
14567         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14568         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14569         things up a bit.
14570
14571         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14572
14573 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14574
14575         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14576         fonts. Should fix font problems on systems that have the base
14577         fonts in bitmap format. Reported by James Henstridge
14578         <james@jamesh.id.au>.
14579
14580 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14581
14582         * pdf/xpdf/Gfx.cc:
14583         * pdf/xpdf/GfxState.cc:
14584
14585         Fix for CAN-2004-1125
14586
14587 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14588
14589         * shell/ev-view.c: (ev_view_copy):
14590         * shell/ev-view.h:
14591         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14592
14593         Implement Edit->Copy
14594
14595 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14596
14597         * backend/ev-document.c: (ev_document_get_text):
14598         * backend/ev-document.h:
14599         * pdf/xpdf/pdf-document.cc:
14600         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14601         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14602         (ev_view_update_primary_selection), (ev_view_button_press_event),
14603         (ev_view_motion_notify_event), (ev_view_button_release_event):
14604
14605         Beginnings of clipboard support. Incomplete but primary sort
14606         of work.
14607
14608 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14609
14610         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14611         (expose_bin_window):
14612
14613         Nicer rubberband drawing, from GtkIconView.
14614
14615 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14616
14617         * backend/ev-document.c: (ev_document_save):
14618         * backend/ev-document.h:
14619         * data/evince-ui.xml:
14620         * pdf/xpdf/pdf-document.cc:
14621         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14622
14623         Implement "Save a copy..." menu item
14624
14625 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14626
14627         * shell/ev-view.c: (ev_view_zoom):
14628
14629         Queue a resize when zoom changes
14630
14631 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14632
14633         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14634         shadows.
14635
14636         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14637         thumbnails..
14638
14639 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14640
14641         * pdf/xpdf/pdf-document.cc
14642         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14643
14644 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14645
14646         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14647         It's slow, but I'll speed it up next!
14648
14649 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14650
14651         * shell/main.c (load_files):
14652
14653         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14654         from the command line and because it seems more appropriate.
14655
14656 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14657
14658         * data/evince-ui.xml:
14659         * shell/ev-window.c: (update_action_sensitivity),
14660         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14661
14662         s/next page/page down
14663         s/previous page/page up
14664
14665 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14666
14667         * data/evince-ui.xml:
14668
14669         Change the layout to match clarkbw design.
14670
14671         * shell/Makefile.am:
14672         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14673         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14674         (ev_navigation_action_finalize),
14675         (ev_navigation_action_set_property),
14676         (ev_navigation_action_get_property),
14677         (ev_navigation_action_class_init):
14678         * shell/ev-navigation-action.h:
14679
14680         Implement clarkbw toolbar navigation controls (incomplete)
14681
14682         * shell/ev-page-action.c: (update_label), (update_spin),
14683         (value_changed_cb), (create_tool_item), (connect_proxy),
14684         (ev_page_action_init), (ev_page_action_finalize),
14685         (ev_page_action_set_property), (ev_page_action_get_property),
14686         (ev_page_action_set_current_page),
14687         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14688         * shell/ev-page-action.h:
14689
14690         Implement a page switcher in the toolbar
14691
14692         * shell/ev-view.c: (ev_view_scroll_view):
14693         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14694         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14695         (register_custom_actions), (ev_window_init):
14696
14697         Change page on PageUp/Down.
14698
14699 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14700
14701         * pdf/xpdf/pdf-document.cc
14702         (pdf_document_thumbnails_get_thumbnail): initial stab at
14703         implementing thumbnail support for pdfs.  It only does documents
14704         with precached pdfs now.
14705
14706 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14707
14708         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14709         thumbnail code into a time-based idle as well.  Also, turn off the
14710         shadow temporarily as it's really slow.
14711
14712 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14713
14714         * backend/ev-document.c: (ev_document_class_init):
14715         * pdf/xpdf/pdf-document.cc:
14716         * shell/ev-window.c: (ev_window_open):
14717
14718         Fix document title bugs and fallback to
14719         filename when not available.
14720
14721 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14722
14723         * backend/ev-document.c: (ev_document_get_type),
14724         (ev_document_class_init), (ev_document_load),
14725         (ev_document_get_title):
14726         * backend/ev-document.h:
14727         * pdf/xpdf/pdf-document.cc:
14728         * ps/ps-document.c: (ps_document_set_property),
14729         (ps_document_get_property), (ps_document_class_init),
14730         (document_load):
14731         * ps/ps-document.h:
14732         * ps/ps.h:
14733         * shell/ev-window.c: (update_window_title), (ev_window_open),
14734         (ev_window_init):
14735
14736         Initial support for document title. Not working yet.
14737
14738 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14739
14740         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14741
14742         Grab focus on the view when clicking it
14743
14744 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14745
14746         * shell/ev-marshal.list:
14747         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14748         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14749
14750         Add key bindings to the view. Now if the focus would work
14751         right...
14752
14753 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14754
14755         * Makefile.am:
14756         * backend/Makefile.am:
14757         * data/Makefile.am:
14758         * dvi/Makefile.am:
14759         * dvi/dvilib/Makefile.am:
14760         * pdf/xpdf/Makefile.am:
14761         * po/POTFILES.in:
14762         * ps/Makefile.am:
14763
14764         Fix distcheck
14765
14766 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14767
14768         * shell/ev-view.c: (ev_view_realize):
14769
14770         Fix mouse wheel scrolling
14771
14772 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14773
14774         * ps/Makefile.am:
14775         * ps/gstypes.h:
14776         * ps/gtkgs.c:
14777         * ps/gtkgs.h:
14778         * ps/ps-document.c: (catchPipe), (ps_document_init),
14779         (ps_document_class_init), (ps_document_cleanup),
14780         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14781         (set_up_page), (close_pipe), (is_interpreter_ready),
14782         (interpreter_failed), (output), (input), (start_interpreter),
14783         (stop_interpreter), (file_length), (file_readable),
14784         (check_filecompressed), (check_pdf), (compute_xdpi),
14785         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14786         (ps_document_get_type), (ps_document_emit_error_msg),
14787         (document_load), (ps_document_next_page),
14788         (ps_document_get_current_page), (ps_document_get_page_count),
14789         (ps_document_goto_page), (ps_document_set_page_size),
14790         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14791         (ps_document_load), (ps_document_get_n_pages),
14792         (ps_document_set_page), (ps_document_get_page),
14793         (ps_document_widget_event), (ps_document_set_target),
14794         (ps_document_set_scale), (ps_document_set_page_offset),
14795         (ps_document_get_page_size), (ps_document_render),
14796         (ps_document_document_iface_init):
14797         * ps/ps-document.h:
14798         * ps/ps.c:
14799         * shell/ev-window.c: (ev_window_open):
14800
14801         Rename GtkGS to PSDocument
14802
14803 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14804
14805         * ps/gtkgs.c: (gtk_gs_class_init):
14806         * ps/gtkgs.h:
14807
14808         Some more leftover...
14809
14810 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14811
14812         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14813         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14814         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14815         * ps/gtkgs.h:
14816
14817         Remove unused code and make a lot of stuff private
14818
14819 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14820
14821         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14822         (gtk_gs_defaults_changed):
14823         * ps/gsdefaults.h:
14824         * ps/gtkgs.c:
14825         * ps/gtkgs.h:
14826         * ps/ps.h:
14827
14828         Cleanup headers dependencies
14829
14830 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14831
14832         * ps/Makefile.am:
14833         * ps/ggvutils.c:
14834         * ps/ggvutils.h:
14835         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14836         * ps/gsdefaults.h:
14837         * ps/gtkgs.c: (file_length), (file_readable),
14838         (check_filecompressed), (check_pdf), (gtk_gs_load),
14839         (gtk_gs_get_postscript):
14840
14841         Get rid of ggvutils
14842
14843 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14844
14845         * ps/ggvutils.c:
14846         * ps/ggvutils.h:
14847         * ps/gsio.h:
14848         * ps/gtkgs.c: (gtk_gs_set_zoom):
14849
14850         Cleanups
14851
14852 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14853
14854         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14855
14856         Ensure the page is rerendered when changing zoom
14857
14858 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14859
14860         * backend/ev-document.c: (ev_document_base_init),
14861         (ev_document_changed):
14862         * backend/ev-document.h:
14863
14864         Add a changed event that is emitted when the page content
14865         changes. This is necessary to deal with the fact that
14866         in ps backend rendering happen asycrounously.
14867         This makes the ps backend mostly work.
14868
14869         * pdf/xpdf/pdf-document.cc:
14870
14871         Emit changed event
14872
14873         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14874         (ps_document_set_target):
14875
14876         Emit changed event
14877
14878         * shell/ev-view.c: (document_changed_callback),
14879         (ev_view_set_document), (ev_view_set_page):
14880
14881         Redraw on the changed signal
14882
14883 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14884
14885         * configure.ac: Added pt_BR to ALL_LINGUAS.
14886
14887 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14888
14889         * backend/ev-document-bookmarks.c:
14890         (ev_document_bookmarks_get_child): *
14891         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14892         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14893         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14894         (ev_sidebar_bookmarks_destroy),
14895         (ev_sidebar_bookmarks_class_init),
14896         (ev_sidebar_bookmarks_construct), (stack_data_free),
14897         (do_one_iteration), (populate_bookmarks_idle),
14898         (ev_sidebar_bookmarks_clear_document),
14899         (ev_sidebar_bookmarks_set_document): *
14900         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14901         (ev_sidebar_add_page),
14902         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14903         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14904         it displays both the topics and the page numbers.
14905
14906 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14907
14908         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14909         toggle.
14910         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14911         visible.
14912
14913 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14914
14915         * configure.ac: Added en_CA to ALL_LINGUAS.
14916
14917 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14918
14919         * ChangeLog: replace bottom of this ChangeLog (merged history of
14920         ggv and gpdf; where all paths were wrong and most of the files are
14921         not even in this tree) with ChangeLog (from arch) of the shell
14922         code.
14923
14924 2004-12-23  Havoc Pennington  <hp@redhat.com>
14925
14926         * shell/ev-window.c: hook up potentially-questionable "find
14927         results status text" feature - something involving the sidebar or
14928         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14929         might be better in the end.
14930
14931         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14932         with corresponding signal when it should be updated
14933
14934         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14935
14936 2004-12-22  Havoc Pennington  <hp@redhat.com>
14937
14938         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14939         find stuff on other pages, sort of (only returns one result on
14940         invisible pages, to show they have results; updates full results
14941         for a page when you view it). Currently repaints the current page
14942         every time a new result is found on any page, which isn't so nice.
14943
14944 2004-12-22  Havoc Pennington  <hp@redhat.com>
14945
14946         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14947         the document doesn't support find (better ideas?)
14948         (find_bar_search_changed_cb): handle missing document or document
14949         that doesn't support find
14950
14951         * pdf/xpdf/pdf-document.cc: port to implement the new
14952         EvDocumentFindIface
14953
14954         * backend/ev-document-find.c: create a new interface for searching
14955
14956         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14957
14958 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14959
14960         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14961         libevbackend.la.
14962
14963         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14964         EvPrintJob constructor arguments.
14965
14966         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14967         for documents that can export PostScript (page by page).
14968
14969         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14970         
14971         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14972         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14973         (pdf_document_ps_exporter_iface_init:
14974         Implement EvPSExporter.
14975
14976         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14977
14978 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14979
14980         * backend/Makefile.am:
14981         * backend/ev-document-thumbnails.c:
14982         (ev_document_thumbnails_get_type),
14983         (ev_document_thumbnails_get_thumbnail):
14984         * backend/ev-document-thumbnails.h:
14985         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14986         (pixbuf_document_thumbnails_get_thumbnail),
14987         (pixbuf_document_document_thumbnails_iface_init):
14988         * shell/Makefile.am:
14989         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14990         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14991         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14992         * shell/ev-sidebar-thumbnails.h:
14993         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14994         (ev_sidebar_set_document):
14995         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14996         (create_shadow), (ev_pixbuf_add_shadow):
14997         * shell/ev-utils.h:
14998         Add thumbnail support.
14999         
15000 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15001
15002         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15003         (using_postscript_printer): Set up a print dialog for "PostScript
15004         injection" method.
15005
15006         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15007         EvPrintJob.
15008
15009         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15010
15011 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15012
15013         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15014         (ps_document_set_target), (ps_document_get_page_size),
15015         (ps_document_render):
15016         * ps/gtkgs.h:
15017
15018         Fix a few bugs
15019
15020 2004-12-22  Christian Rose  <menthos@menthos.com>
15021
15022         * configure.ac: Added "sv" to ALL_LINGUAS.
15023
15024 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15025
15026         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15027         document supports bookmarks.
15028
15029 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15030
15031         * ps/ggvutils.c: (ggv_file_readable):
15032         * ps/ggvutils.h:
15033         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15034         (gtk_gs_get_postscript):
15035
15036         Remove unused utils
15037
15038 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15039
15040         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15041         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15042         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15043         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15044         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15045         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15046         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15047         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15048         (gtk_gs_set_antialiasing), (ps_document_load),
15049         (ps_document_render):
15050         * ps/gtkgs.h:
15051
15052         Another check point for the ps backend. Now I can get it to show
15053         pages!
15054
15055 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15056
15057         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15058         document setting code.
15059
15060 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15061
15062         * shell/eggfindbar.c: (entry_activate_callback):
15063         Animate the next button when activate is pressed.
15064         
15065 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15066
15067         * shell/ev-window.c: (ev_window_cmd_edit_find),
15068         (update_fullscreen_popup), (ev_window_fullscreen),
15069         (ev_window_unfullscreen), (ev_window_state_event_cb),
15070         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15071         Fix bugs in fullscreen code.
15072         
15073 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15074
15075         * Makefile.am:
15076         * configure.ac:
15077         * pixbuf/Makefile.am:
15078         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15079         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15080         (pixbuf_document_set_page), (pixbuf_document_get_page),
15081         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15082         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15083         (pixbuf_document_render), (pixbuf_document_begin_find),
15084         (pixbuf_document_end_find), (pixbuf_document_finalize),
15085         (pixbuf_document_class_init),
15086         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15087         * pixbuf/pixbuf-document.h:
15088         * shell/Makefile.am:
15089         * shell/ev-application.c: (ev_application_open):
15090         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15091         (ev_window_open):
15092         Add pixbuf backend.
15093         
15094 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15095
15096         * Makefile.am: 
15097         * dvi/dvilib/Makefile.am:
15098         * dvi/Makefile.am:
15099         * configure.ac: Auto*ify dvi and dvi/dvilib
15100
15101         * dvi/Makefile: Remove from CVS
15102         
15103         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15104         confusion.
15105
15106         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15107         
15108         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15109         
15110 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15111
15112         * ps/Makefile.am:
15113         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15114         (gtk_gs_value_adjustment_changed), (compute_size),
15115         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15116         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15117         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15118         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15119         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15120         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15121         (ps_document_load), (ps_document_get_n_pages),
15122         (ps_document_set_page), (ps_document_get_page),
15123         (ps_document_set_target), (ps_document_set_scale),
15124         (ps_document_set_page_offset), (ps_document_get_page_size),
15125         (ps_document_render), (ps_document_begin_find),
15126         (ps_document_end_find), (ps_document_document_iface_init):
15127         * ps/gtkgs.h:
15128         * shell/Makefile.am:
15129         * shell/ev-window.c: (ev_window_open):
15130
15131         Some work to integrate gtkgs with EvDocument
15132
15133 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15134
15135         * shell/ev-window.c: (update_fullscreen_popup),
15136         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15137         (exit_fullscreen_button_clicked_cb),
15138         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15139         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15140         (ev_window_state_event_cb), (ev_window_init):
15141         Add fullscreen support from Epiphany.
15142         
15143 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15144
15145         * data/ev-stock-zoom-fit-width.png: fit-width
15146         stock icon from gpdf.
15147         
15148         * shell/ev-stock-icons.[ch]: copied from gpdf.
15149         
15150         * shell/main.c: (main): init stock icons.
15151         
15152         * shell/ev-window.c: use the fit-width icon.
15153         
15154         * data/evince-ui.xml: add zooming toolbar items.
15155
15156 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15157
15158         * shell/ev-view.c: 
15159         (ev_view_best_fit), (ev_view_fit_width): because
15160         get_page_size() returns the scaled page size, we
15161         need to calculate the scale factor relative to
15162         the previous scale factor. Should really just
15163         add get_real_page_size().
15164
15165 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15166
15167         * shell/ev-view.[ch]:
15168         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15169         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15170         add zooming.
15171         
15172         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15173         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15174         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15175         hook it up.
15176         
15177         * pdf/xpdf/pdf-document.cc:
15178         (pdf_document_begin_find),
15179         (pdf_document_end_find): make static.
15180
15181 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15182
15183         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15184
15185         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15186         names to fontconfig patterns.
15187         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15188
15189         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15190         setupBaseFontsFc.
15191
15192 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15193
15194         * Makefile.am:
15195         * configure.ac:
15196         * ps/Makefile.am:
15197         * ps/ggvutils.c:
15198         * ps/ggvutils.h:
15199         * ps/gsdefaults.c:
15200         * ps/gsdefaults.h:
15201         * ps/gsio.c:
15202         * ps/gsio.h:
15203         * ps/gtkgs.c:
15204         * ps/gtkgs.h:
15205         * ps/ps.c:
15206         * ps/ps.h:
15207
15208         Import ggv backend. Not hooked up yet.
15209
15210 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15211
15212         * shell/main.c: (load_files), (main): load files
15213         from the command line.
15214
15215 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15216
15217         * configure.ac: don't require bonobo.
15218         
15219         * cut-n-paste/recent-files/*: kill bonobo recent
15220         view.
15221
15222         * shell/ev-window.c:
15223         (ev_window_is_empty): upd.
15224         (unable_to_load), (ev_window_open): load backend
15225         based on the mime type.
15226
15227 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15228
15229         * backend/.cvsignore: ignore generated marshalers source.
15230
15231         * shell/main.c (main): this is not epiphany.
15232
15233 2004-12-22  Havoc Pennington  <hp@redhat.com>
15234
15235         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15236         (expose_bin_window): draw find highlights
15237
15238         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15239         
15240         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15241         (pdf_document_end_find): implement this interface
15242
15243         * backend/ev-document.c (ev_document_found): add this to emit
15244         signal
15245
15246 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15247
15248         * data/evince-ui.xml: Add a few more toolbar items.
15249
15250         * shell/ev-window.c: Hook up page navigation toolbar 
15251         items.
15252
15253         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15254         a page-changed signal.
15255
15256         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15257         Add ev_document_get_page().
15258
15259         * shell/ev-window.c: Sensitize/desensitize navigation
15260         actions.
15261
15262 2004-12-21  Havoc Pennington  <hp@redhat.com>
15263
15264         * backend/ev-backend-marshal.c,
15265         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15266         marshaler-generator thingy. I'm sure there's a better way to do
15267         this in the modern world.
15268
15269         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15270         end_find methods and "found" signal.
15271
15272         * configure.ac: find glib-genmarshal
15273
15274 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15275
15276         * shell/ev-sidebar.c: Construct an actual sidebar.
15277         * shell/ev-sidebar-bookmarks.[ch]:
15278         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15279
15280 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15281
15282         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15283         Redo size handling.
15284         
15285         * shell/ev-view.c: Track the size from the document.
15286
15287 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15288
15289         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15290         constructor assumes ownership of the string passed in.
15291         
15292         * shell/ev-window.c (ev_window_open): Destroy the error
15293         dialog once we've displayed it.
15294
15295 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15296
15297         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15298         a bit, it works! (sort of)
15299
15300         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15301         Move to .cc since we need to use C++ in the implementation.
15302
15303         * shell/dummy.cc: Add a CC file to force evince
15304         to be linked as a C++ program.
15305
15306 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15307
15308         * shell/ev-view.[ch]: Start of content-area widget.
15309
15310         * shell/ev-window.c: Create a EvView, update it
15311         as we change documents.
15312
15313         * shell/Makefile.am shell/ev-marshal.list: Add
15314         generated marshalers.
15315
15316 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15317
15318         * Makefile.am (SUBDIRS): move shell.
15319
15320 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15321
15322         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15323         .a to libtool convenience libraries.
15324
15325         * shell/ev-window.c (ev_window_open): Hard code loading
15326         a PDF document.
15327         
15328         * backend/ev-document.h: Add a boolean return to load(),
15329         fix GError * to GError **.
15330
15331         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15332         object for a PDF backend EvDocument.
15333
15334 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15335
15336         * dvi/*: New directory with the beginning of a .dvi backend.
15337
15338 2004-12-21  Havoc Pennington  <hp@redhat.com>
15339
15340         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15341         previous/next instead of back/forward
15342
15343 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15344
15345         * backend/ev-document.[ch]: Fix a couple of problems so
15346         it compile.
15347
15348 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15349
15350         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15351         to backend/ directory, rename EvViewer to EvDocument.
15352
15353 2004-12-21  Havoc Pennington  <hp@redhat.com>
15354
15355         * shell/ev-window.c: hook up the find bar widget; now we just need
15356         a document to find things in
15357
15358         * shell/eggfindbar.c: a find bar widget
15359
15360 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15361
15362         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15363
15364 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15365
15366         * pdf/**: Import of xpdf code from gpdf. 
15367
15368         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15369
15370         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15371         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15372         Fix FreeType includes.
15373
15374         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15375         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15376         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15377         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15378         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15379         Include xpdfconfig.h
15380         
15381 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15382
15383         * shell/ev-window.c (ev_window_dispose): dispose can be called
15384         multiple times.
15385
15386 2004-12-21  Havoc Pennington  <hp@redhat.com>
15387
15388         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15389         rather than Evince
15390
15391         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15392         items; really they should be synced with the strings, etc. from
15393         current gpdf, but just getting the boring typing out of the way 
15394
15395 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15396
15397         * po/POTFILES.in:
15398         * shell/ev-application.c: (window_destroy_cb):
15399         * shell/ev-window.c:
15400         * shell/main.c: (main):
15401
15402         Actually show the window...
15403
15404 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15405
15406         * Makefile.am:
15407         * shell/Makefile.am:
15408         * shell/ev-application.c: (ev_application_class_init):
15409         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15410
15411         Make it build again
15412
15413 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15414
15415         Import to gnome cvs.
15416         
15417         * Remove copies of gpdf and ggv trees.
15418         * Rip out all the recursive configure code.
15419         * Remove bonobo machinery.
15420         * viewer/*: GInterfaces that backends should/can implement.
15421
15422 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15423
15424         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15425         typo
15426
15427 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15428
15429         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15430         (ev_application_finalize, ev_application_class_init)
15431         (ev_application_init): use GType instance private data for priv.
15432
15433         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15434         (ev_window_finalize, ev_window_class_init)
15435         (ev_window_init): ditto.
15436
15437 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15438
15439         * shell/ev-application.c (ev_application_new_window): make public
15440         (ev_application_show_initial_window): kill.
15441
15442         * shell/ev-application.h: update prototypes.
15443
15444         * shell/main.cc (main): inline ev_application_show_initial_window.
15445
15446 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15447
15448         * shell/ev-application.c (ev_application_new_window): impl.
15449         (ev_application_show_initial_window): use it.
15450         (is_window_empty, ev_application_get_empty_window): returns an
15451         existing empty window or a new one.
15452         (ev_application_open): from ev_window_cmd_file_open.
15453
15454         * shell/ev-application.h: update prototypes
15455
15456         * shell/ev-window.c (ev_window_is_empty): impl.
15457         (ev_window_open): make public.
15458         (ev_window_cmd_file_open): use ev_application_open
15459
15460         * shell/ev-window.h: update prototypes, remove unused.
15461
15462 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15463
15464         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15465         move destroy handler out of here...
15466
15467         * shell/ev-application.c, shell/ev-application.h: ...into this new
15468         class. Also handles initial window creation.
15469
15470         * shell/main.cc (main): use EvApplication to create initial
15471         window.
15472
15473 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15474
15475         * Makefile.am (SUBDIRS): add cut-n-paste
15476
15477         * cut-n-paste/Makefile.am: add
15478
15479         * configure.ac: generate Makefiles in cut-n-paste
15480
15481 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15482
15483         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15484         (ev_window_class_init): install ev_window_dispose.
15485
15486 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15487
15488         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15489         char (gchar looks stupid).
15490
15491 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15492
15493         * po/de.po: updated German translation.
15494
15495 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15496
15497         * configure.ac: add more pkg-config library checks for gnome-vfs,
15498         bonobo etc.
15499
15500         * gpdf/configure.in: temporarily disable libpaper
15501         checks. Otherwise I'd have to add the checks for the shell, too.
15502
15503 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15504
15505         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15506         and * file filters to the file choose.
15507
15508 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15509
15510         * po/de.po: Updated German translation.
15511
15512 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15513
15514         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15515
15516 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15517
15518         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15519
15520         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15521         (ev_window_init): implement those menuitems.
15522
15523 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15524
15525         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15526
15527         * shell/ev-window.c (ev_window_init): use the toolbar.
15528
15529 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15530
15531         * shell/ev-window.c (ev_window_init): use menu translations
15532
15533 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15534
15535         * configure.ac: add "de" to ALL_LINGUAS.
15536
15537         * po/de.po: add German translation.
15538
15539 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15540
15541         * Makefile.am (SUBDIRS): add po
15542
15543         * configure.ac: check intltool, glib-gettext etc, generate
15544         po/Makefile.in
15545
15546         * po, po/POTFILES.in, po/POTFILES.skip: new.
15547
15548 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15549
15550         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15551         already use (#ifdef ENABLE_NLS)
15552
15553         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15554         pointer indirection thinko.
15555
15556         * shell/main.c: include gi18n.h for bindtextdomain etc.
15557
15558 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15559
15560         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15561         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15562         tooltips for menu items in the statusbar.
15563
15564 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15565
15566         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15567         pkgdatadir drop UIDIR
15568
15569 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15570
15571         * data/evince-ui.xml: Add File->Open menu item
15572
15573         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15574         chooser), hook it up in the ui manager.
15575
15576 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15577
15578         * shell/ev-window.c: fix Help->About tooltip.
15579
15580 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15581
15582         * configure.ac: set CFLAGS for libevprivate.
15583
15584         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15585         definitions, factory etc.
15586
15587         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15588
15589         * shell/Makefile.am: link against libevprivate.a.
15590
15591         * shell/ev-window.c (entries): add stock icon to Help->About.
15592
15593         * shell/main.c (main): init stock icon code.
15594
15595 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15596
15597         * lib/recent-files: egg recent files code
15598
15599         * lib/Makefile.am: add.
15600
15601         * Makefile.am: add lib subdir.
15602
15603         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15604         set CFLAGS for recent-files.
15605
15606 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15607
15608         * configure.ac: disable -ansi and -pedantic gcc flags. They
15609         disable POSIX stuff in stdio.h, but egg-recent uses them.
15610
15611 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15612
15613         * configure.ac: add --disable-deprecated flag (defaults to on in
15614         "cvs" builds).
15615
15616         * shell/Makefile.am (INCLUDES): use it.
15617
15618 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15619
15620         * shell/main.c: add missing #include.
15621
15622         * shell/ev-window.c: fix for pedantic gcc.
15623         (ev_window_cmd_help_about): split license into paragraphs for
15624         translators and pedantic compilers.
15625
15626 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15627
15628         * configure.ac: add more warning flags if compiling with gcc from
15629         cvs (or explicitly requested with --enable-more-warnings).
15630
15631 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15632
15633         * data/evince-ui.xml: add File and File->Close menu.
15634
15635         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15636         (ev_window_destroy): quit after destroy.
15637         (ev_window_class_init): override GtkObject::destroy.
15638         (entries): install close_window callback.
15639
15640 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15641
15642         * Makefile.am (SUBDIRS): add data subdir.
15643
15644         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15645         gtk+ 2.5.0 for GtkAboutDialog.
15646
15647         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15648         main window.
15649
15650         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15651
15652         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15653         manager.
15654         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15655
15656 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15657
15658         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15659
15660 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15661
15662         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15663
15664 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15665
15666         * shell/*: Added shell directory boilerplate, build it.
15667
15668 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15669
15670         * configure.ac, Makefile.am: Added top-level configure.ac and
15671         Makefile.am