]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Plug a mem leak.
[evince.git] / ChangeLog
1 2009-02-14  Christian Persch  <chpe@gnome.org>
2
3         * backend/impress/impress-document.c: (impress_document_load): Plug a
4         mem leak.
5
6 2009-02-14  Christian Persch  <chpe@gnome.org>
7
8         * backend/impress/impress-document.c: (impress_document_load): Don't
9         overwrite an error.
10
11 2009-02-14  Christian Persch  <chpe@gnome.org>
12
13         * libdocument/ev-document.c: (ev_document_info_copy): Remove
14         unnecessary NULL check; g_strdup() is NULL-safe.
15
16 2009-02-14  Christian Persch  <chpe@gnome.org>
17
18         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
19         that this returns either NULL and fills in error, or non-NULL. Use a
20         local GError so we can reliably check it.
21
22 2009-02-14  Christian Persch  <chpe@gnome.org>
23
24         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
25         content type to get the description, not the MIME type.
26
27 2009-02-14  Christian Persch  <chpe@gnome.org>
28
29         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
30         in @error on failure. Also, since this is exported in public APIs,
31         cope with the passed-in GError** being NULL.
32
33 2009-02-13  Christian Persch  <chpe@gnome.org>
34
35         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
36         safety.
37         (get_mime_type_from_data): Return the MIME type, not the content type.
38
39 2009-02-13  Christian Persch  <chpe@gnome.org>
40
41         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
42         the input stream.
43
44 2009-02-13  Christian Persch  <chpe@gnome.org>
45
46         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
47         all errors upwards.
48
49 2009-02-13  Christian Persch  <chpe@gnome.org>
50
51         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
52         more bytes from buffer than were read from the file.
53
54 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
55
56         * properties/ev-properties-view.c (set_property):
57         
58         Fixes bug #571787.
59
60 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * shell/eggfindbar.c: (egg_find_bar_init):
63
64         Use gtk_tool_button_set_use_underline() for next/previous buttons
65         so that the underline is used for the mnemonic. Fixes bug #571547.
66         
67 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * shell/ev-window.c: (setup_document_from_metadata),
70         (setup_sidebar_from_metadata), (setup_document_from_metadata),
71         (setup_view_from_metadata), (ev_window_set_document),
72         (ev_window_load_job_cb), (ev_window_reload_job_cb),
73         (ev_window_reload_remote), (ev_window_init):
74
75         Do not use metadata when reloading the document, so that the
76         window is not resized when reloading. See bugs #571051 and
77         #304249.
78         
79 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
80
81         * configure.ac:
82         * cut-n-paste/smclient/Makefile.am:
83
84         Fix smclient libs on cycgwin. See bug #339172.
85         
86 2009-02-08  Christian Persch  <chpe@gnome.org>
87
88         * configure.ac:
89         * libdocument/Makefile.am:
90         * libview/Makefile.am: Add experimental introspection support.
91         Disabled by default; use --enable-introspection to enable it.
92         Bug #569083.
93
94 2009-02-08  Christian Persch  <chpe@gnome.org>
95
96         * libview/Makefile.am: Link libevdocument.la to libevview.la.
97
98 2009-02-05  Christian Persch  <chpe@gnome.org>
99
100         * backend/comics/comics-document.c: (comics_document_load):
101         * backend/djvu/djvu-document.c: (djvu_document_load):
102         * backend/dvi/dvi-document.c: (dvi_document_load):
103         * backend/impress/impress-document.c: (impress_document_load):
104         * backend/pdf/ev-poppler.cc:
105         * libdocument/ev-document-factory.c: (get_document_from_uri),
106         (ev_document_factory_get_document):
107         * shell/ev-print-operation.c:
108         (ev_print_operation_export_print_dialog_response_cb): Use
109         g_set_error_literal now that we depend on glib 2.18.
110
111 2009-02-05  Hib Eris  <hib@hiberis.nl>
112
113         * shell/ev-application.c:
114
115         Include gdkx.h only with X11. See bug #339172.
116         
117 2009-02-05  Hib Eris  <hib@hiberis.nl>
118
119         * backend/pdf/pdfdocument.evince-backend.in:
120
121         Add application/x-ext-pdf mime type for pdf backend. See bug
122         #339172.
123         
124 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * configure.ac:
127         * cut-n-paste/smclient/Makefile.am:
128         * cut-n-paste/smclient/eggdesktopfile.c:
129         * cut-n-paste/smclient/eggsmclient-win32.c:
130         * shell/main.c:
131
132         Make session manager code compile for w32. These changes have been
133         taken from upstream libegg. Based on patch by Hib Eris. See bug
134         #339172.
135         
136 2009-02-05  Hib Eris  <hib@hiberis.nl>
137
138         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
139
140         Make screensaver code compile for w32. These changes have been
141         copied from upstream totem. See bug #339172.
142         
143 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
144
145         * configure.ac:
146         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
147
148         Make use of GConf optional. Based on patch by Hib Eris. See bug
149         #339172.
150         
151 2009-02-04  Christian Persch  <chpe@gnome.org>
152
153         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
154         evince gettext domain, so i18n works in the library.
155
156         * properties/ev-properties-main.c: (nautilus_module_initialize):
157         Remove extra bindtextdomain call.
158
159 2009-02-04  Christian Persch  <chpe@gnome.org>
160
161         * backend/comics/comics-document.c:
162         * backend/djvu/djvu-document.c:
163         * backend/dvi/dvi-document.c:
164         * backend/impress/impress-document.c:
165         * backend/pdf/ev-poppler.cc:
166         * backend/pixbuf/pixbuf-document.c:
167         * backend/ps/ev-spectre.c:
168         * backend/tiff/tiff-document.c:
169         * libdocument/ev-attachment.c:
170         * libdocument/ev-document-factory.c:
171         * libview/ev-jobs.c:
172         * libview/ev-view-accessible.c:
173         * libview/ev-view.c:
174         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
175         gi18n.h.
176
177 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * NEWS:
180         * configure.ac:
181
182         Update for release 2.25.90
183         
184 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * cut-n-paste/zoom-control/ephy-zoom-control.c:
187         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
188
189         Remove the old tooltips code and use G_DEFINE_TYPE().
190         
191 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * configure.ac:
194         * help/reference/Makefile.am:
195         * help/reference/libdocument/Makefile.am:
196         * help/reference/libdocument/libevdocument-docs.sgml:
197         * help/reference/libdocument/libevdocument.types:
198         * help/reference/libdocument/version.xml.in:
199         * help/reference/libview/Makefile.am:
200         * help/reference/libview/libevview-docs.sgml:
201         * help/reference/libview/libevview.types:
202         * help/reference/libview/version.xml.in:
203         * help/reference/shell/Makefile.am:
204         * help/reference/shell/evince-docs.sgml:
205         * help/reference/shell/evince.types:
206         * help/reference/shell/tmpl/dummy.sgml:
207         * help/reference/shell/version.xml.in:
208
209         Split API documentation into libdocument, libview and
210         shell. Required gtk-doc files has been added, but API docs still
211         need to be completed and improved. Fixes bug #568465.
212         
213 2009-02-01  Christian Persch  <chpe@gnome.org>
214
215         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
216
217 2009-02-01  Christian Persch  <chpe@gnome.org>
218
219         * backend/Makefile.am:
220         A backend/backend.symbols:
221         * configure.ac: Only export the backend module entry point. Bug
222         #569998.
223
224 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
225
226         * shell/eggfindbar.c: (egg_find_bar_init):
227
228         Add mnemonics to buttons in search bar. Fixes bug #569212.
229         
230 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
231         
232         * shell/ev-print-operation.c:
233         (ev_print_operation_export_print_dialog_response_cb):
234
235         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
236         
237 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
240
241         Clamp top/bottom values of destinations to make sure they are not
242         bigger than the page height. Fixes bug #569327.
243         
244 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * libdocument/ev-debug.h:
247
248         Fix build when debug mode is disabled.
249         
250 2009-01-30  Christian Persch  <chpe@gnome.org>
251
252         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
253         this return TRUE only if any backends were loaded, so the ev_init()
254         function works as documented.
255
256 2009-01-30  Christian Persch  <chpe@gnome.org>
257
258         * evince-document.h:
259         * libdocument/Makefile.am:
260         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
261         #569117.
262
263         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
264         * libdocument/ev-backends-manager.h:
265         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
266         * libdocument/ev-debug.h:
267         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
268         (_ev_file_helpers_shutdown):
269         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
270         private.
271
272         * properties/ev-properties-main.c: (nautilus_module_initialize),
273         (nautilus_module_shutdown):
274         * shell/main.c: (main):
275         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
276         init/shutdown method.
277
278 2009-01-29  Christian Persch  <chpe@gnome.org>
279
280         * shell/main.c: (option_version_cb): Add --version which was lost in
281         the libgnome removal. Bug #562869.
282
283 2009-01-26  Christian Persch  <chpe@gnome.org>
284
285         * shell/ev-application.c: (ev_application_register_service),
286         (ev_application_shutdown):
287         * shell/main.c: (main): Move metadata manager initialisation and
288         shutdown into EvApplication. Follow-up from bug #569120.
289
290 2009-01-26  Christian Persch  <chpe@gnome.org>
291
292         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
293         copy the string twice. Bug #569231.
294
295 2009-01-26  Christian Persch  <chpe@gnome.org>
296
297         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
298         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
299         * libdocument/ev-file-helpers.h:
300         * shell/ev-application.c: (ev_application_shutdown),
301         (ev_application_init), (ev_application_screensaver_disable),
302         (ev_application_save_print_settings),
303         (ev_application_set_page_setup):
304         * shell/ev-application.h:
305         * shell/ev-metadata-manager.c: (load_values),
306         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
307         shell, since it shouldn't be public API. Bug #569120.
308
309         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
310         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
311
312 2009-01-25  Christian Persch  <chpe@gnome.org>
313
314         Bug 569082 – use versioned directory for backends
315
316         * configure.ac: Define ev_binary_version and backenddir.
317         * evince-document.pc.in: Add backenddir variable.
318         * libdocument/Makefile.am:
319         * backend/*/Makefile.am: Remove backenddir definition, so it picks
320         up the one from configure.
321
322 2009-01-25  Christian Persch  <chpe@gnome.org>
323
324         * configure.ac:
325         * evince-document.pc.in: Renamed from evince-backend.pc.in.
326         * libdocument/Makefile.am: Renamed library to libevdocument.la.
327         * libview/Makefile.am:
328         * shell/Makefile.am:
329         * backend/*/Makefile.am: Adapt to changed library name.
330
331         * libdocument/Makefile.am:
332         * libview/Makefile.am: Change the installed headers path to match
333         the directory names in SVN.
334
335         * evince-document.h:
336         * evince-view.h: Add single headers. Bug #568227.
337
338         * libdocument/*.h:
339         * libview/*.h: Add single headers guards.
340
341         * libview/Makefile.am:
342         * libdocument/Makefile.am:
343         * backend/*/Makefile.am:
344         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
345         still include individual headers.
346
347         * properties/Makefile.am:
348         * properties/ev-properties-main.c:
349         * properties/ev-properties-view.h:
350         * thumbnailer/Makefile.am:
351         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
352
353         * libdocument/Makefile.am:
354         * libview/Makefile.am: Generate type builtins from all installed headers.
355         * libdocument/ev-link-action.[ch]:
356         * libdocument/ev-link-dest.[ch]:
357         * libdocument/ev-transition-effect.[ch]:
358         * libview/ev-view.[ch]: Remove handcoded type builtins.
359
360         * libdocument/Makefile.am:
361         * evince-document.h: Add ev-document-factory.h to the public headers.
362
363 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
364
365         * shell/ev-sidebar-page.c:
366
367         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
368         #568228.
369         
370 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
371
372         * libdocument/ev-document.h:
373
374         Add EV_DEFINE_INTERFACE macro.
375         
376         * libdocument/ev-async-renderer.c:
377         * libdocument/ev-document-find.c:
378         * libdocument/ev-document-fonts.c:
379         * libdocument/ev-document-forms.c:
380         * libdocument/ev-document-images.c:
381         * libdocument/ev-document-layers.c:
382         * libdocument/ev-document-links.c:
383         * libdocument/ev-document-security.c:
384         * libdocument/ev-document-thumbnails.c:
385         * libdocument/ev-document-transition.c:
386         * libdocument/ev-document.c:
387         * libdocument/ev-file-exporter.c:
388         * libdocument/ev-selection.c:
389
390         Use EV_DEFINE_INTERFACE macro to define interfaces in
391         libdocument. See bug #568228.
392         
393 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
394
395         * libdocument/ev-document.[ch]:
396
397         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
398         #568228.
399         
400 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
401
402         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
403         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
404         (new_separator_pixbuf):
405         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
406         (egg_toolbar_editor_disconnect_model),
407         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
408         (egg_toolbar_editor_finalize):
409         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
410         * cut-n-paste/toolbar-editor/eggmarshalers.list:
411         
412         Sync EggToolbarEditor with libegg.
413
414 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
415
416         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
417         When saving a file, using the default permissions for the user/system,
418         respecting umask and any setgid bit on the directory. Uses the new
419         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
420         Bug #568593.
421         
422 2009-01-21  Christian Persch  <chpe@gnome.org>
423
424         * configure.ac:
425         * libdocument/Makefile.am:
426         * libview/Makefile.am: Add libtool versioning to libevbackend and
427         libevview. Bug #568229.
428
429 2009-01-21  Christian Persch  <chpe@gnome.org>
430
431         * Makefile.am:
432         * configure.ac:
433         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
434
435 2009-01-21  Christian Persch  <chpe@gnome.org>
436
437         * configure.ac:
438         * libdocument/Makefile.am:
439         A libdocument/ev-version.h.in: Add version defines and version check
440         macro. Bug #568224.
441
442 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
443
444         * shell/ev-sidebar-links.c
445         * shell/ev-print-operation.c:
446         * shell/ev-history.c:
447         * shell/ev-file-monitor.c:
448         * shell/ev-window.c:
449         * shell/ev-password-view.c:
450         * shell/ev-sidebar-thumbnails.c:
451         * shell/ev-sidebar-attachments.c:
452         * libview/ev-pixbuf-cache.c:
453         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
454         Bug #568386.
455
456 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
457
458         * libdocument/ev-document-info.h:
459
460         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
461         
462 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
463
464         * libview/Makefile.am:
465
466         Install ev-job-scheduler.h. See bug #567790.
467         
468 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
469
470         * libdocument/Makefile.am:
471
472         Install ev-backends-manager.h and
473         ev-document-type-builtins.h. Fixes bug #567787.
474         
475 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * NEWS:
478         * configure.ac:
479
480         Update for release 2.25.5
481         
482 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * libview/ev-view.c: (ev_view_drag_data_get):
485
486         Fix second parameter passed to gtk_selection_data_set_uris(), 
487         it expects a gchar **.
488         
489 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
490
491         * libdocument/Makefile.am:
492         * libdocument/ev-document-info.h:
493         * libdocument/ev-document-type-builtins.c.template:
494         * libdocument/ev-document-type-builtins.h.template:
495         * libdocument/ev-document.c: (ev_document_info_get_type),
496         (ev_document_info_copy):
497
498         Make EvDocumentInfo and enums definded in ev-document-info.h
499         GTypes. Fixes bug #567789.
500         
501 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
502
503         * shell/main.c (arguments_parse): Fix for a minor code typo.
504
505 2009-01-18  Christian Persch  <chpe@gnome.org>
506
507         * help/reference/Makefile.am:
508         * help/reference/evince.types: Fix the API docs build. Bug #568171.
509
510 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
511
512         * libview/Makefile.am:
513         * libview/ev-view-type-builtins.c.template:
514         * libview/ev-view-type-builtins.h.template:
515
516         Make EvJobPriority a proper GType. Fixes bug #567788.
517         
518 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * configure.ac:
521         * cut-n-paste/*/Makefile.am:
522         * libdocument/Makefile.am:
523
524         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
525         code.
526         
527 2009-01-18  Christian Persch  <chpe@gnome.org>
528
529         * libview/ev-view.c: (ev_view_drag_data_get),
530         (ev_view_drag_motion), (ev_view_update_primary_selection),
531         (clear_link_selected):
532         * shell/ev-sidebar-attachments.c:
533         (ev_sidebar_attachments_drag_data_get),
534         (ev_sidebar_attachments_get_property),
535         (ev_sidebar_attachments_init):
536         * shell/ev-window.c: Update drag handling code to use the
537         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
538         hardcoding the targets lists. Bug #558084.
539         
540 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
541
542         * libdocument/Makefile.am:
543         * libdocument/ev-backend-marshal.c:
544         * libdocument/ev-backend-marshalers.list:
545         * libdocument/ev-document.c:
546
547         Remove unused marshalers stuff from libdocument.
548         
549 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
550
551         * po/POTFILES.in:
552
553         Update for the current source tree.
554         
555 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
556
557         * configure.ac:
558         * Makefile.am:
559         * libdocument/Makefile.am:
560         * libview/Makefile.am:
561         * libview/ev-job-scheduler.[ch]:
562         * libview/ev-jobs.[ch]:
563         * libview/ev-page-cache.[ch]:
564         * libview/ev-pixbuf-cache.[ch]:
565         * libview/ev-timeline.[ch]:
566         * libview/ev-transition-animation.[ch]:
567         * libview/ev-view-accessible.[ch]:
568         * libview/ev-view-marshal.list:
569         * libview/ev-view.[ch]:
570         * shell/Makefile.am:
571
572         Move EvView specific code to a libeviview library so that it can
573         be embbeded in other applications. Based on patches by Tomeu
574         Vizoso. Fixes bug #567751.
575         
576 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
577
578         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
579         * shell/ev-window.c: (ev_window_load_job_cb),
580         (ev_window_load_job_cb), (ev_window_open_uri),
581         (ev_window_reload_local), (ev_window_dispose):
582
583         Remove dest, mode and search_string from EvJobLoad since they are
584         not really needed by the job, but for the window.
585         
586 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
587
588         * shell/ev-view.c: (ev_view_drag_data_received),
589         (ev_view_class_init), (ev_view_init):
590         * shell/ev-window.c: (ev_window_drag_data_received),
591         (ev_window_class_init), (ev_window_init):
592
593         Make the whole EvWindow the destination of a drag and drop
594         operation.
595         
596 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * shell/ev-window.c: (window_open_file_copy_progress_cb):
599
600         Add missing brakets around the percentage in progress
601         messages. See bug #567910.
602         
603 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
604
605         * shell/ev-application.c: (ev_application_open_window),
606         (ev_application_open_uri_at_dest):
607
608         Do no use gdk_x11_* when not available. Based on patch by Hib
609         Eris, see bug #339172.
610         
611 2009-01-16  Hib Eris  <hib@hiberis.nl>
612
613         * configure.ac:
614         * properties/ev-properties-view.c:
615         (ev_properties_view_format_date):
616
617         Check for localtime_r. See bug #339172.
618         
619 2009-01-16  Hib Eris  <hib@hiberis.nl>
620
621         * shell/main.c:
622
623         Include gdkx only for dbus support. See bug #339172.
624         
625 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
626
627         * shell/ev-view.c: (ev_view_set_zoom_for_size):
628
629         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
630         #567785.
631         
632 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * shell/ev-window.c: (reload_remote_copy_progress_cb),
635         (window_save_file_copy_progress_cb):
636
637         Use brakets around the percentage in progress messages. See bug
638         #567910.
639         
640 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * shell/ev-window.c: (reload_remote_copy_ready_cb):
643
644         Fix typo in error message. See bug #567910.
645         
646 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * shell/ev-window.c: (ev_window_cmd_file_close_window):
649
650         Fix mnemonic conflict. Fixes bug #567937.
651         
652 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
653
654         * NEWS:
655         * configure.ac:
656
657         Update for release 2.25.4
658         
659 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
660
661         * configure.ac:
662         
663         GLib version requirement bumped to 2.18 due to g_set_error_literal.
664         Thanks to Christian Spurk.
665
666 2008-12-31  Hib Eris  <hib@hiberis.nl>
667         
668         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
669
670         Fix mime type handling.
671         
672 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * po/POTFILES.in:
675
676         Add ev-print-operation.c.
677         
678 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
679
680         * shell/ev-window.c: (ev_window_clear_progress_idle),
681         (reset_progress_idle), (ev_window_show_progress_message),
682         (ev_window_reset_progress_cancellable),
683         (ev_window_progress_response_cb), (show_loading_progress),
684         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
685         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
686         (show_reloading_progress), (reload_remote_copy_ready_cb),
687         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
688         (show_saving_progress), (window_save_file_copy_ready_cb),
689         (window_save_file_copy_progress_cb), (ev_window_save_remote),
690         (ev_window_dispose):
691
692         Show progress information when loading/saving remote files. Fixes
693         bug #370958.
694         
695 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
696
697         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
698
699         Show better warning message when temp file cannot be deleted.
700         
701 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
702
703         * shell/ev-window.c: (image_save_dialog_response_cb):
704
705         Fix saving images to remote locations.
706         
707 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * shell/ev-application.[ch]: (ev_application_shutdown),
710         (ev_application_get_print_settings_file),
711         (ev_application_save_print_settings),
712         (ev_application_get_print_settings),
713         (ev_application_set_print_settings),
714         (ev_application_get_page_setup), (ev_application_set_page_setup):
715         * shell/ev-window.c: (ev_window_save_print_page_setup),
716         (ev_window_load_print_page_setup_from_metadata),
717         (ev_window_print_page_setup_done_cb),
718         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
719         (ev_window_cmd_preview_print):
720
721         Remember page setup options too. Paper size is globally remembered
722         while page margins are stored per document in metadata file. Fixes
723         bugs #525185 and #349102.
724         
725 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
726
727         * shell/ev-print-operation.c:
728         (ev_print_operation_export_print_dialog_response_cb):
729
730         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
731         
732 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * shell/ev-print-operation.c: (export_cancel),
735         (export_job_cancelled), (ev_print_operation_export_begin),
736         (ev_print_operation_export_cancel):
737         * shell/ev-window.c: (ev_window_print_cancel),
738         (ev_window_print_update_pending_jobs_message),
739         (ev_window_print_operation_done),
740         (ev_window_print_operation_status_changed),
741         (print_jobs_confirmation_dialog_response),
742         (ev_window_cmd_file_close_window):
743
744         Show a confirmation dialog when there are pending print jobs while
745         closing the main window. Fixes bug #480964.
746         
747 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
748
749         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
750         (ev_print_operation_get_job_name),
751         (ev_print_operation_get_status),
752         (ev_print_operation_get_progress),
753         (ev_print_operation_update_status),
754         (ev_print_operation_export_get_job_name), (clamp_ranges),
755         (get_first_and_last_page), (ev_print_operation_export_run_next),
756         (print_job_finished), (export_print_done), (export_job_cancelled),
757         (update_progress), (export_print_page),
758         (ev_print_operation_export_begin),
759         (ev_print_operation_export_print_dialog_response_cb),
760         (ev_print_operation_export_run),
761         (ev_print_operation_export_cancel),
762         (ev_print_operation_export_class_init):
763         * shell/ev-window.c:
764         (ev_window_print_update_pending_jobs_message),
765         (ev_window_print_operation_done),
766         (ev_window_print_progress_response_cb),
767         (ev_window_print_operation_status_changed),
768         (ev_window_print_operation_begin_print), (ev_window_print_range),
769         (ev_window_dispose):
770
771         Show progress information when printing. Fixes bug #482770.
772         
773 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
774
775         * shell/Makefile.am:
776         * shell/ev-progress-message-area.[ch]:
777         * shell/ev-message-area.[ch]: (ev_message_area_init),
778         (ev_message_area_set_image_from_stock):
779
780         Add EvProgressMessageArea derived from EvMessageArea to show
781         progress information in the message area. 
782         
783 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
786
787         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
788         close button. Add a function to get the contents of the message
789         area.
790         
791 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
792
793         * shell/Makefile.am:
794         * shell/ev-print-operation.[ch]:
795         * shell/ev-jobs.[ch]: (ev_job_export_init),
796         (ev_job_export_dispose), (ev_job_export_run),
797         (ev_job_export_class_init), (ev_job_export_new),
798         (ev_job_export_set_page):
799         * shell/ev-window.c: (ev_window_print_operation_done),
800         (ev_window_print_range), (ev_window_dispose):
801
802         First step of the printing system rework. EvJobPrint has been
803         replaced by EvJobExport so that every page is scheduled to be
804         exported in a thread instead of scheduling the whole printing
805         process. This way the gui is responsive during printing.
806         
807 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * shell/ev-window.c: (setup_size_from_metadata),
810         (ev_window_load_print_settings_from_metadata):
811
812         Fix memory leaks.
813         
814 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * libdocument/ev-document.c: (ev_document_get_type):
817
818         Add GObject type as prerequisite to EvDocument interface so that
819         document instances can be used as GObjects.
820         
821 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * shell/ev-view.c: (jump_to_find_result):
824
825         Only jump the the location of the find result for the first match
826         when searching. It drastically improves the performance when
827         searching. Bug catched and fixed by Michael Hunold. Fixes bug
828         #564774.
829         
830 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
831
832         * properties/ev-properties-main.c: (ev_properties_get_pages):
833         * properties/ev-properties-view.[ch]:
834         (ev_properties_view_dispose), (ev_properties_view_class_init),
835         (ev_properties_view_set_info), (ev_properties_view_new):
836         * shell/ev-properties-dialog.[ch]:
837         (ev_properties_dialog_set_document):
838         * shell/ev-window.c: (ev_window_setup_document),
839         (ev_window_cmd_file_properties):
840
841         Add document URI to properties page. Fixes bug #555376.
842         
843 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
844
845         * configure.ac:
846         * data/Makefile.am:
847         * data/evince-password.glade: Removed
848         * data/evince-properties.glade: Removed
849         * properties/ev-properties-view.c:
850         (ev_properties_view_class_init), (set_property),
851         (ev_properties_view_set_info), (ev_properties_view_init):
852         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
853         (font_cell_data_func), (ev_properties_fonts_init):
854
855         Remove Glade dependency.
856         
857 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
858
859         * backend/comics/comics-document.c: (comics_document_load):
860
861         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
862         
863 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
864
865         * NEWS:
866         * configure.ac:
867
868         Update for release 2.25.2
869         
870 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * configure.ac:
873         * shell/Makefile.am:
874         * shell/ev-keyring.[ch]:
875         * shell/ev-password.[ch]: Removed
876         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
877         (ev_password_view_class_init), (ev_password_view_clicked_cb),
878         (ev_password_view_init), (ev_password_view_set_uri),
879         (ev_password_dialog_got_response),
880         (ev_password_dialog_remember_button_toggled),
881         (ev_password_dialog_entry_changed_cb),
882         (ev_password_dialog_entry_activated_cb),
883         (ev_password_view_ask_password), (ev_password_view_get_password),
884         (ev_password_view_get_password_save_flags),
885         (ev_password_view_new):
886         * shell/ev-window.c: (ev_window_password_view_unlock),
887         (ev_window_load_job_cb), (ev_window_close_dialogs),
888         (ev_window_init):
889
890         Rework the password view. When the password is in the keyring it's
891         used automatically without showing the password dialog and it's  
892         only stored in the keyring when we are sure it's correct. The
893         password dialog has been reworked too, in order to make it
894         more hig compliant and consistent with the GTK+ dialog used in
895         gtkmountoperation. Fixes bug #562496. 
896         
897 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * backend/comics/comics-document.c: (comics_document_load):
900
901         Do not trust file extensions when getting the command needed to
902         uncompress comic documents. Fixes bug #562143.
903         
904 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
905
906         * libdocument/ev-document-factory.c: (get_document_from_uri),
907         (ev_document_factory_get_document):
908         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
909         (get_mime_type_from_data), (ev_file_get_mime_type):
910
911         Move mime-type functions from document-facrory to file-helpers so
912         that it can be reused.
913         
914 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
915
916         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
917         (window_open_file_copy_ready_cb), (ev_window_reload_local),
918         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
919         (ev_window_reload_remote), (ev_window_reload_document):
920
921         Add support for reloading remote documents. Fixes bug #555399.
922         
923 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
924
925         * shell/ev-view.c: (ev_view_find_previous):
926
927         Make sure find_result is never < 0 which causes a crash while
928         searching. Fixes bug #558377.
929         
930 2008-11-19  Marek Kašík <mkasik@redhat.com>
931
932         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
933         (ev_pixbuf_cache_get_selection_surface):
934         
935         Fixes crash on fast scrolling with simultaneous text selection.
936
937 2008-11-19  Marek Kašík <mkasik@redhat.com>
938
939         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
940         * shell/ev-window.c (launch_external_uri):
941         
942         Fixes assertion fail on selecting text. See bug #561393.
943
944 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * shell/Makefile.am:
947         * shell/ev-jobs.[ch]: (ev_job_layers_init),
948         (ev_job_layers_dispose), (ev_job_layers_run),
949         (ev_job_layers_class_init), (ev_job_layers_new):
950         * shell/ev-sidebar-layers.[ch]:
951         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
952         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
953         (ev_view_reload_page), (ev_view_reload):
954         * shell/ev-window.c: (setup_sidebar_from_metadata),
955         (ev_window_sidebar_current_page_changed_cb),
956         (sidebar_layers_visibility_changed), (ev_window_init):
957
958         Add layers support.
959         
960 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
961
962         * data/icons/22x22/actions/Makefile.am:
963         * data/icons/22x22/actions/eye.png:
964         * shell/ev-stock-icons.[ch]:
965         
966         Add eye icon from gimp to hide/show layers.
967         
968 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
969
970         * configure.ac:
971         * cut-n-paste/Makefile.am:
972         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
973         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
974         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
975
976         Add GimpCellRendererToggle from gimp slightly modified to fit our
977         needs. 
978         
979 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
980
981         * configure.ac:
982         * backend/pdf/ev-poppler.cc:
983
984         Implement layers interface in PDF backend.
985         
986 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
987
988         * libdocument/Makefile.am:
989         * libdocument/ev-document-layers.[ch]:
990         * libdocument/ev-layer.[ch]:
991
992         Add optional content (layers) interface.
993         
994 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
995
996         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
997         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
998
999         Removes unused code.
1000
1001 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1002
1003         * NEWS:
1004         * configure.ac:
1005
1006         Update for 2.25.1 release
1007
1008 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1009
1010         * shell/ev-window.c:
1011
1012         Fix build with GTK+ < 2.14
1013
1014 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1015
1016         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1017         
1018         Makes menu label translatable. Fixes bug #559129.
1019
1020 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1021
1022         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1023         (t1_transform_font):
1024         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1025         
1026         More renames of warning to mdvi_warning in follow up to the
1027         fix of the bug #553369. Fix for the bug #559257 by
1028         Tuxce <tuxce.net@gmail.com>.
1029         
1030 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * shell/ev-application.c: (ev_application_init_session):
1033         * shell/main.c: (main):
1034
1035         Move the egg_set_desktop_file() call to main and remove
1036         gtk_window_set_default_icon_name() since it's already called by
1037         egg_set_desktop_file()
1038         
1039 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1042
1043         Initialize GError to NULL.
1044         
1045 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1046
1047         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1048         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1049         (ev_window_preview_print_finished), (launch_action):
1050
1051         Do not use popup dialogs to show error messages anymore, use the
1052         message area instead.
1053         
1054 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * shell/ev-window.c: (ev_window_error_message),
1057         (ev_window_warning_message), (ev_window_set_document),
1058         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1059         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1060         (ev_window_cmd_help_contents), (launch_external_uri),
1061         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1062         (ev_attachment_popup_cmd_open_attachment),
1063         (attachment_save_dialog_response_cb):
1064
1065         Use a message format (with printf()-style) in
1066         ev_window_error_message and ev_window_warning_message.
1067
1068 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * shell/ev-window.c: (ev_window_error_message),
1071         (ev_window_warning_message), (ev_window_set_document),
1072         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1073         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1074         (ev_window_cmd_help_contents), (launch_external_uri),
1075         (image_save_dialog_response_cb),
1076         (ev_attachment_popup_cmd_open_attachment),
1077         (attachment_save_dialog_response_cb):
1078
1079         Change ev_window_error_message and ev_window_warning_message to
1080         receive a EvWindow instead of a GtkWindow. It's more consistent
1081         and avoids unneeded casts.
1082         
1083 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1084
1085         * shell/ev-window.c: (ev_window_cmd_help_contents):
1086
1087         Use gtk_show_uri() when availale to display help contents.
1088         
1089 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1090
1091         * configure.ac:
1092         * backend/pdf/ev-poppler.cc:
1093         * properties/ev-properties-view.c:
1094         * shell/Makefile.am:
1095         * shell/ev-tooltip.[ch]: Removed
1096         * shell/ev-view-private.h
1097         * shell/eggfindbar.c:
1098         * shell/ev-application.c:
1099         * shell/ev-open-recent-action.c:
1100         * shell/ev-sidebar-thumbnails.c:
1101         * shell/ev-view.c:
1102         * shell/ev-window.c:
1103
1104         Bump GTK+ requirement to 2.12.
1105         
1106 2008-10-27 Christian Persch <chpe@gnome.org>
1107
1108         * backend/djvu/djvu-document.c
1109         * backend/dvi/cairo-device.c
1110         * cut-n-paste/evmountoperation/ev-mount-operation.h
1111         * cut-n-paste/gedit-message-area/gedit-message-area.h
1112         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1113         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1114         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1115         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1116         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1117         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1118         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1119         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1120         * cut-n-paste/zoom-control/ephy-zoom-action.c
1121         * cut-n-paste/zoom-control/ephy-zoom-action.h
1122         * cut-n-paste/zoom-control/ephy-zoom-control.c
1123         * cut-n-paste/zoom-control/ephy-zoom-control.h
1124         * libdocument/ev-async-renderer.h
1125         * libdocument/ev-document-factory.c
1126         * libdocument/ev-document-misc.h
1127         * libdocument/ev-image.h
1128         * libdocument/ev-selection.h
1129         * shell/ev-properties-fonts.h
1130         * shell/ev-stock-icons.h
1131         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1132         directly. Bug #558064.
1133
1134 2008-10-27 Christian Persch <chpe@gnome.org>
1135
1136         * cut-and-paste/smclient/*: Update from libegg.
1137
1138 2008-10-27 Christian Persch <chpe@gnome.org>
1139
1140         * backend/djvu/djvu-document.c
1141         * backend/ps/ev-spectre.c
1142         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1143
1144 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1145
1146         * shell/ev-view.c (ev_view_change_page),
1147         (ev_view_transition_animation_finish),
1148         (ev_view_transition_animation_cancel), (page_changed_cb),
1149         (ev_view_set_presentation), (ev_view_next_page),
1150         (ev_view_previous_page):
1151         
1152         Cancel the animation without scheduling transition start
1153         and proceed to the next page to fix bug #516749.
1154
1155 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1156
1157         * NEWS:
1158         * configure.ac:
1159
1160         Update for release 2.24.1
1161         
1162 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1163
1164         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1165
1166         Disable toggle function of F5 when in presentation mode. Patch by
1167         Dave Neary. Fixes bug #556162.
1168         
1169 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1172         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1173         (ev_sidebar_thumbnails_fill_model),
1174         (ev_sidebar_thumbnails_refresh),
1175         (ev_sidebar_thumbnails_set_document):
1176
1177         Instead of using only one loading icon for thumbnails based on the
1178         size of the first page, create an icon for every different page
1179         size. Fixes bug #556264.
1180         
1181 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1182
1183         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1184
1185         Fix memory leak.
1186         
1187 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1188
1189         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1190
1191         Removes bad prefixes from window title. Patch by 
1192         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1193         
1194 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1195
1196         * shell/ev-window.c: (launch_external_uri):
1197
1198         Do not consider mailto links as http uris. Fixes bug #555801.
1199         
1200 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1201
1202         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1203
1204         Fix memory leak. Fixes bug #555134.
1205         
1206 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1207
1208         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1209
1210         Emit the job finished signal when the job is handled before the
1211         page_ready callback.
1212         
1213 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * shell/ev-window.c: (launch_action):
1216
1217         Use GdkAppLaunchContext when available to launch external
1218         applications.
1219         
1220 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1221
1222         * shell/ev-window.c: (launch_action):
1223
1224         Fix launching external applications for launch actions which seems
1225         to be broken since the gio port. Fixes bug #554500.
1226         
1227 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1228
1229         * backend/dvi/Makefile.am:
1230         * backend/dvi/cairo-device.c:
1231         * backend/dvi/dvi-document.c:
1232         * backend/dvi/mdvi-lib/Makefile.am:
1233
1234         Fix several compile warnings in the dvi backend.
1235         
1236 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1237
1238         * backend/dvi/mdvi-lib/common.h:
1239         * backend/dvi/mdvi-lib/dviread.c:
1240         * backend/dvi/mdvi-lib/font.c:
1241         * backend/dvi/mdvi-lib/fontmap.c:
1242         * backend/dvi/mdvi-lib/fontsrch.c:
1243         * backend/dvi/mdvi-lib/gf.c:
1244         * backend/dvi/mdvi-lib/pagesel.c:
1245         * backend/dvi/mdvi-lib/pk.c:
1246         * backend/dvi/mdvi-lib/sp-epsf.c:
1247         * backend/dvi/mdvi-lib/special.c:
1248         * backend/dvi/mdvi-lib/tfm.c:
1249         * backend/dvi/mdvi-lib/tfmfile.c:
1250         * backend/dvi/mdvi-lib/util.c:
1251         * backend/dvi/mdvi-lib/vf.c:
1252
1253         Rename error as mdvi_error to avoid symbol conflicts with the libc
1254         error. Rename also message, crash, fatal and warning for
1255         consistency. Fixes bug #553369.
1256         
1257 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1258
1259         * backend/dvi/dvi-document.c: (dvi_document_load):
1260
1261         Fix memory leak.
1262         
1263 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1264
1265         * backend/dvi/dvi-document.c:
1266
1267         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1268         G_IMPLEMENT_INTERFACE.
1269         
1270 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1271
1272         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1273
1274         Make sure copy_job_page_and_selection_to_job_info is always called
1275         before copy_job_to_job_info. Fixes bug #552382.
1276         
1277 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1278
1279         * NEWS:
1280         * configure.ac:
1281
1282         Update for release 2.24.0
1283         
1284 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1285
1286         * shell/ev-window.c: (launch_external_uri):
1287
1288         Use GdkAppLaunchContext when available to launch external uris.
1289         
1290 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * shell/ev-window.c: (launch_external_uri):
1293
1294         Use the message area to show errors when lauching external uris
1295         instead of a popup window.
1296         
1297 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1298
1299         * shell/ev-window.c: (launch_external_uri):
1300
1301         Assume invalid uris are http uris. Fixes bug #552071.
1302         
1303 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * NEWS:
1306         * configure.ac:
1307
1308         Update for release 2.23.92.
1309         
1310 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1311
1312         * shell/eggfindbar.c: (egg_find_bar_class_init):
1313
1314         Allow page scrolling with PageUp/PageDown keys when find bar is
1315         active. Fixes bug #529833.
1316         
1317 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1318
1319         * shell/ev-view-private.h:
1320         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1321         (ev_view_scroll), (ev_view_class_init):
1322         * shell/ev-view-accessible.c:
1323         (ev_view_accessible_action_do_action):
1324         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1325         (ev_window_cmd_scroll_backward):
1326
1327         Use GtkScrollType instead of EvScrollType.
1328         
1329 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1330
1331         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1332         
1333         Patch for case unsensitive page label match by Michael Lee.
1334         See bug #550136.
1335         
1336         * shell/ev-page-action.c (create_tool_item):    
1337         * test/Makefile.am:
1338         * test/test1.py:
1339         * test/test4.py:
1340         * test/test5.py:
1341         
1342         Added test for the above and updated other tests.
1343
1344 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1345
1346         * shell/ev-window.c: (image_save_dialog_response_cb):
1347
1348         Do not append the file extension twice when saving an image.
1349         
1350 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1351
1352         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1353
1354         Remove an invalid ifdef.
1355         
1356 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1357
1358         * shell/ev-view.c: (ev_view_motion_notify_event):
1359
1360         Make sure the cursor is correctly restored after showing the right
1361         click menu.
1362         
1363 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1364
1365         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1366         (ev_attachment_open):
1367         * shell/ev-sidebar-attachments.c:
1368         (ev_sidebar_attachments_button_press):
1369         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1370
1371         Use GdkAppLaunchContext when available to open attachments.
1372         
1373 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1376
1377         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1378         by Eric Piel.
1379         
1380 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * shell/ev-application.c: (ev_application_get_media_keys):
1383         * shell/ev-media-player-keys.[ch]:
1384         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1385         (ev_media_player_keys_grab_keys),
1386         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1387         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1388         * shell/ev-window.[ch]: (ev_window_dispose),
1389         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1390         (ev_window_init):
1391
1392         Clean up the media player keys stuff.
1393         
1394 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1395
1396         * NEWS:
1397         * configure.ac:
1398
1399         Update for release 2.23.91.
1400         
1401 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1402
1403         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1404         (sm_client_xsmp_set_initial_properties):
1405
1406         Fix memory leak.
1407         
1408 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1409
1410         * shell/ev-application.c: (ev_application_open_window),
1411         (ev_application_open_uri_at_dest):
1412
1413         Make sure evince starts up in the right workspace when resuming a
1414         previous session.
1415         
1416 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * shell/ev-application.[ch]: (ev_application_open_window),
1419         (ev_application_add_icon_path_for_screen),
1420         (ev_application_open_uri_at_dest):
1421
1422         Fix window manager warnings shown in ~/.xsession-errors
1423         
1424 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1425
1426         * configure.ac:
1427         * cut-n-paste/Makefile.am:
1428         * cut-n-paste/smclient/Makefile.am:
1429         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1430         * cut-n-paste/smclient/eggsmclient-private.h:
1431         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1432         * cut-n-paste/smclient/eggsmclient.[ch]:
1433
1434         EggSMClient copied from libegg
1435
1436         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1437         * shell/Makefile.am:
1438         * shell/ev-application.[ch]: (ev_application_load_session),
1439         (smclient_save_state_cb), (smclient_quit_cb),
1440         (ev_application_init_session), (ev_application_shutdown),
1441         (ev_application_init):
1442         * shell/main.c: (main):
1443
1444         Use EggSMClient instead of gnome-client and remove libgnome and
1445         libgnomeui dependencies.
1446         
1447 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1448
1449         * shell/main.c: (main):
1450
1451         Remove gnome_authentication_manager_init.
1452         
1453 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1454
1455         * shell/ev-view.c: (ev_view_goto_window_create):
1456
1457         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1458         since it's now deprecated.
1459         
1460 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * backend/djvu/Makefile.am:
1463         * backend/djvu/djvu-document-private.h:
1464         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1465         (djvu_document_find_iface_init):
1466         * backend/djvu/djvu-text-page.[ch]:
1467         * backend/djvu/djvu-text.[ch]: Removed
1468         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1469         (pdf_document_find_iface_init):
1470         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1471         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1472         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1473         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1474         (ev_job_find_has_results), (ev_job_find_get_results):
1475         * shell/ev-view-private.h:
1476         * shell/ev-view.[ch]: (ev_view_expose_event),
1477         (highlight_find_results), (ev_view_finalize),
1478         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1479         (ev_view_set_document), (ev_view_find_get_n_results),
1480         (ev_view_find_get_result), (jump_to_find_result),
1481         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1482         (ev_view_find_previous), (ev_view_find_search_changed),
1483         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1484         * shell/ev-window.c: (ev_window_update_actions),
1485         (page_changed_cb), (ev_window_setup_document),
1486         (ev_window_update_find_status_message),
1487         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1488         (ev_window_clear_find_job), (find_bar_close_cb),
1489         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1490         (ev_window_dispose), (ev_window_init):
1491
1492         Rework find interface. The find logic has been moved from backends
1493         to the shell avoiding a lot of duplicated code in the backends and
1494         making easier to implement the find interface in the backends.
1495         
1496 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1497
1498         * backend/pdf/ev-poppler.cc:
1499         (pdf_document_thumbnails_get_dimensions):
1500
1501         Make sure thumbnail size returned by the PDF is actually
1502         valid. Fixes bug #548462.
1503         
1504 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * shell/ev-window.c: (ev_window_setup_document),
1507         (ev_window_set_document), (ev_window_dispose):
1508
1509         Remove the idle function for setting the document up when the
1510         window is destroyed. Fixes bug #549163.
1511         
1512 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1515         (ev_job_attachments_dispose), (ev_job_attachments_run),
1516         (ev_job_attachments_class_init), (ev_job_attachments_new):
1517         * shell/ev-sidebar-attachments.c:
1518         (ev_sidebar_attachments_set_document):
1519
1520         Add a new job to get the attachments in a thread with the document
1521         lock held. Fixes bug #548653.
1522         
1523 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1526         (tiff_document_document_iface_init):
1527
1528         Implement document_get_page_label in tiff backend.
1529         
1530 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1531
1532         * backend/tiff/tiff-document.c: (tiff_document_render):
1533
1534         Handle document orientation in tiff backend. Fixes bug #548444.
1535         
1536 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1537
1538         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1539
1540         Do not crash when adjustment page size is 0. Fixes bug #547440.
1541         
1542 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1543
1544         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1545
1546         Sync with current GTK+.
1547         
1548 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1549
1550         * configure.ac:
1551         
1552         Update for release 2.23.6.
1553
1554 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1555
1556         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1557         (ev_job_load_set_password):
1558         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1559         * shell/ev-window.c: (password_dialog_response),
1560         (ev_window_load_job_cb):
1561
1562         Fix loading encrypted documents since I broke it with the jobs
1563         rework.
1564         
1565 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1566
1567         * NEWS:
1568
1569         Update NEWS for 2.23.6 release.
1570         
1571 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1572
1573         * backend/impress/impress-document.c:
1574         * backend/impress/render.h:
1575         * libdocument/ev-document-factory.c:
1576         * libdocument/ev-document-factory.h:
1577         * libdocument/ev-document-links.h:
1578         * libdocument/ev-document-misc.c:
1579         * libdocument/ev-document-misc.h:
1580         * properties/ev-properties-main.c:
1581         * properties/ev-properties-view.c:
1582         * properties/ev-properties-view.h:
1583         * shell/eggfindbar.c:
1584         * shell/eggfindbar.h:
1585         * shell/ev-application.c:
1586         * shell/ev-application.h:
1587         * shell/ev-jobs.h:
1588         * shell/ev-message-area.h:
1589         * shell/ev-navigation-action.c:
1590         * shell/ev-navigation-action.h:
1591         * shell/ev-open-recent-action.c:
1592         * shell/ev-open-recent-action.h:
1593         * shell/ev-page-action-widget.c:
1594         * shell/ev-page-action.c:
1595         * shell/ev-page-action.h:
1596         * shell/ev-page-cache.h:
1597         * shell/ev-password-view.h:
1598         * shell/ev-password.h:
1599         * shell/ev-pixbuf-cache.h:
1600         * shell/ev-properties-fonts.c:
1601         * shell/ev-sidebar-attachments.c:
1602         * shell/ev-sidebar-links.c:
1603         * shell/ev-sidebar-links.h:
1604         * shell/ev-sidebar-thumbnails.c:
1605         * shell/ev-sidebar-thumbnails.h:
1606         * shell/ev-sidebar.c:
1607         * shell/ev-sidebar.h:
1608         * shell/ev-stock-icons.c:
1609         * shell/ev-tooltip.h:
1610         * shell/ev-view.c:
1611         * shell/ev-view.h:
1612         * shell/ev-window.c:
1613         * shell/ev-window.h:
1614         * shell/main.c:
1615
1616         More #include cleanups. Again: reordering, single gtk.h
1617         includes and other stuff.
1618
1619 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1620
1621         * shell/eggfindbar.c:
1622         * shell/ev-application.c:
1623         * shell/ev-message-area.c:
1624         * shell/ev-navigation-action.c:
1625         * shell/ev-open-recent-action.c:
1626         * shell/ev-page-action-widget.c:
1627         * shell/ev-page-action.c:
1628         * shell/ev-password-view.c:
1629         * shell/ev-properties-dialog.c:
1630         * shell/ev-properties-fonts.c:
1631         * shell/ev-sidebar-attachments.c:
1632         * shell/ev-sidebar-page.c:
1633         * shell/ev-sidebar-thumbnails.c:
1634         * shell/ev-stock-icons.c:
1635         * shell/ev-tooltip.c:
1636         * shell/ev-view.c:
1637         * shell/ev-window.c:
1638         * shell/main.c:
1639
1640         Cleanup many #include statements: reorder so that a
1641         generic-to-specific order is used, use single gtk.h
1642         includes, and some other cleanups.
1643
1644 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1645
1646         * shell/ev-jobs.h:
1647
1648         Add gio header.
1649         
1650 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1653         (ev_document_fc_mutex_trylock):
1654         * shell/Makefile.am:
1655         * shell/ev-job-queue.[ch]:
1656         * shell/ev-job-scheduler.[ch]:
1657         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1658         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1659         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1660         (ev_job_failed_from_error), (ev_job_succeeded),
1661         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1662         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1663         (ev_job_links_class_init), (ev_job_render_init),
1664         (notify_page_ready), (ev_job_render_page_ready),
1665         (ev_job_render_run), (ev_job_render_class_init),
1666         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1667         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1668         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1669         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1670         (ev_job_save_dispose), (ev_job_save_run),
1671         (ev_job_save_class_init), (ev_job_print_init),
1672         (ev_job_print_dispose), (ev_job_print_run),
1673         (ev_job_print_class_init):
1674         * shell/ev-page-cache.c:
1675         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1676         (check_job_size_and_unref), (move_one_job),
1677         (copy_job_to_job_info), (add_job),
1678         (ev_pixbuf_cache_add_jobs_if_needed):
1679         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1680         (job_fonts_finished_cb), (job_fonts_updated_cb),
1681         (ev_properties_fonts_set_document):
1682         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1683         (ev_sidebar_links_set_document):
1684         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1685         (ev_sidebar_thumbnails_set_document),
1686         (ev_sidebar_thumbnails_clear_job):
1687         * shell/ev-view-private.h:
1688         * shell/ev-view.c:
1689         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1690         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1691         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1692         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1693         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1694         (ev_window_reload_document), (ev_window_clear_save_job),
1695         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1696         (ev_window_clear_print_job), (ev_window_print_job_cb),
1697         (ev_window_print_dialog_response_cb):
1698         * shell/main.c: (main):
1699
1700         Rework the jobs system in order to make it simpler and more
1701         extensible. It allows to run jobs in the main loop instead of
1702         using a thread when it's appropriate like the fonts job. Now it's
1703         also possible to cancel jobs that are currently running. 
1704         
1705 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1706
1707         * libdocument/ev-debug.c: (profile_init):
1708
1709         Create the hash table also when profiling service is enabled for
1710         all sections.
1711         
1712 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1713
1714         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1715         (ev_profiler_stop):
1716         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1717         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1718         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1719         (ev_job_print_run):
1720         * shell/main.c: (main):
1721
1722         Add a profile mode available when debug is enabled. Add profilers
1723         in ev-jobs.
1724         
1725 2008-07-23  Götz Waschk <waschk@mandriva.org>
1726
1727         * configure.ac: Correctly build desktop file. Fixes
1728         bug #544237.
1729
1730 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1731
1732         * configure.ac:
1733         
1734         Update for release 2.23.5.
1735
1736 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * NEWS:
1739
1740         Update NEWS for 2.23.5 release.
1741         
1742 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1743
1744         * shell/ev-window.c: (ev_window_state_event),
1745         (ev_window_class_init):
1746
1747         Intercept window manager's fullscreen request in order to run/stop
1748         fullscreen mode. Fixes bug #493541.
1749         
1750 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1753
1754         Restart the job search when the find bar is opened for the second
1755         time. Fixes bug #531956.
1756         
1757 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1758
1759         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1760         (get_document_from_uri):
1761
1762         Make sure we always return a valid error struct when
1763         get_document_from_uri fails. Fixes nautilus crash, see bug
1764         #542548.
1765         
1766 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1767
1768         * libdocument/ev-transition-effect.c
1769         (ev_transition_effect_type_get_type),
1770         (ev_transition_effect_alignment_get_type),
1771         (ev_transition_effect_direction_get_type):
1772         
1773         Fixes bug #542924. Makes enums static to fix Solaris build.
1774
1775 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * shell/ev-view.c: (ev_view_key_press_event):
1778
1779         Add '.' keybinding for blanking the screen in presentation
1780         mode. Fixes bug #542001.
1781         
1782 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1783
1784         * libdocument/ev-document-misc.c:
1785         (ev_document_misc_pixbuf_from_surface):
1786
1787         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1788         #540950.
1789         
1790 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1791
1792         * backend/comics/comics-document.c (comics_document_load):
1793         * backend/comics/comicsdocument.evince-backend.in:
1794         * configure.ac:
1795         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1796         
1797         Added support for 7-zip based cb7 comic book. Patch by
1798         Kartik Rustagi. Fixes bug #532312.
1799
1800 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1801
1802         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1803         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1804         Fixes bug #539972.
1805
1806 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1807
1808         * shell/Makefile.am:
1809         * shell/ev-application.c (ev_application_init),
1810         (ev_application_get_media_keys):
1811         * shell/ev-application.h:
1812         * shell/ev-marshal.list:
1813         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1814         (proxy_destroy), (on_media_player_key_pressed),
1815         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1816         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1817         * shell/ev-media-player-keys.h:
1818         * shell/ev-window.c (ev_window_go_previous_page),
1819         (ev_window_go_next_page), (ev_window_go_first_page),
1820         (ev_window_go_last_page), (ev_window_start_presentation),
1821         (ev_window_dispose), (view_actions_focus_in_cb):
1822         * shell/ev-window.h: When building with D-Bus support, listen
1823         for multimedia key events from gnome-settings-daemon. This allows
1824         to go to the next/previous/first/last pages using, respectively,
1825         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1826         a presentation. Fixes bug #539971.
1827
1828 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1829
1830         * configure.ac:
1831         
1832         Update for release 2.23.4.
1833
1834 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1835
1836         * NEWS:
1837
1838         Update news for 2.23.4 release.
1839         
1840 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1843         * shell/ev-sidebar-thumbnails.c:
1844         (ev_sidebar_thumbnails_set_loading_icon),
1845         (ev_sidebar_thumbnails_refresh):
1846         * shell/ev-window.c: (ev_window_error_message),
1847         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1848         (ev_window_set_document):
1849
1850         Do not crash opening documents with no pages and show a warning
1851         message in the message area. Fixes bugs #537574 and #171588.
1852         
1853 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * shell/Makefile.am:
1856         * shell/ev-file-monitor.[ch]:
1857         * shell/ev-window.c: (ev_window_document_changed),
1858         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1859         (ev_window_reload_job_cb), (ev_window_open_uri),
1860         (ev_window_reload_document), (ev_window_cmd_view_reload),
1861         (ev_window_dispose):
1862
1863         Automaticly reload the document when the file has changed on
1864         disk. Bug #304249.
1865         
1866 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1867
1868         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1869         * libdocument/ev-image.c: (ev_image_save_tmp):
1870         * libdocument/ev-module.c: (ev_module_load):
1871         * shell/ev-application.c: (ev_application_shutdown),
1872         (ev_application_get_print_settings):
1873         * shell/ev-sidebar-attachments.c:
1874         (ev_sidebar_attachments_button_press),
1875         (ev_sidebar_attachments_drag_data_get):
1876         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1877         (ev_window_print_finished), (ev_window_print_send),
1878         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1879         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1880         (ev_window_cmd_preview_print):
1881         * shell/main.c: (load_files_remote):
1882         Fix some build warnings under GCC 4.3.0. (#537535).
1883
1884 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * shell/ev-jobs.c: (ev_job_render_dispose):
1887
1888         Fix a crash in debug mode. Patch by Daniel M German.
1889         
1890 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1891
1892         * shell/ev-window.c:
1893
1894         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1895         
1896 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1897
1898         * shell/ev-window.c: (ev_window_print_send),
1899         (ev_window_do_preview_print):
1900
1901         Use the window title as print job name instead of just
1902         "evince-print". Fixes bug #534493.
1903         
1904 2008-05-19  Frederic Peters  <fpeters@0d.be>
1905
1906         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1907         Bug #533897.
1908
1909 2008-05-19  Frederic Peters  <fpeters@0d.be>
1910
1911         * help/reference/Makefile.am: added missing libevmountoperation to
1912         gtkdoc-scanobj libraries.  Bug #533896.
1913
1914 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1915
1916         * properties/ev-properties-view.c (get_default_user_units):
1917         Fixes check for default units string translation. Bug #533323.
1918
1919 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1920
1921         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1922         be an iks_free(). Fix an array overflow in the XML parser that
1923         would occur whenever the number of attributes in a tag was greater
1924         than 0 and divisible by 6. Fixes GNOME bug #530852.
1925
1926 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1927
1928         * backend/djvu/djvu-document-private.h:
1929         * backend/djvu/djvu-links.c:
1930         * backend/djvu/djvu-text.c:
1931         * backend/djvu/djvu-document.c: (djvu_handle_events),
1932         (djvu_wait_for_message), (djvu_document_load),
1933         (document_get_page_size), (djvu_document_render),
1934         (djvu_document_thumbnails_get_thumbnail),
1935         (djvu_document_file_exporter_end):
1936
1937         Make sure load job doesn't finish successfully when the document
1938         is not successfully decoded by libdjvu. Fixes bug #530202.
1939         
1940 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * configure.ac:
1943         * libdocument/Makefile.am:
1944         * libdocument/ev-debug.[ch]:
1945         * libdocument/ev-document.c:
1946         * shell/ev-jobs.c: (ev_job_links_dispose),
1947         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1948         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1949         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1950         (ev_job_render_page_ready), (ev_job_render_run),
1951         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1952         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1953         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1954         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1955         (ev_job_print_new), (ev_job_print_run):
1956         * shell/main.c: (main):
1957
1958         Add debug mode based on gedit code. Add debug messages in
1959         ev-jobs.
1960         
1961 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1962
1963         * libdocument/ev-document-factory.c: (get_document_from_uri):
1964
1965         Fix memory leak.
1966         
1967 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1968
1969         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1970         (get_mime_type_from_data), (get_document_from_uri),
1971         (ev_document_factory_get_document):
1972         
1973         Improved error message about file opening failture.
1974         Bug #529129.
1975
1976 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1977
1978         * data/evince-toolbar.xml:
1979         
1980         Allow to add SaveAs to toolbar.
1981
1982 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * shell/ev-view-private.h:
1985         * shell/ev-view.[ch]: (ev_view_button_release_event),
1986         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1987         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1988         (ev_view_update_primary_selection), (clear_link_selected),
1989         (ev_view_copy_link_address):
1990         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1991
1992         Update also the primary selection when copying a link
1993         address. Fixes bug #520855.
1994         
1995 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * libdocument/ev-document-factory.c: (get_document_from_uri):
1998
1999         Use the pixbuf backend only when the mime type is not supported by
2000         any of the other backend so that tiff documents, for instance, are
2001         handled by the tiff backend instead of the pixbuf backend. fixes
2002         bug #520290.
2003         
2004 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2005
2006         * cut-n-paste/Makefile.am:
2007
2008         Add evmountoperation to subdirs list.
2009         
2010 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * configure.ac:
2013
2014         Fix libspectre check in configure script. Fixes bug #528549.
2015         
2016 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2017
2018         * configure.ac:
2019         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2020         * shell/Makefile.am:
2021         * shell/ev-window.c: (ev_window_load_remote_failed),
2022         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2023
2024         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2025         open documents in remote locations that are not mounted.
2026         
2027 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2028
2029         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2030         (bitmap_convert_msb8):
2031         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2032         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2033
2034         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2035         
2036 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2039         (ev_job_render_new), (ev_job_render_set_selection_info),
2040         (ev_job_render_run):
2041         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2042         (check_job_size_and_unref),
2043         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2044         (add_job), (ev_pixbuf_cache_get_selection_surface):
2045
2046         Create the render context needed for rendering a page in the render
2047         thread so that we don't block the main thread. Simplify
2048         EvJobRender API.
2049         
2050 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2051
2052         * libdocument/Makefile.am:
2053         * libdocument/ev-page.[ch]:
2054         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2055         (ev_render_context_new), (ev_render_context_set_page):
2056         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2057         (ev_form_field_finalize), (ev_form_field_class_init):
2058         * libdocument/ev-document-forms.[ch]:
2059         (ev_document_forms_get_form_fields):
2060         * libdocument/ev-document.[ch]: (ev_document_get_page),
2061         (ev_document_get_page_size), (ev_document_get_page_label):
2062         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2063         (ev_job_render_run), (ev_job_thumbnail_new),
2064         (ev_job_thumbnail_run), (ev_job_print_run):
2065         * shell/ev-page-cache.c: (ev_page_cache_new):
2066         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2067         (check_job_size_and_unref), (add_job):
2068         * shell/ev-sidebar-thumbnails.c: (add_range):
2069         * shell/ev-view.c: (ev_view_form_field_get_region),
2070         (ev_view_form_field_button_create_widget),
2071         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2072         (ev_view_handle_form_field), (ev_view_size_allocate),
2073         (get_selected_text):
2074         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2075         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2076         (pdf_document_get_page), (pdf_document_get_page_label),
2077         (pdf_document_render), (pdf_document_get_info),
2078         (pdf_document_document_iface_init),
2079         (pdf_document_thumbnails_get_thumbnail),
2080         (pdf_document_thumbnails_get_dimensions),
2081         (pdf_document_file_exporter_do_page),
2082         (pdf_selection_render_selection),
2083         (pdf_selection_get_selected_text),
2084         (pdf_selection_get_selection_region),
2085         (pdf_selection_get_selection_map),
2086         (pdf_document_forms_get_form_fields),
2087         (pdf_document_forms_form_field_text_get_text),
2088         (pdf_document_forms_form_field_text_set_text),
2089         (pdf_document_forms_form_field_button_set_state),
2090         (pdf_document_forms_form_field_button_get_state),
2091         (pdf_document_forms_form_field_choice_get_item),
2092         (pdf_document_forms_form_field_choice_get_n_items),
2093         (pdf_document_forms_form_field_choice_is_item_selected),
2094         (pdf_document_forms_form_field_choice_select_item),
2095         (pdf_document_forms_form_field_choice_toggle_item),
2096         (pdf_document_forms_form_field_choice_unselect_all),
2097         (pdf_document_forms_form_field_choice_set_text),
2098         (pdf_document_forms_form_field_choice_get_text):
2099         * backend/ps/ev-spectre.c: (ps_document_get_page),
2100         (ps_document_get_page_size), (ps_document_get_page_label),
2101         (ps_document_render), (ps_document_document_iface_init),
2102         (ps_document_file_exporter_do_page):
2103         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2104         (tiff_document_render), (tiff_document_render_pixbuf),
2105         (tiff_document_file_exporter_do_page):
2106         * backend/pixbuf/pixbuf-document.c:
2107         (pixbuf_document_get_page_size):
2108         * backend/comics/comics-document.c:
2109         (comics_document_get_page_size), (comics_document_render_pixbuf):
2110         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2111         (djvu_document_render), (djvu_selection_get_selected_text),
2112         (djvu_document_thumbnails_get_thumbnail),
2113         (djvu_document_file_exporter_do_page),
2114         (djvu_document_find_get_result):
2115         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2116         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2117         (dvi_document_thumbnails_get_thumbnail),
2118         (dvi_document_file_exporter_do_page):
2119         * backend/impress/impress-document.c:
2120         (impress_document_get_page_size),
2121         (impress_document_render_pixbuf):
2122         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2123
2124         Add EvPage so that we can hold a reference to the backend
2125         page. Form fields keep now a reference to the poppler page
2126         improving performance since we don't have to create/destroy the
2127         poppler field for every form operation. This will be needed for
2128         annotations too.
2129         
2130 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2131
2132         * data/evince-ui.xml:
2133         * shell/ev-window.c:
2134
2135         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2136         
2137 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2138
2139         * configure.ac:
2140         * backend/ps/Makefile.am:
2141
2142         Remove gs stuff from ps backend.
2143         
2144 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2145
2146         * configure.ac:
2147         * backend/pdf/ev-poppler.cc:
2148
2149         Bump poppler requirement to 0.8.0.
2150         
2151 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2152
2153         * NEWS:
2154         * configure.ac:
2155
2156         Update for release 2.22.1.1
2157
2158 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2159
2160         * configure.ac:
2161
2162         Fix build (again) when poppler version is 0.6
2163         
2164 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2165
2166         * backend/djvu/djvu-links.c: (build_tree):
2167
2168         Make sure link title is a valid utf8 string. Fixes bug #526517.
2169         
2170 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2171
2172         * configure.ac:
2173
2174         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2175         #526799.
2176         
2177 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2178
2179         * configure.ac:
2180         
2181         Update for release 2.22.1.
2182
2183 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2184
2185         * NEWS:
2186
2187         Update for upcoming release.
2188
2189 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2190
2191         * configure.ac:
2192         * backend/dvi/dvidocument.evince-backend.in:
2193
2194         Add compressed dvi to the list of supported mime types. Patch by
2195         Ed Catmur. Fixes bug #307087.
2196
2197 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2198
2199         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2200
2201         Fix a crash when printing a range that doesn't specify the start or
2202         end page. Fixes bug #524288.
2203
2204 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * shell/ev-window.c: (ev_window_cmd_continuous),
2207         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2208         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2209         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2210         (ev_window_run_presentation), (ev_window_stop_presentation),
2211         (ev_window_cmd_view_presentation),
2212         (ev_window_cmd_leave_fullscreen),
2213         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2214
2215         Do not unfullscreen and fullscreen again the window when changing
2216         from fullscreen to presentation mode and vice versa. Fixes bug
2217         #524112.
2218         
2219 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2220
2221         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2222
2223         Do not crash when thumbnail failed to render in PS backend. Fixes
2224         bug #525015.
2225         
2226 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2227
2228         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2229         (ev_window_load_file_remote), (ev_window_open_uri):
2230
2231         Handle errors when opening remote files.
2232         
2233 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2234
2235         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2236
2237         Only grab the focus for the current visible proxy widget. Fixes
2238         bug #521224.
2239         
2240 2008-03-30  Emil Soleyman  <emil@nishra.com>
2241
2242         * shell/ev-window.c: (launch_external_uri):
2243         
2244         Reuse g_app_info_launch_default_for_uri to
2245         save some code and fix bug #525009.
2246
2247 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2248
2249         * shell/ev-window.c (image_save_dialog_response_cb):
2250
2251         Use g_str_has_suffix. See bug #523069.
2252
2253 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2254
2255         * configure.ac:
2256
2257         Add a configure option to enable/diable DBus. Patch by Rémi
2258         Cardona. Fixes bug 521797.
2259
2260 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2261
2262         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2263
2264         Fix printing in documents with rotated pages. Patch by Eugen
2265         Dedu. Fixes bug #512648.
2266         
2267 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2270         (ev_link_from_action):
2271
2272         Fix warning messages.
2273         
2274 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * shell/ev-window.c: (image_save_dialog_response_cb):
2277
2278         Do not append the extension to filename when saving an image
2279         if the filename alredy contains the extension. Fixes bug #523069.
2280         
2281 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2282
2283         * shell/ev-view.[ch]: (ev_view_find_cancel):
2284         * shell/ev-window.c: (find_bar_close_cb):
2285
2286         Cancel the find operation when the find bar is closed. Fixes bug
2287         #508845.
2288         
2289 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2290
2291         * backend/ps/psdocument.evince-backend.in:
2292
2293         Make ps backend module resident. Fixes bug #520607.
2294         
2295 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * shell/ev-jobs.c: (ev_job_print_run):
2298
2299         Invert collate action in order to work as expected, fix reverse
2300         printing so that it doesn't start with a blank page and fix number
2301         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2302         
2303 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2304
2305         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2306
2307         Fix build with poppler <= 0.7.2
2308         
2309 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         * libdocument/ev-document-misc.c:
2312         (ev_document_misc_surface_from_pixbuf):
2313
2314         Fix selections with poppler-splash.
2315         
2316 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2317
2318         * configure.ac:
2319         * backend/pdf/ev-poppler.cc:
2320
2321         Fix build with poppler >= 0.7.2
2322         
2323 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2324
2325         * configure.ac:
2326         
2327         Update for release 2.22.0
2328
2329 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * NEWS:
2332
2333         Update for upcoming release.
2334
2335 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2336
2337         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2338
2339         Bug 495107 – Handle print dialog responses correctly
2340
2341         Correctly handle print dialog response. Properly fixes
2342         the above mentioned bug.
2343
2344 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2345
2346         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2347
2348         Make sure print job is only run when the print button is
2349         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2350         
2351 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2352
2353         * backend/pdf/pdfdocument.evince-backend.in:
2354         * libdocument/ev-backends-manager.c:
2355         (ev_backends_manager_load_backend),
2356         (ev_backends_manager_get_document):
2357         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2358
2359         Allow making backend modules resident. This is needed only for
2360         some backends like pdf to avoid registering glib types more than
2361         once.
2362         
2363 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * backend/comics/comics-document.c:
2366         * backend/djvu/djvu-document.c:
2367         * backend/impress/impress-document.c:
2368         * backend/pdf/ev-poppler.cc:
2369         * backend/pixbuf/pixbuf-document.c:
2370         * backend/ps/ev-spectre.c:
2371         * backend/ps/ps-document.c:
2372         * backend/tiff/tiff-document.c:
2373         * libdocument/ev-document.h:
2374         * properties/ev-properties-main.c:
2375
2376         Use g_type_module_add_interface instead of
2377         g_type_add_interface_static. Fixes bug #519679.
2378         
2379 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2380
2381         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2382         Added. Returns whether the animation has everything necessary to run.
2383         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2384         is ready just because it's been created. Fixes #519106.
2385         (draw_one_page): Do not show the "Loading..." text in presentation
2386         mode, there was a slim probability that this could happen.
2387
2388 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2391
2392         Duplicate mime_type string before freeing it so that it doesn't
2393         always fail when getting mime type from uri. Fixes bug #518874.
2394         
2395 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2396
2397         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2398
2399         Fix a crash when a choice form field doesn't have any item
2400         selected. Fixes bug #518831
2401         
2402 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2403
2404         * shell/ev-window.c (ev_window_clear_temp_file):
2405         Use g_file_has_prefix instead of renamed
2406         g_file_contains_file.
2407
2408         * configure.ac:
2409         Require new glib for above change.
2410         
2411 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2412
2413         * libdocument/ev-image.c: (ev_image_finalize),
2414         (ev_image_save_tmp):
2415
2416         Return a real uri instead of a filename when saving an
2417         image. Fixes images drag an drop from evince to nautilus. 
2418         
2419 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * backend/pdf/ev-poppler.cc:
2422         (pdf_document_images_get_image_mapping):
2423
2424         Return the image list in the right order. Fixes bug #516237.
2425         
2426 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2427
2428         * backend/impress/impress-document.c:
2429         (impress_document_thumbnails_get_thumbnail):
2430
2431         Remove unused variable to avoid a compiler warning.
2432
2433 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2434
2435         * configure.ac:
2436         
2437         Update for release 2.21.91.
2438
2439 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * configure.ac:
2442         * shell/Makefile.am:
2443         * shell/ev-application.[ch]:
2444         * shell/ev-sidebar-links.c:
2445         * shell/ev-utils.[ch]:
2446         * shell/ev-window.[ch]:
2447
2448         Remove libgnomeprint support. Fixes bug #512370.
2449         
2450 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2451
2452         * thumbnailer/evince-thumbnailer.c: (main):
2453
2454         Initialize glib type system before using it. Fixes bug #513934.
2455         
2456 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * properties/ev-properties-main.c:
2459
2460         Add missing #include.
2461         
2462 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2463
2464         * configure.ac:
2465         * backend/djvu/djvu-document.c: (djvu_document_render):
2466         * backend/tiff/tiff-document.c: (tiff_document_render):
2467
2468         Use the new cairo function cairo_format_stride_for_width when
2469         available. Fixes bug #482720.
2470
2471 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2472
2473         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2474         (get_mime_type_from_data), (get_document_from_uri):
2475
2476         Use g_content_type_guess() only when slow is true in
2477         get_document_from_uri(). Fix several memory leaks.
2478         
2479 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2480
2481         * libdocument/ev-document-factory.c:
2482         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2483         (get_document_from_uri):
2484
2485         Use g_content_type_guess () to get mimetype for files.
2486         Bug #510401.
2487
2488 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2489
2490         * thumbnailer/Makefile.am:
2491
2492         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2493         
2494 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2495
2496         * configure.ac:
2497
2498         Fix build with --without-libgnome. Fixes bug #512771.
2499         
2500 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2501
2502         * backend/dvi/Makefile.am: Install only dvi
2503         module. Fixes bug #512718.
2504
2505 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2506
2507         * properties/ev-properties-main.c: (nautilus_module_initialize):
2508         
2509         Initialize backends in properties tab. Fixes bug
2510         #512720.
2511
2512 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2513
2514         * properties/Makefile.am: No need to link with 
2515         libraries. Fixes bug #512719.
2516
2517 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2518
2519         * NEWS:
2520         * configure.ac:
2521         
2522         Update for release 2.21.90.
2523
2524 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2525
2526         * shell/ev-window.c: (ev_window_cmd_escape):
2527
2528         Fix compile warning.
2529         
2530 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2531
2532         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2533
2534         Fix printing in dvi backend when filename contains white
2535         espaces. Fixes bug #502839.
2536         
2537 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2540         (screensaver_disable_x11):
2541         * shell/Makefile.am:
2542         * shell/xdg-user-dir-lookup.c: Removed
2543         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2544         * shell/ev-view.c: (ev_view_presentation_transition_start):
2545         * shell/ev-window.c: (ev_window_cmd_file_open),
2546         (ev_window_cmd_save_as), (presentation_set_timeout):
2547
2548         Remove #ifdefs that are no longer needed.
2549         
2550 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * shell/ev-view.[ch]: (ev_view_button_release_event),
2553         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2554         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2555         (ev_window_cmd_escape):
2556
2557         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2558         
2559 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2560
2561         * configure.ac:
2562         * backend/comics/comics-document.c: (comics_document_load):
2563         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2564         (ev_attachment_set_property), (ev_attachment_init),
2565         (ev_attachment_save), (ev_attachment_launch_app),
2566         (ev_attachment_open):
2567         * libdocument/ev-document-factory.c: (get_document_from_uri):
2568         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2569         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2570         * shell/ev-jobs.c:
2571         * shell/ev-password.c: (ev_password_dialog_set_property),
2572         (ev_password_dialog_save_password):
2573         * shell/ev-sidebar-attachments.c:
2574         (ev_sidebar_attachments_drag_data_get):
2575         * shell/ev-window-title.c: (get_filename_from_uri):
2576         * shell/ev-window.c: (ev_window_clear_temp_file),
2577         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2578         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2579         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2580         (launch_external_uri), (image_save_dialog_response_cb),
2581         (attachment_save_dialog_response_cb):
2582         * shell/main.c: (load_files), (load_files_remote), (main):
2583         * thumbnailer/evince-thumbnailer.c: (main):
2584
2585         Port to gio and drop gnome-vfs dependency. Fixes bug
2586         #510401. Based on patch by Cosimo Cecchi.
2587         
2588 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2589
2590         * NEWS:
2591
2592         Fixed formatting inconsistencies (spaces vs. tabs)
2593
2594 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2595
2596         * shell/ev-window.c:
2597
2598         Use top/up/bottom/down arrows instead of
2599         first/left/last/right in the toolbar and menu actions.
2600         This fixes issues with RTL languages and is visually
2601         consistent with the page view. Fixes bug #170081.
2602
2603 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2604
2605         * NEWS:
2606
2607         Fixed some inaccuracies pointed out by Carlos Garcia
2608         Campos.
2609
2610 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2611
2612         * NEWS:
2613         * data/evince.schemas.in:
2614         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2615
2616         Override PDF restrictions by default. Fixes bug #382700.
2617
2618 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2619
2620         * NEWS: Updated for upcoming release
2621
2622 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2623
2624         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2625
2626         Fix memory leak.
2627         
2628 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2629
2630         * shell/ev-window.c: (register_custom_actions):
2631         
2632         Added comment for translators
2633
2634 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2635
2636         * shell/ev-view.c: (ev_view_button_release_event):
2637
2638         Do not create the idle function for kinetic scrolling if we are
2639         not in a drag operation.
2640
2641 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2642
2643         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2644         (ev_view_button_press_event), (ev_view_motion_notify_event),
2645         (ev_view_button_release_event):
2646
2647         Restore cursor after autoscrolling. Fixes bug #509958.
2648
2649 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2650
2651         * configure.ac:
2652         * backend/pdf/ev-poppler.cc:
2653         (pdf_document_images_get_image_mapping),
2654         (pdf_document_images_get_image),
2655         (pdf_document_document_images_iface_init):
2656         * libdocument/ev-document-images.[ch]:
2657         (ev_document_images_get_image_mapping),
2658         (ev_document_images_get_image):
2659         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2660         (ev_image_get_id), (ev_image_save_tmp):
2661         * shell/ev-jobs.c: (ev_job_render_run):
2662         * shell/ev-view.c: (ev_view_drag_data_get):
2663         * shell/ev-window.c: (image_save_dialog_response_cb),
2664         (ev_view_popup_cmd_copy_image):
2665
2666         Do not render images when rendering the page but on demand. It
2667         reduces the memory comsumption.
2668         
2669 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2670
2671         * configure.a:
2672         * shell/ev-password.c:
2673
2674         Make gnome-keyring optional. Fixes bug #509676.
2675         
2676 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2677
2678         * shell/ev-pixbuf-cache.c: (add_job):
2679
2680         Initialize include_images variable as FALSE instead of TRUE.
2681         
2682 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2683
2684         * configure.ac:
2685         * cut-n-paste/Makefile.am:
2686         * cut-n-paste/fileformatchooser/Makefile.am:
2687         * cut-n-paste/fileformatchooser/egg-macros.h:
2688         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2689         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2690         * shell/Makefile.am:
2691         * shell/ev-utils.c:
2692         (file_chooser_dialog_add_writable_pixbuf_formats),
2693         (get_gdk_pixbuf_format_by_extension):
2694         * shell/ev-utils.h:
2695         * shell/ev-window.c: (ev_window_error_message),
2696         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2697         
2698         Simplify image format selection on save.
2699
2700 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2701
2702         * shell/ev-view.c: (ev_view_scroll_event):
2703         
2704         Repair gorizontal scrolling with shift. Fixes
2705         bug #483412.
2706
2707 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2708         
2709         * MAINTAINERS:
2710
2711         Fix formatting issues.
2712         
2713 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2714
2715         * backend/comics/comics-document.c: (comics_regex_quote):
2716         
2717         Don't overquote special chars except of '. See bug 
2718         502500. Thanks to Tom Parker.
2719
2720 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2721
2722         * MAINTAINERS:
2723         
2724         Added Nickolay and Carlos, since they're doing most of
2725         the releases nowadays.
2726
2727 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2728
2729         * properties/Makefile.am:
2730
2731         Get the nautilus extension dir properly instead of using
2732         a hack. Fixes bug #505359.
2733
2734 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2735
2736         * properties/Makefile.am:
2737         
2738         Install nautilus extension into new place. See bug
2739         #505359. Thanks to Matthias Clasen, Brian Pepple and
2740         Damien Carbery.
2741
2742 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2743
2744         * shell/ev-window.c: (ev_window_get_recent_file_label):
2745         
2746         RTL marker in recent file list. See bug #509076.
2747
2748 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2749
2750         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2751         * shell/ev-window.c: (image_save_dialog_response_cb):
2752
2753         Fix compile warnings due to unused variables.
2754         
2755 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2756
2757         * configure.ac:
2758         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2759         * backend/ps/ev-spectre.c: (ps_document_render):
2760
2761         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2762
2763 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2764
2765         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2766         (ev_transition_animation_paint): Implement "fade" effect.
2767
2768 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2769
2770         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2771         (ev_transition_animation_paint): Implement "uncover" effect.
2772
2773 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2774
2775         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2776         (ev_transition_animation_paint): Implement "cover" effect.
2777
2778 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2779
2780         * shell/ev-transition-animation.c (ev_transition_animation_push)
2781         (ev_transition_animation_paint): Implement "push" effect.
2782
2783 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2784
2785         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2786         (ev_transition_animation_paint): Implement "dissolve" effect.
2787
2788 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2789
2790         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2791         (ev_transition_animation_paint): Implement "wipe" effect.
2792
2793 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2794
2795         * shell/ev-transition-animation.c (ev_transition_animation_box)
2796         (ev_transition_animation_paint): Implement "box" effect.
2797
2798 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2799
2800         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2801         (ev_transition_animation_paint): Implement "blinds" effect.
2802
2803 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2804
2805         * shell/ev-transition-animation.c (ev_transition_animation_split)
2806         (ev_transition_animation_paint): Implement "split" effect.
2807
2808 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2809
2810         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2811         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2812         (ev_view_transition_animation_start) 
2813         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2814         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2815         (ev_view_next_page) (ev_view_previous_page):
2816         
2817         Use EvTransitionAnimation to drive page changes in the presentation
2818         mode, the animation will wait to start until both the origin and 
2819         destination page surfaces are available. Fixes #458460.
2820
2821         (draw_loading_text):
2822
2823         Remove workaround for bug #320352, it's now fixed properly.
2824
2825
2826 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2827
2828         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2829         will contain the implementations for page transition animations, at
2830         the moment it just has the "replace" effect.
2831         * shell/Makefile.am: Added these files to build.
2832
2833 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2834
2835         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2836         animations.
2837         * shell/Makefile.am: Added these files to build.
2838
2839 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2840
2841         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2842         implementation to get_effect() in EvDocumentTransitionIface.
2843
2844 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2845
2846         * libdocument/ev-transition-effect.[ch]: New files, define a page
2847         transition effect, at the moment it maps PopplerPageTransition to a
2848         GObject.
2849         * libdocument/Makefile.am: Added these files to build.
2850         * libdocument/ev-document-transition.[ch]
2851         (ev_document_transition_get_effect): New method, gets the
2852         EvTransitionEffect returned by the interface implementation, with
2853         fallback to the "replace" effect.
2854
2855 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2856
2857         * configure.ac:
2858         * cut-n-paste/Makefile.am:
2859         * cut-n-paste/fileformatchooser/Makefile.am:
2860         * cut-n-paste/fileformatchooser/egg-macros.h:
2861         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2862         * shell/Makefile.am:
2863         * shell/ev-window.c: (image_save_dialog_response_cb),
2864         (ev_view_popup_cmd_save_image_as):
2865
2866         Allow exporting images in any format supported by
2867         GdkPixbuf. Fixes bug #500209.
2868         
2869 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2870
2871         * backend/pixbuf/pixbuf-document.c:
2872
2873         More warnings fixed.
2874         
2875 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2878         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2879         * backend/djvu/djvu-text.h:
2880         * backend/tiff/tiff-document.c: (tiff_document_render):
2881
2882         Fix compile warnings.
2883         
2884 2007-12-28  Christian Persch  <chpe@gnome.org>
2885
2886         * **/*.c: Include config.h. Bug #504721.
2887
2888 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2889
2890         * configure.ac:
2891         * Makefile.am:
2892         * po/POTFILES.in:
2893         * backend/comics/Makefile.am:
2894         * backend/comics/comics-document.[ch]:
2895         * backend/comics/comicsdocument.evince-backend.in:
2896         * backend/djvu/Makefile.am:
2897         * backend/djvu/djvu-document.[ch]:
2898         * backend/djvu/djvudocument.evince-backend.in:
2899         * backend/dvi/Makefile.am:
2900         * backend/dvi/dvi-document.[c]:
2901         * backend/dvi/dvidocument.evince-backend.in:
2902         * backend/impress/Makefile.am:
2903         * backend/impress/impress-document.[ch]:
2904         * backend/impress/impressdocument.evince-backend.in:
2905         * backend/pdf/Makefile.am:
2906         * backend/pdf/ev-poppler.cc:
2907         * backend/pdf/ev-poppler.h:
2908         * backend/pdf/pdfdocument.evince-backend.in:
2909         * backend/pixbuf/Makefile.am:
2910         * backend/pixbuf/pixbuf-document.[ch]:
2911         * backend/pixbuf/pixbufdocument.evince-backend.in:
2912         * backend/ps/Makefile.am:
2913         * backend/ps/ev-spectre.[ch]:
2914         * backend/ps/ps-document.[ch]:
2915         * backend/ps/psdocument.evince-backend.in:
2916         * backend/tiff/Makefile.am:
2917         * backend/tiff/tiff-document.[ch]:
2918         * backend/tiff/tiffdocument.evince-backend.in:
2919         * libdocument/Makefile.am:
2920         * libdocument/ev-backends-manager.[ch]:
2921         * libdocument/ev-module.[ch]:
2922         * libdocument/ev-document.h:
2923         * libdocument/ev-document-factory.[ch]:
2924         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2925         (get_compression_from_mime_type), (get_document_from_uri),
2926         (ev_document_factory_get_document), (file_filter_add_mime_types),
2927         (ev_document_factory_add_filters):
2928         * shell/Makefile.am:
2929         * shell/ev-window-title.c: (get_filename_from_uri):
2930         * shell/main.c: (main):
2931         * thumbnailer/Makefile.am:
2932         * thumbnailer/evince-thumbnailer.c: (main):
2933
2934         Plugin system for backends. Fixes bug #351348.
2935         
2936 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2937
2938         * shell/ev-view-private.h:
2939         * shell/ev-view.c: (ev_view_drag_update_momentum),
2940         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2941         (ev_view_button_release_event), (ev_view_destroy):
2942         
2943         Kinetic scrolling implemented as requested in
2944         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2945
2946 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2947
2948         * data/evince-toolbar.xml:
2949         * data/evince-ui.xml:
2950         * shell/ev-view-private.h:
2951         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2952         (ev_view_button_press_event), (ev_view_motion_notify_event),
2953         (ev_view_button_release_event), (ev_view_init),
2954         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2955         (ev_view_set_cursor):
2956         * shell/ev-view.h:
2957         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2958         (ev_window_cmd_view_autoscroll):
2959         
2960         Autoscroll feature with the context menu. Fixes bug 
2961         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2962
2963 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2964
2965         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2966
2967         Disconnect also page-ready signal when removing a job because the
2968         page size has changed. Thanks to kripken
2969         <kripkensteiner@gmail.com>.
2970
2971 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2972
2973         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2974         
2975         Scroll pages in page entry with mouse wheel. Fixes bug
2976         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2977
2978 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2979
2980         * backend/dvi/Makefile.am:
2981         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2982         (mdvi_cairo_device_init):
2983         * backend/dvi/mdvi-lib/common.h:
2984         * backend/dvi/mdvi-lib/mdvi.h:
2985         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2986         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2987         (mdvi_build_path_from_cwd):
2988
2989         Add ps specials support in dvi backend when libspectre is
2990         present. Fixes bug #386005.
2991         
2992 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2993
2994         * configure.ac:
2995         * backend/ps/Makefile.am:
2996         * backend/ps/ev-spectre.[ch]:
2997         
2998         Use libspectre, if available, for the ps backend. Fixes bugs
2999         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3000
3001 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3002         
3003         * backend/comics/comics-document.c: (comics_document_load):
3004         
3005         Cygwin build issue fix.
3006
3007 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3008
3009         * shell/ev-view.c: (ev_view_set_zoom):
3010
3011         Do not limit the minimum zoom factor when sizing mode is best bit
3012         or fit width. Fixes bug #503805.
3013         
3014 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3015
3016         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3017         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3018         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3019         (ev_link_dest_get_property), (ev_link_dest_set_property),
3020         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3021         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3022         (ev_link_dest_new_fitr):
3023         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3024         (goto_fith_dest), (goto_xyz_dest):
3025
3026         Do not change left, top and zoom values when they are null in PDF
3027         destinations. Fixes bug #460658.
3028         
3029 2007-12-10  Christian Persch  <chpe@gnome.org>
3030
3031         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3032         (ev_view_accessible_class_init),
3033         (ev_view_accessible_idle_do_action),
3034         (ev_view_accessible_action_do_action),
3035         (ev_view_accessible_action_get_description),
3036         (ev_view_accessible_action_set_description),
3037         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3038         (ev_view_accessible_factory_init),
3039         (ev_view_accessible_factory_get_accessible_type):
3040         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3041         private data, and G_DEFINE_TYPE. Bug #502843.
3042
3043 2007-12-08  Christian Persch  <chpe@gnome.org>
3044
3045         * shell/ev-metadata-manager.c: (item_free),
3046         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3047         (value_free), (parse_value), (parseItem),
3048         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3049         (save_values): Use GSlice to allocate small amounts of memory. Bug
3050         #475972.
3051
3052 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3053
3054         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3055
3056         Restore cursor to normal after a drag operation. Fixes bug
3057         #501603.
3058         
3059 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3060
3061         * NEWS:
3062         * configure.ac:
3063         
3064         Update for release 2.21.1
3065
3066 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3067
3068         * configure.ac:
3069         * cut-n-paste/gedit-message-area/Makefile.am:
3070         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3071         * shell/Makefile.am:
3072         * shell/ev-message-area.[ch]:
3073         * shell/ev-window.c: (ev_window_set_message_area),
3074         (ev_window_error_message_response_cb), (ev_window_error_message),
3075         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3076         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3077         (ev_attachment_popup_cmd_open_attachment),
3078         (attachment_save_dialog_response_cb), (ev_window_set_document),
3079         (ev_window_init):
3080
3081         Use a message area instead of a popup dialog for error
3082         notifications. Fixes bug #337495.
3083         
3084 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3085
3086         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3087         (ev_window_run_fullscreen):
3088
3089         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3090         
3091 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3092
3093         * ev-sidebar-thumbnails.c: (update_visible_range),
3094         (ev_sidebar_thumbnails_refresh),
3095         (ev_sidebar_thumbnails_set_document),
3096         (ev_sidebar_thumbnails_support_document):
3097
3098         Show thumbnails for documents with one page. Fixes bug #358751.
3099         
3100 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3101
3102         * shell/ev-window.c:
3103         (ev_window_load_print_settings_from_metadata),
3104         (ev_window_save_print_settings), (ev_window_print_finished),
3105         (ev_window_print_range):
3106
3107         Print settings that are specific to the document are now saved per
3108         document in the metadata file. Fixes bug #488806.
3109         
3110 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3111
3112         * backend/tiff/tiff-document.c: (tiff_document_render):
3113
3114         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3115         
3116 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3117
3118         * shell/ev-application.[ch]: (get_find_string_from_args),
3119         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3120         (ev_application_open_uri_list):
3121         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3122         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3123         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3124         (ev_window_cmd_recent_file_activate),
3125         (ev_window_open_recent_action_item_activated),
3126         (ev_window_print_send), (open_remote_link):
3127         * shell/main.c: (arguments_parse):
3128
3129         Add a command line option for search. Fixes bug #497710.
3130         
3131 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3132
3133         * shell/ev-jobs.c: (ev_job_print_new):
3134
3135         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3136         
3137 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3138
3139         * data/evince-toolbar.xml:
3140         * shell/Makefile.am:
3141         * shell/ev-application.c: (ev_application_init):
3142         * shell/ev-open-recent-action.[ch]:
3143         * shell/ev-window.c:
3144         (ev_window_open_recent_action_item_activated),
3145         (register_custom_actions):
3146
3147         Add an expander to the open toolbar item which pops up a dropdown
3148         menu with the recently used documents. Fixes bug #487215.
3149         
3150 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3151
3152         * shell/ev-window.c: (ev_window_open_uri),
3153         (ev_window_cmd_view_reload):
3154
3155         Do not jump to the first page when reloading by running evince
3156         from the command line. Fixes bug #490847.
3157         
3158 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3159
3160         * shell/ev-window.c: (ev_window_cmd_help_contents):
3161
3162         Plugged memory leak when help file is not found. Fixes bug
3163         #490762.
3164         
3165 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3166
3167         * configure.ac:
3168
3169         Enable djvu, dvi and comics backends by default. Fixes bug
3170         #437121.
3171         
3172 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3173
3174         * configure.ac:
3175         * cut-n-paste/Makefile.am:
3176         * cut-n-paste/recent-files/*: Removed
3177         * help/reference/Makefile.am:
3178         * shell/Makefile.am:
3179         * shell/ev-application.[ch]: (ev_application_shutdown),
3180         (ev_application_init):
3181         * shell/ev-window.c: (ev_window_add_recent),
3182         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3183
3184         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3185         
3186 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3187
3188         * shell/ev-window.c: (launch_external_uri):
3189
3190         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3191         and report error if the URL is not supported (#489910).
3192
3193 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3194
3195         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3196         (pdf_document_file_exporter_begin_page),
3197         (pdf_document_file_exporter_end_page):
3198
3199         Fix printing with poppler splash backend. Fixes bug #489774.
3200         
3201 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3202
3203         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3204         * shell/ev-print-job.c: (ev_print_job_class_init):
3205
3206         Fix a crash when printing with the gnome-print dialog. Fixes bug
3207         #488939.
3208         
3209 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3210
3211         * backend/pixbuf/pixbuf-document.c:
3212
3213         Fix an implicit function definition warning (#487655)
3214
3215 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * shell/ev-window.c:
3218
3219         Fix conflicting shortcut for view sade pane and presentation.
3220         
3221 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * backend/pdf/ev-poppler.cc:
3224         (pdf_document_file_exporter_begin_page),
3225         (pdf_document_file_exporter_do_page),
3226         (pdf_document_file_exporter_end_page),
3227         (pdf_document_file_exporter_iface_init):
3228         * libdocument/ev-file-exporter.[ch]:
3229         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3230         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3231         (ev_job_print_run):
3232
3233         When printing multiple pages per sheet in reverse option, do not
3234         invert the order of the pages in every sheet, but the order of the
3235         sheets. Do not print blank pages when page range is invalid. Fixes
3236         bugs #484857 and #485521.
3237         
3238 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3239
3240         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3241         (ev_job_print_run):
3242         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3243
3244         Respect ranges order when printing more than one range in random
3245         order.
3246         
3247 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3248
3249         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3250         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3251
3252         Rotate also the window icon when document is rotated. Fixes bug
3253         #474681.
3254         
3255 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3258         (pdf_document_forms_get_form_fields):
3259
3260         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3261         Matthias Drochner.
3262         
3263 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3264
3265         * configure.ac:
3266         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3267
3268         Use poppler_page_render_for_printing() instead of
3269         poppler_page_render() if available when exporting to a ps or pdf
3270         file. Fixes bug #476627.
3271         
3272 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3273
3274         * shell/ev-window.c: (ev_window_run_fullscreen):
3275
3276         Do not show the toolbar in fullscreen mode if the main toolbar is
3277         not visible. Fixes bug #483048.
3278         
3279 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3280
3281         * shell/ev-view.c: (ev_view_button_press_event):
3282
3283         Give priority to form fields over images when deciding whether a
3284         button press event is over an image or form field. It allows edit
3285         form fields when they are over a background image. Fixes bug
3286         #477841.
3287         
3288 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3289
3290         * NEWS:
3291         * configure.ac:
3292         
3293         Update for release 2.20.0
3294
3295 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3296
3297         * backend/pdf/ev-poppler.cc:
3298
3299         Remove #ifdef HAVE_FORMS, so that forms support works again.
3300
3301 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3302
3303         * configure.ac:
3304         * data/evince.desktop.in.in:
3305         
3306         Fixes desktop file issues. See bug #473471.
3307
3308 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3311         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3312         (ev_job_queue_remove_job):
3313         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3314         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3315         * shell/ev-window.c: (ev_window_clear_save_job),
3316         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3317         (ev_window_dispose):
3318
3319         Move save a copy task to its own job so that it's carried out in a
3320         thread avoiding another lock in the main thread. Use
3321         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3322         can be saved to a pathin another file system. Fixes bug #456891.
3323         
3324 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3325
3326         * NEWS:
3327         * configure.ac:
3328         
3329         Update for release 2.19.92
3330
3331 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3332
3333         * configure.ac:
3334         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3335         (pdf_selection_get_selection_region),
3336         (pdf_selection_get_selection_map),
3337         (ev_form_field_from_poppler_field):
3338
3339         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3340         and triple click selections are enabled again now.
3341
3342 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3343
3344         * shell/ev-window.c: (ev_window_add_history):
3345
3346         Make sure not to use the history with documents not supporting
3347         links. Fixes bug #468954.
3348
3349 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * shell/ev-window.c: (ev_window_load_job_cb):
3352
3353         Restart the search when reloading a document with the find bar
3354         visible. Fixes bug #461962.
3355
3356 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3357
3358         * shell/ev-window.c: (setup_document_from_metadata),
3359         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3360
3361         Do not jump to the first page when reloading a document from the
3362         last page.
3363
3364 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3365
3366         * shell/ev-window.c: (update_chrome_flag),
3367         (setup_sidebar_from_metadata),
3368         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3369         (ev_window_cmd_edit_find_next),
3370         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3371         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3372         (find_bar_close_cb), (view_actions_focus_in_cb):
3373
3374         Do not update visibility when changing a chrome flag so that it's
3375         possible to update several flags and update visibility only once
3376         for all of them.
3377
3378 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3379
3380         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3381
3382         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3383         supported by gtk+. Fixes bug #460907.
3384
3385 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3386
3387         * shell/ev-view.c: (view_update_range_and_current_page):
3388
3389         Make sure current-page <= end-page in continuous mode. Fixes bug
3390         #454950.
3391
3392 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * backend/pdf/ev-poppler.cc: (build_tree):
3395
3396         Ignore outline items without a title. Fixes bug #453913.
3397
3398 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3401         (ev_view_button_release_event), (ev_view_leave_notify_event):
3402
3403         Use always drag mouse cursor during a drag operation. Fixes bug
3404         #470564.
3405
3406 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3409         (pdf_selection_get_selection_region),
3410         (pdf_selection_get_selection_map):
3411
3412         Temporarily disable double and triple selections since it depends on
3413         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3414         released and the update of the external dependency minimal version
3415         approved.
3416
3417 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3420         (pdf_document_file_exporter_do_page):
3421         * libdocument/ev-file-exporter.h:
3422         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3423         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3424
3425         Actually fix printing regressions. Remove orientation from
3426         EvPrintContext since it's redundant.
3427
3428 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3429
3430         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3431         * backend/impress/impress-document.c:
3432         (impress_document_document_iface_init):
3433         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3434         * backend/djvu/djvu-document.c:
3435         (djvu_document_document_iface_init),
3436         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3437         * backend/tiff/tiff-document.c:
3438         (tiff_document_document_iface_init):
3439         * backend/pixbuf/pixbuf-document.c:
3440         (pixbuf_document_document_iface_init):
3441         * backend/comics/comics-document.c:
3442         (comics_document_document_iface_init):
3443         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3444         (pdf_selection_render_selection),
3445         (pdf_selection_get_selected_text),
3446         (pdf_selection_get_selection_region),
3447         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3448         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3449         (ev_selection_get_selection_region),
3450         (ev_selection_get_selection_map):
3451         * libdocument/ev-document.[ch]:
3452         * shell/ev-pixbuf-cache.[ch]: (add_job),
3453         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3454         * shell/ev-view-private.h:
3455         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3456         (ev_job_render_run):
3457         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3458         * shell/ev-view.c: (start_selection_for_event),
3459         (ev_view_button_press_event), (ev_view_drag_data_get),
3460         (ev_view_drag_data_received), (ev_view_button_release_event),
3461         (compute_new_selection_text), (compute_selections),
3462         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3463         (ev_view_primary_get_cb):
3464
3465         Add support for double and triple click selections.
3466
3467 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3468
3469         * NEWS:
3470         * configure.ac:
3471
3472         Update for release 2.19.4
3473
3474 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3475
3476         * shell/ev-view-private.h:
3477         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3478         (ev_view_set_highlight_search):
3479         * shell/ev-view.h:
3480         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3481         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3482         (find_bar_visibility_changed_cb):
3483         
3484         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3485
3486 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3487
3488         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3489         (pdf_document_file_exporter_begin),
3490         (pdf_document_file_exporter_do_page):
3491         * shell/ev-jobs.c: (ev_job_print_run):
3492         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3493
3494         Create always a portrait cairo surface and rotate when needed for
3495         landscape. It fixes printing problems in real printers.
3496
3497 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3498
3499         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3500         * libdocument/ev-file-exporter.[ch]:
3501         (ev_file_exporter_get_capabilities):
3502         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3503         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3504
3505         Adjust number of pages per row according to page orientation when
3506         printing 2 or 6 pages per sheet.
3507
3508 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3509
3510         * shell/ev-window.c: (ev_window_print_send):
3511
3512         Reset also cups setting to 1 when printing multiple pages per
3513         sheet. Fixes bug #468853.
3514
3515 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3516
3517         * libdocument/ev-document-misc.c:
3518         (ev_document_misc_surface_rotate_and_scale):
3519
3520         Use directly cairo_surface_get_content() when creating a similar
3521         surface as suggested by Jeff Muizelaar. Thanks again.
3522
3523 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3524
3525         * backend/djvu/djvu-document.c: (djvu_document_render):
3526         * backend/tiff/tiff-document.c: (tiff_document_render):
3527         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3528         * libdocument/ev-document-misc.c:
3529         (ev_document_misc_surface_from_pixbuf),
3530         (ev_document_misc_surface_rotate_and_scale):
3531
3532         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3533         creating page surfaces. Fixes bug #453123. Thank you very much to
3534         Jeff Muizelaar <jeff@infidigm.net>.
3535
3536 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * shell/ev-page-cache.c: (ev_page_cache_new),
3539         (ev_page_cache_get_thumbnail_size):
3540         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3541         (ev_sidebar_thumbnails_set_loading_icon):
3542
3543         Also store in page-cache the dimensions of the thumbnails so that
3544         they can be used to create the correct loading icon in the side
3545         pane. Fixes bug #466857.
3546
3547 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3548
3549         * backend/pdf/ev-poppler.cc:
3550         (pdf_document_thumbnails_get_thumbnail):
3551
3552         Fix thumbnails rotation in pdf documents that include embedded 
3553         thumbnails.
3554
3555 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3556
3557         * backend/pdf/ev-poppler.cc:
3558
3559         Don't use #ifdef in macro expansion. Some compilers don't
3560         like that. Closes bug #467042.
3561
3562 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3563
3564         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3565         
3566         Fixes memory leak in djvu backend.
3567
3568 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3569
3570         * data/icons/32x32/Makefile.am:
3571         * data/icons/32x32/actions/Makefile.am:
3572         * data/icons/32x32/actions/view-page-cont.svg:
3573         * data/icons/32x32/actions/view-page-facing.svg:
3574         * data/icons/48x48/Makefile.am:
3575         * data/icons/48x48/actions/Makefile.am:
3576         * data/icons/48x48/actions/view-page-cont.svg:
3577         * data/icons/48x48/actions/view-page-facing.svg:
3578         
3579         Icons for a new sizes.
3580
3581 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3582
3583         * shell/ev-page-cache.c: (build_height_to_page),
3584         (ev_page_cache_get_height_to_page):
3585         
3586         Fixes invalid read, see bug #466401.
3587
3588 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3591         (set_drag_cursor):
3592         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3593         (configure_item_cursor), (new_pixbuf_from_widget):
3594
3595         Fix multihead problems in toolbar editor. Fixes bug #382055.
3596
3597 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3598
3599         * shell/ev-window.c: (ev_window_cmd_file_open),
3600         (ev_window_cmd_save_as):
3601
3602         Use g_get_user_special_dir when available instead of
3603         xdg_user_dir_lookup.
3604
3605 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3606
3607         * MAINTAINERS:
3608         
3609         Updated according to request on desktop-devel.
3610
3611 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3612
3613         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3614
3615         Do not use cairo_rectangle and cairo_clip since we are
3616         not using cairo_fill but cairo_paint. Use the same cairo context
3617         for every page in the same expose event.
3618
3619 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3620
3621         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3622         leak.
3623
3624 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3625
3626         * configure.ac:
3627         * NEWS:
3628
3629         Release 0.9.3
3630
3631 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3632
3633         * libdocument/ev-document-info.h:
3634         * libdocument/ev-document.h:
3635         * shell/ev-page-action.h:
3636         * shell/ev-sidebar-links.h:
3637
3638         Fix a headers problem with ev-link
3639         
3640         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3641         * shell/ev-view-private.h:
3642         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3643         (get_link_area), (ev_view_query_tooltip),
3644         (ev_view_leave_notify_event), (ev_view_destroy),
3645         (ev_view_class_init):
3646
3647         Use new gtk tooltips when available instead of ev-tooltip.
3648         
3649 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3650
3651         * shell/ev-window.c: (update_chrome_visibility),
3652         (ev_window_sidebar_visibility_changed_cb):
3653
3654         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3655         
3656 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3657
3658         * shell/ev-navigation-action.c:
3659         (ev_navigation_action_history_changed),
3660         (ev_navigation_action_set_history):
3661         * shell/ev-navigation-action-widget.c:
3662         (ev_navigation_action_widget_init):
3663         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3664
3665         Fix compile warnings.
3666         
3667 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3668
3669         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3670         (egg_editable_toolbar_dispose):
3671
3672         Fix memory leak.
3673         
3674 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3675
3676         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3677         (screensaver_disable_x11):
3678         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3679         * shell/ev-window.c: (presentation_set_timeout):
3680         * shell/ev-view.c: (ev_view_presentation_transition_start):
3681
3682         Use g_timeout_add_seconds instead of g_timeout_add when
3683         available.
3684         
3685 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3686
3687         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3688
3689         Set horizontal scrollbar policy to AUTOMATIC instead of
3690         NEVER. Workaround for bug #449462.
3691         
3692 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3693
3694         * shell/ev-jobs.c: (ev_job_render_page_ready):
3695
3696         Add page_ready callback to main loop with high priority and hold
3697         a reference to job during idle.
3698         
3699 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3700
3701         * configure.ac:
3702         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3703         (pdf_document_file_exporter_begin),
3704         (pdf_document_file_exporter_do_page),
3705         (pdf_document_file_exporter_get_capabilities):
3706         * libdocument/ev-file-exporter.h:
3707         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3708         * shell/ev-window.c: (ev_window_print_send),
3709         (ev_window_print_dialog_response_cb):
3710
3711         Allow printing multiple pages per sheet. Fixes bug #395573.
3712         
3713 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3714
3715         * shell/ev-view.c: (tip_from_link):
3716         
3717         Check for NULL, fixes bug #460862.
3718
3719 2007-07-29  Christian Persch  <chpe@gnome.org>
3720
3721         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3722         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3723         (ev_window_cmd_preview_print):
3724         
3725         Fixes bug #437681 - blocks while enumerating printers.
3726
3727 2007-07-29  Christian Persch  <chpe@gnome.org>
3728
3729         * shell/ev-window.c: (ev_window_screen_changed):
3730         
3731         Don't use deprecated gtk+ function. See bug #460909.
3732
3733 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3734
3735         * shell/ev-utils.c: (get_num_monitors):
3736         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3737
3738         Do not use display before initializing it. Remove compile
3739         warnings.
3740
3741 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3742
3743         * shell/ev-view.c: (ev_view_class_init):
3744         
3745         Unix-like hjkl bindings added. See bug #458111.
3746
3747 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3748
3749         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3750         * shell/ev-utils.h:
3751         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3752         (ev_view_update_view_size):
3753         * shell/ev-view.h:
3754         * shell/ev-window.c: (ev_window_update_actions),
3755         (setup_view_from_metadata), (ev_window_screen_changed),
3756         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3757         (zoom_control_changed_cb):
3758         * shell/ev-window.h:
3759         
3760         Reorganizes utility functions.
3761
3762 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3763
3764         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3765         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3766         (add_job), (ev_pixbuf_cache_get_surface),
3767         (ev_pixbuf_cache_get_link_mapping),
3768         (ev_pixbuf_cache_get_image_mapping),
3769         (ev_pixbuf_cache_get_form_field_mapping),
3770         (ev_pixbuf_cache_get_text_mapping):
3771         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3772         (notify_page_ready), (ev_job_render_page_ready),
3773         (ev_job_render_run):
3774
3775         Add page_ready signal to notify that page is ready as soon as
3776         possible even if other page elements like links, forms, images or
3777         text mapping are not ready yet.
3778
3779 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3780
3781         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3782         (dvi_document_file_exporter_do_page),
3783         (dvi_document_file_exporter_get_capabilities),
3784         (dvi_document_file_exporter_iface_init):
3785         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3786         (ps_document_file_exporter_do_page),
3787         (ps_document_file_exporter_get_capabilities),
3788         (ps_document_file_exporter_iface_init):
3789         * backend/djvu/djvu-document.c:
3790         (djvu_document_file_exporter_begin),
3791         (djvu_document_file_exporter_end),
3792         (djvu_document_file_exporter_get_capabilities),
3793         (djvu_document_file_exporter_iface_init):
3794         * backend/tiff/tiff-document.c:
3795         (tiff_document_file_exporter_begin),
3796         (tiff_document_file_exporter_get_capabilities),
3797         (tiff_document_document_file_exporter_iface_init):
3798         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3799         (pdf_document_file_exporter_do_page),
3800         (pdf_document_file_exporter_get_capabilities),
3801         (pdf_document_file_exporter_iface_init):
3802         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3803         (ev_file_exporter_get_capabilities):
3804         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3805         (idle_print_handler), (ev_print_job_print):
3806         * shell/ev-jobs.c: (ev_job_print_run):
3807         * shell/ev-window.c: (ev_window_print_send),
3808         (ev_window_print_range):
3809
3810         Use capabilities to know which options should be offered by the
3811         print dialog depending on the document backend.
3812
3813 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3814
3815         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3816
3817         Give priority to forms over text to set the cursor.
3818
3819 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3820
3821         * shell/ev-view-private.h:
3822         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3823         (ev_view_leave_notify_event), (ev_view_finalize),
3824         (ev_view_get_property), (ev_view_class_init):
3825
3826         Use IBEAM cursor for text form fields and NORMAL cursor for read
3827         only fields. Remove unused status attribute.
3828
3829 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3832
3833         Update region for current selected items also for checkbox
3834         buttons, since they can behave as radio buttons when they are in a
3835         set.
3836
3837 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3838
3839         * configure.ac:
3840         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3841
3842         Get max length of text form fields.
3843
3844 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3845
3846         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3847         * libdocument/ev-form-field.h:
3848         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3849
3850         Fix build with current poppler cvs head.
3851
3852 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3853
3854         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3855         * shell/eggfindbar.c: (egg_find_bar_init):
3856
3857         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3858         deprecation. Fixes bug #455667
3859
3860 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3861
3862         * NEWS:
3863         * configure.ac:
3864         
3865         Update for release 0.9.2
3866
3867 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * shell/ev-view.c: (ev_view_form_field_text_save),
3870         (ev_view_form_field_choice_save):
3871
3872         Fix a crash when closing whith a form widget visible.
3873
3874 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3875
3876         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3877
3878         Update also the region of the current selected button when
3879         clicking on another button if they are radio buttons.
3880
3881 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3882
3883         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3884         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3885         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3886         (ev_pixbuf_cache_get_link_mapping),
3887         (ev_pixbuf_cache_get_image_mapping),
3888         (ev_pixbuf_cache_get_form_field_mapping),
3889         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3890         * shell/ev-view.c: (ev_view_form_field_get_region),
3891         (ev_view_form_field_button_create_widget),
3892         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3893         (job_finished_cb):
3894
3895         Redraw only form field region instead of the whole page when
3896         reloading a page to show changes on the form field.
3897
3898 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3899
3900         * shell/ev-view.c: (ev_view_form_field_choice_save):
3901
3902         Fix selection of first item in list form fields.
3903
3904 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3905
3906         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3907         (ev_pixbuf_cache_reload_page),
3908         (ev_pixbuf_cache_get_form_field_mapping):
3909
3910         Some refactoring to avoid duplicated code.
3911
3912 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3913
3914         * configure.ac:
3915         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3916         (ev_form_field_from_poppler_field),
3917         (pdf_document_forms_get_form_fields),
3918         (pdf_document_forms_form_field_text_get_text),
3919         (pdf_document_forms_form_field_text_set_text),
3920         (pdf_document_forms_form_field_button_set_state),
3921         (pdf_document_forms_form_field_button_get_state),
3922         (pdf_document_forms_form_field_choice_get_item),
3923         (pdf_document_forms_form_field_choice_get_n_items),
3924         (pdf_document_forms_form_field_choice_is_item_selected),
3925         (pdf_document_forms_form_field_choice_select_item),
3926         (pdf_document_forms_form_field_choice_toggle_item),
3927         (pdf_document_forms_form_field_choice_unselect_all),
3928         (pdf_document_forms_form_field_choice_set_text),
3929         (pdf_document_forms_form_field_choice_get_text),
3930         (pdf_document_document_forms_iface_init):
3931         * libdocument/Makefile.am:
3932         * libdocument/ev-form-field.[ch]:
3933         * libdocument/ev-document-forms.[ch]:
3934         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3935         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3936         (add_job), (ev_pixbuf_cache_reload_page),
3937         (ev_pixbuf_cache_get_form_field_mapping):
3938         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3939         * shell/ev-view-private.h:
3940         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3941         (ev_view_handle_cursor_over_xy),
3942         (ev_view_get_form_field_at_location),
3943         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3944         (ev_view_form_field_button_create_widget),
3945         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3946         (ev_view_form_field_text_create_widget),
3947         (ev_view_form_field_choice_save),
3948         (ev_view_form_field_choice_changed),
3949         (ev_view_form_field_choice_create_widget),
3950         (ev_view_handle_form_field), (ev_view_size_allocate),
3951         (ev_view_realize), (draw_end_presentation_page),
3952         (ev_view_button_press_event), (ev_view_remove_all),
3953         (ev_view_motion_notify_event), (ev_view_key_press_event),
3954         (ev_view_enter_notify_event), (highlight_find_results),
3955         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3956         (ev_view_class_init), (page_changed_cb),
3957         (on_adjustment_value_changed), (ev_view_set_presentation),
3958         (merge_selection_region), (ev_view_set_cursor),
3959         (ev_view_reset_presentation_state):
3960         
3961         Merge evince-forms branch.
3962
3963 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3964
3965         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3966
3967         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3968         This script also updates itself from libegg
3969
3970         * cut-n-paste/toolbar-editor/egg*:
3971         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3972         libegg
3973
3974 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3975
3976         * shell/ev-window.c:
3977         
3978         Adds a nice icon to page action during toolbar editing.
3979         See bug #452872.
3980
3981 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3982
3983         * data/evince-toolbar.xml:
3984         * shell/ev-window.c:
3985         
3986         Let user add a presentation and fullscreen icons on toolbar.
3987         See bug #449734.
3988
3989 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3990
3991         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3992
3993         new script to keep in sync with toolbareditor in libegg
3994
3995         * cut-n-paste/toolbar-editor/*: 
3996
3997         Run update-toolbareditor-from-libegg so we are in sync again. 
3998         Fixes bug #452850.
3999         
4000
4001 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4002
4003         * shell/ev-sidebar-links.c: (job_finished_callback):
4004
4005         Do not connect selection changed signal more than once. Fixes bug
4006         #349433.
4007
4008 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4009
4010         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4011
4012         Do not change sidebar chrome flag when pressing F9 key in
4013         presentation mode.
4014
4015 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4016
4017         * backend/pdf/ev-poppler.cc:
4018         (pdf_document_thumbnails_get_dimensions):
4019
4020         Make sure thumbnails width and height is not <= 0. Fixes a crash
4021         with some pdf documents which have really small pages.
4022
4023 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4024
4025         * shell/main.c: (main):
4026
4027         Fixes program description translation issue.
4028         Bug #450148.
4029
4030 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4031
4032         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4033
4034         Do not change current page when returning from black/white mode
4035         in presentation. Fixes bug #415032.
4036
4037 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4038
4039         * NEWS:
4040         * configure.ac:
4041         
4042         Update for release 0.9.1
4043
4044 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4045
4046         * backend/dvi/dvi-document.c:
4047         (dvi_document_finalize),
4048         (dvi_document_file_exporter_format_supported),
4049         (dvi_document_file_exporter_begin),
4050         (dvi_document_file_exporter_do_page),
4051         (dvi_document_file_exporter_end),
4052         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4053         
4054         PDF exporter for dvi documents. Fixes bug #441319.
4055
4056 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4057
4058         * shell/ev-window.c: (ev_window_clear_print_job):
4059
4060         Clear gtk print job when job has finished. Fixes bug #447612.
4061
4062 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4063
4064         * shell/ev-window.c: (ev_window_print_send),
4065         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4066
4067         Add preview button to print dialog. Fixes bug #445419.
4068
4069 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4070
4071         * backend/dvi/Makefile.am:
4072         * backend/dvi/pixbuf-device.[ch]: Removed
4073         * backend/dvi/cairo-device.[ch]: Added
4074         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4075         * backend/dvi/dvi-document.c: (dvi_document_load),
4076         (dvi_document_render), (dvi_document_finalize),
4077         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4078         (dvi_document_do_color_special):
4079         * libdocument/ev-document-misc.[ch]:
4080         (ev_document_misc_pixbuf_from_surface):
4081
4082         Port dvi backend to cairo and fix a problem with colors. 
4083
4084 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4085
4086         * shell/ev-view.c: (draw_one_page):
4087
4088         Draw only visible region.
4089
4090 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4091
4092         * backend/djvu/djvu-document.c: (djvu_document_render):
4093
4094         Fix rotation in djvu backend.
4095
4096 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4097
4098         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4099         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4100         (ev_pixbuf_cache_get_image_mapping),
4101         (ev_pixbuf_cache_get_text_mapping):
4102
4103         Redraw view every time we have a new surface. Fixes bug #443587.
4104
4105 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4106
4107         * libdocument/ev-document.c: (ev_document_info_free):
4108
4109         Fix memory leaks.
4110
4111 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4112
4113         * backend/dvi/dvi-document.c: (dvi_document_render),
4114         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4115         * backend/impress/impress-document.c:
4116         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4117         (impress_document_render), (impress_document_document_iface_init),
4118         (impress_document_thumbnails_get_thumbnail):
4119         * backend/djvu/djvu-document-private.h:
4120         * backend/djvu/djvu-document.c: (djvu_document_render),
4121         (djvu_document_finalize), (djvu_document_document_iface_init),
4122         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4123         * backend/tiff/tiff-document.c: (tiff_document_render),
4124         (tiff_document_render_pixbuf),
4125         (tiff_document_document_iface_init):
4126         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4127         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4128         (pdf_selection_render_selection):
4129         * backend/comics/comics-document.c:
4130         (comics_document_render_pixbuf), (comics_document_render),
4131         (comics_document_document_iface_init):
4132         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4133         (pixbuf_document_document_iface_init):
4134         * libdocument/ev-document-misc.[ch]:
4135         (ev_document_misc_surface_from_pixbuf),
4136         (ev_document_misc_surface_rotate_and_scale):
4137         * libdocument/ev-document.[ch]: (ev_document_render):
4138         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4139         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4140         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4141         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4142         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4143         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4144         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4145         (render_finished_cb), (ev_job_render_run):
4146         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4147         (merge_selection_region):
4148
4149         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4150         and selections.
4151
4152 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4153
4154         * shell/ev-window-title.c: (ev_window_title_update):
4155
4156         Fix memory leak.
4157
4158 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4159
4160         * shell/ev-view.c: (draw_loading_text):
4161
4162         Show loading text centered. Fixes bug #433061
4163
4164 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4165
4166         * shell/ev-sidebar-thumbnails.c:
4167         (ev_sidebar_thumbnails_set_loading_icon):
4168
4169         Remove a mutex in the main thread that blocks the UI in heavy
4170         documents.
4171
4172 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4173
4174         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4175
4176         Set points_set to TRUE so that selections don't disappear after a
4177         zoom change.
4178
4179 2007-06-07  Michael Monreal  <infernux@web.de>
4180
4181         * data/icons/16x16/actions/Makefile.am:
4182         * data/icons/16x16/actions/zoom.svg:
4183         * data/icons/22x22/actions/Makefile.am:
4184         * data/icons/22x22/actions/zoom.svg:
4185         * data/icons/24x24/actions/Makefile.am:
4186         * shell/ev-stock-icons.c:
4187         * shell/ev-stock-icons.h:
4188         * shell/ev-window.c:
4189         
4190         Zoom icon artwork. See bug #444795.
4191
4192 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4193
4194         * shell/ev-metadata-manager.c: Remove extraneous function
4195         (Closes: #444386)
4196
4197 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4198
4199         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4200         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4201         (ev_metadata_manager_set), (ev_metadata_manager_save):
4202         Simplify the timeout, no need for modified anymore
4203
4204 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4205
4206         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4207         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4208         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4209         (ev_metadata_manager_save): Adapted patch from Arjan van de
4210         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4211         time, saves on power (Closes: #443851)
4212
4213 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4214
4215         * configure.ac:
4216         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4217         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4218
4219         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4220
4221 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4222
4223         * shell/ev-window.c: (ev_window_add_history):
4224
4225         Check if history is NULL
4226
4227 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * libdocument/ev-image.c: (ev_image_finalize):
4230         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4231         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4232         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4233         (ev_tmp_uri_unlink):
4234
4235         Add functions to delete temporary files created by evince in a safe
4236         way.
4237
4238         * shell/ev-window.c: (ev_window_clear_local_uri),
4239         (open_xfer_update_progress_callback),
4240         (save_xfer_update_progress_callback), (ev_window_save_remote),
4241         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4242         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4243         (attachment_save_dialog_response_cb),
4244         (ev_attachment_popup_cmd_save_attachment_as):
4245
4246         Allow saving a copy of a document, image or attachment to a remote
4247         location. Fixes bug #440754. 
4248
4249 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4250
4251         * configure.ac:
4252         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4253
4254         Fix build with current poppler from cvs head. 
4255
4256 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4257
4258         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4259
4260         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4261         directory exists.
4262
4263 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4264
4265         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4266         * shell/ev-window.c:
4267
4268         Change sidebar ordering. Fixes bug #439939.
4269
4270 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4271
4272         * backend/comics/Makefile.am:
4273         
4274         Fixes build with --without-libgnome.
4275
4276 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4277         
4278         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4279
4280         Update cursor and tooltip on page change and view scroll. Fixes bug
4281         #439217.
4282
4283 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4284
4285         * NEWS:
4286         * configure.ac:
4287         
4288         Update for release 0.9.0
4289
4290 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4291
4292         * backend/djvu/djvu-document-private.h:
4293         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4294         (djvu_document_finalize),
4295         (djvu_document_file_exporter_format_supported),
4296         (djvu_document_file_exporter_begin),
4297         (djvu_document_file_exporter_do_page),
4298         (djvu_document_file_exporter_end),
4299         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4300         
4301         Implemented printing with djvu. Bug #437998.
4302
4303 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4304
4305         * backend/impress/zip.c:
4306         Add missing ulong definition.
4307
4308         * backend/ps/ps-interpreter.c:
4309         Add missing headers.
4310
4311         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4312
4313 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4314
4315         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4316
4317         Add missing call to parent class dispose method. 
4318
4319 2007-05-12  Ross Burton  <ross@openedhand.com>
4320
4321         * shell/main.c:
4322         Sync keybindings manually when building without libgnome
4323         (#437925).
4324
4325 2007-05-12  Ross Burton  <ross@openedhand.com>
4326
4327         * shell/ev-window.c:
4328         Respect the screen when opening help (#437866).
4329
4330 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4331
4332         * data/evince-ui.xml:
4333         * shell/ev-application.[ch]: (get_print_settings_from_args),
4334         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4335         (ev_application_open_uri_list):
4336         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4337         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4338         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4339         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4340         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4341         (ev_window_dispose):
4342         * shell/main.c: (arguments_parse):
4343
4344         Add print button in preview mode. Fixes bug #396475. 
4345
4346 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4347
4348         * cut-n-paste/zoom-control/ephy-zoom.h:
4349         
4350         Fixes zoom level factors. See bug #408119 for details.
4351
4352 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4353
4354         * backend/comics/comics-document.c: (comics_regex_quote),
4355         (extract_argv):
4356         
4357         Correctly quote symbols. Fixes crash in the bug
4358         #415370.
4359
4360 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4361
4362         * shell/ev-navigation-action-widget.c:
4363         (ev_navigation_action_widget_init),
4364         (ev_navigation_action_widget_class_init),
4365         (ev_navigation_action_widget_button_press_event):
4366         
4367         Connect to button-press event on correct widget. Fixes
4368         bug #431988
4369
4370 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4371
4372         * shell/ev-application.c: (ev_application_open_window),
4373         (ev_application_add_icon_path_for_screen),
4374         (ev_application_open_uri_at_dest):
4375         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4376         * shell/ev-navigation-action.c: (build_menu):
4377         
4378         Add app-specific icons to our icon theme. Fixes bug
4379         #425508.
4380
4381 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4382
4383         * shell/ev-history.c: (ev_history_class_init),
4384         (ev_history_add_link):
4385         * shell/ev-history.h:
4386         * shell/ev-navigation-action.c:
4387         (ev_navigation_action_history_changed),
4388         (ev_navigation_action_set_history), (build_menu),
4389         (ev_navigation_action_finalize):
4390         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4391         
4392         Make navigation action unsensitive instead of showing
4393         menu with unsensitive word. Fixes bug #417392.
4394
4395 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4396
4397         * shell/ev-application.[ch]: (ev_application_shutdown),
4398         (ev_application_get_print_settings),
4399         (ev_application_set_print_settings):
4400         * shell/ev-window.c:
4401
4402         Remember print settings. Fixes bug #349102. 
4403
4404 2007-05-08  Christian Persch  <chpe@gnome.org>
4405
4406         * configure.ac:
4407         * properties/ev-properties-view.c:
4408
4409         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4410         Bug #382438.
4411
4412 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4413
4414         * configure.ac:
4415         * properties/ev-properties-view.c: (ev_regular_paper_size):
4416
4417         Use gtk+ builtin paper list to identify the document's paper size.
4418         Fixes bug #382438. 
4419
4420 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4421
4422         * configure.ac:
4423
4424         Fix build when compiling with thumbnailer and libgnome support. 
4425
4426 2007-05-04  Ross Burton  <ross@openedhand.com>
4427
4428         * configure.ac:
4429         Add --without-libgnome, check for libgnome and libgnomeui
4430         separately, and add them to the symbols as required.
4431
4432         * libdocument/ev-file-helpers.c:
4433         When building without libgnome, use g_get_user_config_dir instead
4434         of gnome_user_dir_get.
4435
4436         * shell/ev-application.c:
4437         When building without libgnome, don't use session management.
4438
4439         * shell/main.c:
4440         When building without libgnome, don't use GnomeProgram or
4441         initialise the authentication manager.
4442
4443         This fixes #328842.
4444
4445 2007-05-04  Ross Burton  <ross@openedhand.com>
4446
4447         * shell/ev-window.c:
4448         Don't use libgnome to open help, instead call Yelp directly.
4449
4450 2007-05-04  Ross Burton  <ross@openedhand.com>
4451
4452         * shell/ev-sidebar-attachments.c:
4453         Don't use libgnome to lookup icons for MIME types, instead copy
4454         code from GTK+ to do it manually.
4455
4456 2007-05-04  Ross Burton  <ross@openedhand.com>
4457
4458         * configure.ac:
4459         Add libxml to the dependencies for SHELL_CORE (#435818).
4460
4461 2007-05-02  Ross Burton  <ross@openedhand.com>
4462
4463         * configure.ac:
4464         * Makefile.am:
4465         Add --disable-thumbnailer (#434825)
4466
4467 2007-05-02  Ross Burton  <ross@openedhand.com>
4468
4469         * shell/ev-window.c:
4470         Add missing includes, fix indentation.
4471
4472         * shell/main.c:
4473         Fix indentation.
4474
4475 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4476
4477         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4478         ev_application_open_uri_at_dest instead of ev_application_open_uri
4479         preventing new document always being opened in a new window even if there
4480         is an empty window.
4481
4482 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4483
4484         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4485         (egg_recent_view_uimanager_finalize):
4486         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4487         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4488         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4489         (ev_pixbuf_cache_dispose):
4490         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4491         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4492         
4493         Add missing chain to parent class methods. Fixes
4494         bug #433128.
4495
4496 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4497
4498         * data/Makefile.am (update-icon-cache): Updates
4499         gtk-update-icon-cache in uninstall-hook.
4500
4501 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4502
4503         * shell/ev-window.c: (ev_window_setup_document),
4504         (ev_window_set_document), (ev_window_load_job_cb):
4505         * shell/ev-view.c: (setup_caches):
4506         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4507
4508         Start rendering pages before any other jobs. 
4509
4510 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4511
4512         * shell/ev-window.c: (ev_window_stop_fullscreen),
4513         (ev_window_stop_presentation):
4514
4515         Update chrome visibility before window unfullscreen. 
4516
4517 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4518
4519         * data/Makefile.am:
4520         * data/evince-ui.xml:
4521         * shell/ev-stock-icons.[ch]:
4522         * shell/ev-application.[ch]: (ev_application_shutdown),
4523         (ev_application_init), (ev_application_get_toolbars_model):
4524         * shell/ev-window.c: (update_chrome_visibility),
4525         (fullscreen_toolbar_setup_item_properties),
4526         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4527         (ev_window_run_presentation), (ev_window_stop_presentation),
4528         (ev_window_run_preview), (ev_window_screen_changed),
4529         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4530         (ev_window_dispose), (ev_window_init):
4531
4532         Make fullscreen toolbar always visible. Do not use egg toolbars for
4533         fullscreen and preview modes since such toolbars are not editables.
4534         Fixes bugs #300278, #338910 and #316188.  
4535
4536 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4537
4538         * shell/ev-application.c:
4539         * shell/ev-job-queue.c:
4540         * shell/ev-metadata-manager.c:
4541         * shell/ev-stock-icons.c:
4542         * shell/ev-window.c:
4543         * shell/main.c:
4544         
4545         Developers documentation updated.
4546
4547 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4548
4549         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4550
4551         Check whether uri is valid before launching it. Fixes bug #427664.
4552
4553 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4554
4555         * shell/ev-window.c:
4556
4557         Change key accelerator for Open a Copy menu entry which is in conflict
4558         with Close. Fixes bug #427321.
4559
4560 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4561
4562         * NEWS:
4563         * configure.ac:
4564         
4565         Update for release 0.8.1
4566
4567 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4568
4569         * shell/ev-window.c: (setup_size_from_metadata):
4570         
4571         Do not make window bigger than screen. Fixes bug 
4572         #388985.
4573
4574 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4575
4576         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4577         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4578
4579         Use default resolution when it's not provided by document. Fixes bug
4580         #408762.
4581
4582 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4583
4584         * configure.ac:
4585         * thumbnailer/Makefile.am:
4586         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4587         * thumbnailer/evince-thumbnailer.schemas.in:
4588         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4589
4590         Add support for ps, eps and compressed documents thumbnails. Do not
4591         ignore size parameter. 
4592
4593 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4594
4595         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4596         (dvi_document_do_color_special):
4597         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4598
4599         Implement font color specials in the DVI backend. Fixes bug #303651.
4600
4601 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4602
4603         Fixup the previous commit:
4604
4605         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4606         * shell/xdg-user-dir-lookup.c: Make the function non-static
4607         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4608
4609 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4610
4611         * shell/ev-window.c (file_open_dialog_response_cb): Use
4612         the xdg-user-dirs DOCUMENTS folder as default folder when
4613         opening a file chooser.  (#424858)
4614
4615         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4616         xdg-user-dirs.
4617
4618 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4619
4620         * shell/ev-window.c: (ev_window_load_job_cb):
4621
4622         Do not setup view from metadata on preview mode. 
4623
4624 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4625
4626         * shell/main.c:
4627
4628         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4629
4630 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4631
4632         * shell/ev-view.c: (ev_view_primary_get_cb):
4633
4634         Check pointer != NULL before using it. Fixes bug #416841. 
4635
4636 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4637
4638         * NEWS:
4639         * configure.ac:
4640         
4641         Release 0.8.0
4642
4643 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4644
4645         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4646
4647         Do not render thumbnails when sidebar thumbnail page is not visible
4648         at startup. Fixes bug #416447. 
4649
4650 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4651
4652         * data/evince.desktop.in.in:
4653
4654         "Application" is not a valid category in the freedesktop specification.
4655
4656 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4657
4658         * libdocument/ev-file-helpers.[ch]: (compression_run),
4659         (ev_file_uncompress), (ev_file_compress):
4660         * shell/ev-window.c: (file_save_dialog_response_cb):
4661
4662         Save document compressed when saving a copy of a compressed document.
4663         Fixes bug #334542.
4664
4665 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4666
4667         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4668
4669         Allow deleting in goto window entry in presentation mode. 
4670
4671 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4672
4673         * Makefile.am: Dist MAINTAINERS.
4674
4675 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4676
4677         * shell/ev-window.c: (ev_window_update_actions):
4678
4679         Fix zoom shortcut keys when searching. Fixes bug #409828.
4680
4681 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4682
4683         * shell/ev-window.c: (ev_window_setup_document):
4684
4685         Fix crash when loading documents with only one page. 
4686
4687 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4688
4689         * backend/dvi/dvi-document.c:
4690         (dvi_document_thumbnails_get_dimensions),
4691         (dvi_document_thumbnails_get_thumbnail):
4692         * backend/impress/impress-document.c:
4693         (impress_document_thumbnails_get_thumbnail),
4694         (impress_document_thumbnails_get_dimensions):
4695         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4696         (ps_document_thumbnails_get_dimensions):
4697         * backend/djvu/djvu-document.c:
4698         (djvu_document_thumbnails_get_dimensions),
4699         (djvu_document_thumbnails_get_thumbnail):
4700         * backend/tiff/tiff-document.c:
4701         (tiff_document_thumbnails_get_thumbnail),
4702         (tiff_document_thumbnails_get_dimensions):
4703         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4704         (pdf_document_thumbnails_get_thumbnail),
4705         (pdf_document_thumbnails_get_dimensions):
4706         * backend/comics/comics-document.c:
4707         (comics_document_thumbnails_get_thumbnail),
4708         (comics_document_thumbnails_get_dimensions):
4709         * backend/pixbuf/pixbuf-document.c:
4710         (pixbuf_document_thumbnails_get_thumbnail),
4711         (pixbuf_document_thumbnails_get_dimensions):
4712         * libdocument/ev-document-thumbnails.[ch]:
4713         (ev_document_thumbnails_get_thumbnail),
4714         (ev_document_thumbnails_get_dimensions):
4715         * libdocument/ev-document-misc.[ch]:
4716         (ev_document_misc_get_thumbnail_frame):
4717         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4718         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4719         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4720         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4721         (ev_sidebar_thumbnails_refresh):
4722         * shell/ev-window.c: (ev_window_setup_document):
4723         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4724
4725         Use an EvRenderContext for rendering thumbnails instead of a suggested
4726         width, so that different sized pages get sized proportionally.
4727
4728 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4729
4730         * shell/ev-view.c: (ev_view_button_press_event),
4731         (ev_view_key_press_event):
4732
4733         Fix critical warnings when there is no document loaded. 
4734
4735 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4736
4737         * shell/ev-page-action-widget.c:
4738         * shell/ev-navigation-action.c:
4739         * shell/ev-window.c:
4740
4741         Fix compile warnings. 
4742
4743 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4744
4745         * backend/djvu/djvu-text.h:
4746         * backend/djvu/djvu-document.c:
4747         * backend/djvu/djvu-text-page.c:
4748         * backend/djvu/djvu-links.c:
4749         * backend/djvu/djvu-text-page.h:
4750         * backend/djvu/djvu-text.c:
4751         
4752         Fix build on Mac. Fixes bug #392186. Patch by
4753         <ephraim_owns@hotmail.com>
4754
4755 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4756
4757         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4758
4759         Restore cairo context before rendering every page when printing a PDF
4760         document into a PDF file. 
4761
4762 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4763
4764         * backend/ps/gstypes.h:
4765         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4766         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4767         (ps_document_thumbnails_get_thumbnail):
4768
4769         Handle PostScript page orientation. Fixes bug #318568.
4770
4771 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4772
4773         * backend/ps/Makefile.am:
4774         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4775         (document_load), (ps_document_load), (save_document),
4776         (save_page_list), (ps_document_get_n_pages),
4777         (ps_document_get_page_size), (ps_document_get_info),
4778         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4779         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4780         (ps_document_thumbnails_get_thumbnail),
4781         (ps_document_thumbnails_get_dimensions),
4782         (ps_document_document_thumbnails_iface_init):
4783         * backend/ps/ps.[ch]: (psgetpagebox):
4784         * backend/ps/ps-interpreter.[ch]:
4785
4786         Add support for thumbnails in ps backend. Fixes bug #164755. 
4787
4788 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4789
4790         * NEWS:
4791         * configure.ac:
4792         
4793         Release 0.7.2
4794
4795 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4796
4797         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4798         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4799         (ev_window_dispose):
4800
4801         Use document thumbnail as window icon. Fixes bug #384442.
4802
4803 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4804
4805         * configure.ac:
4806
4807         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4808         duplicated adding application/x-bzpostscript instead. 
4809
4810 2007-02-11  Tom Parker  <palfrey@tevp.net>
4811
4812         * backend/ps/ps-document.c: (document_load):
4813
4814         Check return value of psscan before trying
4815         to use it. Fixes bug #372414.
4816
4817 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4818
4819         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4820
4821         Fix invalid free in ev-page-cache. Fixes bug #404745.
4822
4823 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4824
4825         * test/Makefile.am:
4826         * test/test3.py:
4827         
4828         Added reload test case.
4829
4830 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4831
4832         * po/POTFILES.in:
4833         * backend/djvu/djvu-document.c: (djvu_document_load):
4834
4835         Check whether there are missing files in indirect multipage djvu
4836         documents. Fixes bug #361683. 
4837
4838 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4839
4840         * test/Makefile.am:
4841         * test/test-mime.bin:
4842         * test/test3.py:
4843         
4844         Added test for slow mime type
4845
4846 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4847
4848         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4849
4850         Add some checks and call parent_class->finalize. Fixes bug #404745.
4851
4852 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4853
4854         * shell/ev-navigation-action.c: (connect_proxy):
4855         
4856         Fixes dropdown history menu. Thanks a lot Carlos!
4857
4858 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4859
4860         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4861
4862         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4863         bug #373715.
4864
4865 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4866
4867         * backend/ps/ps.c: (psscan):
4868
4869         Fix memory leak. 
4870
4871 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4872
4873         * configure.ac:
4874         * libdocument/ev-file-helpers.c: 
4875
4876         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4877
4878 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4879
4880         * configure.ac:
4881         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4882         (ps_interpreter_start), (document_load), (save_document),
4883         (save_page_list):
4884         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4885         * libdocument/ev-document-factory.c:
4886         (ev_document_factory_get_from_mime), (get_document_from_uri),
4887         (free_uncompressed_uri), (ev_document_factory_get_document):
4888         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4889
4890         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4891
4892 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4893
4894         * libdocument/ev-document.h:
4895
4896         Fix typo in function name. 
4897
4898 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4899
4900         * backend/ps/ps-document.c: (ps_interpreter_finished),
4901         (ps_interpreter_start), (ps_interpreter_failed):
4902
4903         Handle ghostscript interpreter crashes. 
4904
4905 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4906
4907         * shell/ev-window.c: (ev_window_open_uri),
4908         (window_configure_event_cb):
4909
4910         Setup window size and position before showing it. Fixes bug #401711.
4911
4912 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4913
4914         * backend/ps/Makefile.am:
4915         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4916         (ps_document_dispose), (ps_document_class_init),
4917         (ps_interpreter_input), (ps_interpreter_output),
4918         (ps_interpreter_error), (setup_interpreter_env),
4919         (ps_interpreter_start), (ps_interpreter_stop),
4920         (ps_interpreter_failed), (ps_interpreter_is_ready),
4921         (check_filecompressed), (document_load), (ps_document_load),
4922         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4923         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4924         (render_page):
4925
4926         Rework ps-document. Code cleanups, remove deprecated code. 
4927
4928 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4929
4930         * shell/ev-view.c: (ev_view_button_press_event):
4931
4932         Do not start an image drag and drop operation when pointer is on 
4933         text, so that we can select text when the whole background is an
4934         image. 
4935
4936 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4937
4938         * shell/ev-window.c: (ev_window_update_actions): 
4939
4940         Disable all zoom related actions during presentation mode. 
4941
4942 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4943
4944         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4945
4946         Do not zoom in or out on presentation mode. Fixes bug #401305.
4947
4948 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4949
4950         * shell/ev-navigation-action.c: (connect_proxy),
4951         (create_menu_item), (ev_navigation_action_class_init):
4952         
4953         Correctly show menu and fix crash when navigaton 
4954         action is out of toolbar visible area.
4955
4956 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4957
4958         * data/Makefile.am:
4959         * data/evince.1:
4960         
4961         Added man file
4962
4963 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4964
4965         * help/reference/* :
4966         * configure.ac:
4967         
4968         Added gtk-doc based documentation for Evince.
4969         Still in initial state but I hope it will
4970         grow.
4971         
4972         * configure.ac:
4973         
4974         Lower dbus requirement to 0.70
4975
4976 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4977
4978         * shell/ev-window.c: (ev_window_add_history):
4979
4980         Fix memory leak. 
4981
4982 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4983
4984         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4985         * shell/ev-view.h:
4986         * shell/ev-window.c: (ev_window_add_history):
4987         
4988         Correctly handle named destination links
4989
4990 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4991
4992         * NOTES:
4993         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4994         * backend/pdf/ev-poppler.cc:
4995         * libdocument/ev-document-links.h:
4996         * libdocument/ev-link.c: (ev_link_get_page):
4997         * libdocument/ev-link.h:
4998         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4999         (ev_history_add_link):
5000         * shell/ev-history.h:
5001         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5002         (new_history_menu_item), (build_menu):
5003         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5004         * shell/ev-sidebar-links.c: (create_loading_model),
5005         (print_section_cb), (ev_sidebar_links_construct),
5006         (fill_page_labels), (update_page_callback_foreach),
5007         (update_page_callback), (job_finished_callback):
5008         * shell/ev-view.c: (ev_view_handle_link):
5009         * shell/ev-window.c: (ev_window_find_chapter),
5010         (ev_window_add_history), (view_handle_link_cb),
5011         (history_changed_cb):
5012         
5013         Implements another history variant
5014
5015 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5016
5017         * shell/ev-window.c: (view_external_link_cb):
5018         * shell/ev-view.c: (ev_view_button_release_event):
5019
5020         Open links in new window when clicking with middle button. 
5021
5022 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5023
5024         * shell/ev-navigation-action.c: (new_history_menu_item):
5025         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5026         * shell/ev-view.c: (ev_view_handle_link):
5027         * shell/ev-window.c:
5028         
5029         Store link before jump, not the destination. For me it 
5030         seems like more natural history behavior.
5031
5032 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5033
5034         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5035         (ev_navigation_action_class_init):
5036         * shell/ev-navigation-action.h:
5037         * shell/ev-page-action.c: (activate_cb):
5038         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5039         (ev_page_cache_set_current_page_history):
5040         * shell/ev-page-cache.h:
5041         * shell/ev-sidebar-thumbnails.c:
5042         (ev_sidebar_tree_selection_changed),
5043         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5044         * shell/ev-view-private.h:
5045         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5046         * shell/ev-view.h:
5047         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5048         (ev_window_setup_document), (ev_window_load_job_cb):
5049         * shell/ev-window.h:
5050         
5051         History finally works as expected.
5052
5053 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5054
5055         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5056
5057         Do not update links treeview if it doesn't have a model assigned yet. 
5058
5059 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5060
5061         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5062         (ev_sidebar_links_class_init), (update_page_callback):
5063
5064         Do not update links treeview when sidepane is not visible. 
5065
5066 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5067
5068         * shell/ev-marshal.list:
5069         * shell/ev-page-action.c: (activate_cb),
5070         (ev_page_action_class_init):
5071         * shell/ev-page-action.h:
5072         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5073         * shell/ev-window.c:
5074         
5075         Remove activate_link signal, not required.
5076
5077 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5078
5079         * shell/ev-navigation-action.c: (build_menu):
5080         
5081         Reorder menu items and build menu with fixed length.
5082
5083 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5084
5085         * shell/ev-view.c: (get_selected_text):
5086         
5087         Normalize text to fix ligatures problem. See bug
5088         #341947 for details.
5089
5090 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5091
5092         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5093
5094         Fix memory leak in ev-page-cache. 
5095
5096 2007-01-25  Tom Parker <palfrey@tevp.net>
5097
5098         * backend/impress/impress-document.c: (impress_document_load),
5099         (impress_document_finalize), (impress_document_init):
5100         * properties/ev-properties-main.c: (ev_properties_get_pages):
5101         
5102         Correctly handle impress document errors. Fixes nautilus
5103         crash in property page #370491.
5104
5105 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5106
5107         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5108         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5109         (ev_job_queue_remove_job):
5110         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5111         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5112         (ev_job_load_run):
5113         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5114         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5115         (ev_window_load_job_cb), (xfer_update_progress_callback),
5116         (ev_window_open_uri), (ev_window_dispose):
5117         * shell/main.c: (main):
5118
5119         Do file transfer asynchronously in the main thread instead of
5120         synchronously in the load thread. Fixes bugs #399694, #398307 and
5121         #343542.
5122
5123 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5124
5125         * shell/ev-jobs.c: (ev_job_xfer_run):
5126
5127         Load the document with the font-config lock held. 
5128
5129 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5130
5131         * backend/ps/ps-document.c: (start_interpreter):
5132
5133         Fix memory leaks in ps backend. 
5134
5135 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5136
5137         * backend/impress/impress-document.c:
5138         (impress_document_render_pixbuf):
5139
5140         Do not acquire fontconfig lock in impress backend, since it is using
5141         the main loop for rendering. 
5142
5143 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5144
5145         * po/POTFILES.in: 
5146
5147         Remove mdvi files that shouldn't be translated. 
5148
5149 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5150
5151         * shell/ev-view-private.h:
5152         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5153         (ev_view_set_zoom):
5154
5155         Render "loading..." text into a cairo surface instead of directly into
5156         the window so that fontconfig lock is only needed once and UI is not
5157         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5158
5159 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5160
5161         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5162         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5163
5164         Use icon theme associated with the window screen rather than default. 
5165
5166 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5167
5168         * configure.ac:
5169
5170         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5171
5172 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5173
5174         * data/icons/*/apps/evince.*:
5175
5176         Move Evince icons under new apps directory.
5177
5178         * data/icons/*/actions/*:
5179
5180         Add new custom themeable Evince icons: view-page-continuous, 
5181         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5182         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5183
5184         * configure.ac:
5185
5186         Add new directories to AC_CONFIG_FILES.
5187
5188         * shell/ev-stock-icons.c:
5189         * shell/ev-stock-icons.h:
5190
5191         Use new custom themeable icons.
5192
5193 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5194
5195         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5196
5197         Do not draw white background page in presentation mode. 
5198
5199 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5200
5201         * shell/ev-view.c: Remove unused gnome-vfs include.
5202
5203 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5204
5205         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5206         
5207         Format string is corrected, fixes bug #397129.
5208
5209 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5210
5211         * shell/ev-window.c: (ev_window_setup_recent):
5212
5213         Do not include in recent menu inexistent documents. Fixes
5214         bug #339171.
5215
5216 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5217
5218         * po/POTFILES.skip: 
5219
5220         Update POTFILES.skip file according to current source tree. 
5221
5222 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5223
5224         * shell/ev-window.c: (file_save_dialog_response_cb):
5225
5226         Do Save a copy in atomic way. Fixes bug #328266. 
5227
5228 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5229
5230         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5231
5232         Keep selected cell always visible in index treeview.
5233
5234 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5235         
5236         * shell/ev-view.c: (ev_view_size_allocate):
5237
5238         Restore horizontal scrollbar after switching to/from fullscreen
5239         or presentation mode. Fixes bug #331728.
5240
5241 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5242
5243         * shell/ev-view-private.h:
5244         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5245         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5246         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5247         (ev_view_can_zoom_out):
5248
5249         Use max and min scale values in the view iby taking dpi into account. 
5250
5251 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5252
5253         * configure.ac:
5254         * NEWS:
5255
5256         Release 0.7.1
5257
5258 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5259
5260         * shell/ev-window.c: (ev_window_print_send):
5261
5262         Send print job to printer with some settings set to default values,
5263         since we have already exported to a file according to such settings
5264         and they could be taken twice by some printers. 
5265
5266 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5267
5268         * shell/ev-jobs.c: (ev_job_xfer_run):
5269         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5270
5271         Show main window and load document with the font-config lock held. 
5272
5273 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5274
5275         * configure.ac:
5276         * shell/ev-application.c: (ev_application_register_service):
5277         * shell/main.c: (load_files_remote):
5278
5279         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5280
5281 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5282
5283         * doc/debugging.txt:
5284         
5285         Remove obsolete documentation.
5286
5287 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5288
5289         * Makefile.am:
5290         * backend/Makefile.am:
5291         * backend/comics/Makefile.am:
5292         * backend/djvu/Makefile.am:
5293         * backend/dvi/Makefile.am:
5294         * backend/ev-async-renderer.c:
5295         * backend/ev-async-renderer.h:
5296         * backend/ev-attachment.c:
5297         * backend/ev-attachment.h:
5298         * backend/ev-backend-marshal.c:
5299         * backend/ev-document-factory.c:
5300         * backend/ev-document-factory.h:
5301         * backend/ev-document-find.c:
5302         * backend/ev-document-find.h:
5303         * backend/ev-document-fonts.c:
5304         * backend/ev-document-fonts.h:
5305         * backend/ev-document-images.c:
5306         * backend/ev-document-images.h:
5307         * backend/ev-document-info.h:
5308         * backend/ev-document-links.c:
5309         * backend/ev-document-links.h:
5310         * backend/ev-document-misc.c:
5311         * backend/ev-document-misc.h:
5312         * backend/ev-document-security.c:
5313         * backend/ev-document-security.h:
5314         * backend/ev-document-thumbnails.c:
5315         * backend/ev-document-thumbnails.h:
5316         * backend/ev-document-transition.c:
5317         * backend/ev-document-transition.h:
5318         * backend/ev-document.c:
5319         * backend/ev-document.h:
5320         * backend/ev-file-exporter.c:
5321         * backend/ev-file-exporter.h:
5322         * backend/ev-image.c:
5323         * backend/ev-image.h:
5324         * backend/ev-link-action.c:
5325         * backend/ev-link-action.h:
5326         * backend/ev-link-dest.c:
5327         * backend/ev-link-dest.h:
5328         * backend/ev-link.c:
5329         * backend/ev-link.h:
5330         * backend/ev-render-context.c:
5331         * backend/ev-render-context.h:
5332         * backend/ev-selection.c:
5333         * backend/ev-selection.h:
5334         * backend/impress/Makefile.am:
5335         * backend/pdf/Makefile.am:
5336         * backend/pixbuf/Makefile.am:
5337         * backend/ps/Makefile.am:
5338         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5339         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5340         (start_interpreter), (stop_interpreter), (document_load),
5341         (ps_document_next_page), (render_page):
5342         * backend/tiff/Makefile.am:
5343         * comics/Makefile.am:
5344         * comics/comics-document.c:
5345         * comics/comics-document.h:
5346         * configure.ac:
5347         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5348         * djvu/Makefile.am:
5349         * djvu/djvu-document-private.h:
5350         * djvu/djvu-document.c:
5351         * djvu/djvu-document.h:
5352         * djvu/djvu-links.c:
5353         * djvu/djvu-links.h:
5354         * djvu/djvu-text-page.c:
5355         * djvu/djvu-text-page.h:
5356         * djvu/djvu-text.c:
5357         * djvu/djvu-text.h:
5358         * dvi/Makefile.am:
5359         * dvi/dvi-document.c:
5360         * dvi/dvi-document.h:
5361         * dvi/fonts.c:
5362         * dvi/fonts.h:
5363         * dvi/mdvi-lib/Makefile.am:
5364         * dvi/mdvi-lib/afmparse.c:
5365         * dvi/mdvi-lib/afmparse.h:
5366         * dvi/mdvi-lib/bitmap.c:
5367         * dvi/mdvi-lib/bitmap.h:
5368         * dvi/mdvi-lib/color.c:
5369         * dvi/mdvi-lib/color.h:
5370         * dvi/mdvi-lib/common.c:
5371         * dvi/mdvi-lib/common.h:
5372         * dvi/mdvi-lib/defaults.h:
5373         * dvi/mdvi-lib/dvimisc.c:
5374         * dvi/mdvi-lib/dviopcodes.h:
5375         * dvi/mdvi-lib/dviread.c:
5376         * dvi/mdvi-lib/files.c:
5377         * dvi/mdvi-lib/font.c:
5378         * dvi/mdvi-lib/fontmap.c:
5379         * dvi/mdvi-lib/fontmap.h:
5380         * dvi/mdvi-lib/fontsrch.c:
5381         * dvi/mdvi-lib/gf.c:
5382         * dvi/mdvi-lib/hash.c:
5383         * dvi/mdvi-lib/hash.h:
5384         * dvi/mdvi-lib/list.c:
5385         * dvi/mdvi-lib/mdvi.h:
5386         * dvi/mdvi-lib/pagesel.c:
5387         * dvi/mdvi-lib/paper.c:
5388         * dvi/mdvi-lib/paper.h:
5389         * dvi/mdvi-lib/pk.c:
5390         * dvi/mdvi-lib/private.h:
5391         * dvi/mdvi-lib/setup.c:
5392         * dvi/mdvi-lib/sp-epsf.c:
5393         * dvi/mdvi-lib/special.c:
5394         * dvi/mdvi-lib/sysdeps.h:
5395         * dvi/mdvi-lib/t1.c:
5396         * dvi/mdvi-lib/tfm.c:
5397         * dvi/mdvi-lib/tfmfile.c:
5398         * dvi/mdvi-lib/tt.c:
5399         * dvi/mdvi-lib/util.c:
5400         * dvi/mdvi-lib/vf.c:
5401         * dvi/pixbuf-device.c:
5402         * dvi/pixbuf-device.h:
5403         * impress/Makefile.am:
5404         * impress/common.h:
5405         * impress/document.c:
5406         * impress/f_oasis.c:
5407         * impress/f_oo13.c:
5408         * impress/iksemel.c:
5409         * impress/iksemel.h:
5410         * impress/imposter.h:
5411         * impress/impress-document.c:
5412         * impress/impress-document.h:
5413         * impress/internal.h:
5414         * impress/r_back.c:
5415         * impress/r_draw.c:
5416         * impress/r_geometry.c:
5417         * impress/r_gradient.c:
5418         * impress/r_style.c:
5419         * impress/r_text.c:
5420         * impress/render.c:
5421         * impress/render.h:
5422         * impress/zip.c:
5423         * impress/zip.h:
5424         * lib/Makefile.am:
5425         * lib/ev-debug.c:
5426         * lib/ev-debug.h:
5427         * lib/ev-file-helpers.c:
5428         * lib/ev-file-helpers.h:
5429         * lib/ev-gui.c:
5430         * lib/ev-gui.h:
5431         * lib/ev-tooltip.c:
5432         * lib/ev-tooltip.h:
5433         * libdocument/Makefile.am:
5434         * libdocument/ev-file-helpers.c:
5435         * pdf/Makefile.am:
5436         * pdf/ev-poppler.cc:
5437         * pdf/ev-poppler.h:
5438         * pixbuf/Makefile.am:
5439         * pixbuf/pixbuf-document.c:
5440         * pixbuf/pixbuf-document.h:
5441         * properties/Makefile.am:
5442         * ps/Makefile.am:
5443         * ps/gsdefaults.c:
5444         * ps/gsdefaults.h:
5445         * ps/gsio.c:
5446         * ps/gsio.h:
5447         * ps/gstypes.h:
5448         * ps/ps-document.c:
5449         * ps/ps-document.h:
5450         * ps/ps.c:
5451         * ps/ps.h:
5452         * shell/Makefile.am:
5453         * shell/ev-application.h:
5454         * shell/ev-sidebar-links.c:
5455         * shell/ev-sidebar-links.h:
5456         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5457         (ev_gui_menu_position_tree_selection):
5458         * shell/ev-utils.h:
5459         * shell/ev-view.c: (ev_view_finalize):
5460         * shell/ev-window.c:
5461         * shell/main.c: (main):
5462         * thumbnailer/Makefile.am:
5463         * tiff/Makefile.am:
5464         * tiff/tiff-document.c:
5465         * tiff/tiff-document.h:
5466         * tiff/tiff2ps.c:
5467         * tiff/tiff2ps.h:
5468         
5469         Reorganize source tree.
5470
5471 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5472
5473         * backend/ev-document-factory.c:
5474
5475         Do not include ev-poppler.h when pdf is disabled. 
5476
5477 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5478
5479         * configure.ac:
5480         * data/evince-ui.xml:
5481         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5482         (pdf_document_document_images_iface_init):
5483         * backend/Makefile.am:
5484         * backend/ev-document-images.[ch]:
5485         * backend/ev-image.[ch]:
5486         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5487         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5488         (ev_job_xfer_run):
5489         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5490         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5491         (ev_pixbuf_cache_get_image_mapping):
5492         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5493         (view_menu_popup_cb), (ev_window_dispose),
5494         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5495         (ev_view_popup_cmd_copy_image):
5496         * shell/ev-view-private.h:
5497         * shell/ev-view.c: (ev_view_get_image_at_location),
5498         (ev_view_do_popup_menu), (ev_view_popup_menu),
5499         (ev_view_button_press_event), (ev_view_drag_data_get),
5500         (ev_view_drag_motion), (ev_view_drag_data_received),
5501         (ev_view_motion_notify_event), (ev_view_button_release_event),
5502         (ev_view_finalize), (ev_view_class_init):
5503
5504         Add image handling support. Fixes bugs #310008 and #325047. Images
5505         selection is not supported yet. 
5506
5507 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5508
5509         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5510         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5511         (ev_view_init):
5512
5513         Move view drag and drop stuff to ev-view.
5514
5515 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5516
5517         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5518         * shell/ev-view.c: (clear_selection): 
5519
5520         Clear selection also in pixbuf cache.
5521
5522 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5523
5524         * data/evince.desktop.in.in:
5525         
5526         Change icon name in desktop file. See bug #390734
5527         for details.
5528
5529 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5530
5531         * thumbnailer/Makefile.am:
5532
5533         Use top_builddir instead top_srcdir for generated schema
5534         file installation. Fixes bug #390161.
5535
5536 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5537
5538         * configure.ac:
5539         * backend/Makefile.am:
5540         * backend/ev-document-transition.[ch]:
5541         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5542         (pdf_document_page_transition_iface_init):
5543         * shell/ev-view-private.h:
5544         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5545         (ev_view_set_presentation), (transition_next_page),
5546         (ev_view_presentation_transition_stop),
5547         (ev_view_presentation_transition_start), (ev_view_next_page):
5548
5549         Add page transition support in presentation mode. At the moment only
5550         page duration is supported, but not transition effects. Fixes bug
5551         #309815.
5552
5553 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5554
5555         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5556
5557         Run find_link_dest with document lock held, since it's called by links
5558         thread and main thread at the same time. 
5559
5560 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5561
5562         * shell/ev-view.c: (goto_dest):
5563
5564         Update page-cache when page is changed by the view, so that
5565         page-changed signal is emitted. 
5566
5567 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5568
5569         * test/test1.py:
5570         * test/test2.py:
5571
5572         Use C locale in tests. 
5573
5574 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5575
5576         * shell/ev-window.c: (ev_window_run_presentation):
5577         * shell/ev-view-private.h:
5578         * shell/ev-view.c: (ev_view_set_presentation):
5579
5580         Restore zoom settings when back from presentation mode. 
5581
5582 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5583
5584         * shell/ev-window.c: (ev_window_run_presentation):
5585
5586         Always use "best fit" zoom in presentation mode.
5587         Fixes bug #389195.
5588
5589 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5590
5591         * shell/ev-view.c: (ev_view_goto_window_create):
5592
5593         Show "Jump to page" label in the page jumping popup in
5594         presentation mode instead of just a GtkEntry.
5595
5596 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5597
5598         * shell/ev-window.c: (launch_external_uri):
5599
5600         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5601         #378085.
5602
5603 2006-12-22  Elijah Newren  <newren gmail com>
5604
5605         * configure.ac: explicitly check for libxml2.  Fixes #388795
5606
5607 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5608
5609         * shell/ev-view-private.h:
5610         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5611         (ev_view_goto_window_delete_event), (key_is_numeric),
5612         (ev_view_goto_window_key_press_event),
5613         (ev_view_goto_window_button_press_event),
5614         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5615         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5616         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5617
5618         Allow jumping to another page by typing a page number in presentation
5619         mode. It uses a popup window with an entry. Fixes bug #353625.
5620
5621 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5622
5623         * configure.ac:
5624         * properties/ev-properties-view.c: (ev_get_default_user_units),
5625         (ev_regular_paper_size):
5626         
5627         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5628         to Damien Carbery <damien.carbery@sun.com> and
5629         Yevgen Muntyan <muntyan@tamu.edu>.
5630
5631 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5632
5633         * shell/ev-window.c: (setup_document_from_metadata):
5634
5635         Make sure Evince doesn't restore the view on the last
5636         page when a document is reopened. Fixes bug #383381.
5637
5638 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5639
5640         * shell/ev-view.c: (draw_loading_text):
5641
5642         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5643
5644 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5645
5646         * configure.ac:
5647         * NEWS:
5648
5649         Release 0.7.0
5650
5651 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5652
5653         * configure.ac:
5654         * pdf/ev-poppler.cc: (pdf_print_context_free),
5655         (pdf_document_file_exporter_begin),
5656         (pdf_document_file_exporter_do_page):
5657
5658         Make cairo-pdf depedency optional. 
5659
5660 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5661
5662         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5663
5664         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5665
5666 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5667
5668         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5669         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5670         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5671         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5672         * shell/ev-view.c: (draw_loading_text):
5673         * shell/ev-window.c: (ev_window_cmd_file_properties):
5674
5675         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5676         related to using FontConfig from different threads.
5677         
5678 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5679
5680         * shell/ev-view.c: (draw_loading_text):
5681
5682         Acquire lock document when drawing "Loading..." text so that only one
5683         thread will use FontConfig at the same time. Fixes bug #374750.
5684
5685 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5686
5687         * shell/ev-page-action.[ch]: (activate_cb):
5688         * shell/ev-window.c: (activate_label_cb):
5689
5690         Check if text inserted in page entry is a valid page number when it
5691         doesn't match to any document page label. Fixes bug #383165.
5692
5693 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5694         * shell/ev-window.c:
5695
5696         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5697         available with GTK < 2.10. Added an ifdef to avoid compilation
5698         error.
5699
5700 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5701
5702         * configure.ac:
5703         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5704
5705         Fix ps backend in multihead systems.
5706
5707 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5708
5709         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5710         * shell/ev-window.c: (ev_window_get_screen_dpi),
5711         (ev_window_update_actions), (setup_view_from_metadata),
5712         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5713
5714         Take screen DPI into account when zooming. Fixes bug #318285.
5715
5716 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5717
5718         * data/Makefile.am:
5719
5720         Cleaned up/slightly refactored Makefile.am. Added GConf
5721         schemas uninstallation as well.
5722
5723 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5724
5725         * Makefile.am:
5726         * test/Makefile.am:
5727
5728         Fight with autotools to fix make check. Make distcheck
5729         works fine as well now!
5730
5731 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5732
5733         * shell/ev-view.c: (draw_end_presentation_page):
5734
5735         Corrected "end of presentation" string.
5736
5737 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5738
5739         * shell/ev-view.c: (ev_view_key_press_event):
5740
5741         Correctly propagate key press event so that up/down keys
5742         work as expected (correct behaviour was broken by
5743         black/white screen key bindings for presentations).
5744
5745 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5746
5747         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5748         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5749         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5750         (pdf_selection_get_selection_region),
5751         (pdf_selection_get_selection_map):
5752
5753         Add "static" to some private functions. 
5754
5755 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5756
5757         * lib/ev-tooltip.h:
5758         * properties/ev-properties-view.h:
5759         * shell/ev-jobs.h:
5760         * shell/ev-properties-dialog.h:
5761         * shell/ev-properties-fonts.h:
5762         * shell/ev-sidebar-links.h:
5763         * shell/ev-sidebar-thumbnails.h:
5764         * shell/ev-sidebar.h:
5765         * shell/ev-window.h:
5766         
5767         Fixes CHACK type in class casts. See bug #385343
5768         for details.
5769
5770 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5771
5772         * shell/ev-view-private.h:
5773         * shell/ev-view.c: (draw_end_presentation_page),
5774         (ev_view_expose_event), (ev_view_key_press_event),
5775         (ev_view_class_init), (ev_view_init):
5776
5777         Blank screen in presentation mode when pressing 'b' (filling with
5778         black) or 'w' (filling with white) keys. Fixes bug #358132.
5779
5780 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5781
5782         * data/evince-toolbar.xml:
5783         * shell/ev-window.c:
5784         
5785         Use stock icon for Select All action. Fixes
5786         bug #382652.
5787
5788 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5789
5790         * shell/ev-view.c: (get_doc_point_from_offset),
5791         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5792
5793         Add links support in rotated documents. Fixes bug #343733.
5794
5795 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5796
5797         * shell/ev-view-private.h:
5798         * shell/ev-view.c: (draw_end_presentation_page),
5799         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5800
5801         Show a blank page after the last page in presentation mode with a
5802         message indicating that presentation has finished and how to exit. 
5803
5804 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5805
5806         * shell/ev-window.c: (fullscreen_timeout_cb):
5807
5808         Hide cursor after a while in presentation mode. 
5809
5810 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5811
5812         * backend/ev-document-info.h:
5813         * data/evince-properties.glade:
5814         * pdf/ev-poppler.cc:
5815         * properties/ev-properties-view.c: (ev_regular_paper_size),
5816         (ev_properties_view_set_info):
5817         * ps/ps-document.c: (ps_document_get_info):
5818
5819         Adds a paper size field to the properties dialog. Fixes
5820         bug #307315. Patch by Kasper Svendsen (with some i18n
5821         changes done by me).
5822
5823 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5824
5825         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5826         (screensaver_init_dbus), (totem_scrsaver_new),
5827         (totem_scrsaver_init):
5828         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5829         * shell/ev-application.c: (ev_application_register_service),
5830         (ev_application_screensaver_enable),
5831         (ev_application_screensaver_disable):
5832         * shell/ev-application.h:
5833         * shell/ev-window.c: (ev_window_run_presentation),
5834         (ev_window_stop_presentation), (build_comments_string),
5835         (ev_window_init):
5836         
5837         Move screensaver handling to application. No more
5838         message on startup.
5839
5840 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5841
5842         * configure.ac:
5843         * backend/Makefile.am:
5844         * backend/ev-file-exporter.[ch]:
5845         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5846         * ps/ps-document.c: (ps_document_file_exporter_*):
5847         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5848         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5849         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5850         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5851
5852         Allow printing to PDF when suppoted by the backend.
5853         
5854 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5855
5856         * shell/ev-window.c: (build_comments_string):
5857
5858         Use always "Document Viewer" in about dialog. 
5859
5860 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5861
5862         * djvu/djvu-document.c: (djvu_document_get_page_size):
5863
5864         Display a warning message when get_pageinfo fails. 
5865
5866 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5867
5868         * Makefile.am:
5869         * backend/Makefile.am:
5870         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5871         * configure.ac:
5872         * shell/ev-window.c: (build_comments_string):
5873         
5874         Make pdf compilation optional. See bug #38007.
5875
5876 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5877
5878         * ps/ps.c: (get_next_text):
5879
5880         Fix CVE-2006-5864.
5881
5882 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5883
5884         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5885         * shell/ev-navigation-action.c: (connect_proxy),
5886         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5887         
5888         Do not call g_type_class_peek_parent twice.
5889
5890 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5891
5892         * configure.ac:
5893         * data/icons/24x24/.cvsignore:
5894         * data/icons/24x24/Makefile.am:
5895         * data/icons/24x24/evince.png:
5896         * data/icons/Makefile.am:
5897         
5898         Add 24x24 icon. Thanks to 
5899         Michael Monreal <infernux@web.de>.
5900
5901 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5902
5903         * configure.ac: Fix typo in configure.ac. Thanks
5904         to dmacks@netspace.org for notification.
5905
5906 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5907
5908         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5909         
5910         Drop dbus include, fixes compilation with older dbus.
5911
5912 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5913
5914         * configure.ac:
5915         * cut-n-paste/Makefile.am:
5916         * cut-n-paste/totem-screensaver/.cvsignore
5917         * cut-n-paste/totem-screensaver/Makefile.am:
5918         * cut-n-paste/totem-screensaver/README:
5919         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5920         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5921         * shell/Makefile.am:
5922         * shell/ev-window.c: (ev_window_run_presentation),
5923         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5924         (ev_window_init):
5925
5926         Implemented screensaver enabling/disabling for
5927         presentation mode (not fullscreen mode). Code stolen
5928         from Totem (with some minor tweaks). Fixes bug #338889.
5929
5930 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5931
5932         * configure.ac:
5933
5934         Bump gnome-icon-theme requirements. We use the rotation
5935         icons that appeared recently.
5936
5937 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5938
5939         * shell/ev-history.c: (ev_history_add_page):
5940         * shell/ev-history.h:
5941         * shell/ev-window.c: (page_changed_cb):
5942         
5943         Use page labels instead of numbers.
5944
5945 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5946
5947         * data/evince-toolbar.xml:
5948         * po/POTFILES.in:
5949         * shell/Makefile.am:
5950         * shell/ev-navigation-action-widget.c:
5951         (ev_navigation_action_widget_init),
5952         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5953         (menu_detacher), (ev_navigation_action_widget_set_menu),
5954         (menu_position_func), (popup_menu_under_arrow),
5955         (ev_navigation_action_widget_toggled),
5956         (ev_navigation_action_widget_button_press_event):
5957         * shell/ev-navigation-action-widget.h:
5958         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5959         (ev_navigation_action_set_window), (activate_menu_item_cb),
5960         (new_history_menu_item), (new_empty_history_menu_item),
5961         (build_menu), (menu_activated_cb), (connect_proxy),
5962         (create_tool_item), (ev_navigation_action_init),
5963         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5964         * shell/ev-navigation-action.h:
5965         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5966         (ev_page_action_widget_set_page_cache),
5967         (ev_page_action_widget_finalize),
5968         (ev_page_action_widget_class_init), (match_selected_cb),
5969         (display_completion_text), (match_completion), (build_new_tree_cb),
5970         (get_filter_model_from_model),
5971         (ev_page_action_widget_update_model):
5972         * shell/ev-page-action-widget.h:
5973         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5974         (connect_proxy):
5975         * shell/ev-page-action.h:
5976         * shell/ev-stock-icons.c:
5977         * shell/ev-stock-icons.h:
5978         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5979         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5980         (register_custom_actions):
5981         * shell/main.c:
5982         
5983         Preliminary history implementation
5984
5985 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5986
5987         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5988         (dvi_document_class_init), (dvi_document_init_params):
5989         * dvi/mdvi-lib/font.c: (font_reference):
5990         
5991         Add reference to subfont. Fixes bug #374277.
5992
5993 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5994
5995         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5996         (ev_window_cmd_file_open_copy_at_dest):
5997
5998         Fix a race condition when creating symlink. Increase the counter
5999         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6000         Mathias Hasselmann).
6001
6002 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6003
6004         * backend/Makefile.am:
6005         * backend/ev-attachment.c: (ev_attachment_open):
6006         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6007         (ev_tmp_dir), (ev_tmp_filename):
6008         * shell/ev-sidebar-attachments.c:
6009         (ev_sidebar_attachments_drag_data_get):
6010         * shell/ev-window.c: (ev_window_clear_temp_file):
6011
6012         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6013         in ensure_dir_exists. Abort without crashing when we can't create
6014         user's directory.
6015
6016 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6017
6018         * data/evince-ui.xml:
6019         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6020         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6021         (ev_window_cmd_file_open_copy_at_dest),
6022         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6023         (ev_view_popup_cmd_open_link_new_window):
6024
6025         Allow opening a copy of the current document in a new window. Fixes bug
6026         #357472
6027
6028 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6029
6030         * data/evince-toolbar.xml:
6031         
6032         Add rotate right and rotate left to available items for toolbar.
6033         
6034         * data/evince-ui.xml:
6035         * shell/ev-window.c: (ev_window_init):
6036         
6037         Customize toolbar with right click. Fixes bug #372451.
6038
6039 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6040
6041         * shell/ev-window.c: 
6042         
6043         Use "object-rotate-{left,right}" stock icons. Fixes 
6044         bug #373863.
6045
6046 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6047
6048         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6049         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6050         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6051         (ev_window_open_uri):
6052         * shell/main.c: (arguments_parse):
6053
6054         Remove temp file created when evince is used by GTK+ in
6055         preview mode. Fixes bug #365282. 
6056
6057 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6058
6059         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6060         
6061         Fixes bug #372474 - Side pane disabled when entering 
6062         and leaving fullscreen mode.
6063
6064 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6065
6066         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6067         * data/Makefile.am:
6068         * data/evince-preview-toolbar.xml:
6069         * data/evince-toolbar.xml:
6070         * shell/ev-application.c: (ev_application_shutdown),
6071         (ev_application_init), (ev_application_get_toolbars_model):
6072         * shell/ev-application.h:
6073         * shell/ev-window.c: (update_chrome_visibility),
6074         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6075         (ev_window_cmd_edit_toolbar), (ev_window_init):
6076         
6077         Fixes bug #364364 - toolbar editor shows zoom actions again.
6078
6079 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6080
6081         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6082
6083         Do not take margins into consideration for paper size when printing.
6084         Really fixes bug #350491.
6085
6086 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6087
6088         * data/evince-ui.xml:
6089         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6090         (ev_window_cmd_file_print_setup),
6091         (ev_window_print_dialog_response_cb),
6092         (ev_window_setup_action_sensitivity):
6093
6094         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6095
6096 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6097
6098         * shell/ev-window.c: (ev_window_print_range):
6099
6100         Revert my previuos commit, since printing to PDF is not supported by
6101         evince yet. 
6102
6103 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6104
6105         * shell/ev-window.c: (ev_window_print_range):
6106
6107         Enable print to a PDF. Fixes bug #332121.
6108
6109 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6110
6111         * shell/ev-application-service.xml:
6112         * shell/ev-application.[ch]: (ev_application_open_window),
6113         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6114         (ev_application_open_uri), (ev_application_open_uri_list):
6115         * shell/ev-window.c: (file_open_dialog_response_cb),
6116         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6117         (drag_data_received_cb), (open_remote_link):
6118         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6119
6120         Add support for multiscreen systems. Fixes bug #316206.
6121
6122 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6123
6124         * shell/ev-jobs.[ch]: (ev_job_print_new),
6125         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6126         (ev_job_print_do_page):
6127         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6128
6129         Allow printing only odd/even pages. Fixes bug #367289.
6130
6131 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6132
6133         * test/test1.py:
6134         * test/test2.py:
6135
6136         Re-add locale settings to test files.
6137
6138 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6139
6140         * data/evince-ui.xml:
6141         * shell/ev-window.c: (set_action_properties):
6142         
6143         Removed garbage from code and ui.
6144
6145 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6146
6147         * shell/ev-window.c: (ev_window_cmd_help_about):
6148
6149         Shamelessly add my name to the list of contributors.
6150
6151 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6152
6153         * test/test1.py:
6154         * test/test2.py:
6155
6156         Cleaned up the dogtail scripts.
6157
6158 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6159
6160         * shell/ev-view.c: (draw_loading_text): Don't render
6161         "loading..." text in presentation mode. Temporary
6162         workaround for bug #320352.
6163
6164 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6165
6166         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6167         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6168
6169         Use print settings scale, copies, collate and reverse which were
6170         ignored. Fixes bug #359032.
6171
6172 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6173
6174         * configure.ac:
6175         * data/evince-password.glade:
6176         * test/Makefile.am:
6177         * test/test-encrypt.pdf:
6178         * test/test-links.pdf:
6179         * test/test1.py:
6180         * test/test2.py:
6181
6182         Add automated UI tests for evince with dogtail. See
6183         bug #300948.    
6184
6185 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6186
6187         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6188
6189         Hide fullscreen toolbar when switching to another desktop workspace.
6190         Fixes bug #338871
6191
6192 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * shell/ev-window-title.c: 
6195         
6196         Test for .dvi in title of pdf documents.
6197
6198 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6199
6200         * shell/ev-view.c: (ev_view_scroll):
6201
6202         Page Up/Down should do page jumps in "Best fit" mode.
6203         If a user has explicitly chosen to view exactly one page
6204         at a time, scrolling just a part of the page when
6205         pressing Page Up/Down is not right. Fixes bug #323107.
6206
6207 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6208
6209         * NEWS:
6210         * configure.ac:
6211         
6212         Update for 0.6.1
6213
6214 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6215
6216         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6217         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6218         
6219         Correctly disconnect from job signals on destroy.
6220
6221 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6222
6223         * shell/ev-view-private.h:
6224         * shell/ev-view.c: (view_set_adjustment_values),
6225         (view_update_range_and_current_page),
6226         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6227         
6228         Fixes bug #343199, current page now follows find page.
6229
6230 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6231
6232         * backend/ev-document-factory.c:
6233         * configure.ac:
6234         Assigned OpenDocument presenation MIME type to the
6235         Impress backend. Added some missing (but harmless)
6236         #ifdefs in the document factory as well to make things
6237         consistent again. Fixes bug #360658.
6238
6239 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6240
6241         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6242         * backend/ev-document-find.c: (ev_document_find_get_type):
6243         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6244         * backend/ev-document-links.c: (ev_document_links_get_type):
6245         * backend/ev-document-security.c: (ev_document_security_get_type):
6246         * backend/ev-document-thumbnails.c:
6247         (ev_document_thumbnails_get_type):
6248         * backend/ev-document.c: (ev_document_get_type):
6249         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6250         * backend/ev-selection.c: (ev_selection_get_type):
6251         * cut-n-paste/recent-files/egg-recent-model.c:
6252         (egg_recent_model_get_type):
6253         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6254         (egg_recent_view_uimanager_get_type):
6255         * cut-n-paste/recent-files/egg-recent-view.c:
6256         (egg_recent_view_get_type):
6257         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6258         (egg_editable_toolbar_get_type):
6259         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6260         (egg_toolbar_editor_get_type):
6261         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6262         (egg_toolbars_model_get_type):
6263         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6264         (egg_tree_multi_drag_source_get_type):
6265         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6266         (ephy_zoom_action_get_type):
6267         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6268         (ephy_zoom_control_get_type):
6269         * impress/r_back.c: (_imp_fill_back):
6270         * properties/ev-properties-main.c:
6271         (ev_properties_plugin_register_type):
6272         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6273         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6274         (ev_view_accessible_factory_get_type):
6275
6276         Reduce relocations. Bug #360616.
6277
6278 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * backend/ev-document-factory.c:
6281         (ev_document_factory_get_document):
6282         
6283         Load document even if extension is wrong.
6284
6285 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6286
6287         * shell/ev-metadata-manager.c: (save_values):
6288         * shell/ev-window.c: (setup_size_from_metadata),
6289         (setup_view_from_metadata), (ev_window_setup_document),
6290         (ev_window_xfer_job_cb), (window_configure_event_cb):
6291         
6292         Set size according to the document size/page size ratio.
6293         That should correct rather wierd behaviour of the previous
6294         commit.
6295
6296 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6297
6298         * shell/ev-window.c: (setup_view_from_metadata):
6299         
6300         Set size for new windows from previous window size.
6301         See bugs #354968 and #168450 for details. Thanks
6302         to Meik Hellmund.
6303
6304 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6305
6306         * djvu/djvu-links.c: (build_tree):
6307
6308         Fix memory leak.
6309
6310 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6311
6312         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6313         
6314         Don't make sidebar close button insensitive. Fixes
6315         bug #357871.
6316
6317 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6318
6319         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6320         (ev_window_set_view_accels_sensitivity):
6321         
6322         Don't enable Slash on documents which don't support
6323         find. Fixes bug #358648.
6324
6325 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6326
6327         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6328         open dialog fall back to the current document uri if the
6329         filechooser hasn't been used before. Fixes bug #356980.
6330
6331 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6332
6333         * shell/ev-window.c: (ev_window_setup_recent), 
6334         (ev_window_get_recent_file_label):
6335
6336         Escape underscores in filenames of recent file items.
6337
6338 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6339
6340         * configure.ac:
6341         
6342         Bumped poppler requirements, really 0.5.3 is very 
6343         buggy, now we require 0.5.4.
6344
6345 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6346
6347         * djvu/Makefile.am:
6348         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6349         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6350         (djvu_document_document_links_iface_init):
6351         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6352         (number_from_string_10), (get_djvu_link_dest),
6353         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6354         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6355         (djvu_links_get_links), (djvu_links_find_link_dest),
6356         (djvu_links_get_links_model):
6357         * djvu/djvu-links.h:
6358         
6359         Add support for links and bookmarks in djvu documents. Thanks
6360         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6361         patch.
6362
6363 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6364
6365         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6366         
6367         Reopen should reload document. Fixes 
6368         bug 327951.
6369
6370 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6371
6372         * configure.ac:
6373         * data/Makefile.am:
6374         * data/evince-16.png:
6375         * data/evince-22.png:
6376         * data/evince.png:
6377         * data/evince.svg:
6378         * data/icons/16x16/Makefile.am:
6379         * data/icons/16x16/evince.png:
6380         * data/icons/22x22/Makefile.am:
6381         * data/icons/22x22/evince.png:
6382         * data/icons/48x48/Makefile.am:
6383         * data/icons/48x48/evince.png:
6384         * data/icons/Makefile.am:
6385         * data/icons/scalable/Makefile.am:
6386         * data/icons/scalable/evince.svg:
6387         
6388         Install icons with correct names. Fixes
6389         bug #354429.
6390
6391 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6392
6393         * shell/ev-view.c: (ev_view_button_release_event):
6394
6395         Don't open links with middle mouse button. Fixes bug #353649
6396
6397 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6398
6399         * NEWS:
6400         * configure.ac:
6401         
6402         Update for release 0.6.0
6403
6404 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6405
6406         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6407         Implement Close named action. Patch by Carlos Garcia Campos.
6408
6409 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6410
6411         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6412         
6413         Don't clear link mapping on copy_job_to_job_info. Fixes
6414         bug 346168.
6415
6416 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6417
6418         * shell/main.c: (main):
6419
6420         Revert my previous commit, gnome_program_init owns the option context.
6421         Fix another memory leak in main. Both caught by Christian Persch. 
6422
6423 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6424
6425         * shell/main.c: (main):
6426
6427         Fix memory leak.
6428
6429 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6430
6431         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6432
6433         Fix crash when opening a pdf with password protection. 
6434
6435 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6436
6437         * pdf/ev-poppler.cc: (pdf_document_search_free):
6438
6439         Fix memory leak. 
6440
6441 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6442
6443         * backend/ev-document-factory.c:
6444         (ev_document_factory_get_document):
6445         * tiff/tiff-document.c: (tiff_document_finalize):
6446         
6447         More correct handling of document loading. Fixes
6448         bug #349043.
6449
6450 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6451
6452         * backend/ev-attachment.c: (ev_attachment_save):
6453
6454         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6455         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6456
6457 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6458         
6459         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6460         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6461
6462 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6463
6464         * shell/ev-sidebar-thumbnails.c:
6465
6466         Do not render thumbnails unless thumbnails page is active in the
6467         sidebar.
6468
6469 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6470
6471         * shell/ev-properties-dialog.c:
6472
6473         Fix dialogue spacing. Bug #351370.
6474
6475 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6476
6477         * configure.ac:
6478
6479         Use lowercase gettext catalog file names (evince.mo
6480         instead of Evince.mo)
6481
6482 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6483
6484         * shell/ev-sidebar-attachments.c:
6485
6486         GtkIconTheme is now screen safe too. Fixes bug #350878
6487
6488 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6489
6490         * shell/ev-window.c:
6491
6492         GtkRecent manager is now screen safe. Fixes bug #350145
6493
6494 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6495
6496         * shell/ev-sidebar.c: (ev_sidebar_init):
6497         
6498         Make sidebar close icon smaller. Fix for bug 350177.
6499         See also bugs 350176 and 165770.
6500
6501 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6502
6503         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6504
6505         Ignore zoom for xyz destinations when it's <= 1, keeping user
6506         preferences instead. Set correct sizing-mode for fith and fitv
6507         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6508
6509 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6510
6511         * NEWS:
6512         * configure.ac:
6513         
6514         Update for release 0.5.5
6515
6516 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6517         
6518         * shell/ev-window.c: (ev_window_cmd_escape)
6519
6520         Escape unfocus page entry. Fixes bug #345809.
6521
6522 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6523
6524         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6525         (build_tree), (pdf_document_links_get_links),
6526         (pdf_document_links_find_link_dest):
6527         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6528         (goto_xyz_dest):
6529
6530         Convert from PDF style coordinates to X style coordinates in the
6531         backend rather than in the view. Fixes bug #338440
6532
6533 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6534
6535         * shell/ev-window.c:
6536         
6537         Remove Ctrl+Shift+T shortcut for toolbars. See
6538         the bug #350098.
6539
6540 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6541
6542         * configure.ac:
6543
6544         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6545         of this. 
6546
6547 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6548
6549         * configure.ac:
6550         * cut-n-paste/Makefile.am:
6551         * data/evince-ui.xml:
6552         * shell/Makefile.am:
6553         * shell/ev-application.[ch]:
6554         * shell/ev-window.c:
6555
6556         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6557         #349273
6558
6559 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6560
6561         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6562         findbar code: s/help/search/
6563
6564 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6565
6566         * shell/ev-window.c: (setup_document_from_metadata),
6567         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6568         (setup_view_from_metadata):
6569         
6570         Fix memory leaks.
6571
6572 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6573
6574         * autogen.sh, configure.ac: 
6575         
6576         Update automake usage. See bug 349292.
6577
6578 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6579
6580         * shell/eggfindbar.c: (egg_find_bar_class_init),
6581         (entry_activate_callback), (egg_find_bar_init),
6582         (egg_find_bar_set_status_text):
6583         * shell/eggfindbar.h:
6584         
6585         Unify Evince findbar with Epiphany. Nice patch
6586         from Fabricio Silva <silva@crans.org> and
6587         Frederic Peters <fpeters@entrouvert.com>. See
6588         bug #339966 for details.
6589
6590 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6591
6592         * data/evince.desktop.in.in:
6593         
6594         Correct information for bugzilla. Thanks to
6595         Olaf Vitters, see bug #348855.
6596
6597 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6598
6599         * shell/ev-jobs.[ch]:
6600         * shell/ev-sidebar-links.c:
6601         * shell/ev-window.[ch]:
6602
6603         GtkPrintJob doesn't support print ranges or current page, so we export
6604         to a ps file now when printing ranges or current page.
6605
6606 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6607
6608         * pdf/ev-poppler.cc:
6609         * shell/ev-window.c: (do_action_named):
6610
6611         We should be more clear about bugzilla. See the
6612         poppler bug #7623.
6613
6614 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6615
6616         * configure.ac:
6617         * shell/Makefile.am:
6618         * shell/ev-job-queue.c:
6619         * shell/ev-jobs.[ch]:
6620         * shell/ev-sidebar-links.c:
6621         * shell/ev-window.[ch]:
6622         
6623         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6624         #348422
6625
6626 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6627
6628         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6629         * shell/ev-application-service.xml:
6630         * shell/ev-application.[ch]:
6631         * shell/ev-jobs.[ch]:
6632         * shell/ev-window.[ch]: (ev_window_run_preview):
6633         * shell/main.c: 
6634
6635         Add preview mode to use evince as a printing previewer. It also adds
6636         other command line options for fullscreen and presentation modes.
6637         Fixes bugs #347822, #317031
6638
6639 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6640
6641         * NEWS:
6642         * configure.ac:
6643         
6644         Update for release 0.5.4
6645
6646 2006-07-11  Bastien Nocera <hadess@hadess.net>
6647
6648         * Makefile.am:
6649         * backend/Makefile.am:
6650         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6651         * backend/ev-document-factory.h:
6652         * configure.ac:
6653         * impress/.cvsignore:
6654         * impress/Makefile.am:
6655         * impress/common.h:
6656         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6657         (imp_get_page), (imp_next_page), (imp_prev_page),
6658         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6659         * impress/f_oasis.c: (render_object), (render_page),
6660         (get_geometry), (_imp_oasis_load):
6661         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6662         (_imp_oo13_load):
6663         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6664         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6665         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6666         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6667         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6668         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6669         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6670         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6671         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6672         (iks_new_within), (iks_insert), (iks_insert_cdata),
6673         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6674         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6675         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6676         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6677         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6678         (iks_cdata), (iks_cdata_size), (iks_has_children),
6679         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6680         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6681         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6682         (iks_tree), (iks_load), (iks_save):
6683         * impress/iksemel.h:
6684         * impress/imposter.h:
6685         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6686         (imp_render_draw_bezier_real), (imp_render_get_size),
6687         (imp_render_set_fg_color), (imp_render_draw_line),
6688         (imp_render_draw_rect), (imp_render_draw_polygon),
6689         (imp_render_draw_arc), (imp_render_draw_bezier),
6690         (imp_render_open_image), (imp_render_get_image_size),
6691         (imp_render_scale_image), (imp_render_draw_image),
6692         (imp_render_close_image), (imp_render_markup),
6693         (imp_render_get_text_size), (imp_render_draw_text),
6694         (impress_document_load), (impress_document_save),
6695         (impress_document_get_n_pages), (impress_document_get_page_size),
6696         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6697         (impress_document_finalize), (impress_document_class_init),
6698         (impress_document_can_get_text), (impress_document_get_info),
6699         (impress_document_document_iface_init),
6700         (impress_document_thumbnails_get_thumbnail),
6701         (impress_document_thumbnails_get_dimensions),
6702         (impress_document_document_thumbnails_iface_init),
6703         (impress_document_init):
6704         * impress/impress-document.h:
6705         * impress/internal.h:
6706         * impress/r_back.c: (_imp_fill_back):
6707         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6708         (_imp_draw_image), (_imp_tile_image):
6709         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6710         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6711         (r_polyline):
6712         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6713         (r_draw_gradient_complex), (r_draw_gradient):
6714         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6715         (r_get_bullet):
6716         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6717         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6718         (r_text):
6719         * impress/render.c: (imp_create_context), (imp_context_set_page),
6720         (imp_context_set_step), (imp_render), (imp_delete_context):
6721         * impress/render.h:
6722         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6723         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6724         (zip_load_xml), (zip_get_size), (zip_load):
6725         * impress/zip.h:
6726         * shell/ev-utils.c:
6727         
6728         New backend to support impress slides. Fixes bug #30867.
6729
6730 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6731
6732         * shell/ev-utils.c: (using_postscript_printer):
6733         
6734         Fixes crash when print using PAPI backend,
6735         bug #345012.
6736
6737 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6738
6739         * shell/ev-jobs.c: (ev_job_xfer_run):
6740         * shell/ev-window.c: (password_dialog_response),
6741         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6742         (ev_window_dispose):
6743         Fixes bug #344160: if the xfer job doesn't complete
6744         because a password is required, reload the existing
6745         instance instead of creating a new one.
6746
6747 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6748
6749         * shell/main.c: (main): Call gdk_threads_init. Thus
6750         we'll avoid errors in auth dialog. Fix for the bug
6751         #343347.
6752
6753 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6754
6755         * configure.ac: Advertise pixbuf support, fix
6756         for the bug 343317.
6757
6758 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6759
6760         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6761         (ev_sidebar_thumbnails_set_document):
6762         
6763         Update sidebar thumbnails after reloading.
6764
6765 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6766
6767         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6768         * shell/ev-jobs.h:
6769         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6770         (ev_window_cmd_view_reload), (ev_window_init):
6771         
6772         Don't crash on reload. Fix for the bug #343167.
6773
6774 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6775
6776         * shell/ev-jobs.c: (ev_job_render_run):
6777         
6778         Check for document links.
6779
6780 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6781
6782         * backend/ev-attachment.c: (ev_attachment_save),
6783         (ev_attachment_launch_app), (ev_attachment_open):
6784         * backend/ev-document-factory.c: (get_document_from_uri):
6785         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6786         (egg_recent_view_uimanager_set_list):
6787         * ps/ps-document.c: (check_filecompressed), (document_load),
6788         (ps_document_load):
6789         * shell/ev-metadata-manager.c: (load_values):
6790         * shell/ev-password.c: (ev_password_dialog_set_property):
6791         * shell/ev-view.c: (tip_from_link):
6792         * shell/ev-window.c: (file_save_dialog_response_cb),
6793         (ev_window_print_dialog_response_cb):
6794         
6795         Use consistent quoting style. Fix for the bug #320285.
6796
6797 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6798
6799         * shell/ev-jobs.c: (ev_job_xfer_run):
6800         * shell/main.c: (load_files):
6801                 
6802         Open links with anchors. Fix for the bug #339836.
6803
6804 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6805
6806         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6807         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6808         (ev_link_dest_set_property), (ev_link_dest_finalize),
6809         (ev_link_dest_class_init), (ev_link_dest_new_named),
6810         (ev_link_dest_new_page_label):
6811         * backend/ev-link-dest.h:
6812         * shell/ev-application.c: (ev_application_open_uri):
6813         * shell/ev-view.c: (goto_dest):
6814         * shell/ev-window.c:
6815         * shell/ev-window.h:
6816         
6817         Fix page-label command line option. Bug #342070.
6818
6819 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6820
6821         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6822         
6823         Don't show highlight rects if page can't be showed. Fix for 
6824         the bug #342076
6825
6826 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6827
6828         * shell/ev-window.c: (setup_sidebar_from_metadata),
6829         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6830         
6831         Setup sidebar from metadata even if there is no document
6832         loaded. Fix for the bug #342807.
6833
6834 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6835
6836         * cut-n-paste/toolbar-editor/Makefile.am:
6837         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6838         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6839         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6840         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6841         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6842         (popup_context_menu_cb), (button_press_event_cb),
6843         (configure_item_sensitivity), (configure_item_cursor),
6844         (configure_item_tooltip), (connect_widget_signals),
6845         (action_sensitive_cb), (create_item_from_action),
6846         (create_item_from_position), (toolbar_drag_data_received_cb),
6847         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6848         (toolbar_drag_leave_cb), (configure_drag_dest),
6849         (toggled_visibility_cb), (toolbar_visibility_refresh),
6850         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6851         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6852         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6853         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6854         (egg_editable_toolbar_dispose),
6855         (egg_editable_toolbar_set_ui_manager),
6856         (egg_editable_toolbar_get_selected),
6857         (egg_editable_toolbar_set_selected), (set_edit_mode),
6858         (egg_editable_toolbar_set_property),
6859         (egg_editable_toolbar_get_property),
6860         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6861         (egg_editable_toolbar_new_with_model),
6862         (egg_editable_toolbar_get_edit_mode),
6863         (egg_editable_toolbar_set_edit_mode),
6864         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6865         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6866         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6867         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6868         (item_added_or_removed_cb), (toolbar_removed_cb),
6869         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6870         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6871         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6872         (editor_create_item_from_name), (append_table),
6873         (update_editor_sheet), (egg_toolbar_editor_init):
6874         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6875         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6876         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6877         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6878         (toolbar_node_free), (egg_toolbars_model_get_flags),
6879         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6880         (egg_toolbars_model_get_name), (impl_add_item),
6881         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6882         (parse_data_list), (parse_item_list), (parse_toolbars),
6883         (egg_toolbars_model_load_toolbars), (parse_available_list),
6884         (parse_names), (egg_toolbars_model_load_names),
6885         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6886         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6887         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6888         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6889         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6890         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6891         (egg_toolbars_model_set_types), (fill_avail_array),
6892         (egg_toolbars_model_get_name_avail),
6893         (egg_toolbars_model_get_name_flags),
6894         (egg_toolbars_model_set_name_flags):
6895         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6896         * cut-n-paste/toolbar-editor/eggintl.h:
6897         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6898         (egg_tree_multi_drag_source_get_type),
6899         (egg_tree_multi_drag_source_row_draggable),
6900         (egg_tree_multi_drag_source_drag_data_delete),
6901         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6902         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6903         (path_list_free), (set_context_data), (get_context_data),
6904         (get_info), (egg_tree_multi_drag_drag_data_get),
6905         (egg_tree_multi_drag_motion_event),
6906         (egg_tree_multi_drag_button_press_event),
6907         (egg_tree_multi_drag_add_drag_support):
6908         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6909         * shell/ev-application.c: (ev_application_init),
6910         (ev_application_save_toolbars_model):
6911         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6912         (ev_window_cmd_edit_toolbar), (ev_window_init):
6913         
6914         Sync toolbareditor with epiphany and libegg
6915
6916 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6917
6918         * configure.ac: 
6919
6920         Depend on poppler 0.5.2
6921
6922 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6923
6924         * shell/ev-jobs.c: (ev_job_render_run):
6925         
6926         Check if document supports links iterface.
6927
6928 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6929
6930         * NEWS:
6931         * configure.ac:
6932         
6933         Update for release 0.5.3
6934
6935 2006-05-13  Michael Plump  <plumpy@skylab.org>
6936
6937         * configure.ac:
6938         * shell/Makefile.am:
6939         * shell/main.c: (main):
6940         
6941         Port to GOption command line parsing. Fix for the 
6942         bug #327518
6943
6944 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6945
6946         * shell/ev-window.c: (ev_window_cmd_help_about):
6947         
6948         Do not wrap license. Fix for the bug #309460.
6949
6950 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6951
6952         * configure.ac:
6953         * properties/ev-properties-main.c: (ev_properties_get_pages):
6954         * shell/ev-application.c: (ev_application_open_window),
6955         (ev_application_open_uri_at_dest):
6956         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6957         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6958         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6959         * shell/ev-utils.c: (save_print_config_to_file):
6960         * shell/ev-window.c: (ev_window_cmd_save_as),
6961         (ev_attachment_popup_cmd_save_attachment_as):
6962         * shell/main.c: (load_files_remote):
6963         
6964         Bump requirements to gtk 2.8 and drop all ifdefs used.
6965
6966 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6967
6968         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6969         * shell/ev-window.c: (ev_window_init):
6970         
6971         Show attachments page.
6972
6973 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6974
6975         * po/POTFILES.in:
6976         * shell/ev-attachment-bar.c:
6977         * shell/ev-attachment-bar.h:
6978         * shell/ev-sidebar-attachments.c:
6979         (ev_sidebar_attachments_icon_cache_add),
6980         (icon_theme_get_pixbuf_from_mime_type),
6981         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6982         (ev_sidebar_attachments_icon_cache_refresh),
6983         (ev_sidebar_attachments_get_attachment_at_pos),
6984         (ev_sidebar_attachments_popup_menu_show),
6985         (ev_sidebar_attachments_popup_menu),
6986         (ev_sidebar_attachments_button_press),
6987         (ev_sidebar_attachments_update_icons),
6988         (ev_sidebar_attachments_drag_data_get),
6989         (ev_sidebar_attachments_get_property),
6990         (ev_sidebar_attachments_destroy),
6991         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6992         (ev_sidebar_attachments_new),
6993         (ev_sidebar_attachments_set_document),
6994         (ev_sidebar_attachments_support_document),
6995         (ev_sidebar_attachments_get_label),
6996         (ev_sidebar_attachments_page_iface_init):
6997         * shell/ev-sidebar-attachments.h:
6998         * shell/ev-window.c: (update_chrome_visibility),
6999         (setup_sidebar_from_metadata), (ev_window_setup_document),
7000         (ev_window_sidebar_current_page_changed_cb),
7001         (attachment_bar_menu_popup_cb), (ev_window_init):
7002         
7003         Move attachments bar to sidebar.
7004
7005 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7006
7007         * pdf/ev-poppler.cc:
7008         * shell/ev-application.[ch]:
7009         * shell/main.c:
7010
7011         Fix some memory leaks.
7012
7013 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7014
7015         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7016
7017         Change the properties dialog response to
7018         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7019         will make the dialog go away when the user presses
7020         enter. With gtk+ >= 2.9 this will happen anyway, but for
7021         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7022         escape by default. Fixes bug #340539. See also bug
7023         #101293 for the gtk+ part.
7024
7025 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7026
7027         * shell/ev-view.c (tip_from_action_named): Replace some strings
7028         that were wrong. Closes #340970.
7029
7030 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7031
7032         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7033
7034         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7035         #341049
7036
7037 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7038
7039         * djvu/Makefile.am:
7040         * dvi/Makefile.am:
7041         * dvi/mdvi-lib/Makefile.am:
7042         * properties/Makefile.am:
7043         * ps/Makefile.am:
7044         * shell/Makefile.am:
7045         * thumbnailer/Makefile.am:
7046         
7047         Due to broken libtool that is unable to track dependencies
7048         of noinst libraries we are forced to explicitely point
7049         libraries for binary. Fix for the bug #333334.
7050
7051 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7052
7053         * data/evince.desktop.in.in:
7054         * shell/ev-view.c: (view_update_range_and_current_page),
7055         (ev_view_next_page), (ev_view_previous_page):
7056         * shell/ev-window.c: (update_chrome_visibility),
7057         (setup_sidebar_from_metadata), (ev_window_setup_document),
7058         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7059         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7060         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7061         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7062         (ev_window_stop_presentation), (ev_window_focus_in_event),
7063         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7064         (ev_window_init):
7065         * thumbnailer/Makefile.am:
7066         
7067         Update fullscreen and presentation timeout handling. Hide
7068         cursor in presentation after timeout. Fix for the bugs
7069         #136359 and #336981.
7070
7071 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7072
7073         * backend/ev-link-action.[ch]:
7074         * pdf/ev-poppler.cc: (ev_link_from_action):
7075         * shell/ev-view-private.h:
7076         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7077         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7078
7079         Add support for Named Action links
7080
7081 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7082
7083         * backend/Makefile.am:
7084         * backend/ev-document-links.[ch]:
7085         * backend/ev-document.[ch]:
7086         * backend/ev-link-action.[ch]:
7087         * backend/ev-link-dest.[ch]:
7088         * backend/ev-link.[ch]:
7089         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7090         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7091         * shell/ev-page-action.c: (build_new_tree_cb):
7092         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7093         (links_page_num_func), (update_page_callback):
7094         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7095         (tip_from_link):
7096         * shell/ev-jobs.c:
7097         * shell/ev-window.[ch]: (ev_window_open_uri),
7098         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7099         * shell/ev-application.[ch]: (ev_application_open_window),
7100         (ev_application_open_uri):
7101
7102         Rework links system, it adds support for remote links now and it makes
7103         easier to add new kinds of actions and destinations. Fixes bug #317292
7104
7105 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7106
7107         * data/Makefile.am:
7108         * data/evince.png:
7109         * data/evince-16.png:
7110         * data/evince-22.png:
7111         * data/evince.svg:
7112         * shell/main.c: (main):
7113         
7114         Evince use it's own icon. Fix for the bug #313392.
7115
7116         * shell/ev-window.c: (fullscreen_timeout_cb),
7117         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7118         (ev_window_cmd_help_about), (ev_window_dispose):
7119         
7120         Simplify fullscreen timeout code.
7121
7122 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7123
7124         * backend/ev-attachment.c: 
7125         * shell/ev-attachment-bar.c:
7126         * shell/ev-window.c:
7127
7128         Allow multiple selection of attachments
7129
7130 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7131
7132         * shell/ev-view.c: (view_update_range_and_current_page),
7133         (ev_view_scroll):
7134         
7135         Fix for the bug #312573 – Optimal selection of current 
7136         page among visible pages.
7137
7138 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7139
7140         * configure.ac:
7141         * djvu/Makefile.am:
7142         * djvu/djvu-text.h:
7143         
7144         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7145         for the bug 339868.
7146
7147 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7148
7149         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7150
7151 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7152
7153         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7154         dictated by the GNOME HIG. Fixes bug #339235.
7155
7156 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7157
7158         * data/evince-ui.xml:
7159         * shell/ev-view.c: (ev_view_can_find_previous):
7160         * shell/ev-view.h:
7161         * shell/ev-window.c: (ev_window_update_actions),
7162         (ev_window_cmd_edit_find_previous):
7163
7164         Add support for "Find Previous" as dictated by the GNOME HIG. A
7165         menu item is added and some glue code to make it all work is added
7166         to various files.
7167
7168 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7169
7170         * configure.ac: Award myself the "useless use of cat" award.
7171
7172 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7173
7174         * po/LINGUAS: New file listing all supported languages.
7175
7176         * configure.in: Use po/LINGUAS instead of including all languages
7177         directly in this file. See the wiki for more information:
7178         http://live.gnome.org/GnomeGoals/PoLinguas
7179
7180 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7181
7182         * backend/ev-document-factory.c:
7183
7184         Do not load the document twice when there isn't errors
7185
7186 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7187
7188         * backend/ev-attachment.c: 
7189
7190         Fix a crash when there isn't a default application to open an
7191         attachment
7192
7193 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7194
7195         * backend/ev-attachment.[ch]:
7196         * shell/ev-attachment-bar.[ch]:
7197
7198         Added missing files. 
7199
7200 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7201
7202         * backend/Makefile.am:
7203         * data/evince-ui.xml:
7204         * backend/ev-attachment.[ch]:
7205         * backend/ev-document.[ch]: (ev_document_has_attachments),
7206         (ev_document_get_attachments):
7207         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7208         (attachment_save_to_buffer), (pdf_document_get_attachments),
7209         (pdf_document_document_iface_init):
7210         * shell/Makefile.am:
7211         * shell/ev-attachment-bar.[ch]:
7212         * shell/ev-window.c:
7213
7214         Add support for PDF attachments. Fixes bug #325143
7215
7216 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7217
7218         * backend/ev-document-factory.c: (get_document_from_uri),
7219         (ev_document_factory_get_document):
7220         * backend/ev-document-factory.h:
7221         * properties/ev-properties-main.c: (ev_properties_get_pages):
7222         * shell/Makefile.am:
7223         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7224         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7225         (ev_job_queue_remove_job):
7226         * shell/ev-job-queue.h:
7227         * shell/ev-job-xfer.c:
7228         * shell/ev-job-xfer.h:
7229         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7230         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7231         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7232         (ev_job_xfer_run):
7233         * shell/ev-jobs.h:
7234         * shell/ev-window.c: (ev_window_is_empty),
7235         (password_dialog_response), (ev_window_clear_xfer_job),
7236         (ev_window_xfer_job_cb), (ev_window_open_uri),
7237         (ev_window_cmd_focus_page_selector),
7238         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7239         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7240         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7241         (ev_window_dispose):
7242         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7243         
7244         * Cleanup mime type detection on document load. Fix for the
7245         bug #336448.
7246
7247 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7248
7249         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7250         
7251         Fix crash on exit, described in the bug #336825.
7252
7253 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7254
7255         * backend/ev-document-factory.c:
7256         (ev_document_factory_get_from_mime),
7257         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7258         (ev_document_factory_get_document),
7259         (file_filter_add_mime_list_and_free),
7260         (ev_document_factory_add_filters):
7261         * backend/ev-document-factory.h:
7262         * properties/ev-properties-main.c: (ev_properties_get_pages):
7263         * shell/Makefile.am:
7264         * shell/ev-application.c:
7265         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7266         * shell/ev-window.c: (ev_window_cmd_file_open),
7267         (ev_window_cmd_save_as):
7268         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7269         
7270         Rework factory functions so they are placed now in a single 
7271         file ev-document-factory.c
7272
7273 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7274
7275         * shell/ev-window.c: (update_chrome_visibility):
7276         
7277         Fix for the bug 166566 - don't show menubar in fullscreen
7278         mode.
7279
7280 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7281
7282         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7283
7284 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7285
7286         * shell/ev-view.c: (ev_view_expose_event):
7287         
7288         More correctly draw loading text when document
7289         is empty.
7290
7291 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7292
7293         * shell/ev-view.c: (ev_view_scroll):
7294         
7295         Fix for the bug #334854, page down and page up switch
7296         pages in presentation mode.
7297
7298 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7299
7300         * shell/ev-window.c: (ev_window_set_action_sensitive),
7301         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7302         (ev_window_set_view_accels_sensitivity),
7303         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7304         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7305         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7306         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7307         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7308         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7309         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7310         (view_actions_focus_in_cb), (ev_window_init):
7311         
7312         Fix for the bug #333902, now it's possible to search
7313         words with slash.
7314
7315 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7316
7317         * configure.ac: Added Breton translation.
7318         * po/br.po: Added Breton translation.
7319
7320 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7321
7322         * shell/ev-window-title (ev_window_title_update):
7323
7324         Fix memory leak in window title. Fixes bug #333944
7325
7326 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7327
7328         * shell/ev-metadata-manager.c (parseItem):
7329
7330         Fix memory leaks. Fixes bug #333945
7331
7332 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7333         
7334         * NEWS, configure.ac, TODO:
7335         
7336         Update for release 0.5.2.
7337
7338 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7339
7340         * shell/ev-view.c: (view_update_range_and_current_page),
7341         (page_changed_cb):
7342         
7343         Don't jump on scrolling, fix for the bug #333127.
7344
7345 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7346
7347         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7348         
7349         Scroll by one page in presentation mode. Fix for the bug
7350         #332993.
7351
7352 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7353
7354         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7355
7356 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7357
7358         * configure.ac  Added lv in ALL_LINGUAS line.
7359
7360 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7361         
7362         * NEWS, configure.ac:
7363         
7364         Update for release 0.5.1
7365
7366 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7367
7368         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7369         * backend/ev-document-misc.h:
7370         * shell/ev-view.c: (draw_one_page):
7371         
7372          Clairfy what page the toolbar page number applies to. Fix
7373          for the bug #328102.
7374
7375 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7376
7377         * shell/ev-view-private.h:
7378         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7379         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7380         (ev_view_search_changed):
7381         * shell/ev-view.h:
7382         * shell/ev-window.c: (find_bar_search_changed_cb):
7383         
7384         Dont't jump to find result if window was scrolled during search.
7385         Fix for the bug #313266.
7386
7387 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7388
7389         * shell/eggfindbar.c: (egg_find_bar_class_init):
7390         * shell/eggfindbar.h:
7391         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7392         * shell/ev-view-private.h:
7393         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7394         (ev_view_class_init), (ev_sizing_mode_get_type),
7395         (ev_scroll_type_get_type):
7396         * shell/ev-view.h:
7397         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7398         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7399         (ev_window_init):
7400         
7401         Fix for the bug 319133 - Find entry should allow text scroll.
7402
7403 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7404
7405         * shell/ev-view-private.h:
7406         * shell/ev-view.c: (view_update_range_and_current_page),
7407         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7408         (ev_view_set_document), (update_find_status_message),
7409         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7410         (ev_view_find_previous):
7411         
7412         Fix for the bug #319137. Search now takes account for scrolling.
7413
7414 2006-02-19  Michael Hofmann <mh21@piware.de>
7415
7416         * configure.ac:
7417         * djvu/Makefile.am:
7418         * djvu/djvu-document-private.h:
7419         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7420         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7421         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7422         (djvu_document_can_get_text), (djvu_document_get_text),
7423         (djvu_document_document_iface_init),
7424         (djvu_document_thumbnails_get_thumbnail),
7425         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7426         (djvu_document_find_get_result),
7427         (djvu_document_find_page_has_results),
7428         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7429         (djvu_document_find_iface_init):
7430         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7431         (djvu_text_page_selection), (djvu_text_page_limits_process),
7432         (djvu_text_page_limits), (djvu_text_page_copy),
7433         (djvu_text_page_position), (djvu_text_page_union),
7434         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7435         (djvu_text_page_box), (djvu_text_page_append_text),
7436         (djvu_text_page_search), (djvu_text_page_prepare_search),
7437         (djvu_text_page_new), (djvu_text_page_free):
7438         * djvu/djvu-text-page.h:
7439         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7440         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7441         (djvu_text_n_results), (djvu_text_has_results),
7442         (djvu_text_get_result), (djvu_text_get_progress):
7443         * djvu/djvu-text.h:
7444         
7445         Text search in djvu. Fix for the bug #303415.
7446
7447 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7448
7449         * configure.ac:
7450         * shell/ev-window.c: (ev_window_cmd_save_as):
7451         
7452         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7453         Thanks to Gary Coady <gary@lyranthe.org>
7454
7455 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7456
7457         * shell/ev-print-job.c: (idle_print_handler):
7458         
7459         Inverse order printing, bug #320919.
7460
7461 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7462
7463         * data/evince-toolbar.xml:
7464         * shell/ev-window.c:
7465         
7466         Allow to add sidebar checkbutton on toolbar. Fix
7467         for the bug #144577.
7468
7469 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7470
7471         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7472         
7473         Add checks that have sense for empty ps document.
7474
7475 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7476
7477         * configure.ac: Include PS in mime types list. 
7478
7479 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7480
7481         * configure.ac:
7482         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7483         * ps/gsdefaults.h:
7484         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7485         
7486         Runtime check for gs interpreter. Fix for the bug #320868.
7487         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7488
7489 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7490
7491         * shell/ev-application.c: 
7492
7493         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7494         dbus>=0.60, so that the request is not queued. 
7495
7496 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7497
7498         * configure.ac:
7499         * shell/Makefile.am:
7500         * shell/ev-sidebar-links.c: (print_section_cb):
7501         * shell/ev-utils.c:
7502         * shell/ev-utils.h:
7503         * shell/ev-window.c: (update_action_sensitivity),
7504         (ev_window_close_dialogs), (ev_window_print):
7505         * shell/ev-window.h:
7506         
7507         Make printing support optional. Patch from Eduardo de Barros Lima
7508         <eduardo.lima@indt.org.br> for the bug #330546.
7509
7510 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7511
7512         * shell/ev-view-private.h:
7513         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7514         (ev_view_set_document):
7515         * shell/ev-view.h:
7516         * shell/ev-window.c: (ev_window_load_job_cb),
7517         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7518         (ev_window_init):
7519
7520         Draw Loading message during xfer job. Fix for the bug #329495.
7521
7522 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7523
7524         * comics/comics-document.c: (comics_regex_quote),
7525         (comics_document_load), (extract_argv):
7526         
7527         Correcly quote regexp before passing it to unzip.
7528
7529 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7530
7531         * shell/ev-page-cache.c: (build_height_to_page),
7532         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7533         (ev_page_cache_get_dual_even_left):
7534         * shell/ev-page-cache.h:
7535         * shell/ev-view.c: (view_update_range_and_current_page),
7536         (get_page_y_offset), (get_page_extents):
7537         
7538         Place even pages to the left if document has less then
7539         two pages. Fix for the bug #328856.
7540
7541 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7542
7543         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7544         
7545         Correct comics scheme. This make evince create thumbnails
7546         for comic books. Fix for the bug 329088.
7547
7548 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7549
7550         * data/evince-password.glade: Don't explicitly set
7551         invisible_char to the current default value in case
7552         the default changes; let GTK+ do its magic.
7553
7554 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7555
7556         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7557         real filename to tmp filename since often document
7558         type is determined by extension.
7559
7560 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7561
7562         * shell/ev-view.c: (add_scroll_binding_keypad),
7563         (ev_view_binding_activated), (ev_view_class_init):
7564         
7565         Add keybindings for percision-scrolling of display area. 
7566         Fix for the bug #314072.
7567
7568 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7569
7570         * data/evince.desktop.in.in:
7571         
7572         Add GTK to the list of categories. Fix for the bug #328034.
7573
7574 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7575
7576         * shell/ev-application.c: (ev_application_shutdown),
7577         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7578         * shell/ev-application.h:
7579         * shell/ev-window.c: (file_open_dialog_response_cb),
7580         (ev_window_cmd_file_open):
7581         
7582         Save last uri in file chooser dialog. Fix for the bug #327950.
7583
7584 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7585
7586         * NEWS:
7587         * README:
7588         
7589         Final update for release 0.5.0
7590         
7591         * shell/Makefile.am:
7592         
7593         Remove disable deprecated until we'll require libgnome-2.13.7
7594         and port to GOption argument parsing. See bug 327518.
7595
7596 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7597
7598         * comics/comics-document.c: (comics_document_save):
7599         * djvu/djvu-document.c: (djvu_document_save):
7600         * dvi/dvi-document.c: (dvi_document_save):
7601         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7602         * lib/ev-file-helpers.h:
7603         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7604         * tiff/tiff-document.c: (tiff_document_save):
7605         
7606         Use common save function for backends.
7607
7608 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7609
7610         * backend/ev-document-types.c:
7611         
7612         Fix crash on saving pixbuf.
7613
7614 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7615
7616         * cut-n-paste/recent-files/egg-recent-item.c:
7617         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7618         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7619         (parse_info_free), (valid_element), (start_element_handler),
7620         (end_element_handler), (text_handler), (egg_recent_model_filter),
7621         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7622         (egg_recent_model_monitor), (egg_recent_model_read),
7623         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7624         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7625         (egg_recent_model_set_property), (egg_recent_model_class_init),
7626         (egg_recent_model_init), (egg_recent_model_add_full),
7627         (egg_recent_model_delete), (egg_recent_model_get_list),
7628         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7629         (egg_recent_model_set_filter_mime_types),
7630         (egg_recent_model_clear_group_filter),
7631         (egg_recent_model_set_filter_groups),
7632         (egg_recent_model_clear_scheme_filter),
7633         (egg_recent_model_set_filter_uri_schemes),
7634         (egg_recent_model_remove_expired):
7635         * cut-n-paste/recent-files/egg-recent-util.c:
7636         (egg_recent_util_get_icon):
7637         * cut-n-paste/recent-files/egg-recent-util.h:
7638         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7639         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7640         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7641         (egg_recent_view_uimanager_set_property),
7642         (egg_recent_view_uimanager_get_property),
7643         (egg_recent_view_uimanager_class_init),
7644         (egg_recent_view_uimanager_init),
7645         (egg_recent_view_uimanager_set_label_width),
7646         (egg_recent_view_uimanager_get_label_width):
7647         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7648         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7649         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7650         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7651         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7652         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7653         
7654         Update from libegg.
7655
7656 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7657
7658         * shell/ev-page-cache.c: (build_height_to_page),
7659         (ev_page_cache_get_height_to_page):
7660         * shell/ev-page-cache.h:
7661         * shell/ev-view.c: (view_update_range_and_current_page),
7662         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7663         (ev_view_previous_page):
7664         
7665         Dual mode places even pages to the left. Fix for the bug #309393.
7666
7667         * shell/ev-view.h:
7668         * shell/ev-window.c: (update_action_sensitivity),
7669         (setup_view_from_metadata), (view_menu_popup_cb):
7670         
7671         Don't restore presentation in empty windows, more intelligent
7672         next page behaviour in dual mode.
7673
7674         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7675         (ev_pixbuf_cache_clear_job_sizes):
7676         
7677         Cleanup job callback on removal. Fix for the bug #325886.
7678
7679 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7680
7681         * ps/ps.c: (psscan):
7682         
7683         Commit workaround Mozilla problem. Fix for the bug #325919
7684         
7685         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7686         (save_item):
7687         
7688         Fix for year 2038 problem.
7689
7690 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7691
7692         * shell/ev-window.c: (setup_document_from_metadata),
7693         (ev_window_cmd_view_reload):
7694
7695         Clamp page recieved from metadata in valid values. Fix
7696         for the bug #325986.
7697
7698 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7699
7700         * MAINTAINERS: 
7701         Add MAINTAINERS as requested on desktop-devel-list.
7702
7703 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7704
7705         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7706         (mime_type_supported_by_gdk_pixbuf),
7707         (ev_document_factory_get_mime_types),
7708         (ev_document_factory_get_all_mime_types):
7709         
7710         Don't add pixbuf mime types if pixbuf backend is disabled.
7711         
7712         * shell/ev-application.c: (ev_application_get_uri_window):
7713         
7714         Fix for the bug 325815 - unhandled MIME type message doesn't 
7715         appear a second time. 
7716         
7717         * shell/ev-document-types.c: (ev_document_types_add_filters):
7718         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7719         (password_dialog_response), (ev_window_popup_password_dialog),
7720         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7721         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7722         (ev_window_run_presentation), (ev_window_stop_presentation),
7723         (save_sizing_mode), (ev_window_zoom_changed_cb),
7724         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7725         (ev_window_dual_mode_changed_cb),
7726         (ev_window_sidebar_current_page_changed_cb),
7727         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7728         (window_state_event_cb), (window_configure_event_cb):
7729         
7730         Cleanup additional uris holded by EvWindow.
7731
7732 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7733
7734         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7735         (ev_view_can_previous_page), (ev_view_can_next_page):
7736         * shell/ev-view.h:
7737         * shell/ev-window.c: (update_action_sensitivity):
7738         
7739         Two page scrolling with Space and PageUp in dual mode. Second fix 
7740         for the bug #316608.
7741
7742 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7743
7744         * shell/ev-view.c: (scroll_to_current_page):
7745         
7746         Correctly clamp adjustment value. Fix for the bug
7747         #325808.
7748
7749 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7750
7751         * shell/ev-sidebar-links.c: (print_section_cb):
7752         * shell/ev-window.c: (ev_window_get_uri),
7753         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7754         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7755         (ev_window_dispose):
7756         
7757         Make print dialog non-modal. Fix for the bug #325622.
7758
7759 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7760
7761         * shell/ev-metadata-manager.c:
7762         * shell/ev-utils.c: (using_pdf_printer),
7763         (using_postscript_printer), (load_print_config_from_file),
7764         (save_print_config_to_file):
7765         * shell/ev-utils.h:
7766         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7767         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7768         (setup_view_from_metadata), (ev_window_setup_document),
7769         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7770         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7771         (ev_window_run_presentation), (ev_window_stop_presentation),
7772         (save_sizing_mode), (ev_window_zoom_changed_cb),
7773         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7774         (ev_window_dual_mode_changed_cb),
7775         (ev_window_sidebar_current_page_changed_cb),
7776         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7777         (window_state_event_cb), (window_configure_event_cb),
7778         (ev_window_init):
7779         
7780         Setting saving behaviour fixes.
7781
7782 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7783
7784         * configure.ac:
7785         
7786         Make antialiasing gs options better and allow
7787         to change them during configure. Fix for the 
7788         bug #319049.
7789
7790 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7791
7792         * shell/ev-window.c: (setup_view_from_metadata):
7793         
7794         Remember if last window was maximized. Fix for the
7795         bug #323797.
7796
7797 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7798
7799         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7800
7801 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7802
7803         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7804         * shell/ev-page-action.c: (build_new_tree_cb):
7805         * shell/ev-sidebar-links.c: (links_page_num_func),
7806         (update_page_callback_foreach), (update_page_callback):
7807         * shell/ev-view.c: (scroll_to_current_page):
7808         
7809         Fix for the bug #325067 with more intelligent selection
7810         of current link in sidebar. Make sidebar handle links
7811         of FITR-like type more correctly.
7812
7813         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7814         (dvi_pixbuf_put_pixel):
7815         
7816         Fix memory consumtion with disabled alpha channel.
7817
7818 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7819
7820         * data/evince-ui.xml:
7821         * shell/ev-window.c: (view_menu_popup_cb),
7822         (ev_popup_cmd_open_link), (ev_window_init):
7823         
7824         Update context menu for internal links. Fix for the bug
7825         #325066.
7826
7827 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7828
7829         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7830         
7831         Bind context menu to keyboard also. Fix for the bug
7832         #325065.
7833
7834 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7835
7836         * shell/ev-view.c: (selection_scroll_timeout_cb):
7837         
7838         Horizontal scroll on selection also.
7839
7840 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7841
7842         * shell/ev-metadata-manager.c: (parse_value):
7843         * shell/ev-view.c: (goto_xyz_link):
7844         
7845         Correct zoom setup and metadata save broken in 
7846         some locales.
7847
7848 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7849
7850         * shell/ev-view-private.h:
7851         * shell/ev-view.c: (scroll_to_current_page),
7852         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7853         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7854         (page_changed_cb), (ev_view_set_continuous),
7855         (ev_view_set_dual_page), (ev_view_set_presentation):
7856         
7857         Delay scroll until allocation to correctly position page. Fix
7858         for the bug #317334.
7859
7860 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7861
7862         * NEWS:
7863         * configure.ac:
7864         
7865         Update NEWS and require poppler 0.5.0.
7866
7867 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7868         
7869         * data/evince-ui.xml:
7870         * shell/ev-view-private.h:
7871         * shell/ev-view.c: (ev_view_get_link_at_location),
7872         (handle_link_over_xy), (ev_view_button_press_event),
7873         (ev_view_button_release_event), (ev_view_class_init):
7874         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7875         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7876         (ev_window_init):
7877         
7878         Implement right-click context menu.
7879
7880 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7881
7882         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7883         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7884         (mdvi_pixbuf_device_render):
7885         * pdf/ev-poppler.cc:
7886
7887         Don't generate thumbnails with alpha. See bug #324077.
7888         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7889
7890 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7891
7892         * shell/ev-window.c: (setup_chrome_from_metadata):
7893         
7894         Fix typo that was hiding toolbar.
7895
7896 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7897
7898         * shell/ev-view-private.h:
7899         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7900         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7901         (ev_view_button_release_event), (ev_view_destroy):
7902         
7903         Small cleanup and autoscrolling during selection. Thanks to 
7904         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7905
7906 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7907
7908         * configure.ac:
7909         
7910         Correctly check for comics option.
7911
7912 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7913         * Makefile.am:
7914         * configure.ac:
7915         * backend/Makefile.am:
7916         * backend/ev-document-factory.c:
7917         * shell/ev-document-types.c:
7918
7919         Included option in configure to make ps backend 
7920         compilation optional with --disable-ps.
7921
7922 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7923
7924         * backend/ev-document-factory.c:
7925         * comics/Makefile.am:
7926         * comics/comics-document.c: (comics_document_load):
7927         * comics/ev-cbr-mime.xml:
7928         * configure.ac:
7929         
7930         Comics mime types are added to shared-mime-info CVS. Now
7931         we don't need to install our own mime types.
7932
7933 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7934
7935         * shell/ev-window.c:
7936         
7937         Add shortcut for "save a copy" menu entry. Fix for
7938         the bug #324582.
7939
7940 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7941
7942         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7943         (job_finished_cb), (new_selection_pixbuf_needed),
7944         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7945         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7946         
7947         Rework selection job info logic and fix critical warning.
7948
7949 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7950
7951         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7952
7953 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7954
7955         * data/evince-ui.xml:
7956         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7957         
7958         Enter as shortcut key for next page. Fix for the bug
7959         #321394.
7960
7961 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7962
7963         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7964
7965 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7966
7967         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7968         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7969         (new_selection_pixbuf_needed),
7970         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7971         (clear_job_selection):
7972         
7973         Too early for 0.5. Pixbuf cache code cleaned a bit.
7974
7975 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7976
7977         * NEWS:
7978         * configure.ac:
7979         
7980         Release 0.5.0 preparation
7981
7982 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7983
7984         * comics/Makefile.am:
7985         * configure.ac:
7986         * shell/ev-document-types.c: (ev_document_types_add_filters):
7987         
7988         More advanced handling of custom mime type installation.
7989
7990 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7991
7992         * data/evince.schemas.in:
7993         * shell/ev-metadata-manager.c: (value_free),
7994         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7995         (ev_metadata_manager_get), (ev_metadata_manager_set):
7996         * shell/ev-metadata-manager.h:
7997         * shell/ev-window.c: (update_chrome_flag),
7998         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7999         (setup_document_from_metadata), (setup_chrome_from_metadata),
8000         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8001         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8002         (ev_window_view_toolbar_cb),
8003         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8004         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8005         
8006         Save last document settings and reuse them for new documents.
8007
8008 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8009
8010         * Makefile.am:
8011         * backend/Makefile.am:
8012         * backend/ev-document-factory.c:
8013         * backend/ev-document-factory.h:
8014         * comics/Makefile.am:
8015         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8016         (comics_document_load), (comics_document_save),
8017         (comics_document_get_n_pages), (comics_document_get_page_size),
8018         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8019         (comics_document_class_init), (comics_document_can_get_text),
8020         (comics_document_get_info), (comics_document_document_iface_init),
8021         (comics_document_init), (get_supported_image_extensions),
8022         (comics_document_thumbnails_get_geometry),
8023         (comics_document_thumbnails_get_thumbnail),
8024         (comics_document_thumbnails_get_dimensions),
8025         (comics_document_document_thumbnails_iface_init), (extract_argv):
8026         * comics/comics-document.h:
8027         * comics/ev-cbr-mime.xml:
8028         * configure.ac:
8029         * po/POTFILES.in:
8030         * shell/ev-application.c: (ev_application_register_service):
8031         * shell/ev-document-types.c: (ev_document_types_add_filters):
8032         * thumbnailer/Makefile.am:
8033         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8034         
8035         New CBR/CBZ backend for comic books.
8036
8037 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8038
8039         * shell/main.c: (load_files_remote):
8040
8041         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8042         warning on startup of second instance is fixed. It
8043         is bug #320353.
8044
8045 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8046
8047         * shell/ev-window.c: (ev_window_finalize):
8048         
8049         Fix double free that cause crash.
8050
8051 2005-10-29  Bastien Nocera <hadess@hadess.net>
8052
8053         * tiff/tiff-document.c: (tiff_document_load):
8054         
8055         Fix memory leak.
8056
8057 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8058
8059         * po/POTFILES.in:
8060         * shell/Makefile.am:
8061         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8062         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8063         (ev_view_accessible_get_text),
8064         (ev_view_accessible_get_character_at_offset),
8065         (ev_view_accessible_get_text_before_offset),
8066         (ev_view_accessible_get_text_at_offset),
8067         (ev_view_accessible_get_text_after_offset),
8068         (ev_view_accessible_get_character_count),
8069         (ev_view_accessible_get_caret_offset),
8070         (ev_view_accessible_set_caret_offset),
8071         (ev_view_accessible_get_run_attributes),
8072         (ev_view_accessible_get_default_attributes),
8073         (ev_view_accessible_get_character_extents),
8074         (ev_view_accessible_get_offset_at_point),
8075         (ev_view_accessible_get_n_selections),
8076         (ev_view_accessible_get_selection),
8077         (ev_view_accessible_add_selection),
8078         (ev_view_accessible_remove_selection),
8079         (ev_view_accessible_set_selection),
8080         (ev_view_accessible_text_iface_init),
8081         (ev_view_accessible_idle_do_action),
8082         (ev_view_accessible_action_do_action),
8083         (ev_view_accessible_action_get_n_actions),
8084         (ev_view_accessible_action_get_description),
8085         (ev_view_accessible_action_get_name),
8086         (ev_view_accessible_action_set_description),
8087         (ev_view_accessible_action_iface_init),
8088         (ev_view_accessible_get_type), (ev_view_accessible_new),
8089         (ev_view_accessible_factory_get_accessible_type),
8090         (ev_view_accessible_factory_create_accessible),
8091         (ev_view_accessible_factory_class_init),
8092         (ev_view_accessible_factory_get_type):
8093         * shell/ev-view-accessible.h:
8094         * shell/ev-view-private.h:
8095         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8096         * shell/ev-view.h:
8097         
8098         Initial accessibility support.
8099
8100 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8101
8102         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8103
8104 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8105
8106         * shell/ev-print-job.c: (idle_print_handler):
8107         
8108         Fix for bug Bug 318916: Printing multiple pages.
8109
8110 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8111
8112         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8113
8114 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8115
8116         * pdf/ev-poppler.cc:
8117         
8118         Thumnail dimensions unified with other backends.
8119         
8120         * shell/ev-window-title.c: (ev_window_title_update):
8121         
8122         Fix warning.
8123
8124 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8125
8126         * data/ev-stock-zoom-fit-width.png:
8127         
8128         Remove unused file.
8129
8130 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8131
8132         * configure.ac:
8133         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8134         (djvu_document_finalize):
8135         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8136         (dvi_document_finalize):
8137         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8138         (pixbuf_document_save), (pixbuf_document_finalize):
8139         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8140         (tiff_document_finalize):
8141         
8142         Save a copy implemented for various backends.
8143
8144 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8145
8146         * configure.ac:
8147         
8148         Don't link with ltiff if tiff is disabled.
8149
8150 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8151
8152         * pdf/GDKSplashOutputDev.cc:
8153         * pdf/GDKSplashOutputDev.h:
8154         * pdf/Thumb.cc:
8155         * pdf/Thumb.h:
8156         * pdf/pdf-document.cc:
8157         * pdf/pdf-document.h:
8158         * pdf/test-gdk-output-dev.cc:
8159         
8160         Remove old unused files.
8161
8162 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8163
8164         * shell/ev-window.c: (ev_window_setup_document):
8165         
8166         Fixed warnings on reload and probably crash reason.
8167
8168 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8169
8170         * properties/ev-properties-view.c:
8171         (ev_properties_view_format_date):
8172         
8173         Check if date is invalid. Fix for bug 318134.
8174
8175 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8176
8177         * shell/ev-window-title.c:
8178         
8179         Add .indd files (Adobe Indesign) to the list of "bad
8180         extensions".
8181
8182 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8183
8184         * data/evince-ui.xml:
8185         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8186         
8187         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8188
8189 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8190
8191         * shell/ev-window.c: (launch_link), (launch_external_uri),
8192         (view_external_link_cb):
8193
8194         URL-escape link before passing it to gnome_vfs_url_show.
8195
8196 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8197
8198         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8199         there isn't text selected.
8200
8201 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8202
8203         * shell/ev-view.c: (handle_link_over_xy):
8204
8205         Check tooltip is valid utf8 before showing it
8206
8207 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8208
8209         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8210
8211 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8212
8213         * shell/ev-window-title.c: (ev_window_title_update):
8214
8215         Guard against using g_strstrip on NULL. Fixes bug #317291.
8216
8217 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8218
8219         * pdf/ev-poppler.cc:
8220
8221         Show title even for unknown links
8222
8223 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8224
8225         * shell/ev-window-title.c: (ev_window_title_update):
8226
8227         Strip the title string
8228
8229 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8230
8231         * shell/ev-window-title.c:
8232
8233         Add .rtf to the bad extensions list
8234
8235 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8236
8237         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8238         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8239
8240         Ignore link coordinates if they are outside page bounds
8241
8242 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8243
8244         * backend/ev-link.c: (ev_link_type_get_type),
8245         (ev_link_get_filename), (ev_link_get_params),
8246         (ev_link_get_property), (ev_link_set_property),
8247         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8248         * backend/ev-link.h:
8249         * pdf/ev-poppler.cc:
8250         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8251         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8252         (ev_window_init):
8253
8254         Implement launch links. Delegate external link opening to
8255         the window.
8256
8257 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8258
8259         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8260         (ev_link_get_right), (ev_link_get_property),
8261         (ev_link_set_property), (ev_link_class_init),
8262         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8263         * backend/ev-link.h:
8264         * pdf/ev-poppler.cc:
8265         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8266
8267         Implement fitr links
8268
8269 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8270
8271         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8272         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8273         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8274         (ev_view_size_request_continuous),
8275         (ev_view_size_request_dual_page),
8276         (ev_view_size_request_single_page), (ev_view_size_allocate),
8277         (ev_view_zoom_for_size_continuous_and_dual_page),
8278         (ev_view_zoom_for_size_continuous),
8279         (ev_view_zoom_for_size_dual_page),
8280         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8281         (ev_sizing_mode_get_type):
8282         * shell/ev-view.h:
8283         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8284
8285         Do not use modes for link, we need to calculate size ad hoc.
8286         Still not perfect because of the usual scrollbar issues grrr.
8287
8288 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8289
8290         * backend/ev-link.c: (ev_link_type_get_type),
8291         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8292         * backend/ev-link.h:
8293         * pdf/ev-poppler.cc:
8294         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8295         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8296         (ev_view_size_request_continuous),
8297         (ev_view_size_request_dual_page),
8298         (ev_view_size_request_single_page), (ev_view_size_allocate),
8299         (zoom_for_size_fit_height),
8300         (ev_view_zoom_for_size_continuous_and_dual_page),
8301         (ev_view_zoom_for_size_continuous),
8302         (ev_view_zoom_for_size_dual_page),
8303         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8304         (ev_sizing_mode_get_type):
8305         * shell/ev-view.h:
8306         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8307
8308         Implement FIT_HEIGHT mode (only for links).
8309         Implement FITH links
8310
8311 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8312
8313         * shell/ev-window-title.c: (get_filename_from_uri),
8314         (ev_window_title_sanitize_extension), (ev_window_title_update),
8315         (ev_window_title_set_document), (ev_window_title_set_uri),
8316         (ev_window_title_free):
8317         * shell/ev-window-title.h:
8318         * shell/ev-window.c: (ev_window_setup_document),
8319         (ev_window_popup_password_dialog):
8320
8321         Refactor window title building while fixing it for
8322         password documents.
8323
8324 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8325
8326         * pdf/ev-poppler.cc:
8327
8328         Escape link title before setting it in the model
8329
8330 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8331
8332         * shell/ev-application.c: (removed_from_session), (save_session),
8333         (init_session), (ev_application_get_empty_window),
8334         (ev_application_init), (ev_application_get_windows):
8335         * shell/ev-application.h:
8336         * shell/ev-window.c: (ev_window_finalize):
8337
8338         Add a function to retrieve window list and share it where
8339         necessary.
8340         Implement session handling, works pretty well thanks to the
8341         metadata system.
8342
8343 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8344
8345         * shell/ev-password.c: (ev_password_item_created_callback),
8346         (ev_password_dialog_save_password):
8347         
8348         Fix for bug 316972. Use async gnome-keyring API.
8349
8350 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8351
8352         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8353         Remove unused unrealize handler. Add scroll handling to
8354         ev_view_scroll_event for presentation mode (bug #316708),
8355         and fix the event state checks there.
8356
8357 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8358
8359         * shell/ev-page-action.c: (page_changed_cb):
8360
8361         "marco, maybe we should be crazy and jump right to 6! :)"
8362
8363         Bryan Clark, Sep 2005
8364
8365 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8366
8367         * ps/ps-document.c: (save_document), (ps_document_save),
8368         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8369         (ps_document_ps_export_end):
8370
8371         Fix unstructured documents save and print
8372
8373 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8374
8375         * shell/ev-application.c: (ev_application_open_uri):
8376
8377         Fix window size persistance
8378
8379 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8380
8381         * shell/ev-view.c: (ev_view_button_release_event):
8382
8383         Based on a patch from carlosgc@gnome.org. Mouse buttons
8384         switch pages in presentation mode.
8385
8386 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8387
8388         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8389
8390         Dont cast to int before scaling
8391
8392 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8393
8394         * backend/ev-link.c: (ev_link_type_get_type),
8395         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8396         (ev_link_new_page_fith):
8397         * backend/ev-link.h:
8398         * pdf/ev-poppler.cc:
8399         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8400
8401         Implement FIT and FITH links
8402
8403 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8404
8405         * pdf/ev-poppler.cc:
8406
8407         Return 0 results when search is not in progress.
8408
8409         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8410         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8411
8412         Update menu sensitivity when cancelling search
8413
8414 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8415
8416         * shell/ev-view.c: (ev_view_can_find_next):
8417
8418         Take all pages in consideration, not just current one
8419
8420 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8421
8422         * shell/ev-page-cache.c:
8423         * shell/ev-page-cache.h:
8424         * shell/ev-view.c: (ev_view_binding_activated),
8425         (ev_view_next_page), (ev_view_previous_page),
8426         (ev_sizing_mode_get_type):
8427         * shell/ev-view.h:
8428         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8429         (ev_window_cmd_go_next_page):
8430
8431         Move page next/previous functions from page chace to
8432         view and change it to move by 2 page steps in dual mode.
8433
8434 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8435
8436         * shell/ev-window.c: (update_sidebar_visibility),
8437         (setup_sidebar_from_metadata), (ev_window_setup_document),
8438         (setup_view_from_metadata):
8439
8440         Show the index by default when there is one     
8441
8442 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8443
8444         * shell/ev-window-title.c: (ev_window_title_set_document):
8445
8446         Missing null check
8447
8448 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8449
8450         * shell/ev-view.c: (view_update_range_and_current_page):
8451         
8452         Allow display of last odd page in dual view. Fix for 316347.
8453
8454 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8455
8456         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8457         
8458         Make close button default. Fix for 316383.
8459
8460 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8461
8462         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8463         
8464         Mark close button as default. Fix for 316381.
8465
8466 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8467
8468         * backend/ev-link.c: (ev_link_class_init):
8469
8470         Allow negative doubles in left/top properties
8471
8472 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8473
8474         * shell/ev-window.c:
8475
8476         Remove a bunch of strings that was used only
8477         by the statusbar.
8478
8479 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8480
8481         * shell/ev-window-title.c: (get_filename_from_uri),
8482         (ev_window_title_set_document):
8483
8484         When title has a confusing extension, show also
8485         the document filename inside ()
8486
8487 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8488
8489         * shell/Makefile.am:
8490         * shell/ev-window-title.c: (ev_window_title_new),
8491         (ev_window_title_update), (ev_window_title_set_type),
8492         (ev_window_title_set_document), (ev_window_title_free):
8493         * shell/ev-window-title.h:
8494         * shell/ev-window.c: (ev_window_setup_document),
8495         (password_dialog_response), (ev_window_popup_password_dialog),
8496         (ev_window_dispose), (ev_window_init):
8497
8498         Factor out and cleanup window title code
8499
8500 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8501
8502         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8503         (unable_to_load):
8504
8505         Make dialog transient so it doesnt block other windows
8506
8507 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8508
8509         * pdf/ev-poppler.cc:
8510         
8511         Fix pdf thumbnails rendering.
8512
8513 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8514
8515         * shell/ev-window.c: (fullscreen_set_timeout):
8516         
8517         Increase timeout to hide full screen popup. Bug 
8518         316123. 
8519
8520 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8521
8522         * data/evince.schemas.in:
8523         * shell/ev-window.c: (update_action_sensitivity):
8524
8525         Allow the user to override document restrictions. Fix for bug
8526         305818.
8527
8528 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8529
8530         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8531         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8532         (ev_window_class_init): Fix multihead behaviour of fullscreen
8533         toolbar popup. Fixes bug #315451.
8534
8535 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8536
8537         * configure.ac:
8538         * data/evince-password.glade:
8539         * shell/ev-password.c: (ev_password_dialog_set_property),
8540         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8541         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8542         (ev_password_dialog_entry_changed_cb),
8543         (ev_password_dialog_entry_activated_cb),
8544         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8545         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8546         (ev_password_dialog_set_bad_pass):
8547         * shell/ev-password.h:
8548         * shell/ev-window.c: (password_dialog_response),
8549         (ev_window_popup_password_dialog):
8550         
8551         Support for gnome-keyring for encrypted PDF's.
8552
8553 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8554
8555         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8556         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8557         (ev_view_enter_notify_event), (ev_view_class_init):
8558         
8559         More precise handling of enter_notify/leave_notify events
8560         in EvView. Fix for bug 315470.
8561
8562 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8563
8564         * shell/ev-window.c: (fullscreen_timeout_cb),
8565         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8566         (ev_window_dispose):
8567
8568         leak fix: unref fullscreen_timeout_source before clearing it
8569
8570 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8571
8572         * configure.ac, dvi/mdvi/Makefile.am: 
8573         
8574         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8575
8576 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8577
8578         * backend/ev-link.c: (ev_link_new_page_xyz):
8579         * pdf/ev-poppler.cc:
8580         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8581
8582         Fix some bugs with xyz links, respect zoom
8583
8584 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8585
8586         * shell/ev-window.c: (page_changed_cb),
8587         (setup_document_from_metadata), (update_sidebar_visibility),
8588         (setup_view_from_metadata), (ev_window_run_fullscreen),
8589         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8590         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8591         (ev_window_dual_mode_changed_cb),
8592         (ev_window_sidebar_current_page_changed_cb):
8593
8594         null check uri before setting and getting metadata
8595
8596 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8597
8598         * dvi/Makefile.am:
8599         * properties/Makefile.am:
8600         * shell/Makefile.am:
8601         * thumbnailer/Makefile.am:
8602
8603         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8604
8605 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8606
8607         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8608         (selection_changed_callback):
8609         * shell/ev-sidebar-links.h:
8610
8611         Add a signal for link activation.
8612
8613         * shell/ev-view.c: (ev_view_goto_link),
8614         (ev_view_button_release_event):
8615         * shell/ev-view.h:
8616         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8617         (ev_window_init):
8618
8619         Implement the signal so that we can handle all link types.
8620
8621         * shell/ev-page-cache.c:
8622
8623         Remove unused set_link function
8624
8625 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8626
8627         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8628
8629         Add some space from the cursor, hardcoded but I couldnt
8630         find a better way.
8631
8632 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8633
8634         * lib/ev-tooltip.c:
8635
8636         Use mozilla style vs gtk style, way better for links.
8637
8638         * shell/ev-view.c: (ev_view_motion_notify_event),
8639         (ev_view_destroy), (ev_view_init):
8640
8641         Deactive tooltip when the link hovered is changed.
8642
8643 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8644
8645         * backend/ev-document.h:
8646         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8647         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8648         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8649         (ev_link_new_page), (ev_link_new_page_xyz):
8650         * backend/ev-link.h:
8651         * pdf/ev-poppler.cc:
8652         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8653         (go_to_link), (tip_from_link):
8654
8655         Implement xyz links, still not functional. Links are a total
8656         mess, will need to refactor and bugfix a lot :(
8657
8658 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8659
8660         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8661
8662 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8663
8664         * data/evince-ui.xml:
8665         * data/evince.schemas.in:
8666         * shell/Makefile.am:
8667         * shell/ev-window.c: (update_chrome_visibility),
8668         (password_dialog_response), (ev_window_load_job_cb),
8669         (ev_window_xfer_job_cb), (ev_window_open_uri),
8670         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8671         (ev_window_init):
8672
8673         Remove the statusbar. This regress loading feedback, need to
8674         check with Bryan what we want to do there...
8675
8676 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * lib/ev-tooltip.c: (ev_tooltip_init):
8679
8680         Fix tooltip border and size handling
8681
8682 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8683
8684         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8685         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8686         (ev_tooltip_timeout), (ev_tooltip_activate),
8687         (ev_tooltip_deactivate):
8688         * lib/ev-tooltip.h:
8689         * shell/ev-view.c: (ev_view_motion_notify_event):
8690
8691         Delay popup showing. Mirror gtk logic/times.
8692
8693 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8694
8695         * lib/Makefile.am:
8696         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8697         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8698         (ev_tooltip_set_text), (ev_tooltip_set_position):
8699         * lib/ev-tooltip.h:
8700
8701         Simple widget to show tooltips at a custom position
8702
8703         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8704         (ev_view_destroy):
8705
8706         Use it for links. First go, needs work
8707
8708 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8709
8710         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8711         HIG fixes.  Use title capitalization for window title. Use 12 
8712         pixels of space between the dialog's vbox and action area.
8713
8714 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8715
8716         * shell/ev-window.c: (file_open_dialog_response_cb),
8717         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8718         (ev_window_cmd_save_as):
8719
8720         Make file pickers not modal and refactor code some
8721
8722 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8723
8724         * shell/ev-sidebar.h:
8725         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8726         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8727         (ev_sidebar_class_init), (ev_sidebar_select_page),
8728         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8729         (ev_sidebar_set_page):
8730
8731         Add a current page property and allow to get/set it
8732
8733         * shell/ev-window.c: (setup_view_from_metadata),
8734         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8735
8736         Persist current sidebar page per document
8737
8738 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8739
8740         * data/evince.schemas.in:
8741         * shell/ev-window.c: (update_chrome_visibility),
8742         (setup_document_from_metadata), (update_sidebar_visibility),
8743         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8744         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8745         (ev_window_run_presentation), (ev_window_stop_presentation),
8746         (ev_window_view_sidebar_cb),
8747         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8748         (load_chrome), (ev_window_init):
8749
8750         Persist size/visibility of sidebar per document
8751
8752 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8753
8754         * shell/ev-view.c (draw_loading_text): Draw loading text.
8755
8756 2005-09-02  Dan Damian  <dand@gnome.ro>
8757
8758         * configure.in: Added "ro" to ALL_LINGUAS.
8759
8760 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8761
8762         * shell/ev-view.c: (clear_caches):
8763
8764         ev_page_cache_get doesnt return a reference,
8765         dont try to unref it.
8766
8767 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8768
8769         * shell/main.c: (load_files_remote):
8770
8771         Fix timestamp parameter with dbus <= 0.33
8772
8773 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8774
8775         * data/evince.schemas.in:
8776
8777         Add missing full stop
8778
8779 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8780
8781         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8782         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8783
8784         Plug some memory leaks
8785
8786 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8787
8788         * configure.ac:
8789         * lib/ev-debug.c: (trap_handler):
8790
8791         Check for execinfo.h and use it only if it exists.
8792         Ported from Epiphany (bug #314776).
8793
8794 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8795
8796         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8797
8798 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8799
8800         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8801         * po/id.po      : Added Indonesian translation
8802
8803 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8804
8805         * shell/main.c:
8806         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8807         * NEWS: Release 0.4.0
8808
8809 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8810
8811         * configure.ac: catch another gtk+-2.8ism
8812         * shell/main.c: Make work with gtk+-2.6
8813
8814 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8815
8816         * shell/ev-application-service.xml: Add 'timestamp' argument to
8817           ev_application_open_window and ev_application_open_uri methods.
8818
8819         * shell/ev-application.h: Add 'timestamp' argument to
8820           ev_application_open_window, ev_application_open_uri,
8821           and ev_application_open_uri_list functions.
8822
8823         * shell/ev-application.c (ev_application_open_window,
8824           ev_application_open_uri, ev_application_open_uri_list): Change
8825           functions that show/present windows to use a timestamp if one
8826           is passed in.
8827
8828         * shell/ev-window.c (ev_window_cmd_file_open,
8829           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8830         * shell/main.c (load_files): Modify calls to ev_application to
8831           include GDK_CURRENT_TIME as timestamp.
8832
8833         * shell/main.c (load_files_remote): Obtain timestamp for client
8834           instance from GDK and pass to server instance so new windows are
8835           focused properly.  Fix dbus_g_proxy_call() calls by including second
8836           G_TYPE_INVALID.
8837           
8838         Closes bug #314475.
8839
8840 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8841
8842         * shell/ev-window.c (ev_window_finalize): Check for
8843         avail. EvWindows when quiting to handle the finalize better,
8844         #314497
8845
8846 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8847         
8848         * properties/ev-properties-view.c: 
8849         
8850         Set textdomain to libglade. Fixes translation problem in property page.
8851
8852 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8853
8854         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8855         * dvi/Makefile.am:
8856         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8857         * dvi/mdvi-lib/Makefile.am:
8858         
8859         Fix rotation of thumbnails, ported to new API. Moved library
8860         dependencies earlier, probably it will fix linkage problem.
8861
8862 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8863
8864         * backend/ev-document-misc.c:
8865         (ev_document_misc_get_thumbnail_frame):
8866         * backend/ev-document-misc.h:
8867         * configure.ac:
8868         * pdf/ev-poppler.cc:
8869         * shell/Makefile.am:
8870         * shell/ev-sidebar-thumbnails.c: (add_range),
8871         (ev_sidebar_thumbnails_set_loading_icon),
8872         (ev_sidebar_thumbnails_refresh),
8873         (ev_sidebar_thumbnails_set_document):
8874         * shell/ev-sidebar-thumbnails.h:
8875         * shell/ev-view.c: (ev_view_motion_notify_event),
8876         (ev_view_set_property), (ev_view_get_property),
8877         (ev_view_class_init), (ev_view_set_rotation):
8878         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8879         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8880         (ev_window_init):
8881         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8882         Redo rotation (again).  prepare for 0.4.0
8883
8884 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8885
8886         * configure.ac: Bump poppler requirement to 0.4.1.
8887
8888         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8889         argument to poppler_page_render_selection() call.
8890
8891 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8892
8893         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8894         (djvu_document_thumbnails_get_thumbnail):
8895         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8896         (dvi_document_thumbnails_get_thumbnail):
8897         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8898         (pixbuf_document_thumbnails_get_thumbnail):
8899         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8900         
8901         Update rotation direction of backends to fit with pdf and ps.
8902
8903 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8904
8905         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8906         * backend/ev-async-renderer.h:
8907         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8908         (setup_page), (ps_document_get_page_size),
8909         (ps_async_renderer_render_pixbuf):
8910         * ps/ps-document.h:
8911         * shell/ev-jobs.c: (ev_job_render_run):
8912
8913         Fix orientation in the postscript document
8914
8915 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8916
8917         * pdf/ev-poppler.cc:
8918         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8919         * shell/ev-view.c: (highlight_find_results):
8920
8921         Adapt to the new poppler rotation API. Fix text maps on landscape
8922         documents.
8923
8924 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8925
8926         * shell/ev-view.c (compute_new_selection_text): get the correct
8927         region when selecting in modes other than continuous.
8928
8929 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8930
8931         * shell/main.c (main): remove redundant g_warnings.
8932
8933 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8934
8935         * shell/Makefile.am: Don't include autogenerated
8936         file ev-application-service.h into distribution, since
8937         it causes dbus crash. Fix for bugs 313724 and 313443. 
8938
8939 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8940
8941         * configure.ac: Fix sed expression for FreeBSD. Thanks
8942         to Joe Marcus Clark <marcus@freebsd.org>
8943         
8944         * shell/eggfindbar.c: (entry_activate_callback),
8945         (entry_changed_callback), (egg_find_bar_init),
8946         (egg_find_bar_set_search_string):
8947         
8948         Made findbar buttons unsensitive if there is no text in
8949         entry. Fix for the bug 313285.
8950
8951 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8952
8953         * ps/ps-document.c: Use g_filename_display_name for displaying
8954         filenames and revert string freeze breackage
8955
8956 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8957
8958         * NEWS:
8959         * configure.ac:
8960
8961         Update for 0.3.4
8962
8963         * shell/Makefile.am:
8964
8965         Add ev-application-service.xml to extra dist
8966
8967         * shell/ev-view.c: (find_page_at_location):
8968
8969         Remove unused function (fix warning)
8970
8971 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8972
8973         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8974         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8975         
8976         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8977         bug 313623.
8978
8979 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8980
8981         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8982         * shell/ev-window.c:
8983         Fix build warnings
8984
8985 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8986
8987         * configure.ac: Update script to get dbus version.
8988         Fix for the bug #313443.
8989
8990 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8991
8992         * shell/ev-window.c: (ev_window_cmd_escape):
8993         
8994         Return focus back to view on escape. Fix for bug 313295.
8995
8996 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8997
8998         * shell/ev-window.c: (update_window_title),
8999         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9000         (ev_window_cmd_save_as):
9001         
9002         Correct conversion from uri to displayable string. Fix for
9003         bug 313296.
9004
9005 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9006
9007         * ps/ps-document.c: convert filename to utf8 when there is an error
9008         loading document. Fixes #309915
9009
9010 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9011
9012         * configure.ac:
9013
9014         We depend on poppler 0.4.0
9015
9016 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9017
9018         * configure.ac:
9019         * NEWS: Release 0.3.3.
9020         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9021
9022 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9023
9024         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9025         add a couple missing mnemonics to menu items, use title 
9026         capitalization for menu items and window titles, and add 
9027         ellipsis to open menu item.     
9028
9029 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9030
9031         * pdf/ev-poppler.cc:
9032         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9033         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9034         (ev_view_get_rotation):
9035         * shell/ev-view.h:
9036         * shell/ev-window.c: (setup_view_from_metadata),
9037         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9038         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9039         disk.
9040
9041 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9042
9043         * configure.ac: Added tr to ALL_LINGUAS
9044
9045 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9046
9047         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9048         requires several clicks to find word. Thanks to 
9049         Colin Slater <kiltedtaco@gmail.com>.
9050
9051 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9052
9053         * data/evince.desktop.in.in: Hide menu entry and
9054         rename it to "Document Viewer". Fix for bug 
9055         #312399.
9056
9057 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9058
9059         * shell/ev-page-action.c (ev_page_action_class_init): 
9060
9061         Point to the correct function in constructor of the
9062         activate_label signal
9063
9064 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9065
9066         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9067         * shell/ev-jobs.h: Make thread safe.
9068
9069 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9070
9071         * shell/ev-view.c: (view_update_range_and_current_page):
9072         Don't update page range if we are scrolling to some document
9073         point.
9074
9075 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9076
9077         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9078         when getting max_page_width, fix drawing in dual mode.
9079
9080 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9081
9082         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9083         getting the area for select_all.
9084
9085 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9086
9087         * backend/ev-selection.c: (ev_selection_render_selection):
9088         * backend/ev-selection.h:
9089         * pdf/ev-poppler.cc:
9090         * shell/ev-jobs.c: (ev_job_render_new):
9091         * shell/ev-jobs.h:
9092         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9093         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9094         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9095         (ev_view_class_init):
9096
9097         Change selection color on focus in and focus out events.  Also,
9098         poppler now uses GdkColor for specifying the selection colors, so
9099         drop some awkward conversion code.
9100
9101 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9102
9103         * configure.ac: Added Hebrew translation
9104
9105 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9106
9107         * NOTES:
9108         * backend/ev-selection.c: (ev_selection_render_selection):
9109         * backend/ev-selection.h:
9110         * pdf/ev-poppler.cc:
9111         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9112         (ev_job_render_run):
9113         * shell/ev-jobs.h:
9114         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9115         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9116         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9117         (ev_pixbuf_cache_style_changed),
9118         (ev_pixbuf_cache_get_selection_pixbuf),
9119         (ev_pixbuf_cache_set_selection_list),
9120         (ev_pixbuf_cache_get_selection_list):
9121         * shell/ev-pixbuf-cache.h:
9122         * shell/ev-utils.c: (ev_print_region_contents):
9123         * shell/ev-utils.h:
9124         * shell/ev-view.c: (ev_view_queue_draw_page),
9125         (selection_update_idle_cb), (ev_view_motion_notify_event),
9126         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9127         (setup_caches), (ev_view_find_next), (merge_selection_region),
9128         (selection_free):
9129         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9130
9131         Clean up selection to be much smoother!
9132
9133 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9134
9135         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9136         to poppler_page_render_selection().
9137
9138 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9139
9140         * ps/ps-document.c: (save_page_list): Use
9141         unzipped document when printing. Thanks to 
9142         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9143         311016.
9144
9145 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9146
9147         * shell/ev-window.c: (update_action_sensitivity):
9148         
9149         Disable print and save respect to lockdown gconf keys. Fix
9150         for 312342.
9151
9152 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9153
9154         * configure.ac:
9155         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9156         (write_to_temp_file), (ev_file_set_contents):
9157         * shell/ev-utils.h:
9158         * shell/ev-window.c: (save_print_config_to_file):
9159         
9160         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9161         Fix for bug 312238
9162
9163 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9164
9165         * shell/ev-window.c: (load_print_config_from_file),
9166         (save_print_config_to_file), (ev_window_print_range):
9167
9168         Persist the print settings. Fixes bug #311578.
9169
9170 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9171
9172         * djvu/djvu-document.c: (djvu_document_get_page_size),
9173         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9174         (djvu_document_thumbnails_get_thumbnail):
9175         * dvi/dvi-document.c: (dvi_document_get_page_size),
9176         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9177         (dvi_document_thumbnails_get_dimensions),
9178         (dvi_document_thumbnails_get_thumbnail):
9179         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9180         (pixbuf_document_render_pixbuf),
9181         (pixbuf_document_document_iface_init),
9182         (pixbuf_document_thumbnails_get_thumbnail):
9183         
9184         Update backends to make them build with new rotation system.
9185
9186 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9187
9188         * help/C/figures/evince_start_window.png:
9189         
9190         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9191
9192 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9193
9194         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9195         * shell/ev-pixbuf-cache.h:
9196         * shell/ev-sidebar-thumbnails.c:
9197         (ev_sidebar_thumbnails_get_property), (add_range),
9198         (adjustment_changed_cb):
9199         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9200         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9201         we were thumbnailing the entire docment on startup, slowing us
9202         down hugely. 
9203
9204 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9205
9206         * shell/ev-page-cache.c: (ev_page_cache_new):
9207         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9208         == 0, fixes #310306.
9209
9210 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9211
9212         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9213         (ev_view_rotate_left):
9214
9215         Account rotation in doc_rect_to_view_rect.
9216         Ensure rotation doesnt go out of bounds.
9217
9218 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9219
9220         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9221
9222         Correct and cleanup w/h swapping
9223
9224 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9225
9226         * backend/ev-document-thumbnails.c:
9227         (ev_document_thumbnails_get_thumbnail):
9228         * backend/ev-document-thumbnails.h:
9229         * backend/ev-document.c:
9230         * backend/ev-document.h:
9231         * backend/ev-render-context.c: (ev_render_context_new),
9232         (ev_render_context_set_rotation):
9233         * backend/ev-render-context.h:
9234         * pdf/ev-poppler.cc:
9235         * ps/ps-document.c: (ps_document_document_iface_init):
9236         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9237         * shell/ev-jobs.h:
9238         * shell/ev-page-cache.c: (build_height_to_page),
9239         (ev_page_cache_new), (ev_page_cache_get_size),
9240         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9241         (ev_page_cache_get_height_to_page):
9242         * shell/ev-page-cache.h:
9243         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9244         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9245         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9246         (ev_pixbuf_cache_get_selection_pixbuf):
9247         * shell/ev-pixbuf-cache.h:
9248         * shell/ev-print-job.c: (idle_print_handler):
9249         * shell/ev-sidebar-thumbnails.c: (add_range):
9250         * shell/ev-view.c: (view_update_range_and_current_page),
9251         (get_page_y_offset), (get_page_extents),
9252         (ev_view_size_request_continuous_dual_page),
9253         (ev_view_size_request_continuous),
9254         (ev_view_size_request_dual_page),
9255         (ev_view_size_request_single_page), (draw_one_page),
9256         (ev_view_set_rotation), (ev_view_rotate_right),
9257         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9258         (ev_view_zoom_for_size_continuous_and_dual_page),
9259         (ev_view_zoom_for_size_continuous),
9260         (ev_view_zoom_for_size_dual_page),
9261         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9262         (ev_view_select_all):
9263         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9264         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9265         (tiff_document_document_iface_init),
9266         (tiff_document_thumbnails_get_thumbnail):
9267
9268         Use rotation rather than orientation. It's easier and enough
9269         for our needs.
9270
9271 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9272
9273         * shell/ev-page-cache.c: (build_height_to_page),
9274         (ev_page_cache_new), (ev_page_cache_get_size),
9275         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9276         (ev_page_cache_get_height_to_page):
9277         * shell/ev-page-cache.h:
9278         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9279         (ev_view_size_request_continuous_dual_page),
9280         (ev_view_size_request_continuous),
9281         (ev_view_zoom_for_size_continuous_and_dual_page),
9282         (ev_view_zoom_for_size_continuous):
9283
9284         Make the page cache aware of page orientation.
9285
9286 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9287
9288         * backend/ev-document-thumbnails.c:
9289         (ev_document_thumbnails_get_thumbnail):
9290         * backend/ev-document-thumbnails.h:
9291         * backend/ev-document.c:
9292         * backend/ev-document.h:
9293         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9294         * backend/ev-ps-exporter.h:
9295         * pdf/ev-poppler.cc:
9296         * ps/ps-document.c: (ps_document_document_iface_init),
9297         (ps_document_ps_export_do_page):
9298         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9299         * shell/ev-jobs.h:
9300         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9301         (ev_page_cache_get):
9302         * shell/ev-page-cache.h:
9303         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9304         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9305         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9306         * shell/ev-pixbuf-cache.h:
9307         * shell/ev-print-job.c: (idle_print_handler):
9308         * shell/ev-sidebar-thumbnails.c: (add_range):
9309         * shell/ev-view.c: (view_update_range_and_current_page),
9310         (get_page_extents), (ev_view_size_request_dual_page),
9311         (ev_view_size_request_single_page), (draw_one_page),
9312         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9313         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9314         (ev_view_zoom_for_size_dual_page),
9315         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9316         (ev_view_select_all):
9317         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9318         * tiff/tiff-document.c: (tiff_document_get_page_size),
9319         (tiff_document_get_orientation), (rotate_pixbuf),
9320         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9321         (tiff_document_thumbnails_get_thumbnail),
9322         (tiff_document_ps_export_do_page), (tiff_document_init):
9323
9324         Really make use of the orientation bit of the render context.
9325         Use the render context in a few more places in the backend API.
9326         This regress orientation, but now it's done right. Will try to
9327         fix it up asap...
9328
9329 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9330
9331         * shell/ev-view.c: (ensure_rectangle_is_visible):
9332
9333         Patch by Nickolay V. Shmyrev to fix find flickering
9334
9335 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9336
9337         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9338         duplex parameters to ::begin.
9339
9340         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9341         * shell/ev-print-job.c (idle_print_handler): 
9342         * ps/ps-document.c (ps_document_ps_export_begin): 
9343         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9344         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9345         implementations. Poppler backend needs poppler cvs. Rest has
9346         unchanged behavior.
9347
9348 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9349
9350         * shell/ev-window.c (using_pdf_printer): new function.
9351         (ev_window_print_range): print a less techy message if someone
9352         tries to print to PDF.
9353
9354 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9355
9356         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9357         from "unknown font" string. Bug #311431
9358
9359 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9360
9361         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9362
9363 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9364
9365         Bug #311280
9366         
9367         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9368         name for PopplerFontTypes
9369         (pdf_document_fonts_fill_model): add font type to the detail column
9370
9371         * backend/ev-document-fonts.h: added
9372         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9373
9374         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9375         font name and font details, add a little markup.
9376         (ev_properties_fonts_init): use the new cell data func, specify ypad
9377         property for the cell renderer.
9378         (ev_properties_fonts_set_document): add the details column.
9379
9380 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9381
9382         * configure.ac: Added "pl" to ALL_LINGUAS.
9383
9384 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9385
9386         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9387
9388 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9389
9390         * help/ChangeLog: Started this for translations of manual.
9391         * configure.ac, autogen.sh, .cvsignore: Migrated to
9392         gnome-doc-utils. Patch in bug #311222.
9393
9394 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9395
9396         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9397         #ifdef this away to fix an unused-function warning.
9398
9399 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9400
9401         * configure.ac: Added 'gl' to ALL_LINGUAS.
9402
9403 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9404
9405         * configure.ac: Added ne in ALL_LINGUAS
9406         
9407 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9408
9409         * shell/ev-view.c: (ev_view_leave_notify_event):
9410         
9411         Clear status message when pointer leaves view. Fix for bug
9412         #310818 
9413
9414 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9415
9416         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9417
9418 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9419
9420         * shell/ev-view.c: (ev_view_leave_notify_event),
9421         (ev_view_class_init):
9422         
9423         Set cursor to normal then leaving view.
9424
9425 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9426
9427         * configure.ac:
9428         
9429         Fix required djvulibre version.
9430
9431 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9432
9433         *configure.ac: Hindi (hi) language added
9434
9435 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9436
9437         *configure.ac: Punjabi (pa) Language added
9438
9439 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9440
9441         * data/evince-ui.xml, shell/ev-window.c:
9442         
9443         Add keypad accelerators for zooming. Fix for bug 308128.
9444
9445 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9446
9447         * Makefile.am:
9448         * backend/Makefile.am:
9449         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9450         * configure.ac:
9451         * shell/ev-document-types.c: (ev_document_types_add_filters):
9452
9453         Allow to enable/disable the pixbuf backend.
9454         Default to off for now. If we want it enabled we should
9455         really put mime types in the desktop, implement properties etc.
9456
9457         * properties/evince-properties.c:
9458
9459         Initialize error to NULL.
9460         Check error is not NULL before freeing.
9461
9462 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9463
9464         * shell/ev-window.c:
9465
9466         Use F5 as presentation accell
9467
9468 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9469
9470         * shell/ev-window.c: (update_chrome_visibility),
9471         (ev_window_create_fullscreen_popup), (ev_window_init):
9472
9473         Do not leak the fullscreen toolbar
9474
9475 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9476
9477         * shell/ev-window.c: (view_actions_focus_in_cb),
9478         (view_actions_focus_out_cb):
9479
9480         These has a return value! Fix totally random focus
9481         issues we was seeing.
9482
9483 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9484
9485         * shell/main.c: (load_files_remote):
9486
9487         Allow open more than one file
9488
9489 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9490
9491         * shell/main.c: (load_files_remote):
9492
9493         Fix for dbus 0.33. bug #309975
9494
9495 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9496
9497         * properties/ev-properties-main.c: (ev_properties_get_pages):
9498
9499         Actually return NULL for types we dont support
9500
9501 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9502
9503         * po/POTFILES.in:
9504
9505         Remove empty lines.
9506
9507 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9508
9509         * backend/ev-document-factory.c:
9510         (ev_document_factory_get_document):
9511
9512         Do not try to create the object if type
9513         is invalid.
9514
9515 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9516
9517         * ps/ps-document.c: (ps_document_dispose),
9518         (ps_async_renderer_render_pixbuf):
9519         * ps/ps-document.h:
9520
9521         Do not leak the target window
9522
9523 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9524
9525         * shell/ev-application.c: (ev_application_init):
9526
9527         Let tbe check file existence for us.
9528         Add a comment about eggrecent mime filter.
9529
9530 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9531
9532         * data/evince-ui.xml:
9533         * shell/ev-application.c: (ev_application_shutdown),
9534         (ev_application_init), (ev_application_get_toolbars_model),
9535         (ev_application_get_recent_model),
9536         (ev_application_save_toolbars_model):
9537         * shell/ev-application.h:
9538         * shell/ev-window.c: (ev_window_add_recent),
9539         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9540         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9541         (ev_window_init):
9542
9543         Use common toolbar and recent models for all windows.
9544         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9545
9546 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9547
9548         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9549         successfully check for gtk_icon_view_get_visible_range.
9550
9551 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9552
9553         * djvu/Makefile.am:
9554         * dvi/Makefile.am:
9555         
9556         Fix djvu and dvi backend build.
9557
9558 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9559
9560         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9561         (new_separator_pixbuf):
9562
9563         Don't leak windows.
9564
9565 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9566
9567         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9568
9569         HIGification of toolbar editor dialogue.
9570
9571 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9572
9573         * configure.ac:
9574         * shell/Makefile.am:
9575
9576         Ever build metadata manager since it's just
9577         disabled at runtime now.
9578
9579 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9580
9581         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9582         (ev_metadata_manager_get), (ev_metadata_manager_set):
9583         * shell/ev-metadata-manager.h:
9584
9585         Add an _init functions that enabled metadata management
9586         at runtime.
9587
9588         * shell/ev-window.c: (page_changed_cb),
9589         (setup_document_from_metadata), (ev_window_setup_document),
9590         (setup_view_from_metadata), (ev_window_open_uri),
9591         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9592         (ev_window_run_presentation), (ev_window_stop_presentation),
9593         (save_sizing_mode), (ev_window_zoom_changed_cb),
9594         (ev_window_continuous_changed_cb),
9595         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9596         (window_configure_event_cb):
9597
9598         Remove all ugly metadata define since we deal with it
9599         at runtime now.
9600
9601         * shell/main.c: (load_files_remote), (main):
9602
9603         Add support for dbus cvs head. Hopefully didnt break one
9604         of the other versions now!
9605
9606         If we dont get a response from the dbus server just
9607         give up with it and not enable metadata.
9608
9609 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9610
9611         * Makefile.am:
9612         * backend/Makefile.am:
9613         * configure.ac:
9614         * cut-n-paste/recent-files/Makefile.am:
9615         * cut-n-paste/toolbar-editor/Makefile.am:
9616         * cut-n-paste/zoom-control/Makefile.am:
9617         * lib/Makefile.am:
9618         * pdf/Makefile.am:
9619         * pixbuf/Makefile.am:
9620         * properties/Makefile.am:
9621         * ps/Makefile.am:
9622         * shell/Makefile.am:
9623         * thumbnailer/Makefile.am:
9624         * tiff/Makefile.am:
9625
9626         Make frontends depend on just libev.
9627         Rework and group CFLAGS/LIBS definitions.
9628         Cleanups.
9629
9630 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9631
9632         * shell/ev-window:
9633
9634         do not unnecessarily save zoom
9635
9636         * configure.ac:
9637         * lib/ev-file-helpers.c: (ev_dot_dir):
9638         * shell/Makefile.am:
9639         * shell/dummy.cc:
9640
9641         Some cleanups
9642
9643 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9644
9645         * configure.ac:
9646         
9647         Remove unnecessary dependencies
9648
9649 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9650
9651         * properties/Makefile.am:
9652         * thumbnailer/Makefile.am:
9653         * tiff/Makefile.am:
9654
9655         Some more cleanups. Was really necessary
9656         but I probably introduced bugs, feel free
9657         to flame :)
9658
9659 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9660
9661         * backend/Makefile.am:
9662         * configure.ac:
9663         * cut-n-paste/recent-files/Makefile.am:
9664         * cut-n-paste/toolbar-editor/Makefile.am:
9665         * cut-n-paste/zoom-control/Makefile.am:
9666         * lib/Makefile.am:
9667         * pdf/Makefile.am:
9668         * pixbuf/Makefile.am:
9669         * properties/Makefile.am:
9670         * ps/Makefile.am:
9671         * shell/Makefile.am:
9672         * thumbnailer/Makefile.am:
9673         * tiff/Makefile.am:
9674
9675         Use gnome-common macros when possible.
9676         Cleanup dependencies.
9677         Actually disable deprecated where possible.
9678
9679 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9680
9681         * Makefile.am:
9682         * backend/Makefile.am:
9683         * properties/Makefile.am:
9684         * shell/Makefile.am:
9685         * thumbnailer/Makefile.am:
9686
9687         This should solve the circular dep without
9688         requiring dir reorg!
9689
9690         * shell/ev-window.c: (setup_view_from_metadata):
9691
9692         Never restore window size/position when the
9693         window is already visible.
9694
9695 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9696
9697         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9698
9699         Return a boolean from timeout func. Fix ported from gedit.
9700
9701 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9702
9703         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9704
9705 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9706
9707         * shell/ev-document-types.c: set "All Documents" as default filter in
9708         open dialog
9709
9710 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9711
9712         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9713         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9714         (ev_metadata_manager_set_boolean): fix value/val thinko.
9715
9716 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9717
9718         * shell/ev-window.c: (setup_view_from_metadata),
9719         (window_state_event_cb), (window_configure_event_cb),
9720         (ev_window_init):
9721
9722         Remember window position and maximized state
9723
9724 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9725
9726         * configure.ac:
9727
9728         Fix DBUS configure checks.
9729
9730         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9731         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9732         (ev_metadata_manager_set_boolean):
9733
9734         Plug mem leaks.
9735
9736         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9737         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9738         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9739         (ev_window_continuous_changed_cb),
9740         (ev_window_dual_mode_changed_cb), (ev_window_new):
9741
9742         Fix the build without DBUS.
9743
9744 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9745
9746         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9747         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9748         (ev_metadata_manager_set_string),
9749         (ev_metadata_manager_set_boolean):
9750         * shell/ev-metadata-manager.h:
9751
9752         Add support for some more types
9753
9754         * shell/ev-view.c: (scroll_to_current_page),
9755         (ev_view_get_continuous), (ev_view_set_continuous),
9756         (ev_view_get_dual_page):
9757         * shell/ev-view.h:
9758         * shell/ev-window.c: (page_changed_cb),
9759         (setup_document_from_metadata), (ev_window_setup_document),
9760         (setup_view_from_metadata), (ev_window_open_uri),
9761         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9762         (ev_window_run_presentation), (ev_window_stop_presentation),
9763         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9764         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9765         (ev_window_update_dual_page_action),
9766         (ev_window_continuous_changed_cb),
9767         (ev_window_dual_mode_changed_cb), (ev_window_init):
9768
9769         Remember a bunch of view/document properties. Prolly some
9770         are still missing but it's getting interesting.
9771
9772 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9773
9774         * configure.ac: check if dbus-binding-tool is installed. Not the
9775         case on current Ubuntu breezy, it seems.
9776
9777 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9778
9779         * data/evince.desktop.in.in:
9780         
9781         Allow open uri lists and add TryExec field.
9782
9783 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9784
9785         * configure.ac:
9786
9787         Enable dbus when available, do not require a configure
9788         option.
9789
9790 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9791
9792         * configure.ac:
9793
9794         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9795         disabled.
9796
9797 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9798         Marco Pesenti Gritti  <mpg@redhat.com>
9799
9800         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9801         
9802         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9803         functions to the format required by dbus
9804
9805         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9806         errors. Use the RPC parameters in the expected way
9807
9808 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9809
9810         * Makefile.am:
9811         * properties/Makefile.am:
9812         * properties/ev-properties-main.c: (ev_properties_get_pages):
9813
9814         Support all mime types
9815
9816         * shell/Makefile.am:
9817         * thumbnailer/Makefile.am:
9818         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9819         (evince_thumbnail_pngenc_get):
9820
9821         Use the document factory
9822
9823 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9824
9825         * backend/Makefile.am:
9826         * backend/ev-document-factory.c:
9827         (mime_type_supported_by_gdk_pixbuf),
9828         (ev_document_type_get_from_mime),
9829         (ev_document_factory_get_document),
9830         (ev_document_factory_get_backend),
9831         (ev_document_factory_get_mime_types),
9832         (ev_document_factory_get_all_mime_types):
9833         * backend/ev-document-factory.h:
9834         * shell/Makefile.am:
9835         * shell/ev-document-types.c: (get_document_from_uri),
9836         (ev_document_types_get_document),
9837         (file_filter_add_mime_list_and_free),
9838         (ev_document_types_add_filters):
9839         * shell/ev-document-types.h:
9840         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9841         * shell/ev-properties-dialog.c:
9842         (ev_properties_dialog_set_document):
9843         * shell/ev-window.c: (ev_window_cmd_file_open),
9844         (ev_window_cmd_save_as):
9845         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9846
9847         Rework document types managing to avoid code duplication
9848         and actually abstract from backend implementations.
9849         Also provide a minimal factory api that can be used by
9850         thumbnailer/properties.
9851
9852 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9853
9854         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9855         Plug a mem leak.
9856         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9857         HIG spacings.
9858
9859 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9860
9861         * shell/ev-properties-dialog.c
9862         (ev_properties_dialog_set_document): only call
9863         ev_properties_fonts_set_document() if the document implements the
9864         fonts interface
9865
9866 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9867
9868         * configure.ac:
9869         * properties/Makefile.am:
9870         * properties/ev-properties-view.c:
9871         (ev_properties_view_register_type):
9872         * properties/ev-properties-view.h:
9873         * properties/ev-properties-main.h:
9874
9875         Implement nautilus plugin for properties.
9876         Works only for pdf atm, I need to rework the
9877         document types stuff to get this to work
9878         for all backends...
9879
9880 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9881
9882         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9883         (ev_properties_fonts_set_document): use
9884         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9885
9886 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9887
9888         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9889         them
9890         (PlaceImage, tiff2ps_process_page): use
9891         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9892
9893
9894 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9895
9896         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9897         (main): to call gnome_authentication_manager_init. Should fix
9898         Bug #308510
9899
9900         * configure.ac: that requires libgnomeui 2.6.0.
9901
9902 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9903
9904         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9905         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9906         use the new tiff2ps interfaces
9907
9908         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9909         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9910
9911         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9912         structure instead of global variables.  Remove use of static
9913         variables in functions.
9914
9915 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9916
9917         * shell/ev-page-action.c: unref the completion after setting it to the
9918         entry
9919
9920 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9921
9922         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9923         postscript files
9924
9925 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9926
9927         * shell/ev-window.c (update_action_sensitivity): disable
9928         File->Print if the document does not implement the ps exporter
9929         interface
9930
9931 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9932
9933         * Makefile.am:
9934         * configure.ac:
9935         * data/evince-properties.glade:
9936         * properties/.cvsignore:
9937         * properties/Makefile.am:
9938         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9939         (ev_properties_view_class_init), (ev_properties_view_format_date),
9940         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9941         (ev_properties_view_init), (ev_properties_view_new):
9942         * properties/ev-properties-view.h:
9943         * shell/Makefile.am:
9944         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9945         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9946         (ev_properties_dialog_new):
9947         * shell/ev-properties-dialog.h:
9948         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9949         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9950         (update_progress_label), (job_fonts_finished_cb),
9951         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9952         * shell/ev-properties-fonts.h:
9953         * shell/ev-properties.c:
9954         * shell/ev-properties.h:
9955         * shell/ev-window.c: (ev_window_setup_document),
9956         (ev_window_cmd_file_properties):
9957
9958         Split the properties pages in two different objects, depend
9959         only on the backend where possible, use widgets instead
9960         of gobject for the glade part, reimplement the dialog
9961         itself with gtk.
9962         I need this to implement nautilus properties page.
9963
9964 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9965
9966         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9967         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9968         (tiff_document_document_ps_exporter_iface_init): implement the ps
9969         exporter interface for tiff documents
9970
9971         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9972         libtiff to implement TIFF postscript export
9973
9974         * tiff/tiff2ps.h: added a header file for external tiff2ps
9975         functions.
9976
9977         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9978         tiff2ps.h
9979
9980 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9981
9982         * shell/ev-view.c: (scroll_to_current_page),
9983         (ev_view_set_fullscreen), (ev_view_set_presentation):
9984         
9985         Scroll to current page when exit from presentation
9986
9987 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9988
9989         * shell/ev-window.c: (update_document_mode),
9990         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9991         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9992         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9993         
9994         Exit from fullscreen mode when switch to presentation. Fix for
9995         bug 309365
9996
9997 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9998
9999         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10000         return NULL if the document does not implement the selection
10001         interface.
10002
10003 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10004
10005         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10006         reported height by using the resolution aspect ratio
10007         (tiff_document_render_pixbuf): scale the pixbuf using the
10008         resolution aspect ratio
10009
10010 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10011
10012         * configure.ac:
10013         
10014         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10015         <kiltedaco@gmail.com>
10016         
10017         * djvu/djvu-document.c: (djvu_document_get_orientation),
10018         (djvu_document_set_orientation), (djvu_document_get_page_size),
10019         (rotate_pixbuf), (djvu_document_render_pixbuf),
10020         (djvu_document_document_iface_init):
10021         * dvi/dvi-document.c: (dvi_document_get_orientation),
10022         (dvi_document_set_orientation), (dvi_document_get_page_size),
10023         (rotate_pixbuf), (dvi_document_render_pixbuf),
10024         (dvi_document_document_iface_init):
10025         
10026         Dvi and djvu backends are ported to new API
10027
10028 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10029
10030         * backend/ev-selection.c: (ev_selection_get_selection_region),
10031         (ev_selection_get_selection_map):
10032         * backend/ev-selection.h:
10033         * pdf/ev-poppler.cc:
10034         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10035         * shell/ev-jobs.h:
10036         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10037         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10038         (ev_pixbuf_cache_get_text_mapping):
10039         * shell/ev-pixbuf-cache.h:
10040         * shell/ev-view.c: (location_in_text),
10041         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10042         support to EvView.  Now we can see where we can select!  Sweet!
10043
10044 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10045
10046         * shell/ev-view.c (ev_view_button_press_event): Fix
10047         event->y + view->scroll_x typo.
10048
10049 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10050
10051         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10052         sub-GdkPixbuf instead of passing dest_x and dest_y.
10053         
10054         * shell/ev-view.c: (view_point_to_doc_point),
10055         (view_rect_to_doc_rect), (ev_view_button_press_event),
10056         (ev_view_motion_notify_event), (compute_new_selection_rect),
10057         (gdk_rectangle_point_in), (compute_new_selection_text),
10058         (compute_selections): Update selection code to keep the selection
10059         around as two points and not as a normalized rectangle, and fix
10060         page level selection in two-column mode.
10061
10062 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10063
10064         * shell/ev-window.c: (window_configure_event_cb): 
10065         
10066         Fix compilation
10067         
10068 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10069
10070         * pdf/ev-poppler.cc:
10071
10072         Fix compilation
10073
10074 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10075
10076         * shell/Makefile.am:
10077         * shell/ev-metadata-manager.c: (item_free),
10078         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10079         (parse_value), (parseItem), (load_values),
10080         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10081         (save_values), (save_item), (get_oldest), (resize_items),
10082         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10083         * shell/ev-metadata-manager.h:
10084
10085         Metadata manager from gedit but modified to use GValue, so that
10086         we dont need to keep converting from strings.
10087
10088         * configure.ac:
10089
10090         ENABLE_METADATA conditional, on when dbus is on
10091
10092         * shell/ev-application.c: (ev_application_open_uri):
10093
10094         Show the window after load so that we can initialize
10095         window size before it's showed.
10096
10097         * shell/ev-window.c: (ev_window_setup_from_metadata),
10098         (ev_window_open_uri), (window_configure_event_cb),
10099         (ev_window_init):
10100
10101         Save and load metadata information about window size.
10102         Not yet keeping states in account.
10103
10104         * shell/main.c: (main):
10105
10106         Shutdown metadata manager.
10107
10108 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10109
10110         * shell/ev-application-service.xml:
10111         * configure.ac:
10112         * shell/Makefile.am:
10113         * shell/ev-application.c:
10114         * shell/ev-application.h:
10115         * shell/ev-window.c:
10116         * shell/ev-window.h:
10117         * shell/main.c:
10118
10119         Add an optional dbus interface (--enable-dbus).
10120         Rework application code, mainly to be easier to
10121         use "remotely".
10122         Do not open multiple windows with the same document,
10123         spatial evince!
10124
10125 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10126
10127         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10128         pixbuf iff it exists.
10129
10130 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10131
10132         * shell/*:
10133         * backend/ev-render-context.[ch]:
10134         * backend/ev-selection.[ch]:
10135
10136         Massive changes.  We now support text selection of pdfs, and not
10137         just rectangular selection.  This is pretty broken still, but I
10138         want to get something into CVS.
10139
10140 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10141
10142         * pdf/ev-poppler.cc:
10143         
10144         Fix for Bug 309080: crash on window close.
10145         
10146         * shell/ev-page-action.c: (page_changed_cb):
10147         
10148         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10149         jensgr@gmx.net (Jens Granseuer).
10150
10151 2005-06-25  Marcel Telka  <marcel@telka.sk>
10152
10153         * configure.in (ALL_LINGUAS): Added sk.
10154
10155 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10156
10157         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10158         not a document open
10159
10160 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10161
10162         * NEWS:
10163         * configure.ac:
10164
10165         Release 0.3.2
10166
10167         * cut-n-paste/recent-files/Makefile.am:
10168
10169         Fix make distcheck
10170
10171 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10172
10173         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10174         (pixbuf_document_set_orientation), (rotate_pixbuf),
10175         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10176         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10177
10178         Implement rotation and cleanup the code a bit.
10179
10180         * tiff/tiff-document.c: (tiff_document_get_page_size),
10181         (tiff_document_get_orientation), (tiff_document_set_orientation),
10182         (rotate_pixbuf), (tiff_document_render_pixbuf),
10183         (tiff_document_document_iface_init), (tiff_document_init):
10184
10185         Implement rotation. Was the quicker solution for the release
10186         but we really need to share this code in the shell.
10187
10188 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10189
10190         * pdf/ev-poppler.cc:
10191
10192         Enable rotation, require poppler cvs. Fix a leak.
10193
10194 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10195
10196         * shell/ev-window.c: (update_action_sensitivity):
10197         
10198         Make properties unsensitive if document backend doesn't provide
10199         any info
10200
10201 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10202
10203         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10204         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10205         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10206         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10207         (bitmap_flip_rotate_counter_clockwise):
10208         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10209         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10210         (buff_gets):
10211         * dvi/mdvi-lib/common.h:
10212         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10213         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10214         (opendvi), (mdvi_reload), (mdvi_init_context),
10215         (mdvi_destroy_context), (mdvi_dopage), (special):
10216         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10217         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10218         (file_hash_free), (register_encoding), (parse_spec),
10219         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10220         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10221         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10222         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10223         (mdvi_register_font_type), (mdvi_unregister_font_type),
10224         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10225         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10226         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10227         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10228         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10229         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10230         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10231         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10232         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10233         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10234         (mdvi_unregister_special), (mdvi_flush_specials):
10235         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10236         (t1_font_remove):
10237         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10238         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10239         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10240         (free_font_metrics), (flush_font_metrics):
10241         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10242         (tt_font_remove):
10243         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10244         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10245         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10246         (dstring_insert), (dstring_new), (dstring_reset):
10247         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10248         
10249         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10250         avoid conflict with libtool on FC4
10251         
10252         * shell/ev-window.c: (ev_window_cmd_help_about):
10253         
10254         Update copyright year. Fix for bug 308828.
10255
10256 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10257
10258         * shell/ev-view.c: (add_scroll_binding_keypad),
10259         (ev_view_binding_activated), (ev_view_class_init),
10260         (on_adjustment_value_changed):
10261         
10262         Bug 170874: Arrow keys switch pages in presentation mode
10263
10264 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10265
10266         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10267         
10268         Fix for Bug 308265: Sidebar dissappears coming out of 
10269         Presentation mode
10270
10271 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10272
10273         * shell/ev-application.c: (ev_application_open):
10274         * shell/ev-document-types.c: (ev_document_types_add_filters),
10275         (ev_document_types_add_filters_for_type):
10276         * shell/ev-document-types.h:
10277         * shell/ev-window.c: (ev_window_cmd_save_as):
10278         
10279         Suggest basename as template when saving, provide filters
10280         for save dialog. It's bug 308402
10281
10282 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10283
10284         * pdf/ev-poppler.cc:
10285         * shell/ev-sidebar-links.c: (job_finished_callback):
10286         * shell/ev-view.c: (update_find_status_message):
10287         
10288         Some leaks fixed
10289
10290 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10291
10292         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10293         (egg_recent_view_uimanager_set_list):
10294
10295         Fix buglet in !show_numbers case.
10296
10297 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10298
10299         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10300         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10301
10302         Use pango ellipsisation.
10303
10304         * pdf/ev-poppler.cc:
10305
10306         Fix refcount leak, from nsh.
10307
10308 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10309
10310         * cut-n-paste/recent-files/Makefile.am:
10311         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10312         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10313         
10314         Removed EggRecentViewGtk
10315         
10316         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10317         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10318         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10319         (ev_window_setup_recent):
10320         
10321         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10322         with other projects
10323
10324 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10325
10326         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10327         (egg_recent_view_gtk_finalize):
10328
10329         Fix memory leak
10330
10331         * cut-n-paste/toolbar-editor/Makefile.am:
10332         
10333         Fix location of cursor icon.
10334         
10335         * pdf/ev-poppler.cc:
10336         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10337         (display_completion_text), (match_completion):
10338         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10339         (selection_changed_callback), (create_loading_model),
10340         (print_section_cb), (links_page_num_func),
10341         (update_page_callback_foreach):
10342         * shell/ev-window.c: (ev_window_dispose):
10343         
10344         Small memory fixes. Links model now store objects instead
10345         of pointers to improve memory management. 
10346
10347 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10348
10349         * shell/ev-window.c: (zoom_control_changed_cb):
10350         
10351         Fix update of zoom control (bug 308268).
10352
10353 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10354
10355         * shell/ev-properties.c (set_property): escape the text correctly.
10356         Handles non-UTF-8 properties and escaped properties.  Also, sets
10357         the text to "<i>None</i>" if the property isn't set.
10358
10359         * data/evince-properties.glade: Change the label to be ellipsized,
10360         and give it a minimum size.
10361
10362 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10363
10364         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10365         * shell/ev-sidebar-links.c: (create_loading_model):
10366         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10367         * shell/ev-view.c: (ev_view_set_document):
10368         * shell/ev-window.c: (ev_window_dispose):
10369         
10370         Various small fixes, mostly memory leaks. Thanks to valgrind.
10371
10372 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10373
10374         * ps/ps-document.c: remove the locale.h include again ;-). And
10375         kill the (bogus) setlocale/savelocale business.
10376
10377 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10378
10379         * ps/ps-document.c:
10380         
10381         Include locale.h to fix build
10382         
10383         * shell/ev-sidebar.c:
10384         
10385         Remove unnecessary includes
10386
10387 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10388
10389         * dvi/dvi-document.c: (dvi_document_load):
10390         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10391         * po/POTFILES.in:
10392         
10393         Check for incorrect dvi files. Fix parsing dvi on AMD64
10394         platform. Thanks to tester@tester.ca (Olivier Crete).
10395
10396 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10397
10398         * shell/ev-page-action.c: (match_selected_cb),
10399         (display_completion_text), (match_completion), (update_model):
10400         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10401         (expand_open_links):
10402         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10403         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10404         (ev_sidebar_set_document):
10405         * shell/ev-window.c: (ev_window_xfer_job_cb),
10406         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10407         
10408         Fixed lot's of memory leaks, for example, memory leak on reload, 
10409         described in bug 307793.
10410
10411 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10412
10413         * pdf/ev-poppler.cc:
10414         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10415         (update_visible_range), (adjustment_changed_cb),
10416         (ev_sidebar_thumbnails_fill_model),
10417         (ev_sidebar_thumbnails_refresh),
10418         (ev_sidebar_tree_selection_changed),
10419         (ev_sidebar_icon_selection_changed),
10420         (ev_sidebar_thumbnails_use_icon_view),
10421         (ev_sidebar_thumbnails_set_document):
10422         * shell/ev-sidebar-thumbnails.h:
10423         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10424         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10425
10426         Refresh thumbnails when changing orientation. Not fully
10427         working yet becuase of a sidebar bug.
10428
10429         Set page orientation to poppler page everywhere. This sucks
10430         really need to fix poppler.
10431
10432 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10433
10434         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10435         (egg_recent_view_gtk_new_menu_item),
10436         (egg_recent_view_gtk_set_property),
10437         (egg_recent_view_gtk_get_property),
10438         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10439         (egg_recent_view_gtk_set_tooltip_func),
10440         (egg_recent_view_gtk_set_label_width),
10441         (egg_recent_view_gtk_get_label_width):
10442         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10443
10444         Sync with libegg (ellipsize labels)
10445
10446 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10447
10448         * data/evince-ui.xml:
10449         * shell/ev-window.c: (ev_window_cmd_go_forward),
10450         (ev_window_cmd_go_backward):
10451         
10452         Shift + PageUp moves 10 Pages. Fix for 306125
10453
10454 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10455
10456         * pdf/ev-poppler.cc:
10457
10458         Add a flag to check if orientation has been overriden
10459
10460 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10461
10462         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10463         field if necessary.
10464
10465         * ps/ps.h: add creator field to document.
10466
10467         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10468         set creator field.
10469
10470 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10471
10472         * data/evince-properties.glade:
10473         * shell/ev-properties.c: (ev_properties_set_document):
10474
10475         s/PDF Version/Format
10476
10477 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10478
10479         * shell/ev-properties.c: (ev_properties_set_document):
10480
10481         Remove unnecessary translations
10482
10483 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10484
10485         * cut-n-paste/toolbar-editor/Makefile.am:
10486
10487         Correct library name    
10488
10489 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10490
10491         * configure.ac:
10492         * cut-n-paste/recent-files/egg-recent-model.c:
10493         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10494         (egg_recent_model_unlock_file):
10495         * cut-n-paste/recent-files/egg-recent-util.c:
10496         (egg_recent_util_get_unique_id):
10497         * cut-n-paste/recent-files/update-from-egg.sh:
10498         * cut-n-paste/toolbar-editor/Makefile.am:
10499         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10500         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10501         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10502         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10503         (egg_toolbars_model_get_type):
10504         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10505
10506         Better makefile for toolbar editor and update everything
10507         to latest libegg.
10508
10509 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10510
10511         * shell/ev-window.c: (update_document_mode):
10512
10513         Prefer presentation mode when the document
10514         require fullscreen.
10515
10516 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10517
10518         * data/evince-ui.xml:
10519         * shell/ev-window.c:
10520
10521         Add control-equal for zooming
10522
10523 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10524
10525         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10526
10527 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10528
10529         * backend/ev-document.c: (ev_document_get_orientation):
10530         * backend/ev-document.h:
10531         * pdf/ev-poppler.cc:
10532         * ps/ps-document.c: (ps_document_get_orientation),
10533         (ps_document_set_orientation), (ps_document_document_iface_init):
10534
10535         Add a get_orientation api. Improve set_orientation.
10536
10537         * data/evince-ui.xml:
10538         * shell/ev-view.c: (ev_view_set_orientation),
10539         (ev_view_rotate_right), (ev_view_rotate_left):
10540         * shell/ev-view.h:
10541         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10542         (ev_window_cmd_edit_rotate_right):
10543
10544         Better ui for changing document orientation
10545
10546 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10547
10548         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10549         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10550         * shell/ev-sidebar-links.h:
10551         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10552         (ev_sidebar_page_iface_init):
10553         * shell/ev-sidebar-page.h:
10554         * shell/ev-sidebar-thumbnails.c:
10555         (ev_sidebar_thumbnails_get_property),
10556         (ev_sidebar_thumbnails_class_init),
10557         (ev_sidebar_thumbnails_set_document):
10558         * shell/ev-sidebar-thumbnails.h:
10559         * shell/ev-view.c: (ev_view_motion_notify_event):
10560         * shell/ev-window.c: (update_chrome_visibility),
10561         (ev_window_cmd_focus_page_selector),
10562         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10563         (sidebar_page_main_widget_update_cb), (ev_window_init):
10564         
10565         Autoraise toolbar on GoToPage binding and fix bindings in
10566         EvSidebarThumbnails page.
10567
10568 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10569
10570         * shell/ev-properties.c: (update_progress_label):
10571
10572         Hide the progress label when finished; bug #307697.
10573
10574 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10575
10576         * pdf/ev-poppler.cc:
10577
10578         Enable is_open for links, you will need poppler cvs
10579
10580         * shell/ev-properties.c: (job_fonts_finished_cb):
10581
10582         Get a lock on the document when filling the tree view
10583
10584 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10585
10586         * backend/ev-document-links.h:
10587         * pdf/ev-poppler.cc:
10588         * shell/ev-sidebar-links.c: (create_loading_model),
10589         (expand_open_links), (job_finished_callback):
10590
10591         Expand links when specified by the document.
10592         Depend on a poppler api (defined out for now)
10593
10594 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10595
10596         * shell/ev-properties.c: (ev_properties_dispose),
10597         (ev_properties_class_init), (dialog_destroy_cb),
10598         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10599         (ev_properties_set_document), (ev_properties_new),
10600         (ev_properties_show):
10601         * shell/ev-properties.h:
10602
10603         Make it an object, cleanup the code, api to show it as transient
10604         and to set the document.
10605
10606         * shell/ev-window.c: (ev_window_setup_document),
10607         (ev_window_cmd_file_properties):
10608
10609         Adapt to EvProperties changes, do not show multiple
10610         times, update it when document changes.
10611
10612 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10613
10614         * ps/gstypes.h:
10615         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10616         (ps_document_set_orientation), (ps_document_document_iface_init):
10617         * ps/ps-document.h:
10618
10619         Implement orientation here too
10620
10621         * shell/ev-properties.c: (ev_properties_new):
10622         * data/evince-properties.glade:
10623
10624         Hide the fonts page for backends that doesnt
10625         support it.     
10626
10627 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10628
10629         * backend/ev-document.c: (ev_document_set_orientation):
10630         * backend/ev-document.h:
10631         * pdf/ev-poppler.cc:
10632
10633         Add orientation api. Currently poppler api is not optimal,
10634         we need to set orientation every time we _get a page.
10635         I will try to fix that at some point.
10636
10637         * data/evince-ui.xml:
10638         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10639         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10640
10641         Add orientation menu items
10642
10643         * shell/ev-page-cache.c: (ev_page_cache_clear):
10644         * shell/ev-page-cache.h:
10645
10646         Add api to clear the cache
10647
10648         * shell/ev-view.c: (setup_caches), (clear_caches),
10649         (ev_view_set_document), (ev_view_zoom_out),
10650         (ev_view_set_orientation):
10651         * shell/ev-view.h:
10652
10653         Implement orientation changing
10654
10655 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10656
10657         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10658         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10659         * backend/ev-document-fonts.h:
10660
10661         Separate scan and fill so that we can incrementally fill from
10662         the main thread. Add a progress api.
10663
10664         * data/evince-properties.glade:
10665         * pdf/ev-poppler.cc:
10666         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10667         * shell/ev-jobs.h:
10668         * shell/ev-properties.c: (update_progress_label),
10669         (job_fonts_finished_cb), (setup_fonts_view):
10670
10671         Incrementally feel the list and show the progress
10672         percentage in a label like acrobat does.
10673
10674         You are going to need poppler cvs
10675
10676 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10677
10678         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10679         * backend/ev-document-fonts.h:
10680         * pdf/ev-poppler.cc:
10681
10682         Make fonts model fill incrementally.
10683
10684         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10685         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10686         (ev_job_queue_remove_job):
10687         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10688         (ev_job_fonts_new), (ev_job_fonts_run):
10689         * shell/ev-jobs.h:
10690
10691         New job for fonts scanning
10692
10693         * shell/ev-properties.c: (job_fonts_finished_cb),
10694         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10695         * shell/ev-properties.h:
10696         * shell/ev-window.c: (ev_window_cmd_file_properties):
10697
10698         Incrementally feel the treeview using the new job. Show Loading...
10699         message until scanning is completed.
10700
10701         Hopefully I didnt break the build without the poppler patch.
10702
10703 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10704
10705         * shell/ev-application.c: (ev_application_open):
10706         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10707         (ev_document_type_get_type), (ev_document_type_lookup):
10708         * shell/ev-document-types.h:
10709         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10710         * shell/ev-job-xfer.h:
10711         * shell/ev-window.c: (ev_window_clear_local_uri),
10712         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10713         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10714         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10715         
10716         Transfer remote documents to tmp directory to display them later.
10717
10718 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10719
10720         * backend/ev-document-info.h:
10721         * shell/ev-properties.c: (ev_properties_new):
10722
10723         s/GTime*/GTime. Not sure why we was using a pointer
10724         at all there!
10725
10726 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10727
10728         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10729         situations.  That situation is that you're using GTK+-HEAD with
10730         the patch at #306726 is applied, and you have a document with <
10731         1500 pages in it.  It's not quite as uniformly nice as the
10732         TreeView, but should be better in the long run.
10733
10734         I'm pretty sure I guarded against breaking compilation with
10735         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10736         I missed some.
10737
10738         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10739         widget yet, so I commented that code out
10740         enable_view_actions_for_widget() for now.  Need to figure this
10741         out.
10742
10743         * shell/ev-page-action.c (match_selected_cb): emit the right
10744         signals.  Our cool C-l completion now works.
10745
10746 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10747
10748         * backend/Makefile.am:
10749         * backend/ev-document-fonts.c:
10750         * backend/ev-document-links.c:
10751         * backend/ev-document.c: (ev_document_load):
10752         * backend/ev-document.h:
10753         * backend/ev-job-queue.c:
10754         * backend/ev-job-queue.h:
10755         * backend/ev-jobs.c:
10756         * backend/ev-jobs.h:
10757         * backend/ev-page-cache.c:
10758         * backend/ev-page-cache.h:
10759
10760         EvPageCache and EvJobs are moved to shell.
10761
10762         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10763         (ev_tmp_filename):
10764         * lib/ev-file-helpers.h:
10765         
10766         New helper to work with temporary files
10767         
10768         * shell/Makefile.am:
10769         * shell/ev-application.c: (ev_application_open):
10770         * shell/ev-application.h:
10771         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10772         (remove_job_from_async_queue), (add_job_to_async_queue),
10773         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10774         (handle_job), (search_for_jobs_unlocked),
10775         (no_jobs_available_unlocked), (ev_render_thread),
10776         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10777         (ev_job_queue_add_job), (move_job_async), (move_job),
10778         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10779         * shell/ev-job-queue.h:
10780         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10781         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10782         * shell/ev-job-xfer.h:
10783         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10784         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10785         (ev_job_links_class_init), (ev_job_render_init),
10786         (ev_job_render_dispose), (ev_job_render_class_init),
10787         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10788         (ev_job_thumbnail_class_init), (ev_job_load_init),
10789         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10790         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10791         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10792         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10793         * shell/ev-jobs.h:
10794         * shell/ev-page-action.c: (ev_page_action_set_document):
10795         * shell/ev-page-cache.c: (ev_page_cache_init),
10796         (ev_page_cache_class_init), (ev_page_cache_finalize),
10797         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10798         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10799         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10800         (ev_page_cache_get_title), (ev_page_cache_get_size),
10801         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10802         (ev_page_cache_get_height_to_page),
10803         (ev_page_cache_get_max_label_chars),
10804         (ev_page_cache_get_page_label),
10805         (ev_page_cache_has_nonnumeric_page_labels),
10806         (ev_page_cache_get_info), (ev_page_cache_next_page),
10807         (ev_page_cache_prev_page), (ev_page_cache_get):
10808         * shell/ev-page-cache.h:
10809         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10810         (ev_pixbuf_cache_clear_job_sizes),
10811         (ev_pixbuf_cache_add_jobs_if_needed),
10812         (ev_pixbuf_cache_set_page_range):
10813         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10814         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10815         * shell/ev-sidebar-thumbnails.c:
10816         (ev_sidebar_tree_selection_changed),
10817         (ev_sidebar_thumbnails_set_document):
10818         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10819         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10820         (ev_statusbar_get_context_id), (ev_statusbar_push),
10821         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10822         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10823         (ev_statusbar_set_progress):
10824         * shell/ev-statusbar.h:
10825         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10826         (ev_view_find_previous):
10827         * shell/ev-window.c: (ev_window_is_empty),
10828         (ev_window_setup_document), (password_dialog_response),
10829         (ev_window_clear_jobs), (ev_window_load_job_cb),
10830         (ev_window_xfer_job_cb), (ev_window_open_uri),
10831         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10832         (ev_window_print), (ev_window_print_range),
10833         (ev_window_state_event), (ev_window_cmd_view_reload),
10834         (menu_item_select_cb), (menu_item_deselect_cb),
10835         (view_status_changed_cb), (ev_window_dispose),
10836         (drag_data_received_cb), (ev_window_init):
10837         * shell/ev-window.h:
10838         * shell/main.c: (load_files):
10839         
10840         New statusbar to show progress on idle. Two new jobs - 
10841         xfer job and load job to load document in background. And update
10842         of page_cache clients to new location of code.
10843
10844 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10845
10846         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10847         selection in open dialog. It also remembers the last visited directory 
10848         in the current session.
10849
10850 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10851
10852         * shell/ev-properties.c: (ev_properties_new):
10853         * shell/ev-properties.h:
10854         * shell/ev-window.c: (ev_window_cmd_file_properties):
10855         
10856         Get document info from page cache instead of document itself.
10857         This should fix crash related to race conditions described in
10858         bug 306545.
10859
10860 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10861
10862         * ps/ps-document.c: (ps_document_init),
10863         (send_ps), (get_page_box), (output), (catchPipe), (input),
10864         (stop_interpreter), (file_length), (file_readable),
10865         (check_filecompressedb), (ps_document_enable_interpreter),
10866         (document_load), (ps_async_renderer_render_pixbuf):
10867         * ps/ps-document.h:
10868
10869         Big cleanup of the ps code
10870
10871 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10872
10873         * backend/Makefile.am:
10874         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10875         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10876         * backend/ev-async-renderer.h:
10877
10878         Add an async renderer interface (method + callback) which
10879         is useful for backends like ps.
10880
10881         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10882         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10883         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10884         (ev_job_queue_add_job), (move_job_async), (move_job),
10885         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10886
10887         Add queues for async renderer, these are executed on the
10888         main thread.
10889
10890         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10891         (ev_job_render_run):
10892         * backend/ev-jobs.h:
10893
10894         If the backend support async renderer interface use it.
10895
10896         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10897         (setup_pixmap), (ps_document_get_type),
10898         (ps_async_renderer_render_pixbuf),
10899         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10900
10901         Implement async renderer interface.
10902
10903 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10904
10905         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10906
10907         Cleanup links job on exit.
10908
10909 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10910
10911         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10912         (drag_data_get_cb), (drag_data_received_cb):
10913         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10914         (drag_data_get_cb), (parse_item_list),
10915         (egg_toolbar_editor_load_actions):
10916         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10917         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10918         (parse_item_list), (parse_toolbars):
10919         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10920         (dvi_pixbuf_put_pixel):
10921         
10922         Fix gcc 4.0 warnings
10923
10924 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10925
10926         * ps/ps-document.c: (start_interpreter):
10927
10928         Fix warning when loading ps
10929
10930 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10931
10932         * ps/ps-document.c: (output):
10933
10934         Fix crash when priting gs error messages.
10935
10936 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10937
10938         * backend/ev-page-cache.c: (_ev_page_cache_new):
10939         * backend/ev-page-cache.h:
10940
10941         Use a const to return title so that we dont double
10942         free it. Small cleanup and fix a leak.
10943
10944         * shell/ev-window.c: (update_window_title):
10945
10946         strdup value from get_title.
10947
10948 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10949
10950         * shell/ev-sidebar-links.c: (job_finished_callback),
10951         (ev_sidebar_links_set_document):
10952
10953         Cleanup the old job when changing document
10954
10955 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10956
10957         * shell/ev-stock-icons.c:
10958         * shell/ev-stock-icons.h:
10959         * shell/ev-window.c:
10960         
10961         Add stock icons for actions that can appear in toolbar. Fix for
10962         bug 306566.
10963
10964 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10965
10966         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10967         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10968         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10969         * backend/ev-page-cache.h:
10970         * shell/ev-view.c: (scroll_to_current_page),
10971         (view_update_range_and_current_page), (get_page_y_offset),
10972         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10973         (ev_view_size_request_continuous),
10974         (ev_view_zoom_for_size_continuous_and_dual_page),
10975         (ev_view_zoom_for_size_continuous):
10976         
10977         More compact EvView layout in document with pages of different size.
10978
10979 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10980
10981         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10982         compilation.
10983
10984 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10985
10986         * shell/ev-view.c: (view_set_adjustment_values):
10987         * shell/ev-window.c: (ev_window_cmd_file_properties):
10988         
10989         A bit different fix for rounding problem but it has no
10990         problems on startup. Make properties window transient to parent.
10991
10992 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10993
10994         * pdf/ev-poppler.cc:
10995         
10996         More commenting of font stuff.
10997
10998 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10999
11000         * pdf/ev-poppler.cc:
11001
11002         Comment out some more fonts stuff. Should really
11003         work without the poppler patch now.
11004
11005 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11006
11007         * pdf/ev-poppler.cc:
11008
11009         Adapt to api change
11010
11011 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11012
11013         * data/evince-properties.glade:
11014         * pdf/ev-poppler.cc:
11015         * shell/ev-properties.c: (setup_fonts_view):
11016
11017         Set the column title. Show the dialog only
11018         once everything is setup.
11019         Getting font info can be very slow... will
11020         prolly need to make this threaded too.
11021
11022 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11023
11024         * backend/Makefile.am:
11025         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11026         (ev_document_fonts_get_fonts_model):
11027         * backend/ev-document-fonts.h:
11028         * data/evince-properties.glade:
11029         * pdf/ev-poppler.cc:
11030         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11031         * shell/ev-properties.h:
11032         * shell/ev-window.c: (ev_window_cmd_file_properties):
11033
11034         Implement fonts list. Defined out for now, since it depends
11035         on a not yet committed poppler patch.
11036
11037 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11038
11039         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11040         page + 1.
11041
11042         * shell/ev-window.c: Make sure we add the timeout when we get a
11043         focus-in event.
11044
11045         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11046         adjustment->value before calculating the zoom factor to average
11047         out all of our rounding errors.  The page no longer 'drifts' when
11048         resizing.
11049
11050 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11051
11052         * data/evince-properties.glade:
11053         * shell/ev-properties.c: (ev_properties_format_date),
11054         (set_property):
11055         
11056         Labels don't expand when the dialogue is resized.
11057         strftime result needs to be converted to UTF-8. Thanks
11058         to Christian Persch <chpe@gnome.org>.
11059
11060 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11061
11062         * data/evince-properties.glade:
11063
11064         Hide the fonts tab
11065
11066 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11067
11068         * backend/ev-document-info.h:
11069         * backend/ev-document.c: (ev_document_info_free):
11070         * data/evince-properties.glade:
11071         * pdf/ev-poppler.cc:
11072         * ps/ps-document.c: (ps_document_get_info):
11073         * shell/ev-properties.c: (ev_properties_format_date),
11074         (set_property), (ev_properties_new):
11075         * shell/ev-properties.h:
11076         * shell/ev-window.c: (ev_window_cmd_file_properties):
11077
11078         Rework properties code to take only EvPropertyInfo
11079         in the constructor so that it can be useful for
11080         nautilus plugin too.
11081
11082         Deal with backends that doesnt support some properties.
11083         Make set property code generic.
11084
11085 2005-06-04  Christian Persch <chpe@gnome.org>
11086
11087         * data/evince-properties.glade:
11088
11089         fix spacings, make resizeable, and make data labels
11090         selectable + ellipsised
11091
11092 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11093
11094         * backend/ev-document-info.h:
11095         * data/Makefile.am:
11096         * data/evince-ui.xml:
11097         * pdf/ev-poppler.cc:
11098         * shell/Makefile.am:
11099         * shell/ev-window.c: (update_action_sensitivity),
11100         (ev_window_cmd_file_properties):
11101
11102         Initial go at file properties. Patch by
11103         Emil Soleyman-Zomalan <emil@soleyman.com>.
11104         Needs love see #169583
11105
11106 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11107
11108         * ps/ps-document.c: (output):
11109         * ps/ps.c: (psscan):
11110
11111         Try to render even if psscan fails.
11112
11113 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11114
11115         * ps/ps.c: (psscan), (pscopydoc):
11116
11117         Port buffered reading code from gv
11118
11119 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11120
11121         * ps/ps-document.c: (interpreter_message), (output):
11122
11123         Do not fail on interpreter messages
11124
11125 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11126
11127         * backend/ev-document-misc.c:
11128         (ev_document_misc_get_thumbnail_frame):
11129
11130         Pages can be 0 x 0, dont assert on this case
11131
11132 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11133
11134         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11135         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11136
11137         Correctly manage our reference on document. Finally the reload
11138         huge leak is gone...
11139
11140 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11141
11142         * ps/ps-document.c: (ps_document_dispose):
11143
11144         Forgot to chain it to the parent. Thanks chpe.
11145
11146 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11147
11148         * ps/ps-document.c: (ps_document_dispose),
11149         (ps_document_class_init), (stop_interpreter), (document_load):
11150
11151         Cleanup dispose a bit. Dont leak the whole pixmap.
11152
11153 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11154
11155         * pdf/ev-poppler.cc:
11156
11157         Release the poppler document on dispose
11158
11159 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11160
11161         * shell/ev-view.c: (ev_view_set_document):
11162
11163         Release ref on the pixbuf cache when changing
11164         document.
11165
11166 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11167
11168         * ps/ps-document.c: (ps_document_get_info):
11169
11170         Fix a double free
11171
11172 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11173
11174         * backend/ev-page-cache.c: (ev_page_cache_init),
11175         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11176         * backend/ev-page-cache.h:
11177         * shell/ev-page-action.c: (page_changed_cb):
11178         
11179         Set page action entry width depending on labels width. Fix
11180         for bug 305202.
11181
11182 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11183
11184         * backend/ev-link.c: (ev_link_class_init):
11185
11186         Allow -1 as page value (error)
11187
11188 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11189
11190         * shell/ev-sidebar-thumbnails.c:
11191         (ev_sidebar_thumbnails_set_document):
11192         * shell/ev-view.c: (scroll_to_current_page),
11193         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11194         (page_changed_cb), (on_adjustment_value_changed),
11195         (ev_view_set_document):
11196
11197         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11198         Fix bug 305377
11199
11200 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11201
11202         * configure.ac:
11203         * djvu/djvu-document.c: (djvu_document_get_page_size):
11204
11205         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11206         bug 301993.
11207
11208 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11209
11210         * shell/ev-view.c (draw_one_page): modify the expose handling to
11211         get the shadows.
11212
11213         * shell/ev-window.c (update_action_sensitivity): Respect
11214         permissions field.  Kowtow to the man.
11215
11216         * pdf/ev-poppler.cc: Get the permissions field.
11217
11218         * tiff/*c: Make a tiny bit more robust.
11219
11220 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11221
11222         * djvu/djvu-document.c:
11223         
11224         Pop messages from djvu context message queue.
11225
11226 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11227
11228         * configure.ac, Makefile.am, shell/Makefile.am:
11229         * tiff/Makefile.am, shell/ev-document-types.c:
11230         
11231         Cleanup tiff configure checks. Fix for bug 305218.
11232
11233 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11234
11235         * configure.ac: Added "uk" to ALL_LINGUAS.
11236
11237 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11238
11239         * cut-n-paste/zoom-control/ephy-zoom.c:
11240         (ephy_zoom_get_changed_zoom_level):
11241         * cut-n-paste/zoom-control/ephy-zoom.h:
11242         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11243         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11244         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11245         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11246         (zoom_control_changed_cb), (ev_window_init):
11247         
11248         Fix minor points related to moving best fit up. Introduce
11249         "zoom" property and make zoom control change it's value on
11250         notify::zoom signals. Fix for 305080.
11251
11252 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11253
11254         * data/evince-ui.xml:
11255         * shell/ev-window.c: (set_view_actions_sensitivity):
11256         
11257         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11258
11259 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11260
11261         * configure.ac:
11262
11263         Depends on poppler 0.3.2
11264
11265 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11266
11267         * cut-n-paste/recent-files/egg-recent-item.c:
11268         (egg_recent_item_get_short_name):
11269         * cut-n-paste/toolbar-editor/Makefile.am:
11270         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11271         (new_pixbuf_from_widget):
11272         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11273         * cut-n-paste/toolbar-editor/egg-marshal.c:
11274         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11275         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11276
11277         Sync
11278
11279 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11280
11281         * tiff/tiff-document.c: Rough TIFF backend.
11282
11283 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11284
11285         * NEWS:
11286         * configure.ac:
11287         * cut-n-paste/toolbar-editor/Makefile.am:
11288
11289         Release 0.3.1
11290
11291 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11292
11293         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11294         (ev_view_find_next), (ev_view_find_previous):
11295
11296         Remove the locks around get_n_results   
11297
11298 2005-05-21  Juerg Billeter  <j@bitron.ch>
11299
11300         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11301
11302         Pass correct number of pages to poppler.
11303
11304 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11305
11306         * configure.ac:
11307         * data/Makefile.am:
11308         * data/evince.desktop.in: 
11309         * data/evince.desktop.in.in:
11310         * po/POTFILES.in:
11311         
11312         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11313
11314 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11315
11316         * shell/ev-view.c: (view_update_adjustments),
11317         (view_set_adjustment_values): cast adjustmen->value to (int)
11318         before using it.  Otherwise, we get off by a pixel in some
11319         situations.
11320
11321         (draw_one_page): Draw the border on expose.
11322
11323 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11324
11325         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11326         adjustment when the mode changes, #304923
11327
11328 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11329
11330         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11331         flickering on resize but still use gdk_window_scroll on
11332         scrolling
11333
11334 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11335
11336         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11337         option, #170458
11338
11339 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11340
11341         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11342         second page on page_changed if possible, #304669
11343
11344 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11345
11346         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11347         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11348
11349 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11350
11351         * .cvsignore:
11352         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11353         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11354         (ev_view_zoom_for_size_presentation),
11355         (ev_view_zoom_for_size_continuous_and_dual_page),
11356         (ev_view_zoom_for_size_continuous),
11357         (ev_view_zoom_for_size_dual_page),
11358         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11359         * shell/ev-view.h:
11360         * shell/ev-window.c: (update_view_size),
11361         (ev_window_sizing_mode_changed_cb):
11362
11363         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11364         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11365         an infinite loop, #304769
11366
11367
11368 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11369
11370         * data/evince-ui.xml:
11371         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11372         * shell/ev-window.c: (set_view_actions_sensitivity):
11373
11374         Make PgUp/Down behave like Space
11375
11376 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11377
11378         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11379         * backend/ev-ps-exporter.h:
11380         * pdf/ev-poppler.cc:
11381         * ps/ps-document.c: (ps_document_ps_export_begin):
11382         * shell/ev-print-job.c: (idle_print_handler):
11383
11384         Adapt to new poppler api
11385
11386 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11387
11388         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11389         (ephy_zoom_control_init):
11390
11391         Translate zoom levels
11392
11393 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11394
11395         * cut-n-paste/zoom-control/ephy-zoom.c:
11396         (ephy_zoom_get_zoom_level_index):
11397
11398         Fix current zoom -> zoom control match
11399
11400 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11401
11402         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11403         rather than the scrolled_window that it's in. Fixes bug #304655.
11404
11405 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11406
11407         * shell/ev-view.c: (view_update_adjustments),
11408         (view_set_adjustment_values), (view_update_range_and_current_page),
11409         (view_scroll_to_page), (set_scroll_adjustment),
11410         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11411         (ev_view_scroll), (ev_view_scroll_view),
11412         (ensure_rectangle_is_visible), (find_page_at_location),
11413         (get_link_at_location), (go_to_link), (status_message_from_link),
11414         (ev_view_size_request_continuous_dual_page),
11415         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11416         (ev_view_unrealize), (ev_view_expose_event),
11417         (ev_view_button_press_event), (ev_view_motion_notify_event),
11418         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11419         (draw_rubberband), (highlight_find_results), (draw_one_page),
11420         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11421         (ev_view_init), (find_changed_cb), (page_changed_cb),
11422         (on_adjustment_value_changed), (ev_view_new),
11423         (ev_view_set_document), (ev_view_set_zoom),
11424         (ev_view_set_continuous), (ev_view_set_dual_page),
11425         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11426         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11427         (ev_view_zoom_for_size_presentation),
11428         (ev_view_zoom_for_size_continuous_dual_page),
11429         (ev_view_zoom_for_size_continuous),
11430         (ev_view_zoom_for_size_dual_page),
11431         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11432         (ev_view_get_status), (ev_view_set_status),
11433         (update_find_status_message), (ev_view_get_find_status),
11434         (ev_view_set_find_status), (jump_to_find_result),
11435         (jump_to_find_page), (compute_selections), (clear_selection),
11436         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11437         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11438         (ev_view_update_primary_selection),
11439         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11440         * shell/ev-view.h:
11441         * shell/ev-window.c: (ev_window_open_page_label),
11442         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11443         (ev_window_init):
11444         * shell/ev-window.h:
11445         * shell/main.c: (load_files):
11446
11447         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11448         when resizing.  Remove the bin_window().  Also, patch from James
11449         Bowes to fix command line page, #300641
11450         
11451 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11452
11453         * data/evince-ui.xml:
11454         * shell/ev-view.c:
11455         * shell/ev-view.h:
11456         * shell/ev-window.c: (update_action_sensitivity):
11457
11458         Get rid of View->Normal Size, it's just confusing
11459
11460 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11461
11462         * backend/ev-document-info.h:
11463         * backend/ev-document.c: (ev_document_info_free): Free the
11464         EvDocumentInfo.
11465
11466         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11467         (clear_range), (add_range), (update_visible_range),
11468         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11469         (ev_sidebar_thumbnails_set_document):
11470         * shell/ev-window.c: (ev_window_setup_document): Only render the
11471         visible thumbnails.  It takes an instant to render, but it uses
11472         much less memory.
11473
11474 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11475
11476         * shell/ev-sidebar-links.c: (popup_menu_cb):
11477
11478         Select first item
11479
11480 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11481
11482         * lib/Makefile.am:
11483         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11484         (button_press_cb), (ev_sidebar_links_construct):
11485
11486         Show the popup menu also on keybindings
11487
11488 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11489
11490         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11491         * shell/ev-window.h:
11492
11493         Expose api to print a range (with dialog). Make private _print use
11494         it.
11495
11496         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11497         (ev_sidebar_links_construct):
11498
11499         Show a print context menu on linkx, it prints the selected
11500         section.
11501
11502 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11503
11504         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11505         button.
11506
11507 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11508
11509         * AUTHORS:
11510
11511         Update
11512
11513         * shell/ev-window.c: (build_comments_string),
11514         (ev_window_cmd_help_about):
11515
11516         Show poppler version/backend and authors
11517
11518 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11519
11520         * cut-n-paste/zoom-control/ephy-zoom.c:
11521         (ephy_zoom_get_zoom_level_index):
11522         * cut-n-paste/zoom-control/ephy-zoom.h:
11523
11524         Move the best fit items at the top of the list
11525
11526 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11527
11528         * shell/ev-marshal.list:
11529         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11530         (activate_cb), (match_selected_cb), (activate_link_cb),
11531         (connect_proxy), (ev_page_action_class_init):
11532         * shell/ev-page-action.h:
11533
11534         Use signals to notify action activation. Hopefully
11535         I did not break completion since I cant test...
11536
11537         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11538         (register_custom_actions):
11539
11540         Connect to page selector actions and also grab focus on
11541         the view when activated.
11542
11543 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11544
11545         * pdf/ev-poppler.cc:
11546         * backend/ev-page-cache.c: make page size calculation consistent
11547         and set it to (int)( width * scale + 0.5).  This makes the weird
11548         line going through the middle of the page go away.
11549
11550         * shell/ev-view.c: move painting the background page after
11551         checking the expose area covers us.
11552
11553 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11554
11555         * data/evince-password.glade:
11556         
11557         Mark labels as not translatable. Fix for bug 302842.
11558
11559 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11560
11561         * configure.ac: Added "es" to ALL_LINGUAS.
11562
11563 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11564
11565         * data/evince-toolbar.xml:
11566         * shell/ev-window.c: (update_action_sensitivity),
11567         (ev_window_setup_document), (ev_window_set_page_mode),
11568         (ev_window_init):
11569
11570         Remove some leftover code from jrb first continous
11571         attempt. Use the new actions, we still need good icons
11572         though...
11573
11574 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11575
11576         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11577
11578         Update label when connecting proxy. Fix a warning with NULL
11579         page_cache.
11580
11581 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11582
11583         * data/evince-ui.xml:
11584         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11585         * shell/ev-page-action.h:
11586         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11587
11588         Add mnemonic for edit toolbar.
11589         ctrl+l focus the page entry.
11590
11591 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11592
11593         * lib/Makefile.am:
11594         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11595         (ev_window_init):
11596         * shell/main.c: (main):
11597
11598         Put the toolbar xml in evince own dot dir
11599
11600 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11601
11602         * shell/ev-window.c: (ev_window_init):
11603
11604         Make the toolbar not removable
11605
11606 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11607
11608         * data/evince-ui.xml:
11609         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11610         * shell/ev-sidebar-links.h:
11611         * shell/ev-sidebar-thumbnails.c:
11612         (ev_sidebar_thumbnails_get_treeview):
11613         * shell/ev-sidebar-thumbnails.h:
11614         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11615         (ev_view_class_init):
11616         * shell/ev-view.h:
11617         * shell/ev-window.c: (update_action_sensitivity),
11618         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11619         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11620         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11621         (ev_window_init):
11622
11623         This is evil... Make space/backspace global accelerators but
11624         enable them only for some widgets (sidebars and view).
11625         I dont like it, but I dont know a better way... :/
11626
11627 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11628
11629         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11630         (ev_page_action_widget_finalize),
11631         (ev_page_action_widget_class_init), (update_page_cache):
11632
11633         Keep a weak reference on proxy->page_cache so that we
11634         dont try to disconnect the signal if the object is already
11635         gone. Maybe there is a better way to cleanup reference handling
11636         in page action though...
11637
11638 2005-05-10  Juerg Billeter  <j@bitron.ch>
11639
11640         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11641         * backend/ev-ps-exporter.h:
11642         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11643         * ps/ps-document.c: (ps_document_ps_export_begin):
11644         
11645         Change api to pass print range to ps_exporter_begin. The pdf backend
11646         requires this information.
11647         
11648         * shell/ev-print-job.c: (idle_print_handler):
11649         
11650         Adapt to api change
11651
11652 2005-05-10  Juerg Billeter  <j@bitron.ch>
11653
11654         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11655         (idle_print_handler)
11656         * shell/ev-window.c: (ev_window_print):
11657
11658         Support printing page range, based on patch by Amaury Jacquot
11659
11660 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11661
11662         * data/evince-toolbar.xml:
11663
11664         Add zoom control to available items
11665
11666 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11667
11668         * shell/ev-window.c: (update_action_sensitivity):
11669
11670         Set slash action insensitive when appropriate
11671
11672 2005-05-10  Christian Persch <chpe@gnome.org>
11673
11674         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11675
11676         Fix warning on the overflow menu
11677
11678 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11679
11680         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11681
11682         Check for uri correctness/existence
11683
11684 2005-05-09  Juerg Billeter  <j@bitron.ch>
11685
11686         * shell/ev-window.c: (using_postscript_printer):
11687
11688         LPD printers use postscript, too
11689
11690 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11691
11692         * shell/ev-window.c: (register_custom_actions):
11693
11694         The zoom one is actually sort of useful,
11695         put it back
11696
11697 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11698
11699         * shell/ev-window.c: (register_custom_actions):
11700
11701         Hide page/zoom controls from overflow, they
11702         are useless.
11703
11704 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11705
11706         * cut-n-paste/update-from-egg.sh:
11707         
11708         Share it between all cut-n-paste subdirs
11709
11710         * cut-n-paste/recent-files/Makefile.am:
11711
11712         Fix to use "global" update-from-egg.sh
11713
11714         * cut-n-paste/recent-files/egg-recent-model.c:
11715         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11716         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11717         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11718         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11719
11720         Update from libegg
11721
11722         * cut-n-paste/toolbar-editor/Makefile.am:
11723
11724         Fix to use "global" update-from-egg.sh
11725
11726         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11727
11728         Update from libegg
11729
11730 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11731
11732         * configure.ac:
11733         * cut-n-paste/Makefile.am:
11734         * cut-n-paste/recent-files/Makefile.am:
11735         * cut-n-paste/toolbar-editor/.cvsignore:
11736         * cut-n-paste/toolbar-editor/Makefile.am:
11737         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11738         (egg_editable_toolbar_get_type), (get_toolbar_position),
11739         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11740         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11741         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11742         (set_item_drag_source), (create_item_from_action), (create_item),
11743         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11744         (popup_toolbar_context_menu_cb), (free_dragged_item),
11745         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11746         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11747         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11748         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11749         (item_added_cb), (item_removed_cb),
11750         (egg_editable_toolbar_construct),
11751         (egg_editable_toolbar_disconnect_model),
11752         (egg_editable_toolbar_deconstruct),
11753         (egg_editable_toolbar_set_model),
11754         (egg_editable_toolbar_set_ui_manager),
11755         (egg_editable_toolbar_set_property),
11756         (egg_editable_toolbar_get_property),
11757         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11758         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11759         (egg_editable_toolbar_new_with_model),
11760         (egg_editable_toolbar_get_edit_mode),
11761         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11762         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11763         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11764         (new_pixbuf_from_widget), (new_separator_pixbuf),
11765         (update_separator_image), (style_set_cb),
11766         (_egg_editable_toolbar_new_separator_image),
11767         (egg_editable_toolbar_get_model):
11768         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11769         * cut-n-paste/toolbar-editor/egg-marshal.c:
11770         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11771         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11772         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11773         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11774         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11775         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11776         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11777         (editor_drag_data_delete_cb), (drag_data_get_cb),
11778         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11779         (editor_create_item), (update_editor_sheet), (setup_editor),
11780         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11781         (parse_item_list), (model_has_action), (update_actions_list),
11782         (egg_toolbar_editor_load_actions):
11783         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11784         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11785         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11786         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11787         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11788         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11789         (egg_toolbars_model_add_separator), (impl_add_item),
11790         (parse_item_list), (egg_toolbars_model_add_toolbar),
11791         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11792         (impl_get_item_data), (impl_get_item_type),
11793         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11794         (egg_toolbars_model_init), (free_toolbar),
11795         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11796         (egg_toolbars_model_remove_toolbar),
11797         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11798         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11799         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11800         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11801         (egg_toolbars_model_get_item_data),
11802         (egg_toolbars_model_get_item_type):
11803         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11804         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11805         * data/Makefile.am:
11806         * data/evince-toolbar.xml:
11807         * data/evince-ui.xml:
11808         * data/hand-open.png:
11809         * po/POTFILES.in:
11810         * shell/Makefile.am:
11811         * shell/ev-window.c: (update_chrome_visibility),
11812         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11813         (ev_window_dispose), (ev_window_init):
11814
11815         Implement epiphany like toolbar editor. Based on patch by
11816         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11817
11818 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11819
11820         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11821
11822         Use set_cursor instead of set_selection, so that
11823         the keyboard focus moves too.
11824
11825 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11826
11827         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11828
11829         Fix infinite loop when loading Type1 fonts
11830
11831 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11832
11833         * data/evince-ui.xml:
11834         * shell/ev-window.c:
11835
11836         Slash -> Find
11837
11838 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11839
11840         * configure.ac:
11841
11842         Make --disable really disable
11843
11844 2005-05-07  Juerg Billeter  <j@bitron.ch>
11845
11846         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11847
11848         Compare page labels even without has_labels set, fixes setting page
11849         with entry
11850
11851 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11852
11853         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11854         (ev_view_set_cursor), (ev_view_button_press_event),
11855         (ev_view_motion_notify_event), (ev_view_button_release_event),
11856         (ev_view_init):
11857
11858         Implement middle button scrolling. Based on a patch
11859         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11860
11861 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11862
11863         * shell/ev-document-types.c: (get_slow_mime_type),
11864         (get_document_type_from_mime), (ev_document_type_lookup):
11865         * shell/ev-document-types.h:
11866
11867         Change api to lookup from uri. Do fast lookup first, if the
11868         type is unknown try with data sniffing.
11869
11870         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11871         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11872
11873         Adapt to api change
11874
11875 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11876
11877         * thumbnailer/Makefile.am:
11878
11879         Fix distcheck
11880
11881 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11882
11883         * NEWS:
11884         * configure.ac:
11885
11886         Release 0.3.0
11887
11888         * data/evince-ui.xml:
11889
11890         Hide presentation mode for now
11891
11892         * shell/ev-view.c: (highlight_find_results):
11893
11894         Show current find selection only on current page
11895
11896 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11897
11898         * shell/ev-view.c: (ev_view_select_all):
11899
11900         Compute size of the actual page, not of
11901         the current one.
11902
11903 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11904
11905         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11906         (view_rect_to_doc_rect), (compute_selections),
11907         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11908         (ev_view_copy), (ev_view_primary_get_cb),
11909         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11910         (ev_view_button_press_event), (ev_view_motion_notify_event),
11911         (ev_view_button_release_event), (page_changed_cb):
11912
11913         Fix text selection
11914
11915 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11916
11917         * shell/ev-view.c: (compute_border), (get_page_extents),
11918         (doc_rect_to_view_rect), (highlight_find_results),
11919         (ev_view_bin_expose), (ev_view_select_all),
11920         (ev_view_motion_notify_event), (update_find_status_message),
11921         (jump_to_find_result), (jump_to_find_page):
11922
11923         First go at fixing search, still buggy
11924
11925 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11926
11927         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11928         dropdown box and button at the top of the sidebar.
11929
11930 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11931
11932         * configure.ac: Output zoom-control Makefile.
11933         * cut-n-paste/Makefile.am: build zoom-control subdir.
11934         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11935         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11936         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11937         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11938         * cut-n-paste/zoom-control/ephy-zoom.c:
11939         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11940         from epiphany, and modified to add a separator into the menu.
11941         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11942         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11943         zoom-control action.
11944         * shell/Makefile.am: Include zoom-control flags.
11945         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11946         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11947         (ev_view_zoom_for_size_presentation),
11948         (ev_view_zoom_for_size_continuous_and_dual_page),
11949         (ev_view_zoom_for_size_continuous),
11950         (ev_view_zoom_for_size_dual_page),
11951         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11952         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11953         ev_view_get_zoom and ev_view_get_sizing_mode.
11954         * shell/ev-view.h:
11955         * shell/ev-window.c: (update_action_sensitivity),
11956         (update_sizing_buttons), (zoom_control_changed_cb),
11957         (register_custom_actions): Initialize and use the zoom-control 
11958         widget.
11959
11960 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11961
11962         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11963         preview cache back to 1.  Don't know when it got set to 0.
11964         
11965         * shell/ev-view.c: (compute_border), (ev_view_realize),
11966         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11967         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11968         (ev_view_get_fullscreen), (ev_view_set_presentation),
11969         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11970         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11971         * shell/ev-view.h:
11972         * shell/ev-window.c:
11973         (update_chrome_visibility),
11974         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11975         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11976         (update_document_mode), (ev_window_update_fullscreen_action),
11977         (ev_window_fullscreen), (ev_window_unfullscreen),
11978         (ev_window_cmd_view_fullscreen),
11979         (ev_window_update_presentation_action),
11980         (ev_window_run_presentation), (ev_window_stop_presentation),
11981         (ev_window_cmd_view_presentation), (ev_window_state_event),
11982         (ev_window_focus_in_event), (ev_window_focus_out_event),
11983         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11984         * data/evince-ui.xml: Initial presentation mode.  We should
11985         probably hide this until it's done, as it's quite rough.  Also,
11986         change full-screen to fullscreen and add two getters to EvView.
11987
11988 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11989
11990         * shell/ev-page-action.c: (update_page_cache),
11991         (ev_page_action_dispose):
11992         * shell/ev-window.c: (destroy_fullscreen_popup),
11993         (ev_window_create_fullscreen_popup):
11994
11995         Use connect_object rather than explicitly
11996         disconnect on dispose.
11997
11998 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11999
12000         * shell/ev-page-action.c: (update_page_cache),
12001         (ev_page_action_dispose):
12002
12003 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12004
12005         * backend/ev-page-cache.c: (_ev_page_cache_new),
12006         (ev_page_cache_set_page_label),
12007         (ev_page_cache_has_nonnumeric_page_labels):
12008         * backend/ev-page-cache.h:
12009         * shell/ev-page-action.c: (update_pages_label):
12010         
12011         If all page labels are numeric, fallback to default
12012         way to display number of pages. See bug 173185.
12013
12014 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12015
12016         * shell/ev-page-action.c: (ev_page_action_dispose):
12017         * shell/ev-view.c: (view_update_range_and_current_page):
12018         * shell/ev-window.c: (ev_window_dispose):
12019         
12020         Set page on scroll in continuous mode. Fixes bug 301986.
12021         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12022
12023 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12024
12025         * configure.ac:
12026
12027         Require poppler 0.3.0
12028
12029 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12030         
12031         * shell/Makefile.am, configure.ac: Fix build problems
12032         with t1lib. Bug 301996.
12033
12034 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12035
12036         * shell/ev-view.c: (ev_view_scroll_event):
12037         
12038         Scroll up increase zoom
12039
12040 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12041
12042         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12043         (ev_view_set_sizing_mode),
12044         (ev_view_zoom_for_size_continuous_and_dual_page),
12045         (ev_view_zoom_for_size_continuous):
12046         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12047         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12048         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12049         (ev_window_init):
12050
12051         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12052         Fix for 165473 and 165472.
12053
12054 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12055
12056         * po/POTFILES.in:
12057         * thumbnailer/Makefile.am:
12058         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12059         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12060         * thumbnailer/evince-thumbnailer.schemas.in:
12061         
12062         Make thumbnailer schemas translatable. Fix for bug 301773
12063         
12064         * thumbnailer/evince-thumbnailer-djvu.schemas:
12065         * thumbnailer/evince-thumbnailer-dvi.schemas:
12066         * thumbnailer/evince-thumbnailer.schemas:
12067
12068         Removed files
12069
12070 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12071
12072         * shell/ev-view.c (ev_view_init): forgot to set this.
12073
12074 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12075
12076         * shell/ev-view.c: (find_page_at_location),
12077         (get_link_at_location),
12078         (ev_view_set_show_border), (ev_view_set_spacing),
12079         (ev_view_zoom_for_size_continuous_and_dual_page),
12080         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12081         Also, add a quick fix measuring of widths.  Also, removed
12082         ev_view_set_spacing and ev_view_set_show_border.
12083         
12084         * shell/ev-window.c: (ev_window_unfullscreen),
12085         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12086
12087 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12088
12089         * shell/ev-view.c: (view_update_range_and_current_page),
12090         (page_changed_cb):
12091         
12092         Fix crash on exit and scrolling to page in continuous view.
12093
12094 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12095
12096         * TODO:
12097         * backend/ev-page-cache.c: (_ev_page_cache_new),
12098         (ev_page_cache_get_max_width_size),
12099         (ev_page_cache_get_max_height_size):
12100         * backend/ev-page-cache.h:
12101         * data/evince-ui.xml:
12102         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12103         * shell/ev-view.c: (view_update_adjustments),
12104         (view_update_range_and_current_page), (get_bounding_box_size),
12105         (ev_view_size_request_continuous_and_dual_page),
12106         (ev_view_size_request_continuous),
12107         (ev_view_size_request_dual_page),
12108         (ev_view_size_request_single_page), (ev_view_size_request),
12109         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12110         (ev_view_bin_expose), (ev_view_expose_event),
12111         (ev_view_set_property), (ev_view_get_property),
12112         (ev_view_class_init), (ev_view_init), (ev_view_new),
12113         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12114         (ev_view_set_dual_page), (ev_view_set_full_screen),
12115         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12116         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12117         (ev_view_zoom_out), (zoom_for_size_fit_width),
12118         (zoom_for_size_best_fit),
12119         (ev_view_zoom_for_size_continuous_and_dual_page),
12120         (ev_view_zoom_for_size_continuous),
12121         (ev_view_zoom_for_size_dual_page),
12122         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12123         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12124         * shell/ev-view.h:
12125         * shell/ev-window.c: (update_action_sensitivity),
12126         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12127         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12128         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12129         (ev_window_cmd_view_zoom_out), (update_view_size),
12130         (ev_window_set_sizing_mode), (ev_window_init):
12131
12132         Add Continuous and Dual page modes.
12133
12134 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12135
12136         * dvi/dvi-document.c: (dvi_document_load),
12137         (dvi_document_thumbnails_get_thumbnail),
12138         (dvi_document_init_params): Fix up some mixups between
12139         width and height to correct thumbnail rendering.
12140
12141 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12142
12143         * dvi/mdvi-lib/private.h:
12144         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12145         
12146         Suppess output for kpathsea during font generation. Thanks to
12147         James Bowes
12148
12149 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12150
12151         * NEWS:
12152         * configure.ac:
12153
12154         Release 0.2.1
12155
12156         * Makefile.am: fix distcheck.
12157
12158 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12159
12160         * shell/ev-sidebar-links.c: (selection_changed_callback),
12161         (update_page_callback), (row_activated_callback),
12162         (job_finished_callback), (ev_sidebar_links_set_document):
12163         
12164         Fix for bug #169901. Double click on links expands tree.
12165
12166 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12167
12168         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12169         hard-coded style. Fix for bug 170111
12170
12171 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12172
12173         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12174         locking.
12175
12176 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12177
12178         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12179
12180 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12181
12182         * pdf/ev-poppler.cc:
12183         * shell/ev-view.c: (highlight_find_results):
12184
12185         Fix find on single page documents
12186
12187 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12188
12189         * data/evince.schemas.in: fix for bug 301390
12190
12191 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12192
12193         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12194         (ev_view_zoom_out), (ev_view_zoom_normal):
12195         * shell/ev-view.h:
12196         * shell/ev-window.c: (update_action_sensitivity),
12197         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12198         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12199         (ev_window_cmd_view_normal_size):
12200
12201         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12202         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12203         better than oom. 
12204
12205 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12206
12207         * configure.ac:
12208
12209         Depend on 2.57, 2.59 doesnt seem to be necessary
12210
12211 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12212
12213         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12214         (create_tool_item):
12215
12216         Put back total number of pages as (1 of 1234)
12217
12218 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12219
12220         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12221         remove the job.
12222
12223         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12224         function.  This helps debugging.
12225
12226 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12227
12228         * djvu/djvu-document.c: (djvu_document_class_init),
12229         (djvu_document_get_info), (djvu_document_document_iface_init):
12230         * dvi/dvi-document.c: (dvi_document_class_init),
12231         (dvi_document_get_info), (dvi_document_document_iface_init):
12232
12233         Dummy implementation of get_info method for dvi and
12234         djvu. Fix crashes with those backends
12235
12236 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12237
12238         * data/evince.desktop.in:
12239
12240         Add application/x-gzpostscript
12241
12242 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12243
12244         * data/evince.schemas.in: Added real long descriptions, 
12245         closes bug 172496 
12246
12247         * README: Added actual text, closes bug 171869
12248
12249 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12250
12251         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12252
12253         Thumbnail page 0
12254
12255 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12256
12257         * backend/ev-document-info.h:
12258
12259         s/GDate */GDate so we can just use g_free
12260
12261 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12262
12263         * shell/ev-window.c: (update_document_mode),
12264         (ev_window_setup_document):
12265
12266         Show the window in fullscreen when specified by
12267         the document
12268
12269 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12270
12271         * backend/ev-document.c: (ev_document_class_init),
12272         (ev_document_get_info), (ev_document_render_pixbuf):
12273         * backend/ev-document.h:
12274         * backend/ev-page-cache.c: (_ev_page_cache_new):
12275         * pdf/ev-poppler.cc:
12276         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12277         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12278         * ps/ps-document.c: (ps_document_class_init), (document_load),
12279         (ps_document_get_info), (ps_document_document_iface_init):
12280
12281         Remove get_title from the interface, we can just use document info
12282
12283 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12284
12285         * backend/Makefile.am:
12286         * backend/ev-document.c: (ev_document_render_get_info):
12287         * backend/ev-document.h:
12288         * pdf/ev-poppler.cc:
12289
12290         Initial support for document info. Based on jrb patch.
12291
12292 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12293
12294         * shell/ev-window.c: (ev_window_state_event),
12295         (ev_window_class_init), (ev_window_init):
12296         
12297         Doesn't show resize grip when maximized. See bug #301053
12298
12299 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12300
12301         * po/POTFILES.in:
12302         
12303         ev-sidebar-thumbnails now has translatable labels
12304         
12305         * shell/Makefile.am:
12306         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12307         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12308         (ev_sidebar_links_page_iface_init):
12309         * shell/ev-sidebar-links.h:
12310         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12311         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12312         (ev_sidebar_page_get_label):
12313         * shell/ev-sidebar-page.h:
12314         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12315         (ev_sidebar_thumbnails_set_document),
12316         (ev_sidebar_thumbnails_support_document),
12317         (ev_sidebar_thumbnails_get_label),
12318         (ev_sidebar_thumbnails_page_iface_init):
12319         * shell/ev-sidebar-thumbnails.h:
12320         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12321         (ev_sidebar_set_document):
12322         * shell/ev-sidebar.h:
12323         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12324         
12325         Small rework of sidebar code. Now sidebar pages should implement
12326         EvSidebarPage interface. That makes page management in EvSidebar
12327         easier. See bug #164811 for details
12328
12329 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12330
12331         * shell/ev-application.c: (ev_application_open):
12332         * shell/ev-document-types.c:
12333         
12334         Fix build error and small problem with application exit
12335
12336 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12337
12338         * thumbnailer/Makefile.am:
12339         * thumbnailer/evince-thumbnailer-djvu.schemas:
12340         * thumbnailer/evince-thumbnailer-dvi.schemas:
12341         
12342         Conditionally install schemas for djvu/dvi thumbnailer
12343
12344 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12345
12346         * shell/ev-document-types.h: 
12347         * shell/ev-document-types.c: 
12348         New files, handling the mapping from mimetypes to backends
12349         
12350         * shell/ev-window.c: 
12351         * thumbnailer/evince-thumbnailer.c:     
12352         Use the ev-document-types code
12353         
12354         * shell/Makefile.am: 
12355         Added new convenience library libevbackendfactory_la, containing
12356         the new mimetype->backend logic; moved the backends into it.
12357
12358         * thumbnailer/Makefile.am:
12359         Make the thumbnailer link with the libevbackend.la convenience
12360         library, rather than having a duplicate of the backend logic here.
12361
12362 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12363
12364         * shell/ev-stock-icons.c: constify some vars.
12365         * shell/ev-window.c: ditto.
12366
12367 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12368
12369         * ps/ps-document.c (get_page_orientation):
12370
12371         Respect document orientation 
12372
12373 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12374
12375         * djvu/Makefile.am:
12376         * dvi/Makefile.am:
12377         * shell/Makefile.am:
12378         
12379         Move library dependencies to components.
12380         
12381         * shell/ev-window.c: (update_window_title),
12382         (start_loading_document):
12383         
12384         Fix display of uris with spaces. Bug 168358.
12385
12386 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12387
12388         * shell/ev-sidebar-links.c: (selection_changed_cb):
12389         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12390         (ev_view_button_release_event), (ev_view_set_document):
12391         * shell/ev-view.h:
12392         * shell/ev-window.c: (find_bar_search_changed_cb):
12393         * shell/ev-window.h: Minor cleanups removing some dead code.
12394
12395 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12396
12397         * backend/ev-page-cache.c: (_ev_page_cache_new):
12398         
12399         Set current page to 0 if document has pages.
12400
12401 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12402
12403         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12404
12405         Initialize GError to NULL, fix a crash when loading fails.
12406
12407 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12408
12409         * shell/ev-window.c: (update_view_size):
12410
12411         Calculate shadow size only when there is actually
12412         a shadow.
12413
12414 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12415
12416         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12417         * shell/ev-view.h:
12418
12419         Allow setting view spacing, default to 0
12420
12421         * shell/ev-window.c: (ev_window_unfullscreen),
12422         (ev_window_cmd_view_fullscreen), (ev_window_init):
12423
12424         Remove spacing in fullscreen mode
12425
12426 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12427
12428         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12429         (ev_view_size_request), (expose_bin_window),
12430         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12431         * shell/ev-view.h:
12432         * shell/ev-window.c: (ev_window_unfullscreen),
12433         (ev_window_cmd_view_fullscreen):
12434
12435         Do not draw the border in fulscreen
12436
12437 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12438
12439         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12440         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12441         (find_page_at_location), (page_changed_cb):
12442
12443         Rework border calculation, so that I can more easily disable it.
12444         Code somewhat cleaner too.
12445
12446 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12447
12448         * backend/ev-page-cache.c: (ev_page_cache_init),
12449         (_ev_page_cache_new):
12450
12451         Remove some assertions, documents can have 0 pages.
12452         Make initial current page -1.
12453
12454         * shell/ev-page-action.c: (page_changed_cb):
12455
12456         Show "" if current page is -1
12457
12458         * shell/ev-window.c: (update_action_sensitivity),
12459         (ev_window_setup_document):
12460
12461         When document has 0 pages do not set the view
12462         and make nearly everything insensitive.
12463
12464 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12465
12466         * shell/ev-page-view.c:
12467         * shell/ev-page-view.h:
12468
12469         Remove unused files.
12470         
12471         * shell/ev-sidebar-thumbnails.c:
12472         (ev_sidebar_thumbnails_set_document):
12473         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12474         (ev_sidebar_supports_document):
12475         * shell/ev-sidebar.h:
12476         * shell/ev-window.c: (ev_window_setup_document):
12477         
12478         Doesn't show thumbnails if document has 1 page. Make
12479         sidebar menu entries sensitive only if if they have 
12480         sense. Fix bug 164811. 
12481
12482 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12483
12484         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12485         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12486         (ev_view_zoom_out), (ev_view_set_size):
12487
12488         Rework sizing to deal with documents with not uniform page
12489         size.
12490
12491 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12492
12493         * backend/ev-page-cache.c: (_ev_page_cache_new):
12494
12495         Fix several page size caching bugs
12496
12497 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12498
12499         * shell/ev-window.c: (set_action_properties):
12500
12501         Make all toolbar items translatable
12502
12503 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12504
12505         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12506         (save_page_list), (ps_document_save),
12507         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12508         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12509         (ps_document_ps_exporter_iface_init):
12510         * ps/ps-document.h:
12511
12512         Based on a patch by J�rg Billeter <j@bitron.ch>
12513         
12514         Implement print and save a copy for the ps backend.
12515
12516 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12517
12518         * backend/ev-document.h:
12519         * djvu/djvu-document.c: (djvu_document_can_get_text),
12520         (djvu_document_document_iface_init):
12521         * dvi/dvi-document.c: (dvi_document_can_get_text),
12522         (dvi_document_document_iface_init):
12523         * pdf/ev-poppler.cc:
12524         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12525         (pixbuf_document_document_iface_init):
12526         * ps/ps-document.c: (ps_document_can_get_text),
12527         (ps_document_document_iface_init):
12528         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12529         * shell/ev-window.c: (update_action_sensitivity):
12530
12531         Fix the crash when trying to copy in backends that doesnt
12532         support it. We can implement a better solution once we
12533         do real text selection.
12534
12535 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12536
12537         * data/evince-ui.xml:
12538         * shell/ev-window.c: (ev_window_cmd_escape):
12539         
12540         Work around the Escape conflict (find bar and unfullscreen)
12541
12542 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12543
12544         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12545         
12546         Fix for #300233. Next page correctly handles document end.
12547         
12548         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12549         (ev_sidebar_thumbnails_class_init),
12550         (ev_sidebar_thumbnails_set_document),
12551         (ev_sidebar_thumbnails_clear_job),
12552         (ev_sidebar_thumbnails_clear_model):
12553         
12554         Cleanup thumbnail jobs on document changes.
12555         
12556         * shell/ev-view.c: (add_scroll_binding_keypad),
12557         (add_scroll_binding_shifted), (ev_view_class_init):
12558         
12559         Shift + Space scrolls up. Fix for #173184
12560         
12561         * shell/ev-window.c: (ev_window_open_page),
12562         (ev_window_cmd_view_reload):
12563         
12564         Fix reload (Bug #300094)
12565
12566 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12567
12568         
12569         * dvi/mdvi-lib/assoc.c:
12570         * dvi/mdvi-lib/assoc.h: Removed garbage files
12571         
12572         * dvi/mdvi-lib/bitmap.c:
12573         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12574         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12575         * dvi/mdvi-lib/color.h: Antialias of rules
12576         
12577         * dvi/mdvi-lib/common.h:
12578         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12579         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12580         * dvi/mdvi-lib/files.c:
12581         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12582         * dvi/mdvi-lib/mdvi.h:
12583         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12584         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12585         * dvi/mdvi-lib/util.c: Fix compile warnings
12586         
12587         * dvi/dvi-document.c:
12588         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12589         (dvi_document_thumbnails_get_thumbnail),
12590         (dvi_document_document_thumbnails_iface_init):
12591         * dvi/mdvi-lib/Makefile.am:
12592         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12593         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12594         
12595         Dvi backend now renders thumbnails
12596
12597 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12598
12599         * shell/main.c: (main): 
12600         
12601         Save accelerators on exit. Fixes bug #172095.
12602
12603 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12604
12605         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12606         update priority" comment.
12607
12608         * backend/ev-job-queue.c: Give a way to change priority.
12609
12610 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12611
12612         * shell/ev-page-action.c: Fix logic.
12613
12614 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12615
12616         * shell/ev-view.c: (ev_view_can_find_next):
12617         * shell/ev-window.c: (ev_window_setup_document):
12618
12619         Check that the document supports find
12620
12621 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12622
12623         * data/evince-ui.xml:
12624         * shell/ev-view.c: (ev_view_can_find_next):
12625         * shell/ev-view.h:
12626         * shell/ev-window.c: (update_action_sensitivity),
12627         (find_changed_cb), (ev_window_setup_document),
12628         (ev_window_cmd_edit_find_next):
12629
12630         Add Edit->Find Next
12631
12632 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12633
12634         * pdf/ev-poppler.cc:
12635         * shell/ev-print-job.c: (idle_print_handler):
12636
12637         Make printing work again
12638
12639 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12640
12641         * shell/ev-page-action.h:
12642         * shell/ev-page-action.c: (ev_page_action_widget_init),
12643         (ev_page_action_widget_class_init), (page_changed_cb),
12644         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12645         (get_filter_model_from_model), (match_selected_cb),
12646         (display_completion_text), (match_completion), (update_model),
12647         (connect_proxy), (ev_page_action_set_property),
12648         (ev_page_action_get_property), (ev_page_action_set_document),
12649         (ev_page_action_set_model), (ev_page_action_class_init): Big
12650         reworking to make completions work iff we have >= GTK-2.7.0
12651                 
12652         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12653         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12654         (job_finished_cb): We now have a 'model' property that is set when
12655         the links are loaded.  This can be caught with "notify::model"
12656
12657         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12658         listen for the model to be set, and propagate it to the action.
12659
12660 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12661
12662         * cut-n-paste/recent-files/egg-recent-item.c:
12663         (egg_recent_item_set_uri), (make_valid_utf8),
12664         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12665         * cut-n-paste/recent-files/egg-recent-item.h:
12666         
12667         Update egg-recent from libegg. This should fix long
12668         startup problem. For details see
12669         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12670
12671 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12672
12673         * cut-n-paste/recent-files/Makefile.am:
12674         * data/evince-ui.xml, shell/Makefile.am:
12675         * shell/ev-application.c, shell/ev-application.h:
12676         * shell/ev-window.c: Recent files support.
12677         
12678         * configure.ac: Added "ru" to ALL_LINGUAS.
12679         
12680         * dvju: new backend to support DJVU files.
12681         * dvi: new backend to support DVI.
12682
12683         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12684         * ev-application.c: Support for new backends.
12685         
12686         * help, ev-window.c, main.c shell/Makefile.am: 
12687         Evince user documentation.
12688
12689 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12690
12691         * po/POTFILES.in:
12692         * shell/ev-window.c:
12693         * thumbnailer/evince-thumbnailer.c:
12694
12695         s/pdf-document/ev-poppler
12696
12697 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12698
12699         * NEWS:
12700         * configure.ac:
12701
12702         Release 0.2.0
12703
12704         * ps/ps-document.c: (setup_pixmap):
12705
12706         Remove debug code
12707
12708 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12709
12710         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12711         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12712         (ev_window_cmd_go_first_page): Fix of by one errors.
12713
12714 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12715
12716         * ps/ps-document.c: (get_page_box):
12717
12718         Fix page size calculation
12719
12720 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12721
12722         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12723         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12724         (get_page_orientation), (setup_page), (document_load),
12725         (ps_document_get_page_size), (render_pixbuf_idle):
12726         * ps/ps-document.h:
12727
12728         More refactoring to adapt to EvDocument changes
12729
12730 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12731
12732         * ps/ps-document.c: (start_interpreter):
12733
12734         Actually add alpha args
12735
12736 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12737
12738         * pdf/ev-poppler.cc:
12739
12740         Make clipboard work again
12741
12742 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12743
12744         Make searching work again.
12745         
12746         * backend/ev-document.c:
12747         * backend/ev-document.h:
12748         * backend/ev-document-find.c:
12749         * backend/ev-document-find.h: Change EvDocumentIface so we no
12750         longer store the current page or zoom level in the document.  The
12751         consequence is that all calls that operate on the current page now
12752         instead take the page number as an extra argument, and all
12753         coordinates are now doubles in document coordinate system.
12754
12755         * pdf/ev-poppler.cc:
12756         * pixbuf/pixbuf-document.c:
12757         * ps/ps-document.c: Update backends accordingly.
12758
12759 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12760
12761         * autogen.sh:
12762
12763         Add required gettext version
12764
12765 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12766
12767         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12768         make F1 bring up non-existent help.
12769
12770         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12771         epiphany's find bar, #167477
12772
12773         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12774         <emil@nishra.com> to add space-bar scrolling, 
12775
12776         * shell/ev-window.c (static GtkActionEntry entries): add default
12777         keybinding for Help (F1)
12778         Fixes #171068
12779
12780         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12781         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12782         170110
12783
12784 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12785
12786         * Makefile.am: 
12787         * pixbuf/pixbuf-document.c: 
12788
12789         Got pixbuf backend working again
12790
12791 2005-04-01  Steve Murphy  <murf@e-tools.com>
12792
12793         * configure.in: Added "rw" to ALL_LINGUAS.
12794
12795 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12796
12797         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12798         model types, noticed by Martin Kretzschmar.
12799
12800 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12801
12802         * pdf/ev-poppler.cc: Implement search based on
12803         poppler_page_find_text().  Currently a bit crude since we remember
12804         all matches from all pages.  Also, we grab the big document lock
12805         when we search since searching changes the underlying stream and
12806         thus conflicts with the rendering thread.
12807         
12808         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12809         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12810         (ev_view_find_previous): Fix some page indexes to be 0 based,
12811         offset rubber band by view offset,
12812
12813 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12814
12815         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12816
12817 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12818
12819         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12820         completely because I didn't understand GtkActions.  I should
12821         read Marco's code more carefully in the future.
12822
12823         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12824         function
12825
12826 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12827
12828         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12829         PopplerRectangle change from poppler CVS.
12830
12831 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12832
12833         * backend/ev-document.c: (ev_document_get_page_label):
12834         * backend/ev-document.h:
12835         * backend/ev-page-cache.c: (_ev_page_cache_new),
12836         (ev_page_cache_get_page_label):
12837         * backend/ev-page-cache.h:
12838         * pdf/ev-poppler.cc:
12839         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12840         (links_page_num_func):
12841         * shell/ev-sidebar-thumbnails.c:
12842         (ev_sidebar_thumbnails_set_document):
12843         * shell/ev-view.c: (status_message_from_link),
12844         (ev_view_motion_notify_event):
12845         * shell/ev-window.c: (document_supports_sidebar): Add in page
12846         label support.  It's not perfect yet, but it's the first 'feature'
12847         in a while.
12848         Also, fix a bogus comment noticed by crispin. 
12849
12850 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12851
12852         * Makefile.am: Remove pixbuf backend for now
12853
12854         * configure.ac: Require poppler-glib instead of just poppler.
12855
12856         * backend/ev-document-thumbnails.h: Add a comment
12857
12858         * backend/ev-document.h:
12859         * backend/ev-document.c: (ev_document_class_init),
12860         (ev_document_load), (ev_document_get_link),
12861         (ev_document_get_links): Remove 3 methods and add get_links.
12862         Also, made 0 based.
12863
12864         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12865         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12866
12867         * backend/ev-link.c: (ev_link_set_title),
12868         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12869         (ev_link_mapping_find):
12870         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12871         
12872         * backend/ev-page-cache.c: (ev_page_cache_init),
12873         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12874         (ev_page_cache_get_size), (ev_page_cache_next_page),
12875         (ev_page_cache_prev_page): Fix to be 0 based.
12876
12877         * pdf/Makefile.am: 
12878         * pdf/ev-poppler.h:
12879         * pdf/ev-poppler.cc: New backend.
12880         
12881         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12882         (ps_document_get_page), (ps_document_document_iface_init):
12883
12884         * shell/ev-pixbuf-cache.h:
12885         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12886         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12887         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12888         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12889         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12890         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12891         based.
12892         
12893         * shell/ev-sidebar-thumbnails.c:
12894         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12895         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12896
12897         * shell/ev-view.c: (status_message_from_link),
12898         (find_page_at_location), (get_link_at_location),
12899         (ev_view_motion_notify_event), (ev_view_button_release_event),
12900         (ev_view_init): Use the new link code.  Fix to be 0 based.
12901
12902         * shell/ev-window.c: (update_action_sensitivity),
12903         (document_supports_sidebar): 0 based.
12904
12905 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12906
12907         * pdf/pdf-document.cc: Patch from Fernando Herrera
12908         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12909         *blush*
12910
12911 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12912
12913         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12914         1 to the page, as this seems to be 1 based.  I thought we has this
12915         fixed.  grump.
12916
12917 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12918
12919         * TODO:
12920         * backend/Makefile.am:
12921         * backend/ev-document-links.c:
12922         (ev_document_links_has_document_links),
12923         (ev_document_links_get_links_model):
12924         * backend/ev-document-links.h:
12925         * backend/ev-document.c: (ev_document_get_page_cache),
12926         (ev_document_get_doc_mutex), (ev_document_load),
12927         (ev_document_save), (ev_document_get_title),
12928         (ev_document_get_n_pages), (ev_document_set_page),
12929         (ev_document_get_page), (ev_document_set_target),
12930         (ev_document_set_scale), (ev_document_set_page_offset),
12931         (ev_document_get_page_size), (ev_document_get_text),
12932         (ev_document_get_link), (ev_document_render),
12933         (ev_document_render_pixbuf), (ev_document_scale_changed):
12934         * backend/ev-document.h:
12935         * backend/ev-job-queue.c: (remove_object_from_queue),
12936         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12937         (no_jobs_available_unlocked), (ev_render_thread),
12938         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12939         (ev_job_queue_remove_job):
12940         * backend/ev-job-queue.h:
12941         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12942         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12943         (ev_job_links_class_init), (ev_job_render_init),
12944         (ev_job_render_dispose), (ev_job_render_class_init),
12945         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12946         (ev_job_thumbnail_class_init), (ev_job_finished),
12947         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12948         (ev_job_render_run), (ev_job_thumbnail_new),
12949         (ev_job_thumbnail_run):
12950         * backend/ev-jobs.h:
12951         * backend/ev-link.c:
12952         * backend/ev-link.h:
12953         * backend/ev-page-cache.c: (ev_page_cache_init),
12954         (ev_page_cache_class_init), (ev_page_cache_finalize),
12955         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12956         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12957         (ev_page_cache_set_link), (ev_page_cache_get_title),
12958         (ev_page_cache_get_size), (ev_page_cache_next_page),
12959         (ev_page_cache_prev_page):
12960         * backend/ev-page-cache.h:
12961         * pdf/pdf-document.cc:
12962         * ps/gsdefaults.c:
12963         * ps/gsdefaults.h:
12964         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12965         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12966         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12967         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12968         (is_interpreter_ready), (output), (catchPipe), (input),
12969         (start_interpreter), (check_filecompressed), (compute_dimensions),
12970         (ps_document_enable_interpreter), (document_load),
12971         (ps_document_next_page), (render_page), (ps_document_set_page),
12972         (ps_document_set_scale), (render_pixbuf_idle),
12973         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12974         * ps/ps-document.h:
12975         * shell/Makefile.am:
12976         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12977         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12978         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12979         (ev_pixbuf_cache_new), (job_finished_cb),
12980         (check_job_size_and_unref), (move_one_job),
12981         (ev_pixbuf_cache_update_range), (find_job_cache),
12982         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12983         (ev_pixbuf_cache_add_jobs_if_needed),
12984         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12985         * shell/ev-pixbuf-cache.h:
12986         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12987         (idle_print_handler):
12988         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12989         (selection_changed_cb), (create_loading_model),
12990         (ev_sidebar_links_construct), (links_page_num_func),
12991         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12992         (update_page_callback), (job_finished_cb),
12993         (ev_sidebar_links_set_document):
12994         * shell/ev-sidebar-thumbnails.c:
12995         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12996         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12997         (page_changed_cb), (thumbnail_job_completed_callback),
12998         (ev_sidebar_thumbnails_set_document):
12999         * shell/ev-sidebar-thumbnails.h:
13000         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13001         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13002         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13003         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13004         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13005         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13006         (ev_view_button_release_event), (ev_view_scroll_view),
13007         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13008         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13009         (ev_view_new), (job_finished_cb), (page_changed_cb),
13010         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13011         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13012         (ev_view_find_previous):
13013         * shell/ev-view.h:
13014         * shell/ev-window.c: (update_action_sensitivity),
13015         (ev_window_open_page), (update_window_title), (update_total_pages),
13016         (page_changed_cb), (ev_window_setup_document),
13017         (password_dialog_response), (ev_window_cmd_save_as),
13018         (ev_window_print), (ev_window_cmd_go_previous_page),
13019         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13020         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13021         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13022         * shell/main.c: (main):
13023
13024         Merge evince-threads branch
13025
13026 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13027
13028         * configure.ac: Added "lt" to ALL_LINGUAS.
13029
13030 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13031
13032         * NEWS:
13033         * configure.ac:
13034
13035         Release 0.1.9
13036
13037 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13038
13039         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13040
13041         Fix here also the thumbnails 1-basedness :)
13042
13043 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13044
13045         * NEWS:
13046         * configure.ac:
13047
13048         Release 0.1.8
13049
13050 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13051
13052         * pdf/pdf-document.cc:
13053         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13054         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13055
13056         Fix the mess we did with thumbnails and 1-basedness
13057
13058 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13059
13060         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13061
13062 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13063
13064         * NEWS:
13065         * configure.ac:
13066
13067         Release 0.1.7
13068
13069 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13070
13071         * ps/Makefile.am:
13072         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13073         (gtk_gs_defaults_get_alpha_parameters),
13074         (gtk_gs_defaults_get_ungzip_cmd),
13075         (gtk_gs_defaults_get_unbzip2_cmd):
13076         * ps/gsdefaults.h:
13077         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13078         (ps_document_get_orientation), (document_load),
13079         (ps_document_goto_page), (ps_document_set_page_size):
13080         * ps/ps-document.h:
13081
13082         Some more sanitization of the ps backend. Remove a lot
13083         of unused code and do not base our defaults on ggv
13084         preferences (ugh!)
13085
13086 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13087
13088         * thumbnailer/evince-thumbnailer.schemas:
13089         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13090         (main): add -s option for thumbnail size.
13091
13092 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13093
13094         * configure.ac:
13095
13096         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13097         remove it.
13098
13099 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13100
13101         * pdf/pdf-document.cc:
13102
13103         Remove 4 pixels of useless border from the
13104         thumbnail.
13105
13106 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13107
13108         * backend/ev-document-thumbnails.c:
13109         (ev_document_thumbnails_get_thumbnail):
13110         * backend/ev-document-thumbnails.h:
13111
13112         Rework API a bit. Add a border flag and
13113         change sizing logic (now the size we specify
13114         applies to the bigger dimension).
13115
13116         * pdf/pdf-document.cc:
13117         * pixbuf/pixbuf-document.c:
13118         (pixbuf_document_thumbnails_get_thumbnail):
13119         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13120         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13121
13122         Adapt to the new API and do not draw a border for nautilus
13123         thumbnailer.
13124
13125 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13126
13127         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13128         take thumbnails from page "0" instead of "1". Added a copyright header.
13129
13130 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13131
13132         * ps/ps-document.c: (set_up_page), (start_interpreter):
13133
13134         Make it C89 compliant
13135
13136 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13137
13138         * Makefile.am:
13139         * configure.ac:
13140         * pdf/.cvsignore:
13141         * pdf/pdf-document.cc:
13142         * thumbnailer/Makefile.am:
13143         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13144         (main):
13145         * thumbnailer/evince-thumbnailer.schemas:
13146         * thumbnailer/pdf-icon.png:
13147
13148         Add a nautilus thumbnailer.
13149         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13150
13151 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13152
13153         * NEWS:
13154         * configure.ac:
13155         * po/POTFILES.in:
13156
13157         Release 0.1.6
13158
13159 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13160
13161         Use poppler instead of including xpdf source code.  Poppler is a
13162         fork of xpdf to build it as a shared library. See
13163         http://freedesktop.org/wiki/Software/poppler.
13164
13165         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13166         xpdf fork.
13167         
13168         * pdf/Makefile.am: Build libpdfdocument.a here.
13169         
13170         * pdf/GDKSplashOutputDev.cc:
13171         * pdf/GDKSplashOutputDev.h:
13172         * pdf/GnomeVFSStream.cc:
13173         * pdf/GnomeVFSStream.h:
13174         * pdf-document.cc:
13175         * pdf-document.h:
13176         * test-gdk-output-dev.cc
13177         * Thumb.cc:
13178         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13179         against poppler.
13180
13181 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13182
13183         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13184
13185         Clear idle stack before unsetting the document
13186
13187 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13188
13189         * ps/ps-document.c: (ps_document_widget_event),
13190         (ps_document_set_target), (ps_document_finalize),
13191         (ps_document_get_page):
13192
13193         Disconnect the widget event signal on finalize.
13194         Some code cleanups.
13195
13196 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13197
13198         * ps/ps-document.c: (set_up_page):
13199
13200         If there is no bpixmap create one, even if size
13201         is not changed.
13202
13203 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13204
13205         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13206         (set_up_page), (document_load), (ps_document_set_zoom):
13207
13208         Default page is 0. Calculate size even when we have no
13209         target yet.
13210
13211 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13212
13213         * shell/ev-sidebar.c: expand the selection widget to be always as
13214         wide as the sidebar
13215
13216 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13217
13218         * shell/ev-sidebar-thumbnails.c:
13219         (ev_sidebar_thumbnails_set_document):
13220
13221         Clear the list store when setting document
13222
13223 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13224
13225         * shell/ev-page-action.c: (update_entry), (sync_entry),
13226         (activate_cb), (entry_size_request_cb), (create_tool_item),
13227         (connect_proxy):
13228
13229         Use an entry for the page control instead of spinbuttons
13230
13231 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13232
13233         * data/evince.schemas.in:
13234
13235         Correct confusing string
13236
13237 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13238
13239         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13240         for real.  Gosh, how long has this been broken.
13241
13242         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13243         check for a NULL link.  We crash otherwise.
13244
13245 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13246
13247         * NEWS:
13248         * configure.ac:
13249
13250         Release 0.1.5
13251
13252 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13253
13254         * configure.ac: add the french translation.
13255
13256 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13257
13258         * shell/ev-window.c:
13259
13260         Remove unused header -> fix distcheck
13261
13262 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13263
13264         * shell/ev-window.c: (update_window_title),
13265         (ev_window_popup_password_dialog):
13266
13267         Unescape filename for display
13268
13269 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13270
13271         * pdf/xpdf/pdf-document.cc:
13272
13273         In get_page_size deal with rotation. Also
13274         cleanup the function a bit.
13275
13276 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13277
13278         * pdf/xpdf/pdf-document.cc:
13279
13280         Fix crash when opening in new window
13281
13282 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13283
13284         * configure.ac:
13285
13286         Check ghostscript >= 7
13287
13288 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13289
13290         * shell/ev-window.c:
13291
13292         Make page width the default sizing mode
13293
13294 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13295         Marco Pesenti Gritti <marco@gnome.org>
13296
13297         * shell/ev-window.c: Remember the sidebar size
13298
13299         * data/evince.schemas.in: Add a new gconf key to store the size of
13300         the sidebar
13301
13302 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13303
13304         * data/evince-ui.xml:
13305         * shell/ev-window.c: (update_action_sensitivity),
13306         (ev_window_cmd_view_reload):
13307         
13308         Add a "Reload" action and menu entry
13309
13310 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13311
13312         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13313         iff the type doesn't support thumbnailing and indexing.
13314
13315 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13316
13317         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13318
13319 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13320
13321         * pdf/splash/Splash.cc:
13322
13323         Port fix for a crasher from kde bug
13324         http://bugs.kde.org/show_bug.cgi?id=97131
13325
13326 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13327
13328         * pdf/xpdf/pdf-document.cc:
13329
13330         Return a link even if it's of an unrecognized
13331         type. Otherwise we go in an infinte cycle.
13332
13333 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13334
13335         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13336         (size_allocate_cb), (ev_window_set_sizing_mode):
13337
13338         Update size when switching mode
13339
13340 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13341
13342         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13343         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13344         (ev_window_cmd_view_normal_size):
13345
13346         Fix size toggle buttons behavior
13347
13348 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13349
13350         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13351         (doc_rect_to_view_rect), (ev_view_size_allocate),
13352         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13353         (scale_changed_callback):
13354
13355         Do not cache offsets in size_allocate.
13356
13357 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13358
13359         * shell/ev-view.c: (ev_view_size_allocate):
13360
13361         Calculate offsets before calling the parent
13362         class (which does a redraw)
13363
13364 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13365
13366         * pdf/xpdf/pdf-document.cc:
13367
13368         Fix a crasher on exit. Unused code, put a TODO
13369
13370 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13371
13372         * backend/ev-document.c: (ev_document_class_init),
13373         (ev_document_page_changed), (ev_document_scale_changed):
13374         * backend/ev-document.h:
13375
13376         Separate page/scale notifications
13377
13378         * pdf/xpdf/pdf-document.cc:
13379
13380         Emit the new signals.
13381         Do not display the pdf page in _render, do it
13382         when scale/page are requested.
13383
13384         * ps/ps-document.c: (ps_document_set_zoom),
13385         (ps_document_widget_event):
13386         * ps/ps-document.h:
13387
13388         Emit the new signals.
13389
13390         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13391         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13392         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13393         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13394         * shell/ev-view.h:
13395         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13396         (ev_window_cmd_view_page_width), (size_allocate_cb),
13397         (ev_window_set_sizing_mode):
13398
13399         Rework sizing to be pixel based.
13400         There are bugs but should be already way better.
13401
13402 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13403
13404         * shell/ev-window.c: (ev_window_init):
13405
13406         Do not allow to shrink sidebar smaller then
13407         child requisition
13408
13409 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13410
13411         * shell/ev-sidebar.[ch]
13412         * shell/ev-window.c:
13413
13414         Improved sidebar widget. Fixes #166683
13415
13416 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13417
13418         * shell/ev-view.c (update_find_status_message): Give translators
13419         more flexibility with ngettext plural handling.
13420
13421 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13422
13423         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13424         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13425         page when we get the page size.
13426
13427 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13428
13429         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13430
13431         ps pages are 0 based, convert 
13432
13433 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13434
13435         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13436
13437         Initialize correct parent class. Set GError on document load
13438
13439 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13440
13441         * pdf/xpdf/pdf-document.cc:
13442
13443         Fixup selection offset calculation
13444
13445         * shell/ev-view.c: (view_rect_to_doc_rect),
13446         (doc_rect_to_view_rect), (ev_view_size_allocate),
13447         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13448         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13449
13450         Store selection as document relative, so that zooming
13451         and offset changing doesnt break it.
13452
13453 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13454
13455         * shell/ev-view.c: (ev_view_best_fit):
13456
13457         Do not try to best fit if the view is not realized
13458
13459 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13460           
13461         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13462
13463 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13464
13465         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13466
13467 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13468
13469         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13470         the popup window.  That prevents it resizing when in full screen
13471         mode.
13472
13473         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13474         multiple rerenders.  This pretty much sucks.
13475
13476         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13477         rest of the toolbar.
13478
13479 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13480
13481         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13482
13483 2005-02-17  Alexander Shopov  <ash@contact.bg>
13484
13485         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13486
13487 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13488
13489         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13490
13491 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13492
13493         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13494         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13495         (set_document_page), (document_changed_callback),
13496         (ev_view_set_document), (ev_view_find_previous),
13497         (ev_view_hide_cursor), (ev_view_show_cursor):
13498         * shell/ev-view.h:
13499         * shell/ev-window.c: (update_chrome_visibility),
13500         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13501         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13502         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13503         (ev_window_unfullscreen):
13504         * shell/main.c: (main):
13505
13506         Automatically hide the fullscreen button.
13507         Patch by Kristian Høgsberg <krh@redhat.com>
13508
13509 2005-02-16  Vincent Noel  <vnoel@cox.net>
13510
13511         * shell/main.c (main): Specify an icon for the window. Patch by
13512         Jaap A. Haitsma. Fixes #166177.
13513
13514 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13515
13516         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13517
13518 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13519
13520         * backend/ev-document-misc.h:
13521         * backend/ev-document-misc.c:
13522         (ev_document_misc_get_page_border_size),
13523         (ev_document_misc_paint_one_page): New function to canonicalize
13524         sizing/painting a border.
13525
13526         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13527         used.
13528
13529         * pdf/xpdf/pdf-document.cc: use new function
13530
13531         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13532         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13533         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13534         shell/ev-window.c: (update_sizing_buttons),
13535         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13536         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13537         (ev_window_cmd_view_page_width), (size_allocate_cb),
13538         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13539         and "fit width" values act as toggle buttons so they stay
13540         toggled.  It's not 100% perfect, and it's a little slow, but it's
13541         good enough to commit I think.
13542
13543 2005-02-15  David Lodge  <dave@cirt.net>
13544
13545         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13546
13547 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13548
13549         * shell/ev-window.c (update_window_title): replace newlines in
13550         the title by spaces. Bug #166107.
13551
13552 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13553
13554         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13555         parameters providing allocation width and height without
13556         scrollbars and width of a possible vertical scrollbar. With this
13557         additional information the functions can work as
13558         intended. Unfortunately they're not idempotent. We should
13559         transform these commands to toggles. Fixes Bug #164976
13560         Initial patch by Stephane Loeuillet, then heavily modified.
13561
13562         * shell/ev-view.h: update prototypes.
13563
13564         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13565         (ev_window_cmd_view_page_width): provide EvView fit functions with
13566         all the information they need. Formulas to calculate this
13567         information taken from GtkScrolledWindow.
13568
13569 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13570
13571         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13572         created a thumbnail, the list store is updated to know
13573         that the thumbnail is set. Fixes bug #166792
13574
13575 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13576
13577         * shell/ev-window.c: fixed typo, closes bug 166897
13578
13579         * TODO: updated TODO with bug numbers that are relevant
13580
13581 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13582
13583         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13584
13585 2005-02-09  Vincent Noel  <vnoel@cox.net>
13586
13587         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13588         and "Next" toolbar buttons as important to make them stand out.
13589
13590 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13591
13592         * lib/ev-debug.c:
13593         * lib/ev-debug.h:
13594         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13595         (start_interpreter), (stop_interpreter), (document_load),
13596         (ps_document_next_page), (ps_document_goto_page),
13597         (ps_document_set_page_size), (ps_document_widget_event),
13598         (ps_document_render):
13599         * shell/ev-page-view.c: (ev_page_view_dispose):
13600         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13601
13602         Fix compilation on non-gcc platforms
13603
13604 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13605
13606         * NEWS:
13607         * configure.ac:
13608
13609         Release 0.1.4
13610
13611         * pdf/xpdf/Catalog.cc:
13612         * pdf/xpdf/XRef.cc:
13613
13614         Fix the fix for CAN-2004-0888
13615
13616 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13617
13618         * data/Makefile.am:
13619         * data/evince-ui.xml:
13620         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13621         * shell/ev-stock-icons.h:
13622         * shell/ev-window.c: (update_action_sensitivity),
13623         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13624         (set_action_properties):
13625
13626         Improve toolbar layout/icons
13627
13628 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13629
13630         * pdf/xpdf/pdf-document.cc:
13631
13632         Add warnings about unimplemented/unknown link
13633         types.
13634
13635 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13636
13637         * ps/ps-document.c: (set_up_page):
13638
13639         Log gs property
13640
13641 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13642
13643         * ps/ps-document.c: (start_interpreter):
13644
13645         Log gs env var
13646
13647 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13648
13649         * shell/ev-page-view.c: (ev_page_view_dispose):
13650         * shell/ev-view.c: (ev_view_finalize):
13651         * shell/ev-window.c: (ev_window_setup_document),
13652         (ev_window_dispose), (ev_window_init):
13653
13654         Solve more refs issues.
13655
13656         I commented out the page_view initialization for now:
13657         it was never destroyed (because it's never added
13658         to a container). Because of that we was leaking
13659         gs processes. Couldnt think to a clean fix.
13660         We need to figure this out, password view has the
13661         same issue probably.
13662
13663 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13664
13665         * ps/ps-document.c: (ps_document_finalize),
13666         (ps_document_get_n_pages), (ps_document_get_page):
13667
13668         Some cleanups, stop the interpreter on finalize
13669
13670         * shell/ev-page-view.c: (ev_page_view_dispose),
13671         (ev_page_view_class_init):
13672
13673         Release our reference on the document
13674
13675 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13676
13677         * Makefile.am:
13678         * configure.ac:
13679         * doc/debugging.txt:
13680         * lib/.cvsignore:
13681         * lib/Makefile.am:
13682         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13683         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13684         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13685         * lib/ev-debug.h:
13686
13687         Add debugging helpers
13688
13689         * ps/Makefile.am:
13690         * ps/ps-document.c: (set_up_page), (start_interpreter),
13691         (stop_interpreter), (document_load), (ps_document_next_page),
13692         (ps_document_goto_page), (ps_document_set_page_size),
13693         (ps_document_widget_event), (ps_document_render):
13694         * shell/Makefile.am:
13695         * shell/ev-view.c: (expose_bin_window):
13696         * shell/main.c: (main):
13697
13698         Add some logs
13699         
13700 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13701
13702         * ps/ps-document.c: (ps_document_widget_event):
13703
13704         Initialize message_window, this should make ps
13705         rendering really work! (Never noticed because I was
13706         testing with a ps that is causing gs to exit every time!)
13707
13708 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13709
13710         * data/evince.schemas.in: updated simple error in applyto closing tag
13711
13712 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13713
13714         * Makefile.am:
13715         * configure.ac:
13716         * data/.cvsignore:
13717         * data/Makefile.am:
13718         * data/evince-ui.xml:
13719         A data/evince.schemas.in:
13720         * po/POTFILES.in:
13721         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13722         * shell/ev-stock-icons.h:
13723         * shell/ev-window.c: (update_chrome_visibility),
13724         (update_chrome_flag), (ev_window_cmd_edit_find),
13725         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13726         (ev_window_unfullscreen), (ev_window_focus_in_event),
13727         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13728         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13729         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13730         (ev_window_dispose), (ev_window_class_init),
13731         (set_action_properties), (set_chrome_actions), (load_chrome),
13732         (ev_window_init):
13733
13734         Implement fullscreen mode changes from bug #164776.
13735         Also implement persistent chrome toggles.
13736
13737 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13738
13739         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13740
13741 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13742
13743         * NEWS:
13744         * configure.ac:
13745         * shell/ev-view.c:
13746
13747         Add another check for find interface
13748
13749         Release 0.1.3
13750
13751 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13752
13753         * shell/ev-application.c: (ev_application_open):
13754         * shell/ev-window.c: (ev_window_open):
13755
13756         Open gzipped ps documents
13757
13758 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13759
13760         * TODO:
13761         * shell/ev-view.c: (set_document_page):
13762
13763         Clamp page number, dont try to move to
13764         not existant pages.
13765
13766 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13767
13768         * backend/ev-document-find.c: (ev_document_find_changed):
13769         * backend/ev-document-find.h:
13770         * pdf/xpdf/pdf-document.cc:
13771         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13772         * shell/ev-window.c: (find_bar_search_changed_cb):
13773
13774         Fix several bugs with find
13775
13776 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13777
13778         * shell/ev-sidebar-thumbnails.c
13779         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13780         document. Prevents warning from scroll_to_cell.
13781
13782 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13783
13784         * configure.ac: Add «nb» to ALL_LINGUAS too.
13785
13786 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13787
13788         * NOTES: New file with some random thoughts.
13789
13790         * TODO: Update.
13791
13792         * backend/ev-document-misc.c:
13793         (ev_document_misc_get_page_border_size): New function to
13794         canonicalize shadow drawing sizes.  Possibly goofy.
13795
13796         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13797         (ev_view_best_fit), (ev_view_fit_width):
13798         * pdf/xpdf/pdf-document.cc:
13799         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13800         * ps/ps-document.c: (ps_document_get_page_size):
13801         * backend/ev-document-misc.h:
13802         * backend/ev-document.c: (ev_document_get_page_size):
13803         * backend/ev-document.h: get_page_size now takes a page number
13804         parameter.  Made all the backends/frontends honor it.
13805
13806         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13807         see.  Doesn't work yet.
13808
13809         * shell/Makefile.am:
13810         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13811         Doesn't do anything yet.
13812
13813         * shell/ev-sidebar-thumbnails.c:
13814         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13815         [0..n_pages-1]
13816
13817         * shell/ev-window.c: (update_action_sensitivity),
13818         (ev_window_setup_document), (ev_window_set_page_mode),
13819         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13820         view-swapping code a bit so we can have multiple views on a
13821         document.  Add the multi-page view, though it can't be turned on
13822         yet.
13823
13824 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13825
13826         * shell/ev-application.c: (ev_application_open):
13827         * shell/ev-view.c: (expose_bin_window):
13828         * shell/ev-window.c: (ev_window_open):
13829
13830         Support eps and check document supports find
13831         before drawing highlightings in expose.
13832
13833 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13834
13835         * pixbuf/pixbuf-document.c:
13836         (pixbuf_document_thumbnails_get_dimensions),
13837         (pixbuf_document_document_thumbnails_iface_init):
13838
13839         implement get_dimensions
13840
13841 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13842
13843         * NEWS:
13844         * configure.ac:
13845
13846         Release 0.1.2
13847
13848 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13849
13850         * shell/ev-view.c: (set_document_page):
13851
13852         Scroll at the top of the page when changing page
13853
13854 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13855
13856         * shell/ev-view.c: (ev_view_motion_notify_event):
13857
13858         Do not redraw unnecessarily
13859
13860 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13861
13862         * pdf/xpdf/pdf-document.cc:
13863         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13864         (expose_bin_window), (find_changed_cb):
13865
13866         Yay! find works now... Now to find bugs...
13867
13868 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13869
13870         * backend/ev-document-find.c: (ev_document_find_base_init),
13871         (ev_document_find_changed):
13872         * backend/ev-document-find.h:
13873         * pdf/xpdf/pdf-document.cc:
13874         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13875         (expose_bin_window), (ev_view_init), (set_document_page),
13876         (ensure_rectangle_is_visible), (jump_to_find_result),
13877         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13878         (ev_view_find_next), (ev_view_find_previous):
13879         * shell/ev-view.h:
13880         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13881
13882         More work on find implementation, mostly there now
13883
13884 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13885
13886         * backend/ev-backend-marshalers.list:
13887         * backend/ev-document-find.c: (ev_document_find_base_init),
13888         (ev_document_find_cancel), (ev_document_find_page_has_results),
13889         (ev_document_find_get_n_results), (ev_document_find_get_result),
13890         (ev_document_find_get_progress), (ev_document_find_changed):
13891         * backend/ev-document-find.h:
13892
13893         Enanche the find interface to be really able to do
13894         multi page find.
13895
13896         * pdf/xpdf/pdf-document.cc:
13897
13898         Implement
13899
13900         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13901         (expose_bin_window), (ev_view_init),
13902         (ev_view_get_find_status_message), (find_changed_cb),
13903         (ev_view_set_document), (set_document_page):
13904
13905         Adapt to the new interface. A few things are regressed sorry,
13906         I will finish it soon.
13907
13908 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13909
13910         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13911         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13912         ev_sidebar_thumbnails_parent_class variable, don't define another
13913         parent_class variable.
13914
13915         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13916         (ev_page_action_class_init): ditto.
13917
13918         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13919         (pixbuf_document_class_init): ditto.
13920
13921         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13922         ditto.
13923
13924         * .cvsignore: ignore various valgrind output files.
13925
13926 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13927
13928         * data/evince-ui.xml:
13929         * shell/Makefile.am:
13930         * shell/ev-history.c:
13931         * shell/ev-history.h:
13932         * shell/ev-navigation-action.c:
13933         * shell/ev-navigation-action.h:
13934         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13935         (ev_view_set_page), (ev_view_fit_width):
13936         * shell/ev-view.h:
13937         * shell/ev-window.c: (update_action_sensitivity),
13938         (ev_window_setup_document), (register_custom_actions):
13939
13940         Kill session history
13941
13942 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13943
13944         * shell/ev-window.c: (update_action_sensitivity):
13945
13946         Fix inverted up/down buttons
13947
13948 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13949
13950         * shell/ev-sidebar-thumbnails.c
13951         (ev_sidebar_thumbnails_select_page): make sure the selected
13952         thumbnail stays visible.
13953
13954 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13955
13956         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13957         scrolled window for Federico.
13958
13959 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13960
13961         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13962
13963 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13964
13965         * configure.ac:
13966         * pdf/splash/SplashFTFontEngine.cc:
13967
13968         Fix CID fonts with freetype 2.1.9
13969
13970 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13971
13972         * TODO: added item for desktop icon thumbnailer
13973
13974 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13975
13976         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13977         unloaded docs when the title is accessed.
13978
13979         * shell/ev-password-view.[hc]: New widget for displaying password
13980         state.
13981
13982         * shell/ev-window.[ch]: Refactor password handling code to handle
13983         the new view.
13984
13985 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13986
13987         * NEWS:
13988         * configure.ac:
13989         * data/Makefile.am:
13990
13991         Release 0.1.1
13992
13993 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13994
13995         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13996         ignore page offset here, to make search results independent of it,
13997
13998         * shell/ev-view.c (expose_bin_window): but take offsets into
13999         account here. Bug #164932
14000
14001         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14002         scale at the right time. Bug #164996
14003
14004 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14005
14006         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14007         fix the problem. Now I just removed the Adobe font names and hope
14008         that the URW fonts are always in outline format. Bug #164934
14009
14010         * shell/ev-window.c (update_window_title): empty titles are
14011         useless, use filename in that case too.
14012
14013         * NEWS: Add some content.
14014
14015 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14016
14017         * TODO: added one more TODO item and a TODONE section :)
14018
14019 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14020
14021         * ps/ps-document.h: add page_[xy]_offset fields.
14022
14023         * ps/ps-document.c (ps_document_set_page_offset)
14024         (ps_document_render): Keep offset in consideration in a few
14025         places. Bug #164752 "postscript documents are not centered in
14026         window"
14027
14028         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14029         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14030
14031         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14032         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14033         stub out missing methods for complete EvDocument implementation.
14034         Fixes segfaults with Save A Copy and Copy actions.
14035
14036         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14037         (ps_document_document_iface_init): ditto.
14038         
14039 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14040
14041         * data/.cvsignore:
14042         * data/Makefile.am:
14043         * data/evince.desktop.in:
14044
14045         Add desktop file
14046
14047 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14048
14049         * shell/ev-view.c: (ev_view_button_press_event),
14050         (ev_view_motion_notify_event):
14051
14052         Make selection work in any direction
14053
14054 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14055
14056         * TODO:
14057         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14058
14059         Use shorter labels for some of the toolbars items
14060
14061 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14062
14063         * pdf/xpdf/pdf-document.cc:
14064
14065         Check the links info is initialized before
14066         using it. Should fix a crash on startup.
14067
14068 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14069
14070         * pixbuf/pixbuf-document.c
14071         (pixbuf_document_thumbnails_get_dimensions): force floating point
14072         division to calculate page_ratio. Fixes crash with landscape
14073         format pixbufs.
14074
14075 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14076
14077         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14078
14079 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14080
14081         * shell/ev-view.c (set_document_page): unset has_selection when
14082         the page changes.
14083         (set_document_page): handle paper size changes when the page
14084         changes (test with Free Culture, page 2).
14085
14086 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14087
14088         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14089         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14090
14091         Use normal style color for the widget background and
14092         draw a black box around the page.
14093
14094 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14095
14096         * pdf/xpdf/pdf-document.cc:
14097
14098         Keep offset in consideration in a few places
14099
14100         * shell/ev-view.c: (expose_bin_window):
14101
14102         Set the offsets so that the document is ever centered
14103
14104 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14105
14106         * TODO: Added TODO items and finished off the first todo item
14107
14108         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14109         reflect current authors
14110
14111 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14112
14113         * pdf/xpdf/pdf-document.cc:
14114         * shell/ev-view.c: (ev_view_set_cursor),
14115         (ev_view_motion_notify_event), (document_changed_callback),
14116         (set_document_page):
14117
14118         Show a wait cursor while the page is rendering
14119
14120 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14121
14122         * shell/ev-sidebar-thumbnails.c:
14123         (ev_sidebar_tree_selection_changed),
14124         (ev_sidebar_thumbnails_select_page):
14125         * shell/ev-sidebar-thumbnails.h:
14126         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14127         (ev_view_can_go_forward):
14128         * shell/ev-window.c: (ev_window_open_page),
14129         (ev_window_setup_document), (update_current_page),
14130         (view_page_changed_cb), (ev_window_init):
14131         * shell/ev-window.h:
14132
14133         Ensure thumbnails selection, toolbar page control and
14134         current page are in sync.
14135
14136 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14137
14138         * pdf/xpdf/XRef.cc:
14139
14140         Fix CAN-2005-0064
14141
14142 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14143
14144         * backend/Makefile.am:
14145         * backend/ev-document-links.h:
14146         * backend/ev-document-security.c: (ev_document_security_get_type),
14147         (ev_document_security_has_document_security),
14148         (ev_document_security_set_password):
14149         * backend/ev-document-security.h:
14150         * backend/ev-document.c: (ev_document_error_quark):
14151         * backend/ev-document.h:
14152         * data/Makefile.am:
14153         * data/evince-password.glade:
14154         * pdf/xpdf/pdf-document.cc:
14155         * shell/Makefile.am:
14156         * shell/ev-password.c: (ev_password_set_bad_password_label),
14157         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14158         (ev_password_dialog_get_password),
14159         (ev_password_dialog_set_bad_pass):
14160         * shell/ev-password.h:
14161         * shell/ev-window.c: (ev_window_get_attribute),
14162         (ev_window_set_property), (update_action_sensitivity),
14163         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14164         (ev_window_setup_document), (ev_window_get_password),
14165         (ev_window_open), (ev_window_cmd_save_as),
14166         (using_postscript_printer), (ev_window_print),
14167         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14168         (update_fullscreen_popup), (ev_window_fullscreen),
14169         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14170         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14171         (menu_item_select_cb), (find_bar_search_changed_cb),
14172         (ev_window_dispose), (ev_window_init):
14173
14174         Add initial support for password-supported dialogs.  This could be
14175         a lot cooler, but it'll do for now.
14176
14177 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14178
14179         * pdf/xpdf/pdf-document.cc:
14180         * shell/ev-view.c: (status_message_from_link),
14181         (ev_view_set_status), (ev_view_set_cursor),
14182         (ev_view_motion_notify_event), (ev_view_init):
14183         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14184
14185         Fix bugs in the links implementation and change cursor
14186         when hovering a link.
14187
14188 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14189
14190         * viewer/.cvsignore: added cvsignore file for viewer directory
14191
14192         * TODO: created TODO document
14193
14194 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14195
14196         * shell/ev-view.h:
14197         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14198         new functions to help with implementation of sensitivity code
14199         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14200         of all actions that might require it.  Fixes a crash when you
14201         click on the Zoom actions in a window lacking a document.
14202
14203 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14204
14205         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14206         of the Find action
14207
14208 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14209
14210         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14211         (pixbuf_document_document_iface_init):
14212         * ps/ps-document.c: (ps_document_get_link),
14213         (ps_document_document_iface_init):
14214         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14215         (status_message_from_link), (ev_view_set_status),
14216         (ev_view_set_find_status), (ev_view_motion_notify_event),
14217         (ev_view_button_release_event), (ev_view_set_property),
14218         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14219         (ev_view_get_find_status_message), (update_find_results),
14220         (ev_view_get_status), (ev_view_get_find_status):
14221         * shell/ev-view.h:
14222         * shell/ev-window.c: (view_status_changed_cb),
14223         (view_find_status_changed_cb), (ev_window_init):
14224
14225         View status message support, use it to show the links.
14226         Needs work...
14227
14228 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14229
14230         * backend/ev-document.c: (ev_document_get_link):
14231         * backend/ev-document.h:
14232         * pdf/xpdf/pdf-document.cc:
14233         * shell/ev-application.c: (ev_application_open):
14234         * shell/ev-application.h:
14235         * shell/ev-sidebar-links.c: (selection_changed_cb):
14236         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14237         (ev_view_go_to_link):
14238
14239         Add support for document links
14240
14241 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14242
14243         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14244         (create_tool_item):
14245         Set the spin button limits correctly.
14246         
14247         * shell/ev-sidebar-thumbnails.c:
14248         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14249         Support changing pages by clicking on the thumbnails.
14250         
14251 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14252
14253         * pixbuf/pixbuf-document.c:
14254         (pixbuf_document_thumbnails_get_dimensions),
14255         (pixbuf_document_document_thumbnails_iface_init):
14256
14257         implement get_dimensions
14258
14259 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14260
14261         * ps/ps-document.c: (ps_document_goto_page):
14262
14263         Fix page switching on multipage documents
14264
14265 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14266
14267         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14268         
14269         check for NULL before assigning to width and height parameters
14270
14271 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14272
14273         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14274         (pixbuf_document_set_property), (pixbuf_document_get_property):
14275
14276         implement get/set properties
14277
14278 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14279
14280         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14281         
14282         return NULL instead of "Unknown", letting the title get set to
14283         the filename when the pdf has no title.
14284
14285 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14286
14287         * ps/ps-document.c: (ps_document_get_page_count),
14288         (ps_document_goto_page):
14289
14290 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14291
14292         * shell/ev-history.c: (ev_history_get_property),
14293         (ev_history_set_property), (ev_history_class_init),
14294         (ev_history_add_page), (ev_history_set_current_index):
14295         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14296         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14297         (ev_navigation_action_finalize):
14298         * shell/ev-navigation-action.h:
14299         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14300         (ev_view_go_forward), (ev_view_get_find_status_message),
14301         (history_index_changed_cb), (ev_view_set_history):
14302         * shell/ev-view.h:
14303         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14304         (update_current_page), (register_custom_actions):
14305
14306         Implement history dropdowns
14307
14308 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14309
14310         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14311         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14312         (ev_view_go_forward):
14313         * shell/ev-window.c: (register_custom_actions):
14314
14315         Fix several history bugs
14316
14317 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14318
14319         * configure.ac: Add «nb» to ALL_LINGUAS.
14320
14321 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14322
14323         * backend/Makefile.am:
14324         * backend/ev-bookmark.c:
14325         * backend/ev-bookmark.h:
14326         * backend/ev-document-bookmarks.c:
14327         * backend/ev-document-bookmarks.h:
14328         * backend/ev-document-links.c: (ev_document_links_get_type),
14329         (ev_document_links_has_document_links),
14330         (ev_document_links_begin_read), (ev_document_links_get_link),
14331         (ev_document_links_get_child), (ev_document_links_next),
14332         (ev_document_links_free_iter):
14333         * backend/ev-document-links.h:
14334         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14335         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14336         (ev_link_get_link_type), (ev_link_set_link_type),
14337         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14338         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14339         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14340         (ev_link_new_external):
14341         * backend/ev-link.h:
14342         * pdf/xpdf/pdf-document.cc:
14343         * shell/Makefile.am:
14344         * shell/ev-application.c: (ev_application_open_link):
14345         * shell/ev-application.h:
14346         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14347         (ev_history_get_link_nth):
14348         * shell/ev-history.h:
14349         * shell/ev-sidebar-bookmarks.c:
14350         * shell/ev-sidebar-bookmarks.h:
14351         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14352         (ev_sidebar_links_class_init), (selection_changed_cb),
14353         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14354         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14355         (do_one_iteration), (populate_links_idle),
14356         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14357         * shell/ev-sidebar-links.h:
14358         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14359         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14360         (go_to_index):
14361         * shell/ev-view.h:
14362         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14363         * shell/ev-window.h:
14364
14365         Rename bookmark to link, and use "Index" for the sidebar panel.
14366
14367 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14368
14369         * shell/Makefile.am:
14370         * shell/ev-application.c: (ev_application_open_bookmark):
14371         * shell/ev-application.h:
14372         * shell/ev-history.c: (ev_history_init), (free_links_list),
14373         (ev_history_finalize), (ev_history_class_init),
14374         (ev_history_add_link), (ev_history_add_page),
14375         (ev_history_get_link_nth), (ev_history_get_n_links),
14376         (ev_history_get_current_index), (ev_history_set_current_index),
14377         (ev_history_new):
14378         * shell/ev-history.h:
14379         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14380         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14381         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14382         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14383         (ev_view_set_page):
14384         * shell/ev-view.h:
14385         * shell/ev-window.c: (ev_window_open_bookmark),
14386         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14387         (goto_page_cb), (register_custom_actions):
14388         * shell/ev-window.h:
14389
14390         Initial history implementation. Needs work.
14391
14392 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14393
14394         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14395
14396 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14397
14398         * cut-n-paste/recent-files/egg-recent-item.c:
14399         * cut-n-paste/recent-files/egg-recent-item.h:
14400         * cut-n-paste/recent-files/egg-recent-model.c:
14401         * cut-n-paste/recent-files/egg-recent-util.c:
14402         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14403         * cut-n-paste/recent-files/egg-recent-view.c:
14404
14405         Update
14406
14407 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14408
14409         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14410         (fillGlyph, fillImageMask, drawImage):
14411         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14412         pdf/splash/SplashTypes.h:
14413         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14414         packed mode for Splash.
14415
14416         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14417         RGB8 packed mode, eliminates the pixbuf data creation loop.
14418
14419         * shell/ev-print-job.c (ev_print_job_finalize)
14420         (ev_print_job_set_property, ev_print_job_get_property)
14421         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14422         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14423         (print_closure_finalize, ev_print_job_print): implement
14424         printing (for backends with EvPsExporter)
14425
14426         * shell/ev_print_job.h: update prototypes.
14427
14428         * shell/ev-window.c (ev_window_print): unref print job after
14429         printing.
14430
14431         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14432         unless the document implements the EvDocumentFind interface.
14433
14434 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14435
14436         * configure.ac: Added ja to ALL_LINGUAS.
14437
14438 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14439
14440         * pdf/xpdf/pdf-document.cc:
14441
14442         add a FIXME. We should probably not allocate
14443         a bookmark object every time
14444
14445 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14446
14447         * shell/ev-application.c: (ev_application_open),
14448         (ev_application_open_bookmark):
14449         * shell/ev-application.h:
14450         
14451         Add a way to open bookmarks
14452
14453         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14454         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14455         (ev_bookmark_set_property), (ev_bookmark_class_init),
14456         (ev_bookmark_new_title), (ev_bookmark_new_link),
14457         (ev_bookmark_new_external):
14458
14459         Support for external uris, better constructors.
14460
14461         * backend/ev-bookmark.h:
14462         * pdf/xpdf/pdf-document.cc:
14463         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14464
14465         Handle external uris
14466
14467 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14468
14469         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14470         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14471
14472         Hook up bookmarks navigation
14473
14474 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14475
14476         * backend/Makefile.am:
14477         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14478         (ev_bookmark_get_title), (ev_bookmark_set_title),
14479         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14480         (ev_bookmark_get_page), (ev_bookmark_set_page),
14481         (ev_bookmark_get_property), (ev_bookmark_set_property),
14482         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14483         (ev_bookmark_new):
14484         * backend/ev-bookmark.h:
14485         * backend/ev-document-bookmarks.c:
14486         (ev_document_bookmarks_get_bookmark):
14487         * backend/ev-document-bookmarks.h:
14488         * pdf/xpdf/pdf-document.cc:
14489         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14490
14491         Add a bookmark object to the backend and use it instead of get_values
14492
14493 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14494
14495         * data/evince-ui.xml:
14496
14497         Cleanup and add select all.
14498
14499         * shell/ev-view.c: (ev_view_select_all),
14500         (ev_view_button_press_event):
14501         * shell/ev-view.h:
14502         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14503
14504         Add select all.
14505         Clear selection on click.
14506
14507 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14508
14509         * shell/ev-sidebar-thumbnails.c
14510         (ev_sidebar_thumbnails_set_document): forgot to unref the
14511         loading_icon.
14512
14513 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14514
14515         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14516         at the visible page, not just linearly.  This makes it look fast.
14517
14518 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14519
14520         * backend/ev-document-misc.c
14521         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14522         white.
14523         * backend/ev-document-thumbnails.h: New interface to get the size
14524         of a page.
14525
14526 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14527
14528         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14529         make dist works
14530
14531 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14532
14533         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14534         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14535         things up a bit.
14536
14537         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14538
14539 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14540
14541         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14542         fonts. Should fix font problems on systems that have the base
14543         fonts in bitmap format. Reported by James Henstridge
14544         <james@jamesh.id.au>.
14545
14546 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14547
14548         * pdf/xpdf/Gfx.cc:
14549         * pdf/xpdf/GfxState.cc:
14550
14551         Fix for CAN-2004-1125
14552
14553 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14554
14555         * shell/ev-view.c: (ev_view_copy):
14556         * shell/ev-view.h:
14557         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14558
14559         Implement Edit->Copy
14560
14561 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14562
14563         * backend/ev-document.c: (ev_document_get_text):
14564         * backend/ev-document.h:
14565         * pdf/xpdf/pdf-document.cc:
14566         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14567         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14568         (ev_view_update_primary_selection), (ev_view_button_press_event),
14569         (ev_view_motion_notify_event), (ev_view_button_release_event):
14570
14571         Beginnings of clipboard support. Incomplete but primary sort
14572         of work.
14573
14574 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14575
14576         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14577         (expose_bin_window):
14578
14579         Nicer rubberband drawing, from GtkIconView.
14580
14581 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14582
14583         * backend/ev-document.c: (ev_document_save):
14584         * backend/ev-document.h:
14585         * data/evince-ui.xml:
14586         * pdf/xpdf/pdf-document.cc:
14587         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14588
14589         Implement "Save a copy..." menu item
14590
14591 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14592
14593         * shell/ev-view.c: (ev_view_zoom):
14594
14595         Queue a resize when zoom changes
14596
14597 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14598
14599         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14600         shadows.
14601
14602         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14603         thumbnails..
14604
14605 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14606
14607         * pdf/xpdf/pdf-document.cc
14608         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14609
14610 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14611
14612         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14613         It's slow, but I'll speed it up next!
14614
14615 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14616
14617         * shell/main.c (load_files):
14618
14619         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14620         from the command line and because it seems more appropriate.
14621
14622 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14623
14624         * data/evince-ui.xml:
14625         * shell/ev-window.c: (update_action_sensitivity),
14626         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14627
14628         s/next page/page down
14629         s/previous page/page up
14630
14631 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14632
14633         * data/evince-ui.xml:
14634
14635         Change the layout to match clarkbw design.
14636
14637         * shell/Makefile.am:
14638         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14639         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14640         (ev_navigation_action_finalize),
14641         (ev_navigation_action_set_property),
14642         (ev_navigation_action_get_property),
14643         (ev_navigation_action_class_init):
14644         * shell/ev-navigation-action.h:
14645
14646         Implement clarkbw toolbar navigation controls (incomplete)
14647
14648         * shell/ev-page-action.c: (update_label), (update_spin),
14649         (value_changed_cb), (create_tool_item), (connect_proxy),
14650         (ev_page_action_init), (ev_page_action_finalize),
14651         (ev_page_action_set_property), (ev_page_action_get_property),
14652         (ev_page_action_set_current_page),
14653         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14654         * shell/ev-page-action.h:
14655
14656         Implement a page switcher in the toolbar
14657
14658         * shell/ev-view.c: (ev_view_scroll_view):
14659         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14660         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14661         (register_custom_actions), (ev_window_init):
14662
14663         Change page on PageUp/Down.
14664
14665 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14666
14667         * pdf/xpdf/pdf-document.cc
14668         (pdf_document_thumbnails_get_thumbnail): initial stab at
14669         implementing thumbnail support for pdfs.  It only does documents
14670         with precached pdfs now.
14671
14672 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14673
14674         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14675         thumbnail code into a time-based idle as well.  Also, turn off the
14676         shadow temporarily as it's really slow.
14677
14678 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14679
14680         * backend/ev-document.c: (ev_document_class_init):
14681         * pdf/xpdf/pdf-document.cc:
14682         * shell/ev-window.c: (ev_window_open):
14683
14684         Fix document title bugs and fallback to
14685         filename when not available.
14686
14687 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14688
14689         * backend/ev-document.c: (ev_document_get_type),
14690         (ev_document_class_init), (ev_document_load),
14691         (ev_document_get_title):
14692         * backend/ev-document.h:
14693         * pdf/xpdf/pdf-document.cc:
14694         * ps/ps-document.c: (ps_document_set_property),
14695         (ps_document_get_property), (ps_document_class_init),
14696         (document_load):
14697         * ps/ps-document.h:
14698         * ps/ps.h:
14699         * shell/ev-window.c: (update_window_title), (ev_window_open),
14700         (ev_window_init):
14701
14702         Initial support for document title. Not working yet.
14703
14704 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14705
14706         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14707
14708         Grab focus on the view when clicking it
14709
14710 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14711
14712         * shell/ev-marshal.list:
14713         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14714         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14715
14716         Add key bindings to the view. Now if the focus would work
14717         right...
14718
14719 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14720
14721         * Makefile.am:
14722         * backend/Makefile.am:
14723         * data/Makefile.am:
14724         * dvi/Makefile.am:
14725         * dvi/dvilib/Makefile.am:
14726         * pdf/xpdf/Makefile.am:
14727         * po/POTFILES.in:
14728         * ps/Makefile.am:
14729
14730         Fix distcheck
14731
14732 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14733
14734         * shell/ev-view.c: (ev_view_realize):
14735
14736         Fix mouse wheel scrolling
14737
14738 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14739
14740         * ps/Makefile.am:
14741         * ps/gstypes.h:
14742         * ps/gtkgs.c:
14743         * ps/gtkgs.h:
14744         * ps/ps-document.c: (catchPipe), (ps_document_init),
14745         (ps_document_class_init), (ps_document_cleanup),
14746         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14747         (set_up_page), (close_pipe), (is_interpreter_ready),
14748         (interpreter_failed), (output), (input), (start_interpreter),
14749         (stop_interpreter), (file_length), (file_readable),
14750         (check_filecompressed), (check_pdf), (compute_xdpi),
14751         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14752         (ps_document_get_type), (ps_document_emit_error_msg),
14753         (document_load), (ps_document_next_page),
14754         (ps_document_get_current_page), (ps_document_get_page_count),
14755         (ps_document_goto_page), (ps_document_set_page_size),
14756         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14757         (ps_document_load), (ps_document_get_n_pages),
14758         (ps_document_set_page), (ps_document_get_page),
14759         (ps_document_widget_event), (ps_document_set_target),
14760         (ps_document_set_scale), (ps_document_set_page_offset),
14761         (ps_document_get_page_size), (ps_document_render),
14762         (ps_document_document_iface_init):
14763         * ps/ps-document.h:
14764         * ps/ps.c:
14765         * shell/ev-window.c: (ev_window_open):
14766
14767         Rename GtkGS to PSDocument
14768
14769 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14770
14771         * ps/gtkgs.c: (gtk_gs_class_init):
14772         * ps/gtkgs.h:
14773
14774         Some more leftover...
14775
14776 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14777
14778         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14779         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14780         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14781         * ps/gtkgs.h:
14782
14783         Remove unused code and make a lot of stuff private
14784
14785 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14786
14787         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14788         (gtk_gs_defaults_changed):
14789         * ps/gsdefaults.h:
14790         * ps/gtkgs.c:
14791         * ps/gtkgs.h:
14792         * ps/ps.h:
14793
14794         Cleanup headers dependencies
14795
14796 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14797
14798         * ps/Makefile.am:
14799         * ps/ggvutils.c:
14800         * ps/ggvutils.h:
14801         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14802         * ps/gsdefaults.h:
14803         * ps/gtkgs.c: (file_length), (file_readable),
14804         (check_filecompressed), (check_pdf), (gtk_gs_load),
14805         (gtk_gs_get_postscript):
14806
14807         Get rid of ggvutils
14808
14809 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14810
14811         * ps/ggvutils.c:
14812         * ps/ggvutils.h:
14813         * ps/gsio.h:
14814         * ps/gtkgs.c: (gtk_gs_set_zoom):
14815
14816         Cleanups
14817
14818 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14819
14820         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14821
14822         Ensure the page is rerendered when changing zoom
14823
14824 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14825
14826         * backend/ev-document.c: (ev_document_base_init),
14827         (ev_document_changed):
14828         * backend/ev-document.h:
14829
14830         Add a changed event that is emitted when the page content
14831         changes. This is necessary to deal with the fact that
14832         in ps backend rendering happen asycrounously.
14833         This makes the ps backend mostly work.
14834
14835         * pdf/xpdf/pdf-document.cc:
14836
14837         Emit changed event
14838
14839         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14840         (ps_document_set_target):
14841
14842         Emit changed event
14843
14844         * shell/ev-view.c: (document_changed_callback),
14845         (ev_view_set_document), (ev_view_set_page):
14846
14847         Redraw on the changed signal
14848
14849 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14850
14851         * configure.ac: Added pt_BR to ALL_LINGUAS.
14852
14853 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14854
14855         * backend/ev-document-bookmarks.c:
14856         (ev_document_bookmarks_get_child): *
14857         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14858         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14859         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14860         (ev_sidebar_bookmarks_destroy),
14861         (ev_sidebar_bookmarks_class_init),
14862         (ev_sidebar_bookmarks_construct), (stack_data_free),
14863         (do_one_iteration), (populate_bookmarks_idle),
14864         (ev_sidebar_bookmarks_clear_document),
14865         (ev_sidebar_bookmarks_set_document): *
14866         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14867         (ev_sidebar_add_page),
14868         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14869         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14870         it displays both the topics and the page numbers.
14871
14872 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14873
14874         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14875         toggle.
14876         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14877         visible.
14878
14879 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14880
14881         * configure.ac: Added en_CA to ALL_LINGUAS.
14882
14883 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14884
14885         * ChangeLog: replace bottom of this ChangeLog (merged history of
14886         ggv and gpdf; where all paths were wrong and most of the files are
14887         not even in this tree) with ChangeLog (from arch) of the shell
14888         code.
14889
14890 2004-12-23  Havoc Pennington  <hp@redhat.com>
14891
14892         * shell/ev-window.c: hook up potentially-questionable "find
14893         results status text" feature - something involving the sidebar or
14894         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14895         might be better in the end.
14896
14897         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14898         with corresponding signal when it should be updated
14899
14900         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14901
14902 2004-12-22  Havoc Pennington  <hp@redhat.com>
14903
14904         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14905         find stuff on other pages, sort of (only returns one result on
14906         invisible pages, to show they have results; updates full results
14907         for a page when you view it). Currently repaints the current page
14908         every time a new result is found on any page, which isn't so nice.
14909
14910 2004-12-22  Havoc Pennington  <hp@redhat.com>
14911
14912         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14913         the document doesn't support find (better ideas?)
14914         (find_bar_search_changed_cb): handle missing document or document
14915         that doesn't support find
14916
14917         * pdf/xpdf/pdf-document.cc: port to implement the new
14918         EvDocumentFindIface
14919
14920         * backend/ev-document-find.c: create a new interface for searching
14921
14922         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14923
14924 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14925
14926         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14927         libevbackend.la.
14928
14929         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14930         EvPrintJob constructor arguments.
14931
14932         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14933         for documents that can export PostScript (page by page).
14934
14935         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14936         
14937         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14938         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14939         (pdf_document_ps_exporter_iface_init:
14940         Implement EvPSExporter.
14941
14942         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14943
14944 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14945
14946         * backend/Makefile.am:
14947         * backend/ev-document-thumbnails.c:
14948         (ev_document_thumbnails_get_type),
14949         (ev_document_thumbnails_get_thumbnail):
14950         * backend/ev-document-thumbnails.h:
14951         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14952         (pixbuf_document_thumbnails_get_thumbnail),
14953         (pixbuf_document_document_thumbnails_iface_init):
14954         * shell/Makefile.am:
14955         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14956         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14957         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14958         * shell/ev-sidebar-thumbnails.h:
14959         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14960         (ev_sidebar_set_document):
14961         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14962         (create_shadow), (ev_pixbuf_add_shadow):
14963         * shell/ev-utils.h:
14964         Add thumbnail support.
14965         
14966 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14967
14968         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14969         (using_postscript_printer): Set up a print dialog for "PostScript
14970         injection" method.
14971
14972         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14973         EvPrintJob.
14974
14975         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14976
14977 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14978
14979         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14980         (ps_document_set_target), (ps_document_get_page_size),
14981         (ps_document_render):
14982         * ps/gtkgs.h:
14983
14984         Fix a few bugs
14985
14986 2004-12-22  Christian Rose  <menthos@menthos.com>
14987
14988         * configure.ac: Added "sv" to ALL_LINGUAS.
14989
14990 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14991
14992         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14993         document supports bookmarks.
14994
14995 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14996
14997         * ps/ggvutils.c: (ggv_file_readable):
14998         * ps/ggvutils.h:
14999         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15000         (gtk_gs_get_postscript):
15001
15002         Remove unused utils
15003
15004 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15005
15006         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15007         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15008         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15009         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15010         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15011         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15012         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15013         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15014         (gtk_gs_set_antialiasing), (ps_document_load),
15015         (ps_document_render):
15016         * ps/gtkgs.h:
15017
15018         Another check point for the ps backend. Now I can get it to show
15019         pages!
15020
15021 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15022
15023         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15024         document setting code.
15025
15026 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15027
15028         * shell/eggfindbar.c: (entry_activate_callback):
15029         Animate the next button when activate is pressed.
15030         
15031 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15032
15033         * shell/ev-window.c: (ev_window_cmd_edit_find),
15034         (update_fullscreen_popup), (ev_window_fullscreen),
15035         (ev_window_unfullscreen), (ev_window_state_event_cb),
15036         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15037         Fix bugs in fullscreen code.
15038         
15039 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15040
15041         * Makefile.am:
15042         * configure.ac:
15043         * pixbuf/Makefile.am:
15044         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15045         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15046         (pixbuf_document_set_page), (pixbuf_document_get_page),
15047         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15048         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15049         (pixbuf_document_render), (pixbuf_document_begin_find),
15050         (pixbuf_document_end_find), (pixbuf_document_finalize),
15051         (pixbuf_document_class_init),
15052         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15053         * pixbuf/pixbuf-document.h:
15054         * shell/Makefile.am:
15055         * shell/ev-application.c: (ev_application_open):
15056         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15057         (ev_window_open):
15058         Add pixbuf backend.
15059         
15060 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15061
15062         * Makefile.am: 
15063         * dvi/dvilib/Makefile.am:
15064         * dvi/Makefile.am:
15065         * configure.ac: Auto*ify dvi and dvi/dvilib
15066
15067         * dvi/Makefile: Remove from CVS
15068         
15069         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15070         confusion.
15071
15072         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15073         
15074         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15075         
15076 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15077
15078         * ps/Makefile.am:
15079         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15080         (gtk_gs_value_adjustment_changed), (compute_size),
15081         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15082         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15083         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15084         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15085         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15086         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15087         (ps_document_load), (ps_document_get_n_pages),
15088         (ps_document_set_page), (ps_document_get_page),
15089         (ps_document_set_target), (ps_document_set_scale),
15090         (ps_document_set_page_offset), (ps_document_get_page_size),
15091         (ps_document_render), (ps_document_begin_find),
15092         (ps_document_end_find), (ps_document_document_iface_init):
15093         * ps/gtkgs.h:
15094         * shell/Makefile.am:
15095         * shell/ev-window.c: (ev_window_open):
15096
15097         Some work to integrate gtkgs with EvDocument
15098
15099 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15100
15101         * shell/ev-window.c: (update_fullscreen_popup),
15102         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15103         (exit_fullscreen_button_clicked_cb),
15104         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15105         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15106         (ev_window_state_event_cb), (ev_window_init):
15107         Add fullscreen support from Epiphany.
15108         
15109 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15110
15111         * data/ev-stock-zoom-fit-width.png: fit-width
15112         stock icon from gpdf.
15113         
15114         * shell/ev-stock-icons.[ch]: copied from gpdf.
15115         
15116         * shell/main.c: (main): init stock icons.
15117         
15118         * shell/ev-window.c: use the fit-width icon.
15119         
15120         * data/evince-ui.xml: add zooming toolbar items.
15121
15122 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15123
15124         * shell/ev-view.c: 
15125         (ev_view_best_fit), (ev_view_fit_width): because
15126         get_page_size() returns the scaled page size, we
15127         need to calculate the scale factor relative to
15128         the previous scale factor. Should really just
15129         add get_real_page_size().
15130
15131 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15132
15133         * shell/ev-view.[ch]:
15134         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15135         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15136         add zooming.
15137         
15138         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15139         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15140         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15141         hook it up.
15142         
15143         * pdf/xpdf/pdf-document.cc:
15144         (pdf_document_begin_find),
15145         (pdf_document_end_find): make static.
15146
15147 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15148
15149         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15150
15151         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15152         names to fontconfig patterns.
15153         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15154
15155         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15156         setupBaseFontsFc.
15157
15158 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15159
15160         * Makefile.am:
15161         * configure.ac:
15162         * ps/Makefile.am:
15163         * ps/ggvutils.c:
15164         * ps/ggvutils.h:
15165         * ps/gsdefaults.c:
15166         * ps/gsdefaults.h:
15167         * ps/gsio.c:
15168         * ps/gsio.h:
15169         * ps/gtkgs.c:
15170         * ps/gtkgs.h:
15171         * ps/ps.c:
15172         * ps/ps.h:
15173
15174         Import ggv backend. Not hooked up yet.
15175
15176 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15177
15178         * shell/main.c: (load_files), (main): load files
15179         from the command line.
15180
15181 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15182
15183         * configure.ac: don't require bonobo.
15184         
15185         * cut-n-paste/recent-files/*: kill bonobo recent
15186         view.
15187
15188         * shell/ev-window.c:
15189         (ev_window_is_empty): upd.
15190         (unable_to_load), (ev_window_open): load backend
15191         based on the mime type.
15192
15193 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15194
15195         * backend/.cvsignore: ignore generated marshalers source.
15196
15197         * shell/main.c (main): this is not epiphany.
15198
15199 2004-12-22  Havoc Pennington  <hp@redhat.com>
15200
15201         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15202         (expose_bin_window): draw find highlights
15203
15204         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15205         
15206         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15207         (pdf_document_end_find): implement this interface
15208
15209         * backend/ev-document.c (ev_document_found): add this to emit
15210         signal
15211
15212 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15213
15214         * data/evince-ui.xml: Add a few more toolbar items.
15215
15216         * shell/ev-window.c: Hook up page navigation toolbar 
15217         items.
15218
15219         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15220         a page-changed signal.
15221
15222         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15223         Add ev_document_get_page().
15224
15225         * shell/ev-window.c: Sensitize/desensitize navigation
15226         actions.
15227
15228 2004-12-21  Havoc Pennington  <hp@redhat.com>
15229
15230         * backend/ev-backend-marshal.c,
15231         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15232         marshaler-generator thingy. I'm sure there's a better way to do
15233         this in the modern world.
15234
15235         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15236         end_find methods and "found" signal.
15237
15238         * configure.ac: find glib-genmarshal
15239
15240 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15241
15242         * shell/ev-sidebar.c: Construct an actual sidebar.
15243         * shell/ev-sidebar-bookmarks.[ch]:
15244         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15245
15246 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15247
15248         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15249         Redo size handling.
15250         
15251         * shell/ev-view.c: Track the size from the document.
15252
15253 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15254
15255         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15256         constructor assumes ownership of the string passed in.
15257         
15258         * shell/ev-window.c (ev_window_open): Destroy the error
15259         dialog once we've displayed it.
15260
15261 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15262
15263         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15264         a bit, it works! (sort of)
15265
15266         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15267         Move to .cc since we need to use C++ in the implementation.
15268
15269         * shell/dummy.cc: Add a CC file to force evince
15270         to be linked as a C++ program.
15271
15272 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15273
15274         * shell/ev-view.[ch]: Start of content-area widget.
15275
15276         * shell/ev-window.c: Create a EvView, update it
15277         as we change documents.
15278
15279         * shell/Makefile.am shell/ev-marshal.list: Add
15280         generated marshalers.
15281
15282 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15283
15284         * Makefile.am (SUBDIRS): move shell.
15285
15286 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15287
15288         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15289         .a to libtool convenience libraries.
15290
15291         * shell/ev-window.c (ev_window_open): Hard code loading
15292         a PDF document.
15293         
15294         * backend/ev-document.h: Add a boolean return to load(),
15295         fix GError * to GError **.
15296
15297         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15298         object for a PDF backend EvDocument.
15299
15300 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15301
15302         * dvi/*: New directory with the beginning of a .dvi backend.
15303
15304 2004-12-21  Havoc Pennington  <hp@redhat.com>
15305
15306         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15307         previous/next instead of back/forward
15308
15309 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15310
15311         * backend/ev-document.[ch]: Fix a couple of problems so
15312         it compile.
15313
15314 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15315
15316         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15317         to backend/ directory, rename EvViewer to EvDocument.
15318
15319 2004-12-21  Havoc Pennington  <hp@redhat.com>
15320
15321         * shell/ev-window.c: hook up the find bar widget; now we just need
15322         a document to find things in
15323
15324         * shell/eggfindbar.c: a find bar widget
15325
15326 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15327
15328         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15329
15330 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15331
15332         * pdf/**: Import of xpdf code from gpdf. 
15333
15334         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15335
15336         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15337         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15338         Fix FreeType includes.
15339
15340         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15341         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15342         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15343         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15344         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15345         Include xpdfconfig.h
15346         
15347 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15348
15349         * shell/ev-window.c (ev_window_dispose): dispose can be called
15350         multiple times.
15351
15352 2004-12-21  Havoc Pennington  <hp@redhat.com>
15353
15354         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15355         rather than Evince
15356
15357         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15358         items; really they should be synced with the strings, etc. from
15359         current gpdf, but just getting the boring typing out of the way 
15360
15361 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15362
15363         * po/POTFILES.in:
15364         * shell/ev-application.c: (window_destroy_cb):
15365         * shell/ev-window.c:
15366         * shell/main.c: (main):
15367
15368         Actually show the window...
15369
15370 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15371
15372         * Makefile.am:
15373         * shell/Makefile.am:
15374         * shell/ev-application.c: (ev_application_class_init):
15375         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15376
15377         Make it build again
15378
15379 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15380
15381         Import to gnome cvs.
15382         
15383         * Remove copies of gpdf and ggv trees.
15384         * Rip out all the recursive configure code.
15385         * Remove bonobo machinery.
15386         * viewer/*: GInterfaces that backends should/can implement.
15387
15388 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15389
15390         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15391         typo
15392
15393 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15394
15395         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15396         (ev_application_finalize, ev_application_class_init)
15397         (ev_application_init): use GType instance private data for priv.
15398
15399         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15400         (ev_window_finalize, ev_window_class_init)
15401         (ev_window_init): ditto.
15402
15403 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15404
15405         * shell/ev-application.c (ev_application_new_window): make public
15406         (ev_application_show_initial_window): kill.
15407
15408         * shell/ev-application.h: update prototypes.
15409
15410         * shell/main.cc (main): inline ev_application_show_initial_window.
15411
15412 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15413
15414         * shell/ev-application.c (ev_application_new_window): impl.
15415         (ev_application_show_initial_window): use it.
15416         (is_window_empty, ev_application_get_empty_window): returns an
15417         existing empty window or a new one.
15418         (ev_application_open): from ev_window_cmd_file_open.
15419
15420         * shell/ev-application.h: update prototypes
15421
15422         * shell/ev-window.c (ev_window_is_empty): impl.
15423         (ev_window_open): make public.
15424         (ev_window_cmd_file_open): use ev_application_open
15425
15426         * shell/ev-window.h: update prototypes, remove unused.
15427
15428 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15429
15430         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15431         move destroy handler out of here...
15432
15433         * shell/ev-application.c, shell/ev-application.h: ...into this new
15434         class. Also handles initial window creation.
15435
15436         * shell/main.cc (main): use EvApplication to create initial
15437         window.
15438
15439 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15440
15441         * Makefile.am (SUBDIRS): add cut-n-paste
15442
15443         * cut-n-paste/Makefile.am: add
15444
15445         * configure.ac: generate Makefiles in cut-n-paste
15446
15447 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15448
15449         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15450         (ev_window_class_init): install ev_window_dispose.
15451
15452 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15453
15454         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15455         char (gchar looks stupid).
15456
15457 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15458
15459         * po/de.po: updated German translation.
15460
15461 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15462
15463         * configure.ac: add more pkg-config library checks for gnome-vfs,
15464         bonobo etc.
15465
15466         * gpdf/configure.in: temporarily disable libpaper
15467         checks. Otherwise I'd have to add the checks for the shell, too.
15468
15469 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15470
15471         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15472         and * file filters to the file choose.
15473
15474 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15475
15476         * po/de.po: Updated German translation.
15477
15478 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15479
15480         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15481
15482 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15483
15484         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15485
15486         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15487         (ev_window_init): implement those menuitems.
15488
15489 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15490
15491         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15492
15493         * shell/ev-window.c (ev_window_init): use the toolbar.
15494
15495 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15496
15497         * shell/ev-window.c (ev_window_init): use menu translations
15498
15499 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15500
15501         * configure.ac: add "de" to ALL_LINGUAS.
15502
15503         * po/de.po: add German translation.
15504
15505 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15506
15507         * Makefile.am (SUBDIRS): add po
15508
15509         * configure.ac: check intltool, glib-gettext etc, generate
15510         po/Makefile.in
15511
15512         * po, po/POTFILES.in, po/POTFILES.skip: new.
15513
15514 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15515
15516         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15517         already use (#ifdef ENABLE_NLS)
15518
15519         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15520         pointer indirection thinko.
15521
15522         * shell/main.c: include gi18n.h for bindtextdomain etc.
15523
15524 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15525
15526         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15527         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15528         tooltips for menu items in the statusbar.
15529
15530 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15531
15532         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15533         pkgdatadir drop UIDIR
15534
15535 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15536
15537         * data/evince-ui.xml: Add File->Open menu item
15538
15539         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15540         chooser), hook it up in the ui manager.
15541
15542 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15543
15544         * shell/ev-window.c: fix Help->About tooltip.
15545
15546 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15547
15548         * configure.ac: set CFLAGS for libevprivate.
15549
15550         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15551         definitions, factory etc.
15552
15553         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15554
15555         * shell/Makefile.am: link against libevprivate.a.
15556
15557         * shell/ev-window.c (entries): add stock icon to Help->About.
15558
15559         * shell/main.c (main): init stock icon code.
15560
15561 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15562
15563         * lib/recent-files: egg recent files code
15564
15565         * lib/Makefile.am: add.
15566
15567         * Makefile.am: add lib subdir.
15568
15569         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15570         set CFLAGS for recent-files.
15571
15572 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15573
15574         * configure.ac: disable -ansi and -pedantic gcc flags. They
15575         disable POSIX stuff in stdio.h, but egg-recent uses them.
15576
15577 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15578
15579         * configure.ac: add --disable-deprecated flag (defaults to on in
15580         "cvs" builds).
15581
15582         * shell/Makefile.am (INCLUDES): use it.
15583
15584 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15585
15586         * shell/main.c: add missing #include.
15587
15588         * shell/ev-window.c: fix for pedantic gcc.
15589         (ev_window_cmd_help_about): split license into paragraphs for
15590         translators and pedantic compilers.
15591
15592 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15593
15594         * configure.ac: add more warning flags if compiling with gcc from
15595         cvs (or explicitly requested with --enable-more-warnings).
15596
15597 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15598
15599         * data/evince-ui.xml: add File and File->Close menu.
15600
15601         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15602         (ev_window_destroy): quit after destroy.
15603         (ev_window_class_init): override GtkObject::destroy.
15604         (entries): install close_window callback.
15605
15606 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15607
15608         * Makefile.am (SUBDIRS): add data subdir.
15609
15610         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15611         gtk+ 2.5.0 for GtkAboutDialog.
15612
15613         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15614         main window.
15615
15616         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15617
15618         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15619         manager.
15620         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15621
15622 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15623
15624         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15625
15626 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15627
15628         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15629
15630 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15631
15632         * shell/*: Added shell directory boilerplate, build it.
15633
15634 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15635
15636         * configure.ac, Makefile.am: Added top-level configure.ac and
15637         Makefile.am