]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Make sure to always set @error when returning FALSE. Fix a typo.
[evince.git] / ChangeLog
1 2009-02-14  Christian Persch  <chpe@gnome.org>
2
3         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
4         to always set @error when returning FALSE. Fix a typo.
5
6 2009-02-14  Christian Persch  <chpe@gnome.org>
7
8         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
9         to always set @error when returning FALSE.
10
11 2009-02-14  Christian Persch  <chpe@gnome.org>
12
13         * backend/comics/comics-document.c: (comics_document_load): Make sure
14         to always set @error when returning FALSE.
15
16 2009-02-14  Christian Persch  <chpe@gnome.org>
17
18         * backend/impress/impress-document.c: (impress_document_load): Plug a
19         mem leak.
20
21 2009-02-14  Christian Persch  <chpe@gnome.org>
22
23         * backend/impress/impress-document.c: (impress_document_load): Don't
24         overwrite an error.
25
26 2009-02-14  Christian Persch  <chpe@gnome.org>
27
28         * libdocument/ev-document.c: (ev_document_info_copy): Remove
29         unnecessary NULL check; g_strdup() is NULL-safe.
30
31 2009-02-14  Christian Persch  <chpe@gnome.org>
32
33         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
34         that this returns either NULL and fills in error, or non-NULL. Use a
35         local GError so we can reliably check it.
36
37 2009-02-14  Christian Persch  <chpe@gnome.org>
38
39         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
40         content type to get the description, not the MIME type.
41
42 2009-02-14  Christian Persch  <chpe@gnome.org>
43
44         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
45         in @error on failure. Also, since this is exported in public APIs,
46         cope with the passed-in GError** being NULL.
47
48 2009-02-13  Christian Persch  <chpe@gnome.org>
49
50         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
51         safety.
52         (get_mime_type_from_data): Return the MIME type, not the content type.
53
54 2009-02-13  Christian Persch  <chpe@gnome.org>
55
56         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
57         the input stream.
58
59 2009-02-13  Christian Persch  <chpe@gnome.org>
60
61         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
62         all errors upwards.
63
64 2009-02-13  Christian Persch  <chpe@gnome.org>
65
66         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
67         more bytes from buffer than were read from the file.
68
69 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
70
71         * properties/ev-properties-view.c (set_property):
72         
73         Fixes bug #571787.
74
75 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
76
77         * shell/eggfindbar.c: (egg_find_bar_init):
78
79         Use gtk_tool_button_set_use_underline() for next/previous buttons
80         so that the underline is used for the mnemonic. Fixes bug #571547.
81         
82 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
83
84         * shell/ev-window.c: (setup_document_from_metadata),
85         (setup_sidebar_from_metadata), (setup_document_from_metadata),
86         (setup_view_from_metadata), (ev_window_set_document),
87         (ev_window_load_job_cb), (ev_window_reload_job_cb),
88         (ev_window_reload_remote), (ev_window_init):
89
90         Do not use metadata when reloading the document, so that the
91         window is not resized when reloading. See bugs #571051 and
92         #304249.
93         
94 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
95
96         * configure.ac:
97         * cut-n-paste/smclient/Makefile.am:
98
99         Fix smclient libs on cycgwin. See bug #339172.
100         
101 2009-02-08  Christian Persch  <chpe@gnome.org>
102
103         * configure.ac:
104         * libdocument/Makefile.am:
105         * libview/Makefile.am: Add experimental introspection support.
106         Disabled by default; use --enable-introspection to enable it.
107         Bug #569083.
108
109 2009-02-08  Christian Persch  <chpe@gnome.org>
110
111         * libview/Makefile.am: Link libevdocument.la to libevview.la.
112
113 2009-02-05  Christian Persch  <chpe@gnome.org>
114
115         * backend/comics/comics-document.c: (comics_document_load):
116         * backend/djvu/djvu-document.c: (djvu_document_load):
117         * backend/dvi/dvi-document.c: (dvi_document_load):
118         * backend/impress/impress-document.c: (impress_document_load):
119         * backend/pdf/ev-poppler.cc:
120         * libdocument/ev-document-factory.c: (get_document_from_uri),
121         (ev_document_factory_get_document):
122         * shell/ev-print-operation.c:
123         (ev_print_operation_export_print_dialog_response_cb): Use
124         g_set_error_literal now that we depend on glib 2.18.
125
126 2009-02-05  Hib Eris  <hib@hiberis.nl>
127
128         * shell/ev-application.c:
129
130         Include gdkx.h only with X11. See bug #339172.
131         
132 2009-02-05  Hib Eris  <hib@hiberis.nl>
133
134         * backend/pdf/pdfdocument.evince-backend.in:
135
136         Add application/x-ext-pdf mime type for pdf backend. See bug
137         #339172.
138         
139 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * configure.ac:
142         * cut-n-paste/smclient/Makefile.am:
143         * cut-n-paste/smclient/eggdesktopfile.c:
144         * cut-n-paste/smclient/eggsmclient-win32.c:
145         * shell/main.c:
146
147         Make session manager code compile for w32. These changes have been
148         taken from upstream libegg. Based on patch by Hib Eris. See bug
149         #339172.
150         
151 2009-02-05  Hib Eris  <hib@hiberis.nl>
152
153         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
154
155         Make screensaver code compile for w32. These changes have been
156         copied from upstream totem. See bug #339172.
157         
158 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * configure.ac:
161         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
162
163         Make use of GConf optional. Based on patch by Hib Eris. See bug
164         #339172.
165         
166 2009-02-04  Christian Persch  <chpe@gnome.org>
167
168         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
169         evince gettext domain, so i18n works in the library.
170
171         * properties/ev-properties-main.c: (nautilus_module_initialize):
172         Remove extra bindtextdomain call.
173
174 2009-02-04  Christian Persch  <chpe@gnome.org>
175
176         * backend/comics/comics-document.c:
177         * backend/djvu/djvu-document.c:
178         * backend/dvi/dvi-document.c:
179         * backend/impress/impress-document.c:
180         * backend/pdf/ev-poppler.cc:
181         * backend/pixbuf/pixbuf-document.c:
182         * backend/ps/ev-spectre.c:
183         * backend/tiff/tiff-document.c:
184         * libdocument/ev-attachment.c:
185         * libdocument/ev-document-factory.c:
186         * libview/ev-jobs.c:
187         * libview/ev-view-accessible.c:
188         * libview/ev-view.c:
189         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
190         gi18n.h.
191
192 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * NEWS:
195         * configure.ac:
196
197         Update for release 2.25.90
198         
199 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
200
201         * cut-n-paste/zoom-control/ephy-zoom-control.c:
202         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
203
204         Remove the old tooltips code and use G_DEFINE_TYPE().
205         
206 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
207
208         * configure.ac:
209         * help/reference/Makefile.am:
210         * help/reference/libdocument/Makefile.am:
211         * help/reference/libdocument/libevdocument-docs.sgml:
212         * help/reference/libdocument/libevdocument.types:
213         * help/reference/libdocument/version.xml.in:
214         * help/reference/libview/Makefile.am:
215         * help/reference/libview/libevview-docs.sgml:
216         * help/reference/libview/libevview.types:
217         * help/reference/libview/version.xml.in:
218         * help/reference/shell/Makefile.am:
219         * help/reference/shell/evince-docs.sgml:
220         * help/reference/shell/evince.types:
221         * help/reference/shell/tmpl/dummy.sgml:
222         * help/reference/shell/version.xml.in:
223
224         Split API documentation into libdocument, libview and
225         shell. Required gtk-doc files has been added, but API docs still
226         need to be completed and improved. Fixes bug #568465.
227         
228 2009-02-01  Christian Persch  <chpe@gnome.org>
229
230         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
231
232 2009-02-01  Christian Persch  <chpe@gnome.org>
233
234         * backend/Makefile.am:
235         A backend/backend.symbols:
236         * configure.ac: Only export the backend module entry point. Bug
237         #569998.
238
239 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
240
241         * shell/eggfindbar.c: (egg_find_bar_init):
242
243         Add mnemonics to buttons in search bar. Fixes bug #569212.
244         
245 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
246         
247         * shell/ev-print-operation.c:
248         (ev_print_operation_export_print_dialog_response_cb):
249
250         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
251         
252 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
255
256         Clamp top/bottom values of destinations to make sure they are not
257         bigger than the page height. Fixes bug #569327.
258         
259 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * libdocument/ev-debug.h:
262
263         Fix build when debug mode is disabled.
264         
265 2009-01-30  Christian Persch  <chpe@gnome.org>
266
267         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
268         this return TRUE only if any backends were loaded, so the ev_init()
269         function works as documented.
270
271 2009-01-30  Christian Persch  <chpe@gnome.org>
272
273         * evince-document.h:
274         * libdocument/Makefile.am:
275         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
276         #569117.
277
278         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
279         * libdocument/ev-backends-manager.h:
280         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
281         * libdocument/ev-debug.h:
282         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
283         (_ev_file_helpers_shutdown):
284         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
285         private.
286
287         * properties/ev-properties-main.c: (nautilus_module_initialize),
288         (nautilus_module_shutdown):
289         * shell/main.c: (main):
290         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
291         init/shutdown method.
292
293 2009-01-29  Christian Persch  <chpe@gnome.org>
294
295         * shell/main.c: (option_version_cb): Add --version which was lost in
296         the libgnome removal. Bug #562869.
297
298 2009-01-26  Christian Persch  <chpe@gnome.org>
299
300         * shell/ev-application.c: (ev_application_register_service),
301         (ev_application_shutdown):
302         * shell/main.c: (main): Move metadata manager initialisation and
303         shutdown into EvApplication. Follow-up from bug #569120.
304
305 2009-01-26  Christian Persch  <chpe@gnome.org>
306
307         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
308         copy the string twice. Bug #569231.
309
310 2009-01-26  Christian Persch  <chpe@gnome.org>
311
312         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
313         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
314         * libdocument/ev-file-helpers.h:
315         * shell/ev-application.c: (ev_application_shutdown),
316         (ev_application_init), (ev_application_screensaver_disable),
317         (ev_application_save_print_settings),
318         (ev_application_set_page_setup):
319         * shell/ev-application.h:
320         * shell/ev-metadata-manager.c: (load_values),
321         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
322         shell, since it shouldn't be public API. Bug #569120.
323
324         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
325         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
326
327 2009-01-25  Christian Persch  <chpe@gnome.org>
328
329         Bug 569082 – use versioned directory for backends
330
331         * configure.ac: Define ev_binary_version and backenddir.
332         * evince-document.pc.in: Add backenddir variable.
333         * libdocument/Makefile.am:
334         * backend/*/Makefile.am: Remove backenddir definition, so it picks
335         up the one from configure.
336
337 2009-01-25  Christian Persch  <chpe@gnome.org>
338
339         * configure.ac:
340         * evince-document.pc.in: Renamed from evince-backend.pc.in.
341         * libdocument/Makefile.am: Renamed library to libevdocument.la.
342         * libview/Makefile.am:
343         * shell/Makefile.am:
344         * backend/*/Makefile.am: Adapt to changed library name.
345
346         * libdocument/Makefile.am:
347         * libview/Makefile.am: Change the installed headers path to match
348         the directory names in SVN.
349
350         * evince-document.h:
351         * evince-view.h: Add single headers. Bug #568227.
352
353         * libdocument/*.h:
354         * libview/*.h: Add single headers guards.
355
356         * libview/Makefile.am:
357         * libdocument/Makefile.am:
358         * backend/*/Makefile.am:
359         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
360         still include individual headers.
361
362         * properties/Makefile.am:
363         * properties/ev-properties-main.c:
364         * properties/ev-properties-view.h:
365         * thumbnailer/Makefile.am:
366         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
367
368         * libdocument/Makefile.am:
369         * libview/Makefile.am: Generate type builtins from all installed headers.
370         * libdocument/ev-link-action.[ch]:
371         * libdocument/ev-link-dest.[ch]:
372         * libdocument/ev-transition-effect.[ch]:
373         * libview/ev-view.[ch]: Remove handcoded type builtins.
374
375         * libdocument/Makefile.am:
376         * evince-document.h: Add ev-document-factory.h to the public headers.
377
378 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * shell/ev-sidebar-page.c:
381
382         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
383         #568228.
384         
385 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * libdocument/ev-document.h:
388
389         Add EV_DEFINE_INTERFACE macro.
390         
391         * libdocument/ev-async-renderer.c:
392         * libdocument/ev-document-find.c:
393         * libdocument/ev-document-fonts.c:
394         * libdocument/ev-document-forms.c:
395         * libdocument/ev-document-images.c:
396         * libdocument/ev-document-layers.c:
397         * libdocument/ev-document-links.c:
398         * libdocument/ev-document-security.c:
399         * libdocument/ev-document-thumbnails.c:
400         * libdocument/ev-document-transition.c:
401         * libdocument/ev-document.c:
402         * libdocument/ev-file-exporter.c:
403         * libdocument/ev-selection.c:
404
405         Use EV_DEFINE_INTERFACE macro to define interfaces in
406         libdocument. See bug #568228.
407         
408 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * libdocument/ev-document.[ch]:
411
412         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
413         #568228.
414         
415 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
416
417         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
418         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
419         (new_separator_pixbuf):
420         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
421         (egg_toolbar_editor_disconnect_model),
422         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
423         (egg_toolbar_editor_finalize):
424         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
425         * cut-n-paste/toolbar-editor/eggmarshalers.list:
426         
427         Sync EggToolbarEditor with libegg.
428
429 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
430
431         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
432         When saving a file, using the default permissions for the user/system,
433         respecting umask and any setgid bit on the directory. Uses the new
434         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
435         Bug #568593.
436         
437 2009-01-21  Christian Persch  <chpe@gnome.org>
438
439         * configure.ac:
440         * libdocument/Makefile.am:
441         * libview/Makefile.am: Add libtool versioning to libevbackend and
442         libevview. Bug #568229.
443
444 2009-01-21  Christian Persch  <chpe@gnome.org>
445
446         * Makefile.am:
447         * configure.ac:
448         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
449
450 2009-01-21  Christian Persch  <chpe@gnome.org>
451
452         * configure.ac:
453         * libdocument/Makefile.am:
454         A libdocument/ev-version.h.in: Add version defines and version check
455         macro. Bug #568224.
456
457 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
458
459         * shell/ev-sidebar-links.c
460         * shell/ev-print-operation.c:
461         * shell/ev-history.c:
462         * shell/ev-file-monitor.c:
463         * shell/ev-window.c:
464         * shell/ev-password-view.c:
465         * shell/ev-sidebar-thumbnails.c:
466         * shell/ev-sidebar-attachments.c:
467         * libview/ev-pixbuf-cache.c:
468         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
469         Bug #568386.
470
471 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
472
473         * libdocument/ev-document-info.h:
474
475         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
476         
477 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
478
479         * libview/Makefile.am:
480
481         Install ev-job-scheduler.h. See bug #567790.
482         
483 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
484
485         * libdocument/Makefile.am:
486
487         Install ev-backends-manager.h and
488         ev-document-type-builtins.h. Fixes bug #567787.
489         
490 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * NEWS:
493         * configure.ac:
494
495         Update for release 2.25.5
496         
497 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
498
499         * libview/ev-view.c: (ev_view_drag_data_get):
500
501         Fix second parameter passed to gtk_selection_data_set_uris(), 
502         it expects a gchar **.
503         
504 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
505
506         * libdocument/Makefile.am:
507         * libdocument/ev-document-info.h:
508         * libdocument/ev-document-type-builtins.c.template:
509         * libdocument/ev-document-type-builtins.h.template:
510         * libdocument/ev-document.c: (ev_document_info_get_type),
511         (ev_document_info_copy):
512
513         Make EvDocumentInfo and enums definded in ev-document-info.h
514         GTypes. Fixes bug #567789.
515         
516 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
517
518         * shell/main.c (arguments_parse): Fix for a minor code typo.
519
520 2009-01-18  Christian Persch  <chpe@gnome.org>
521
522         * help/reference/Makefile.am:
523         * help/reference/evince.types: Fix the API docs build. Bug #568171.
524
525 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
526
527         * libview/Makefile.am:
528         * libview/ev-view-type-builtins.c.template:
529         * libview/ev-view-type-builtins.h.template:
530
531         Make EvJobPriority a proper GType. Fixes bug #567788.
532         
533 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
534
535         * configure.ac:
536         * cut-n-paste/*/Makefile.am:
537         * libdocument/Makefile.am:
538
539         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
540         code.
541         
542 2009-01-18  Christian Persch  <chpe@gnome.org>
543
544         * libview/ev-view.c: (ev_view_drag_data_get),
545         (ev_view_drag_motion), (ev_view_update_primary_selection),
546         (clear_link_selected):
547         * shell/ev-sidebar-attachments.c:
548         (ev_sidebar_attachments_drag_data_get),
549         (ev_sidebar_attachments_get_property),
550         (ev_sidebar_attachments_init):
551         * shell/ev-window.c: Update drag handling code to use the
552         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
553         hardcoding the targets lists. Bug #558084.
554         
555 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
556
557         * libdocument/Makefile.am:
558         * libdocument/ev-backend-marshal.c:
559         * libdocument/ev-backend-marshalers.list:
560         * libdocument/ev-document.c:
561
562         Remove unused marshalers stuff from libdocument.
563         
564 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * po/POTFILES.in:
567
568         Update for the current source tree.
569         
570 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
571
572         * configure.ac:
573         * Makefile.am:
574         * libdocument/Makefile.am:
575         * libview/Makefile.am:
576         * libview/ev-job-scheduler.[ch]:
577         * libview/ev-jobs.[ch]:
578         * libview/ev-page-cache.[ch]:
579         * libview/ev-pixbuf-cache.[ch]:
580         * libview/ev-timeline.[ch]:
581         * libview/ev-transition-animation.[ch]:
582         * libview/ev-view-accessible.[ch]:
583         * libview/ev-view-marshal.list:
584         * libview/ev-view.[ch]:
585         * shell/Makefile.am:
586
587         Move EvView specific code to a libeviview library so that it can
588         be embbeded in other applications. Based on patches by Tomeu
589         Vizoso. Fixes bug #567751.
590         
591 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
594         * shell/ev-window.c: (ev_window_load_job_cb),
595         (ev_window_load_job_cb), (ev_window_open_uri),
596         (ev_window_reload_local), (ev_window_dispose):
597
598         Remove dest, mode and search_string from EvJobLoad since they are
599         not really needed by the job, but for the window.
600         
601 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
602
603         * shell/ev-view.c: (ev_view_drag_data_received),
604         (ev_view_class_init), (ev_view_init):
605         * shell/ev-window.c: (ev_window_drag_data_received),
606         (ev_window_class_init), (ev_window_init):
607
608         Make the whole EvWindow the destination of a drag and drop
609         operation.
610         
611 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
612
613         * shell/ev-window.c: (window_open_file_copy_progress_cb):
614
615         Add missing brakets around the percentage in progress
616         messages. See bug #567910.
617         
618 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * shell/ev-application.c: (ev_application_open_window),
621         (ev_application_open_uri_at_dest):
622
623         Do no use gdk_x11_* when not available. Based on patch by Hib
624         Eris, see bug #339172.
625         
626 2009-01-16  Hib Eris  <hib@hiberis.nl>
627
628         * configure.ac:
629         * properties/ev-properties-view.c:
630         (ev_properties_view_format_date):
631
632         Check for localtime_r. See bug #339172.
633         
634 2009-01-16  Hib Eris  <hib@hiberis.nl>
635
636         * shell/main.c:
637
638         Include gdkx only for dbus support. See bug #339172.
639         
640 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
641
642         * shell/ev-view.c: (ev_view_set_zoom_for_size):
643
644         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
645         #567785.
646         
647 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
648
649         * shell/ev-window.c: (reload_remote_copy_progress_cb),
650         (window_save_file_copy_progress_cb):
651
652         Use brakets around the percentage in progress messages. See bug
653         #567910.
654         
655 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * shell/ev-window.c: (reload_remote_copy_ready_cb):
658
659         Fix typo in error message. See bug #567910.
660         
661 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * shell/ev-window.c: (ev_window_cmd_file_close_window):
664
665         Fix mnemonic conflict. Fixes bug #567937.
666         
667 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
668
669         * NEWS:
670         * configure.ac:
671
672         Update for release 2.25.4
673         
674 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
675
676         * configure.ac:
677         
678         GLib version requirement bumped to 2.18 due to g_set_error_literal.
679         Thanks to Christian Spurk.
680
681 2008-12-31  Hib Eris  <hib@hiberis.nl>
682         
683         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
684
685         Fix mime type handling.
686         
687 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
688
689         * po/POTFILES.in:
690
691         Add ev-print-operation.c.
692         
693 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
694
695         * shell/ev-window.c: (ev_window_clear_progress_idle),
696         (reset_progress_idle), (ev_window_show_progress_message),
697         (ev_window_reset_progress_cancellable),
698         (ev_window_progress_response_cb), (show_loading_progress),
699         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
700         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
701         (show_reloading_progress), (reload_remote_copy_ready_cb),
702         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
703         (show_saving_progress), (window_save_file_copy_ready_cb),
704         (window_save_file_copy_progress_cb), (ev_window_save_remote),
705         (ev_window_dispose):
706
707         Show progress information when loading/saving remote files. Fixes
708         bug #370958.
709         
710 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
711
712         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
713
714         Show better warning message when temp file cannot be deleted.
715         
716 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
717
718         * shell/ev-window.c: (image_save_dialog_response_cb):
719
720         Fix saving images to remote locations.
721         
722 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * shell/ev-application.[ch]: (ev_application_shutdown),
725         (ev_application_get_print_settings_file),
726         (ev_application_save_print_settings),
727         (ev_application_get_print_settings),
728         (ev_application_set_print_settings),
729         (ev_application_get_page_setup), (ev_application_set_page_setup):
730         * shell/ev-window.c: (ev_window_save_print_page_setup),
731         (ev_window_load_print_page_setup_from_metadata),
732         (ev_window_print_page_setup_done_cb),
733         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
734         (ev_window_cmd_preview_print):
735
736         Remember page setup options too. Paper size is globally remembered
737         while page margins are stored per document in metadata file. Fixes
738         bugs #525185 and #349102.
739         
740 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
741
742         * shell/ev-print-operation.c:
743         (ev_print_operation_export_print_dialog_response_cb):
744
745         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
746         
747 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
748
749         * shell/ev-print-operation.c: (export_cancel),
750         (export_job_cancelled), (ev_print_operation_export_begin),
751         (ev_print_operation_export_cancel):
752         * shell/ev-window.c: (ev_window_print_cancel),
753         (ev_window_print_update_pending_jobs_message),
754         (ev_window_print_operation_done),
755         (ev_window_print_operation_status_changed),
756         (print_jobs_confirmation_dialog_response),
757         (ev_window_cmd_file_close_window):
758
759         Show a confirmation dialog when there are pending print jobs while
760         closing the main window. Fixes bug #480964.
761         
762 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
765         (ev_print_operation_get_job_name),
766         (ev_print_operation_get_status),
767         (ev_print_operation_get_progress),
768         (ev_print_operation_update_status),
769         (ev_print_operation_export_get_job_name), (clamp_ranges),
770         (get_first_and_last_page), (ev_print_operation_export_run_next),
771         (print_job_finished), (export_print_done), (export_job_cancelled),
772         (update_progress), (export_print_page),
773         (ev_print_operation_export_begin),
774         (ev_print_operation_export_print_dialog_response_cb),
775         (ev_print_operation_export_run),
776         (ev_print_operation_export_cancel),
777         (ev_print_operation_export_class_init):
778         * shell/ev-window.c:
779         (ev_window_print_update_pending_jobs_message),
780         (ev_window_print_operation_done),
781         (ev_window_print_progress_response_cb),
782         (ev_window_print_operation_status_changed),
783         (ev_window_print_operation_begin_print), (ev_window_print_range),
784         (ev_window_dispose):
785
786         Show progress information when printing. Fixes bug #482770.
787         
788 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * shell/Makefile.am:
791         * shell/ev-progress-message-area.[ch]:
792         * shell/ev-message-area.[ch]: (ev_message_area_init),
793         (ev_message_area_set_image_from_stock):
794
795         Add EvProgressMessageArea derived from EvMessageArea to show
796         progress information in the message area. 
797         
798 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
799
800         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
801
802         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
803         close button. Add a function to get the contents of the message
804         area.
805         
806 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
807
808         * shell/Makefile.am:
809         * shell/ev-print-operation.[ch]:
810         * shell/ev-jobs.[ch]: (ev_job_export_init),
811         (ev_job_export_dispose), (ev_job_export_run),
812         (ev_job_export_class_init), (ev_job_export_new),
813         (ev_job_export_set_page):
814         * shell/ev-window.c: (ev_window_print_operation_done),
815         (ev_window_print_range), (ev_window_dispose):
816
817         First step of the printing system rework. EvJobPrint has been
818         replaced by EvJobExport so that every page is scheduled to be
819         exported in a thread instead of scheduling the whole printing
820         process. This way the gui is responsive during printing.
821         
822 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * shell/ev-window.c: (setup_size_from_metadata),
825         (ev_window_load_print_settings_from_metadata):
826
827         Fix memory leaks.
828         
829 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * libdocument/ev-document.c: (ev_document_get_type):
832
833         Add GObject type as prerequisite to EvDocument interface so that
834         document instances can be used as GObjects.
835         
836 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
837
838         * shell/ev-view.c: (jump_to_find_result):
839
840         Only jump the the location of the find result for the first match
841         when searching. It drastically improves the performance when
842         searching. Bug catched and fixed by Michael Hunold. Fixes bug
843         #564774.
844         
845 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
846
847         * properties/ev-properties-main.c: (ev_properties_get_pages):
848         * properties/ev-properties-view.[ch]:
849         (ev_properties_view_dispose), (ev_properties_view_class_init),
850         (ev_properties_view_set_info), (ev_properties_view_new):
851         * shell/ev-properties-dialog.[ch]:
852         (ev_properties_dialog_set_document):
853         * shell/ev-window.c: (ev_window_setup_document),
854         (ev_window_cmd_file_properties):
855
856         Add document URI to properties page. Fixes bug #555376.
857         
858 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
859
860         * configure.ac:
861         * data/Makefile.am:
862         * data/evince-password.glade: Removed
863         * data/evince-properties.glade: Removed
864         * properties/ev-properties-view.c:
865         (ev_properties_view_class_init), (set_property),
866         (ev_properties_view_set_info), (ev_properties_view_init):
867         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
868         (font_cell_data_func), (ev_properties_fonts_init):
869
870         Remove Glade dependency.
871         
872 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
873
874         * backend/comics/comics-document.c: (comics_document_load):
875
876         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
877         
878 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * NEWS:
881         * configure.ac:
882
883         Update for release 2.25.2
884         
885 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * configure.ac:
888         * shell/Makefile.am:
889         * shell/ev-keyring.[ch]:
890         * shell/ev-password.[ch]: Removed
891         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
892         (ev_password_view_class_init), (ev_password_view_clicked_cb),
893         (ev_password_view_init), (ev_password_view_set_uri),
894         (ev_password_dialog_got_response),
895         (ev_password_dialog_remember_button_toggled),
896         (ev_password_dialog_entry_changed_cb),
897         (ev_password_dialog_entry_activated_cb),
898         (ev_password_view_ask_password), (ev_password_view_get_password),
899         (ev_password_view_get_password_save_flags),
900         (ev_password_view_new):
901         * shell/ev-window.c: (ev_window_password_view_unlock),
902         (ev_window_load_job_cb), (ev_window_close_dialogs),
903         (ev_window_init):
904
905         Rework the password view. When the password is in the keyring it's
906         used automatically without showing the password dialog and it's  
907         only stored in the keyring when we are sure it's correct. The
908         password dialog has been reworked too, in order to make it
909         more hig compliant and consistent with the GTK+ dialog used in
910         gtkmountoperation. Fixes bug #562496. 
911         
912 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * backend/comics/comics-document.c: (comics_document_load):
915
916         Do not trust file extensions when getting the command needed to
917         uncompress comic documents. Fixes bug #562143.
918         
919 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
920
921         * libdocument/ev-document-factory.c: (get_document_from_uri),
922         (ev_document_factory_get_document):
923         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
924         (get_mime_type_from_data), (ev_file_get_mime_type):
925
926         Move mime-type functions from document-facrory to file-helpers so
927         that it can be reused.
928         
929 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
930
931         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
932         (window_open_file_copy_ready_cb), (ev_window_reload_local),
933         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
934         (ev_window_reload_remote), (ev_window_reload_document):
935
936         Add support for reloading remote documents. Fixes bug #555399.
937         
938 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * shell/ev-view.c: (ev_view_find_previous):
941
942         Make sure find_result is never < 0 which causes a crash while
943         searching. Fixes bug #558377.
944         
945 2008-11-19  Marek Kašík <mkasik@redhat.com>
946
947         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
948         (ev_pixbuf_cache_get_selection_surface):
949         
950         Fixes crash on fast scrolling with simultaneous text selection.
951
952 2008-11-19  Marek Kašík <mkasik@redhat.com>
953
954         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
955         * shell/ev-window.c (launch_external_uri):
956         
957         Fixes assertion fail on selecting text. See bug #561393.
958
959 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * shell/Makefile.am:
962         * shell/ev-jobs.[ch]: (ev_job_layers_init),
963         (ev_job_layers_dispose), (ev_job_layers_run),
964         (ev_job_layers_class_init), (ev_job_layers_new):
965         * shell/ev-sidebar-layers.[ch]:
966         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
967         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
968         (ev_view_reload_page), (ev_view_reload):
969         * shell/ev-window.c: (setup_sidebar_from_metadata),
970         (ev_window_sidebar_current_page_changed_cb),
971         (sidebar_layers_visibility_changed), (ev_window_init):
972
973         Add layers support.
974         
975 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * data/icons/22x22/actions/Makefile.am:
978         * data/icons/22x22/actions/eye.png:
979         * shell/ev-stock-icons.[ch]:
980         
981         Add eye icon from gimp to hide/show layers.
982         
983 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
984
985         * configure.ac:
986         * cut-n-paste/Makefile.am:
987         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
988         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
989         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
990
991         Add GimpCellRendererToggle from gimp slightly modified to fit our
992         needs. 
993         
994 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * configure.ac:
997         * backend/pdf/ev-poppler.cc:
998
999         Implement layers interface in PDF backend.
1000         
1001 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1002
1003         * libdocument/Makefile.am:
1004         * libdocument/ev-document-layers.[ch]:
1005         * libdocument/ev-layer.[ch]:
1006
1007         Add optional content (layers) interface.
1008         
1009 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1010
1011         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1012         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1013
1014         Removes unused code.
1015
1016 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1017
1018         * NEWS:
1019         * configure.ac:
1020
1021         Update for 2.25.1 release
1022
1023 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1024
1025         * shell/ev-window.c:
1026
1027         Fix build with GTK+ < 2.14
1028
1029 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1030
1031         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1032         
1033         Makes menu label translatable. Fixes bug #559129.
1034
1035 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1036
1037         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1038         (t1_transform_font):
1039         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1040         
1041         More renames of warning to mdvi_warning in follow up to the
1042         fix of the bug #553369. Fix for the bug #559257 by
1043         Tuxce <tuxce.net@gmail.com>.
1044         
1045 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1046
1047         * shell/ev-application.c: (ev_application_init_session):
1048         * shell/main.c: (main):
1049
1050         Move the egg_set_desktop_file() call to main and remove
1051         gtk_window_set_default_icon_name() since it's already called by
1052         egg_set_desktop_file()
1053         
1054 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1057
1058         Initialize GError to NULL.
1059         
1060 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1061
1062         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1063         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1064         (ev_window_preview_print_finished), (launch_action):
1065
1066         Do not use popup dialogs to show error messages anymore, use the
1067         message area instead.
1068         
1069 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1070
1071         * shell/ev-window.c: (ev_window_error_message),
1072         (ev_window_warning_message), (ev_window_set_document),
1073         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1074         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1075         (ev_window_cmd_help_contents), (launch_external_uri),
1076         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1077         (ev_attachment_popup_cmd_open_attachment),
1078         (attachment_save_dialog_response_cb):
1079
1080         Use a message format (with printf()-style) in
1081         ev_window_error_message and ev_window_warning_message.
1082
1083 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1084
1085         * shell/ev-window.c: (ev_window_error_message),
1086         (ev_window_warning_message), (ev_window_set_document),
1087         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1088         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1089         (ev_window_cmd_help_contents), (launch_external_uri),
1090         (image_save_dialog_response_cb),
1091         (ev_attachment_popup_cmd_open_attachment),
1092         (attachment_save_dialog_response_cb):
1093
1094         Change ev_window_error_message and ev_window_warning_message to
1095         receive a EvWindow instead of a GtkWindow. It's more consistent
1096         and avoids unneeded casts.
1097         
1098 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * shell/ev-window.c: (ev_window_cmd_help_contents):
1101
1102         Use gtk_show_uri() when availale to display help contents.
1103         
1104 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1105
1106         * configure.ac:
1107         * backend/pdf/ev-poppler.cc:
1108         * properties/ev-properties-view.c:
1109         * shell/Makefile.am:
1110         * shell/ev-tooltip.[ch]: Removed
1111         * shell/ev-view-private.h
1112         * shell/eggfindbar.c:
1113         * shell/ev-application.c:
1114         * shell/ev-open-recent-action.c:
1115         * shell/ev-sidebar-thumbnails.c:
1116         * shell/ev-view.c:
1117         * shell/ev-window.c:
1118
1119         Bump GTK+ requirement to 2.12.
1120         
1121 2008-10-27 Christian Persch <chpe@gnome.org>
1122
1123         * backend/djvu/djvu-document.c
1124         * backend/dvi/cairo-device.c
1125         * cut-n-paste/evmountoperation/ev-mount-operation.h
1126         * cut-n-paste/gedit-message-area/gedit-message-area.h
1127         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1128         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1129         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1130         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1131         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1132         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1133         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1134         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1135         * cut-n-paste/zoom-control/ephy-zoom-action.c
1136         * cut-n-paste/zoom-control/ephy-zoom-action.h
1137         * cut-n-paste/zoom-control/ephy-zoom-control.c
1138         * cut-n-paste/zoom-control/ephy-zoom-control.h
1139         * libdocument/ev-async-renderer.h
1140         * libdocument/ev-document-factory.c
1141         * libdocument/ev-document-misc.h
1142         * libdocument/ev-image.h
1143         * libdocument/ev-selection.h
1144         * shell/ev-properties-fonts.h
1145         * shell/ev-stock-icons.h
1146         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1147         directly. Bug #558064.
1148
1149 2008-10-27 Christian Persch <chpe@gnome.org>
1150
1151         * cut-and-paste/smclient/*: Update from libegg.
1152
1153 2008-10-27 Christian Persch <chpe@gnome.org>
1154
1155         * backend/djvu/djvu-document.c
1156         * backend/ps/ev-spectre.c
1157         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1158
1159 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1160
1161         * shell/ev-view.c (ev_view_change_page),
1162         (ev_view_transition_animation_finish),
1163         (ev_view_transition_animation_cancel), (page_changed_cb),
1164         (ev_view_set_presentation), (ev_view_next_page),
1165         (ev_view_previous_page):
1166         
1167         Cancel the animation without scheduling transition start
1168         and proceed to the next page to fix bug #516749.
1169
1170 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1171
1172         * NEWS:
1173         * configure.ac:
1174
1175         Update for release 2.24.1
1176         
1177 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1178
1179         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1180
1181         Disable toggle function of F5 when in presentation mode. Patch by
1182         Dave Neary. Fixes bug #556162.
1183         
1184 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1185
1186         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1187         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1188         (ev_sidebar_thumbnails_fill_model),
1189         (ev_sidebar_thumbnails_refresh),
1190         (ev_sidebar_thumbnails_set_document):
1191
1192         Instead of using only one loading icon for thumbnails based on the
1193         size of the first page, create an icon for every different page
1194         size. Fixes bug #556264.
1195         
1196 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1199
1200         Fix memory leak.
1201         
1202 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1203
1204         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1205
1206         Removes bad prefixes from window title. Patch by 
1207         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1208         
1209 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1210
1211         * shell/ev-window.c: (launch_external_uri):
1212
1213         Do not consider mailto links as http uris. Fixes bug #555801.
1214         
1215 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1216
1217         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1218
1219         Fix memory leak. Fixes bug #555134.
1220         
1221 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1224
1225         Emit the job finished signal when the job is handled before the
1226         page_ready callback.
1227         
1228 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * shell/ev-window.c: (launch_action):
1231
1232         Use GdkAppLaunchContext when available to launch external
1233         applications.
1234         
1235 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1236
1237         * shell/ev-window.c: (launch_action):
1238
1239         Fix launching external applications for launch actions which seems
1240         to be broken since the gio port. Fixes bug #554500.
1241         
1242 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1243
1244         * backend/dvi/Makefile.am:
1245         * backend/dvi/cairo-device.c:
1246         * backend/dvi/dvi-document.c:
1247         * backend/dvi/mdvi-lib/Makefile.am:
1248
1249         Fix several compile warnings in the dvi backend.
1250         
1251 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * backend/dvi/mdvi-lib/common.h:
1254         * backend/dvi/mdvi-lib/dviread.c:
1255         * backend/dvi/mdvi-lib/font.c:
1256         * backend/dvi/mdvi-lib/fontmap.c:
1257         * backend/dvi/mdvi-lib/fontsrch.c:
1258         * backend/dvi/mdvi-lib/gf.c:
1259         * backend/dvi/mdvi-lib/pagesel.c:
1260         * backend/dvi/mdvi-lib/pk.c:
1261         * backend/dvi/mdvi-lib/sp-epsf.c:
1262         * backend/dvi/mdvi-lib/special.c:
1263         * backend/dvi/mdvi-lib/tfm.c:
1264         * backend/dvi/mdvi-lib/tfmfile.c:
1265         * backend/dvi/mdvi-lib/util.c:
1266         * backend/dvi/mdvi-lib/vf.c:
1267
1268         Rename error as mdvi_error to avoid symbol conflicts with the libc
1269         error. Rename also message, crash, fatal and warning for
1270         consistency. Fixes bug #553369.
1271         
1272 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1273
1274         * backend/dvi/dvi-document.c: (dvi_document_load):
1275
1276         Fix memory leak.
1277         
1278 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1279
1280         * backend/dvi/dvi-document.c:
1281
1282         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1283         G_IMPLEMENT_INTERFACE.
1284         
1285 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1288
1289         Make sure copy_job_page_and_selection_to_job_info is always called
1290         before copy_job_to_job_info. Fixes bug #552382.
1291         
1292 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1293
1294         * NEWS:
1295         * configure.ac:
1296
1297         Update for release 2.24.0
1298         
1299 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1300
1301         * shell/ev-window.c: (launch_external_uri):
1302
1303         Use GdkAppLaunchContext when available to launch external uris.
1304         
1305 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * shell/ev-window.c: (launch_external_uri):
1308
1309         Use the message area to show errors when lauching external uris
1310         instead of a popup window.
1311         
1312 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1313
1314         * shell/ev-window.c: (launch_external_uri):
1315
1316         Assume invalid uris are http uris. Fixes bug #552071.
1317         
1318 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * NEWS:
1321         * configure.ac:
1322
1323         Update for release 2.23.92.
1324         
1325 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1326
1327         * shell/eggfindbar.c: (egg_find_bar_class_init):
1328
1329         Allow page scrolling with PageUp/PageDown keys when find bar is
1330         active. Fixes bug #529833.
1331         
1332 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1333
1334         * shell/ev-view-private.h:
1335         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1336         (ev_view_scroll), (ev_view_class_init):
1337         * shell/ev-view-accessible.c:
1338         (ev_view_accessible_action_do_action):
1339         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1340         (ev_window_cmd_scroll_backward):
1341
1342         Use GtkScrollType instead of EvScrollType.
1343         
1344 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1345
1346         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1347         
1348         Patch for case unsensitive page label match by Michael Lee.
1349         See bug #550136.
1350         
1351         * shell/ev-page-action.c (create_tool_item):    
1352         * test/Makefile.am:
1353         * test/test1.py:
1354         * test/test4.py:
1355         * test/test5.py:
1356         
1357         Added test for the above and updated other tests.
1358
1359 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * shell/ev-window.c: (image_save_dialog_response_cb):
1362
1363         Do not append the file extension twice when saving an image.
1364         
1365 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1368
1369         Remove an invalid ifdef.
1370         
1371 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * shell/ev-view.c: (ev_view_motion_notify_event):
1374
1375         Make sure the cursor is correctly restored after showing the right
1376         click menu.
1377         
1378 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1381         (ev_attachment_open):
1382         * shell/ev-sidebar-attachments.c:
1383         (ev_sidebar_attachments_button_press):
1384         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1385
1386         Use GdkAppLaunchContext when available to open attachments.
1387         
1388 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1389
1390         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1391
1392         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1393         by Eric Piel.
1394         
1395 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1396
1397         * shell/ev-application.c: (ev_application_get_media_keys):
1398         * shell/ev-media-player-keys.[ch]:
1399         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1400         (ev_media_player_keys_grab_keys),
1401         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1402         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1403         * shell/ev-window.[ch]: (ev_window_dispose),
1404         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1405         (ev_window_init):
1406
1407         Clean up the media player keys stuff.
1408         
1409 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * NEWS:
1412         * configure.ac:
1413
1414         Update for release 2.23.91.
1415         
1416 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1419         (sm_client_xsmp_set_initial_properties):
1420
1421         Fix memory leak.
1422         
1423 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * shell/ev-application.c: (ev_application_open_window),
1426         (ev_application_open_uri_at_dest):
1427
1428         Make sure evince starts up in the right workspace when resuming a
1429         previous session.
1430         
1431 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1432
1433         * shell/ev-application.[ch]: (ev_application_open_window),
1434         (ev_application_add_icon_path_for_screen),
1435         (ev_application_open_uri_at_dest):
1436
1437         Fix window manager warnings shown in ~/.xsession-errors
1438         
1439 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * configure.ac:
1442         * cut-n-paste/Makefile.am:
1443         * cut-n-paste/smclient/Makefile.am:
1444         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1445         * cut-n-paste/smclient/eggsmclient-private.h:
1446         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1447         * cut-n-paste/smclient/eggsmclient.[ch]:
1448
1449         EggSMClient copied from libegg
1450
1451         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1452         * shell/Makefile.am:
1453         * shell/ev-application.[ch]: (ev_application_load_session),
1454         (smclient_save_state_cb), (smclient_quit_cb),
1455         (ev_application_init_session), (ev_application_shutdown),
1456         (ev_application_init):
1457         * shell/main.c: (main):
1458
1459         Use EggSMClient instead of gnome-client and remove libgnome and
1460         libgnomeui dependencies.
1461         
1462 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1463
1464         * shell/main.c: (main):
1465
1466         Remove gnome_authentication_manager_init.
1467         
1468 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * shell/ev-view.c: (ev_view_goto_window_create):
1471
1472         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1473         since it's now deprecated.
1474         
1475 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * backend/djvu/Makefile.am:
1478         * backend/djvu/djvu-document-private.h:
1479         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1480         (djvu_document_find_iface_init):
1481         * backend/djvu/djvu-text-page.[ch]:
1482         * backend/djvu/djvu-text.[ch]: Removed
1483         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1484         (pdf_document_find_iface_init):
1485         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1486         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1487         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1488         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1489         (ev_job_find_has_results), (ev_job_find_get_results):
1490         * shell/ev-view-private.h:
1491         * shell/ev-view.[ch]: (ev_view_expose_event),
1492         (highlight_find_results), (ev_view_finalize),
1493         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1494         (ev_view_set_document), (ev_view_find_get_n_results),
1495         (ev_view_find_get_result), (jump_to_find_result),
1496         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1497         (ev_view_find_previous), (ev_view_find_search_changed),
1498         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1499         * shell/ev-window.c: (ev_window_update_actions),
1500         (page_changed_cb), (ev_window_setup_document),
1501         (ev_window_update_find_status_message),
1502         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1503         (ev_window_clear_find_job), (find_bar_close_cb),
1504         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1505         (ev_window_dispose), (ev_window_init):
1506
1507         Rework find interface. The find logic has been moved from backends
1508         to the shell avoiding a lot of duplicated code in the backends and
1509         making easier to implement the find interface in the backends.
1510         
1511 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1512
1513         * backend/pdf/ev-poppler.cc:
1514         (pdf_document_thumbnails_get_dimensions):
1515
1516         Make sure thumbnail size returned by the PDF is actually
1517         valid. Fixes bug #548462.
1518         
1519 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * shell/ev-window.c: (ev_window_setup_document),
1522         (ev_window_set_document), (ev_window_dispose):
1523
1524         Remove the idle function for setting the document up when the
1525         window is destroyed. Fixes bug #549163.
1526         
1527 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1530         (ev_job_attachments_dispose), (ev_job_attachments_run),
1531         (ev_job_attachments_class_init), (ev_job_attachments_new):
1532         * shell/ev-sidebar-attachments.c:
1533         (ev_sidebar_attachments_set_document):
1534
1535         Add a new job to get the attachments in a thread with the document
1536         lock held. Fixes bug #548653.
1537         
1538 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1539
1540         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1541         (tiff_document_document_iface_init):
1542
1543         Implement document_get_page_label in tiff backend.
1544         
1545 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1546
1547         * backend/tiff/tiff-document.c: (tiff_document_render):
1548
1549         Handle document orientation in tiff backend. Fixes bug #548444.
1550         
1551 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1552
1553         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1554
1555         Do not crash when adjustment page size is 0. Fixes bug #547440.
1556         
1557 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1558
1559         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1560
1561         Sync with current GTK+.
1562         
1563 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1564
1565         * configure.ac:
1566         
1567         Update for release 2.23.6.
1568
1569 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1572         (ev_job_load_set_password):
1573         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1574         * shell/ev-window.c: (password_dialog_response),
1575         (ev_window_load_job_cb):
1576
1577         Fix loading encrypted documents since I broke it with the jobs
1578         rework.
1579         
1580 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1581
1582         * NEWS:
1583
1584         Update NEWS for 2.23.6 release.
1585         
1586 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1587
1588         * backend/impress/impress-document.c:
1589         * backend/impress/render.h:
1590         * libdocument/ev-document-factory.c:
1591         * libdocument/ev-document-factory.h:
1592         * libdocument/ev-document-links.h:
1593         * libdocument/ev-document-misc.c:
1594         * libdocument/ev-document-misc.h:
1595         * properties/ev-properties-main.c:
1596         * properties/ev-properties-view.c:
1597         * properties/ev-properties-view.h:
1598         * shell/eggfindbar.c:
1599         * shell/eggfindbar.h:
1600         * shell/ev-application.c:
1601         * shell/ev-application.h:
1602         * shell/ev-jobs.h:
1603         * shell/ev-message-area.h:
1604         * shell/ev-navigation-action.c:
1605         * shell/ev-navigation-action.h:
1606         * shell/ev-open-recent-action.c:
1607         * shell/ev-open-recent-action.h:
1608         * shell/ev-page-action-widget.c:
1609         * shell/ev-page-action.c:
1610         * shell/ev-page-action.h:
1611         * shell/ev-page-cache.h:
1612         * shell/ev-password-view.h:
1613         * shell/ev-password.h:
1614         * shell/ev-pixbuf-cache.h:
1615         * shell/ev-properties-fonts.c:
1616         * shell/ev-sidebar-attachments.c:
1617         * shell/ev-sidebar-links.c:
1618         * shell/ev-sidebar-links.h:
1619         * shell/ev-sidebar-thumbnails.c:
1620         * shell/ev-sidebar-thumbnails.h:
1621         * shell/ev-sidebar.c:
1622         * shell/ev-sidebar.h:
1623         * shell/ev-stock-icons.c:
1624         * shell/ev-tooltip.h:
1625         * shell/ev-view.c:
1626         * shell/ev-view.h:
1627         * shell/ev-window.c:
1628         * shell/ev-window.h:
1629         * shell/main.c:
1630
1631         More #include cleanups. Again: reordering, single gtk.h
1632         includes and other stuff.
1633
1634 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1635
1636         * shell/eggfindbar.c:
1637         * shell/ev-application.c:
1638         * shell/ev-message-area.c:
1639         * shell/ev-navigation-action.c:
1640         * shell/ev-open-recent-action.c:
1641         * shell/ev-page-action-widget.c:
1642         * shell/ev-page-action.c:
1643         * shell/ev-password-view.c:
1644         * shell/ev-properties-dialog.c:
1645         * shell/ev-properties-fonts.c:
1646         * shell/ev-sidebar-attachments.c:
1647         * shell/ev-sidebar-page.c:
1648         * shell/ev-sidebar-thumbnails.c:
1649         * shell/ev-stock-icons.c:
1650         * shell/ev-tooltip.c:
1651         * shell/ev-view.c:
1652         * shell/ev-window.c:
1653         * shell/main.c:
1654
1655         Cleanup many #include statements: reorder so that a
1656         generic-to-specific order is used, use single gtk.h
1657         includes, and some other cleanups.
1658
1659 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1660
1661         * shell/ev-jobs.h:
1662
1663         Add gio header.
1664         
1665 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1668         (ev_document_fc_mutex_trylock):
1669         * shell/Makefile.am:
1670         * shell/ev-job-queue.[ch]:
1671         * shell/ev-job-scheduler.[ch]:
1672         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1673         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1674         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1675         (ev_job_failed_from_error), (ev_job_succeeded),
1676         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1677         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1678         (ev_job_links_class_init), (ev_job_render_init),
1679         (notify_page_ready), (ev_job_render_page_ready),
1680         (ev_job_render_run), (ev_job_render_class_init),
1681         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1682         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1683         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1684         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1685         (ev_job_save_dispose), (ev_job_save_run),
1686         (ev_job_save_class_init), (ev_job_print_init),
1687         (ev_job_print_dispose), (ev_job_print_run),
1688         (ev_job_print_class_init):
1689         * shell/ev-page-cache.c:
1690         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1691         (check_job_size_and_unref), (move_one_job),
1692         (copy_job_to_job_info), (add_job),
1693         (ev_pixbuf_cache_add_jobs_if_needed):
1694         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1695         (job_fonts_finished_cb), (job_fonts_updated_cb),
1696         (ev_properties_fonts_set_document):
1697         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1698         (ev_sidebar_links_set_document):
1699         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1700         (ev_sidebar_thumbnails_set_document),
1701         (ev_sidebar_thumbnails_clear_job):
1702         * shell/ev-view-private.h:
1703         * shell/ev-view.c:
1704         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1705         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1706         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1707         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1708         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1709         (ev_window_reload_document), (ev_window_clear_save_job),
1710         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1711         (ev_window_clear_print_job), (ev_window_print_job_cb),
1712         (ev_window_print_dialog_response_cb):
1713         * shell/main.c: (main):
1714
1715         Rework the jobs system in order to make it simpler and more
1716         extensible. It allows to run jobs in the main loop instead of
1717         using a thread when it's appropriate like the fonts job. Now it's
1718         also possible to cancel jobs that are currently running. 
1719         
1720 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * libdocument/ev-debug.c: (profile_init):
1723
1724         Create the hash table also when profiling service is enabled for
1725         all sections.
1726         
1727 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1728
1729         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1730         (ev_profiler_stop):
1731         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1732         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1733         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1734         (ev_job_print_run):
1735         * shell/main.c: (main):
1736
1737         Add a profile mode available when debug is enabled. Add profilers
1738         in ev-jobs.
1739         
1740 2008-07-23  Götz Waschk <waschk@mandriva.org>
1741
1742         * configure.ac: Correctly build desktop file. Fixes
1743         bug #544237.
1744
1745 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1746
1747         * configure.ac:
1748         
1749         Update for release 2.23.5.
1750
1751 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1752
1753         * NEWS:
1754
1755         Update NEWS for 2.23.5 release.
1756         
1757 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1758
1759         * shell/ev-window.c: (ev_window_state_event),
1760         (ev_window_class_init):
1761
1762         Intercept window manager's fullscreen request in order to run/stop
1763         fullscreen mode. Fixes bug #493541.
1764         
1765 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1766
1767         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1768
1769         Restart the job search when the find bar is opened for the second
1770         time. Fixes bug #531956.
1771         
1772 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1775         (get_document_from_uri):
1776
1777         Make sure we always return a valid error struct when
1778         get_document_from_uri fails. Fixes nautilus crash, see bug
1779         #542548.
1780         
1781 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1782
1783         * libdocument/ev-transition-effect.c
1784         (ev_transition_effect_type_get_type),
1785         (ev_transition_effect_alignment_get_type),
1786         (ev_transition_effect_direction_get_type):
1787         
1788         Fixes bug #542924. Makes enums static to fix Solaris build.
1789
1790 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1791
1792         * shell/ev-view.c: (ev_view_key_press_event):
1793
1794         Add '.' keybinding for blanking the screen in presentation
1795         mode. Fixes bug #542001.
1796         
1797 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1798
1799         * libdocument/ev-document-misc.c:
1800         (ev_document_misc_pixbuf_from_surface):
1801
1802         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1803         #540950.
1804         
1805 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1806
1807         * backend/comics/comics-document.c (comics_document_load):
1808         * backend/comics/comicsdocument.evince-backend.in:
1809         * configure.ac:
1810         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1811         
1812         Added support for 7-zip based cb7 comic book. Patch by
1813         Kartik Rustagi. Fixes bug #532312.
1814
1815 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1816
1817         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1818         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1819         Fixes bug #539972.
1820
1821 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1822
1823         * shell/Makefile.am:
1824         * shell/ev-application.c (ev_application_init),
1825         (ev_application_get_media_keys):
1826         * shell/ev-application.h:
1827         * shell/ev-marshal.list:
1828         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1829         (proxy_destroy), (on_media_player_key_pressed),
1830         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1831         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1832         * shell/ev-media-player-keys.h:
1833         * shell/ev-window.c (ev_window_go_previous_page),
1834         (ev_window_go_next_page), (ev_window_go_first_page),
1835         (ev_window_go_last_page), (ev_window_start_presentation),
1836         (ev_window_dispose), (view_actions_focus_in_cb):
1837         * shell/ev-window.h: When building with D-Bus support, listen
1838         for multimedia key events from gnome-settings-daemon. This allows
1839         to go to the next/previous/first/last pages using, respectively,
1840         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1841         a presentation. Fixes bug #539971.
1842
1843 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1844
1845         * configure.ac:
1846         
1847         Update for release 2.23.4.
1848
1849 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1850
1851         * NEWS:
1852
1853         Update news for 2.23.4 release.
1854         
1855 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1856
1857         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1858         * shell/ev-sidebar-thumbnails.c:
1859         (ev_sidebar_thumbnails_set_loading_icon),
1860         (ev_sidebar_thumbnails_refresh):
1861         * shell/ev-window.c: (ev_window_error_message),
1862         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1863         (ev_window_set_document):
1864
1865         Do not crash opening documents with no pages and show a warning
1866         message in the message area. Fixes bugs #537574 and #171588.
1867         
1868 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * shell/Makefile.am:
1871         * shell/ev-file-monitor.[ch]:
1872         * shell/ev-window.c: (ev_window_document_changed),
1873         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1874         (ev_window_reload_job_cb), (ev_window_open_uri),
1875         (ev_window_reload_document), (ev_window_cmd_view_reload),
1876         (ev_window_dispose):
1877
1878         Automaticly reload the document when the file has changed on
1879         disk. Bug #304249.
1880         
1881 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1882
1883         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1884         * libdocument/ev-image.c: (ev_image_save_tmp):
1885         * libdocument/ev-module.c: (ev_module_load):
1886         * shell/ev-application.c: (ev_application_shutdown),
1887         (ev_application_get_print_settings):
1888         * shell/ev-sidebar-attachments.c:
1889         (ev_sidebar_attachments_button_press),
1890         (ev_sidebar_attachments_drag_data_get):
1891         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1892         (ev_window_print_finished), (ev_window_print_send),
1893         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1894         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1895         (ev_window_cmd_preview_print):
1896         * shell/main.c: (load_files_remote):
1897         Fix some build warnings under GCC 4.3.0. (#537535).
1898
1899 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * shell/ev-jobs.c: (ev_job_render_dispose):
1902
1903         Fix a crash in debug mode. Patch by Daniel M German.
1904         
1905 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1906
1907         * shell/ev-window.c:
1908
1909         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1910         
1911 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1912
1913         * shell/ev-window.c: (ev_window_print_send),
1914         (ev_window_do_preview_print):
1915
1916         Use the window title as print job name instead of just
1917         "evince-print". Fixes bug #534493.
1918         
1919 2008-05-19  Frederic Peters  <fpeters@0d.be>
1920
1921         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1922         Bug #533897.
1923
1924 2008-05-19  Frederic Peters  <fpeters@0d.be>
1925
1926         * help/reference/Makefile.am: added missing libevmountoperation to
1927         gtkdoc-scanobj libraries.  Bug #533896.
1928
1929 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1930
1931         * properties/ev-properties-view.c (get_default_user_units):
1932         Fixes check for default units string translation. Bug #533323.
1933
1934 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1935
1936         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1937         be an iks_free(). Fix an array overflow in the XML parser that
1938         would occur whenever the number of attributes in a tag was greater
1939         than 0 and divisible by 6. Fixes GNOME bug #530852.
1940
1941 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1942
1943         * backend/djvu/djvu-document-private.h:
1944         * backend/djvu/djvu-links.c:
1945         * backend/djvu/djvu-text.c:
1946         * backend/djvu/djvu-document.c: (djvu_handle_events),
1947         (djvu_wait_for_message), (djvu_document_load),
1948         (document_get_page_size), (djvu_document_render),
1949         (djvu_document_thumbnails_get_thumbnail),
1950         (djvu_document_file_exporter_end):
1951
1952         Make sure load job doesn't finish successfully when the document
1953         is not successfully decoded by libdjvu. Fixes bug #530202.
1954         
1955 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1956
1957         * configure.ac:
1958         * libdocument/Makefile.am:
1959         * libdocument/ev-debug.[ch]:
1960         * libdocument/ev-document.c:
1961         * shell/ev-jobs.c: (ev_job_links_dispose),
1962         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1963         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1964         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1965         (ev_job_render_page_ready), (ev_job_render_run),
1966         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1967         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1968         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1969         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1970         (ev_job_print_new), (ev_job_print_run):
1971         * shell/main.c: (main):
1972
1973         Add debug mode based on gedit code. Add debug messages in
1974         ev-jobs.
1975         
1976 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * libdocument/ev-document-factory.c: (get_document_from_uri):
1979
1980         Fix memory leak.
1981         
1982 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1983
1984         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1985         (get_mime_type_from_data), (get_document_from_uri),
1986         (ev_document_factory_get_document):
1987         
1988         Improved error message about file opening failture.
1989         Bug #529129.
1990
1991 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1992
1993         * data/evince-toolbar.xml:
1994         
1995         Allow to add SaveAs to toolbar.
1996
1997 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1998
1999         * shell/ev-view-private.h:
2000         * shell/ev-view.[ch]: (ev_view_button_release_event),
2001         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2002         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2003         (ev_view_update_primary_selection), (clear_link_selected),
2004         (ev_view_copy_link_address):
2005         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2006
2007         Update also the primary selection when copying a link
2008         address. Fixes bug #520855.
2009         
2010 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * libdocument/ev-document-factory.c: (get_document_from_uri):
2013
2014         Use the pixbuf backend only when the mime type is not supported by
2015         any of the other backend so that tiff documents, for instance, are
2016         handled by the tiff backend instead of the pixbuf backend. fixes
2017         bug #520290.
2018         
2019 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2020
2021         * cut-n-paste/Makefile.am:
2022
2023         Add evmountoperation to subdirs list.
2024         
2025 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * configure.ac:
2028
2029         Fix libspectre check in configure script. Fixes bug #528549.
2030         
2031 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2032
2033         * configure.ac:
2034         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2035         * shell/Makefile.am:
2036         * shell/ev-window.c: (ev_window_load_remote_failed),
2037         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2038
2039         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2040         open documents in remote locations that are not mounted.
2041         
2042 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2043
2044         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2045         (bitmap_convert_msb8):
2046         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2047         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2048
2049         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2050         
2051 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2052
2053         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2054         (ev_job_render_new), (ev_job_render_set_selection_info),
2055         (ev_job_render_run):
2056         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2057         (check_job_size_and_unref),
2058         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2059         (add_job), (ev_pixbuf_cache_get_selection_surface):
2060
2061         Create the render context needed for rendering a page in the render
2062         thread so that we don't block the main thread. Simplify
2063         EvJobRender API.
2064         
2065 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2066
2067         * libdocument/Makefile.am:
2068         * libdocument/ev-page.[ch]:
2069         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2070         (ev_render_context_new), (ev_render_context_set_page):
2071         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2072         (ev_form_field_finalize), (ev_form_field_class_init):
2073         * libdocument/ev-document-forms.[ch]:
2074         (ev_document_forms_get_form_fields):
2075         * libdocument/ev-document.[ch]: (ev_document_get_page),
2076         (ev_document_get_page_size), (ev_document_get_page_label):
2077         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2078         (ev_job_render_run), (ev_job_thumbnail_new),
2079         (ev_job_thumbnail_run), (ev_job_print_run):
2080         * shell/ev-page-cache.c: (ev_page_cache_new):
2081         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2082         (check_job_size_and_unref), (add_job):
2083         * shell/ev-sidebar-thumbnails.c: (add_range):
2084         * shell/ev-view.c: (ev_view_form_field_get_region),
2085         (ev_view_form_field_button_create_widget),
2086         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2087         (ev_view_handle_form_field), (ev_view_size_allocate),
2088         (get_selected_text):
2089         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2090         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2091         (pdf_document_get_page), (pdf_document_get_page_label),
2092         (pdf_document_render), (pdf_document_get_info),
2093         (pdf_document_document_iface_init),
2094         (pdf_document_thumbnails_get_thumbnail),
2095         (pdf_document_thumbnails_get_dimensions),
2096         (pdf_document_file_exporter_do_page),
2097         (pdf_selection_render_selection),
2098         (pdf_selection_get_selected_text),
2099         (pdf_selection_get_selection_region),
2100         (pdf_selection_get_selection_map),
2101         (pdf_document_forms_get_form_fields),
2102         (pdf_document_forms_form_field_text_get_text),
2103         (pdf_document_forms_form_field_text_set_text),
2104         (pdf_document_forms_form_field_button_set_state),
2105         (pdf_document_forms_form_field_button_get_state),
2106         (pdf_document_forms_form_field_choice_get_item),
2107         (pdf_document_forms_form_field_choice_get_n_items),
2108         (pdf_document_forms_form_field_choice_is_item_selected),
2109         (pdf_document_forms_form_field_choice_select_item),
2110         (pdf_document_forms_form_field_choice_toggle_item),
2111         (pdf_document_forms_form_field_choice_unselect_all),
2112         (pdf_document_forms_form_field_choice_set_text),
2113         (pdf_document_forms_form_field_choice_get_text):
2114         * backend/ps/ev-spectre.c: (ps_document_get_page),
2115         (ps_document_get_page_size), (ps_document_get_page_label),
2116         (ps_document_render), (ps_document_document_iface_init),
2117         (ps_document_file_exporter_do_page):
2118         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2119         (tiff_document_render), (tiff_document_render_pixbuf),
2120         (tiff_document_file_exporter_do_page):
2121         * backend/pixbuf/pixbuf-document.c:
2122         (pixbuf_document_get_page_size):
2123         * backend/comics/comics-document.c:
2124         (comics_document_get_page_size), (comics_document_render_pixbuf):
2125         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2126         (djvu_document_render), (djvu_selection_get_selected_text),
2127         (djvu_document_thumbnails_get_thumbnail),
2128         (djvu_document_file_exporter_do_page),
2129         (djvu_document_find_get_result):
2130         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2131         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2132         (dvi_document_thumbnails_get_thumbnail),
2133         (dvi_document_file_exporter_do_page):
2134         * backend/impress/impress-document.c:
2135         (impress_document_get_page_size),
2136         (impress_document_render_pixbuf):
2137         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2138
2139         Add EvPage so that we can hold a reference to the backend
2140         page. Form fields keep now a reference to the poppler page
2141         improving performance since we don't have to create/destroy the
2142         poppler field for every form operation. This will be needed for
2143         annotations too.
2144         
2145 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * data/evince-ui.xml:
2148         * shell/ev-window.c:
2149
2150         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2151         
2152 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2153
2154         * configure.ac:
2155         * backend/ps/Makefile.am:
2156
2157         Remove gs stuff from ps backend.
2158         
2159 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * configure.ac:
2162         * backend/pdf/ev-poppler.cc:
2163
2164         Bump poppler requirement to 0.8.0.
2165         
2166 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2167
2168         * NEWS:
2169         * configure.ac:
2170
2171         Update for release 2.22.1.1
2172
2173 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2174
2175         * configure.ac:
2176
2177         Fix build (again) when poppler version is 0.6
2178         
2179 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * backend/djvu/djvu-links.c: (build_tree):
2182
2183         Make sure link title is a valid utf8 string. Fixes bug #526517.
2184         
2185 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2186
2187         * configure.ac:
2188
2189         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2190         #526799.
2191         
2192 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2193
2194         * configure.ac:
2195         
2196         Update for release 2.22.1.
2197
2198 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2199
2200         * NEWS:
2201
2202         Update for upcoming release.
2203
2204 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * configure.ac:
2207         * backend/dvi/dvidocument.evince-backend.in:
2208
2209         Add compressed dvi to the list of supported mime types. Patch by
2210         Ed Catmur. Fixes bug #307087.
2211
2212 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2213
2214         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2215
2216         Fix a crash when printing a range that doesn't specify the start or
2217         end page. Fixes bug #524288.
2218
2219 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2220
2221         * shell/ev-window.c: (ev_window_cmd_continuous),
2222         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2223         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2224         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2225         (ev_window_run_presentation), (ev_window_stop_presentation),
2226         (ev_window_cmd_view_presentation),
2227         (ev_window_cmd_leave_fullscreen),
2228         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2229
2230         Do not unfullscreen and fullscreen again the window when changing
2231         from fullscreen to presentation mode and vice versa. Fixes bug
2232         #524112.
2233         
2234 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2235
2236         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2237
2238         Do not crash when thumbnail failed to render in PS backend. Fixes
2239         bug #525015.
2240         
2241 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2242
2243         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2244         (ev_window_load_file_remote), (ev_window_open_uri):
2245
2246         Handle errors when opening remote files.
2247         
2248 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2249
2250         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2251
2252         Only grab the focus for the current visible proxy widget. Fixes
2253         bug #521224.
2254         
2255 2008-03-30  Emil Soleyman  <emil@nishra.com>
2256
2257         * shell/ev-window.c: (launch_external_uri):
2258         
2259         Reuse g_app_info_launch_default_for_uri to
2260         save some code and fix bug #525009.
2261
2262 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2263
2264         * shell/ev-window.c (image_save_dialog_response_cb):
2265
2266         Use g_str_has_suffix. See bug #523069.
2267
2268 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2269
2270         * configure.ac:
2271
2272         Add a configure option to enable/diable DBus. Patch by Rémi
2273         Cardona. Fixes bug 521797.
2274
2275 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2276
2277         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2278
2279         Fix printing in documents with rotated pages. Patch by Eugen
2280         Dedu. Fixes bug #512648.
2281         
2282 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2283
2284         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2285         (ev_link_from_action):
2286
2287         Fix warning messages.
2288         
2289 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2290
2291         * shell/ev-window.c: (image_save_dialog_response_cb):
2292
2293         Do not append the extension to filename when saving an image
2294         if the filename alredy contains the extension. Fixes bug #523069.
2295         
2296 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2297
2298         * shell/ev-view.[ch]: (ev_view_find_cancel):
2299         * shell/ev-window.c: (find_bar_close_cb):
2300
2301         Cancel the find operation when the find bar is closed. Fixes bug
2302         #508845.
2303         
2304 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2305
2306         * backend/ps/psdocument.evince-backend.in:
2307
2308         Make ps backend module resident. Fixes bug #520607.
2309         
2310 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * shell/ev-jobs.c: (ev_job_print_run):
2313
2314         Invert collate action in order to work as expected, fix reverse
2315         printing so that it doesn't start with a blank page and fix number
2316         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2317         
2318 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2321
2322         Fix build with poppler <= 0.7.2
2323         
2324 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2325
2326         * libdocument/ev-document-misc.c:
2327         (ev_document_misc_surface_from_pixbuf):
2328
2329         Fix selections with poppler-splash.
2330         
2331 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2332
2333         * configure.ac:
2334         * backend/pdf/ev-poppler.cc:
2335
2336         Fix build with poppler >= 0.7.2
2337         
2338 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2339
2340         * configure.ac:
2341         
2342         Update for release 2.22.0
2343
2344 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2345
2346         * NEWS:
2347
2348         Update for upcoming release.
2349
2350 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2351
2352         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2353
2354         Bug 495107 – Handle print dialog responses correctly
2355
2356         Correctly handle print dialog response. Properly fixes
2357         the above mentioned bug.
2358
2359 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2360
2361         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2362
2363         Make sure print job is only run when the print button is
2364         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2365         
2366 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2367
2368         * backend/pdf/pdfdocument.evince-backend.in:
2369         * libdocument/ev-backends-manager.c:
2370         (ev_backends_manager_load_backend),
2371         (ev_backends_manager_get_document):
2372         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2373
2374         Allow making backend modules resident. This is needed only for
2375         some backends like pdf to avoid registering glib types more than
2376         once.
2377         
2378 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2379
2380         * backend/comics/comics-document.c:
2381         * backend/djvu/djvu-document.c:
2382         * backend/impress/impress-document.c:
2383         * backend/pdf/ev-poppler.cc:
2384         * backend/pixbuf/pixbuf-document.c:
2385         * backend/ps/ev-spectre.c:
2386         * backend/ps/ps-document.c:
2387         * backend/tiff/tiff-document.c:
2388         * libdocument/ev-document.h:
2389         * properties/ev-properties-main.c:
2390
2391         Use g_type_module_add_interface instead of
2392         g_type_add_interface_static. Fixes bug #519679.
2393         
2394 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2395
2396         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2397         Added. Returns whether the animation has everything necessary to run.
2398         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2399         is ready just because it's been created. Fixes #519106.
2400         (draw_one_page): Do not show the "Loading..." text in presentation
2401         mode, there was a slim probability that this could happen.
2402
2403 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2404
2405         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2406
2407         Duplicate mime_type string before freeing it so that it doesn't
2408         always fail when getting mime type from uri. Fixes bug #518874.
2409         
2410 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2411
2412         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2413
2414         Fix a crash when a choice form field doesn't have any item
2415         selected. Fixes bug #518831
2416         
2417 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2418
2419         * shell/ev-window.c (ev_window_clear_temp_file):
2420         Use g_file_has_prefix instead of renamed
2421         g_file_contains_file.
2422
2423         * configure.ac:
2424         Require new glib for above change.
2425         
2426 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2427
2428         * libdocument/ev-image.c: (ev_image_finalize),
2429         (ev_image_save_tmp):
2430
2431         Return a real uri instead of a filename when saving an
2432         image. Fixes images drag an drop from evince to nautilus. 
2433         
2434 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2435
2436         * backend/pdf/ev-poppler.cc:
2437         (pdf_document_images_get_image_mapping):
2438
2439         Return the image list in the right order. Fixes bug #516237.
2440         
2441 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2442
2443         * backend/impress/impress-document.c:
2444         (impress_document_thumbnails_get_thumbnail):
2445
2446         Remove unused variable to avoid a compiler warning.
2447
2448 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2449
2450         * configure.ac:
2451         
2452         Update for release 2.21.91.
2453
2454 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2455
2456         * configure.ac:
2457         * shell/Makefile.am:
2458         * shell/ev-application.[ch]:
2459         * shell/ev-sidebar-links.c:
2460         * shell/ev-utils.[ch]:
2461         * shell/ev-window.[ch]:
2462
2463         Remove libgnomeprint support. Fixes bug #512370.
2464         
2465 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2466
2467         * thumbnailer/evince-thumbnailer.c: (main):
2468
2469         Initialize glib type system before using it. Fixes bug #513934.
2470         
2471 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2472
2473         * properties/ev-properties-main.c:
2474
2475         Add missing #include.
2476         
2477 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * configure.ac:
2480         * backend/djvu/djvu-document.c: (djvu_document_render):
2481         * backend/tiff/tiff-document.c: (tiff_document_render):
2482
2483         Use the new cairo function cairo_format_stride_for_width when
2484         available. Fixes bug #482720.
2485
2486 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2489         (get_mime_type_from_data), (get_document_from_uri):
2490
2491         Use g_content_type_guess() only when slow is true in
2492         get_document_from_uri(). Fix several memory leaks.
2493         
2494 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2495
2496         * libdocument/ev-document-factory.c:
2497         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2498         (get_document_from_uri):
2499
2500         Use g_content_type_guess () to get mimetype for files.
2501         Bug #510401.
2502
2503 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2504
2505         * thumbnailer/Makefile.am:
2506
2507         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2508         
2509 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * configure.ac:
2512
2513         Fix build with --without-libgnome. Fixes bug #512771.
2514         
2515 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2516
2517         * backend/dvi/Makefile.am: Install only dvi
2518         module. Fixes bug #512718.
2519
2520 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2521
2522         * properties/ev-properties-main.c: (nautilus_module_initialize):
2523         
2524         Initialize backends in properties tab. Fixes bug
2525         #512720.
2526
2527 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2528
2529         * properties/Makefile.am: No need to link with 
2530         libraries. Fixes bug #512719.
2531
2532 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2533
2534         * NEWS:
2535         * configure.ac:
2536         
2537         Update for release 2.21.90.
2538
2539 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2540
2541         * shell/ev-window.c: (ev_window_cmd_escape):
2542
2543         Fix compile warning.
2544         
2545 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2546
2547         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2548
2549         Fix printing in dvi backend when filename contains white
2550         espaces. Fixes bug #502839.
2551         
2552 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2553
2554         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2555         (screensaver_disable_x11):
2556         * shell/Makefile.am:
2557         * shell/xdg-user-dir-lookup.c: Removed
2558         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2559         * shell/ev-view.c: (ev_view_presentation_transition_start):
2560         * shell/ev-window.c: (ev_window_cmd_file_open),
2561         (ev_window_cmd_save_as), (presentation_set_timeout):
2562
2563         Remove #ifdefs that are no longer needed.
2564         
2565 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2566
2567         * shell/ev-view.[ch]: (ev_view_button_release_event),
2568         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2569         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2570         (ev_window_cmd_escape):
2571
2572         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2573         
2574 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * configure.ac:
2577         * backend/comics/comics-document.c: (comics_document_load):
2578         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2579         (ev_attachment_set_property), (ev_attachment_init),
2580         (ev_attachment_save), (ev_attachment_launch_app),
2581         (ev_attachment_open):
2582         * libdocument/ev-document-factory.c: (get_document_from_uri):
2583         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2584         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2585         * shell/ev-jobs.c:
2586         * shell/ev-password.c: (ev_password_dialog_set_property),
2587         (ev_password_dialog_save_password):
2588         * shell/ev-sidebar-attachments.c:
2589         (ev_sidebar_attachments_drag_data_get):
2590         * shell/ev-window-title.c: (get_filename_from_uri):
2591         * shell/ev-window.c: (ev_window_clear_temp_file),
2592         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2593         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2594         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2595         (launch_external_uri), (image_save_dialog_response_cb),
2596         (attachment_save_dialog_response_cb):
2597         * shell/main.c: (load_files), (load_files_remote), (main):
2598         * thumbnailer/evince-thumbnailer.c: (main):
2599
2600         Port to gio and drop gnome-vfs dependency. Fixes bug
2601         #510401. Based on patch by Cosimo Cecchi.
2602         
2603 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2604
2605         * NEWS:
2606
2607         Fixed formatting inconsistencies (spaces vs. tabs)
2608
2609 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2610
2611         * shell/ev-window.c:
2612
2613         Use top/up/bottom/down arrows instead of
2614         first/left/last/right in the toolbar and menu actions.
2615         This fixes issues with RTL languages and is visually
2616         consistent with the page view. Fixes bug #170081.
2617
2618 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2619
2620         * NEWS:
2621
2622         Fixed some inaccuracies pointed out by Carlos Garcia
2623         Campos.
2624
2625 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2626
2627         * NEWS:
2628         * data/evince.schemas.in:
2629         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2630
2631         Override PDF restrictions by default. Fixes bug #382700.
2632
2633 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2634
2635         * NEWS: Updated for upcoming release
2636
2637 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2638
2639         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2640
2641         Fix memory leak.
2642         
2643 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2644
2645         * shell/ev-window.c: (register_custom_actions):
2646         
2647         Added comment for translators
2648
2649 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2650
2651         * shell/ev-view.c: (ev_view_button_release_event):
2652
2653         Do not create the idle function for kinetic scrolling if we are
2654         not in a drag operation.
2655
2656 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2659         (ev_view_button_press_event), (ev_view_motion_notify_event),
2660         (ev_view_button_release_event):
2661
2662         Restore cursor after autoscrolling. Fixes bug #509958.
2663
2664 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2665
2666         * configure.ac:
2667         * backend/pdf/ev-poppler.cc:
2668         (pdf_document_images_get_image_mapping),
2669         (pdf_document_images_get_image),
2670         (pdf_document_document_images_iface_init):
2671         * libdocument/ev-document-images.[ch]:
2672         (ev_document_images_get_image_mapping),
2673         (ev_document_images_get_image):
2674         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2675         (ev_image_get_id), (ev_image_save_tmp):
2676         * shell/ev-jobs.c: (ev_job_render_run):
2677         * shell/ev-view.c: (ev_view_drag_data_get):
2678         * shell/ev-window.c: (image_save_dialog_response_cb),
2679         (ev_view_popup_cmd_copy_image):
2680
2681         Do not render images when rendering the page but on demand. It
2682         reduces the memory comsumption.
2683         
2684 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2685
2686         * configure.a:
2687         * shell/ev-password.c:
2688
2689         Make gnome-keyring optional. Fixes bug #509676.
2690         
2691 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2692
2693         * shell/ev-pixbuf-cache.c: (add_job):
2694
2695         Initialize include_images variable as FALSE instead of TRUE.
2696         
2697 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2698
2699         * configure.ac:
2700         * cut-n-paste/Makefile.am:
2701         * cut-n-paste/fileformatchooser/Makefile.am:
2702         * cut-n-paste/fileformatchooser/egg-macros.h:
2703         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2704         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2705         * shell/Makefile.am:
2706         * shell/ev-utils.c:
2707         (file_chooser_dialog_add_writable_pixbuf_formats),
2708         (get_gdk_pixbuf_format_by_extension):
2709         * shell/ev-utils.h:
2710         * shell/ev-window.c: (ev_window_error_message),
2711         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2712         
2713         Simplify image format selection on save.
2714
2715 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2716
2717         * shell/ev-view.c: (ev_view_scroll_event):
2718         
2719         Repair gorizontal scrolling with shift. Fixes
2720         bug #483412.
2721
2722 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2723         
2724         * MAINTAINERS:
2725
2726         Fix formatting issues.
2727         
2728 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2729
2730         * backend/comics/comics-document.c: (comics_regex_quote):
2731         
2732         Don't overquote special chars except of '. See bug 
2733         502500. Thanks to Tom Parker.
2734
2735 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2736
2737         * MAINTAINERS:
2738         
2739         Added Nickolay and Carlos, since they're doing most of
2740         the releases nowadays.
2741
2742 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2743
2744         * properties/Makefile.am:
2745
2746         Get the nautilus extension dir properly instead of using
2747         a hack. Fixes bug #505359.
2748
2749 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2750
2751         * properties/Makefile.am:
2752         
2753         Install nautilus extension into new place. See bug
2754         #505359. Thanks to Matthias Clasen, Brian Pepple and
2755         Damien Carbery.
2756
2757 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2758
2759         * shell/ev-window.c: (ev_window_get_recent_file_label):
2760         
2761         RTL marker in recent file list. See bug #509076.
2762
2763 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2764
2765         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2766         * shell/ev-window.c: (image_save_dialog_response_cb):
2767
2768         Fix compile warnings due to unused variables.
2769         
2770 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2771
2772         * configure.ac:
2773         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2774         * backend/ps/ev-spectre.c: (ps_document_render):
2775
2776         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2777
2778 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2779
2780         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2781         (ev_transition_animation_paint): Implement "fade" effect.
2782
2783 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2784
2785         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2786         (ev_transition_animation_paint): Implement "uncover" effect.
2787
2788 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2789
2790         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2791         (ev_transition_animation_paint): Implement "cover" effect.
2792
2793 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2794
2795         * shell/ev-transition-animation.c (ev_transition_animation_push)
2796         (ev_transition_animation_paint): Implement "push" effect.
2797
2798 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2799
2800         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2801         (ev_transition_animation_paint): Implement "dissolve" effect.
2802
2803 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2804
2805         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2806         (ev_transition_animation_paint): Implement "wipe" effect.
2807
2808 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2809
2810         * shell/ev-transition-animation.c (ev_transition_animation_box)
2811         (ev_transition_animation_paint): Implement "box" effect.
2812
2813 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2814
2815         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2816         (ev_transition_animation_paint): Implement "blinds" effect.
2817
2818 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2819
2820         * shell/ev-transition-animation.c (ev_transition_animation_split)
2821         (ev_transition_animation_paint): Implement "split" effect.
2822
2823 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2824
2825         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2826         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2827         (ev_view_transition_animation_start) 
2828         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2829         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2830         (ev_view_next_page) (ev_view_previous_page):
2831         
2832         Use EvTransitionAnimation to drive page changes in the presentation
2833         mode, the animation will wait to start until both the origin and 
2834         destination page surfaces are available. Fixes #458460.
2835
2836         (draw_loading_text):
2837
2838         Remove workaround for bug #320352, it's now fixed properly.
2839
2840
2841 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2842
2843         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2844         will contain the implementations for page transition animations, at
2845         the moment it just has the "replace" effect.
2846         * shell/Makefile.am: Added these files to build.
2847
2848 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2849
2850         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2851         animations.
2852         * shell/Makefile.am: Added these files to build.
2853
2854 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2855
2856         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2857         implementation to get_effect() in EvDocumentTransitionIface.
2858
2859 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2860
2861         * libdocument/ev-transition-effect.[ch]: New files, define a page
2862         transition effect, at the moment it maps PopplerPageTransition to a
2863         GObject.
2864         * libdocument/Makefile.am: Added these files to build.
2865         * libdocument/ev-document-transition.[ch]
2866         (ev_document_transition_get_effect): New method, gets the
2867         EvTransitionEffect returned by the interface implementation, with
2868         fallback to the "replace" effect.
2869
2870 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2871
2872         * configure.ac:
2873         * cut-n-paste/Makefile.am:
2874         * cut-n-paste/fileformatchooser/Makefile.am:
2875         * cut-n-paste/fileformatchooser/egg-macros.h:
2876         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2877         * shell/Makefile.am:
2878         * shell/ev-window.c: (image_save_dialog_response_cb),
2879         (ev_view_popup_cmd_save_image_as):
2880
2881         Allow exporting images in any format supported by
2882         GdkPixbuf. Fixes bug #500209.
2883         
2884 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2885
2886         * backend/pixbuf/pixbuf-document.c:
2887
2888         More warnings fixed.
2889         
2890 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2891
2892         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2893         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2894         * backend/djvu/djvu-text.h:
2895         * backend/tiff/tiff-document.c: (tiff_document_render):
2896
2897         Fix compile warnings.
2898         
2899 2007-12-28  Christian Persch  <chpe@gnome.org>
2900
2901         * **/*.c: Include config.h. Bug #504721.
2902
2903 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * configure.ac:
2906         * Makefile.am:
2907         * po/POTFILES.in:
2908         * backend/comics/Makefile.am:
2909         * backend/comics/comics-document.[ch]:
2910         * backend/comics/comicsdocument.evince-backend.in:
2911         * backend/djvu/Makefile.am:
2912         * backend/djvu/djvu-document.[ch]:
2913         * backend/djvu/djvudocument.evince-backend.in:
2914         * backend/dvi/Makefile.am:
2915         * backend/dvi/dvi-document.[c]:
2916         * backend/dvi/dvidocument.evince-backend.in:
2917         * backend/impress/Makefile.am:
2918         * backend/impress/impress-document.[ch]:
2919         * backend/impress/impressdocument.evince-backend.in:
2920         * backend/pdf/Makefile.am:
2921         * backend/pdf/ev-poppler.cc:
2922         * backend/pdf/ev-poppler.h:
2923         * backend/pdf/pdfdocument.evince-backend.in:
2924         * backend/pixbuf/Makefile.am:
2925         * backend/pixbuf/pixbuf-document.[ch]:
2926         * backend/pixbuf/pixbufdocument.evince-backend.in:
2927         * backend/ps/Makefile.am:
2928         * backend/ps/ev-spectre.[ch]:
2929         * backend/ps/ps-document.[ch]:
2930         * backend/ps/psdocument.evince-backend.in:
2931         * backend/tiff/Makefile.am:
2932         * backend/tiff/tiff-document.[ch]:
2933         * backend/tiff/tiffdocument.evince-backend.in:
2934         * libdocument/Makefile.am:
2935         * libdocument/ev-backends-manager.[ch]:
2936         * libdocument/ev-module.[ch]:
2937         * libdocument/ev-document.h:
2938         * libdocument/ev-document-factory.[ch]:
2939         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2940         (get_compression_from_mime_type), (get_document_from_uri),
2941         (ev_document_factory_get_document), (file_filter_add_mime_types),
2942         (ev_document_factory_add_filters):
2943         * shell/Makefile.am:
2944         * shell/ev-window-title.c: (get_filename_from_uri):
2945         * shell/main.c: (main):
2946         * thumbnailer/Makefile.am:
2947         * thumbnailer/evince-thumbnailer.c: (main):
2948
2949         Plugin system for backends. Fixes bug #351348.
2950         
2951 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2952
2953         * shell/ev-view-private.h:
2954         * shell/ev-view.c: (ev_view_drag_update_momentum),
2955         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2956         (ev_view_button_release_event), (ev_view_destroy):
2957         
2958         Kinetic scrolling implemented as requested in
2959         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2960
2961 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2962
2963         * data/evince-toolbar.xml:
2964         * data/evince-ui.xml:
2965         * shell/ev-view-private.h:
2966         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2967         (ev_view_button_press_event), (ev_view_motion_notify_event),
2968         (ev_view_button_release_event), (ev_view_init),
2969         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2970         (ev_view_set_cursor):
2971         * shell/ev-view.h:
2972         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2973         (ev_window_cmd_view_autoscroll):
2974         
2975         Autoscroll feature with the context menu. Fixes bug 
2976         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2977
2978 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2979
2980         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2981
2982         Disconnect also page-ready signal when removing a job because the
2983         page size has changed. Thanks to kripken
2984         <kripkensteiner@gmail.com>.
2985
2986 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2987
2988         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2989         
2990         Scroll pages in page entry with mouse wheel. Fixes bug
2991         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2992
2993 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2994
2995         * backend/dvi/Makefile.am:
2996         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2997         (mdvi_cairo_device_init):
2998         * backend/dvi/mdvi-lib/common.h:
2999         * backend/dvi/mdvi-lib/mdvi.h:
3000         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3001         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3002         (mdvi_build_path_from_cwd):
3003
3004         Add ps specials support in dvi backend when libspectre is
3005         present. Fixes bug #386005.
3006         
3007 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3008
3009         * configure.ac:
3010         * backend/ps/Makefile.am:
3011         * backend/ps/ev-spectre.[ch]:
3012         
3013         Use libspectre, if available, for the ps backend. Fixes bugs
3014         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3015
3016 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3017         
3018         * backend/comics/comics-document.c: (comics_document_load):
3019         
3020         Cygwin build issue fix.
3021
3022 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * shell/ev-view.c: (ev_view_set_zoom):
3025
3026         Do not limit the minimum zoom factor when sizing mode is best bit
3027         or fit width. Fixes bug #503805.
3028         
3029 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3030
3031         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3032         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3033         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3034         (ev_link_dest_get_property), (ev_link_dest_set_property),
3035         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3036         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3037         (ev_link_dest_new_fitr):
3038         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3039         (goto_fith_dest), (goto_xyz_dest):
3040
3041         Do not change left, top and zoom values when they are null in PDF
3042         destinations. Fixes bug #460658.
3043         
3044 2007-12-10  Christian Persch  <chpe@gnome.org>
3045
3046         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3047         (ev_view_accessible_class_init),
3048         (ev_view_accessible_idle_do_action),
3049         (ev_view_accessible_action_do_action),
3050         (ev_view_accessible_action_get_description),
3051         (ev_view_accessible_action_set_description),
3052         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3053         (ev_view_accessible_factory_init),
3054         (ev_view_accessible_factory_get_accessible_type):
3055         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3056         private data, and G_DEFINE_TYPE. Bug #502843.
3057
3058 2007-12-08  Christian Persch  <chpe@gnome.org>
3059
3060         * shell/ev-metadata-manager.c: (item_free),
3061         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3062         (value_free), (parse_value), (parseItem),
3063         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3064         (save_values): Use GSlice to allocate small amounts of memory. Bug
3065         #475972.
3066
3067 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3068
3069         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3070
3071         Restore cursor to normal after a drag operation. Fixes bug
3072         #501603.
3073         
3074 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3075
3076         * NEWS:
3077         * configure.ac:
3078         
3079         Update for release 2.21.1
3080
3081 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3082
3083         * configure.ac:
3084         * cut-n-paste/gedit-message-area/Makefile.am:
3085         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3086         * shell/Makefile.am:
3087         * shell/ev-message-area.[ch]:
3088         * shell/ev-window.c: (ev_window_set_message_area),
3089         (ev_window_error_message_response_cb), (ev_window_error_message),
3090         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3091         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3092         (ev_attachment_popup_cmd_open_attachment),
3093         (attachment_save_dialog_response_cb), (ev_window_set_document),
3094         (ev_window_init):
3095
3096         Use a message area instead of a popup dialog for error
3097         notifications. Fixes bug #337495.
3098         
3099 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3100
3101         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3102         (ev_window_run_fullscreen):
3103
3104         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3105         
3106 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3107
3108         * ev-sidebar-thumbnails.c: (update_visible_range),
3109         (ev_sidebar_thumbnails_refresh),
3110         (ev_sidebar_thumbnails_set_document),
3111         (ev_sidebar_thumbnails_support_document):
3112
3113         Show thumbnails for documents with one page. Fixes bug #358751.
3114         
3115 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3116
3117         * shell/ev-window.c:
3118         (ev_window_load_print_settings_from_metadata),
3119         (ev_window_save_print_settings), (ev_window_print_finished),
3120         (ev_window_print_range):
3121
3122         Print settings that are specific to the document are now saved per
3123         document in the metadata file. Fixes bug #488806.
3124         
3125 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3126
3127         * backend/tiff/tiff-document.c: (tiff_document_render):
3128
3129         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3130         
3131 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3132
3133         * shell/ev-application.[ch]: (get_find_string_from_args),
3134         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3135         (ev_application_open_uri_list):
3136         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3137         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3138         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3139         (ev_window_cmd_recent_file_activate),
3140         (ev_window_open_recent_action_item_activated),
3141         (ev_window_print_send), (open_remote_link):
3142         * shell/main.c: (arguments_parse):
3143
3144         Add a command line option for search. Fixes bug #497710.
3145         
3146 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3147
3148         * shell/ev-jobs.c: (ev_job_print_new):
3149
3150         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3151         
3152 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3153
3154         * data/evince-toolbar.xml:
3155         * shell/Makefile.am:
3156         * shell/ev-application.c: (ev_application_init):
3157         * shell/ev-open-recent-action.[ch]:
3158         * shell/ev-window.c:
3159         (ev_window_open_recent_action_item_activated),
3160         (register_custom_actions):
3161
3162         Add an expander to the open toolbar item which pops up a dropdown
3163         menu with the recently used documents. Fixes bug #487215.
3164         
3165 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3166
3167         * shell/ev-window.c: (ev_window_open_uri),
3168         (ev_window_cmd_view_reload):
3169
3170         Do not jump to the first page when reloading by running evince
3171         from the command line. Fixes bug #490847.
3172         
3173 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3174
3175         * shell/ev-window.c: (ev_window_cmd_help_contents):
3176
3177         Plugged memory leak when help file is not found. Fixes bug
3178         #490762.
3179         
3180 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3181
3182         * configure.ac:
3183
3184         Enable djvu, dvi and comics backends by default. Fixes bug
3185         #437121.
3186         
3187 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3188
3189         * configure.ac:
3190         * cut-n-paste/Makefile.am:
3191         * cut-n-paste/recent-files/*: Removed
3192         * help/reference/Makefile.am:
3193         * shell/Makefile.am:
3194         * shell/ev-application.[ch]: (ev_application_shutdown),
3195         (ev_application_init):
3196         * shell/ev-window.c: (ev_window_add_recent),
3197         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3198
3199         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3200         
3201 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3202
3203         * shell/ev-window.c: (launch_external_uri):
3204
3205         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3206         and report error if the URL is not supported (#489910).
3207
3208 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3209
3210         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3211         (pdf_document_file_exporter_begin_page),
3212         (pdf_document_file_exporter_end_page):
3213
3214         Fix printing with poppler splash backend. Fixes bug #489774.
3215         
3216 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3219         * shell/ev-print-job.c: (ev_print_job_class_init):
3220
3221         Fix a crash when printing with the gnome-print dialog. Fixes bug
3222         #488939.
3223         
3224 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3225
3226         * backend/pixbuf/pixbuf-document.c:
3227
3228         Fix an implicit function definition warning (#487655)
3229
3230 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3231
3232         * shell/ev-window.c:
3233
3234         Fix conflicting shortcut for view sade pane and presentation.
3235         
3236 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * backend/pdf/ev-poppler.cc:
3239         (pdf_document_file_exporter_begin_page),
3240         (pdf_document_file_exporter_do_page),
3241         (pdf_document_file_exporter_end_page),
3242         (pdf_document_file_exporter_iface_init):
3243         * libdocument/ev-file-exporter.[ch]:
3244         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3245         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3246         (ev_job_print_run):
3247
3248         When printing multiple pages per sheet in reverse option, do not
3249         invert the order of the pages in every sheet, but the order of the
3250         sheets. Do not print blank pages when page range is invalid. Fixes
3251         bugs #484857 and #485521.
3252         
3253 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3256         (ev_job_print_run):
3257         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3258
3259         Respect ranges order when printing more than one range in random
3260         order.
3261         
3262 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3263
3264         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3265         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3266
3267         Rotate also the window icon when document is rotated. Fixes bug
3268         #474681.
3269         
3270 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3271
3272         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3273         (pdf_document_forms_get_form_fields):
3274
3275         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3276         Matthias Drochner.
3277         
3278 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3279
3280         * configure.ac:
3281         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3282
3283         Use poppler_page_render_for_printing() instead of
3284         poppler_page_render() if available when exporting to a ps or pdf
3285         file. Fixes bug #476627.
3286         
3287 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3288
3289         * shell/ev-window.c: (ev_window_run_fullscreen):
3290
3291         Do not show the toolbar in fullscreen mode if the main toolbar is
3292         not visible. Fixes bug #483048.
3293         
3294 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3295
3296         * shell/ev-view.c: (ev_view_button_press_event):
3297
3298         Give priority to form fields over images when deciding whether a
3299         button press event is over an image or form field. It allows edit
3300         form fields when they are over a background image. Fixes bug
3301         #477841.
3302         
3303 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3304
3305         * NEWS:
3306         * configure.ac:
3307         
3308         Update for release 2.20.0
3309
3310 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3311
3312         * backend/pdf/ev-poppler.cc:
3313
3314         Remove #ifdef HAVE_FORMS, so that forms support works again.
3315
3316 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3317
3318         * configure.ac:
3319         * data/evince.desktop.in.in:
3320         
3321         Fixes desktop file issues. See bug #473471.
3322
3323 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3324
3325         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3326         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3327         (ev_job_queue_remove_job):
3328         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3329         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3330         * shell/ev-window.c: (ev_window_clear_save_job),
3331         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3332         (ev_window_dispose):
3333
3334         Move save a copy task to its own job so that it's carried out in a
3335         thread avoiding another lock in the main thread. Use
3336         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3337         can be saved to a pathin another file system. Fixes bug #456891.
3338         
3339 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3340
3341         * NEWS:
3342         * configure.ac:
3343         
3344         Update for release 2.19.92
3345
3346 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3347
3348         * configure.ac:
3349         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3350         (pdf_selection_get_selection_region),
3351         (pdf_selection_get_selection_map),
3352         (ev_form_field_from_poppler_field):
3353
3354         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3355         and triple click selections are enabled again now.
3356
3357 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3358
3359         * shell/ev-window.c: (ev_window_add_history):
3360
3361         Make sure not to use the history with documents not supporting
3362         links. Fixes bug #468954.
3363
3364 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3365
3366         * shell/ev-window.c: (ev_window_load_job_cb):
3367
3368         Restart the search when reloading a document with the find bar
3369         visible. Fixes bug #461962.
3370
3371 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3372
3373         * shell/ev-window.c: (setup_document_from_metadata),
3374         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3375
3376         Do not jump to the first page when reloading a document from the
3377         last page.
3378
3379 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * shell/ev-window.c: (update_chrome_flag),
3382         (setup_sidebar_from_metadata),
3383         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3384         (ev_window_cmd_edit_find_next),
3385         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3386         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3387         (find_bar_close_cb), (view_actions_focus_in_cb):
3388
3389         Do not update visibility when changing a chrome flag so that it's
3390         possible to update several flags and update visibility only once
3391         for all of them.
3392
3393 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3394
3395         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3396
3397         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3398         supported by gtk+. Fixes bug #460907.
3399
3400 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * shell/ev-view.c: (view_update_range_and_current_page):
3403
3404         Make sure current-page <= end-page in continuous mode. Fixes bug
3405         #454950.
3406
3407 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3408
3409         * backend/pdf/ev-poppler.cc: (build_tree):
3410
3411         Ignore outline items without a title. Fixes bug #453913.
3412
3413 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3414
3415         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3416         (ev_view_button_release_event), (ev_view_leave_notify_event):
3417
3418         Use always drag mouse cursor during a drag operation. Fixes bug
3419         #470564.
3420
3421 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3422
3423         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3424         (pdf_selection_get_selection_region),
3425         (pdf_selection_get_selection_map):
3426
3427         Temporarily disable double and triple selections since it depends on
3428         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3429         released and the update of the external dependency minimal version
3430         approved.
3431
3432 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3433
3434         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3435         (pdf_document_file_exporter_do_page):
3436         * libdocument/ev-file-exporter.h:
3437         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3438         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3439
3440         Actually fix printing regressions. Remove orientation from
3441         EvPrintContext since it's redundant.
3442
3443 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3444
3445         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3446         * backend/impress/impress-document.c:
3447         (impress_document_document_iface_init):
3448         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3449         * backend/djvu/djvu-document.c:
3450         (djvu_document_document_iface_init),
3451         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3452         * backend/tiff/tiff-document.c:
3453         (tiff_document_document_iface_init):
3454         * backend/pixbuf/pixbuf-document.c:
3455         (pixbuf_document_document_iface_init):
3456         * backend/comics/comics-document.c:
3457         (comics_document_document_iface_init):
3458         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3459         (pdf_selection_render_selection),
3460         (pdf_selection_get_selected_text),
3461         (pdf_selection_get_selection_region),
3462         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3463         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3464         (ev_selection_get_selection_region),
3465         (ev_selection_get_selection_map):
3466         * libdocument/ev-document.[ch]:
3467         * shell/ev-pixbuf-cache.[ch]: (add_job),
3468         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3469         * shell/ev-view-private.h:
3470         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3471         (ev_job_render_run):
3472         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3473         * shell/ev-view.c: (start_selection_for_event),
3474         (ev_view_button_press_event), (ev_view_drag_data_get),
3475         (ev_view_drag_data_received), (ev_view_button_release_event),
3476         (compute_new_selection_text), (compute_selections),
3477         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3478         (ev_view_primary_get_cb):
3479
3480         Add support for double and triple click selections.
3481
3482 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3483
3484         * NEWS:
3485         * configure.ac:
3486
3487         Update for release 2.19.4
3488
3489 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3490
3491         * shell/ev-view-private.h:
3492         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3493         (ev_view_set_highlight_search):
3494         * shell/ev-view.h:
3495         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3496         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3497         (find_bar_visibility_changed_cb):
3498         
3499         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3500
3501 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3502
3503         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3504         (pdf_document_file_exporter_begin),
3505         (pdf_document_file_exporter_do_page):
3506         * shell/ev-jobs.c: (ev_job_print_run):
3507         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3508
3509         Create always a portrait cairo surface and rotate when needed for
3510         landscape. It fixes printing problems in real printers.
3511
3512 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3513
3514         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3515         * libdocument/ev-file-exporter.[ch]:
3516         (ev_file_exporter_get_capabilities):
3517         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3518         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3519
3520         Adjust number of pages per row according to page orientation when
3521         printing 2 or 6 pages per sheet.
3522
3523 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3524
3525         * shell/ev-window.c: (ev_window_print_send):
3526
3527         Reset also cups setting to 1 when printing multiple pages per
3528         sheet. Fixes bug #468853.
3529
3530 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3531
3532         * libdocument/ev-document-misc.c:
3533         (ev_document_misc_surface_rotate_and_scale):
3534
3535         Use directly cairo_surface_get_content() when creating a similar
3536         surface as suggested by Jeff Muizelaar. Thanks again.
3537
3538 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3539
3540         * backend/djvu/djvu-document.c: (djvu_document_render):
3541         * backend/tiff/tiff-document.c: (tiff_document_render):
3542         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3543         * libdocument/ev-document-misc.c:
3544         (ev_document_misc_surface_from_pixbuf),
3545         (ev_document_misc_surface_rotate_and_scale):
3546
3547         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3548         creating page surfaces. Fixes bug #453123. Thank you very much to
3549         Jeff Muizelaar <jeff@infidigm.net>.
3550
3551 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3552
3553         * shell/ev-page-cache.c: (ev_page_cache_new),
3554         (ev_page_cache_get_thumbnail_size):
3555         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3556         (ev_sidebar_thumbnails_set_loading_icon):
3557
3558         Also store in page-cache the dimensions of the thumbnails so that
3559         they can be used to create the correct loading icon in the side
3560         pane. Fixes bug #466857.
3561
3562 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3563
3564         * backend/pdf/ev-poppler.cc:
3565         (pdf_document_thumbnails_get_thumbnail):
3566
3567         Fix thumbnails rotation in pdf documents that include embedded 
3568         thumbnails.
3569
3570 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3571
3572         * backend/pdf/ev-poppler.cc:
3573
3574         Don't use #ifdef in macro expansion. Some compilers don't
3575         like that. Closes bug #467042.
3576
3577 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3578
3579         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3580         
3581         Fixes memory leak in djvu backend.
3582
3583 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3584
3585         * data/icons/32x32/Makefile.am:
3586         * data/icons/32x32/actions/Makefile.am:
3587         * data/icons/32x32/actions/view-page-cont.svg:
3588         * data/icons/32x32/actions/view-page-facing.svg:
3589         * data/icons/48x48/Makefile.am:
3590         * data/icons/48x48/actions/Makefile.am:
3591         * data/icons/48x48/actions/view-page-cont.svg:
3592         * data/icons/48x48/actions/view-page-facing.svg:
3593         
3594         Icons for a new sizes.
3595
3596 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3597
3598         * shell/ev-page-cache.c: (build_height_to_page),
3599         (ev_page_cache_get_height_to_page):
3600         
3601         Fixes invalid read, see bug #466401.
3602
3603 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3604
3605         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3606         (set_drag_cursor):
3607         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3608         (configure_item_cursor), (new_pixbuf_from_widget):
3609
3610         Fix multihead problems in toolbar editor. Fixes bug #382055.
3611
3612 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3613
3614         * shell/ev-window.c: (ev_window_cmd_file_open),
3615         (ev_window_cmd_save_as):
3616
3617         Use g_get_user_special_dir when available instead of
3618         xdg_user_dir_lookup.
3619
3620 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3621
3622         * MAINTAINERS:
3623         
3624         Updated according to request on desktop-devel.
3625
3626 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3627
3628         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3629
3630         Do not use cairo_rectangle and cairo_clip since we are
3631         not using cairo_fill but cairo_paint. Use the same cairo context
3632         for every page in the same expose event.
3633
3634 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3635
3636         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3637         leak.
3638
3639 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3640
3641         * configure.ac:
3642         * NEWS:
3643
3644         Release 0.9.3
3645
3646 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3647
3648         * libdocument/ev-document-info.h:
3649         * libdocument/ev-document.h:
3650         * shell/ev-page-action.h:
3651         * shell/ev-sidebar-links.h:
3652
3653         Fix a headers problem with ev-link
3654         
3655         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3656         * shell/ev-view-private.h:
3657         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3658         (get_link_area), (ev_view_query_tooltip),
3659         (ev_view_leave_notify_event), (ev_view_destroy),
3660         (ev_view_class_init):
3661
3662         Use new gtk tooltips when available instead of ev-tooltip.
3663         
3664 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3665
3666         * shell/ev-window.c: (update_chrome_visibility),
3667         (ev_window_sidebar_visibility_changed_cb):
3668
3669         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3670         
3671 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3672
3673         * shell/ev-navigation-action.c:
3674         (ev_navigation_action_history_changed),
3675         (ev_navigation_action_set_history):
3676         * shell/ev-navigation-action-widget.c:
3677         (ev_navigation_action_widget_init):
3678         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3679
3680         Fix compile warnings.
3681         
3682 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3683
3684         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3685         (egg_editable_toolbar_dispose):
3686
3687         Fix memory leak.
3688         
3689 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3690
3691         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3692         (screensaver_disable_x11):
3693         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3694         * shell/ev-window.c: (presentation_set_timeout):
3695         * shell/ev-view.c: (ev_view_presentation_transition_start):
3696
3697         Use g_timeout_add_seconds instead of g_timeout_add when
3698         available.
3699         
3700 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3701
3702         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3703
3704         Set horizontal scrollbar policy to AUTOMATIC instead of
3705         NEVER. Workaround for bug #449462.
3706         
3707 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3708
3709         * shell/ev-jobs.c: (ev_job_render_page_ready):
3710
3711         Add page_ready callback to main loop with high priority and hold
3712         a reference to job during idle.
3713         
3714 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3715
3716         * configure.ac:
3717         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3718         (pdf_document_file_exporter_begin),
3719         (pdf_document_file_exporter_do_page),
3720         (pdf_document_file_exporter_get_capabilities):
3721         * libdocument/ev-file-exporter.h:
3722         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3723         * shell/ev-window.c: (ev_window_print_send),
3724         (ev_window_print_dialog_response_cb):
3725
3726         Allow printing multiple pages per sheet. Fixes bug #395573.
3727         
3728 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3729
3730         * shell/ev-view.c: (tip_from_link):
3731         
3732         Check for NULL, fixes bug #460862.
3733
3734 2007-07-29  Christian Persch  <chpe@gnome.org>
3735
3736         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3737         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3738         (ev_window_cmd_preview_print):
3739         
3740         Fixes bug #437681 - blocks while enumerating printers.
3741
3742 2007-07-29  Christian Persch  <chpe@gnome.org>
3743
3744         * shell/ev-window.c: (ev_window_screen_changed):
3745         
3746         Don't use deprecated gtk+ function. See bug #460909.
3747
3748 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3749
3750         * shell/ev-utils.c: (get_num_monitors):
3751         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3752
3753         Do not use display before initializing it. Remove compile
3754         warnings.
3755
3756 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3757
3758         * shell/ev-view.c: (ev_view_class_init):
3759         
3760         Unix-like hjkl bindings added. See bug #458111.
3761
3762 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3763
3764         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3765         * shell/ev-utils.h:
3766         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3767         (ev_view_update_view_size):
3768         * shell/ev-view.h:
3769         * shell/ev-window.c: (ev_window_update_actions),
3770         (setup_view_from_metadata), (ev_window_screen_changed),
3771         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3772         (zoom_control_changed_cb):
3773         * shell/ev-window.h:
3774         
3775         Reorganizes utility functions.
3776
3777 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3778
3779         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3780         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3781         (add_job), (ev_pixbuf_cache_get_surface),
3782         (ev_pixbuf_cache_get_link_mapping),
3783         (ev_pixbuf_cache_get_image_mapping),
3784         (ev_pixbuf_cache_get_form_field_mapping),
3785         (ev_pixbuf_cache_get_text_mapping):
3786         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3787         (notify_page_ready), (ev_job_render_page_ready),
3788         (ev_job_render_run):
3789
3790         Add page_ready signal to notify that page is ready as soon as
3791         possible even if other page elements like links, forms, images or
3792         text mapping are not ready yet.
3793
3794 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3797         (dvi_document_file_exporter_do_page),
3798         (dvi_document_file_exporter_get_capabilities),
3799         (dvi_document_file_exporter_iface_init):
3800         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3801         (ps_document_file_exporter_do_page),
3802         (ps_document_file_exporter_get_capabilities),
3803         (ps_document_file_exporter_iface_init):
3804         * backend/djvu/djvu-document.c:
3805         (djvu_document_file_exporter_begin),
3806         (djvu_document_file_exporter_end),
3807         (djvu_document_file_exporter_get_capabilities),
3808         (djvu_document_file_exporter_iface_init):
3809         * backend/tiff/tiff-document.c:
3810         (tiff_document_file_exporter_begin),
3811         (tiff_document_file_exporter_get_capabilities),
3812         (tiff_document_document_file_exporter_iface_init):
3813         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3814         (pdf_document_file_exporter_do_page),
3815         (pdf_document_file_exporter_get_capabilities),
3816         (pdf_document_file_exporter_iface_init):
3817         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3818         (ev_file_exporter_get_capabilities):
3819         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3820         (idle_print_handler), (ev_print_job_print):
3821         * shell/ev-jobs.c: (ev_job_print_run):
3822         * shell/ev-window.c: (ev_window_print_send),
3823         (ev_window_print_range):
3824
3825         Use capabilities to know which options should be offered by the
3826         print dialog depending on the document backend.
3827
3828 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3831
3832         Give priority to forms over text to set the cursor.
3833
3834 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3835
3836         * shell/ev-view-private.h:
3837         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3838         (ev_view_leave_notify_event), (ev_view_finalize),
3839         (ev_view_get_property), (ev_view_class_init):
3840
3841         Use IBEAM cursor for text form fields and NORMAL cursor for read
3842         only fields. Remove unused status attribute.
3843
3844 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3845
3846         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3847
3848         Update region for current selected items also for checkbox
3849         buttons, since they can behave as radio buttons when they are in a
3850         set.
3851
3852 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3853
3854         * configure.ac:
3855         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3856
3857         Get max length of text form fields.
3858
3859 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3860
3861         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3862         * libdocument/ev-form-field.h:
3863         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3864
3865         Fix build with current poppler cvs head.
3866
3867 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3870         * shell/eggfindbar.c: (egg_find_bar_init):
3871
3872         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3873         deprecation. Fixes bug #455667
3874
3875 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3876
3877         * NEWS:
3878         * configure.ac:
3879         
3880         Update for release 0.9.2
3881
3882 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3883
3884         * shell/ev-view.c: (ev_view_form_field_text_save),
3885         (ev_view_form_field_choice_save):
3886
3887         Fix a crash when closing whith a form widget visible.
3888
3889 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3890
3891         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3892
3893         Update also the region of the current selected button when
3894         clicking on another button if they are radio buttons.
3895
3896 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3897
3898         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3899         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3900         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3901         (ev_pixbuf_cache_get_link_mapping),
3902         (ev_pixbuf_cache_get_image_mapping),
3903         (ev_pixbuf_cache_get_form_field_mapping),
3904         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3905         * shell/ev-view.c: (ev_view_form_field_get_region),
3906         (ev_view_form_field_button_create_widget),
3907         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3908         (job_finished_cb):
3909
3910         Redraw only form field region instead of the whole page when
3911         reloading a page to show changes on the form field.
3912
3913 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3914
3915         * shell/ev-view.c: (ev_view_form_field_choice_save):
3916
3917         Fix selection of first item in list form fields.
3918
3919 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3920
3921         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3922         (ev_pixbuf_cache_reload_page),
3923         (ev_pixbuf_cache_get_form_field_mapping):
3924
3925         Some refactoring to avoid duplicated code.
3926
3927 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3928
3929         * configure.ac:
3930         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3931         (ev_form_field_from_poppler_field),
3932         (pdf_document_forms_get_form_fields),
3933         (pdf_document_forms_form_field_text_get_text),
3934         (pdf_document_forms_form_field_text_set_text),
3935         (pdf_document_forms_form_field_button_set_state),
3936         (pdf_document_forms_form_field_button_get_state),
3937         (pdf_document_forms_form_field_choice_get_item),
3938         (pdf_document_forms_form_field_choice_get_n_items),
3939         (pdf_document_forms_form_field_choice_is_item_selected),
3940         (pdf_document_forms_form_field_choice_select_item),
3941         (pdf_document_forms_form_field_choice_toggle_item),
3942         (pdf_document_forms_form_field_choice_unselect_all),
3943         (pdf_document_forms_form_field_choice_set_text),
3944         (pdf_document_forms_form_field_choice_get_text),
3945         (pdf_document_document_forms_iface_init):
3946         * libdocument/Makefile.am:
3947         * libdocument/ev-form-field.[ch]:
3948         * libdocument/ev-document-forms.[ch]:
3949         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3950         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3951         (add_job), (ev_pixbuf_cache_reload_page),
3952         (ev_pixbuf_cache_get_form_field_mapping):
3953         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3954         * shell/ev-view-private.h:
3955         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3956         (ev_view_handle_cursor_over_xy),
3957         (ev_view_get_form_field_at_location),
3958         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3959         (ev_view_form_field_button_create_widget),
3960         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3961         (ev_view_form_field_text_create_widget),
3962         (ev_view_form_field_choice_save),
3963         (ev_view_form_field_choice_changed),
3964         (ev_view_form_field_choice_create_widget),
3965         (ev_view_handle_form_field), (ev_view_size_allocate),
3966         (ev_view_realize), (draw_end_presentation_page),
3967         (ev_view_button_press_event), (ev_view_remove_all),
3968         (ev_view_motion_notify_event), (ev_view_key_press_event),
3969         (ev_view_enter_notify_event), (highlight_find_results),
3970         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3971         (ev_view_class_init), (page_changed_cb),
3972         (on_adjustment_value_changed), (ev_view_set_presentation),
3973         (merge_selection_region), (ev_view_set_cursor),
3974         (ev_view_reset_presentation_state):
3975         
3976         Merge evince-forms branch.
3977
3978 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3979
3980         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3981
3982         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3983         This script also updates itself from libegg
3984
3985         * cut-n-paste/toolbar-editor/egg*:
3986         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3987         libegg
3988
3989 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3990
3991         * shell/ev-window.c:
3992         
3993         Adds a nice icon to page action during toolbar editing.
3994         See bug #452872.
3995
3996 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3997
3998         * data/evince-toolbar.xml:
3999         * shell/ev-window.c:
4000         
4001         Let user add a presentation and fullscreen icons on toolbar.
4002         See bug #449734.
4003
4004 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4005
4006         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4007
4008         new script to keep in sync with toolbareditor in libegg
4009
4010         * cut-n-paste/toolbar-editor/*: 
4011
4012         Run update-toolbareditor-from-libegg so we are in sync again. 
4013         Fixes bug #452850.
4014         
4015
4016 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4017
4018         * shell/ev-sidebar-links.c: (job_finished_callback):
4019
4020         Do not connect selection changed signal more than once. Fixes bug
4021         #349433.
4022
4023 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4024
4025         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4026
4027         Do not change sidebar chrome flag when pressing F9 key in
4028         presentation mode.
4029
4030 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4031
4032         * backend/pdf/ev-poppler.cc:
4033         (pdf_document_thumbnails_get_dimensions):
4034
4035         Make sure thumbnails width and height is not <= 0. Fixes a crash
4036         with some pdf documents which have really small pages.
4037
4038 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4039
4040         * shell/main.c: (main):
4041
4042         Fixes program description translation issue.
4043         Bug #450148.
4044
4045 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4046
4047         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4048
4049         Do not change current page when returning from black/white mode
4050         in presentation. Fixes bug #415032.
4051
4052 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4053
4054         * NEWS:
4055         * configure.ac:
4056         
4057         Update for release 0.9.1
4058
4059 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4060
4061         * backend/dvi/dvi-document.c:
4062         (dvi_document_finalize),
4063         (dvi_document_file_exporter_format_supported),
4064         (dvi_document_file_exporter_begin),
4065         (dvi_document_file_exporter_do_page),
4066         (dvi_document_file_exporter_end),
4067         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4068         
4069         PDF exporter for dvi documents. Fixes bug #441319.
4070
4071 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4072
4073         * shell/ev-window.c: (ev_window_clear_print_job):
4074
4075         Clear gtk print job when job has finished. Fixes bug #447612.
4076
4077 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4078
4079         * shell/ev-window.c: (ev_window_print_send),
4080         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4081
4082         Add preview button to print dialog. Fixes bug #445419.
4083
4084 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4085
4086         * backend/dvi/Makefile.am:
4087         * backend/dvi/pixbuf-device.[ch]: Removed
4088         * backend/dvi/cairo-device.[ch]: Added
4089         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4090         * backend/dvi/dvi-document.c: (dvi_document_load),
4091         (dvi_document_render), (dvi_document_finalize),
4092         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4093         (dvi_document_do_color_special):
4094         * libdocument/ev-document-misc.[ch]:
4095         (ev_document_misc_pixbuf_from_surface):
4096
4097         Port dvi backend to cairo and fix a problem with colors. 
4098
4099 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4100
4101         * shell/ev-view.c: (draw_one_page):
4102
4103         Draw only visible region.
4104
4105 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4106
4107         * backend/djvu/djvu-document.c: (djvu_document_render):
4108
4109         Fix rotation in djvu backend.
4110
4111 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4112
4113         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4114         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4115         (ev_pixbuf_cache_get_image_mapping),
4116         (ev_pixbuf_cache_get_text_mapping):
4117
4118         Redraw view every time we have a new surface. Fixes bug #443587.
4119
4120 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4121
4122         * libdocument/ev-document.c: (ev_document_info_free):
4123
4124         Fix memory leaks.
4125
4126 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4127
4128         * backend/dvi/dvi-document.c: (dvi_document_render),
4129         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4130         * backend/impress/impress-document.c:
4131         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4132         (impress_document_render), (impress_document_document_iface_init),
4133         (impress_document_thumbnails_get_thumbnail):
4134         * backend/djvu/djvu-document-private.h:
4135         * backend/djvu/djvu-document.c: (djvu_document_render),
4136         (djvu_document_finalize), (djvu_document_document_iface_init),
4137         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4138         * backend/tiff/tiff-document.c: (tiff_document_render),
4139         (tiff_document_render_pixbuf),
4140         (tiff_document_document_iface_init):
4141         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4142         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4143         (pdf_selection_render_selection):
4144         * backend/comics/comics-document.c:
4145         (comics_document_render_pixbuf), (comics_document_render),
4146         (comics_document_document_iface_init):
4147         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4148         (pixbuf_document_document_iface_init):
4149         * libdocument/ev-document-misc.[ch]:
4150         (ev_document_misc_surface_from_pixbuf),
4151         (ev_document_misc_surface_rotate_and_scale):
4152         * libdocument/ev-document.[ch]: (ev_document_render):
4153         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4154         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4155         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4156         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4157         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4158         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4159         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4160         (render_finished_cb), (ev_job_render_run):
4161         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4162         (merge_selection_region):
4163
4164         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4165         and selections.
4166
4167 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4168
4169         * shell/ev-window-title.c: (ev_window_title_update):
4170
4171         Fix memory leak.
4172
4173 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4174
4175         * shell/ev-view.c: (draw_loading_text):
4176
4177         Show loading text centered. Fixes bug #433061
4178
4179 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4180
4181         * shell/ev-sidebar-thumbnails.c:
4182         (ev_sidebar_thumbnails_set_loading_icon):
4183
4184         Remove a mutex in the main thread that blocks the UI in heavy
4185         documents.
4186
4187 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4188
4189         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4190
4191         Set points_set to TRUE so that selections don't disappear after a
4192         zoom change.
4193
4194 2007-06-07  Michael Monreal  <infernux@web.de>
4195
4196         * data/icons/16x16/actions/Makefile.am:
4197         * data/icons/16x16/actions/zoom.svg:
4198         * data/icons/22x22/actions/Makefile.am:
4199         * data/icons/22x22/actions/zoom.svg:
4200         * data/icons/24x24/actions/Makefile.am:
4201         * shell/ev-stock-icons.c:
4202         * shell/ev-stock-icons.h:
4203         * shell/ev-window.c:
4204         
4205         Zoom icon artwork. See bug #444795.
4206
4207 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4208
4209         * shell/ev-metadata-manager.c: Remove extraneous function
4210         (Closes: #444386)
4211
4212 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4213
4214         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4215         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4216         (ev_metadata_manager_set), (ev_metadata_manager_save):
4217         Simplify the timeout, no need for modified anymore
4218
4219 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4220
4221         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4222         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4223         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4224         (ev_metadata_manager_save): Adapted patch from Arjan van de
4225         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4226         time, saves on power (Closes: #443851)
4227
4228 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4229
4230         * configure.ac:
4231         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4232         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4233
4234         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4235
4236 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4237
4238         * shell/ev-window.c: (ev_window_add_history):
4239
4240         Check if history is NULL
4241
4242 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4243
4244         * libdocument/ev-image.c: (ev_image_finalize):
4245         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4246         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4247         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4248         (ev_tmp_uri_unlink):
4249
4250         Add functions to delete temporary files created by evince in a safe
4251         way.
4252
4253         * shell/ev-window.c: (ev_window_clear_local_uri),
4254         (open_xfer_update_progress_callback),
4255         (save_xfer_update_progress_callback), (ev_window_save_remote),
4256         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4257         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4258         (attachment_save_dialog_response_cb),
4259         (ev_attachment_popup_cmd_save_attachment_as):
4260
4261         Allow saving a copy of a document, image or attachment to a remote
4262         location. Fixes bug #440754. 
4263
4264 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4265
4266         * configure.ac:
4267         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4268
4269         Fix build with current poppler from cvs head. 
4270
4271 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4272
4273         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4274
4275         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4276         directory exists.
4277
4278 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4279
4280         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4281         * shell/ev-window.c:
4282
4283         Change sidebar ordering. Fixes bug #439939.
4284
4285 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4286
4287         * backend/comics/Makefile.am:
4288         
4289         Fixes build with --without-libgnome.
4290
4291 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4292         
4293         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4294
4295         Update cursor and tooltip on page change and view scroll. Fixes bug
4296         #439217.
4297
4298 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4299
4300         * NEWS:
4301         * configure.ac:
4302         
4303         Update for release 0.9.0
4304
4305 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4306
4307         * backend/djvu/djvu-document-private.h:
4308         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4309         (djvu_document_finalize),
4310         (djvu_document_file_exporter_format_supported),
4311         (djvu_document_file_exporter_begin),
4312         (djvu_document_file_exporter_do_page),
4313         (djvu_document_file_exporter_end),
4314         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4315         
4316         Implemented printing with djvu. Bug #437998.
4317
4318 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4319
4320         * backend/impress/zip.c:
4321         Add missing ulong definition.
4322
4323         * backend/ps/ps-interpreter.c:
4324         Add missing headers.
4325
4326         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4327
4328 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4329
4330         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4331
4332         Add missing call to parent class dispose method. 
4333
4334 2007-05-12  Ross Burton  <ross@openedhand.com>
4335
4336         * shell/main.c:
4337         Sync keybindings manually when building without libgnome
4338         (#437925).
4339
4340 2007-05-12  Ross Burton  <ross@openedhand.com>
4341
4342         * shell/ev-window.c:
4343         Respect the screen when opening help (#437866).
4344
4345 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4346
4347         * data/evince-ui.xml:
4348         * shell/ev-application.[ch]: (get_print_settings_from_args),
4349         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4350         (ev_application_open_uri_list):
4351         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4352         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4353         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4354         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4355         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4356         (ev_window_dispose):
4357         * shell/main.c: (arguments_parse):
4358
4359         Add print button in preview mode. Fixes bug #396475. 
4360
4361 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4362
4363         * cut-n-paste/zoom-control/ephy-zoom.h:
4364         
4365         Fixes zoom level factors. See bug #408119 for details.
4366
4367 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4368
4369         * backend/comics/comics-document.c: (comics_regex_quote),
4370         (extract_argv):
4371         
4372         Correctly quote symbols. Fixes crash in the bug
4373         #415370.
4374
4375 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4376
4377         * shell/ev-navigation-action-widget.c:
4378         (ev_navigation_action_widget_init),
4379         (ev_navigation_action_widget_class_init),
4380         (ev_navigation_action_widget_button_press_event):
4381         
4382         Connect to button-press event on correct widget. Fixes
4383         bug #431988
4384
4385 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4386
4387         * shell/ev-application.c: (ev_application_open_window),
4388         (ev_application_add_icon_path_for_screen),
4389         (ev_application_open_uri_at_dest):
4390         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4391         * shell/ev-navigation-action.c: (build_menu):
4392         
4393         Add app-specific icons to our icon theme. Fixes bug
4394         #425508.
4395
4396 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4397
4398         * shell/ev-history.c: (ev_history_class_init),
4399         (ev_history_add_link):
4400         * shell/ev-history.h:
4401         * shell/ev-navigation-action.c:
4402         (ev_navigation_action_history_changed),
4403         (ev_navigation_action_set_history), (build_menu),
4404         (ev_navigation_action_finalize):
4405         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4406         
4407         Make navigation action unsensitive instead of showing
4408         menu with unsensitive word. Fixes bug #417392.
4409
4410 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4411
4412         * shell/ev-application.[ch]: (ev_application_shutdown),
4413         (ev_application_get_print_settings),
4414         (ev_application_set_print_settings):
4415         * shell/ev-window.c:
4416
4417         Remember print settings. Fixes bug #349102. 
4418
4419 2007-05-08  Christian Persch  <chpe@gnome.org>
4420
4421         * configure.ac:
4422         * properties/ev-properties-view.c:
4423
4424         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4425         Bug #382438.
4426
4427 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4428
4429         * configure.ac:
4430         * properties/ev-properties-view.c: (ev_regular_paper_size):
4431
4432         Use gtk+ builtin paper list to identify the document's paper size.
4433         Fixes bug #382438. 
4434
4435 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4436
4437         * configure.ac:
4438
4439         Fix build when compiling with thumbnailer and libgnome support. 
4440
4441 2007-05-04  Ross Burton  <ross@openedhand.com>
4442
4443         * configure.ac:
4444         Add --without-libgnome, check for libgnome and libgnomeui
4445         separately, and add them to the symbols as required.
4446
4447         * libdocument/ev-file-helpers.c:
4448         When building without libgnome, use g_get_user_config_dir instead
4449         of gnome_user_dir_get.
4450
4451         * shell/ev-application.c:
4452         When building without libgnome, don't use session management.
4453
4454         * shell/main.c:
4455         When building without libgnome, don't use GnomeProgram or
4456         initialise the authentication manager.
4457
4458         This fixes #328842.
4459
4460 2007-05-04  Ross Burton  <ross@openedhand.com>
4461
4462         * shell/ev-window.c:
4463         Don't use libgnome to open help, instead call Yelp directly.
4464
4465 2007-05-04  Ross Burton  <ross@openedhand.com>
4466
4467         * shell/ev-sidebar-attachments.c:
4468         Don't use libgnome to lookup icons for MIME types, instead copy
4469         code from GTK+ to do it manually.
4470
4471 2007-05-04  Ross Burton  <ross@openedhand.com>
4472
4473         * configure.ac:
4474         Add libxml to the dependencies for SHELL_CORE (#435818).
4475
4476 2007-05-02  Ross Burton  <ross@openedhand.com>
4477
4478         * configure.ac:
4479         * Makefile.am:
4480         Add --disable-thumbnailer (#434825)
4481
4482 2007-05-02  Ross Burton  <ross@openedhand.com>
4483
4484         * shell/ev-window.c:
4485         Add missing includes, fix indentation.
4486
4487         * shell/main.c:
4488         Fix indentation.
4489
4490 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4491
4492         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4493         ev_application_open_uri_at_dest instead of ev_application_open_uri
4494         preventing new document always being opened in a new window even if there
4495         is an empty window.
4496
4497 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4498
4499         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4500         (egg_recent_view_uimanager_finalize):
4501         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4502         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4503         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4504         (ev_pixbuf_cache_dispose):
4505         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4506         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4507         
4508         Add missing chain to parent class methods. Fixes
4509         bug #433128.
4510
4511 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4512
4513         * data/Makefile.am (update-icon-cache): Updates
4514         gtk-update-icon-cache in uninstall-hook.
4515
4516 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4517
4518         * shell/ev-window.c: (ev_window_setup_document),
4519         (ev_window_set_document), (ev_window_load_job_cb):
4520         * shell/ev-view.c: (setup_caches):
4521         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4522
4523         Start rendering pages before any other jobs. 
4524
4525 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4526
4527         * shell/ev-window.c: (ev_window_stop_fullscreen),
4528         (ev_window_stop_presentation):
4529
4530         Update chrome visibility before window unfullscreen. 
4531
4532 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4533
4534         * data/Makefile.am:
4535         * data/evince-ui.xml:
4536         * shell/ev-stock-icons.[ch]:
4537         * shell/ev-application.[ch]: (ev_application_shutdown),
4538         (ev_application_init), (ev_application_get_toolbars_model):
4539         * shell/ev-window.c: (update_chrome_visibility),
4540         (fullscreen_toolbar_setup_item_properties),
4541         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4542         (ev_window_run_presentation), (ev_window_stop_presentation),
4543         (ev_window_run_preview), (ev_window_screen_changed),
4544         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4545         (ev_window_dispose), (ev_window_init):
4546
4547         Make fullscreen toolbar always visible. Do not use egg toolbars for
4548         fullscreen and preview modes since such toolbars are not editables.
4549         Fixes bugs #300278, #338910 and #316188.  
4550
4551 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4552
4553         * shell/ev-application.c:
4554         * shell/ev-job-queue.c:
4555         * shell/ev-metadata-manager.c:
4556         * shell/ev-stock-icons.c:
4557         * shell/ev-window.c:
4558         * shell/main.c:
4559         
4560         Developers documentation updated.
4561
4562 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4563
4564         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4565
4566         Check whether uri is valid before launching it. Fixes bug #427664.
4567
4568 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4569
4570         * shell/ev-window.c:
4571
4572         Change key accelerator for Open a Copy menu entry which is in conflict
4573         with Close. Fixes bug #427321.
4574
4575 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4576
4577         * NEWS:
4578         * configure.ac:
4579         
4580         Update for release 0.8.1
4581
4582 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4583
4584         * shell/ev-window.c: (setup_size_from_metadata):
4585         
4586         Do not make window bigger than screen. Fixes bug 
4587         #388985.
4588
4589 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4590
4591         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4592         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4593
4594         Use default resolution when it's not provided by document. Fixes bug
4595         #408762.
4596
4597 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4598
4599         * configure.ac:
4600         * thumbnailer/Makefile.am:
4601         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4602         * thumbnailer/evince-thumbnailer.schemas.in:
4603         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4604
4605         Add support for ps, eps and compressed documents thumbnails. Do not
4606         ignore size parameter. 
4607
4608 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4609
4610         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4611         (dvi_document_do_color_special):
4612         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4613
4614         Implement font color specials in the DVI backend. Fixes bug #303651.
4615
4616 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4617
4618         Fixup the previous commit:
4619
4620         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4621         * shell/xdg-user-dir-lookup.c: Make the function non-static
4622         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4623
4624 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4625
4626         * shell/ev-window.c (file_open_dialog_response_cb): Use
4627         the xdg-user-dirs DOCUMENTS folder as default folder when
4628         opening a file chooser.  (#424858)
4629
4630         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4631         xdg-user-dirs.
4632
4633 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4634
4635         * shell/ev-window.c: (ev_window_load_job_cb):
4636
4637         Do not setup view from metadata on preview mode. 
4638
4639 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4640
4641         * shell/main.c:
4642
4643         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4644
4645 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4646
4647         * shell/ev-view.c: (ev_view_primary_get_cb):
4648
4649         Check pointer != NULL before using it. Fixes bug #416841. 
4650
4651 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4652
4653         * NEWS:
4654         * configure.ac:
4655         
4656         Release 0.8.0
4657
4658 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4659
4660         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4661
4662         Do not render thumbnails when sidebar thumbnail page is not visible
4663         at startup. Fixes bug #416447. 
4664
4665 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4666
4667         * data/evince.desktop.in.in:
4668
4669         "Application" is not a valid category in the freedesktop specification.
4670
4671 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4672
4673         * libdocument/ev-file-helpers.[ch]: (compression_run),
4674         (ev_file_uncompress), (ev_file_compress):
4675         * shell/ev-window.c: (file_save_dialog_response_cb):
4676
4677         Save document compressed when saving a copy of a compressed document.
4678         Fixes bug #334542.
4679
4680 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4681
4682         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4683
4684         Allow deleting in goto window entry in presentation mode. 
4685
4686 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4687
4688         * Makefile.am: Dist MAINTAINERS.
4689
4690 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4691
4692         * shell/ev-window.c: (ev_window_update_actions):
4693
4694         Fix zoom shortcut keys when searching. Fixes bug #409828.
4695
4696 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4697
4698         * shell/ev-window.c: (ev_window_setup_document):
4699
4700         Fix crash when loading documents with only one page. 
4701
4702 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4703
4704         * backend/dvi/dvi-document.c:
4705         (dvi_document_thumbnails_get_dimensions),
4706         (dvi_document_thumbnails_get_thumbnail):
4707         * backend/impress/impress-document.c:
4708         (impress_document_thumbnails_get_thumbnail),
4709         (impress_document_thumbnails_get_dimensions):
4710         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4711         (ps_document_thumbnails_get_dimensions):
4712         * backend/djvu/djvu-document.c:
4713         (djvu_document_thumbnails_get_dimensions),
4714         (djvu_document_thumbnails_get_thumbnail):
4715         * backend/tiff/tiff-document.c:
4716         (tiff_document_thumbnails_get_thumbnail),
4717         (tiff_document_thumbnails_get_dimensions):
4718         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4719         (pdf_document_thumbnails_get_thumbnail),
4720         (pdf_document_thumbnails_get_dimensions):
4721         * backend/comics/comics-document.c:
4722         (comics_document_thumbnails_get_thumbnail),
4723         (comics_document_thumbnails_get_dimensions):
4724         * backend/pixbuf/pixbuf-document.c:
4725         (pixbuf_document_thumbnails_get_thumbnail),
4726         (pixbuf_document_thumbnails_get_dimensions):
4727         * libdocument/ev-document-thumbnails.[ch]:
4728         (ev_document_thumbnails_get_thumbnail),
4729         (ev_document_thumbnails_get_dimensions):
4730         * libdocument/ev-document-misc.[ch]:
4731         (ev_document_misc_get_thumbnail_frame):
4732         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4733         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4734         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4735         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4736         (ev_sidebar_thumbnails_refresh):
4737         * shell/ev-window.c: (ev_window_setup_document):
4738         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4739
4740         Use an EvRenderContext for rendering thumbnails instead of a suggested
4741         width, so that different sized pages get sized proportionally.
4742
4743 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4744
4745         * shell/ev-view.c: (ev_view_button_press_event),
4746         (ev_view_key_press_event):
4747
4748         Fix critical warnings when there is no document loaded. 
4749
4750 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4751
4752         * shell/ev-page-action-widget.c:
4753         * shell/ev-navigation-action.c:
4754         * shell/ev-window.c:
4755
4756         Fix compile warnings. 
4757
4758 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4759
4760         * backend/djvu/djvu-text.h:
4761         * backend/djvu/djvu-document.c:
4762         * backend/djvu/djvu-text-page.c:
4763         * backend/djvu/djvu-links.c:
4764         * backend/djvu/djvu-text-page.h:
4765         * backend/djvu/djvu-text.c:
4766         
4767         Fix build on Mac. Fixes bug #392186. Patch by
4768         <ephraim_owns@hotmail.com>
4769
4770 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4771
4772         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4773
4774         Restore cairo context before rendering every page when printing a PDF
4775         document into a PDF file. 
4776
4777 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4778
4779         * backend/ps/gstypes.h:
4780         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4781         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4782         (ps_document_thumbnails_get_thumbnail):
4783
4784         Handle PostScript page orientation. Fixes bug #318568.
4785
4786 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4787
4788         * backend/ps/Makefile.am:
4789         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4790         (document_load), (ps_document_load), (save_document),
4791         (save_page_list), (ps_document_get_n_pages),
4792         (ps_document_get_page_size), (ps_document_get_info),
4793         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4794         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4795         (ps_document_thumbnails_get_thumbnail),
4796         (ps_document_thumbnails_get_dimensions),
4797         (ps_document_document_thumbnails_iface_init):
4798         * backend/ps/ps.[ch]: (psgetpagebox):
4799         * backend/ps/ps-interpreter.[ch]:
4800
4801         Add support for thumbnails in ps backend. Fixes bug #164755. 
4802
4803 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4804
4805         * NEWS:
4806         * configure.ac:
4807         
4808         Release 0.7.2
4809
4810 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4811
4812         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4813         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4814         (ev_window_dispose):
4815
4816         Use document thumbnail as window icon. Fixes bug #384442.
4817
4818 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4819
4820         * configure.ac:
4821
4822         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4823         duplicated adding application/x-bzpostscript instead. 
4824
4825 2007-02-11  Tom Parker  <palfrey@tevp.net>
4826
4827         * backend/ps/ps-document.c: (document_load):
4828
4829         Check return value of psscan before trying
4830         to use it. Fixes bug #372414.
4831
4832 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4833
4834         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4835
4836         Fix invalid free in ev-page-cache. Fixes bug #404745.
4837
4838 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4839
4840         * test/Makefile.am:
4841         * test/test3.py:
4842         
4843         Added reload test case.
4844
4845 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4846
4847         * po/POTFILES.in:
4848         * backend/djvu/djvu-document.c: (djvu_document_load):
4849
4850         Check whether there are missing files in indirect multipage djvu
4851         documents. Fixes bug #361683. 
4852
4853 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4854
4855         * test/Makefile.am:
4856         * test/test-mime.bin:
4857         * test/test3.py:
4858         
4859         Added test for slow mime type
4860
4861 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4862
4863         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4864
4865         Add some checks and call parent_class->finalize. Fixes bug #404745.
4866
4867 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4868
4869         * shell/ev-navigation-action.c: (connect_proxy):
4870         
4871         Fixes dropdown history menu. Thanks a lot Carlos!
4872
4873 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4874
4875         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4876
4877         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4878         bug #373715.
4879
4880 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4881
4882         * backend/ps/ps.c: (psscan):
4883
4884         Fix memory leak. 
4885
4886 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4887
4888         * configure.ac:
4889         * libdocument/ev-file-helpers.c: 
4890
4891         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4892
4893 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4894
4895         * configure.ac:
4896         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4897         (ps_interpreter_start), (document_load), (save_document),
4898         (save_page_list):
4899         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4900         * libdocument/ev-document-factory.c:
4901         (ev_document_factory_get_from_mime), (get_document_from_uri),
4902         (free_uncompressed_uri), (ev_document_factory_get_document):
4903         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4904
4905         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4906
4907 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4908
4909         * libdocument/ev-document.h:
4910
4911         Fix typo in function name. 
4912
4913 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4914
4915         * backend/ps/ps-document.c: (ps_interpreter_finished),
4916         (ps_interpreter_start), (ps_interpreter_failed):
4917
4918         Handle ghostscript interpreter crashes. 
4919
4920 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4921
4922         * shell/ev-window.c: (ev_window_open_uri),
4923         (window_configure_event_cb):
4924
4925         Setup window size and position before showing it. Fixes bug #401711.
4926
4927 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4928
4929         * backend/ps/Makefile.am:
4930         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4931         (ps_document_dispose), (ps_document_class_init),
4932         (ps_interpreter_input), (ps_interpreter_output),
4933         (ps_interpreter_error), (setup_interpreter_env),
4934         (ps_interpreter_start), (ps_interpreter_stop),
4935         (ps_interpreter_failed), (ps_interpreter_is_ready),
4936         (check_filecompressed), (document_load), (ps_document_load),
4937         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4938         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4939         (render_page):
4940
4941         Rework ps-document. Code cleanups, remove deprecated code. 
4942
4943 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4944
4945         * shell/ev-view.c: (ev_view_button_press_event):
4946
4947         Do not start an image drag and drop operation when pointer is on 
4948         text, so that we can select text when the whole background is an
4949         image. 
4950
4951 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4952
4953         * shell/ev-window.c: (ev_window_update_actions): 
4954
4955         Disable all zoom related actions during presentation mode. 
4956
4957 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4958
4959         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4960
4961         Do not zoom in or out on presentation mode. Fixes bug #401305.
4962
4963 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4964
4965         * shell/ev-navigation-action.c: (connect_proxy),
4966         (create_menu_item), (ev_navigation_action_class_init):
4967         
4968         Correctly show menu and fix crash when navigaton 
4969         action is out of toolbar visible area.
4970
4971 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4972
4973         * data/Makefile.am:
4974         * data/evince.1:
4975         
4976         Added man file
4977
4978 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4979
4980         * help/reference/* :
4981         * configure.ac:
4982         
4983         Added gtk-doc based documentation for Evince.
4984         Still in initial state but I hope it will
4985         grow.
4986         
4987         * configure.ac:
4988         
4989         Lower dbus requirement to 0.70
4990
4991 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4992
4993         * shell/ev-window.c: (ev_window_add_history):
4994
4995         Fix memory leak. 
4996
4997 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4998
4999         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5000         * shell/ev-view.h:
5001         * shell/ev-window.c: (ev_window_add_history):
5002         
5003         Correctly handle named destination links
5004
5005 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5006
5007         * NOTES:
5008         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5009         * backend/pdf/ev-poppler.cc:
5010         * libdocument/ev-document-links.h:
5011         * libdocument/ev-link.c: (ev_link_get_page):
5012         * libdocument/ev-link.h:
5013         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5014         (ev_history_add_link):
5015         * shell/ev-history.h:
5016         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5017         (new_history_menu_item), (build_menu):
5018         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5019         * shell/ev-sidebar-links.c: (create_loading_model),
5020         (print_section_cb), (ev_sidebar_links_construct),
5021         (fill_page_labels), (update_page_callback_foreach),
5022         (update_page_callback), (job_finished_callback):
5023         * shell/ev-view.c: (ev_view_handle_link):
5024         * shell/ev-window.c: (ev_window_find_chapter),
5025         (ev_window_add_history), (view_handle_link_cb),
5026         (history_changed_cb):
5027         
5028         Implements another history variant
5029
5030 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5031
5032         * shell/ev-window.c: (view_external_link_cb):
5033         * shell/ev-view.c: (ev_view_button_release_event):
5034
5035         Open links in new window when clicking with middle button. 
5036
5037 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5038
5039         * shell/ev-navigation-action.c: (new_history_menu_item):
5040         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5041         * shell/ev-view.c: (ev_view_handle_link):
5042         * shell/ev-window.c:
5043         
5044         Store link before jump, not the destination. For me it 
5045         seems like more natural history behavior.
5046
5047 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5048
5049         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5050         (ev_navigation_action_class_init):
5051         * shell/ev-navigation-action.h:
5052         * shell/ev-page-action.c: (activate_cb):
5053         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5054         (ev_page_cache_set_current_page_history):
5055         * shell/ev-page-cache.h:
5056         * shell/ev-sidebar-thumbnails.c:
5057         (ev_sidebar_tree_selection_changed),
5058         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5059         * shell/ev-view-private.h:
5060         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5061         * shell/ev-view.h:
5062         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5063         (ev_window_setup_document), (ev_window_load_job_cb):
5064         * shell/ev-window.h:
5065         
5066         History finally works as expected.
5067
5068 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5069
5070         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5071
5072         Do not update links treeview if it doesn't have a model assigned yet. 
5073
5074 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5075
5076         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5077         (ev_sidebar_links_class_init), (update_page_callback):
5078
5079         Do not update links treeview when sidepane is not visible. 
5080
5081 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5082
5083         * shell/ev-marshal.list:
5084         * shell/ev-page-action.c: (activate_cb),
5085         (ev_page_action_class_init):
5086         * shell/ev-page-action.h:
5087         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5088         * shell/ev-window.c:
5089         
5090         Remove activate_link signal, not required.
5091
5092 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5093
5094         * shell/ev-navigation-action.c: (build_menu):
5095         
5096         Reorder menu items and build menu with fixed length.
5097
5098 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5099
5100         * shell/ev-view.c: (get_selected_text):
5101         
5102         Normalize text to fix ligatures problem. See bug
5103         #341947 for details.
5104
5105 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5106
5107         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5108
5109         Fix memory leak in ev-page-cache. 
5110
5111 2007-01-25  Tom Parker <palfrey@tevp.net>
5112
5113         * backend/impress/impress-document.c: (impress_document_load),
5114         (impress_document_finalize), (impress_document_init):
5115         * properties/ev-properties-main.c: (ev_properties_get_pages):
5116         
5117         Correctly handle impress document errors. Fixes nautilus
5118         crash in property page #370491.
5119
5120 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5121
5122         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5123         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5124         (ev_job_queue_remove_job):
5125         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5126         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5127         (ev_job_load_run):
5128         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5129         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5130         (ev_window_load_job_cb), (xfer_update_progress_callback),
5131         (ev_window_open_uri), (ev_window_dispose):
5132         * shell/main.c: (main):
5133
5134         Do file transfer asynchronously in the main thread instead of
5135         synchronously in the load thread. Fixes bugs #399694, #398307 and
5136         #343542.
5137
5138 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5139
5140         * shell/ev-jobs.c: (ev_job_xfer_run):
5141
5142         Load the document with the font-config lock held. 
5143
5144 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5145
5146         * backend/ps/ps-document.c: (start_interpreter):
5147
5148         Fix memory leaks in ps backend. 
5149
5150 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5151
5152         * backend/impress/impress-document.c:
5153         (impress_document_render_pixbuf):
5154
5155         Do not acquire fontconfig lock in impress backend, since it is using
5156         the main loop for rendering. 
5157
5158 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5159
5160         * po/POTFILES.in: 
5161
5162         Remove mdvi files that shouldn't be translated. 
5163
5164 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5165
5166         * shell/ev-view-private.h:
5167         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5168         (ev_view_set_zoom):
5169
5170         Render "loading..." text into a cairo surface instead of directly into
5171         the window so that fontconfig lock is only needed once and UI is not
5172         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5173
5174 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5175
5176         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5177         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5178
5179         Use icon theme associated with the window screen rather than default. 
5180
5181 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5182
5183         * configure.ac:
5184
5185         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5186
5187 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5188
5189         * data/icons/*/apps/evince.*:
5190
5191         Move Evince icons under new apps directory.
5192
5193         * data/icons/*/actions/*:
5194
5195         Add new custom themeable Evince icons: view-page-continuous, 
5196         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5197         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5198
5199         * configure.ac:
5200
5201         Add new directories to AC_CONFIG_FILES.
5202
5203         * shell/ev-stock-icons.c:
5204         * shell/ev-stock-icons.h:
5205
5206         Use new custom themeable icons.
5207
5208 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5209
5210         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5211
5212         Do not draw white background page in presentation mode. 
5213
5214 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5215
5216         * shell/ev-view.c: Remove unused gnome-vfs include.
5217
5218 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5219
5220         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5221         
5222         Format string is corrected, fixes bug #397129.
5223
5224 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5225
5226         * shell/ev-window.c: (ev_window_setup_recent):
5227
5228         Do not include in recent menu inexistent documents. Fixes
5229         bug #339171.
5230
5231 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5232
5233         * po/POTFILES.skip: 
5234
5235         Update POTFILES.skip file according to current source tree. 
5236
5237 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5238
5239         * shell/ev-window.c: (file_save_dialog_response_cb):
5240
5241         Do Save a copy in atomic way. Fixes bug #328266. 
5242
5243 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5244
5245         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5246
5247         Keep selected cell always visible in index treeview.
5248
5249 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5250         
5251         * shell/ev-view.c: (ev_view_size_allocate):
5252
5253         Restore horizontal scrollbar after switching to/from fullscreen
5254         or presentation mode. Fixes bug #331728.
5255
5256 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5257
5258         * shell/ev-view-private.h:
5259         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5260         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5261         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5262         (ev_view_can_zoom_out):
5263
5264         Use max and min scale values in the view iby taking dpi into account. 
5265
5266 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5267
5268         * configure.ac:
5269         * NEWS:
5270
5271         Release 0.7.1
5272
5273 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5274
5275         * shell/ev-window.c: (ev_window_print_send):
5276
5277         Send print job to printer with some settings set to default values,
5278         since we have already exported to a file according to such settings
5279         and they could be taken twice by some printers. 
5280
5281 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5282
5283         * shell/ev-jobs.c: (ev_job_xfer_run):
5284         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5285
5286         Show main window and load document with the font-config lock held. 
5287
5288 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5289
5290         * configure.ac:
5291         * shell/ev-application.c: (ev_application_register_service):
5292         * shell/main.c: (load_files_remote):
5293
5294         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5295
5296 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5297
5298         * doc/debugging.txt:
5299         
5300         Remove obsolete documentation.
5301
5302 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5303
5304         * Makefile.am:
5305         * backend/Makefile.am:
5306         * backend/comics/Makefile.am:
5307         * backend/djvu/Makefile.am:
5308         * backend/dvi/Makefile.am:
5309         * backend/ev-async-renderer.c:
5310         * backend/ev-async-renderer.h:
5311         * backend/ev-attachment.c:
5312         * backend/ev-attachment.h:
5313         * backend/ev-backend-marshal.c:
5314         * backend/ev-document-factory.c:
5315         * backend/ev-document-factory.h:
5316         * backend/ev-document-find.c:
5317         * backend/ev-document-find.h:
5318         * backend/ev-document-fonts.c:
5319         * backend/ev-document-fonts.h:
5320         * backend/ev-document-images.c:
5321         * backend/ev-document-images.h:
5322         * backend/ev-document-info.h:
5323         * backend/ev-document-links.c:
5324         * backend/ev-document-links.h:
5325         * backend/ev-document-misc.c:
5326         * backend/ev-document-misc.h:
5327         * backend/ev-document-security.c:
5328         * backend/ev-document-security.h:
5329         * backend/ev-document-thumbnails.c:
5330         * backend/ev-document-thumbnails.h:
5331         * backend/ev-document-transition.c:
5332         * backend/ev-document-transition.h:
5333         * backend/ev-document.c:
5334         * backend/ev-document.h:
5335         * backend/ev-file-exporter.c:
5336         * backend/ev-file-exporter.h:
5337         * backend/ev-image.c:
5338         * backend/ev-image.h:
5339         * backend/ev-link-action.c:
5340         * backend/ev-link-action.h:
5341         * backend/ev-link-dest.c:
5342         * backend/ev-link-dest.h:
5343         * backend/ev-link.c:
5344         * backend/ev-link.h:
5345         * backend/ev-render-context.c:
5346         * backend/ev-render-context.h:
5347         * backend/ev-selection.c:
5348         * backend/ev-selection.h:
5349         * backend/impress/Makefile.am:
5350         * backend/pdf/Makefile.am:
5351         * backend/pixbuf/Makefile.am:
5352         * backend/ps/Makefile.am:
5353         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5354         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5355         (start_interpreter), (stop_interpreter), (document_load),
5356         (ps_document_next_page), (render_page):
5357         * backend/tiff/Makefile.am:
5358         * comics/Makefile.am:
5359         * comics/comics-document.c:
5360         * comics/comics-document.h:
5361         * configure.ac:
5362         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5363         * djvu/Makefile.am:
5364         * djvu/djvu-document-private.h:
5365         * djvu/djvu-document.c:
5366         * djvu/djvu-document.h:
5367         * djvu/djvu-links.c:
5368         * djvu/djvu-links.h:
5369         * djvu/djvu-text-page.c:
5370         * djvu/djvu-text-page.h:
5371         * djvu/djvu-text.c:
5372         * djvu/djvu-text.h:
5373         * dvi/Makefile.am:
5374         * dvi/dvi-document.c:
5375         * dvi/dvi-document.h:
5376         * dvi/fonts.c:
5377         * dvi/fonts.h:
5378         * dvi/mdvi-lib/Makefile.am:
5379         * dvi/mdvi-lib/afmparse.c:
5380         * dvi/mdvi-lib/afmparse.h:
5381         * dvi/mdvi-lib/bitmap.c:
5382         * dvi/mdvi-lib/bitmap.h:
5383         * dvi/mdvi-lib/color.c:
5384         * dvi/mdvi-lib/color.h:
5385         * dvi/mdvi-lib/common.c:
5386         * dvi/mdvi-lib/common.h:
5387         * dvi/mdvi-lib/defaults.h:
5388         * dvi/mdvi-lib/dvimisc.c:
5389         * dvi/mdvi-lib/dviopcodes.h:
5390         * dvi/mdvi-lib/dviread.c:
5391         * dvi/mdvi-lib/files.c:
5392         * dvi/mdvi-lib/font.c:
5393         * dvi/mdvi-lib/fontmap.c:
5394         * dvi/mdvi-lib/fontmap.h:
5395         * dvi/mdvi-lib/fontsrch.c:
5396         * dvi/mdvi-lib/gf.c:
5397         * dvi/mdvi-lib/hash.c:
5398         * dvi/mdvi-lib/hash.h:
5399         * dvi/mdvi-lib/list.c:
5400         * dvi/mdvi-lib/mdvi.h:
5401         * dvi/mdvi-lib/pagesel.c:
5402         * dvi/mdvi-lib/paper.c:
5403         * dvi/mdvi-lib/paper.h:
5404         * dvi/mdvi-lib/pk.c:
5405         * dvi/mdvi-lib/private.h:
5406         * dvi/mdvi-lib/setup.c:
5407         * dvi/mdvi-lib/sp-epsf.c:
5408         * dvi/mdvi-lib/special.c:
5409         * dvi/mdvi-lib/sysdeps.h:
5410         * dvi/mdvi-lib/t1.c:
5411         * dvi/mdvi-lib/tfm.c:
5412         * dvi/mdvi-lib/tfmfile.c:
5413         * dvi/mdvi-lib/tt.c:
5414         * dvi/mdvi-lib/util.c:
5415         * dvi/mdvi-lib/vf.c:
5416         * dvi/pixbuf-device.c:
5417         * dvi/pixbuf-device.h:
5418         * impress/Makefile.am:
5419         * impress/common.h:
5420         * impress/document.c:
5421         * impress/f_oasis.c:
5422         * impress/f_oo13.c:
5423         * impress/iksemel.c:
5424         * impress/iksemel.h:
5425         * impress/imposter.h:
5426         * impress/impress-document.c:
5427         * impress/impress-document.h:
5428         * impress/internal.h:
5429         * impress/r_back.c:
5430         * impress/r_draw.c:
5431         * impress/r_geometry.c:
5432         * impress/r_gradient.c:
5433         * impress/r_style.c:
5434         * impress/r_text.c:
5435         * impress/render.c:
5436         * impress/render.h:
5437         * impress/zip.c:
5438         * impress/zip.h:
5439         * lib/Makefile.am:
5440         * lib/ev-debug.c:
5441         * lib/ev-debug.h:
5442         * lib/ev-file-helpers.c:
5443         * lib/ev-file-helpers.h:
5444         * lib/ev-gui.c:
5445         * lib/ev-gui.h:
5446         * lib/ev-tooltip.c:
5447         * lib/ev-tooltip.h:
5448         * libdocument/Makefile.am:
5449         * libdocument/ev-file-helpers.c:
5450         * pdf/Makefile.am:
5451         * pdf/ev-poppler.cc:
5452         * pdf/ev-poppler.h:
5453         * pixbuf/Makefile.am:
5454         * pixbuf/pixbuf-document.c:
5455         * pixbuf/pixbuf-document.h:
5456         * properties/Makefile.am:
5457         * ps/Makefile.am:
5458         * ps/gsdefaults.c:
5459         * ps/gsdefaults.h:
5460         * ps/gsio.c:
5461         * ps/gsio.h:
5462         * ps/gstypes.h:
5463         * ps/ps-document.c:
5464         * ps/ps-document.h:
5465         * ps/ps.c:
5466         * ps/ps.h:
5467         * shell/Makefile.am:
5468         * shell/ev-application.h:
5469         * shell/ev-sidebar-links.c:
5470         * shell/ev-sidebar-links.h:
5471         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5472         (ev_gui_menu_position_tree_selection):
5473         * shell/ev-utils.h:
5474         * shell/ev-view.c: (ev_view_finalize):
5475         * shell/ev-window.c:
5476         * shell/main.c: (main):
5477         * thumbnailer/Makefile.am:
5478         * tiff/Makefile.am:
5479         * tiff/tiff-document.c:
5480         * tiff/tiff-document.h:
5481         * tiff/tiff2ps.c:
5482         * tiff/tiff2ps.h:
5483         
5484         Reorganize source tree.
5485
5486 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5487
5488         * backend/ev-document-factory.c:
5489
5490         Do not include ev-poppler.h when pdf is disabled. 
5491
5492 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5493
5494         * configure.ac:
5495         * data/evince-ui.xml:
5496         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5497         (pdf_document_document_images_iface_init):
5498         * backend/Makefile.am:
5499         * backend/ev-document-images.[ch]:
5500         * backend/ev-image.[ch]:
5501         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5502         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5503         (ev_job_xfer_run):
5504         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5505         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5506         (ev_pixbuf_cache_get_image_mapping):
5507         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5508         (view_menu_popup_cb), (ev_window_dispose),
5509         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5510         (ev_view_popup_cmd_copy_image):
5511         * shell/ev-view-private.h:
5512         * shell/ev-view.c: (ev_view_get_image_at_location),
5513         (ev_view_do_popup_menu), (ev_view_popup_menu),
5514         (ev_view_button_press_event), (ev_view_drag_data_get),
5515         (ev_view_drag_motion), (ev_view_drag_data_received),
5516         (ev_view_motion_notify_event), (ev_view_button_release_event),
5517         (ev_view_finalize), (ev_view_class_init):
5518
5519         Add image handling support. Fixes bugs #310008 and #325047. Images
5520         selection is not supported yet. 
5521
5522 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5523
5524         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5525         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5526         (ev_view_init):
5527
5528         Move view drag and drop stuff to ev-view.
5529
5530 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5531
5532         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5533         * shell/ev-view.c: (clear_selection): 
5534
5535         Clear selection also in pixbuf cache.
5536
5537 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5538
5539         * data/evince.desktop.in.in:
5540         
5541         Change icon name in desktop file. See bug #390734
5542         for details.
5543
5544 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5545
5546         * thumbnailer/Makefile.am:
5547
5548         Use top_builddir instead top_srcdir for generated schema
5549         file installation. Fixes bug #390161.
5550
5551 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5552
5553         * configure.ac:
5554         * backend/Makefile.am:
5555         * backend/ev-document-transition.[ch]:
5556         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5557         (pdf_document_page_transition_iface_init):
5558         * shell/ev-view-private.h:
5559         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5560         (ev_view_set_presentation), (transition_next_page),
5561         (ev_view_presentation_transition_stop),
5562         (ev_view_presentation_transition_start), (ev_view_next_page):
5563
5564         Add page transition support in presentation mode. At the moment only
5565         page duration is supported, but not transition effects. Fixes bug
5566         #309815.
5567
5568 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5569
5570         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5571
5572         Run find_link_dest with document lock held, since it's called by links
5573         thread and main thread at the same time. 
5574
5575 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5576
5577         * shell/ev-view.c: (goto_dest):
5578
5579         Update page-cache when page is changed by the view, so that
5580         page-changed signal is emitted. 
5581
5582 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5583
5584         * test/test1.py:
5585         * test/test2.py:
5586
5587         Use C locale in tests. 
5588
5589 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5590
5591         * shell/ev-window.c: (ev_window_run_presentation):
5592         * shell/ev-view-private.h:
5593         * shell/ev-view.c: (ev_view_set_presentation):
5594
5595         Restore zoom settings when back from presentation mode. 
5596
5597 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5598
5599         * shell/ev-window.c: (ev_window_run_presentation):
5600
5601         Always use "best fit" zoom in presentation mode.
5602         Fixes bug #389195.
5603
5604 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5605
5606         * shell/ev-view.c: (ev_view_goto_window_create):
5607
5608         Show "Jump to page" label in the page jumping popup in
5609         presentation mode instead of just a GtkEntry.
5610
5611 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5612
5613         * shell/ev-window.c: (launch_external_uri):
5614
5615         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5616         #378085.
5617
5618 2006-12-22  Elijah Newren  <newren gmail com>
5619
5620         * configure.ac: explicitly check for libxml2.  Fixes #388795
5621
5622 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5623
5624         * shell/ev-view-private.h:
5625         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5626         (ev_view_goto_window_delete_event), (key_is_numeric),
5627         (ev_view_goto_window_key_press_event),
5628         (ev_view_goto_window_button_press_event),
5629         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5630         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5631         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5632
5633         Allow jumping to another page by typing a page number in presentation
5634         mode. It uses a popup window with an entry. Fixes bug #353625.
5635
5636 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5637
5638         * configure.ac:
5639         * properties/ev-properties-view.c: (ev_get_default_user_units),
5640         (ev_regular_paper_size):
5641         
5642         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5643         to Damien Carbery <damien.carbery@sun.com> and
5644         Yevgen Muntyan <muntyan@tamu.edu>.
5645
5646 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5647
5648         * shell/ev-window.c: (setup_document_from_metadata):
5649
5650         Make sure Evince doesn't restore the view on the last
5651         page when a document is reopened. Fixes bug #383381.
5652
5653 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5654
5655         * shell/ev-view.c: (draw_loading_text):
5656
5657         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5658
5659 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5660
5661         * configure.ac:
5662         * NEWS:
5663
5664         Release 0.7.0
5665
5666 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5667
5668         * configure.ac:
5669         * pdf/ev-poppler.cc: (pdf_print_context_free),
5670         (pdf_document_file_exporter_begin),
5671         (pdf_document_file_exporter_do_page):
5672
5673         Make cairo-pdf depedency optional. 
5674
5675 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5676
5677         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5678
5679         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5680
5681 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5682
5683         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5684         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5685         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5686         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5687         * shell/ev-view.c: (draw_loading_text):
5688         * shell/ev-window.c: (ev_window_cmd_file_properties):
5689
5690         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5691         related to using FontConfig from different threads.
5692         
5693 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5694
5695         * shell/ev-view.c: (draw_loading_text):
5696
5697         Acquire lock document when drawing "Loading..." text so that only one
5698         thread will use FontConfig at the same time. Fixes bug #374750.
5699
5700 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5701
5702         * shell/ev-page-action.[ch]: (activate_cb):
5703         * shell/ev-window.c: (activate_label_cb):
5704
5705         Check if text inserted in page entry is a valid page number when it
5706         doesn't match to any document page label. Fixes bug #383165.
5707
5708 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5709         * shell/ev-window.c:
5710
5711         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5712         available with GTK < 2.10. Added an ifdef to avoid compilation
5713         error.
5714
5715 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5716
5717         * configure.ac:
5718         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5719
5720         Fix ps backend in multihead systems.
5721
5722 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5723
5724         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5725         * shell/ev-window.c: (ev_window_get_screen_dpi),
5726         (ev_window_update_actions), (setup_view_from_metadata),
5727         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5728
5729         Take screen DPI into account when zooming. Fixes bug #318285.
5730
5731 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5732
5733         * data/Makefile.am:
5734
5735         Cleaned up/slightly refactored Makefile.am. Added GConf
5736         schemas uninstallation as well.
5737
5738 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5739
5740         * Makefile.am:
5741         * test/Makefile.am:
5742
5743         Fight with autotools to fix make check. Make distcheck
5744         works fine as well now!
5745
5746 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5747
5748         * shell/ev-view.c: (draw_end_presentation_page):
5749
5750         Corrected "end of presentation" string.
5751
5752 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5753
5754         * shell/ev-view.c: (ev_view_key_press_event):
5755
5756         Correctly propagate key press event so that up/down keys
5757         work as expected (correct behaviour was broken by
5758         black/white screen key bindings for presentations).
5759
5760 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5761
5762         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5763         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5764         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5765         (pdf_selection_get_selection_region),
5766         (pdf_selection_get_selection_map):
5767
5768         Add "static" to some private functions. 
5769
5770 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5771
5772         * lib/ev-tooltip.h:
5773         * properties/ev-properties-view.h:
5774         * shell/ev-jobs.h:
5775         * shell/ev-properties-dialog.h:
5776         * shell/ev-properties-fonts.h:
5777         * shell/ev-sidebar-links.h:
5778         * shell/ev-sidebar-thumbnails.h:
5779         * shell/ev-sidebar.h:
5780         * shell/ev-window.h:
5781         
5782         Fixes CHACK type in class casts. See bug #385343
5783         for details.
5784
5785 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5786
5787         * shell/ev-view-private.h:
5788         * shell/ev-view.c: (draw_end_presentation_page),
5789         (ev_view_expose_event), (ev_view_key_press_event),
5790         (ev_view_class_init), (ev_view_init):
5791
5792         Blank screen in presentation mode when pressing 'b' (filling with
5793         black) or 'w' (filling with white) keys. Fixes bug #358132.
5794
5795 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5796
5797         * data/evince-toolbar.xml:
5798         * shell/ev-window.c:
5799         
5800         Use stock icon for Select All action. Fixes
5801         bug #382652.
5802
5803 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5804
5805         * shell/ev-view.c: (get_doc_point_from_offset),
5806         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5807
5808         Add links support in rotated documents. Fixes bug #343733.
5809
5810 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5811
5812         * shell/ev-view-private.h:
5813         * shell/ev-view.c: (draw_end_presentation_page),
5814         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5815
5816         Show a blank page after the last page in presentation mode with a
5817         message indicating that presentation has finished and how to exit. 
5818
5819 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5820
5821         * shell/ev-window.c: (fullscreen_timeout_cb):
5822
5823         Hide cursor after a while in presentation mode. 
5824
5825 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5826
5827         * backend/ev-document-info.h:
5828         * data/evince-properties.glade:
5829         * pdf/ev-poppler.cc:
5830         * properties/ev-properties-view.c: (ev_regular_paper_size),
5831         (ev_properties_view_set_info):
5832         * ps/ps-document.c: (ps_document_get_info):
5833
5834         Adds a paper size field to the properties dialog. Fixes
5835         bug #307315. Patch by Kasper Svendsen (with some i18n
5836         changes done by me).
5837
5838 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5839
5840         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5841         (screensaver_init_dbus), (totem_scrsaver_new),
5842         (totem_scrsaver_init):
5843         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5844         * shell/ev-application.c: (ev_application_register_service),
5845         (ev_application_screensaver_enable),
5846         (ev_application_screensaver_disable):
5847         * shell/ev-application.h:
5848         * shell/ev-window.c: (ev_window_run_presentation),
5849         (ev_window_stop_presentation), (build_comments_string),
5850         (ev_window_init):
5851         
5852         Move screensaver handling to application. No more
5853         message on startup.
5854
5855 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5856
5857         * configure.ac:
5858         * backend/Makefile.am:
5859         * backend/ev-file-exporter.[ch]:
5860         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5861         * ps/ps-document.c: (ps_document_file_exporter_*):
5862         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5863         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5864         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5865         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5866
5867         Allow printing to PDF when suppoted by the backend.
5868         
5869 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5870
5871         * shell/ev-window.c: (build_comments_string):
5872
5873         Use always "Document Viewer" in about dialog. 
5874
5875 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5876
5877         * djvu/djvu-document.c: (djvu_document_get_page_size):
5878
5879         Display a warning message when get_pageinfo fails. 
5880
5881 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5882
5883         * Makefile.am:
5884         * backend/Makefile.am:
5885         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5886         * configure.ac:
5887         * shell/ev-window.c: (build_comments_string):
5888         
5889         Make pdf compilation optional. See bug #38007.
5890
5891 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5892
5893         * ps/ps.c: (get_next_text):
5894
5895         Fix CVE-2006-5864.
5896
5897 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5898
5899         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5900         * shell/ev-navigation-action.c: (connect_proxy),
5901         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5902         
5903         Do not call g_type_class_peek_parent twice.
5904
5905 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5906
5907         * configure.ac:
5908         * data/icons/24x24/.cvsignore:
5909         * data/icons/24x24/Makefile.am:
5910         * data/icons/24x24/evince.png:
5911         * data/icons/Makefile.am:
5912         
5913         Add 24x24 icon. Thanks to 
5914         Michael Monreal <infernux@web.de>.
5915
5916 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5917
5918         * configure.ac: Fix typo in configure.ac. Thanks
5919         to dmacks@netspace.org for notification.
5920
5921 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5922
5923         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5924         
5925         Drop dbus include, fixes compilation with older dbus.
5926
5927 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5928
5929         * configure.ac:
5930         * cut-n-paste/Makefile.am:
5931         * cut-n-paste/totem-screensaver/.cvsignore
5932         * cut-n-paste/totem-screensaver/Makefile.am:
5933         * cut-n-paste/totem-screensaver/README:
5934         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5935         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5936         * shell/Makefile.am:
5937         * shell/ev-window.c: (ev_window_run_presentation),
5938         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5939         (ev_window_init):
5940
5941         Implemented screensaver enabling/disabling for
5942         presentation mode (not fullscreen mode). Code stolen
5943         from Totem (with some minor tweaks). Fixes bug #338889.
5944
5945 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5946
5947         * configure.ac:
5948
5949         Bump gnome-icon-theme requirements. We use the rotation
5950         icons that appeared recently.
5951
5952 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5953
5954         * shell/ev-history.c: (ev_history_add_page):
5955         * shell/ev-history.h:
5956         * shell/ev-window.c: (page_changed_cb):
5957         
5958         Use page labels instead of numbers.
5959
5960 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5961
5962         * data/evince-toolbar.xml:
5963         * po/POTFILES.in:
5964         * shell/Makefile.am:
5965         * shell/ev-navigation-action-widget.c:
5966         (ev_navigation_action_widget_init),
5967         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5968         (menu_detacher), (ev_navigation_action_widget_set_menu),
5969         (menu_position_func), (popup_menu_under_arrow),
5970         (ev_navigation_action_widget_toggled),
5971         (ev_navigation_action_widget_button_press_event):
5972         * shell/ev-navigation-action-widget.h:
5973         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5974         (ev_navigation_action_set_window), (activate_menu_item_cb),
5975         (new_history_menu_item), (new_empty_history_menu_item),
5976         (build_menu), (menu_activated_cb), (connect_proxy),
5977         (create_tool_item), (ev_navigation_action_init),
5978         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5979         * shell/ev-navigation-action.h:
5980         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5981         (ev_page_action_widget_set_page_cache),
5982         (ev_page_action_widget_finalize),
5983         (ev_page_action_widget_class_init), (match_selected_cb),
5984         (display_completion_text), (match_completion), (build_new_tree_cb),
5985         (get_filter_model_from_model),
5986         (ev_page_action_widget_update_model):
5987         * shell/ev-page-action-widget.h:
5988         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5989         (connect_proxy):
5990         * shell/ev-page-action.h:
5991         * shell/ev-stock-icons.c:
5992         * shell/ev-stock-icons.h:
5993         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5994         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5995         (register_custom_actions):
5996         * shell/main.c:
5997         
5998         Preliminary history implementation
5999
6000 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6001
6002         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6003         (dvi_document_class_init), (dvi_document_init_params):
6004         * dvi/mdvi-lib/font.c: (font_reference):
6005         
6006         Add reference to subfont. Fixes bug #374277.
6007
6008 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6009
6010         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6011         (ev_window_cmd_file_open_copy_at_dest):
6012
6013         Fix a race condition when creating symlink. Increase the counter
6014         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6015         Mathias Hasselmann).
6016
6017 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6018
6019         * backend/Makefile.am:
6020         * backend/ev-attachment.c: (ev_attachment_open):
6021         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6022         (ev_tmp_dir), (ev_tmp_filename):
6023         * shell/ev-sidebar-attachments.c:
6024         (ev_sidebar_attachments_drag_data_get):
6025         * shell/ev-window.c: (ev_window_clear_temp_file):
6026
6027         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6028         in ensure_dir_exists. Abort without crashing when we can't create
6029         user's directory.
6030
6031 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6032
6033         * data/evince-ui.xml:
6034         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6035         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6036         (ev_window_cmd_file_open_copy_at_dest),
6037         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6038         (ev_view_popup_cmd_open_link_new_window):
6039
6040         Allow opening a copy of the current document in a new window. Fixes bug
6041         #357472
6042
6043 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6044
6045         * data/evince-toolbar.xml:
6046         
6047         Add rotate right and rotate left to available items for toolbar.
6048         
6049         * data/evince-ui.xml:
6050         * shell/ev-window.c: (ev_window_init):
6051         
6052         Customize toolbar with right click. Fixes bug #372451.
6053
6054 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6055
6056         * shell/ev-window.c: 
6057         
6058         Use "object-rotate-{left,right}" stock icons. Fixes 
6059         bug #373863.
6060
6061 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6062
6063         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6064         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6065         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6066         (ev_window_open_uri):
6067         * shell/main.c: (arguments_parse):
6068
6069         Remove temp file created when evince is used by GTK+ in
6070         preview mode. Fixes bug #365282. 
6071
6072 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6073
6074         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6075         
6076         Fixes bug #372474 - Side pane disabled when entering 
6077         and leaving fullscreen mode.
6078
6079 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6080
6081         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6082         * data/Makefile.am:
6083         * data/evince-preview-toolbar.xml:
6084         * data/evince-toolbar.xml:
6085         * shell/ev-application.c: (ev_application_shutdown),
6086         (ev_application_init), (ev_application_get_toolbars_model):
6087         * shell/ev-application.h:
6088         * shell/ev-window.c: (update_chrome_visibility),
6089         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6090         (ev_window_cmd_edit_toolbar), (ev_window_init):
6091         
6092         Fixes bug #364364 - toolbar editor shows zoom actions again.
6093
6094 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6095
6096         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6097
6098         Do not take margins into consideration for paper size when printing.
6099         Really fixes bug #350491.
6100
6101 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6102
6103         * data/evince-ui.xml:
6104         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6105         (ev_window_cmd_file_print_setup),
6106         (ev_window_print_dialog_response_cb),
6107         (ev_window_setup_action_sensitivity):
6108
6109         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6110
6111 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6112
6113         * shell/ev-window.c: (ev_window_print_range):
6114
6115         Revert my previuos commit, since printing to PDF is not supported by
6116         evince yet. 
6117
6118 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6119
6120         * shell/ev-window.c: (ev_window_print_range):
6121
6122         Enable print to a PDF. Fixes bug #332121.
6123
6124 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6125
6126         * shell/ev-application-service.xml:
6127         * shell/ev-application.[ch]: (ev_application_open_window),
6128         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6129         (ev_application_open_uri), (ev_application_open_uri_list):
6130         * shell/ev-window.c: (file_open_dialog_response_cb),
6131         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6132         (drag_data_received_cb), (open_remote_link):
6133         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6134
6135         Add support for multiscreen systems. Fixes bug #316206.
6136
6137 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6138
6139         * shell/ev-jobs.[ch]: (ev_job_print_new),
6140         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6141         (ev_job_print_do_page):
6142         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6143
6144         Allow printing only odd/even pages. Fixes bug #367289.
6145
6146 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6147
6148         * test/test1.py:
6149         * test/test2.py:
6150
6151         Re-add locale settings to test files.
6152
6153 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6154
6155         * data/evince-ui.xml:
6156         * shell/ev-window.c: (set_action_properties):
6157         
6158         Removed garbage from code and ui.
6159
6160 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6161
6162         * shell/ev-window.c: (ev_window_cmd_help_about):
6163
6164         Shamelessly add my name to the list of contributors.
6165
6166 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6167
6168         * test/test1.py:
6169         * test/test2.py:
6170
6171         Cleaned up the dogtail scripts.
6172
6173 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6174
6175         * shell/ev-view.c: (draw_loading_text): Don't render
6176         "loading..." text in presentation mode. Temporary
6177         workaround for bug #320352.
6178
6179 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6180
6181         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6182         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6183
6184         Use print settings scale, copies, collate and reverse which were
6185         ignored. Fixes bug #359032.
6186
6187 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6188
6189         * configure.ac:
6190         * data/evince-password.glade:
6191         * test/Makefile.am:
6192         * test/test-encrypt.pdf:
6193         * test/test-links.pdf:
6194         * test/test1.py:
6195         * test/test2.py:
6196
6197         Add automated UI tests for evince with dogtail. See
6198         bug #300948.    
6199
6200 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6201
6202         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6203
6204         Hide fullscreen toolbar when switching to another desktop workspace.
6205         Fixes bug #338871
6206
6207 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6208
6209         * shell/ev-window-title.c: 
6210         
6211         Test for .dvi in title of pdf documents.
6212
6213 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6214
6215         * shell/ev-view.c: (ev_view_scroll):
6216
6217         Page Up/Down should do page jumps in "Best fit" mode.
6218         If a user has explicitly chosen to view exactly one page
6219         at a time, scrolling just a part of the page when
6220         pressing Page Up/Down is not right. Fixes bug #323107.
6221
6222 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6223
6224         * NEWS:
6225         * configure.ac:
6226         
6227         Update for 0.6.1
6228
6229 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6230
6231         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6232         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6233         
6234         Correctly disconnect from job signals on destroy.
6235
6236 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6237
6238         * shell/ev-view-private.h:
6239         * shell/ev-view.c: (view_set_adjustment_values),
6240         (view_update_range_and_current_page),
6241         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6242         
6243         Fixes bug #343199, current page now follows find page.
6244
6245 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6246
6247         * backend/ev-document-factory.c:
6248         * configure.ac:
6249         Assigned OpenDocument presenation MIME type to the
6250         Impress backend. Added some missing (but harmless)
6251         #ifdefs in the document factory as well to make things
6252         consistent again. Fixes bug #360658.
6253
6254 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6255
6256         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6257         * backend/ev-document-find.c: (ev_document_find_get_type):
6258         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6259         * backend/ev-document-links.c: (ev_document_links_get_type):
6260         * backend/ev-document-security.c: (ev_document_security_get_type):
6261         * backend/ev-document-thumbnails.c:
6262         (ev_document_thumbnails_get_type):
6263         * backend/ev-document.c: (ev_document_get_type):
6264         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6265         * backend/ev-selection.c: (ev_selection_get_type):
6266         * cut-n-paste/recent-files/egg-recent-model.c:
6267         (egg_recent_model_get_type):
6268         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6269         (egg_recent_view_uimanager_get_type):
6270         * cut-n-paste/recent-files/egg-recent-view.c:
6271         (egg_recent_view_get_type):
6272         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6273         (egg_editable_toolbar_get_type):
6274         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6275         (egg_toolbar_editor_get_type):
6276         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6277         (egg_toolbars_model_get_type):
6278         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6279         (egg_tree_multi_drag_source_get_type):
6280         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6281         (ephy_zoom_action_get_type):
6282         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6283         (ephy_zoom_control_get_type):
6284         * impress/r_back.c: (_imp_fill_back):
6285         * properties/ev-properties-main.c:
6286         (ev_properties_plugin_register_type):
6287         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6288         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6289         (ev_view_accessible_factory_get_type):
6290
6291         Reduce relocations. Bug #360616.
6292
6293 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6294
6295         * backend/ev-document-factory.c:
6296         (ev_document_factory_get_document):
6297         
6298         Load document even if extension is wrong.
6299
6300 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6301
6302         * shell/ev-metadata-manager.c: (save_values):
6303         * shell/ev-window.c: (setup_size_from_metadata),
6304         (setup_view_from_metadata), (ev_window_setup_document),
6305         (ev_window_xfer_job_cb), (window_configure_event_cb):
6306         
6307         Set size according to the document size/page size ratio.
6308         That should correct rather wierd behaviour of the previous
6309         commit.
6310
6311 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6312
6313         * shell/ev-window.c: (setup_view_from_metadata):
6314         
6315         Set size for new windows from previous window size.
6316         See bugs #354968 and #168450 for details. Thanks
6317         to Meik Hellmund.
6318
6319 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6320
6321         * djvu/djvu-links.c: (build_tree):
6322
6323         Fix memory leak.
6324
6325 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6326
6327         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6328         
6329         Don't make sidebar close button insensitive. Fixes
6330         bug #357871.
6331
6332 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6333
6334         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6335         (ev_window_set_view_accels_sensitivity):
6336         
6337         Don't enable Slash on documents which don't support
6338         find. Fixes bug #358648.
6339
6340 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6341
6342         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6343         open dialog fall back to the current document uri if the
6344         filechooser hasn't been used before. Fixes bug #356980.
6345
6346 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6347
6348         * shell/ev-window.c: (ev_window_setup_recent), 
6349         (ev_window_get_recent_file_label):
6350
6351         Escape underscores in filenames of recent file items.
6352
6353 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6354
6355         * configure.ac:
6356         
6357         Bumped poppler requirements, really 0.5.3 is very 
6358         buggy, now we require 0.5.4.
6359
6360 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6361
6362         * djvu/Makefile.am:
6363         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6364         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6365         (djvu_document_document_links_iface_init):
6366         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6367         (number_from_string_10), (get_djvu_link_dest),
6368         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6369         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6370         (djvu_links_get_links), (djvu_links_find_link_dest),
6371         (djvu_links_get_links_model):
6372         * djvu/djvu-links.h:
6373         
6374         Add support for links and bookmarks in djvu documents. Thanks
6375         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6376         patch.
6377
6378 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6379
6380         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6381         
6382         Reopen should reload document. Fixes 
6383         bug 327951.
6384
6385 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6386
6387         * configure.ac:
6388         * data/Makefile.am:
6389         * data/evince-16.png:
6390         * data/evince-22.png:
6391         * data/evince.png:
6392         * data/evince.svg:
6393         * data/icons/16x16/Makefile.am:
6394         * data/icons/16x16/evince.png:
6395         * data/icons/22x22/Makefile.am:
6396         * data/icons/22x22/evince.png:
6397         * data/icons/48x48/Makefile.am:
6398         * data/icons/48x48/evince.png:
6399         * data/icons/Makefile.am:
6400         * data/icons/scalable/Makefile.am:
6401         * data/icons/scalable/evince.svg:
6402         
6403         Install icons with correct names. Fixes
6404         bug #354429.
6405
6406 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6407
6408         * shell/ev-view.c: (ev_view_button_release_event):
6409
6410         Don't open links with middle mouse button. Fixes bug #353649
6411
6412 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6413
6414         * NEWS:
6415         * configure.ac:
6416         
6417         Update for release 0.6.0
6418
6419 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6420
6421         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6422         Implement Close named action. Patch by Carlos Garcia Campos.
6423
6424 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6425
6426         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6427         
6428         Don't clear link mapping on copy_job_to_job_info. Fixes
6429         bug 346168.
6430
6431 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6432
6433         * shell/main.c: (main):
6434
6435         Revert my previous commit, gnome_program_init owns the option context.
6436         Fix another memory leak in main. Both caught by Christian Persch. 
6437
6438 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6439
6440         * shell/main.c: (main):
6441
6442         Fix memory leak.
6443
6444 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6445
6446         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6447
6448         Fix crash when opening a pdf with password protection. 
6449
6450 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6451
6452         * pdf/ev-poppler.cc: (pdf_document_search_free):
6453
6454         Fix memory leak. 
6455
6456 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6457
6458         * backend/ev-document-factory.c:
6459         (ev_document_factory_get_document):
6460         * tiff/tiff-document.c: (tiff_document_finalize):
6461         
6462         More correct handling of document loading. Fixes
6463         bug #349043.
6464
6465 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6466
6467         * backend/ev-attachment.c: (ev_attachment_save):
6468
6469         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6470         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6471
6472 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6473         
6474         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6475         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6476
6477 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6478
6479         * shell/ev-sidebar-thumbnails.c:
6480
6481         Do not render thumbnails unless thumbnails page is active in the
6482         sidebar.
6483
6484 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6485
6486         * shell/ev-properties-dialog.c:
6487
6488         Fix dialogue spacing. Bug #351370.
6489
6490 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6491
6492         * configure.ac:
6493
6494         Use lowercase gettext catalog file names (evince.mo
6495         instead of Evince.mo)
6496
6497 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6498
6499         * shell/ev-sidebar-attachments.c:
6500
6501         GtkIconTheme is now screen safe too. Fixes bug #350878
6502
6503 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6504
6505         * shell/ev-window.c:
6506
6507         GtkRecent manager is now screen safe. Fixes bug #350145
6508
6509 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6510
6511         * shell/ev-sidebar.c: (ev_sidebar_init):
6512         
6513         Make sidebar close icon smaller. Fix for bug 350177.
6514         See also bugs 350176 and 165770.
6515
6516 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6517
6518         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6519
6520         Ignore zoom for xyz destinations when it's <= 1, keeping user
6521         preferences instead. Set correct sizing-mode for fith and fitv
6522         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6523
6524 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6525
6526         * NEWS:
6527         * configure.ac:
6528         
6529         Update for release 0.5.5
6530
6531 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6532         
6533         * shell/ev-window.c: (ev_window_cmd_escape)
6534
6535         Escape unfocus page entry. Fixes bug #345809.
6536
6537 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6538
6539         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6540         (build_tree), (pdf_document_links_get_links),
6541         (pdf_document_links_find_link_dest):
6542         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6543         (goto_xyz_dest):
6544
6545         Convert from PDF style coordinates to X style coordinates in the
6546         backend rather than in the view. Fixes bug #338440
6547
6548 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6549
6550         * shell/ev-window.c:
6551         
6552         Remove Ctrl+Shift+T shortcut for toolbars. See
6553         the bug #350098.
6554
6555 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6556
6557         * configure.ac:
6558
6559         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6560         of this. 
6561
6562 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6563
6564         * configure.ac:
6565         * cut-n-paste/Makefile.am:
6566         * data/evince-ui.xml:
6567         * shell/Makefile.am:
6568         * shell/ev-application.[ch]:
6569         * shell/ev-window.c:
6570
6571         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6572         #349273
6573
6574 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6575
6576         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6577         findbar code: s/help/search/
6578
6579 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6580
6581         * shell/ev-window.c: (setup_document_from_metadata),
6582         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6583         (setup_view_from_metadata):
6584         
6585         Fix memory leaks.
6586
6587 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6588
6589         * autogen.sh, configure.ac: 
6590         
6591         Update automake usage. See bug 349292.
6592
6593 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6594
6595         * shell/eggfindbar.c: (egg_find_bar_class_init),
6596         (entry_activate_callback), (egg_find_bar_init),
6597         (egg_find_bar_set_status_text):
6598         * shell/eggfindbar.h:
6599         
6600         Unify Evince findbar with Epiphany. Nice patch
6601         from Fabricio Silva <silva@crans.org> and
6602         Frederic Peters <fpeters@entrouvert.com>. See
6603         bug #339966 for details.
6604
6605 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6606
6607         * data/evince.desktop.in.in:
6608         
6609         Correct information for bugzilla. Thanks to
6610         Olaf Vitters, see bug #348855.
6611
6612 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6613
6614         * shell/ev-jobs.[ch]:
6615         * shell/ev-sidebar-links.c:
6616         * shell/ev-window.[ch]:
6617
6618         GtkPrintJob doesn't support print ranges or current page, so we export
6619         to a ps file now when printing ranges or current page.
6620
6621 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * pdf/ev-poppler.cc:
6624         * shell/ev-window.c: (do_action_named):
6625
6626         We should be more clear about bugzilla. See the
6627         poppler bug #7623.
6628
6629 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6630
6631         * configure.ac:
6632         * shell/Makefile.am:
6633         * shell/ev-job-queue.c:
6634         * shell/ev-jobs.[ch]:
6635         * shell/ev-sidebar-links.c:
6636         * shell/ev-window.[ch]:
6637         
6638         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6639         #348422
6640
6641 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6642
6643         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6644         * shell/ev-application-service.xml:
6645         * shell/ev-application.[ch]:
6646         * shell/ev-jobs.[ch]:
6647         * shell/ev-window.[ch]: (ev_window_run_preview):
6648         * shell/main.c: 
6649
6650         Add preview mode to use evince as a printing previewer. It also adds
6651         other command line options for fullscreen and presentation modes.
6652         Fixes bugs #347822, #317031
6653
6654 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6655
6656         * NEWS:
6657         * configure.ac:
6658         
6659         Update for release 0.5.4
6660
6661 2006-07-11  Bastien Nocera <hadess@hadess.net>
6662
6663         * Makefile.am:
6664         * backend/Makefile.am:
6665         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6666         * backend/ev-document-factory.h:
6667         * configure.ac:
6668         * impress/.cvsignore:
6669         * impress/Makefile.am:
6670         * impress/common.h:
6671         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6672         (imp_get_page), (imp_next_page), (imp_prev_page),
6673         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6674         * impress/f_oasis.c: (render_object), (render_page),
6675         (get_geometry), (_imp_oasis_load):
6676         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6677         (_imp_oo13_load):
6678         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6679         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6680         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6681         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6682         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6683         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6684         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6685         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6686         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6687         (iks_new_within), (iks_insert), (iks_insert_cdata),
6688         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6689         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6690         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6691         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6692         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6693         (iks_cdata), (iks_cdata_size), (iks_has_children),
6694         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6695         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6696         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6697         (iks_tree), (iks_load), (iks_save):
6698         * impress/iksemel.h:
6699         * impress/imposter.h:
6700         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6701         (imp_render_draw_bezier_real), (imp_render_get_size),
6702         (imp_render_set_fg_color), (imp_render_draw_line),
6703         (imp_render_draw_rect), (imp_render_draw_polygon),
6704         (imp_render_draw_arc), (imp_render_draw_bezier),
6705         (imp_render_open_image), (imp_render_get_image_size),
6706         (imp_render_scale_image), (imp_render_draw_image),
6707         (imp_render_close_image), (imp_render_markup),
6708         (imp_render_get_text_size), (imp_render_draw_text),
6709         (impress_document_load), (impress_document_save),
6710         (impress_document_get_n_pages), (impress_document_get_page_size),
6711         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6712         (impress_document_finalize), (impress_document_class_init),
6713         (impress_document_can_get_text), (impress_document_get_info),
6714         (impress_document_document_iface_init),
6715         (impress_document_thumbnails_get_thumbnail),
6716         (impress_document_thumbnails_get_dimensions),
6717         (impress_document_document_thumbnails_iface_init),
6718         (impress_document_init):
6719         * impress/impress-document.h:
6720         * impress/internal.h:
6721         * impress/r_back.c: (_imp_fill_back):
6722         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6723         (_imp_draw_image), (_imp_tile_image):
6724         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6725         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6726         (r_polyline):
6727         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6728         (r_draw_gradient_complex), (r_draw_gradient):
6729         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6730         (r_get_bullet):
6731         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6732         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6733         (r_text):
6734         * impress/render.c: (imp_create_context), (imp_context_set_page),
6735         (imp_context_set_step), (imp_render), (imp_delete_context):
6736         * impress/render.h:
6737         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6738         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6739         (zip_load_xml), (zip_get_size), (zip_load):
6740         * impress/zip.h:
6741         * shell/ev-utils.c:
6742         
6743         New backend to support impress slides. Fixes bug #30867.
6744
6745 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6746
6747         * shell/ev-utils.c: (using_postscript_printer):
6748         
6749         Fixes crash when print using PAPI backend,
6750         bug #345012.
6751
6752 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6753
6754         * shell/ev-jobs.c: (ev_job_xfer_run):
6755         * shell/ev-window.c: (password_dialog_response),
6756         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6757         (ev_window_dispose):
6758         Fixes bug #344160: if the xfer job doesn't complete
6759         because a password is required, reload the existing
6760         instance instead of creating a new one.
6761
6762 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6763
6764         * shell/main.c: (main): Call gdk_threads_init. Thus
6765         we'll avoid errors in auth dialog. Fix for the bug
6766         #343347.
6767
6768 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6769
6770         * configure.ac: Advertise pixbuf support, fix
6771         for the bug 343317.
6772
6773 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6774
6775         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6776         (ev_sidebar_thumbnails_set_document):
6777         
6778         Update sidebar thumbnails after reloading.
6779
6780 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6781
6782         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6783         * shell/ev-jobs.h:
6784         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6785         (ev_window_cmd_view_reload), (ev_window_init):
6786         
6787         Don't crash on reload. Fix for the bug #343167.
6788
6789 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6790
6791         * shell/ev-jobs.c: (ev_job_render_run):
6792         
6793         Check for document links.
6794
6795 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6796
6797         * backend/ev-attachment.c: (ev_attachment_save),
6798         (ev_attachment_launch_app), (ev_attachment_open):
6799         * backend/ev-document-factory.c: (get_document_from_uri):
6800         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6801         (egg_recent_view_uimanager_set_list):
6802         * ps/ps-document.c: (check_filecompressed), (document_load),
6803         (ps_document_load):
6804         * shell/ev-metadata-manager.c: (load_values):
6805         * shell/ev-password.c: (ev_password_dialog_set_property):
6806         * shell/ev-view.c: (tip_from_link):
6807         * shell/ev-window.c: (file_save_dialog_response_cb),
6808         (ev_window_print_dialog_response_cb):
6809         
6810         Use consistent quoting style. Fix for the bug #320285.
6811
6812 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6813
6814         * shell/ev-jobs.c: (ev_job_xfer_run):
6815         * shell/main.c: (load_files):
6816                 
6817         Open links with anchors. Fix for the bug #339836.
6818
6819 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6820
6821         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6822         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6823         (ev_link_dest_set_property), (ev_link_dest_finalize),
6824         (ev_link_dest_class_init), (ev_link_dest_new_named),
6825         (ev_link_dest_new_page_label):
6826         * backend/ev-link-dest.h:
6827         * shell/ev-application.c: (ev_application_open_uri):
6828         * shell/ev-view.c: (goto_dest):
6829         * shell/ev-window.c:
6830         * shell/ev-window.h:
6831         
6832         Fix page-label command line option. Bug #342070.
6833
6834 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6835
6836         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6837         
6838         Don't show highlight rects if page can't be showed. Fix for 
6839         the bug #342076
6840
6841 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6842
6843         * shell/ev-window.c: (setup_sidebar_from_metadata),
6844         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6845         
6846         Setup sidebar from metadata even if there is no document
6847         loaded. Fix for the bug #342807.
6848
6849 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6850
6851         * cut-n-paste/toolbar-editor/Makefile.am:
6852         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6853         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6854         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6855         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6856         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6857         (popup_context_menu_cb), (button_press_event_cb),
6858         (configure_item_sensitivity), (configure_item_cursor),
6859         (configure_item_tooltip), (connect_widget_signals),
6860         (action_sensitive_cb), (create_item_from_action),
6861         (create_item_from_position), (toolbar_drag_data_received_cb),
6862         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6863         (toolbar_drag_leave_cb), (configure_drag_dest),
6864         (toggled_visibility_cb), (toolbar_visibility_refresh),
6865         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6866         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6867         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6868         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6869         (egg_editable_toolbar_dispose),
6870         (egg_editable_toolbar_set_ui_manager),
6871         (egg_editable_toolbar_get_selected),
6872         (egg_editable_toolbar_set_selected), (set_edit_mode),
6873         (egg_editable_toolbar_set_property),
6874         (egg_editable_toolbar_get_property),
6875         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6876         (egg_editable_toolbar_new_with_model),
6877         (egg_editable_toolbar_get_edit_mode),
6878         (egg_editable_toolbar_set_edit_mode),
6879         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6880         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6881         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6882         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6883         (item_added_or_removed_cb), (toolbar_removed_cb),
6884         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6885         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6886         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6887         (editor_create_item_from_name), (append_table),
6888         (update_editor_sheet), (egg_toolbar_editor_init):
6889         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6890         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6891         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6892         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6893         (toolbar_node_free), (egg_toolbars_model_get_flags),
6894         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6895         (egg_toolbars_model_get_name), (impl_add_item),
6896         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6897         (parse_data_list), (parse_item_list), (parse_toolbars),
6898         (egg_toolbars_model_load_toolbars), (parse_available_list),
6899         (parse_names), (egg_toolbars_model_load_names),
6900         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6901         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6902         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6903         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6904         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6905         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6906         (egg_toolbars_model_set_types), (fill_avail_array),
6907         (egg_toolbars_model_get_name_avail),
6908         (egg_toolbars_model_get_name_flags),
6909         (egg_toolbars_model_set_name_flags):
6910         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6911         * cut-n-paste/toolbar-editor/eggintl.h:
6912         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6913         (egg_tree_multi_drag_source_get_type),
6914         (egg_tree_multi_drag_source_row_draggable),
6915         (egg_tree_multi_drag_source_drag_data_delete),
6916         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6917         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6918         (path_list_free), (set_context_data), (get_context_data),
6919         (get_info), (egg_tree_multi_drag_drag_data_get),
6920         (egg_tree_multi_drag_motion_event),
6921         (egg_tree_multi_drag_button_press_event),
6922         (egg_tree_multi_drag_add_drag_support):
6923         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6924         * shell/ev-application.c: (ev_application_init),
6925         (ev_application_save_toolbars_model):
6926         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6927         (ev_window_cmd_edit_toolbar), (ev_window_init):
6928         
6929         Sync toolbareditor with epiphany and libegg
6930
6931 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6932
6933         * configure.ac: 
6934
6935         Depend on poppler 0.5.2
6936
6937 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6938
6939         * shell/ev-jobs.c: (ev_job_render_run):
6940         
6941         Check if document supports links iterface.
6942
6943 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6944
6945         * NEWS:
6946         * configure.ac:
6947         
6948         Update for release 0.5.3
6949
6950 2006-05-13  Michael Plump  <plumpy@skylab.org>
6951
6952         * configure.ac:
6953         * shell/Makefile.am:
6954         * shell/main.c: (main):
6955         
6956         Port to GOption command line parsing. Fix for the 
6957         bug #327518
6958
6959 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6960
6961         * shell/ev-window.c: (ev_window_cmd_help_about):
6962         
6963         Do not wrap license. Fix for the bug #309460.
6964
6965 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6966
6967         * configure.ac:
6968         * properties/ev-properties-main.c: (ev_properties_get_pages):
6969         * shell/ev-application.c: (ev_application_open_window),
6970         (ev_application_open_uri_at_dest):
6971         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6972         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6973         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6974         * shell/ev-utils.c: (save_print_config_to_file):
6975         * shell/ev-window.c: (ev_window_cmd_save_as),
6976         (ev_attachment_popup_cmd_save_attachment_as):
6977         * shell/main.c: (load_files_remote):
6978         
6979         Bump requirements to gtk 2.8 and drop all ifdefs used.
6980
6981 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6982
6983         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6984         * shell/ev-window.c: (ev_window_init):
6985         
6986         Show attachments page.
6987
6988 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6989
6990         * po/POTFILES.in:
6991         * shell/ev-attachment-bar.c:
6992         * shell/ev-attachment-bar.h:
6993         * shell/ev-sidebar-attachments.c:
6994         (ev_sidebar_attachments_icon_cache_add),
6995         (icon_theme_get_pixbuf_from_mime_type),
6996         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6997         (ev_sidebar_attachments_icon_cache_refresh),
6998         (ev_sidebar_attachments_get_attachment_at_pos),
6999         (ev_sidebar_attachments_popup_menu_show),
7000         (ev_sidebar_attachments_popup_menu),
7001         (ev_sidebar_attachments_button_press),
7002         (ev_sidebar_attachments_update_icons),
7003         (ev_sidebar_attachments_drag_data_get),
7004         (ev_sidebar_attachments_get_property),
7005         (ev_sidebar_attachments_destroy),
7006         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7007         (ev_sidebar_attachments_new),
7008         (ev_sidebar_attachments_set_document),
7009         (ev_sidebar_attachments_support_document),
7010         (ev_sidebar_attachments_get_label),
7011         (ev_sidebar_attachments_page_iface_init):
7012         * shell/ev-sidebar-attachments.h:
7013         * shell/ev-window.c: (update_chrome_visibility),
7014         (setup_sidebar_from_metadata), (ev_window_setup_document),
7015         (ev_window_sidebar_current_page_changed_cb),
7016         (attachment_bar_menu_popup_cb), (ev_window_init):
7017         
7018         Move attachments bar to sidebar.
7019
7020 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7021
7022         * pdf/ev-poppler.cc:
7023         * shell/ev-application.[ch]:
7024         * shell/main.c:
7025
7026         Fix some memory leaks.
7027
7028 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7029
7030         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7031
7032         Change the properties dialog response to
7033         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7034         will make the dialog go away when the user presses
7035         enter. With gtk+ >= 2.9 this will happen anyway, but for
7036         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7037         escape by default. Fixes bug #340539. See also bug
7038         #101293 for the gtk+ part.
7039
7040 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7041
7042         * shell/ev-view.c (tip_from_action_named): Replace some strings
7043         that were wrong. Closes #340970.
7044
7045 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7046
7047         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7048
7049         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7050         #341049
7051
7052 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7053
7054         * djvu/Makefile.am:
7055         * dvi/Makefile.am:
7056         * dvi/mdvi-lib/Makefile.am:
7057         * properties/Makefile.am:
7058         * ps/Makefile.am:
7059         * shell/Makefile.am:
7060         * thumbnailer/Makefile.am:
7061         
7062         Due to broken libtool that is unable to track dependencies
7063         of noinst libraries we are forced to explicitely point
7064         libraries for binary. Fix for the bug #333334.
7065
7066 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068         * data/evince.desktop.in.in:
7069         * shell/ev-view.c: (view_update_range_and_current_page),
7070         (ev_view_next_page), (ev_view_previous_page):
7071         * shell/ev-window.c: (update_chrome_visibility),
7072         (setup_sidebar_from_metadata), (ev_window_setup_document),
7073         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7074         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7075         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7076         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7077         (ev_window_stop_presentation), (ev_window_focus_in_event),
7078         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7079         (ev_window_init):
7080         * thumbnailer/Makefile.am:
7081         
7082         Update fullscreen and presentation timeout handling. Hide
7083         cursor in presentation after timeout. Fix for the bugs
7084         #136359 and #336981.
7085
7086 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7087
7088         * backend/ev-link-action.[ch]:
7089         * pdf/ev-poppler.cc: (ev_link_from_action):
7090         * shell/ev-view-private.h:
7091         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7092         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7093
7094         Add support for Named Action links
7095
7096 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7097
7098         * backend/Makefile.am:
7099         * backend/ev-document-links.[ch]:
7100         * backend/ev-document.[ch]:
7101         * backend/ev-link-action.[ch]:
7102         * backend/ev-link-dest.[ch]:
7103         * backend/ev-link.[ch]:
7104         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7105         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7106         * shell/ev-page-action.c: (build_new_tree_cb):
7107         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7108         (links_page_num_func), (update_page_callback):
7109         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7110         (tip_from_link):
7111         * shell/ev-jobs.c:
7112         * shell/ev-window.[ch]: (ev_window_open_uri),
7113         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7114         * shell/ev-application.[ch]: (ev_application_open_window),
7115         (ev_application_open_uri):
7116
7117         Rework links system, it adds support for remote links now and it makes
7118         easier to add new kinds of actions and destinations. Fixes bug #317292
7119
7120 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7121
7122         * data/Makefile.am:
7123         * data/evince.png:
7124         * data/evince-16.png:
7125         * data/evince-22.png:
7126         * data/evince.svg:
7127         * shell/main.c: (main):
7128         
7129         Evince use it's own icon. Fix for the bug #313392.
7130
7131         * shell/ev-window.c: (fullscreen_timeout_cb),
7132         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7133         (ev_window_cmd_help_about), (ev_window_dispose):
7134         
7135         Simplify fullscreen timeout code.
7136
7137 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7138
7139         * backend/ev-attachment.c: 
7140         * shell/ev-attachment-bar.c:
7141         * shell/ev-window.c:
7142
7143         Allow multiple selection of attachments
7144
7145 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7146
7147         * shell/ev-view.c: (view_update_range_and_current_page),
7148         (ev_view_scroll):
7149         
7150         Fix for the bug #312573 – Optimal selection of current 
7151         page among visible pages.
7152
7153 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7154
7155         * configure.ac:
7156         * djvu/Makefile.am:
7157         * djvu/djvu-text.h:
7158         
7159         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7160         for the bug 339868.
7161
7162 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7163
7164         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7165
7166 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7167
7168         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7169         dictated by the GNOME HIG. Fixes bug #339235.
7170
7171 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7172
7173         * data/evince-ui.xml:
7174         * shell/ev-view.c: (ev_view_can_find_previous):
7175         * shell/ev-view.h:
7176         * shell/ev-window.c: (ev_window_update_actions),
7177         (ev_window_cmd_edit_find_previous):
7178
7179         Add support for "Find Previous" as dictated by the GNOME HIG. A
7180         menu item is added and some glue code to make it all work is added
7181         to various files.
7182
7183 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7184
7185         * configure.ac: Award myself the "useless use of cat" award.
7186
7187 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7188
7189         * po/LINGUAS: New file listing all supported languages.
7190
7191         * configure.in: Use po/LINGUAS instead of including all languages
7192         directly in this file. See the wiki for more information:
7193         http://live.gnome.org/GnomeGoals/PoLinguas
7194
7195 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7196
7197         * backend/ev-document-factory.c:
7198
7199         Do not load the document twice when there isn't errors
7200
7201 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7202
7203         * backend/ev-attachment.c: 
7204
7205         Fix a crash when there isn't a default application to open an
7206         attachment
7207
7208 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7209
7210         * backend/ev-attachment.[ch]:
7211         * shell/ev-attachment-bar.[ch]:
7212
7213         Added missing files. 
7214
7215 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7216
7217         * backend/Makefile.am:
7218         * data/evince-ui.xml:
7219         * backend/ev-attachment.[ch]:
7220         * backend/ev-document.[ch]: (ev_document_has_attachments),
7221         (ev_document_get_attachments):
7222         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7223         (attachment_save_to_buffer), (pdf_document_get_attachments),
7224         (pdf_document_document_iface_init):
7225         * shell/Makefile.am:
7226         * shell/ev-attachment-bar.[ch]:
7227         * shell/ev-window.c:
7228
7229         Add support for PDF attachments. Fixes bug #325143
7230
7231 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7232
7233         * backend/ev-document-factory.c: (get_document_from_uri),
7234         (ev_document_factory_get_document):
7235         * backend/ev-document-factory.h:
7236         * properties/ev-properties-main.c: (ev_properties_get_pages):
7237         * shell/Makefile.am:
7238         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7239         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7240         (ev_job_queue_remove_job):
7241         * shell/ev-job-queue.h:
7242         * shell/ev-job-xfer.c:
7243         * shell/ev-job-xfer.h:
7244         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7245         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7246         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7247         (ev_job_xfer_run):
7248         * shell/ev-jobs.h:
7249         * shell/ev-window.c: (ev_window_is_empty),
7250         (password_dialog_response), (ev_window_clear_xfer_job),
7251         (ev_window_xfer_job_cb), (ev_window_open_uri),
7252         (ev_window_cmd_focus_page_selector),
7253         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7254         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7255         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7256         (ev_window_dispose):
7257         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7258         
7259         * Cleanup mime type detection on document load. Fix for the
7260         bug #336448.
7261
7262 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7263
7264         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7265         
7266         Fix crash on exit, described in the bug #336825.
7267
7268 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7269
7270         * backend/ev-document-factory.c:
7271         (ev_document_factory_get_from_mime),
7272         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7273         (ev_document_factory_get_document),
7274         (file_filter_add_mime_list_and_free),
7275         (ev_document_factory_add_filters):
7276         * backend/ev-document-factory.h:
7277         * properties/ev-properties-main.c: (ev_properties_get_pages):
7278         * shell/Makefile.am:
7279         * shell/ev-application.c:
7280         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7281         * shell/ev-window.c: (ev_window_cmd_file_open),
7282         (ev_window_cmd_save_as):
7283         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7284         
7285         Rework factory functions so they are placed now in a single 
7286         file ev-document-factory.c
7287
7288 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7289
7290         * shell/ev-window.c: (update_chrome_visibility):
7291         
7292         Fix for the bug 166566 - don't show menubar in fullscreen
7293         mode.
7294
7295 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7296
7297         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7298
7299 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7300
7301         * shell/ev-view.c: (ev_view_expose_event):
7302         
7303         More correctly draw loading text when document
7304         is empty.
7305
7306 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7307
7308         * shell/ev-view.c: (ev_view_scroll):
7309         
7310         Fix for the bug #334854, page down and page up switch
7311         pages in presentation mode.
7312
7313 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7314
7315         * shell/ev-window.c: (ev_window_set_action_sensitive),
7316         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7317         (ev_window_set_view_accels_sensitivity),
7318         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7319         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7320         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7321         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7322         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7323         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7324         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7325         (view_actions_focus_in_cb), (ev_window_init):
7326         
7327         Fix for the bug #333902, now it's possible to search
7328         words with slash.
7329
7330 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7331
7332         * configure.ac: Added Breton translation.
7333         * po/br.po: Added Breton translation.
7334
7335 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7336
7337         * shell/ev-window-title (ev_window_title_update):
7338
7339         Fix memory leak in window title. Fixes bug #333944
7340
7341 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7342
7343         * shell/ev-metadata-manager.c (parseItem):
7344
7345         Fix memory leaks. Fixes bug #333945
7346
7347 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7348         
7349         * NEWS, configure.ac, TODO:
7350         
7351         Update for release 0.5.2.
7352
7353 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7354
7355         * shell/ev-view.c: (view_update_range_and_current_page),
7356         (page_changed_cb):
7357         
7358         Don't jump on scrolling, fix for the bug #333127.
7359
7360 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7361
7362         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7363         
7364         Scroll by one page in presentation mode. Fix for the bug
7365         #332993.
7366
7367 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7368
7369         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7370
7371 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7372
7373         * configure.ac  Added lv in ALL_LINGUAS line.
7374
7375 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7376         
7377         * NEWS, configure.ac:
7378         
7379         Update for release 0.5.1
7380
7381 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7382
7383         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7384         * backend/ev-document-misc.h:
7385         * shell/ev-view.c: (draw_one_page):
7386         
7387          Clairfy what page the toolbar page number applies to. Fix
7388          for the bug #328102.
7389
7390 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7391
7392         * shell/ev-view-private.h:
7393         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7394         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7395         (ev_view_search_changed):
7396         * shell/ev-view.h:
7397         * shell/ev-window.c: (find_bar_search_changed_cb):
7398         
7399         Dont't jump to find result if window was scrolled during search.
7400         Fix for the bug #313266.
7401
7402 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7403
7404         * shell/eggfindbar.c: (egg_find_bar_class_init):
7405         * shell/eggfindbar.h:
7406         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7407         * shell/ev-view-private.h:
7408         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7409         (ev_view_class_init), (ev_sizing_mode_get_type),
7410         (ev_scroll_type_get_type):
7411         * shell/ev-view.h:
7412         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7413         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7414         (ev_window_init):
7415         
7416         Fix for the bug 319133 - Find entry should allow text scroll.
7417
7418 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7419
7420         * shell/ev-view-private.h:
7421         * shell/ev-view.c: (view_update_range_and_current_page),
7422         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7423         (ev_view_set_document), (update_find_status_message),
7424         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7425         (ev_view_find_previous):
7426         
7427         Fix for the bug #319137. Search now takes account for scrolling.
7428
7429 2006-02-19  Michael Hofmann <mh21@piware.de>
7430
7431         * configure.ac:
7432         * djvu/Makefile.am:
7433         * djvu/djvu-document-private.h:
7434         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7435         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7436         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7437         (djvu_document_can_get_text), (djvu_document_get_text),
7438         (djvu_document_document_iface_init),
7439         (djvu_document_thumbnails_get_thumbnail),
7440         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7441         (djvu_document_find_get_result),
7442         (djvu_document_find_page_has_results),
7443         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7444         (djvu_document_find_iface_init):
7445         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7446         (djvu_text_page_selection), (djvu_text_page_limits_process),
7447         (djvu_text_page_limits), (djvu_text_page_copy),
7448         (djvu_text_page_position), (djvu_text_page_union),
7449         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7450         (djvu_text_page_box), (djvu_text_page_append_text),
7451         (djvu_text_page_search), (djvu_text_page_prepare_search),
7452         (djvu_text_page_new), (djvu_text_page_free):
7453         * djvu/djvu-text-page.h:
7454         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7455         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7456         (djvu_text_n_results), (djvu_text_has_results),
7457         (djvu_text_get_result), (djvu_text_get_progress):
7458         * djvu/djvu-text.h:
7459         
7460         Text search in djvu. Fix for the bug #303415.
7461
7462 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7463
7464         * configure.ac:
7465         * shell/ev-window.c: (ev_window_cmd_save_as):
7466         
7467         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7468         Thanks to Gary Coady <gary@lyranthe.org>
7469
7470 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7471
7472         * shell/ev-print-job.c: (idle_print_handler):
7473         
7474         Inverse order printing, bug #320919.
7475
7476 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7477
7478         * data/evince-toolbar.xml:
7479         * shell/ev-window.c:
7480         
7481         Allow to add sidebar checkbutton on toolbar. Fix
7482         for the bug #144577.
7483
7484 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7485
7486         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7487         
7488         Add checks that have sense for empty ps document.
7489
7490 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7491
7492         * configure.ac: Include PS in mime types list. 
7493
7494 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7495
7496         * configure.ac:
7497         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7498         * ps/gsdefaults.h:
7499         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7500         
7501         Runtime check for gs interpreter. Fix for the bug #320868.
7502         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7503
7504 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7505
7506         * shell/ev-application.c: 
7507
7508         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7509         dbus>=0.60, so that the request is not queued. 
7510
7511 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7512
7513         * configure.ac:
7514         * shell/Makefile.am:
7515         * shell/ev-sidebar-links.c: (print_section_cb):
7516         * shell/ev-utils.c:
7517         * shell/ev-utils.h:
7518         * shell/ev-window.c: (update_action_sensitivity),
7519         (ev_window_close_dialogs), (ev_window_print):
7520         * shell/ev-window.h:
7521         
7522         Make printing support optional. Patch from Eduardo de Barros Lima
7523         <eduardo.lima@indt.org.br> for the bug #330546.
7524
7525 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7526
7527         * shell/ev-view-private.h:
7528         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7529         (ev_view_set_document):
7530         * shell/ev-view.h:
7531         * shell/ev-window.c: (ev_window_load_job_cb),
7532         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7533         (ev_window_init):
7534
7535         Draw Loading message during xfer job. Fix for the bug #329495.
7536
7537 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7538
7539         * comics/comics-document.c: (comics_regex_quote),
7540         (comics_document_load), (extract_argv):
7541         
7542         Correcly quote regexp before passing it to unzip.
7543
7544 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7545
7546         * shell/ev-page-cache.c: (build_height_to_page),
7547         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7548         (ev_page_cache_get_dual_even_left):
7549         * shell/ev-page-cache.h:
7550         * shell/ev-view.c: (view_update_range_and_current_page),
7551         (get_page_y_offset), (get_page_extents):
7552         
7553         Place even pages to the left if document has less then
7554         two pages. Fix for the bug #328856.
7555
7556 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7557
7558         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7559         
7560         Correct comics scheme. This make evince create thumbnails
7561         for comic books. Fix for the bug 329088.
7562
7563 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7564
7565         * data/evince-password.glade: Don't explicitly set
7566         invisible_char to the current default value in case
7567         the default changes; let GTK+ do its magic.
7568
7569 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7570
7571         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7572         real filename to tmp filename since often document
7573         type is determined by extension.
7574
7575 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7576
7577         * shell/ev-view.c: (add_scroll_binding_keypad),
7578         (ev_view_binding_activated), (ev_view_class_init):
7579         
7580         Add keybindings for percision-scrolling of display area. 
7581         Fix for the bug #314072.
7582
7583 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7584
7585         * data/evince.desktop.in.in:
7586         
7587         Add GTK to the list of categories. Fix for the bug #328034.
7588
7589 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7590
7591         * shell/ev-application.c: (ev_application_shutdown),
7592         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7593         * shell/ev-application.h:
7594         * shell/ev-window.c: (file_open_dialog_response_cb),
7595         (ev_window_cmd_file_open):
7596         
7597         Save last uri in file chooser dialog. Fix for the bug #327950.
7598
7599 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7600
7601         * NEWS:
7602         * README:
7603         
7604         Final update for release 0.5.0
7605         
7606         * shell/Makefile.am:
7607         
7608         Remove disable deprecated until we'll require libgnome-2.13.7
7609         and port to GOption argument parsing. See bug 327518.
7610
7611 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7612
7613         * comics/comics-document.c: (comics_document_save):
7614         * djvu/djvu-document.c: (djvu_document_save):
7615         * dvi/dvi-document.c: (dvi_document_save):
7616         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7617         * lib/ev-file-helpers.h:
7618         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7619         * tiff/tiff-document.c: (tiff_document_save):
7620         
7621         Use common save function for backends.
7622
7623 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7624
7625         * backend/ev-document-types.c:
7626         
7627         Fix crash on saving pixbuf.
7628
7629 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7630
7631         * cut-n-paste/recent-files/egg-recent-item.c:
7632         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7633         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7634         (parse_info_free), (valid_element), (start_element_handler),
7635         (end_element_handler), (text_handler), (egg_recent_model_filter),
7636         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7637         (egg_recent_model_monitor), (egg_recent_model_read),
7638         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7639         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7640         (egg_recent_model_set_property), (egg_recent_model_class_init),
7641         (egg_recent_model_init), (egg_recent_model_add_full),
7642         (egg_recent_model_delete), (egg_recent_model_get_list),
7643         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7644         (egg_recent_model_set_filter_mime_types),
7645         (egg_recent_model_clear_group_filter),
7646         (egg_recent_model_set_filter_groups),
7647         (egg_recent_model_clear_scheme_filter),
7648         (egg_recent_model_set_filter_uri_schemes),
7649         (egg_recent_model_remove_expired):
7650         * cut-n-paste/recent-files/egg-recent-util.c:
7651         (egg_recent_util_get_icon):
7652         * cut-n-paste/recent-files/egg-recent-util.h:
7653         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7654         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7655         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7656         (egg_recent_view_uimanager_set_property),
7657         (egg_recent_view_uimanager_get_property),
7658         (egg_recent_view_uimanager_class_init),
7659         (egg_recent_view_uimanager_init),
7660         (egg_recent_view_uimanager_set_label_width),
7661         (egg_recent_view_uimanager_get_label_width):
7662         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7663         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7664         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7665         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7666         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7667         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7668         
7669         Update from libegg.
7670
7671 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7672
7673         * shell/ev-page-cache.c: (build_height_to_page),
7674         (ev_page_cache_get_height_to_page):
7675         * shell/ev-page-cache.h:
7676         * shell/ev-view.c: (view_update_range_and_current_page),
7677         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7678         (ev_view_previous_page):
7679         
7680         Dual mode places even pages to the left. Fix for the bug #309393.
7681
7682         * shell/ev-view.h:
7683         * shell/ev-window.c: (update_action_sensitivity),
7684         (setup_view_from_metadata), (view_menu_popup_cb):
7685         
7686         Don't restore presentation in empty windows, more intelligent
7687         next page behaviour in dual mode.
7688
7689         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7690         (ev_pixbuf_cache_clear_job_sizes):
7691         
7692         Cleanup job callback on removal. Fix for the bug #325886.
7693
7694 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7695
7696         * ps/ps.c: (psscan):
7697         
7698         Commit workaround Mozilla problem. Fix for the bug #325919
7699         
7700         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7701         (save_item):
7702         
7703         Fix for year 2038 problem.
7704
7705 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7706
7707         * shell/ev-window.c: (setup_document_from_metadata),
7708         (ev_window_cmd_view_reload):
7709
7710         Clamp page recieved from metadata in valid values. Fix
7711         for the bug #325986.
7712
7713 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7714
7715         * MAINTAINERS: 
7716         Add MAINTAINERS as requested on desktop-devel-list.
7717
7718 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7719
7720         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7721         (mime_type_supported_by_gdk_pixbuf),
7722         (ev_document_factory_get_mime_types),
7723         (ev_document_factory_get_all_mime_types):
7724         
7725         Don't add pixbuf mime types if pixbuf backend is disabled.
7726         
7727         * shell/ev-application.c: (ev_application_get_uri_window):
7728         
7729         Fix for the bug 325815 - unhandled MIME type message doesn't 
7730         appear a second time. 
7731         
7732         * shell/ev-document-types.c: (ev_document_types_add_filters):
7733         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7734         (password_dialog_response), (ev_window_popup_password_dialog),
7735         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7736         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7737         (ev_window_run_presentation), (ev_window_stop_presentation),
7738         (save_sizing_mode), (ev_window_zoom_changed_cb),
7739         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7740         (ev_window_dual_mode_changed_cb),
7741         (ev_window_sidebar_current_page_changed_cb),
7742         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7743         (window_state_event_cb), (window_configure_event_cb):
7744         
7745         Cleanup additional uris holded by EvWindow.
7746
7747 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7748
7749         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7750         (ev_view_can_previous_page), (ev_view_can_next_page):
7751         * shell/ev-view.h:
7752         * shell/ev-window.c: (update_action_sensitivity):
7753         
7754         Two page scrolling with Space and PageUp in dual mode. Second fix 
7755         for the bug #316608.
7756
7757 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7758
7759         * shell/ev-view.c: (scroll_to_current_page):
7760         
7761         Correctly clamp adjustment value. Fix for the bug
7762         #325808.
7763
7764 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7765
7766         * shell/ev-sidebar-links.c: (print_section_cb):
7767         * shell/ev-window.c: (ev_window_get_uri),
7768         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7769         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7770         (ev_window_dispose):
7771         
7772         Make print dialog non-modal. Fix for the bug #325622.
7773
7774 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7775
7776         * shell/ev-metadata-manager.c:
7777         * shell/ev-utils.c: (using_pdf_printer),
7778         (using_postscript_printer), (load_print_config_from_file),
7779         (save_print_config_to_file):
7780         * shell/ev-utils.h:
7781         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7782         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7783         (setup_view_from_metadata), (ev_window_setup_document),
7784         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7785         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7786         (ev_window_run_presentation), (ev_window_stop_presentation),
7787         (save_sizing_mode), (ev_window_zoom_changed_cb),
7788         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7789         (ev_window_dual_mode_changed_cb),
7790         (ev_window_sidebar_current_page_changed_cb),
7791         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7792         (window_state_event_cb), (window_configure_event_cb),
7793         (ev_window_init):
7794         
7795         Setting saving behaviour fixes.
7796
7797 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7798
7799         * configure.ac:
7800         
7801         Make antialiasing gs options better and allow
7802         to change them during configure. Fix for the 
7803         bug #319049.
7804
7805 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7806
7807         * shell/ev-window.c: (setup_view_from_metadata):
7808         
7809         Remember if last window was maximized. Fix for the
7810         bug #323797.
7811
7812 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7813
7814         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7815
7816 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7817
7818         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7819         * shell/ev-page-action.c: (build_new_tree_cb):
7820         * shell/ev-sidebar-links.c: (links_page_num_func),
7821         (update_page_callback_foreach), (update_page_callback):
7822         * shell/ev-view.c: (scroll_to_current_page):
7823         
7824         Fix for the bug #325067 with more intelligent selection
7825         of current link in sidebar. Make sidebar handle links
7826         of FITR-like type more correctly.
7827
7828         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7829         (dvi_pixbuf_put_pixel):
7830         
7831         Fix memory consumtion with disabled alpha channel.
7832
7833 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7834
7835         * data/evince-ui.xml:
7836         * shell/ev-window.c: (view_menu_popup_cb),
7837         (ev_popup_cmd_open_link), (ev_window_init):
7838         
7839         Update context menu for internal links. Fix for the bug
7840         #325066.
7841
7842 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7843
7844         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7845         
7846         Bind context menu to keyboard also. Fix for the bug
7847         #325065.
7848
7849 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7850
7851         * shell/ev-view.c: (selection_scroll_timeout_cb):
7852         
7853         Horizontal scroll on selection also.
7854
7855 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7856
7857         * shell/ev-metadata-manager.c: (parse_value):
7858         * shell/ev-view.c: (goto_xyz_link):
7859         
7860         Correct zoom setup and metadata save broken in 
7861         some locales.
7862
7863 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7864
7865         * shell/ev-view-private.h:
7866         * shell/ev-view.c: (scroll_to_current_page),
7867         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7868         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7869         (page_changed_cb), (ev_view_set_continuous),
7870         (ev_view_set_dual_page), (ev_view_set_presentation):
7871         
7872         Delay scroll until allocation to correctly position page. Fix
7873         for the bug #317334.
7874
7875 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7876
7877         * NEWS:
7878         * configure.ac:
7879         
7880         Update NEWS and require poppler 0.5.0.
7881
7882 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7883         
7884         * data/evince-ui.xml:
7885         * shell/ev-view-private.h:
7886         * shell/ev-view.c: (ev_view_get_link_at_location),
7887         (handle_link_over_xy), (ev_view_button_press_event),
7888         (ev_view_button_release_event), (ev_view_class_init):
7889         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7890         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7891         (ev_window_init):
7892         
7893         Implement right-click context menu.
7894
7895 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7896
7897         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7898         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7899         (mdvi_pixbuf_device_render):
7900         * pdf/ev-poppler.cc:
7901
7902         Don't generate thumbnails with alpha. See bug #324077.
7903         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7904
7905 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7906
7907         * shell/ev-window.c: (setup_chrome_from_metadata):
7908         
7909         Fix typo that was hiding toolbar.
7910
7911 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7912
7913         * shell/ev-view-private.h:
7914         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7915         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7916         (ev_view_button_release_event), (ev_view_destroy):
7917         
7918         Small cleanup and autoscrolling during selection. Thanks to 
7919         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7920
7921 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7922
7923         * configure.ac:
7924         
7925         Correctly check for comics option.
7926
7927 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7928         * Makefile.am:
7929         * configure.ac:
7930         * backend/Makefile.am:
7931         * backend/ev-document-factory.c:
7932         * shell/ev-document-types.c:
7933
7934         Included option in configure to make ps backend 
7935         compilation optional with --disable-ps.
7936
7937 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7938
7939         * backend/ev-document-factory.c:
7940         * comics/Makefile.am:
7941         * comics/comics-document.c: (comics_document_load):
7942         * comics/ev-cbr-mime.xml:
7943         * configure.ac:
7944         
7945         Comics mime types are added to shared-mime-info CVS. Now
7946         we don't need to install our own mime types.
7947
7948 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7949
7950         * shell/ev-window.c:
7951         
7952         Add shortcut for "save a copy" menu entry. Fix for
7953         the bug #324582.
7954
7955 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7956
7957         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7958         (job_finished_cb), (new_selection_pixbuf_needed),
7959         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7960         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7961         
7962         Rework selection job info logic and fix critical warning.
7963
7964 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7965
7966         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7967
7968 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7969
7970         * data/evince-ui.xml:
7971         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7972         
7973         Enter as shortcut key for next page. Fix for the bug
7974         #321394.
7975
7976 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7977
7978         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7979
7980 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7981
7982         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7983         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7984         (new_selection_pixbuf_needed),
7985         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7986         (clear_job_selection):
7987         
7988         Too early for 0.5. Pixbuf cache code cleaned a bit.
7989
7990 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7991
7992         * NEWS:
7993         * configure.ac:
7994         
7995         Release 0.5.0 preparation
7996
7997 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7998
7999         * comics/Makefile.am:
8000         * configure.ac:
8001         * shell/ev-document-types.c: (ev_document_types_add_filters):
8002         
8003         More advanced handling of custom mime type installation.
8004
8005 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8006
8007         * data/evince.schemas.in:
8008         * shell/ev-metadata-manager.c: (value_free),
8009         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8010         (ev_metadata_manager_get), (ev_metadata_manager_set):
8011         * shell/ev-metadata-manager.h:
8012         * shell/ev-window.c: (update_chrome_flag),
8013         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8014         (setup_document_from_metadata), (setup_chrome_from_metadata),
8015         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8016         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8017         (ev_window_view_toolbar_cb),
8018         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8019         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8020         
8021         Save last document settings and reuse them for new documents.
8022
8023 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8024
8025         * Makefile.am:
8026         * backend/Makefile.am:
8027         * backend/ev-document-factory.c:
8028         * backend/ev-document-factory.h:
8029         * comics/Makefile.am:
8030         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8031         (comics_document_load), (comics_document_save),
8032         (comics_document_get_n_pages), (comics_document_get_page_size),
8033         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8034         (comics_document_class_init), (comics_document_can_get_text),
8035         (comics_document_get_info), (comics_document_document_iface_init),
8036         (comics_document_init), (get_supported_image_extensions),
8037         (comics_document_thumbnails_get_geometry),
8038         (comics_document_thumbnails_get_thumbnail),
8039         (comics_document_thumbnails_get_dimensions),
8040         (comics_document_document_thumbnails_iface_init), (extract_argv):
8041         * comics/comics-document.h:
8042         * comics/ev-cbr-mime.xml:
8043         * configure.ac:
8044         * po/POTFILES.in:
8045         * shell/ev-application.c: (ev_application_register_service):
8046         * shell/ev-document-types.c: (ev_document_types_add_filters):
8047         * thumbnailer/Makefile.am:
8048         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8049         
8050         New CBR/CBZ backend for comic books.
8051
8052 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8053
8054         * shell/main.c: (load_files_remote):
8055
8056         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8057         warning on startup of second instance is fixed. It
8058         is bug #320353.
8059
8060 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8061
8062         * shell/ev-window.c: (ev_window_finalize):
8063         
8064         Fix double free that cause crash.
8065
8066 2005-10-29  Bastien Nocera <hadess@hadess.net>
8067
8068         * tiff/tiff-document.c: (tiff_document_load):
8069         
8070         Fix memory leak.
8071
8072 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8073
8074         * po/POTFILES.in:
8075         * shell/Makefile.am:
8076         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8077         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8078         (ev_view_accessible_get_text),
8079         (ev_view_accessible_get_character_at_offset),
8080         (ev_view_accessible_get_text_before_offset),
8081         (ev_view_accessible_get_text_at_offset),
8082         (ev_view_accessible_get_text_after_offset),
8083         (ev_view_accessible_get_character_count),
8084         (ev_view_accessible_get_caret_offset),
8085         (ev_view_accessible_set_caret_offset),
8086         (ev_view_accessible_get_run_attributes),
8087         (ev_view_accessible_get_default_attributes),
8088         (ev_view_accessible_get_character_extents),
8089         (ev_view_accessible_get_offset_at_point),
8090         (ev_view_accessible_get_n_selections),
8091         (ev_view_accessible_get_selection),
8092         (ev_view_accessible_add_selection),
8093         (ev_view_accessible_remove_selection),
8094         (ev_view_accessible_set_selection),
8095         (ev_view_accessible_text_iface_init),
8096         (ev_view_accessible_idle_do_action),
8097         (ev_view_accessible_action_do_action),
8098         (ev_view_accessible_action_get_n_actions),
8099         (ev_view_accessible_action_get_description),
8100         (ev_view_accessible_action_get_name),
8101         (ev_view_accessible_action_set_description),
8102         (ev_view_accessible_action_iface_init),
8103         (ev_view_accessible_get_type), (ev_view_accessible_new),
8104         (ev_view_accessible_factory_get_accessible_type),
8105         (ev_view_accessible_factory_create_accessible),
8106         (ev_view_accessible_factory_class_init),
8107         (ev_view_accessible_factory_get_type):
8108         * shell/ev-view-accessible.h:
8109         * shell/ev-view-private.h:
8110         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8111         * shell/ev-view.h:
8112         
8113         Initial accessibility support.
8114
8115 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8116
8117         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8118
8119 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8120
8121         * shell/ev-print-job.c: (idle_print_handler):
8122         
8123         Fix for bug Bug 318916: Printing multiple pages.
8124
8125 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8126
8127         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8128
8129 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8130
8131         * pdf/ev-poppler.cc:
8132         
8133         Thumnail dimensions unified with other backends.
8134         
8135         * shell/ev-window-title.c: (ev_window_title_update):
8136         
8137         Fix warning.
8138
8139 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8140
8141         * data/ev-stock-zoom-fit-width.png:
8142         
8143         Remove unused file.
8144
8145 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8146
8147         * configure.ac:
8148         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8149         (djvu_document_finalize):
8150         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8151         (dvi_document_finalize):
8152         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8153         (pixbuf_document_save), (pixbuf_document_finalize):
8154         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8155         (tiff_document_finalize):
8156         
8157         Save a copy implemented for various backends.
8158
8159 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8160
8161         * configure.ac:
8162         
8163         Don't link with ltiff if tiff is disabled.
8164
8165 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8166
8167         * pdf/GDKSplashOutputDev.cc:
8168         * pdf/GDKSplashOutputDev.h:
8169         * pdf/Thumb.cc:
8170         * pdf/Thumb.h:
8171         * pdf/pdf-document.cc:
8172         * pdf/pdf-document.h:
8173         * pdf/test-gdk-output-dev.cc:
8174         
8175         Remove old unused files.
8176
8177 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8178
8179         * shell/ev-window.c: (ev_window_setup_document):
8180         
8181         Fixed warnings on reload and probably crash reason.
8182
8183 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8184
8185         * properties/ev-properties-view.c:
8186         (ev_properties_view_format_date):
8187         
8188         Check if date is invalid. Fix for bug 318134.
8189
8190 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8191
8192         * shell/ev-window-title.c:
8193         
8194         Add .indd files (Adobe Indesign) to the list of "bad
8195         extensions".
8196
8197 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8198
8199         * data/evince-ui.xml:
8200         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8201         
8202         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8203
8204 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8205
8206         * shell/ev-window.c: (launch_link), (launch_external_uri),
8207         (view_external_link_cb):
8208
8209         URL-escape link before passing it to gnome_vfs_url_show.
8210
8211 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8212
8213         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8214         there isn't text selected.
8215
8216 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8217
8218         * shell/ev-view.c: (handle_link_over_xy):
8219
8220         Check tooltip is valid utf8 before showing it
8221
8222 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8223
8224         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8225
8226 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8227
8228         * shell/ev-window-title.c: (ev_window_title_update):
8229
8230         Guard against using g_strstrip on NULL. Fixes bug #317291.
8231
8232 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8233
8234         * pdf/ev-poppler.cc:
8235
8236         Show title even for unknown links
8237
8238 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8239
8240         * shell/ev-window-title.c: (ev_window_title_update):
8241
8242         Strip the title string
8243
8244 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8245
8246         * shell/ev-window-title.c:
8247
8248         Add .rtf to the bad extensions list
8249
8250 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8251
8252         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8253         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8254
8255         Ignore link coordinates if they are outside page bounds
8256
8257 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8258
8259         * backend/ev-link.c: (ev_link_type_get_type),
8260         (ev_link_get_filename), (ev_link_get_params),
8261         (ev_link_get_property), (ev_link_set_property),
8262         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8263         * backend/ev-link.h:
8264         * pdf/ev-poppler.cc:
8265         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8266         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8267         (ev_window_init):
8268
8269         Implement launch links. Delegate external link opening to
8270         the window.
8271
8272 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8273
8274         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8275         (ev_link_get_right), (ev_link_get_property),
8276         (ev_link_set_property), (ev_link_class_init),
8277         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8278         * backend/ev-link.h:
8279         * pdf/ev-poppler.cc:
8280         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8281
8282         Implement fitr links
8283
8284 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8285
8286         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8287         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8288         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8289         (ev_view_size_request_continuous),
8290         (ev_view_size_request_dual_page),
8291         (ev_view_size_request_single_page), (ev_view_size_allocate),
8292         (ev_view_zoom_for_size_continuous_and_dual_page),
8293         (ev_view_zoom_for_size_continuous),
8294         (ev_view_zoom_for_size_dual_page),
8295         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8296         (ev_sizing_mode_get_type):
8297         * shell/ev-view.h:
8298         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8299
8300         Do not use modes for link, we need to calculate size ad hoc.
8301         Still not perfect because of the usual scrollbar issues grrr.
8302
8303 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8304
8305         * backend/ev-link.c: (ev_link_type_get_type),
8306         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8307         * backend/ev-link.h:
8308         * pdf/ev-poppler.cc:
8309         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8310         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8311         (ev_view_size_request_continuous),
8312         (ev_view_size_request_dual_page),
8313         (ev_view_size_request_single_page), (ev_view_size_allocate),
8314         (zoom_for_size_fit_height),
8315         (ev_view_zoom_for_size_continuous_and_dual_page),
8316         (ev_view_zoom_for_size_continuous),
8317         (ev_view_zoom_for_size_dual_page),
8318         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8319         (ev_sizing_mode_get_type):
8320         * shell/ev-view.h:
8321         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8322
8323         Implement FIT_HEIGHT mode (only for links).
8324         Implement FITH links
8325
8326 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8327
8328         * shell/ev-window-title.c: (get_filename_from_uri),
8329         (ev_window_title_sanitize_extension), (ev_window_title_update),
8330         (ev_window_title_set_document), (ev_window_title_set_uri),
8331         (ev_window_title_free):
8332         * shell/ev-window-title.h:
8333         * shell/ev-window.c: (ev_window_setup_document),
8334         (ev_window_popup_password_dialog):
8335
8336         Refactor window title building while fixing it for
8337         password documents.
8338
8339 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8340
8341         * pdf/ev-poppler.cc:
8342
8343         Escape link title before setting it in the model
8344
8345 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8346
8347         * shell/ev-application.c: (removed_from_session), (save_session),
8348         (init_session), (ev_application_get_empty_window),
8349         (ev_application_init), (ev_application_get_windows):
8350         * shell/ev-application.h:
8351         * shell/ev-window.c: (ev_window_finalize):
8352
8353         Add a function to retrieve window list and share it where
8354         necessary.
8355         Implement session handling, works pretty well thanks to the
8356         metadata system.
8357
8358 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8359
8360         * shell/ev-password.c: (ev_password_item_created_callback),
8361         (ev_password_dialog_save_password):
8362         
8363         Fix for bug 316972. Use async gnome-keyring API.
8364
8365 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8366
8367         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8368         Remove unused unrealize handler. Add scroll handling to
8369         ev_view_scroll_event for presentation mode (bug #316708),
8370         and fix the event state checks there.
8371
8372 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8373
8374         * shell/ev-page-action.c: (page_changed_cb):
8375
8376         "marco, maybe we should be crazy and jump right to 6! :)"
8377
8378         Bryan Clark, Sep 2005
8379
8380 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8381
8382         * ps/ps-document.c: (save_document), (ps_document_save),
8383         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8384         (ps_document_ps_export_end):
8385
8386         Fix unstructured documents save and print
8387
8388 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8389
8390         * shell/ev-application.c: (ev_application_open_uri):
8391
8392         Fix window size persistance
8393
8394 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8395
8396         * shell/ev-view.c: (ev_view_button_release_event):
8397
8398         Based on a patch from carlosgc@gnome.org. Mouse buttons
8399         switch pages in presentation mode.
8400
8401 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8402
8403         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8404
8405         Dont cast to int before scaling
8406
8407 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8408
8409         * backend/ev-link.c: (ev_link_type_get_type),
8410         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8411         (ev_link_new_page_fith):
8412         * backend/ev-link.h:
8413         * pdf/ev-poppler.cc:
8414         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8415
8416         Implement FIT and FITH links
8417
8418 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8419
8420         * pdf/ev-poppler.cc:
8421
8422         Return 0 results when search is not in progress.
8423
8424         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8425         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8426
8427         Update menu sensitivity when cancelling search
8428
8429 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8430
8431         * shell/ev-view.c: (ev_view_can_find_next):
8432
8433         Take all pages in consideration, not just current one
8434
8435 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8436
8437         * shell/ev-page-cache.c:
8438         * shell/ev-page-cache.h:
8439         * shell/ev-view.c: (ev_view_binding_activated),
8440         (ev_view_next_page), (ev_view_previous_page),
8441         (ev_sizing_mode_get_type):
8442         * shell/ev-view.h:
8443         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8444         (ev_window_cmd_go_next_page):
8445
8446         Move page next/previous functions from page chace to
8447         view and change it to move by 2 page steps in dual mode.
8448
8449 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8450
8451         * shell/ev-window.c: (update_sidebar_visibility),
8452         (setup_sidebar_from_metadata), (ev_window_setup_document),
8453         (setup_view_from_metadata):
8454
8455         Show the index by default when there is one     
8456
8457 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8458
8459         * shell/ev-window-title.c: (ev_window_title_set_document):
8460
8461         Missing null check
8462
8463 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8464
8465         * shell/ev-view.c: (view_update_range_and_current_page):
8466         
8467         Allow display of last odd page in dual view. Fix for 316347.
8468
8469 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8470
8471         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8472         
8473         Make close button default. Fix for 316383.
8474
8475 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8476
8477         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8478         
8479         Mark close button as default. Fix for 316381.
8480
8481 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8482
8483         * backend/ev-link.c: (ev_link_class_init):
8484
8485         Allow negative doubles in left/top properties
8486
8487 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8488
8489         * shell/ev-window.c:
8490
8491         Remove a bunch of strings that was used only
8492         by the statusbar.
8493
8494 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8495
8496         * shell/ev-window-title.c: (get_filename_from_uri),
8497         (ev_window_title_set_document):
8498
8499         When title has a confusing extension, show also
8500         the document filename inside ()
8501
8502 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8503
8504         * shell/Makefile.am:
8505         * shell/ev-window-title.c: (ev_window_title_new),
8506         (ev_window_title_update), (ev_window_title_set_type),
8507         (ev_window_title_set_document), (ev_window_title_free):
8508         * shell/ev-window-title.h:
8509         * shell/ev-window.c: (ev_window_setup_document),
8510         (password_dialog_response), (ev_window_popup_password_dialog),
8511         (ev_window_dispose), (ev_window_init):
8512
8513         Factor out and cleanup window title code
8514
8515 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8516
8517         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8518         (unable_to_load):
8519
8520         Make dialog transient so it doesnt block other windows
8521
8522 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8523
8524         * pdf/ev-poppler.cc:
8525         
8526         Fix pdf thumbnails rendering.
8527
8528 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8529
8530         * shell/ev-window.c: (fullscreen_set_timeout):
8531         
8532         Increase timeout to hide full screen popup. Bug 
8533         316123. 
8534
8535 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8536
8537         * data/evince.schemas.in:
8538         * shell/ev-window.c: (update_action_sensitivity):
8539
8540         Allow the user to override document restrictions. Fix for bug
8541         305818.
8542
8543 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8544
8545         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8546         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8547         (ev_window_class_init): Fix multihead behaviour of fullscreen
8548         toolbar popup. Fixes bug #315451.
8549
8550 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8551
8552         * configure.ac:
8553         * data/evince-password.glade:
8554         * shell/ev-password.c: (ev_password_dialog_set_property),
8555         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8556         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8557         (ev_password_dialog_entry_changed_cb),
8558         (ev_password_dialog_entry_activated_cb),
8559         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8560         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8561         (ev_password_dialog_set_bad_pass):
8562         * shell/ev-password.h:
8563         * shell/ev-window.c: (password_dialog_response),
8564         (ev_window_popup_password_dialog):
8565         
8566         Support for gnome-keyring for encrypted PDF's.
8567
8568 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8569
8570         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8571         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8572         (ev_view_enter_notify_event), (ev_view_class_init):
8573         
8574         More precise handling of enter_notify/leave_notify events
8575         in EvView. Fix for bug 315470.
8576
8577 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8578
8579         * shell/ev-window.c: (fullscreen_timeout_cb),
8580         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8581         (ev_window_dispose):
8582
8583         leak fix: unref fullscreen_timeout_source before clearing it
8584
8585 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8586
8587         * configure.ac, dvi/mdvi/Makefile.am: 
8588         
8589         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8590
8591 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8592
8593         * backend/ev-link.c: (ev_link_new_page_xyz):
8594         * pdf/ev-poppler.cc:
8595         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8596
8597         Fix some bugs with xyz links, respect zoom
8598
8599 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8600
8601         * shell/ev-window.c: (page_changed_cb),
8602         (setup_document_from_metadata), (update_sidebar_visibility),
8603         (setup_view_from_metadata), (ev_window_run_fullscreen),
8604         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8605         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8606         (ev_window_dual_mode_changed_cb),
8607         (ev_window_sidebar_current_page_changed_cb):
8608
8609         null check uri before setting and getting metadata
8610
8611 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8612
8613         * dvi/Makefile.am:
8614         * properties/Makefile.am:
8615         * shell/Makefile.am:
8616         * thumbnailer/Makefile.am:
8617
8618         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8619
8620 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8621
8622         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8623         (selection_changed_callback):
8624         * shell/ev-sidebar-links.h:
8625
8626         Add a signal for link activation.
8627
8628         * shell/ev-view.c: (ev_view_goto_link),
8629         (ev_view_button_release_event):
8630         * shell/ev-view.h:
8631         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8632         (ev_window_init):
8633
8634         Implement the signal so that we can handle all link types.
8635
8636         * shell/ev-page-cache.c:
8637
8638         Remove unused set_link function
8639
8640 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8641
8642         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8643
8644         Add some space from the cursor, hardcoded but I couldnt
8645         find a better way.
8646
8647 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8648
8649         * lib/ev-tooltip.c:
8650
8651         Use mozilla style vs gtk style, way better for links.
8652
8653         * shell/ev-view.c: (ev_view_motion_notify_event),
8654         (ev_view_destroy), (ev_view_init):
8655
8656         Deactive tooltip when the link hovered is changed.
8657
8658 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8659
8660         * backend/ev-document.h:
8661         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8662         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8663         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8664         (ev_link_new_page), (ev_link_new_page_xyz):
8665         * backend/ev-link.h:
8666         * pdf/ev-poppler.cc:
8667         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8668         (go_to_link), (tip_from_link):
8669
8670         Implement xyz links, still not functional. Links are a total
8671         mess, will need to refactor and bugfix a lot :(
8672
8673 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8674
8675         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8676
8677 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8678
8679         * data/evince-ui.xml:
8680         * data/evince.schemas.in:
8681         * shell/Makefile.am:
8682         * shell/ev-window.c: (update_chrome_visibility),
8683         (password_dialog_response), (ev_window_load_job_cb),
8684         (ev_window_xfer_job_cb), (ev_window_open_uri),
8685         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8686         (ev_window_init):
8687
8688         Remove the statusbar. This regress loading feedback, need to
8689         check with Bryan what we want to do there...
8690
8691 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8692
8693         * lib/ev-tooltip.c: (ev_tooltip_init):
8694
8695         Fix tooltip border and size handling
8696
8697 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8698
8699         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8700         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8701         (ev_tooltip_timeout), (ev_tooltip_activate),
8702         (ev_tooltip_deactivate):
8703         * lib/ev-tooltip.h:
8704         * shell/ev-view.c: (ev_view_motion_notify_event):
8705
8706         Delay popup showing. Mirror gtk logic/times.
8707
8708 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8709
8710         * lib/Makefile.am:
8711         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8712         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8713         (ev_tooltip_set_text), (ev_tooltip_set_position):
8714         * lib/ev-tooltip.h:
8715
8716         Simple widget to show tooltips at a custom position
8717
8718         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8719         (ev_view_destroy):
8720
8721         Use it for links. First go, needs work
8722
8723 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8724
8725         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8726         HIG fixes.  Use title capitalization for window title. Use 12 
8727         pixels of space between the dialog's vbox and action area.
8728
8729 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8730
8731         * shell/ev-window.c: (file_open_dialog_response_cb),
8732         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8733         (ev_window_cmd_save_as):
8734
8735         Make file pickers not modal and refactor code some
8736
8737 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8738
8739         * shell/ev-sidebar.h:
8740         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8741         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8742         (ev_sidebar_class_init), (ev_sidebar_select_page),
8743         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8744         (ev_sidebar_set_page):
8745
8746         Add a current page property and allow to get/set it
8747
8748         * shell/ev-window.c: (setup_view_from_metadata),
8749         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8750
8751         Persist current sidebar page per document
8752
8753 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8754
8755         * data/evince.schemas.in:
8756         * shell/ev-window.c: (update_chrome_visibility),
8757         (setup_document_from_metadata), (update_sidebar_visibility),
8758         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8759         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8760         (ev_window_run_presentation), (ev_window_stop_presentation),
8761         (ev_window_view_sidebar_cb),
8762         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8763         (load_chrome), (ev_window_init):
8764
8765         Persist size/visibility of sidebar per document
8766
8767 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8768
8769         * shell/ev-view.c (draw_loading_text): Draw loading text.
8770
8771 2005-09-02  Dan Damian  <dand@gnome.ro>
8772
8773         * configure.in: Added "ro" to ALL_LINGUAS.
8774
8775 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8776
8777         * shell/ev-view.c: (clear_caches):
8778
8779         ev_page_cache_get doesnt return a reference,
8780         dont try to unref it.
8781
8782 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8783
8784         * shell/main.c: (load_files_remote):
8785
8786         Fix timestamp parameter with dbus <= 0.33
8787
8788 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8789
8790         * data/evince.schemas.in:
8791
8792         Add missing full stop
8793
8794 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8795
8796         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8797         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8798
8799         Plug some memory leaks
8800
8801 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8802
8803         * configure.ac:
8804         * lib/ev-debug.c: (trap_handler):
8805
8806         Check for execinfo.h and use it only if it exists.
8807         Ported from Epiphany (bug #314776).
8808
8809 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8810
8811         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8812
8813 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8814
8815         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8816         * po/id.po      : Added Indonesian translation
8817
8818 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8819
8820         * shell/main.c:
8821         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8822         * NEWS: Release 0.4.0
8823
8824 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8825
8826         * configure.ac: catch another gtk+-2.8ism
8827         * shell/main.c: Make work with gtk+-2.6
8828
8829 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8830
8831         * shell/ev-application-service.xml: Add 'timestamp' argument to
8832           ev_application_open_window and ev_application_open_uri methods.
8833
8834         * shell/ev-application.h: Add 'timestamp' argument to
8835           ev_application_open_window, ev_application_open_uri,
8836           and ev_application_open_uri_list functions.
8837
8838         * shell/ev-application.c (ev_application_open_window,
8839           ev_application_open_uri, ev_application_open_uri_list): Change
8840           functions that show/present windows to use a timestamp if one
8841           is passed in.
8842
8843         * shell/ev-window.c (ev_window_cmd_file_open,
8844           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8845         * shell/main.c (load_files): Modify calls to ev_application to
8846           include GDK_CURRENT_TIME as timestamp.
8847
8848         * shell/main.c (load_files_remote): Obtain timestamp for client
8849           instance from GDK and pass to server instance so new windows are
8850           focused properly.  Fix dbus_g_proxy_call() calls by including second
8851           G_TYPE_INVALID.
8852           
8853         Closes bug #314475.
8854
8855 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8856
8857         * shell/ev-window.c (ev_window_finalize): Check for
8858         avail. EvWindows when quiting to handle the finalize better,
8859         #314497
8860
8861 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8862         
8863         * properties/ev-properties-view.c: 
8864         
8865         Set textdomain to libglade. Fixes translation problem in property page.
8866
8867 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8868
8869         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8870         * dvi/Makefile.am:
8871         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8872         * dvi/mdvi-lib/Makefile.am:
8873         
8874         Fix rotation of thumbnails, ported to new API. Moved library
8875         dependencies earlier, probably it will fix linkage problem.
8876
8877 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8878
8879         * backend/ev-document-misc.c:
8880         (ev_document_misc_get_thumbnail_frame):
8881         * backend/ev-document-misc.h:
8882         * configure.ac:
8883         * pdf/ev-poppler.cc:
8884         * shell/Makefile.am:
8885         * shell/ev-sidebar-thumbnails.c: (add_range),
8886         (ev_sidebar_thumbnails_set_loading_icon),
8887         (ev_sidebar_thumbnails_refresh),
8888         (ev_sidebar_thumbnails_set_document):
8889         * shell/ev-sidebar-thumbnails.h:
8890         * shell/ev-view.c: (ev_view_motion_notify_event),
8891         (ev_view_set_property), (ev_view_get_property),
8892         (ev_view_class_init), (ev_view_set_rotation):
8893         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8894         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8895         (ev_window_init):
8896         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8897         Redo rotation (again).  prepare for 0.4.0
8898
8899 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8900
8901         * configure.ac: Bump poppler requirement to 0.4.1.
8902
8903         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8904         argument to poppler_page_render_selection() call.
8905
8906 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8907
8908         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8909         (djvu_document_thumbnails_get_thumbnail):
8910         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8911         (dvi_document_thumbnails_get_thumbnail):
8912         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8913         (pixbuf_document_thumbnails_get_thumbnail):
8914         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8915         
8916         Update rotation direction of backends to fit with pdf and ps.
8917
8918 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8919
8920         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8921         * backend/ev-async-renderer.h:
8922         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8923         (setup_page), (ps_document_get_page_size),
8924         (ps_async_renderer_render_pixbuf):
8925         * ps/ps-document.h:
8926         * shell/ev-jobs.c: (ev_job_render_run):
8927
8928         Fix orientation in the postscript document
8929
8930 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8931
8932         * pdf/ev-poppler.cc:
8933         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8934         * shell/ev-view.c: (highlight_find_results):
8935
8936         Adapt to the new poppler rotation API. Fix text maps on landscape
8937         documents.
8938
8939 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8940
8941         * shell/ev-view.c (compute_new_selection_text): get the correct
8942         region when selecting in modes other than continuous.
8943
8944 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8945
8946         * shell/main.c (main): remove redundant g_warnings.
8947
8948 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8949
8950         * shell/Makefile.am: Don't include autogenerated
8951         file ev-application-service.h into distribution, since
8952         it causes dbus crash. Fix for bugs 313724 and 313443. 
8953
8954 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8955
8956         * configure.ac: Fix sed expression for FreeBSD. Thanks
8957         to Joe Marcus Clark <marcus@freebsd.org>
8958         
8959         * shell/eggfindbar.c: (entry_activate_callback),
8960         (entry_changed_callback), (egg_find_bar_init),
8961         (egg_find_bar_set_search_string):
8962         
8963         Made findbar buttons unsensitive if there is no text in
8964         entry. Fix for the bug 313285.
8965
8966 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8967
8968         * ps/ps-document.c: Use g_filename_display_name for displaying
8969         filenames and revert string freeze breackage
8970
8971 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8972
8973         * NEWS:
8974         * configure.ac:
8975
8976         Update for 0.3.4
8977
8978         * shell/Makefile.am:
8979
8980         Add ev-application-service.xml to extra dist
8981
8982         * shell/ev-view.c: (find_page_at_location):
8983
8984         Remove unused function (fix warning)
8985
8986 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8987
8988         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8989         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8990         
8991         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8992         bug 313623.
8993
8994 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8995
8996         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8997         * shell/ev-window.c:
8998         Fix build warnings
8999
9000 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9001
9002         * configure.ac: Update script to get dbus version.
9003         Fix for the bug #313443.
9004
9005 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9006
9007         * shell/ev-window.c: (ev_window_cmd_escape):
9008         
9009         Return focus back to view on escape. Fix for bug 313295.
9010
9011 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9012
9013         * shell/ev-window.c: (update_window_title),
9014         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9015         (ev_window_cmd_save_as):
9016         
9017         Correct conversion from uri to displayable string. Fix for
9018         bug 313296.
9019
9020 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9021
9022         * ps/ps-document.c: convert filename to utf8 when there is an error
9023         loading document. Fixes #309915
9024
9025 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9026
9027         * configure.ac:
9028
9029         We depend on poppler 0.4.0
9030
9031 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9032
9033         * configure.ac:
9034         * NEWS: Release 0.3.3.
9035         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9036
9037 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9038
9039         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9040         add a couple missing mnemonics to menu items, use title 
9041         capitalization for menu items and window titles, and add 
9042         ellipsis to open menu item.     
9043
9044 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9045
9046         * pdf/ev-poppler.cc:
9047         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9048         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9049         (ev_view_get_rotation):
9050         * shell/ev-view.h:
9051         * shell/ev-window.c: (setup_view_from_metadata),
9052         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9053         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9054         disk.
9055
9056 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9057
9058         * configure.ac: Added tr to ALL_LINGUAS
9059
9060 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9061
9062         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9063         requires several clicks to find word. Thanks to 
9064         Colin Slater <kiltedtaco@gmail.com>.
9065
9066 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9067
9068         * data/evince.desktop.in.in: Hide menu entry and
9069         rename it to "Document Viewer". Fix for bug 
9070         #312399.
9071
9072 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9073
9074         * shell/ev-page-action.c (ev_page_action_class_init): 
9075
9076         Point to the correct function in constructor of the
9077         activate_label signal
9078
9079 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9080
9081         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9082         * shell/ev-jobs.h: Make thread safe.
9083
9084 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9085
9086         * shell/ev-view.c: (view_update_range_and_current_page):
9087         Don't update page range if we are scrolling to some document
9088         point.
9089
9090 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9091
9092         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9093         when getting max_page_width, fix drawing in dual mode.
9094
9095 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9096
9097         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9098         getting the area for select_all.
9099
9100 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9101
9102         * backend/ev-selection.c: (ev_selection_render_selection):
9103         * backend/ev-selection.h:
9104         * pdf/ev-poppler.cc:
9105         * shell/ev-jobs.c: (ev_job_render_new):
9106         * shell/ev-jobs.h:
9107         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9108         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9109         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9110         (ev_view_class_init):
9111
9112         Change selection color on focus in and focus out events.  Also,
9113         poppler now uses GdkColor for specifying the selection colors, so
9114         drop some awkward conversion code.
9115
9116 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9117
9118         * configure.ac: Added Hebrew translation
9119
9120 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9121
9122         * NOTES:
9123         * backend/ev-selection.c: (ev_selection_render_selection):
9124         * backend/ev-selection.h:
9125         * pdf/ev-poppler.cc:
9126         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9127         (ev_job_render_run):
9128         * shell/ev-jobs.h:
9129         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9130         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9131         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9132         (ev_pixbuf_cache_style_changed),
9133         (ev_pixbuf_cache_get_selection_pixbuf),
9134         (ev_pixbuf_cache_set_selection_list),
9135         (ev_pixbuf_cache_get_selection_list):
9136         * shell/ev-pixbuf-cache.h:
9137         * shell/ev-utils.c: (ev_print_region_contents):
9138         * shell/ev-utils.h:
9139         * shell/ev-view.c: (ev_view_queue_draw_page),
9140         (selection_update_idle_cb), (ev_view_motion_notify_event),
9141         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9142         (setup_caches), (ev_view_find_next), (merge_selection_region),
9143         (selection_free):
9144         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9145
9146         Clean up selection to be much smoother!
9147
9148 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9149
9150         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9151         to poppler_page_render_selection().
9152
9153 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9154
9155         * ps/ps-document.c: (save_page_list): Use
9156         unzipped document when printing. Thanks to 
9157         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9158         311016.
9159
9160 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9161
9162         * shell/ev-window.c: (update_action_sensitivity):
9163         
9164         Disable print and save respect to lockdown gconf keys. Fix
9165         for 312342.
9166
9167 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9168
9169         * configure.ac:
9170         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9171         (write_to_temp_file), (ev_file_set_contents):
9172         * shell/ev-utils.h:
9173         * shell/ev-window.c: (save_print_config_to_file):
9174         
9175         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9176         Fix for bug 312238
9177
9178 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9179
9180         * shell/ev-window.c: (load_print_config_from_file),
9181         (save_print_config_to_file), (ev_window_print_range):
9182
9183         Persist the print settings. Fixes bug #311578.
9184
9185 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9186
9187         * djvu/djvu-document.c: (djvu_document_get_page_size),
9188         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9189         (djvu_document_thumbnails_get_thumbnail):
9190         * dvi/dvi-document.c: (dvi_document_get_page_size),
9191         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9192         (dvi_document_thumbnails_get_dimensions),
9193         (dvi_document_thumbnails_get_thumbnail):
9194         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9195         (pixbuf_document_render_pixbuf),
9196         (pixbuf_document_document_iface_init),
9197         (pixbuf_document_thumbnails_get_thumbnail):
9198         
9199         Update backends to make them build with new rotation system.
9200
9201 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9202
9203         * help/C/figures/evince_start_window.png:
9204         
9205         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9206
9207 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9208
9209         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9210         * shell/ev-pixbuf-cache.h:
9211         * shell/ev-sidebar-thumbnails.c:
9212         (ev_sidebar_thumbnails_get_property), (add_range),
9213         (adjustment_changed_cb):
9214         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9215         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9216         we were thumbnailing the entire docment on startup, slowing us
9217         down hugely. 
9218
9219 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9220
9221         * shell/ev-page-cache.c: (ev_page_cache_new):
9222         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9223         == 0, fixes #310306.
9224
9225 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9226
9227         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9228         (ev_view_rotate_left):
9229
9230         Account rotation in doc_rect_to_view_rect.
9231         Ensure rotation doesnt go out of bounds.
9232
9233 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9234
9235         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9236
9237         Correct and cleanup w/h swapping
9238
9239 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9240
9241         * backend/ev-document-thumbnails.c:
9242         (ev_document_thumbnails_get_thumbnail):
9243         * backend/ev-document-thumbnails.h:
9244         * backend/ev-document.c:
9245         * backend/ev-document.h:
9246         * backend/ev-render-context.c: (ev_render_context_new),
9247         (ev_render_context_set_rotation):
9248         * backend/ev-render-context.h:
9249         * pdf/ev-poppler.cc:
9250         * ps/ps-document.c: (ps_document_document_iface_init):
9251         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9252         * shell/ev-jobs.h:
9253         * shell/ev-page-cache.c: (build_height_to_page),
9254         (ev_page_cache_new), (ev_page_cache_get_size),
9255         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9256         (ev_page_cache_get_height_to_page):
9257         * shell/ev-page-cache.h:
9258         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9259         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9260         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9261         (ev_pixbuf_cache_get_selection_pixbuf):
9262         * shell/ev-pixbuf-cache.h:
9263         * shell/ev-print-job.c: (idle_print_handler):
9264         * shell/ev-sidebar-thumbnails.c: (add_range):
9265         * shell/ev-view.c: (view_update_range_and_current_page),
9266         (get_page_y_offset), (get_page_extents),
9267         (ev_view_size_request_continuous_dual_page),
9268         (ev_view_size_request_continuous),
9269         (ev_view_size_request_dual_page),
9270         (ev_view_size_request_single_page), (draw_one_page),
9271         (ev_view_set_rotation), (ev_view_rotate_right),
9272         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9273         (ev_view_zoom_for_size_continuous_and_dual_page),
9274         (ev_view_zoom_for_size_continuous),
9275         (ev_view_zoom_for_size_dual_page),
9276         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9277         (ev_view_select_all):
9278         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9279         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9280         (tiff_document_document_iface_init),
9281         (tiff_document_thumbnails_get_thumbnail):
9282
9283         Use rotation rather than orientation. It's easier and enough
9284         for our needs.
9285
9286 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9287
9288         * shell/ev-page-cache.c: (build_height_to_page),
9289         (ev_page_cache_new), (ev_page_cache_get_size),
9290         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9291         (ev_page_cache_get_height_to_page):
9292         * shell/ev-page-cache.h:
9293         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9294         (ev_view_size_request_continuous_dual_page),
9295         (ev_view_size_request_continuous),
9296         (ev_view_zoom_for_size_continuous_and_dual_page),
9297         (ev_view_zoom_for_size_continuous):
9298
9299         Make the page cache aware of page orientation.
9300
9301 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9302
9303         * backend/ev-document-thumbnails.c:
9304         (ev_document_thumbnails_get_thumbnail):
9305         * backend/ev-document-thumbnails.h:
9306         * backend/ev-document.c:
9307         * backend/ev-document.h:
9308         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9309         * backend/ev-ps-exporter.h:
9310         * pdf/ev-poppler.cc:
9311         * ps/ps-document.c: (ps_document_document_iface_init),
9312         (ps_document_ps_export_do_page):
9313         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9314         * shell/ev-jobs.h:
9315         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9316         (ev_page_cache_get):
9317         * shell/ev-page-cache.h:
9318         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9319         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9320         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9321         * shell/ev-pixbuf-cache.h:
9322         * shell/ev-print-job.c: (idle_print_handler):
9323         * shell/ev-sidebar-thumbnails.c: (add_range):
9324         * shell/ev-view.c: (view_update_range_and_current_page),
9325         (get_page_extents), (ev_view_size_request_dual_page),
9326         (ev_view_size_request_single_page), (draw_one_page),
9327         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9328         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9329         (ev_view_zoom_for_size_dual_page),
9330         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9331         (ev_view_select_all):
9332         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9333         * tiff/tiff-document.c: (tiff_document_get_page_size),
9334         (tiff_document_get_orientation), (rotate_pixbuf),
9335         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9336         (tiff_document_thumbnails_get_thumbnail),
9337         (tiff_document_ps_export_do_page), (tiff_document_init):
9338
9339         Really make use of the orientation bit of the render context.
9340         Use the render context in a few more places in the backend API.
9341         This regress orientation, but now it's done right. Will try to
9342         fix it up asap...
9343
9344 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9345
9346         * shell/ev-view.c: (ensure_rectangle_is_visible):
9347
9348         Patch by Nickolay V. Shmyrev to fix find flickering
9349
9350 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9351
9352         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9353         duplex parameters to ::begin.
9354
9355         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9356         * shell/ev-print-job.c (idle_print_handler): 
9357         * ps/ps-document.c (ps_document_ps_export_begin): 
9358         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9359         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9360         implementations. Poppler backend needs poppler cvs. Rest has
9361         unchanged behavior.
9362
9363 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9364
9365         * shell/ev-window.c (using_pdf_printer): new function.
9366         (ev_window_print_range): print a less techy message if someone
9367         tries to print to PDF.
9368
9369 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9370
9371         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9372         from "unknown font" string. Bug #311431
9373
9374 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9375
9376         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9377
9378 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9379
9380         Bug #311280
9381         
9382         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9383         name for PopplerFontTypes
9384         (pdf_document_fonts_fill_model): add font type to the detail column
9385
9386         * backend/ev-document-fonts.h: added
9387         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9388
9389         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9390         font name and font details, add a little markup.
9391         (ev_properties_fonts_init): use the new cell data func, specify ypad
9392         property for the cell renderer.
9393         (ev_properties_fonts_set_document): add the details column.
9394
9395 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9396
9397         * configure.ac: Added "pl" to ALL_LINGUAS.
9398
9399 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9400
9401         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9402
9403 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9404
9405         * help/ChangeLog: Started this for translations of manual.
9406         * configure.ac, autogen.sh, .cvsignore: Migrated to
9407         gnome-doc-utils. Patch in bug #311222.
9408
9409 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9410
9411         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9412         #ifdef this away to fix an unused-function warning.
9413
9414 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9415
9416         * configure.ac: Added 'gl' to ALL_LINGUAS.
9417
9418 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9419
9420         * configure.ac: Added ne in ALL_LINGUAS
9421         
9422 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9423
9424         * shell/ev-view.c: (ev_view_leave_notify_event):
9425         
9426         Clear status message when pointer leaves view. Fix for bug
9427         #310818 
9428
9429 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9430
9431         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9432
9433 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9434
9435         * shell/ev-view.c: (ev_view_leave_notify_event),
9436         (ev_view_class_init):
9437         
9438         Set cursor to normal then leaving view.
9439
9440 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9441
9442         * configure.ac:
9443         
9444         Fix required djvulibre version.
9445
9446 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9447
9448         *configure.ac: Hindi (hi) language added
9449
9450 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9451
9452         *configure.ac: Punjabi (pa) Language added
9453
9454 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9455
9456         * data/evince-ui.xml, shell/ev-window.c:
9457         
9458         Add keypad accelerators for zooming. Fix for bug 308128.
9459
9460 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9461
9462         * Makefile.am:
9463         * backend/Makefile.am:
9464         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9465         * configure.ac:
9466         * shell/ev-document-types.c: (ev_document_types_add_filters):
9467
9468         Allow to enable/disable the pixbuf backend.
9469         Default to off for now. If we want it enabled we should
9470         really put mime types in the desktop, implement properties etc.
9471
9472         * properties/evince-properties.c:
9473
9474         Initialize error to NULL.
9475         Check error is not NULL before freeing.
9476
9477 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9478
9479         * shell/ev-window.c:
9480
9481         Use F5 as presentation accell
9482
9483 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9484
9485         * shell/ev-window.c: (update_chrome_visibility),
9486         (ev_window_create_fullscreen_popup), (ev_window_init):
9487
9488         Do not leak the fullscreen toolbar
9489
9490 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9491
9492         * shell/ev-window.c: (view_actions_focus_in_cb),
9493         (view_actions_focus_out_cb):
9494
9495         These has a return value! Fix totally random focus
9496         issues we was seeing.
9497
9498 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9499
9500         * shell/main.c: (load_files_remote):
9501
9502         Allow open more than one file
9503
9504 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9505
9506         * shell/main.c: (load_files_remote):
9507
9508         Fix for dbus 0.33. bug #309975
9509
9510 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9511
9512         * properties/ev-properties-main.c: (ev_properties_get_pages):
9513
9514         Actually return NULL for types we dont support
9515
9516 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9517
9518         * po/POTFILES.in:
9519
9520         Remove empty lines.
9521
9522 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9523
9524         * backend/ev-document-factory.c:
9525         (ev_document_factory_get_document):
9526
9527         Do not try to create the object if type
9528         is invalid.
9529
9530 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9531
9532         * ps/ps-document.c: (ps_document_dispose),
9533         (ps_async_renderer_render_pixbuf):
9534         * ps/ps-document.h:
9535
9536         Do not leak the target window
9537
9538 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9539
9540         * shell/ev-application.c: (ev_application_init):
9541
9542         Let tbe check file existence for us.
9543         Add a comment about eggrecent mime filter.
9544
9545 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9546
9547         * data/evince-ui.xml:
9548         * shell/ev-application.c: (ev_application_shutdown),
9549         (ev_application_init), (ev_application_get_toolbars_model),
9550         (ev_application_get_recent_model),
9551         (ev_application_save_toolbars_model):
9552         * shell/ev-application.h:
9553         * shell/ev-window.c: (ev_window_add_recent),
9554         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9555         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9556         (ev_window_init):
9557
9558         Use common toolbar and recent models for all windows.
9559         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9560
9561 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9562
9563         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9564         successfully check for gtk_icon_view_get_visible_range.
9565
9566 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9567
9568         * djvu/Makefile.am:
9569         * dvi/Makefile.am:
9570         
9571         Fix djvu and dvi backend build.
9572
9573 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9574
9575         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9576         (new_separator_pixbuf):
9577
9578         Don't leak windows.
9579
9580 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9581
9582         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9583
9584         HIGification of toolbar editor dialogue.
9585
9586 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9587
9588         * configure.ac:
9589         * shell/Makefile.am:
9590
9591         Ever build metadata manager since it's just
9592         disabled at runtime now.
9593
9594 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9595
9596         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9597         (ev_metadata_manager_get), (ev_metadata_manager_set):
9598         * shell/ev-metadata-manager.h:
9599
9600         Add an _init functions that enabled metadata management
9601         at runtime.
9602
9603         * shell/ev-window.c: (page_changed_cb),
9604         (setup_document_from_metadata), (ev_window_setup_document),
9605         (setup_view_from_metadata), (ev_window_open_uri),
9606         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9607         (ev_window_run_presentation), (ev_window_stop_presentation),
9608         (save_sizing_mode), (ev_window_zoom_changed_cb),
9609         (ev_window_continuous_changed_cb),
9610         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9611         (window_configure_event_cb):
9612
9613         Remove all ugly metadata define since we deal with it
9614         at runtime now.
9615
9616         * shell/main.c: (load_files_remote), (main):
9617
9618         Add support for dbus cvs head. Hopefully didnt break one
9619         of the other versions now!
9620
9621         If we dont get a response from the dbus server just
9622         give up with it and not enable metadata.
9623
9624 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9625
9626         * Makefile.am:
9627         * backend/Makefile.am:
9628         * configure.ac:
9629         * cut-n-paste/recent-files/Makefile.am:
9630         * cut-n-paste/toolbar-editor/Makefile.am:
9631         * cut-n-paste/zoom-control/Makefile.am:
9632         * lib/Makefile.am:
9633         * pdf/Makefile.am:
9634         * pixbuf/Makefile.am:
9635         * properties/Makefile.am:
9636         * ps/Makefile.am:
9637         * shell/Makefile.am:
9638         * thumbnailer/Makefile.am:
9639         * tiff/Makefile.am:
9640
9641         Make frontends depend on just libev.
9642         Rework and group CFLAGS/LIBS definitions.
9643         Cleanups.
9644
9645 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9646
9647         * shell/ev-window:
9648
9649         do not unnecessarily save zoom
9650
9651         * configure.ac:
9652         * lib/ev-file-helpers.c: (ev_dot_dir):
9653         * shell/Makefile.am:
9654         * shell/dummy.cc:
9655
9656         Some cleanups
9657
9658 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9659
9660         * configure.ac:
9661         
9662         Remove unnecessary dependencies
9663
9664 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9665
9666         * properties/Makefile.am:
9667         * thumbnailer/Makefile.am:
9668         * tiff/Makefile.am:
9669
9670         Some more cleanups. Was really necessary
9671         but I probably introduced bugs, feel free
9672         to flame :)
9673
9674 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9675
9676         * backend/Makefile.am:
9677         * configure.ac:
9678         * cut-n-paste/recent-files/Makefile.am:
9679         * cut-n-paste/toolbar-editor/Makefile.am:
9680         * cut-n-paste/zoom-control/Makefile.am:
9681         * lib/Makefile.am:
9682         * pdf/Makefile.am:
9683         * pixbuf/Makefile.am:
9684         * properties/Makefile.am:
9685         * ps/Makefile.am:
9686         * shell/Makefile.am:
9687         * thumbnailer/Makefile.am:
9688         * tiff/Makefile.am:
9689
9690         Use gnome-common macros when possible.
9691         Cleanup dependencies.
9692         Actually disable deprecated where possible.
9693
9694 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9695
9696         * Makefile.am:
9697         * backend/Makefile.am:
9698         * properties/Makefile.am:
9699         * shell/Makefile.am:
9700         * thumbnailer/Makefile.am:
9701
9702         This should solve the circular dep without
9703         requiring dir reorg!
9704
9705         * shell/ev-window.c: (setup_view_from_metadata):
9706
9707         Never restore window size/position when the
9708         window is already visible.
9709
9710 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9711
9712         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9713
9714         Return a boolean from timeout func. Fix ported from gedit.
9715
9716 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9717
9718         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9719
9720 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9721
9722         * shell/ev-document-types.c: set "All Documents" as default filter in
9723         open dialog
9724
9725 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9726
9727         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9728         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9729         (ev_metadata_manager_set_boolean): fix value/val thinko.
9730
9731 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9732
9733         * shell/ev-window.c: (setup_view_from_metadata),
9734         (window_state_event_cb), (window_configure_event_cb),
9735         (ev_window_init):
9736
9737         Remember window position and maximized state
9738
9739 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9740
9741         * configure.ac:
9742
9743         Fix DBUS configure checks.
9744
9745         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9746         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9747         (ev_metadata_manager_set_boolean):
9748
9749         Plug mem leaks.
9750
9751         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9752         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9753         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9754         (ev_window_continuous_changed_cb),
9755         (ev_window_dual_mode_changed_cb), (ev_window_new):
9756
9757         Fix the build without DBUS.
9758
9759 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9760
9761         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9762         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9763         (ev_metadata_manager_set_string),
9764         (ev_metadata_manager_set_boolean):
9765         * shell/ev-metadata-manager.h:
9766
9767         Add support for some more types
9768
9769         * shell/ev-view.c: (scroll_to_current_page),
9770         (ev_view_get_continuous), (ev_view_set_continuous),
9771         (ev_view_get_dual_page):
9772         * shell/ev-view.h:
9773         * shell/ev-window.c: (page_changed_cb),
9774         (setup_document_from_metadata), (ev_window_setup_document),
9775         (setup_view_from_metadata), (ev_window_open_uri),
9776         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9777         (ev_window_run_presentation), (ev_window_stop_presentation),
9778         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9779         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9780         (ev_window_update_dual_page_action),
9781         (ev_window_continuous_changed_cb),
9782         (ev_window_dual_mode_changed_cb), (ev_window_init):
9783
9784         Remember a bunch of view/document properties. Prolly some
9785         are still missing but it's getting interesting.
9786
9787 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9788
9789         * configure.ac: check if dbus-binding-tool is installed. Not the
9790         case on current Ubuntu breezy, it seems.
9791
9792 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9793
9794         * data/evince.desktop.in.in:
9795         
9796         Allow open uri lists and add TryExec field.
9797
9798 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9799
9800         * configure.ac:
9801
9802         Enable dbus when available, do not require a configure
9803         option.
9804
9805 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9806
9807         * configure.ac:
9808
9809         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9810         disabled.
9811
9812 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9813         Marco Pesenti Gritti  <mpg@redhat.com>
9814
9815         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9816         
9817         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9818         functions to the format required by dbus
9819
9820         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9821         errors. Use the RPC parameters in the expected way
9822
9823 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9824
9825         * Makefile.am:
9826         * properties/Makefile.am:
9827         * properties/ev-properties-main.c: (ev_properties_get_pages):
9828
9829         Support all mime types
9830
9831         * shell/Makefile.am:
9832         * thumbnailer/Makefile.am:
9833         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9834         (evince_thumbnail_pngenc_get):
9835
9836         Use the document factory
9837
9838 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9839
9840         * backend/Makefile.am:
9841         * backend/ev-document-factory.c:
9842         (mime_type_supported_by_gdk_pixbuf),
9843         (ev_document_type_get_from_mime),
9844         (ev_document_factory_get_document),
9845         (ev_document_factory_get_backend),
9846         (ev_document_factory_get_mime_types),
9847         (ev_document_factory_get_all_mime_types):
9848         * backend/ev-document-factory.h:
9849         * shell/Makefile.am:
9850         * shell/ev-document-types.c: (get_document_from_uri),
9851         (ev_document_types_get_document),
9852         (file_filter_add_mime_list_and_free),
9853         (ev_document_types_add_filters):
9854         * shell/ev-document-types.h:
9855         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9856         * shell/ev-properties-dialog.c:
9857         (ev_properties_dialog_set_document):
9858         * shell/ev-window.c: (ev_window_cmd_file_open),
9859         (ev_window_cmd_save_as):
9860         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9861
9862         Rework document types managing to avoid code duplication
9863         and actually abstract from backend implementations.
9864         Also provide a minimal factory api that can be used by
9865         thumbnailer/properties.
9866
9867 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9868
9869         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9870         Plug a mem leak.
9871         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9872         HIG spacings.
9873
9874 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9875
9876         * shell/ev-properties-dialog.c
9877         (ev_properties_dialog_set_document): only call
9878         ev_properties_fonts_set_document() if the document implements the
9879         fonts interface
9880
9881 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9882
9883         * configure.ac:
9884         * properties/Makefile.am:
9885         * properties/ev-properties-view.c:
9886         (ev_properties_view_register_type):
9887         * properties/ev-properties-view.h:
9888         * properties/ev-properties-main.h:
9889
9890         Implement nautilus plugin for properties.
9891         Works only for pdf atm, I need to rework the
9892         document types stuff to get this to work
9893         for all backends...
9894
9895 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9896
9897         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9898         (ev_properties_fonts_set_document): use
9899         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9900
9901 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9902
9903         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9904         them
9905         (PlaceImage, tiff2ps_process_page): use
9906         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9907
9908
9909 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9910
9911         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9912         (main): to call gnome_authentication_manager_init. Should fix
9913         Bug #308510
9914
9915         * configure.ac: that requires libgnomeui 2.6.0.
9916
9917 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9918
9919         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9920         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9921         use the new tiff2ps interfaces
9922
9923         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9924         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9925
9926         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9927         structure instead of global variables.  Remove use of static
9928         variables in functions.
9929
9930 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9931
9932         * shell/ev-page-action.c: unref the completion after setting it to the
9933         entry
9934
9935 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9936
9937         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9938         postscript files
9939
9940 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9941
9942         * shell/ev-window.c (update_action_sensitivity): disable
9943         File->Print if the document does not implement the ps exporter
9944         interface
9945
9946 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9947
9948         * Makefile.am:
9949         * configure.ac:
9950         * data/evince-properties.glade:
9951         * properties/.cvsignore:
9952         * properties/Makefile.am:
9953         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9954         (ev_properties_view_class_init), (ev_properties_view_format_date),
9955         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9956         (ev_properties_view_init), (ev_properties_view_new):
9957         * properties/ev-properties-view.h:
9958         * shell/Makefile.am:
9959         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9960         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9961         (ev_properties_dialog_new):
9962         * shell/ev-properties-dialog.h:
9963         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9964         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9965         (update_progress_label), (job_fonts_finished_cb),
9966         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9967         * shell/ev-properties-fonts.h:
9968         * shell/ev-properties.c:
9969         * shell/ev-properties.h:
9970         * shell/ev-window.c: (ev_window_setup_document),
9971         (ev_window_cmd_file_properties):
9972
9973         Split the properties pages in two different objects, depend
9974         only on the backend where possible, use widgets instead
9975         of gobject for the glade part, reimplement the dialog
9976         itself with gtk.
9977         I need this to implement nautilus properties page.
9978
9979 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9980
9981         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9982         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9983         (tiff_document_document_ps_exporter_iface_init): implement the ps
9984         exporter interface for tiff documents
9985
9986         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9987         libtiff to implement TIFF postscript export
9988
9989         * tiff/tiff2ps.h: added a header file for external tiff2ps
9990         functions.
9991
9992         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9993         tiff2ps.h
9994
9995 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9996
9997         * shell/ev-view.c: (scroll_to_current_page),
9998         (ev_view_set_fullscreen), (ev_view_set_presentation):
9999         
10000         Scroll to current page when exit from presentation
10001
10002 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10003
10004         * shell/ev-window.c: (update_document_mode),
10005         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10006         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10007         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10008         
10009         Exit from fullscreen mode when switch to presentation. Fix for
10010         bug 309365
10011
10012 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10013
10014         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10015         return NULL if the document does not implement the selection
10016         interface.
10017
10018 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10019
10020         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10021         reported height by using the resolution aspect ratio
10022         (tiff_document_render_pixbuf): scale the pixbuf using the
10023         resolution aspect ratio
10024
10025 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10026
10027         * configure.ac:
10028         
10029         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10030         <kiltedaco@gmail.com>
10031         
10032         * djvu/djvu-document.c: (djvu_document_get_orientation),
10033         (djvu_document_set_orientation), (djvu_document_get_page_size),
10034         (rotate_pixbuf), (djvu_document_render_pixbuf),
10035         (djvu_document_document_iface_init):
10036         * dvi/dvi-document.c: (dvi_document_get_orientation),
10037         (dvi_document_set_orientation), (dvi_document_get_page_size),
10038         (rotate_pixbuf), (dvi_document_render_pixbuf),
10039         (dvi_document_document_iface_init):
10040         
10041         Dvi and djvu backends are ported to new API
10042
10043 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10044
10045         * backend/ev-selection.c: (ev_selection_get_selection_region),
10046         (ev_selection_get_selection_map):
10047         * backend/ev-selection.h:
10048         * pdf/ev-poppler.cc:
10049         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10050         * shell/ev-jobs.h:
10051         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10052         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10053         (ev_pixbuf_cache_get_text_mapping):
10054         * shell/ev-pixbuf-cache.h:
10055         * shell/ev-view.c: (location_in_text),
10056         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10057         support to EvView.  Now we can see where we can select!  Sweet!
10058
10059 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10060
10061         * shell/ev-view.c (ev_view_button_press_event): Fix
10062         event->y + view->scroll_x typo.
10063
10064 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10065
10066         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10067         sub-GdkPixbuf instead of passing dest_x and dest_y.
10068         
10069         * shell/ev-view.c: (view_point_to_doc_point),
10070         (view_rect_to_doc_rect), (ev_view_button_press_event),
10071         (ev_view_motion_notify_event), (compute_new_selection_rect),
10072         (gdk_rectangle_point_in), (compute_new_selection_text),
10073         (compute_selections): Update selection code to keep the selection
10074         around as two points and not as a normalized rectangle, and fix
10075         page level selection in two-column mode.
10076
10077 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10078
10079         * shell/ev-window.c: (window_configure_event_cb): 
10080         
10081         Fix compilation
10082         
10083 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10084
10085         * pdf/ev-poppler.cc:
10086
10087         Fix compilation
10088
10089 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10090
10091         * shell/Makefile.am:
10092         * shell/ev-metadata-manager.c: (item_free),
10093         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10094         (parse_value), (parseItem), (load_values),
10095         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10096         (save_values), (save_item), (get_oldest), (resize_items),
10097         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10098         * shell/ev-metadata-manager.h:
10099
10100         Metadata manager from gedit but modified to use GValue, so that
10101         we dont need to keep converting from strings.
10102
10103         * configure.ac:
10104
10105         ENABLE_METADATA conditional, on when dbus is on
10106
10107         * shell/ev-application.c: (ev_application_open_uri):
10108
10109         Show the window after load so that we can initialize
10110         window size before it's showed.
10111
10112         * shell/ev-window.c: (ev_window_setup_from_metadata),
10113         (ev_window_open_uri), (window_configure_event_cb),
10114         (ev_window_init):
10115
10116         Save and load metadata information about window size.
10117         Not yet keeping states in account.
10118
10119         * shell/main.c: (main):
10120
10121         Shutdown metadata manager.
10122
10123 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10124
10125         * shell/ev-application-service.xml:
10126         * configure.ac:
10127         * shell/Makefile.am:
10128         * shell/ev-application.c:
10129         * shell/ev-application.h:
10130         * shell/ev-window.c:
10131         * shell/ev-window.h:
10132         * shell/main.c:
10133
10134         Add an optional dbus interface (--enable-dbus).
10135         Rework application code, mainly to be easier to
10136         use "remotely".
10137         Do not open multiple windows with the same document,
10138         spatial evince!
10139
10140 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10141
10142         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10143         pixbuf iff it exists.
10144
10145 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10146
10147         * shell/*:
10148         * backend/ev-render-context.[ch]:
10149         * backend/ev-selection.[ch]:
10150
10151         Massive changes.  We now support text selection of pdfs, and not
10152         just rectangular selection.  This is pretty broken still, but I
10153         want to get something into CVS.
10154
10155 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10156
10157         * pdf/ev-poppler.cc:
10158         
10159         Fix for Bug 309080: crash on window close.
10160         
10161         * shell/ev-page-action.c: (page_changed_cb):
10162         
10163         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10164         jensgr@gmx.net (Jens Granseuer).
10165
10166 2005-06-25  Marcel Telka  <marcel@telka.sk>
10167
10168         * configure.in (ALL_LINGUAS): Added sk.
10169
10170 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10171
10172         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10173         not a document open
10174
10175 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10176
10177         * NEWS:
10178         * configure.ac:
10179
10180         Release 0.3.2
10181
10182         * cut-n-paste/recent-files/Makefile.am:
10183
10184         Fix make distcheck
10185
10186 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10187
10188         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10189         (pixbuf_document_set_orientation), (rotate_pixbuf),
10190         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10191         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10192
10193         Implement rotation and cleanup the code a bit.
10194
10195         * tiff/tiff-document.c: (tiff_document_get_page_size),
10196         (tiff_document_get_orientation), (tiff_document_set_orientation),
10197         (rotate_pixbuf), (tiff_document_render_pixbuf),
10198         (tiff_document_document_iface_init), (tiff_document_init):
10199
10200         Implement rotation. Was the quicker solution for the release
10201         but we really need to share this code in the shell.
10202
10203 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10204
10205         * pdf/ev-poppler.cc:
10206
10207         Enable rotation, require poppler cvs. Fix a leak.
10208
10209 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10210
10211         * shell/ev-window.c: (update_action_sensitivity):
10212         
10213         Make properties unsensitive if document backend doesn't provide
10214         any info
10215
10216 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10217
10218         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10219         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10220         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10221         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10222         (bitmap_flip_rotate_counter_clockwise):
10223         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10224         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10225         (buff_gets):
10226         * dvi/mdvi-lib/common.h:
10227         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10228         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10229         (opendvi), (mdvi_reload), (mdvi_init_context),
10230         (mdvi_destroy_context), (mdvi_dopage), (special):
10231         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10232         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10233         (file_hash_free), (register_encoding), (parse_spec),
10234         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10235         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10236         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10237         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10238         (mdvi_register_font_type), (mdvi_unregister_font_type),
10239         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10240         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10241         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10242         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10243         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10244         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10245         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10246         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10247         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10248         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10249         (mdvi_unregister_special), (mdvi_flush_specials):
10250         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10251         (t1_font_remove):
10252         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10253         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10254         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10255         (free_font_metrics), (flush_font_metrics):
10256         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10257         (tt_font_remove):
10258         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10259         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10260         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10261         (dstring_insert), (dstring_new), (dstring_reset):
10262         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10263         
10264         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10265         avoid conflict with libtool on FC4
10266         
10267         * shell/ev-window.c: (ev_window_cmd_help_about):
10268         
10269         Update copyright year. Fix for bug 308828.
10270
10271 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10272
10273         * shell/ev-view.c: (add_scroll_binding_keypad),
10274         (ev_view_binding_activated), (ev_view_class_init),
10275         (on_adjustment_value_changed):
10276         
10277         Bug 170874: Arrow keys switch pages in presentation mode
10278
10279 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10280
10281         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10282         
10283         Fix for Bug 308265: Sidebar dissappears coming out of 
10284         Presentation mode
10285
10286 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10287
10288         * shell/ev-application.c: (ev_application_open):
10289         * shell/ev-document-types.c: (ev_document_types_add_filters),
10290         (ev_document_types_add_filters_for_type):
10291         * shell/ev-document-types.h:
10292         * shell/ev-window.c: (ev_window_cmd_save_as):
10293         
10294         Suggest basename as template when saving, provide filters
10295         for save dialog. It's bug 308402
10296
10297 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10298
10299         * pdf/ev-poppler.cc:
10300         * shell/ev-sidebar-links.c: (job_finished_callback):
10301         * shell/ev-view.c: (update_find_status_message):
10302         
10303         Some leaks fixed
10304
10305 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10306
10307         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10308         (egg_recent_view_uimanager_set_list):
10309
10310         Fix buglet in !show_numbers case.
10311
10312 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10313
10314         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10315         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10316
10317         Use pango ellipsisation.
10318
10319         * pdf/ev-poppler.cc:
10320
10321         Fix refcount leak, from nsh.
10322
10323 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10324
10325         * cut-n-paste/recent-files/Makefile.am:
10326         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10327         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10328         
10329         Removed EggRecentViewGtk
10330         
10331         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10332         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10333         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10334         (ev_window_setup_recent):
10335         
10336         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10337         with other projects
10338
10339 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10340
10341         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10342         (egg_recent_view_gtk_finalize):
10343
10344         Fix memory leak
10345
10346         * cut-n-paste/toolbar-editor/Makefile.am:
10347         
10348         Fix location of cursor icon.
10349         
10350         * pdf/ev-poppler.cc:
10351         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10352         (display_completion_text), (match_completion):
10353         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10354         (selection_changed_callback), (create_loading_model),
10355         (print_section_cb), (links_page_num_func),
10356         (update_page_callback_foreach):
10357         * shell/ev-window.c: (ev_window_dispose):
10358         
10359         Small memory fixes. Links model now store objects instead
10360         of pointers to improve memory management. 
10361
10362 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10363
10364         * shell/ev-window.c: (zoom_control_changed_cb):
10365         
10366         Fix update of zoom control (bug 308268).
10367
10368 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10369
10370         * shell/ev-properties.c (set_property): escape the text correctly.
10371         Handles non-UTF-8 properties and escaped properties.  Also, sets
10372         the text to "<i>None</i>" if the property isn't set.
10373
10374         * data/evince-properties.glade: Change the label to be ellipsized,
10375         and give it a minimum size.
10376
10377 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10378
10379         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10380         * shell/ev-sidebar-links.c: (create_loading_model):
10381         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10382         * shell/ev-view.c: (ev_view_set_document):
10383         * shell/ev-window.c: (ev_window_dispose):
10384         
10385         Various small fixes, mostly memory leaks. Thanks to valgrind.
10386
10387 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10388
10389         * ps/ps-document.c: remove the locale.h include again ;-). And
10390         kill the (bogus) setlocale/savelocale business.
10391
10392 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10393
10394         * ps/ps-document.c:
10395         
10396         Include locale.h to fix build
10397         
10398         * shell/ev-sidebar.c:
10399         
10400         Remove unnecessary includes
10401
10402 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10403
10404         * dvi/dvi-document.c: (dvi_document_load):
10405         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10406         * po/POTFILES.in:
10407         
10408         Check for incorrect dvi files. Fix parsing dvi on AMD64
10409         platform. Thanks to tester@tester.ca (Olivier Crete).
10410
10411 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10412
10413         * shell/ev-page-action.c: (match_selected_cb),
10414         (display_completion_text), (match_completion), (update_model):
10415         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10416         (expand_open_links):
10417         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10418         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10419         (ev_sidebar_set_document):
10420         * shell/ev-window.c: (ev_window_xfer_job_cb),
10421         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10422         
10423         Fixed lot's of memory leaks, for example, memory leak on reload, 
10424         described in bug 307793.
10425
10426 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10427
10428         * pdf/ev-poppler.cc:
10429         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10430         (update_visible_range), (adjustment_changed_cb),
10431         (ev_sidebar_thumbnails_fill_model),
10432         (ev_sidebar_thumbnails_refresh),
10433         (ev_sidebar_tree_selection_changed),
10434         (ev_sidebar_icon_selection_changed),
10435         (ev_sidebar_thumbnails_use_icon_view),
10436         (ev_sidebar_thumbnails_set_document):
10437         * shell/ev-sidebar-thumbnails.h:
10438         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10439         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10440
10441         Refresh thumbnails when changing orientation. Not fully
10442         working yet becuase of a sidebar bug.
10443
10444         Set page orientation to poppler page everywhere. This sucks
10445         really need to fix poppler.
10446
10447 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10448
10449         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10450         (egg_recent_view_gtk_new_menu_item),
10451         (egg_recent_view_gtk_set_property),
10452         (egg_recent_view_gtk_get_property),
10453         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10454         (egg_recent_view_gtk_set_tooltip_func),
10455         (egg_recent_view_gtk_set_label_width),
10456         (egg_recent_view_gtk_get_label_width):
10457         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10458
10459         Sync with libegg (ellipsize labels)
10460
10461 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10462
10463         * data/evince-ui.xml:
10464         * shell/ev-window.c: (ev_window_cmd_go_forward),
10465         (ev_window_cmd_go_backward):
10466         
10467         Shift + PageUp moves 10 Pages. Fix for 306125
10468
10469 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10470
10471         * pdf/ev-poppler.cc:
10472
10473         Add a flag to check if orientation has been overriden
10474
10475 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10476
10477         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10478         field if necessary.
10479
10480         * ps/ps.h: add creator field to document.
10481
10482         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10483         set creator field.
10484
10485 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10486
10487         * data/evince-properties.glade:
10488         * shell/ev-properties.c: (ev_properties_set_document):
10489
10490         s/PDF Version/Format
10491
10492 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10493
10494         * shell/ev-properties.c: (ev_properties_set_document):
10495
10496         Remove unnecessary translations
10497
10498 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10499
10500         * cut-n-paste/toolbar-editor/Makefile.am:
10501
10502         Correct library name    
10503
10504 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10505
10506         * configure.ac:
10507         * cut-n-paste/recent-files/egg-recent-model.c:
10508         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10509         (egg_recent_model_unlock_file):
10510         * cut-n-paste/recent-files/egg-recent-util.c:
10511         (egg_recent_util_get_unique_id):
10512         * cut-n-paste/recent-files/update-from-egg.sh:
10513         * cut-n-paste/toolbar-editor/Makefile.am:
10514         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10515         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10516         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10517         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10518         (egg_toolbars_model_get_type):
10519         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10520
10521         Better makefile for toolbar editor and update everything
10522         to latest libegg.
10523
10524 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10525
10526         * shell/ev-window.c: (update_document_mode):
10527
10528         Prefer presentation mode when the document
10529         require fullscreen.
10530
10531 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10532
10533         * data/evince-ui.xml:
10534         * shell/ev-window.c:
10535
10536         Add control-equal for zooming
10537
10538 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10539
10540         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10541
10542 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10543
10544         * backend/ev-document.c: (ev_document_get_orientation):
10545         * backend/ev-document.h:
10546         * pdf/ev-poppler.cc:
10547         * ps/ps-document.c: (ps_document_get_orientation),
10548         (ps_document_set_orientation), (ps_document_document_iface_init):
10549
10550         Add a get_orientation api. Improve set_orientation.
10551
10552         * data/evince-ui.xml:
10553         * shell/ev-view.c: (ev_view_set_orientation),
10554         (ev_view_rotate_right), (ev_view_rotate_left):
10555         * shell/ev-view.h:
10556         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10557         (ev_window_cmd_edit_rotate_right):
10558
10559         Better ui for changing document orientation
10560
10561 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10562
10563         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10564         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10565         * shell/ev-sidebar-links.h:
10566         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10567         (ev_sidebar_page_iface_init):
10568         * shell/ev-sidebar-page.h:
10569         * shell/ev-sidebar-thumbnails.c:
10570         (ev_sidebar_thumbnails_get_property),
10571         (ev_sidebar_thumbnails_class_init),
10572         (ev_sidebar_thumbnails_set_document):
10573         * shell/ev-sidebar-thumbnails.h:
10574         * shell/ev-view.c: (ev_view_motion_notify_event):
10575         * shell/ev-window.c: (update_chrome_visibility),
10576         (ev_window_cmd_focus_page_selector),
10577         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10578         (sidebar_page_main_widget_update_cb), (ev_window_init):
10579         
10580         Autoraise toolbar on GoToPage binding and fix bindings in
10581         EvSidebarThumbnails page.
10582
10583 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10584
10585         * shell/ev-properties.c: (update_progress_label):
10586
10587         Hide the progress label when finished; bug #307697.
10588
10589 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10590
10591         * pdf/ev-poppler.cc:
10592
10593         Enable is_open for links, you will need poppler cvs
10594
10595         * shell/ev-properties.c: (job_fonts_finished_cb):
10596
10597         Get a lock on the document when filling the tree view
10598
10599 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10600
10601         * backend/ev-document-links.h:
10602         * pdf/ev-poppler.cc:
10603         * shell/ev-sidebar-links.c: (create_loading_model),
10604         (expand_open_links), (job_finished_callback):
10605
10606         Expand links when specified by the document.
10607         Depend on a poppler api (defined out for now)
10608
10609 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10610
10611         * shell/ev-properties.c: (ev_properties_dispose),
10612         (ev_properties_class_init), (dialog_destroy_cb),
10613         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10614         (ev_properties_set_document), (ev_properties_new),
10615         (ev_properties_show):
10616         * shell/ev-properties.h:
10617
10618         Make it an object, cleanup the code, api to show it as transient
10619         and to set the document.
10620
10621         * shell/ev-window.c: (ev_window_setup_document),
10622         (ev_window_cmd_file_properties):
10623
10624         Adapt to EvProperties changes, do not show multiple
10625         times, update it when document changes.
10626
10627 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10628
10629         * ps/gstypes.h:
10630         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10631         (ps_document_set_orientation), (ps_document_document_iface_init):
10632         * ps/ps-document.h:
10633
10634         Implement orientation here too
10635
10636         * shell/ev-properties.c: (ev_properties_new):
10637         * data/evince-properties.glade:
10638
10639         Hide the fonts page for backends that doesnt
10640         support it.     
10641
10642 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10643
10644         * backend/ev-document.c: (ev_document_set_orientation):
10645         * backend/ev-document.h:
10646         * pdf/ev-poppler.cc:
10647
10648         Add orientation api. Currently poppler api is not optimal,
10649         we need to set orientation every time we _get a page.
10650         I will try to fix that at some point.
10651
10652         * data/evince-ui.xml:
10653         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10654         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10655
10656         Add orientation menu items
10657
10658         * shell/ev-page-cache.c: (ev_page_cache_clear):
10659         * shell/ev-page-cache.h:
10660
10661         Add api to clear the cache
10662
10663         * shell/ev-view.c: (setup_caches), (clear_caches),
10664         (ev_view_set_document), (ev_view_zoom_out),
10665         (ev_view_set_orientation):
10666         * shell/ev-view.h:
10667
10668         Implement orientation changing
10669
10670 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10671
10672         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10673         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10674         * backend/ev-document-fonts.h:
10675
10676         Separate scan and fill so that we can incrementally fill from
10677         the main thread. Add a progress api.
10678
10679         * data/evince-properties.glade:
10680         * pdf/ev-poppler.cc:
10681         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10682         * shell/ev-jobs.h:
10683         * shell/ev-properties.c: (update_progress_label),
10684         (job_fonts_finished_cb), (setup_fonts_view):
10685
10686         Incrementally feel the list and show the progress
10687         percentage in a label like acrobat does.
10688
10689         You are going to need poppler cvs
10690
10691 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10692
10693         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10694         * backend/ev-document-fonts.h:
10695         * pdf/ev-poppler.cc:
10696
10697         Make fonts model fill incrementally.
10698
10699         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10700         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10701         (ev_job_queue_remove_job):
10702         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10703         (ev_job_fonts_new), (ev_job_fonts_run):
10704         * shell/ev-jobs.h:
10705
10706         New job for fonts scanning
10707
10708         * shell/ev-properties.c: (job_fonts_finished_cb),
10709         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10710         * shell/ev-properties.h:
10711         * shell/ev-window.c: (ev_window_cmd_file_properties):
10712
10713         Incrementally feel the treeview using the new job. Show Loading...
10714         message until scanning is completed.
10715
10716         Hopefully I didnt break the build without the poppler patch.
10717
10718 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10719
10720         * shell/ev-application.c: (ev_application_open):
10721         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10722         (ev_document_type_get_type), (ev_document_type_lookup):
10723         * shell/ev-document-types.h:
10724         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10725         * shell/ev-job-xfer.h:
10726         * shell/ev-window.c: (ev_window_clear_local_uri),
10727         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10728         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10729         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10730         
10731         Transfer remote documents to tmp directory to display them later.
10732
10733 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10734
10735         * backend/ev-document-info.h:
10736         * shell/ev-properties.c: (ev_properties_new):
10737
10738         s/GTime*/GTime. Not sure why we was using a pointer
10739         at all there!
10740
10741 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10742
10743         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10744         situations.  That situation is that you're using GTK+-HEAD with
10745         the patch at #306726 is applied, and you have a document with <
10746         1500 pages in it.  It's not quite as uniformly nice as the
10747         TreeView, but should be better in the long run.
10748
10749         I'm pretty sure I guarded against breaking compilation with
10750         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10751         I missed some.
10752
10753         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10754         widget yet, so I commented that code out
10755         enable_view_actions_for_widget() for now.  Need to figure this
10756         out.
10757
10758         * shell/ev-page-action.c (match_selected_cb): emit the right
10759         signals.  Our cool C-l completion now works.
10760
10761 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10762
10763         * backend/Makefile.am:
10764         * backend/ev-document-fonts.c:
10765         * backend/ev-document-links.c:
10766         * backend/ev-document.c: (ev_document_load):
10767         * backend/ev-document.h:
10768         * backend/ev-job-queue.c:
10769         * backend/ev-job-queue.h:
10770         * backend/ev-jobs.c:
10771         * backend/ev-jobs.h:
10772         * backend/ev-page-cache.c:
10773         * backend/ev-page-cache.h:
10774
10775         EvPageCache and EvJobs are moved to shell.
10776
10777         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10778         (ev_tmp_filename):
10779         * lib/ev-file-helpers.h:
10780         
10781         New helper to work with temporary files
10782         
10783         * shell/Makefile.am:
10784         * shell/ev-application.c: (ev_application_open):
10785         * shell/ev-application.h:
10786         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10787         (remove_job_from_async_queue), (add_job_to_async_queue),
10788         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10789         (handle_job), (search_for_jobs_unlocked),
10790         (no_jobs_available_unlocked), (ev_render_thread),
10791         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10792         (ev_job_queue_add_job), (move_job_async), (move_job),
10793         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10794         * shell/ev-job-queue.h:
10795         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10796         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10797         * shell/ev-job-xfer.h:
10798         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10799         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10800         (ev_job_links_class_init), (ev_job_render_init),
10801         (ev_job_render_dispose), (ev_job_render_class_init),
10802         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10803         (ev_job_thumbnail_class_init), (ev_job_load_init),
10804         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10805         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10806         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10807         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10808         * shell/ev-jobs.h:
10809         * shell/ev-page-action.c: (ev_page_action_set_document):
10810         * shell/ev-page-cache.c: (ev_page_cache_init),
10811         (ev_page_cache_class_init), (ev_page_cache_finalize),
10812         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10813         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10814         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10815         (ev_page_cache_get_title), (ev_page_cache_get_size),
10816         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10817         (ev_page_cache_get_height_to_page),
10818         (ev_page_cache_get_max_label_chars),
10819         (ev_page_cache_get_page_label),
10820         (ev_page_cache_has_nonnumeric_page_labels),
10821         (ev_page_cache_get_info), (ev_page_cache_next_page),
10822         (ev_page_cache_prev_page), (ev_page_cache_get):
10823         * shell/ev-page-cache.h:
10824         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10825         (ev_pixbuf_cache_clear_job_sizes),
10826         (ev_pixbuf_cache_add_jobs_if_needed),
10827         (ev_pixbuf_cache_set_page_range):
10828         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10829         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10830         * shell/ev-sidebar-thumbnails.c:
10831         (ev_sidebar_tree_selection_changed),
10832         (ev_sidebar_thumbnails_set_document):
10833         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10834         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10835         (ev_statusbar_get_context_id), (ev_statusbar_push),
10836         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10837         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10838         (ev_statusbar_set_progress):
10839         * shell/ev-statusbar.h:
10840         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10841         (ev_view_find_previous):
10842         * shell/ev-window.c: (ev_window_is_empty),
10843         (ev_window_setup_document), (password_dialog_response),
10844         (ev_window_clear_jobs), (ev_window_load_job_cb),
10845         (ev_window_xfer_job_cb), (ev_window_open_uri),
10846         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10847         (ev_window_print), (ev_window_print_range),
10848         (ev_window_state_event), (ev_window_cmd_view_reload),
10849         (menu_item_select_cb), (menu_item_deselect_cb),
10850         (view_status_changed_cb), (ev_window_dispose),
10851         (drag_data_received_cb), (ev_window_init):
10852         * shell/ev-window.h:
10853         * shell/main.c: (load_files):
10854         
10855         New statusbar to show progress on idle. Two new jobs - 
10856         xfer job and load job to load document in background. And update
10857         of page_cache clients to new location of code.
10858
10859 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10860
10861         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10862         selection in open dialog. It also remembers the last visited directory 
10863         in the current session.
10864
10865 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10866
10867         * shell/ev-properties.c: (ev_properties_new):
10868         * shell/ev-properties.h:
10869         * shell/ev-window.c: (ev_window_cmd_file_properties):
10870         
10871         Get document info from page cache instead of document itself.
10872         This should fix crash related to race conditions described in
10873         bug 306545.
10874
10875 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10876
10877         * ps/ps-document.c: (ps_document_init),
10878         (send_ps), (get_page_box), (output), (catchPipe), (input),
10879         (stop_interpreter), (file_length), (file_readable),
10880         (check_filecompressedb), (ps_document_enable_interpreter),
10881         (document_load), (ps_async_renderer_render_pixbuf):
10882         * ps/ps-document.h:
10883
10884         Big cleanup of the ps code
10885
10886 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10887
10888         * backend/Makefile.am:
10889         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10890         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10891         * backend/ev-async-renderer.h:
10892
10893         Add an async renderer interface (method + callback) which
10894         is useful for backends like ps.
10895
10896         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10897         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10898         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10899         (ev_job_queue_add_job), (move_job_async), (move_job),
10900         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10901
10902         Add queues for async renderer, these are executed on the
10903         main thread.
10904
10905         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10906         (ev_job_render_run):
10907         * backend/ev-jobs.h:
10908
10909         If the backend support async renderer interface use it.
10910
10911         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10912         (setup_pixmap), (ps_document_get_type),
10913         (ps_async_renderer_render_pixbuf),
10914         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10915
10916         Implement async renderer interface.
10917
10918 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10919
10920         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10921
10922         Cleanup links job on exit.
10923
10924 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10925
10926         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10927         (drag_data_get_cb), (drag_data_received_cb):
10928         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10929         (drag_data_get_cb), (parse_item_list),
10930         (egg_toolbar_editor_load_actions):
10931         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10932         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10933         (parse_item_list), (parse_toolbars):
10934         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10935         (dvi_pixbuf_put_pixel):
10936         
10937         Fix gcc 4.0 warnings
10938
10939 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10940
10941         * ps/ps-document.c: (start_interpreter):
10942
10943         Fix warning when loading ps
10944
10945 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10946
10947         * ps/ps-document.c: (output):
10948
10949         Fix crash when priting gs error messages.
10950
10951 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10952
10953         * backend/ev-page-cache.c: (_ev_page_cache_new):
10954         * backend/ev-page-cache.h:
10955
10956         Use a const to return title so that we dont double
10957         free it. Small cleanup and fix a leak.
10958
10959         * shell/ev-window.c: (update_window_title):
10960
10961         strdup value from get_title.
10962
10963 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10964
10965         * shell/ev-sidebar-links.c: (job_finished_callback),
10966         (ev_sidebar_links_set_document):
10967
10968         Cleanup the old job when changing document
10969
10970 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10971
10972         * shell/ev-stock-icons.c:
10973         * shell/ev-stock-icons.h:
10974         * shell/ev-window.c:
10975         
10976         Add stock icons for actions that can appear in toolbar. Fix for
10977         bug 306566.
10978
10979 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10980
10981         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10982         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10983         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10984         * backend/ev-page-cache.h:
10985         * shell/ev-view.c: (scroll_to_current_page),
10986         (view_update_range_and_current_page), (get_page_y_offset),
10987         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10988         (ev_view_size_request_continuous),
10989         (ev_view_zoom_for_size_continuous_and_dual_page),
10990         (ev_view_zoom_for_size_continuous):
10991         
10992         More compact EvView layout in document with pages of different size.
10993
10994 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10995
10996         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10997         compilation.
10998
10999 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11000
11001         * shell/ev-view.c: (view_set_adjustment_values):
11002         * shell/ev-window.c: (ev_window_cmd_file_properties):
11003         
11004         A bit different fix for rounding problem but it has no
11005         problems on startup. Make properties window transient to parent.
11006
11007 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11008
11009         * pdf/ev-poppler.cc:
11010         
11011         More commenting of font stuff.
11012
11013 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11014
11015         * pdf/ev-poppler.cc:
11016
11017         Comment out some more fonts stuff. Should really
11018         work without the poppler patch now.
11019
11020 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11021
11022         * pdf/ev-poppler.cc:
11023
11024         Adapt to api change
11025
11026 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11027
11028         * data/evince-properties.glade:
11029         * pdf/ev-poppler.cc:
11030         * shell/ev-properties.c: (setup_fonts_view):
11031
11032         Set the column title. Show the dialog only
11033         once everything is setup.
11034         Getting font info can be very slow... will
11035         prolly need to make this threaded too.
11036
11037 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11038
11039         * backend/Makefile.am:
11040         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11041         (ev_document_fonts_get_fonts_model):
11042         * backend/ev-document-fonts.h:
11043         * data/evince-properties.glade:
11044         * pdf/ev-poppler.cc:
11045         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11046         * shell/ev-properties.h:
11047         * shell/ev-window.c: (ev_window_cmd_file_properties):
11048
11049         Implement fonts list. Defined out for now, since it depends
11050         on a not yet committed poppler patch.
11051
11052 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11053
11054         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11055         page + 1.
11056
11057         * shell/ev-window.c: Make sure we add the timeout when we get a
11058         focus-in event.
11059
11060         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11061         adjustment->value before calculating the zoom factor to average
11062         out all of our rounding errors.  The page no longer 'drifts' when
11063         resizing.
11064
11065 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11066
11067         * data/evince-properties.glade:
11068         * shell/ev-properties.c: (ev_properties_format_date),
11069         (set_property):
11070         
11071         Labels don't expand when the dialogue is resized.
11072         strftime result needs to be converted to UTF-8. Thanks
11073         to Christian Persch <chpe@gnome.org>.
11074
11075 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11076
11077         * data/evince-properties.glade:
11078
11079         Hide the fonts tab
11080
11081 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11082
11083         * backend/ev-document-info.h:
11084         * backend/ev-document.c: (ev_document_info_free):
11085         * data/evince-properties.glade:
11086         * pdf/ev-poppler.cc:
11087         * ps/ps-document.c: (ps_document_get_info):
11088         * shell/ev-properties.c: (ev_properties_format_date),
11089         (set_property), (ev_properties_new):
11090         * shell/ev-properties.h:
11091         * shell/ev-window.c: (ev_window_cmd_file_properties):
11092
11093         Rework properties code to take only EvPropertyInfo
11094         in the constructor so that it can be useful for
11095         nautilus plugin too.
11096
11097         Deal with backends that doesnt support some properties.
11098         Make set property code generic.
11099
11100 2005-06-04  Christian Persch <chpe@gnome.org>
11101
11102         * data/evince-properties.glade:
11103
11104         fix spacings, make resizeable, and make data labels
11105         selectable + ellipsised
11106
11107 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11108
11109         * backend/ev-document-info.h:
11110         * data/Makefile.am:
11111         * data/evince-ui.xml:
11112         * pdf/ev-poppler.cc:
11113         * shell/Makefile.am:
11114         * shell/ev-window.c: (update_action_sensitivity),
11115         (ev_window_cmd_file_properties):
11116
11117         Initial go at file properties. Patch by
11118         Emil Soleyman-Zomalan <emil@soleyman.com>.
11119         Needs love see #169583
11120
11121 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11122
11123         * ps/ps-document.c: (output):
11124         * ps/ps.c: (psscan):
11125
11126         Try to render even if psscan fails.
11127
11128 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11129
11130         * ps/ps.c: (psscan), (pscopydoc):
11131
11132         Port buffered reading code from gv
11133
11134 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11135
11136         * ps/ps-document.c: (interpreter_message), (output):
11137
11138         Do not fail on interpreter messages
11139
11140 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11141
11142         * backend/ev-document-misc.c:
11143         (ev_document_misc_get_thumbnail_frame):
11144
11145         Pages can be 0 x 0, dont assert on this case
11146
11147 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11148
11149         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11150         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11151
11152         Correctly manage our reference on document. Finally the reload
11153         huge leak is gone...
11154
11155 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11156
11157         * ps/ps-document.c: (ps_document_dispose):
11158
11159         Forgot to chain it to the parent. Thanks chpe.
11160
11161 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11162
11163         * ps/ps-document.c: (ps_document_dispose),
11164         (ps_document_class_init), (stop_interpreter), (document_load):
11165
11166         Cleanup dispose a bit. Dont leak the whole pixmap.
11167
11168 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11169
11170         * pdf/ev-poppler.cc:
11171
11172         Release the poppler document on dispose
11173
11174 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11175
11176         * shell/ev-view.c: (ev_view_set_document):
11177
11178         Release ref on the pixbuf cache when changing
11179         document.
11180
11181 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11182
11183         * ps/ps-document.c: (ps_document_get_info):
11184
11185         Fix a double free
11186
11187 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11188
11189         * backend/ev-page-cache.c: (ev_page_cache_init),
11190         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11191         * backend/ev-page-cache.h:
11192         * shell/ev-page-action.c: (page_changed_cb):
11193         
11194         Set page action entry width depending on labels width. Fix
11195         for bug 305202.
11196
11197 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11198
11199         * backend/ev-link.c: (ev_link_class_init):
11200
11201         Allow -1 as page value (error)
11202
11203 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11204
11205         * shell/ev-sidebar-thumbnails.c:
11206         (ev_sidebar_thumbnails_set_document):
11207         * shell/ev-view.c: (scroll_to_current_page),
11208         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11209         (page_changed_cb), (on_adjustment_value_changed),
11210         (ev_view_set_document):
11211
11212         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11213         Fix bug 305377
11214
11215 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11216
11217         * configure.ac:
11218         * djvu/djvu-document.c: (djvu_document_get_page_size):
11219
11220         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11221         bug 301993.
11222
11223 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11224
11225         * shell/ev-view.c (draw_one_page): modify the expose handling to
11226         get the shadows.
11227
11228         * shell/ev-window.c (update_action_sensitivity): Respect
11229         permissions field.  Kowtow to the man.
11230
11231         * pdf/ev-poppler.cc: Get the permissions field.
11232
11233         * tiff/*c: Make a tiny bit more robust.
11234
11235 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11236
11237         * djvu/djvu-document.c:
11238         
11239         Pop messages from djvu context message queue.
11240
11241 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11242
11243         * configure.ac, Makefile.am, shell/Makefile.am:
11244         * tiff/Makefile.am, shell/ev-document-types.c:
11245         
11246         Cleanup tiff configure checks. Fix for bug 305218.
11247
11248 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11249
11250         * configure.ac: Added "uk" to ALL_LINGUAS.
11251
11252 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11253
11254         * cut-n-paste/zoom-control/ephy-zoom.c:
11255         (ephy_zoom_get_changed_zoom_level):
11256         * cut-n-paste/zoom-control/ephy-zoom.h:
11257         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11258         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11259         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11260         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11261         (zoom_control_changed_cb), (ev_window_init):
11262         
11263         Fix minor points related to moving best fit up. Introduce
11264         "zoom" property and make zoom control change it's value on
11265         notify::zoom signals. Fix for 305080.
11266
11267 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11268
11269         * data/evince-ui.xml:
11270         * shell/ev-window.c: (set_view_actions_sensitivity):
11271         
11272         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11273
11274 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11275
11276         * configure.ac:
11277
11278         Depends on poppler 0.3.2
11279
11280 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11281
11282         * cut-n-paste/recent-files/egg-recent-item.c:
11283         (egg_recent_item_get_short_name):
11284         * cut-n-paste/toolbar-editor/Makefile.am:
11285         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11286         (new_pixbuf_from_widget):
11287         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11288         * cut-n-paste/toolbar-editor/egg-marshal.c:
11289         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11290         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11291
11292         Sync
11293
11294 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11295
11296         * tiff/tiff-document.c: Rough TIFF backend.
11297
11298 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11299
11300         * NEWS:
11301         * configure.ac:
11302         * cut-n-paste/toolbar-editor/Makefile.am:
11303
11304         Release 0.3.1
11305
11306 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11307
11308         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11309         (ev_view_find_next), (ev_view_find_previous):
11310
11311         Remove the locks around get_n_results   
11312
11313 2005-05-21  Juerg Billeter  <j@bitron.ch>
11314
11315         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11316
11317         Pass correct number of pages to poppler.
11318
11319 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11320
11321         * configure.ac:
11322         * data/Makefile.am:
11323         * data/evince.desktop.in: 
11324         * data/evince.desktop.in.in:
11325         * po/POTFILES.in:
11326         
11327         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11328
11329 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11330
11331         * shell/ev-view.c: (view_update_adjustments),
11332         (view_set_adjustment_values): cast adjustmen->value to (int)
11333         before using it.  Otherwise, we get off by a pixel in some
11334         situations.
11335
11336         (draw_one_page): Draw the border on expose.
11337
11338 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11339
11340         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11341         adjustment when the mode changes, #304923
11342
11343 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11344
11345         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11346         flickering on resize but still use gdk_window_scroll on
11347         scrolling
11348
11349 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11350
11351         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11352         option, #170458
11353
11354 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11355
11356         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11357         second page on page_changed if possible, #304669
11358
11359 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11360
11361         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11362         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11363
11364 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11365
11366         * .cvsignore:
11367         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11368         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11369         (ev_view_zoom_for_size_presentation),
11370         (ev_view_zoom_for_size_continuous_and_dual_page),
11371         (ev_view_zoom_for_size_continuous),
11372         (ev_view_zoom_for_size_dual_page),
11373         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11374         * shell/ev-view.h:
11375         * shell/ev-window.c: (update_view_size),
11376         (ev_window_sizing_mode_changed_cb):
11377
11378         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11379         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11380         an infinite loop, #304769
11381
11382
11383 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11384
11385         * data/evince-ui.xml:
11386         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11387         * shell/ev-window.c: (set_view_actions_sensitivity):
11388
11389         Make PgUp/Down behave like Space
11390
11391 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11392
11393         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11394         * backend/ev-ps-exporter.h:
11395         * pdf/ev-poppler.cc:
11396         * ps/ps-document.c: (ps_document_ps_export_begin):
11397         * shell/ev-print-job.c: (idle_print_handler):
11398
11399         Adapt to new poppler api
11400
11401 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11402
11403         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11404         (ephy_zoom_control_init):
11405
11406         Translate zoom levels
11407
11408 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11409
11410         * cut-n-paste/zoom-control/ephy-zoom.c:
11411         (ephy_zoom_get_zoom_level_index):
11412
11413         Fix current zoom -> zoom control match
11414
11415 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11416
11417         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11418         rather than the scrolled_window that it's in. Fixes bug #304655.
11419
11420 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11421
11422         * shell/ev-view.c: (view_update_adjustments),
11423         (view_set_adjustment_values), (view_update_range_and_current_page),
11424         (view_scroll_to_page), (set_scroll_adjustment),
11425         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11426         (ev_view_scroll), (ev_view_scroll_view),
11427         (ensure_rectangle_is_visible), (find_page_at_location),
11428         (get_link_at_location), (go_to_link), (status_message_from_link),
11429         (ev_view_size_request_continuous_dual_page),
11430         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11431         (ev_view_unrealize), (ev_view_expose_event),
11432         (ev_view_button_press_event), (ev_view_motion_notify_event),
11433         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11434         (draw_rubberband), (highlight_find_results), (draw_one_page),
11435         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11436         (ev_view_init), (find_changed_cb), (page_changed_cb),
11437         (on_adjustment_value_changed), (ev_view_new),
11438         (ev_view_set_document), (ev_view_set_zoom),
11439         (ev_view_set_continuous), (ev_view_set_dual_page),
11440         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11441         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11442         (ev_view_zoom_for_size_presentation),
11443         (ev_view_zoom_for_size_continuous_dual_page),
11444         (ev_view_zoom_for_size_continuous),
11445         (ev_view_zoom_for_size_dual_page),
11446         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11447         (ev_view_get_status), (ev_view_set_status),
11448         (update_find_status_message), (ev_view_get_find_status),
11449         (ev_view_set_find_status), (jump_to_find_result),
11450         (jump_to_find_page), (compute_selections), (clear_selection),
11451         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11452         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11453         (ev_view_update_primary_selection),
11454         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11455         * shell/ev-view.h:
11456         * shell/ev-window.c: (ev_window_open_page_label),
11457         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11458         (ev_window_init):
11459         * shell/ev-window.h:
11460         * shell/main.c: (load_files):
11461
11462         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11463         when resizing.  Remove the bin_window().  Also, patch from James
11464         Bowes to fix command line page, #300641
11465         
11466 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11467
11468         * data/evince-ui.xml:
11469         * shell/ev-view.c:
11470         * shell/ev-view.h:
11471         * shell/ev-window.c: (update_action_sensitivity):
11472
11473         Get rid of View->Normal Size, it's just confusing
11474
11475 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11476
11477         * backend/ev-document-info.h:
11478         * backend/ev-document.c: (ev_document_info_free): Free the
11479         EvDocumentInfo.
11480
11481         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11482         (clear_range), (add_range), (update_visible_range),
11483         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11484         (ev_sidebar_thumbnails_set_document):
11485         * shell/ev-window.c: (ev_window_setup_document): Only render the
11486         visible thumbnails.  It takes an instant to render, but it uses
11487         much less memory.
11488
11489 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11490
11491         * shell/ev-sidebar-links.c: (popup_menu_cb):
11492
11493         Select first item
11494
11495 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11496
11497         * lib/Makefile.am:
11498         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11499         (button_press_cb), (ev_sidebar_links_construct):
11500
11501         Show the popup menu also on keybindings
11502
11503 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11504
11505         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11506         * shell/ev-window.h:
11507
11508         Expose api to print a range (with dialog). Make private _print use
11509         it.
11510
11511         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11512         (ev_sidebar_links_construct):
11513
11514         Show a print context menu on linkx, it prints the selected
11515         section.
11516
11517 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11518
11519         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11520         button.
11521
11522 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11523
11524         * AUTHORS:
11525
11526         Update
11527
11528         * shell/ev-window.c: (build_comments_string),
11529         (ev_window_cmd_help_about):
11530
11531         Show poppler version/backend and authors
11532
11533 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11534
11535         * cut-n-paste/zoom-control/ephy-zoom.c:
11536         (ephy_zoom_get_zoom_level_index):
11537         * cut-n-paste/zoom-control/ephy-zoom.h:
11538
11539         Move the best fit items at the top of the list
11540
11541 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11542
11543         * shell/ev-marshal.list:
11544         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11545         (activate_cb), (match_selected_cb), (activate_link_cb),
11546         (connect_proxy), (ev_page_action_class_init):
11547         * shell/ev-page-action.h:
11548
11549         Use signals to notify action activation. Hopefully
11550         I did not break completion since I cant test...
11551
11552         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11553         (register_custom_actions):
11554
11555         Connect to page selector actions and also grab focus on
11556         the view when activated.
11557
11558 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11559
11560         * pdf/ev-poppler.cc:
11561         * backend/ev-page-cache.c: make page size calculation consistent
11562         and set it to (int)( width * scale + 0.5).  This makes the weird
11563         line going through the middle of the page go away.
11564
11565         * shell/ev-view.c: move painting the background page after
11566         checking the expose area covers us.
11567
11568 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11569
11570         * data/evince-password.glade:
11571         
11572         Mark labels as not translatable. Fix for bug 302842.
11573
11574 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11575
11576         * configure.ac: Added "es" to ALL_LINGUAS.
11577
11578 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11579
11580         * data/evince-toolbar.xml:
11581         * shell/ev-window.c: (update_action_sensitivity),
11582         (ev_window_setup_document), (ev_window_set_page_mode),
11583         (ev_window_init):
11584
11585         Remove some leftover code from jrb first continous
11586         attempt. Use the new actions, we still need good icons
11587         though...
11588
11589 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11590
11591         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11592
11593         Update label when connecting proxy. Fix a warning with NULL
11594         page_cache.
11595
11596 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11597
11598         * data/evince-ui.xml:
11599         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11600         * shell/ev-page-action.h:
11601         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11602
11603         Add mnemonic for edit toolbar.
11604         ctrl+l focus the page entry.
11605
11606 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11607
11608         * lib/Makefile.am:
11609         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11610         (ev_window_init):
11611         * shell/main.c: (main):
11612
11613         Put the toolbar xml in evince own dot dir
11614
11615 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11616
11617         * shell/ev-window.c: (ev_window_init):
11618
11619         Make the toolbar not removable
11620
11621 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11622
11623         * data/evince-ui.xml:
11624         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11625         * shell/ev-sidebar-links.h:
11626         * shell/ev-sidebar-thumbnails.c:
11627         (ev_sidebar_thumbnails_get_treeview):
11628         * shell/ev-sidebar-thumbnails.h:
11629         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11630         (ev_view_class_init):
11631         * shell/ev-view.h:
11632         * shell/ev-window.c: (update_action_sensitivity),
11633         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11634         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11635         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11636         (ev_window_init):
11637
11638         This is evil... Make space/backspace global accelerators but
11639         enable them only for some widgets (sidebars and view).
11640         I dont like it, but I dont know a better way... :/
11641
11642 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11643
11644         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11645         (ev_page_action_widget_finalize),
11646         (ev_page_action_widget_class_init), (update_page_cache):
11647
11648         Keep a weak reference on proxy->page_cache so that we
11649         dont try to disconnect the signal if the object is already
11650         gone. Maybe there is a better way to cleanup reference handling
11651         in page action though...
11652
11653 2005-05-10  Juerg Billeter  <j@bitron.ch>
11654
11655         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11656         * backend/ev-ps-exporter.h:
11657         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11658         * ps/ps-document.c: (ps_document_ps_export_begin):
11659         
11660         Change api to pass print range to ps_exporter_begin. The pdf backend
11661         requires this information.
11662         
11663         * shell/ev-print-job.c: (idle_print_handler):
11664         
11665         Adapt to api change
11666
11667 2005-05-10  Juerg Billeter  <j@bitron.ch>
11668
11669         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11670         (idle_print_handler)
11671         * shell/ev-window.c: (ev_window_print):
11672
11673         Support printing page range, based on patch by Amaury Jacquot
11674
11675 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11676
11677         * data/evince-toolbar.xml:
11678
11679         Add zoom control to available items
11680
11681 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11682
11683         * shell/ev-window.c: (update_action_sensitivity):
11684
11685         Set slash action insensitive when appropriate
11686
11687 2005-05-10  Christian Persch <chpe@gnome.org>
11688
11689         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11690
11691         Fix warning on the overflow menu
11692
11693 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11694
11695         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11696
11697         Check for uri correctness/existence
11698
11699 2005-05-09  Juerg Billeter  <j@bitron.ch>
11700
11701         * shell/ev-window.c: (using_postscript_printer):
11702
11703         LPD printers use postscript, too
11704
11705 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11706
11707         * shell/ev-window.c: (register_custom_actions):
11708
11709         The zoom one is actually sort of useful,
11710         put it back
11711
11712 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11713
11714         * shell/ev-window.c: (register_custom_actions):
11715
11716         Hide page/zoom controls from overflow, they
11717         are useless.
11718
11719 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11720
11721         * cut-n-paste/update-from-egg.sh:
11722         
11723         Share it between all cut-n-paste subdirs
11724
11725         * cut-n-paste/recent-files/Makefile.am:
11726
11727         Fix to use "global" update-from-egg.sh
11728
11729         * cut-n-paste/recent-files/egg-recent-model.c:
11730         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11731         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11732         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11733         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11734
11735         Update from libegg
11736
11737         * cut-n-paste/toolbar-editor/Makefile.am:
11738
11739         Fix to use "global" update-from-egg.sh
11740
11741         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11742
11743         Update from libegg
11744
11745 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11746
11747         * configure.ac:
11748         * cut-n-paste/Makefile.am:
11749         * cut-n-paste/recent-files/Makefile.am:
11750         * cut-n-paste/toolbar-editor/.cvsignore:
11751         * cut-n-paste/toolbar-editor/Makefile.am:
11752         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11753         (egg_editable_toolbar_get_type), (get_toolbar_position),
11754         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11755         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11756         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11757         (set_item_drag_source), (create_item_from_action), (create_item),
11758         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11759         (popup_toolbar_context_menu_cb), (free_dragged_item),
11760         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11761         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11762         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11763         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11764         (item_added_cb), (item_removed_cb),
11765         (egg_editable_toolbar_construct),
11766         (egg_editable_toolbar_disconnect_model),
11767         (egg_editable_toolbar_deconstruct),
11768         (egg_editable_toolbar_set_model),
11769         (egg_editable_toolbar_set_ui_manager),
11770         (egg_editable_toolbar_set_property),
11771         (egg_editable_toolbar_get_property),
11772         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11773         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11774         (egg_editable_toolbar_new_with_model),
11775         (egg_editable_toolbar_get_edit_mode),
11776         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11777         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11778         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11779         (new_pixbuf_from_widget), (new_separator_pixbuf),
11780         (update_separator_image), (style_set_cb),
11781         (_egg_editable_toolbar_new_separator_image),
11782         (egg_editable_toolbar_get_model):
11783         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11784         * cut-n-paste/toolbar-editor/egg-marshal.c:
11785         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11786         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11787         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11788         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11789         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11790         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11791         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11792         (editor_drag_data_delete_cb), (drag_data_get_cb),
11793         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11794         (editor_create_item), (update_editor_sheet), (setup_editor),
11795         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11796         (parse_item_list), (model_has_action), (update_actions_list),
11797         (egg_toolbar_editor_load_actions):
11798         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11799         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11800         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11801         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11802         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11803         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11804         (egg_toolbars_model_add_separator), (impl_add_item),
11805         (parse_item_list), (egg_toolbars_model_add_toolbar),
11806         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11807         (impl_get_item_data), (impl_get_item_type),
11808         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11809         (egg_toolbars_model_init), (free_toolbar),
11810         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11811         (egg_toolbars_model_remove_toolbar),
11812         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11813         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11814         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11815         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11816         (egg_toolbars_model_get_item_data),
11817         (egg_toolbars_model_get_item_type):
11818         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11819         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11820         * data/Makefile.am:
11821         * data/evince-toolbar.xml:
11822         * data/evince-ui.xml:
11823         * data/hand-open.png:
11824         * po/POTFILES.in:
11825         * shell/Makefile.am:
11826         * shell/ev-window.c: (update_chrome_visibility),
11827         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11828         (ev_window_dispose), (ev_window_init):
11829
11830         Implement epiphany like toolbar editor. Based on patch by
11831         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11832
11833 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11834
11835         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11836
11837         Use set_cursor instead of set_selection, so that
11838         the keyboard focus moves too.
11839
11840 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11841
11842         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11843
11844         Fix infinite loop when loading Type1 fonts
11845
11846 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11847
11848         * data/evince-ui.xml:
11849         * shell/ev-window.c:
11850
11851         Slash -> Find
11852
11853 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11854
11855         * configure.ac:
11856
11857         Make --disable really disable
11858
11859 2005-05-07  Juerg Billeter  <j@bitron.ch>
11860
11861         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11862
11863         Compare page labels even without has_labels set, fixes setting page
11864         with entry
11865
11866 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11867
11868         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11869         (ev_view_set_cursor), (ev_view_button_press_event),
11870         (ev_view_motion_notify_event), (ev_view_button_release_event),
11871         (ev_view_init):
11872
11873         Implement middle button scrolling. Based on a patch
11874         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11875
11876 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11877
11878         * shell/ev-document-types.c: (get_slow_mime_type),
11879         (get_document_type_from_mime), (ev_document_type_lookup):
11880         * shell/ev-document-types.h:
11881
11882         Change api to lookup from uri. Do fast lookup first, if the
11883         type is unknown try with data sniffing.
11884
11885         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11886         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11887
11888         Adapt to api change
11889
11890 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11891
11892         * thumbnailer/Makefile.am:
11893
11894         Fix distcheck
11895
11896 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11897
11898         * NEWS:
11899         * configure.ac:
11900
11901         Release 0.3.0
11902
11903         * data/evince-ui.xml:
11904
11905         Hide presentation mode for now
11906
11907         * shell/ev-view.c: (highlight_find_results):
11908
11909         Show current find selection only on current page
11910
11911 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11912
11913         * shell/ev-view.c: (ev_view_select_all):
11914
11915         Compute size of the actual page, not of
11916         the current one.
11917
11918 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11919
11920         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11921         (view_rect_to_doc_rect), (compute_selections),
11922         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11923         (ev_view_copy), (ev_view_primary_get_cb),
11924         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11925         (ev_view_button_press_event), (ev_view_motion_notify_event),
11926         (ev_view_button_release_event), (page_changed_cb):
11927
11928         Fix text selection
11929
11930 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11931
11932         * shell/ev-view.c: (compute_border), (get_page_extents),
11933         (doc_rect_to_view_rect), (highlight_find_results),
11934         (ev_view_bin_expose), (ev_view_select_all),
11935         (ev_view_motion_notify_event), (update_find_status_message),
11936         (jump_to_find_result), (jump_to_find_page):
11937
11938         First go at fixing search, still buggy
11939
11940 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11941
11942         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11943         dropdown box and button at the top of the sidebar.
11944
11945 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11946
11947         * configure.ac: Output zoom-control Makefile.
11948         * cut-n-paste/Makefile.am: build zoom-control subdir.
11949         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11950         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11951         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11952         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11953         * cut-n-paste/zoom-control/ephy-zoom.c:
11954         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11955         from epiphany, and modified to add a separator into the menu.
11956         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11957         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11958         zoom-control action.
11959         * shell/Makefile.am: Include zoom-control flags.
11960         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11961         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11962         (ev_view_zoom_for_size_presentation),
11963         (ev_view_zoom_for_size_continuous_and_dual_page),
11964         (ev_view_zoom_for_size_continuous),
11965         (ev_view_zoom_for_size_dual_page),
11966         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11967         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11968         ev_view_get_zoom and ev_view_get_sizing_mode.
11969         * shell/ev-view.h:
11970         * shell/ev-window.c: (update_action_sensitivity),
11971         (update_sizing_buttons), (zoom_control_changed_cb),
11972         (register_custom_actions): Initialize and use the zoom-control 
11973         widget.
11974
11975 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11976
11977         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11978         preview cache back to 1.  Don't know when it got set to 0.
11979         
11980         * shell/ev-view.c: (compute_border), (ev_view_realize),
11981         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11982         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11983         (ev_view_get_fullscreen), (ev_view_set_presentation),
11984         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11985         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11986         * shell/ev-view.h:
11987         * shell/ev-window.c:
11988         (update_chrome_visibility),
11989         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11990         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11991         (update_document_mode), (ev_window_update_fullscreen_action),
11992         (ev_window_fullscreen), (ev_window_unfullscreen),
11993         (ev_window_cmd_view_fullscreen),
11994         (ev_window_update_presentation_action),
11995         (ev_window_run_presentation), (ev_window_stop_presentation),
11996         (ev_window_cmd_view_presentation), (ev_window_state_event),
11997         (ev_window_focus_in_event), (ev_window_focus_out_event),
11998         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11999         * data/evince-ui.xml: Initial presentation mode.  We should
12000         probably hide this until it's done, as it's quite rough.  Also,
12001         change full-screen to fullscreen and add two getters to EvView.
12002
12003 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12004
12005         * shell/ev-page-action.c: (update_page_cache),
12006         (ev_page_action_dispose):
12007         * shell/ev-window.c: (destroy_fullscreen_popup),
12008         (ev_window_create_fullscreen_popup):
12009
12010         Use connect_object rather than explicitly
12011         disconnect on dispose.
12012
12013 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12014
12015         * shell/ev-page-action.c: (update_page_cache),
12016         (ev_page_action_dispose):
12017
12018 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12019
12020         * backend/ev-page-cache.c: (_ev_page_cache_new),
12021         (ev_page_cache_set_page_label),
12022         (ev_page_cache_has_nonnumeric_page_labels):
12023         * backend/ev-page-cache.h:
12024         * shell/ev-page-action.c: (update_pages_label):
12025         
12026         If all page labels are numeric, fallback to default
12027         way to display number of pages. See bug 173185.
12028
12029 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12030
12031         * shell/ev-page-action.c: (ev_page_action_dispose):
12032         * shell/ev-view.c: (view_update_range_and_current_page):
12033         * shell/ev-window.c: (ev_window_dispose):
12034         
12035         Set page on scroll in continuous mode. Fixes bug 301986.
12036         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12037
12038 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12039
12040         * configure.ac:
12041
12042         Require poppler 0.3.0
12043
12044 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12045         
12046         * shell/Makefile.am, configure.ac: Fix build problems
12047         with t1lib. Bug 301996.
12048
12049 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12050
12051         * shell/ev-view.c: (ev_view_scroll_event):
12052         
12053         Scroll up increase zoom
12054
12055 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12056
12057         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12058         (ev_view_set_sizing_mode),
12059         (ev_view_zoom_for_size_continuous_and_dual_page),
12060         (ev_view_zoom_for_size_continuous):
12061         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12062         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12063         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12064         (ev_window_init):
12065
12066         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12067         Fix for 165473 and 165472.
12068
12069 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12070
12071         * po/POTFILES.in:
12072         * thumbnailer/Makefile.am:
12073         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12074         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12075         * thumbnailer/evince-thumbnailer.schemas.in:
12076         
12077         Make thumbnailer schemas translatable. Fix for bug 301773
12078         
12079         * thumbnailer/evince-thumbnailer-djvu.schemas:
12080         * thumbnailer/evince-thumbnailer-dvi.schemas:
12081         * thumbnailer/evince-thumbnailer.schemas:
12082
12083         Removed files
12084
12085 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12086
12087         * shell/ev-view.c (ev_view_init): forgot to set this.
12088
12089 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12090
12091         * shell/ev-view.c: (find_page_at_location),
12092         (get_link_at_location),
12093         (ev_view_set_show_border), (ev_view_set_spacing),
12094         (ev_view_zoom_for_size_continuous_and_dual_page),
12095         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12096         Also, add a quick fix measuring of widths.  Also, removed
12097         ev_view_set_spacing and ev_view_set_show_border.
12098         
12099         * shell/ev-window.c: (ev_window_unfullscreen),
12100         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12101
12102 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12103
12104         * shell/ev-view.c: (view_update_range_and_current_page),
12105         (page_changed_cb):
12106         
12107         Fix crash on exit and scrolling to page in continuous view.
12108
12109 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12110
12111         * TODO:
12112         * backend/ev-page-cache.c: (_ev_page_cache_new),
12113         (ev_page_cache_get_max_width_size),
12114         (ev_page_cache_get_max_height_size):
12115         * backend/ev-page-cache.h:
12116         * data/evince-ui.xml:
12117         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12118         * shell/ev-view.c: (view_update_adjustments),
12119         (view_update_range_and_current_page), (get_bounding_box_size),
12120         (ev_view_size_request_continuous_and_dual_page),
12121         (ev_view_size_request_continuous),
12122         (ev_view_size_request_dual_page),
12123         (ev_view_size_request_single_page), (ev_view_size_request),
12124         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12125         (ev_view_bin_expose), (ev_view_expose_event),
12126         (ev_view_set_property), (ev_view_get_property),
12127         (ev_view_class_init), (ev_view_init), (ev_view_new),
12128         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12129         (ev_view_set_dual_page), (ev_view_set_full_screen),
12130         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12131         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12132         (ev_view_zoom_out), (zoom_for_size_fit_width),
12133         (zoom_for_size_best_fit),
12134         (ev_view_zoom_for_size_continuous_and_dual_page),
12135         (ev_view_zoom_for_size_continuous),
12136         (ev_view_zoom_for_size_dual_page),
12137         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12138         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12139         * shell/ev-view.h:
12140         * shell/ev-window.c: (update_action_sensitivity),
12141         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12142         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12143         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12144         (ev_window_cmd_view_zoom_out), (update_view_size),
12145         (ev_window_set_sizing_mode), (ev_window_init):
12146
12147         Add Continuous and Dual page modes.
12148
12149 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12150
12151         * dvi/dvi-document.c: (dvi_document_load),
12152         (dvi_document_thumbnails_get_thumbnail),
12153         (dvi_document_init_params): Fix up some mixups between
12154         width and height to correct thumbnail rendering.
12155
12156 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12157
12158         * dvi/mdvi-lib/private.h:
12159         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12160         
12161         Suppess output for kpathsea during font generation. Thanks to
12162         James Bowes
12163
12164 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12165
12166         * NEWS:
12167         * configure.ac:
12168
12169         Release 0.2.1
12170
12171         * Makefile.am: fix distcheck.
12172
12173 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12174
12175         * shell/ev-sidebar-links.c: (selection_changed_callback),
12176         (update_page_callback), (row_activated_callback),
12177         (job_finished_callback), (ev_sidebar_links_set_document):
12178         
12179         Fix for bug #169901. Double click on links expands tree.
12180
12181 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12182
12183         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12184         hard-coded style. Fix for bug 170111
12185
12186 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12187
12188         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12189         locking.
12190
12191 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12192
12193         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12194
12195 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12196
12197         * pdf/ev-poppler.cc:
12198         * shell/ev-view.c: (highlight_find_results):
12199
12200         Fix find on single page documents
12201
12202 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12203
12204         * data/evince.schemas.in: fix for bug 301390
12205
12206 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12207
12208         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12209         (ev_view_zoom_out), (ev_view_zoom_normal):
12210         * shell/ev-view.h:
12211         * shell/ev-window.c: (update_action_sensitivity),
12212         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12213         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12214         (ev_window_cmd_view_normal_size):
12215
12216         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12217         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12218         better than oom. 
12219
12220 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12221
12222         * configure.ac:
12223
12224         Depend on 2.57, 2.59 doesnt seem to be necessary
12225
12226 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12227
12228         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12229         (create_tool_item):
12230
12231         Put back total number of pages as (1 of 1234)
12232
12233 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12234
12235         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12236         remove the job.
12237
12238         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12239         function.  This helps debugging.
12240
12241 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12242
12243         * djvu/djvu-document.c: (djvu_document_class_init),
12244         (djvu_document_get_info), (djvu_document_document_iface_init):
12245         * dvi/dvi-document.c: (dvi_document_class_init),
12246         (dvi_document_get_info), (dvi_document_document_iface_init):
12247
12248         Dummy implementation of get_info method for dvi and
12249         djvu. Fix crashes with those backends
12250
12251 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12252
12253         * data/evince.desktop.in:
12254
12255         Add application/x-gzpostscript
12256
12257 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12258
12259         * data/evince.schemas.in: Added real long descriptions, 
12260         closes bug 172496 
12261
12262         * README: Added actual text, closes bug 171869
12263
12264 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12265
12266         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12267
12268         Thumbnail page 0
12269
12270 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12271
12272         * backend/ev-document-info.h:
12273
12274         s/GDate */GDate so we can just use g_free
12275
12276 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12277
12278         * shell/ev-window.c: (update_document_mode),
12279         (ev_window_setup_document):
12280
12281         Show the window in fullscreen when specified by
12282         the document
12283
12284 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12285
12286         * backend/ev-document.c: (ev_document_class_init),
12287         (ev_document_get_info), (ev_document_render_pixbuf):
12288         * backend/ev-document.h:
12289         * backend/ev-page-cache.c: (_ev_page_cache_new):
12290         * pdf/ev-poppler.cc:
12291         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12292         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12293         * ps/ps-document.c: (ps_document_class_init), (document_load),
12294         (ps_document_get_info), (ps_document_document_iface_init):
12295
12296         Remove get_title from the interface, we can just use document info
12297
12298 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12299
12300         * backend/Makefile.am:
12301         * backend/ev-document.c: (ev_document_render_get_info):
12302         * backend/ev-document.h:
12303         * pdf/ev-poppler.cc:
12304
12305         Initial support for document info. Based on jrb patch.
12306
12307 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12308
12309         * shell/ev-window.c: (ev_window_state_event),
12310         (ev_window_class_init), (ev_window_init):
12311         
12312         Doesn't show resize grip when maximized. See bug #301053
12313
12314 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12315
12316         * po/POTFILES.in:
12317         
12318         ev-sidebar-thumbnails now has translatable labels
12319         
12320         * shell/Makefile.am:
12321         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12322         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12323         (ev_sidebar_links_page_iface_init):
12324         * shell/ev-sidebar-links.h:
12325         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12326         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12327         (ev_sidebar_page_get_label):
12328         * shell/ev-sidebar-page.h:
12329         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12330         (ev_sidebar_thumbnails_set_document),
12331         (ev_sidebar_thumbnails_support_document),
12332         (ev_sidebar_thumbnails_get_label),
12333         (ev_sidebar_thumbnails_page_iface_init):
12334         * shell/ev-sidebar-thumbnails.h:
12335         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12336         (ev_sidebar_set_document):
12337         * shell/ev-sidebar.h:
12338         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12339         
12340         Small rework of sidebar code. Now sidebar pages should implement
12341         EvSidebarPage interface. That makes page management in EvSidebar
12342         easier. See bug #164811 for details
12343
12344 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12345
12346         * shell/ev-application.c: (ev_application_open):
12347         * shell/ev-document-types.c:
12348         
12349         Fix build error and small problem with application exit
12350
12351 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12352
12353         * thumbnailer/Makefile.am:
12354         * thumbnailer/evince-thumbnailer-djvu.schemas:
12355         * thumbnailer/evince-thumbnailer-dvi.schemas:
12356         
12357         Conditionally install schemas for djvu/dvi thumbnailer
12358
12359 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12360
12361         * shell/ev-document-types.h: 
12362         * shell/ev-document-types.c: 
12363         New files, handling the mapping from mimetypes to backends
12364         
12365         * shell/ev-window.c: 
12366         * thumbnailer/evince-thumbnailer.c:     
12367         Use the ev-document-types code
12368         
12369         * shell/Makefile.am: 
12370         Added new convenience library libevbackendfactory_la, containing
12371         the new mimetype->backend logic; moved the backends into it.
12372
12373         * thumbnailer/Makefile.am:
12374         Make the thumbnailer link with the libevbackend.la convenience
12375         library, rather than having a duplicate of the backend logic here.
12376
12377 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12378
12379         * shell/ev-stock-icons.c: constify some vars.
12380         * shell/ev-window.c: ditto.
12381
12382 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12383
12384         * ps/ps-document.c (get_page_orientation):
12385
12386         Respect document orientation 
12387
12388 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12389
12390         * djvu/Makefile.am:
12391         * dvi/Makefile.am:
12392         * shell/Makefile.am:
12393         
12394         Move library dependencies to components.
12395         
12396         * shell/ev-window.c: (update_window_title),
12397         (start_loading_document):
12398         
12399         Fix display of uris with spaces. Bug 168358.
12400
12401 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12402
12403         * shell/ev-sidebar-links.c: (selection_changed_cb):
12404         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12405         (ev_view_button_release_event), (ev_view_set_document):
12406         * shell/ev-view.h:
12407         * shell/ev-window.c: (find_bar_search_changed_cb):
12408         * shell/ev-window.h: Minor cleanups removing some dead code.
12409
12410 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12411
12412         * backend/ev-page-cache.c: (_ev_page_cache_new):
12413         
12414         Set current page to 0 if document has pages.
12415
12416 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12417
12418         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12419
12420         Initialize GError to NULL, fix a crash when loading fails.
12421
12422 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12423
12424         * shell/ev-window.c: (update_view_size):
12425
12426         Calculate shadow size only when there is actually
12427         a shadow.
12428
12429 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12430
12431         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12432         * shell/ev-view.h:
12433
12434         Allow setting view spacing, default to 0
12435
12436         * shell/ev-window.c: (ev_window_unfullscreen),
12437         (ev_window_cmd_view_fullscreen), (ev_window_init):
12438
12439         Remove spacing in fullscreen mode
12440
12441 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12442
12443         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12444         (ev_view_size_request), (expose_bin_window),
12445         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12446         * shell/ev-view.h:
12447         * shell/ev-window.c: (ev_window_unfullscreen),
12448         (ev_window_cmd_view_fullscreen):
12449
12450         Do not draw the border in fulscreen
12451
12452 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12453
12454         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12455         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12456         (find_page_at_location), (page_changed_cb):
12457
12458         Rework border calculation, so that I can more easily disable it.
12459         Code somewhat cleaner too.
12460
12461 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12462
12463         * backend/ev-page-cache.c: (ev_page_cache_init),
12464         (_ev_page_cache_new):
12465
12466         Remove some assertions, documents can have 0 pages.
12467         Make initial current page -1.
12468
12469         * shell/ev-page-action.c: (page_changed_cb):
12470
12471         Show "" if current page is -1
12472
12473         * shell/ev-window.c: (update_action_sensitivity),
12474         (ev_window_setup_document):
12475
12476         When document has 0 pages do not set the view
12477         and make nearly everything insensitive.
12478
12479 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12480
12481         * shell/ev-page-view.c:
12482         * shell/ev-page-view.h:
12483
12484         Remove unused files.
12485         
12486         * shell/ev-sidebar-thumbnails.c:
12487         (ev_sidebar_thumbnails_set_document):
12488         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12489         (ev_sidebar_supports_document):
12490         * shell/ev-sidebar.h:
12491         * shell/ev-window.c: (ev_window_setup_document):
12492         
12493         Doesn't show thumbnails if document has 1 page. Make
12494         sidebar menu entries sensitive only if if they have 
12495         sense. Fix bug 164811. 
12496
12497 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12498
12499         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12500         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12501         (ev_view_zoom_out), (ev_view_set_size):
12502
12503         Rework sizing to deal with documents with not uniform page
12504         size.
12505
12506 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12507
12508         * backend/ev-page-cache.c: (_ev_page_cache_new):
12509
12510         Fix several page size caching bugs
12511
12512 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12513
12514         * shell/ev-window.c: (set_action_properties):
12515
12516         Make all toolbar items translatable
12517
12518 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12519
12520         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12521         (save_page_list), (ps_document_save),
12522         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12523         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12524         (ps_document_ps_exporter_iface_init):
12525         * ps/ps-document.h:
12526
12527         Based on a patch by J�rg Billeter <j@bitron.ch>
12528         
12529         Implement print and save a copy for the ps backend.
12530
12531 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12532
12533         * backend/ev-document.h:
12534         * djvu/djvu-document.c: (djvu_document_can_get_text),
12535         (djvu_document_document_iface_init):
12536         * dvi/dvi-document.c: (dvi_document_can_get_text),
12537         (dvi_document_document_iface_init):
12538         * pdf/ev-poppler.cc:
12539         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12540         (pixbuf_document_document_iface_init):
12541         * ps/ps-document.c: (ps_document_can_get_text),
12542         (ps_document_document_iface_init):
12543         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12544         * shell/ev-window.c: (update_action_sensitivity):
12545
12546         Fix the crash when trying to copy in backends that doesnt
12547         support it. We can implement a better solution once we
12548         do real text selection.
12549
12550 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12551
12552         * data/evince-ui.xml:
12553         * shell/ev-window.c: (ev_window_cmd_escape):
12554         
12555         Work around the Escape conflict (find bar and unfullscreen)
12556
12557 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12558
12559         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12560         
12561         Fix for #300233. Next page correctly handles document end.
12562         
12563         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12564         (ev_sidebar_thumbnails_class_init),
12565         (ev_sidebar_thumbnails_set_document),
12566         (ev_sidebar_thumbnails_clear_job),
12567         (ev_sidebar_thumbnails_clear_model):
12568         
12569         Cleanup thumbnail jobs on document changes.
12570         
12571         * shell/ev-view.c: (add_scroll_binding_keypad),
12572         (add_scroll_binding_shifted), (ev_view_class_init):
12573         
12574         Shift + Space scrolls up. Fix for #173184
12575         
12576         * shell/ev-window.c: (ev_window_open_page),
12577         (ev_window_cmd_view_reload):
12578         
12579         Fix reload (Bug #300094)
12580
12581 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12582
12583         
12584         * dvi/mdvi-lib/assoc.c:
12585         * dvi/mdvi-lib/assoc.h: Removed garbage files
12586         
12587         * dvi/mdvi-lib/bitmap.c:
12588         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12589         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12590         * dvi/mdvi-lib/color.h: Antialias of rules
12591         
12592         * dvi/mdvi-lib/common.h:
12593         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12594         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12595         * dvi/mdvi-lib/files.c:
12596         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12597         * dvi/mdvi-lib/mdvi.h:
12598         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12599         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12600         * dvi/mdvi-lib/util.c: Fix compile warnings
12601         
12602         * dvi/dvi-document.c:
12603         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12604         (dvi_document_thumbnails_get_thumbnail),
12605         (dvi_document_document_thumbnails_iface_init):
12606         * dvi/mdvi-lib/Makefile.am:
12607         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12608         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12609         
12610         Dvi backend now renders thumbnails
12611
12612 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12613
12614         * shell/main.c: (main): 
12615         
12616         Save accelerators on exit. Fixes bug #172095.
12617
12618 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12619
12620         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12621         update priority" comment.
12622
12623         * backend/ev-job-queue.c: Give a way to change priority.
12624
12625 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12626
12627         * shell/ev-page-action.c: Fix logic.
12628
12629 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12630
12631         * shell/ev-view.c: (ev_view_can_find_next):
12632         * shell/ev-window.c: (ev_window_setup_document):
12633
12634         Check that the document supports find
12635
12636 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12637
12638         * data/evince-ui.xml:
12639         * shell/ev-view.c: (ev_view_can_find_next):
12640         * shell/ev-view.h:
12641         * shell/ev-window.c: (update_action_sensitivity),
12642         (find_changed_cb), (ev_window_setup_document),
12643         (ev_window_cmd_edit_find_next):
12644
12645         Add Edit->Find Next
12646
12647 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12648
12649         * pdf/ev-poppler.cc:
12650         * shell/ev-print-job.c: (idle_print_handler):
12651
12652         Make printing work again
12653
12654 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12655
12656         * shell/ev-page-action.h:
12657         * shell/ev-page-action.c: (ev_page_action_widget_init),
12658         (ev_page_action_widget_class_init), (page_changed_cb),
12659         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12660         (get_filter_model_from_model), (match_selected_cb),
12661         (display_completion_text), (match_completion), (update_model),
12662         (connect_proxy), (ev_page_action_set_property),
12663         (ev_page_action_get_property), (ev_page_action_set_document),
12664         (ev_page_action_set_model), (ev_page_action_class_init): Big
12665         reworking to make completions work iff we have >= GTK-2.7.0
12666                 
12667         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12668         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12669         (job_finished_cb): We now have a 'model' property that is set when
12670         the links are loaded.  This can be caught with "notify::model"
12671
12672         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12673         listen for the model to be set, and propagate it to the action.
12674
12675 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12676
12677         * cut-n-paste/recent-files/egg-recent-item.c:
12678         (egg_recent_item_set_uri), (make_valid_utf8),
12679         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12680         * cut-n-paste/recent-files/egg-recent-item.h:
12681         
12682         Update egg-recent from libegg. This should fix long
12683         startup problem. For details see
12684         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12685
12686 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12687
12688         * cut-n-paste/recent-files/Makefile.am:
12689         * data/evince-ui.xml, shell/Makefile.am:
12690         * shell/ev-application.c, shell/ev-application.h:
12691         * shell/ev-window.c: Recent files support.
12692         
12693         * configure.ac: Added "ru" to ALL_LINGUAS.
12694         
12695         * dvju: new backend to support DJVU files.
12696         * dvi: new backend to support DVI.
12697
12698         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12699         * ev-application.c: Support for new backends.
12700         
12701         * help, ev-window.c, main.c shell/Makefile.am: 
12702         Evince user documentation.
12703
12704 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12705
12706         * po/POTFILES.in:
12707         * shell/ev-window.c:
12708         * thumbnailer/evince-thumbnailer.c:
12709
12710         s/pdf-document/ev-poppler
12711
12712 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12713
12714         * NEWS:
12715         * configure.ac:
12716
12717         Release 0.2.0
12718
12719         * ps/ps-document.c: (setup_pixmap):
12720
12721         Remove debug code
12722
12723 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12724
12725         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12726         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12727         (ev_window_cmd_go_first_page): Fix of by one errors.
12728
12729 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12730
12731         * ps/ps-document.c: (get_page_box):
12732
12733         Fix page size calculation
12734
12735 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12736
12737         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12738         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12739         (get_page_orientation), (setup_page), (document_load),
12740         (ps_document_get_page_size), (render_pixbuf_idle):
12741         * ps/ps-document.h:
12742
12743         More refactoring to adapt to EvDocument changes
12744
12745 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12746
12747         * ps/ps-document.c: (start_interpreter):
12748
12749         Actually add alpha args
12750
12751 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12752
12753         * pdf/ev-poppler.cc:
12754
12755         Make clipboard work again
12756
12757 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12758
12759         Make searching work again.
12760         
12761         * backend/ev-document.c:
12762         * backend/ev-document.h:
12763         * backend/ev-document-find.c:
12764         * backend/ev-document-find.h: Change EvDocumentIface so we no
12765         longer store the current page or zoom level in the document.  The
12766         consequence is that all calls that operate on the current page now
12767         instead take the page number as an extra argument, and all
12768         coordinates are now doubles in document coordinate system.
12769
12770         * pdf/ev-poppler.cc:
12771         * pixbuf/pixbuf-document.c:
12772         * ps/ps-document.c: Update backends accordingly.
12773
12774 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12775
12776         * autogen.sh:
12777
12778         Add required gettext version
12779
12780 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12781
12782         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12783         make F1 bring up non-existent help.
12784
12785         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12786         epiphany's find bar, #167477
12787
12788         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12789         <emil@nishra.com> to add space-bar scrolling, 
12790
12791         * shell/ev-window.c (static GtkActionEntry entries): add default
12792         keybinding for Help (F1)
12793         Fixes #171068
12794
12795         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12796         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12797         170110
12798
12799 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12800
12801         * Makefile.am: 
12802         * pixbuf/pixbuf-document.c: 
12803
12804         Got pixbuf backend working again
12805
12806 2005-04-01  Steve Murphy  <murf@e-tools.com>
12807
12808         * configure.in: Added "rw" to ALL_LINGUAS.
12809
12810 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12811
12812         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12813         model types, noticed by Martin Kretzschmar.
12814
12815 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12816
12817         * pdf/ev-poppler.cc: Implement search based on
12818         poppler_page_find_text().  Currently a bit crude since we remember
12819         all matches from all pages.  Also, we grab the big document lock
12820         when we search since searching changes the underlying stream and
12821         thus conflicts with the rendering thread.
12822         
12823         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12824         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12825         (ev_view_find_previous): Fix some page indexes to be 0 based,
12826         offset rubber band by view offset,
12827
12828 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12829
12830         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12831
12832 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12833
12834         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12835         completely because I didn't understand GtkActions.  I should
12836         read Marco's code more carefully in the future.
12837
12838         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12839         function
12840
12841 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12842
12843         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12844         PopplerRectangle change from poppler CVS.
12845
12846 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12847
12848         * backend/ev-document.c: (ev_document_get_page_label):
12849         * backend/ev-document.h:
12850         * backend/ev-page-cache.c: (_ev_page_cache_new),
12851         (ev_page_cache_get_page_label):
12852         * backend/ev-page-cache.h:
12853         * pdf/ev-poppler.cc:
12854         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12855         (links_page_num_func):
12856         * shell/ev-sidebar-thumbnails.c:
12857         (ev_sidebar_thumbnails_set_document):
12858         * shell/ev-view.c: (status_message_from_link),
12859         (ev_view_motion_notify_event):
12860         * shell/ev-window.c: (document_supports_sidebar): Add in page
12861         label support.  It's not perfect yet, but it's the first 'feature'
12862         in a while.
12863         Also, fix a bogus comment noticed by crispin. 
12864
12865 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12866
12867         * Makefile.am: Remove pixbuf backend for now
12868
12869         * configure.ac: Require poppler-glib instead of just poppler.
12870
12871         * backend/ev-document-thumbnails.h: Add a comment
12872
12873         * backend/ev-document.h:
12874         * backend/ev-document.c: (ev_document_class_init),
12875         (ev_document_load), (ev_document_get_link),
12876         (ev_document_get_links): Remove 3 methods and add get_links.
12877         Also, made 0 based.
12878
12879         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12880         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12881
12882         * backend/ev-link.c: (ev_link_set_title),
12883         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12884         (ev_link_mapping_find):
12885         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12886         
12887         * backend/ev-page-cache.c: (ev_page_cache_init),
12888         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12889         (ev_page_cache_get_size), (ev_page_cache_next_page),
12890         (ev_page_cache_prev_page): Fix to be 0 based.
12891
12892         * pdf/Makefile.am: 
12893         * pdf/ev-poppler.h:
12894         * pdf/ev-poppler.cc: New backend.
12895         
12896         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12897         (ps_document_get_page), (ps_document_document_iface_init):
12898
12899         * shell/ev-pixbuf-cache.h:
12900         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12901         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12902         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12903         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12904         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12905         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12906         based.
12907         
12908         * shell/ev-sidebar-thumbnails.c:
12909         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12910         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12911
12912         * shell/ev-view.c: (status_message_from_link),
12913         (find_page_at_location), (get_link_at_location),
12914         (ev_view_motion_notify_event), (ev_view_button_release_event),
12915         (ev_view_init): Use the new link code.  Fix to be 0 based.
12916
12917         * shell/ev-window.c: (update_action_sensitivity),
12918         (document_supports_sidebar): 0 based.
12919
12920 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12921
12922         * pdf/pdf-document.cc: Patch from Fernando Herrera
12923         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12924         *blush*
12925
12926 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12927
12928         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12929         1 to the page, as this seems to be 1 based.  I thought we has this
12930         fixed.  grump.
12931
12932 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12933
12934         * TODO:
12935         * backend/Makefile.am:
12936         * backend/ev-document-links.c:
12937         (ev_document_links_has_document_links),
12938         (ev_document_links_get_links_model):
12939         * backend/ev-document-links.h:
12940         * backend/ev-document.c: (ev_document_get_page_cache),
12941         (ev_document_get_doc_mutex), (ev_document_load),
12942         (ev_document_save), (ev_document_get_title),
12943         (ev_document_get_n_pages), (ev_document_set_page),
12944         (ev_document_get_page), (ev_document_set_target),
12945         (ev_document_set_scale), (ev_document_set_page_offset),
12946         (ev_document_get_page_size), (ev_document_get_text),
12947         (ev_document_get_link), (ev_document_render),
12948         (ev_document_render_pixbuf), (ev_document_scale_changed):
12949         * backend/ev-document.h:
12950         * backend/ev-job-queue.c: (remove_object_from_queue),
12951         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12952         (no_jobs_available_unlocked), (ev_render_thread),
12953         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12954         (ev_job_queue_remove_job):
12955         * backend/ev-job-queue.h:
12956         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12957         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12958         (ev_job_links_class_init), (ev_job_render_init),
12959         (ev_job_render_dispose), (ev_job_render_class_init),
12960         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12961         (ev_job_thumbnail_class_init), (ev_job_finished),
12962         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12963         (ev_job_render_run), (ev_job_thumbnail_new),
12964         (ev_job_thumbnail_run):
12965         * backend/ev-jobs.h:
12966         * backend/ev-link.c:
12967         * backend/ev-link.h:
12968         * backend/ev-page-cache.c: (ev_page_cache_init),
12969         (ev_page_cache_class_init), (ev_page_cache_finalize),
12970         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12971         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12972         (ev_page_cache_set_link), (ev_page_cache_get_title),
12973         (ev_page_cache_get_size), (ev_page_cache_next_page),
12974         (ev_page_cache_prev_page):
12975         * backend/ev-page-cache.h:
12976         * pdf/pdf-document.cc:
12977         * ps/gsdefaults.c:
12978         * ps/gsdefaults.h:
12979         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12980         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12981         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12982         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12983         (is_interpreter_ready), (output), (catchPipe), (input),
12984         (start_interpreter), (check_filecompressed), (compute_dimensions),
12985         (ps_document_enable_interpreter), (document_load),
12986         (ps_document_next_page), (render_page), (ps_document_set_page),
12987         (ps_document_set_scale), (render_pixbuf_idle),
12988         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12989         * ps/ps-document.h:
12990         * shell/Makefile.am:
12991         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12992         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12993         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12994         (ev_pixbuf_cache_new), (job_finished_cb),
12995         (check_job_size_and_unref), (move_one_job),
12996         (ev_pixbuf_cache_update_range), (find_job_cache),
12997         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12998         (ev_pixbuf_cache_add_jobs_if_needed),
12999         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13000         * shell/ev-pixbuf-cache.h:
13001         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13002         (idle_print_handler):
13003         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13004         (selection_changed_cb), (create_loading_model),
13005         (ev_sidebar_links_construct), (links_page_num_func),
13006         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13007         (update_page_callback), (job_finished_cb),
13008         (ev_sidebar_links_set_document):
13009         * shell/ev-sidebar-thumbnails.c:
13010         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13011         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13012         (page_changed_cb), (thumbnail_job_completed_callback),
13013         (ev_sidebar_thumbnails_set_document):
13014         * shell/ev-sidebar-thumbnails.h:
13015         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13016         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13017         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13018         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13019         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13020         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13021         (ev_view_button_release_event), (ev_view_scroll_view),
13022         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13023         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13024         (ev_view_new), (job_finished_cb), (page_changed_cb),
13025         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13026         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13027         (ev_view_find_previous):
13028         * shell/ev-view.h:
13029         * shell/ev-window.c: (update_action_sensitivity),
13030         (ev_window_open_page), (update_window_title), (update_total_pages),
13031         (page_changed_cb), (ev_window_setup_document),
13032         (password_dialog_response), (ev_window_cmd_save_as),
13033         (ev_window_print), (ev_window_cmd_go_previous_page),
13034         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13035         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13036         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13037         * shell/main.c: (main):
13038
13039         Merge evince-threads branch
13040
13041 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13042
13043         * configure.ac: Added "lt" to ALL_LINGUAS.
13044
13045 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13046
13047         * NEWS:
13048         * configure.ac:
13049
13050         Release 0.1.9
13051
13052 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13053
13054         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13055
13056         Fix here also the thumbnails 1-basedness :)
13057
13058 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13059
13060         * NEWS:
13061         * configure.ac:
13062
13063         Release 0.1.8
13064
13065 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13066
13067         * pdf/pdf-document.cc:
13068         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13069         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13070
13071         Fix the mess we did with thumbnails and 1-basedness
13072
13073 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13074
13075         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13076
13077 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13078
13079         * NEWS:
13080         * configure.ac:
13081
13082         Release 0.1.7
13083
13084 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13085
13086         * ps/Makefile.am:
13087         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13088         (gtk_gs_defaults_get_alpha_parameters),
13089         (gtk_gs_defaults_get_ungzip_cmd),
13090         (gtk_gs_defaults_get_unbzip2_cmd):
13091         * ps/gsdefaults.h:
13092         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13093         (ps_document_get_orientation), (document_load),
13094         (ps_document_goto_page), (ps_document_set_page_size):
13095         * ps/ps-document.h:
13096
13097         Some more sanitization of the ps backend. Remove a lot
13098         of unused code and do not base our defaults on ggv
13099         preferences (ugh!)
13100
13101 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13102
13103         * thumbnailer/evince-thumbnailer.schemas:
13104         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13105         (main): add -s option for thumbnail size.
13106
13107 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13108
13109         * configure.ac:
13110
13111         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13112         remove it.
13113
13114 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13115
13116         * pdf/pdf-document.cc:
13117
13118         Remove 4 pixels of useless border from the
13119         thumbnail.
13120
13121 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13122
13123         * backend/ev-document-thumbnails.c:
13124         (ev_document_thumbnails_get_thumbnail):
13125         * backend/ev-document-thumbnails.h:
13126
13127         Rework API a bit. Add a border flag and
13128         change sizing logic (now the size we specify
13129         applies to the bigger dimension).
13130
13131         * pdf/pdf-document.cc:
13132         * pixbuf/pixbuf-document.c:
13133         (pixbuf_document_thumbnails_get_thumbnail):
13134         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13135         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13136
13137         Adapt to the new API and do not draw a border for nautilus
13138         thumbnailer.
13139
13140 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13141
13142         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13143         take thumbnails from page "0" instead of "1". Added a copyright header.
13144
13145 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13146
13147         * ps/ps-document.c: (set_up_page), (start_interpreter):
13148
13149         Make it C89 compliant
13150
13151 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13152
13153         * Makefile.am:
13154         * configure.ac:
13155         * pdf/.cvsignore:
13156         * pdf/pdf-document.cc:
13157         * thumbnailer/Makefile.am:
13158         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13159         (main):
13160         * thumbnailer/evince-thumbnailer.schemas:
13161         * thumbnailer/pdf-icon.png:
13162
13163         Add a nautilus thumbnailer.
13164         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13165
13166 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13167
13168         * NEWS:
13169         * configure.ac:
13170         * po/POTFILES.in:
13171
13172         Release 0.1.6
13173
13174 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13175
13176         Use poppler instead of including xpdf source code.  Poppler is a
13177         fork of xpdf to build it as a shared library. See
13178         http://freedesktop.org/wiki/Software/poppler.
13179
13180         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13181         xpdf fork.
13182         
13183         * pdf/Makefile.am: Build libpdfdocument.a here.
13184         
13185         * pdf/GDKSplashOutputDev.cc:
13186         * pdf/GDKSplashOutputDev.h:
13187         * pdf/GnomeVFSStream.cc:
13188         * pdf/GnomeVFSStream.h:
13189         * pdf-document.cc:
13190         * pdf-document.h:
13191         * test-gdk-output-dev.cc
13192         * Thumb.cc:
13193         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13194         against poppler.
13195
13196 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13197
13198         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13199
13200         Clear idle stack before unsetting the document
13201
13202 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13203
13204         * ps/ps-document.c: (ps_document_widget_event),
13205         (ps_document_set_target), (ps_document_finalize),
13206         (ps_document_get_page):
13207
13208         Disconnect the widget event signal on finalize.
13209         Some code cleanups.
13210
13211 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13212
13213         * ps/ps-document.c: (set_up_page):
13214
13215         If there is no bpixmap create one, even if size
13216         is not changed.
13217
13218 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13219
13220         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13221         (set_up_page), (document_load), (ps_document_set_zoom):
13222
13223         Default page is 0. Calculate size even when we have no
13224         target yet.
13225
13226 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13227
13228         * shell/ev-sidebar.c: expand the selection widget to be always as
13229         wide as the sidebar
13230
13231 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13232
13233         * shell/ev-sidebar-thumbnails.c:
13234         (ev_sidebar_thumbnails_set_document):
13235
13236         Clear the list store when setting document
13237
13238 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13239
13240         * shell/ev-page-action.c: (update_entry), (sync_entry),
13241         (activate_cb), (entry_size_request_cb), (create_tool_item),
13242         (connect_proxy):
13243
13244         Use an entry for the page control instead of spinbuttons
13245
13246 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13247
13248         * data/evince.schemas.in:
13249
13250         Correct confusing string
13251
13252 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13253
13254         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13255         for real.  Gosh, how long has this been broken.
13256
13257         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13258         check for a NULL link.  We crash otherwise.
13259
13260 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13261
13262         * NEWS:
13263         * configure.ac:
13264
13265         Release 0.1.5
13266
13267 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13268
13269         * configure.ac: add the french translation.
13270
13271 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13272
13273         * shell/ev-window.c:
13274
13275         Remove unused header -> fix distcheck
13276
13277 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13278
13279         * shell/ev-window.c: (update_window_title),
13280         (ev_window_popup_password_dialog):
13281
13282         Unescape filename for display
13283
13284 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13285
13286         * pdf/xpdf/pdf-document.cc:
13287
13288         In get_page_size deal with rotation. Also
13289         cleanup the function a bit.
13290
13291 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13292
13293         * pdf/xpdf/pdf-document.cc:
13294
13295         Fix crash when opening in new window
13296
13297 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13298
13299         * configure.ac:
13300
13301         Check ghostscript >= 7
13302
13303 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13304
13305         * shell/ev-window.c:
13306
13307         Make page width the default sizing mode
13308
13309 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13310         Marco Pesenti Gritti <marco@gnome.org>
13311
13312         * shell/ev-window.c: Remember the sidebar size
13313
13314         * data/evince.schemas.in: Add a new gconf key to store the size of
13315         the sidebar
13316
13317 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13318
13319         * data/evince-ui.xml:
13320         * shell/ev-window.c: (update_action_sensitivity),
13321         (ev_window_cmd_view_reload):
13322         
13323         Add a "Reload" action and menu entry
13324
13325 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13326
13327         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13328         iff the type doesn't support thumbnailing and indexing.
13329
13330 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13331
13332         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13333
13334 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13335
13336         * pdf/splash/Splash.cc:
13337
13338         Port fix for a crasher from kde bug
13339         http://bugs.kde.org/show_bug.cgi?id=97131
13340
13341 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13342
13343         * pdf/xpdf/pdf-document.cc:
13344
13345         Return a link even if it's of an unrecognized
13346         type. Otherwise we go in an infinte cycle.
13347
13348 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13349
13350         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13351         (size_allocate_cb), (ev_window_set_sizing_mode):
13352
13353         Update size when switching mode
13354
13355 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13356
13357         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13358         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13359         (ev_window_cmd_view_normal_size):
13360
13361         Fix size toggle buttons behavior
13362
13363 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13364
13365         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13366         (doc_rect_to_view_rect), (ev_view_size_allocate),
13367         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13368         (scale_changed_callback):
13369
13370         Do not cache offsets in size_allocate.
13371
13372 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13373
13374         * shell/ev-view.c: (ev_view_size_allocate):
13375
13376         Calculate offsets before calling the parent
13377         class (which does a redraw)
13378
13379 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13380
13381         * pdf/xpdf/pdf-document.cc:
13382
13383         Fix a crasher on exit. Unused code, put a TODO
13384
13385 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13386
13387         * backend/ev-document.c: (ev_document_class_init),
13388         (ev_document_page_changed), (ev_document_scale_changed):
13389         * backend/ev-document.h:
13390
13391         Separate page/scale notifications
13392
13393         * pdf/xpdf/pdf-document.cc:
13394
13395         Emit the new signals.
13396         Do not display the pdf page in _render, do it
13397         when scale/page are requested.
13398
13399         * ps/ps-document.c: (ps_document_set_zoom),
13400         (ps_document_widget_event):
13401         * ps/ps-document.h:
13402
13403         Emit the new signals.
13404
13405         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13406         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13407         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13408         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13409         * shell/ev-view.h:
13410         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13411         (ev_window_cmd_view_page_width), (size_allocate_cb),
13412         (ev_window_set_sizing_mode):
13413
13414         Rework sizing to be pixel based.
13415         There are bugs but should be already way better.
13416
13417 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13418
13419         * shell/ev-window.c: (ev_window_init):
13420
13421         Do not allow to shrink sidebar smaller then
13422         child requisition
13423
13424 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13425
13426         * shell/ev-sidebar.[ch]
13427         * shell/ev-window.c:
13428
13429         Improved sidebar widget. Fixes #166683
13430
13431 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13432
13433         * shell/ev-view.c (update_find_status_message): Give translators
13434         more flexibility with ngettext plural handling.
13435
13436 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13437
13438         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13439         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13440         page when we get the page size.
13441
13442 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13443
13444         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13445
13446         ps pages are 0 based, convert 
13447
13448 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13449
13450         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13451
13452         Initialize correct parent class. Set GError on document load
13453
13454 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13455
13456         * pdf/xpdf/pdf-document.cc:
13457
13458         Fixup selection offset calculation
13459
13460         * shell/ev-view.c: (view_rect_to_doc_rect),
13461         (doc_rect_to_view_rect), (ev_view_size_allocate),
13462         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13463         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13464
13465         Store selection as document relative, so that zooming
13466         and offset changing doesnt break it.
13467
13468 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13469
13470         * shell/ev-view.c: (ev_view_best_fit):
13471
13472         Do not try to best fit if the view is not realized
13473
13474 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13475           
13476         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13477
13478 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13479
13480         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13481
13482 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13483
13484         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13485         the popup window.  That prevents it resizing when in full screen
13486         mode.
13487
13488         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13489         multiple rerenders.  This pretty much sucks.
13490
13491         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13492         rest of the toolbar.
13493
13494 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13495
13496         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13497
13498 2005-02-17  Alexander Shopov  <ash@contact.bg>
13499
13500         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13501
13502 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13503
13504         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13505
13506 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13507
13508         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13509         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13510         (set_document_page), (document_changed_callback),
13511         (ev_view_set_document), (ev_view_find_previous),
13512         (ev_view_hide_cursor), (ev_view_show_cursor):
13513         * shell/ev-view.h:
13514         * shell/ev-window.c: (update_chrome_visibility),
13515         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13516         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13517         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13518         (ev_window_unfullscreen):
13519         * shell/main.c: (main):
13520
13521         Automatically hide the fullscreen button.
13522         Patch by Kristian Høgsberg <krh@redhat.com>
13523
13524 2005-02-16  Vincent Noel  <vnoel@cox.net>
13525
13526         * shell/main.c (main): Specify an icon for the window. Patch by
13527         Jaap A. Haitsma. Fixes #166177.
13528
13529 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13530
13531         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13532
13533 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13534
13535         * backend/ev-document-misc.h:
13536         * backend/ev-document-misc.c:
13537         (ev_document_misc_get_page_border_size),
13538         (ev_document_misc_paint_one_page): New function to canonicalize
13539         sizing/painting a border.
13540
13541         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13542         used.
13543
13544         * pdf/xpdf/pdf-document.cc: use new function
13545
13546         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13547         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13548         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13549         shell/ev-window.c: (update_sizing_buttons),
13550         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13551         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13552         (ev_window_cmd_view_page_width), (size_allocate_cb),
13553         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13554         and "fit width" values act as toggle buttons so they stay
13555         toggled.  It's not 100% perfect, and it's a little slow, but it's
13556         good enough to commit I think.
13557
13558 2005-02-15  David Lodge  <dave@cirt.net>
13559
13560         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13561
13562 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13563
13564         * shell/ev-window.c (update_window_title): replace newlines in
13565         the title by spaces. Bug #166107.
13566
13567 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13568
13569         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13570         parameters providing allocation width and height without
13571         scrollbars and width of a possible vertical scrollbar. With this
13572         additional information the functions can work as
13573         intended. Unfortunately they're not idempotent. We should
13574         transform these commands to toggles. Fixes Bug #164976
13575         Initial patch by Stephane Loeuillet, then heavily modified.
13576
13577         * shell/ev-view.h: update prototypes.
13578
13579         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13580         (ev_window_cmd_view_page_width): provide EvView fit functions with
13581         all the information they need. Formulas to calculate this
13582         information taken from GtkScrolledWindow.
13583
13584 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13585
13586         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13587         created a thumbnail, the list store is updated to know
13588         that the thumbnail is set. Fixes bug #166792
13589
13590 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13591
13592         * shell/ev-window.c: fixed typo, closes bug 166897
13593
13594         * TODO: updated TODO with bug numbers that are relevant
13595
13596 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13597
13598         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13599
13600 2005-02-09  Vincent Noel  <vnoel@cox.net>
13601
13602         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13603         and "Next" toolbar buttons as important to make them stand out.
13604
13605 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13606
13607         * lib/ev-debug.c:
13608         * lib/ev-debug.h:
13609         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13610         (start_interpreter), (stop_interpreter), (document_load),
13611         (ps_document_next_page), (ps_document_goto_page),
13612         (ps_document_set_page_size), (ps_document_widget_event),
13613         (ps_document_render):
13614         * shell/ev-page-view.c: (ev_page_view_dispose):
13615         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13616
13617         Fix compilation on non-gcc platforms
13618
13619 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13620
13621         * NEWS:
13622         * configure.ac:
13623
13624         Release 0.1.4
13625
13626         * pdf/xpdf/Catalog.cc:
13627         * pdf/xpdf/XRef.cc:
13628
13629         Fix the fix for CAN-2004-0888
13630
13631 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13632
13633         * data/Makefile.am:
13634         * data/evince-ui.xml:
13635         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13636         * shell/ev-stock-icons.h:
13637         * shell/ev-window.c: (update_action_sensitivity),
13638         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13639         (set_action_properties):
13640
13641         Improve toolbar layout/icons
13642
13643 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13644
13645         * pdf/xpdf/pdf-document.cc:
13646
13647         Add warnings about unimplemented/unknown link
13648         types.
13649
13650 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13651
13652         * ps/ps-document.c: (set_up_page):
13653
13654         Log gs property
13655
13656 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13657
13658         * ps/ps-document.c: (start_interpreter):
13659
13660         Log gs env var
13661
13662 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13663
13664         * shell/ev-page-view.c: (ev_page_view_dispose):
13665         * shell/ev-view.c: (ev_view_finalize):
13666         * shell/ev-window.c: (ev_window_setup_document),
13667         (ev_window_dispose), (ev_window_init):
13668
13669         Solve more refs issues.
13670
13671         I commented out the page_view initialization for now:
13672         it was never destroyed (because it's never added
13673         to a container). Because of that we was leaking
13674         gs processes. Couldnt think to a clean fix.
13675         We need to figure this out, password view has the
13676         same issue probably.
13677
13678 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13679
13680         * ps/ps-document.c: (ps_document_finalize),
13681         (ps_document_get_n_pages), (ps_document_get_page):
13682
13683         Some cleanups, stop the interpreter on finalize
13684
13685         * shell/ev-page-view.c: (ev_page_view_dispose),
13686         (ev_page_view_class_init):
13687
13688         Release our reference on the document
13689
13690 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13691
13692         * Makefile.am:
13693         * configure.ac:
13694         * doc/debugging.txt:
13695         * lib/.cvsignore:
13696         * lib/Makefile.am:
13697         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13698         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13699         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13700         * lib/ev-debug.h:
13701
13702         Add debugging helpers
13703
13704         * ps/Makefile.am:
13705         * ps/ps-document.c: (set_up_page), (start_interpreter),
13706         (stop_interpreter), (document_load), (ps_document_next_page),
13707         (ps_document_goto_page), (ps_document_set_page_size),
13708         (ps_document_widget_event), (ps_document_render):
13709         * shell/Makefile.am:
13710         * shell/ev-view.c: (expose_bin_window):
13711         * shell/main.c: (main):
13712
13713         Add some logs
13714         
13715 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13716
13717         * ps/ps-document.c: (ps_document_widget_event):
13718
13719         Initialize message_window, this should make ps
13720         rendering really work! (Never noticed because I was
13721         testing with a ps that is causing gs to exit every time!)
13722
13723 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13724
13725         * data/evince.schemas.in: updated simple error in applyto closing tag
13726
13727 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13728
13729         * Makefile.am:
13730         * configure.ac:
13731         * data/.cvsignore:
13732         * data/Makefile.am:
13733         * data/evince-ui.xml:
13734         A data/evince.schemas.in:
13735         * po/POTFILES.in:
13736         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13737         * shell/ev-stock-icons.h:
13738         * shell/ev-window.c: (update_chrome_visibility),
13739         (update_chrome_flag), (ev_window_cmd_edit_find),
13740         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13741         (ev_window_unfullscreen), (ev_window_focus_in_event),
13742         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13743         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13744         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13745         (ev_window_dispose), (ev_window_class_init),
13746         (set_action_properties), (set_chrome_actions), (load_chrome),
13747         (ev_window_init):
13748
13749         Implement fullscreen mode changes from bug #164776.
13750         Also implement persistent chrome toggles.
13751
13752 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13753
13754         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13755
13756 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13757
13758         * NEWS:
13759         * configure.ac:
13760         * shell/ev-view.c:
13761
13762         Add another check for find interface
13763
13764         Release 0.1.3
13765
13766 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13767
13768         * shell/ev-application.c: (ev_application_open):
13769         * shell/ev-window.c: (ev_window_open):
13770
13771         Open gzipped ps documents
13772
13773 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13774
13775         * TODO:
13776         * shell/ev-view.c: (set_document_page):
13777
13778         Clamp page number, dont try to move to
13779         not existant pages.
13780
13781 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13782
13783         * backend/ev-document-find.c: (ev_document_find_changed):
13784         * backend/ev-document-find.h:
13785         * pdf/xpdf/pdf-document.cc:
13786         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13787         * shell/ev-window.c: (find_bar_search_changed_cb):
13788
13789         Fix several bugs with find
13790
13791 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13792
13793         * shell/ev-sidebar-thumbnails.c
13794         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13795         document. Prevents warning from scroll_to_cell.
13796
13797 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13798
13799         * configure.ac: Add «nb» to ALL_LINGUAS too.
13800
13801 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13802
13803         * NOTES: New file with some random thoughts.
13804
13805         * TODO: Update.
13806
13807         * backend/ev-document-misc.c:
13808         (ev_document_misc_get_page_border_size): New function to
13809         canonicalize shadow drawing sizes.  Possibly goofy.
13810
13811         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13812         (ev_view_best_fit), (ev_view_fit_width):
13813         * pdf/xpdf/pdf-document.cc:
13814         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13815         * ps/ps-document.c: (ps_document_get_page_size):
13816         * backend/ev-document-misc.h:
13817         * backend/ev-document.c: (ev_document_get_page_size):
13818         * backend/ev-document.h: get_page_size now takes a page number
13819         parameter.  Made all the backends/frontends honor it.
13820
13821         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13822         see.  Doesn't work yet.
13823
13824         * shell/Makefile.am:
13825         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13826         Doesn't do anything yet.
13827
13828         * shell/ev-sidebar-thumbnails.c:
13829         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13830         [0..n_pages-1]
13831
13832         * shell/ev-window.c: (update_action_sensitivity),
13833         (ev_window_setup_document), (ev_window_set_page_mode),
13834         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13835         view-swapping code a bit so we can have multiple views on a
13836         document.  Add the multi-page view, though it can't be turned on
13837         yet.
13838
13839 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13840
13841         * shell/ev-application.c: (ev_application_open):
13842         * shell/ev-view.c: (expose_bin_window):
13843         * shell/ev-window.c: (ev_window_open):
13844
13845         Support eps and check document supports find
13846         before drawing highlightings in expose.
13847
13848 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13849
13850         * pixbuf/pixbuf-document.c:
13851         (pixbuf_document_thumbnails_get_dimensions),
13852         (pixbuf_document_document_thumbnails_iface_init):
13853
13854         implement get_dimensions
13855
13856 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13857
13858         * NEWS:
13859         * configure.ac:
13860
13861         Release 0.1.2
13862
13863 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13864
13865         * shell/ev-view.c: (set_document_page):
13866
13867         Scroll at the top of the page when changing page
13868
13869 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13870
13871         * shell/ev-view.c: (ev_view_motion_notify_event):
13872
13873         Do not redraw unnecessarily
13874
13875 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13876
13877         * pdf/xpdf/pdf-document.cc:
13878         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13879         (expose_bin_window), (find_changed_cb):
13880
13881         Yay! find works now... Now to find bugs...
13882
13883 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13884
13885         * backend/ev-document-find.c: (ev_document_find_base_init),
13886         (ev_document_find_changed):
13887         * backend/ev-document-find.h:
13888         * pdf/xpdf/pdf-document.cc:
13889         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13890         (expose_bin_window), (ev_view_init), (set_document_page),
13891         (ensure_rectangle_is_visible), (jump_to_find_result),
13892         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13893         (ev_view_find_next), (ev_view_find_previous):
13894         * shell/ev-view.h:
13895         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13896
13897         More work on find implementation, mostly there now
13898
13899 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13900
13901         * backend/ev-backend-marshalers.list:
13902         * backend/ev-document-find.c: (ev_document_find_base_init),
13903         (ev_document_find_cancel), (ev_document_find_page_has_results),
13904         (ev_document_find_get_n_results), (ev_document_find_get_result),
13905         (ev_document_find_get_progress), (ev_document_find_changed):
13906         * backend/ev-document-find.h:
13907
13908         Enanche the find interface to be really able to do
13909         multi page find.
13910
13911         * pdf/xpdf/pdf-document.cc:
13912
13913         Implement
13914
13915         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13916         (expose_bin_window), (ev_view_init),
13917         (ev_view_get_find_status_message), (find_changed_cb),
13918         (ev_view_set_document), (set_document_page):
13919
13920         Adapt to the new interface. A few things are regressed sorry,
13921         I will finish it soon.
13922
13923 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13924
13925         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13926         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13927         ev_sidebar_thumbnails_parent_class variable, don't define another
13928         parent_class variable.
13929
13930         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13931         (ev_page_action_class_init): ditto.
13932
13933         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13934         (pixbuf_document_class_init): ditto.
13935
13936         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13937         ditto.
13938
13939         * .cvsignore: ignore various valgrind output files.
13940
13941 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13942
13943         * data/evince-ui.xml:
13944         * shell/Makefile.am:
13945         * shell/ev-history.c:
13946         * shell/ev-history.h:
13947         * shell/ev-navigation-action.c:
13948         * shell/ev-navigation-action.h:
13949         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13950         (ev_view_set_page), (ev_view_fit_width):
13951         * shell/ev-view.h:
13952         * shell/ev-window.c: (update_action_sensitivity),
13953         (ev_window_setup_document), (register_custom_actions):
13954
13955         Kill session history
13956
13957 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13958
13959         * shell/ev-window.c: (update_action_sensitivity):
13960
13961         Fix inverted up/down buttons
13962
13963 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13964
13965         * shell/ev-sidebar-thumbnails.c
13966         (ev_sidebar_thumbnails_select_page): make sure the selected
13967         thumbnail stays visible.
13968
13969 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13970
13971         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13972         scrolled window for Federico.
13973
13974 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13975
13976         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13977
13978 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13979
13980         * configure.ac:
13981         * pdf/splash/SplashFTFontEngine.cc:
13982
13983         Fix CID fonts with freetype 2.1.9
13984
13985 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13986
13987         * TODO: added item for desktop icon thumbnailer
13988
13989 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13990
13991         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13992         unloaded docs when the title is accessed.
13993
13994         * shell/ev-password-view.[hc]: New widget for displaying password
13995         state.
13996
13997         * shell/ev-window.[ch]: Refactor password handling code to handle
13998         the new view.
13999
14000 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14001
14002         * NEWS:
14003         * configure.ac:
14004         * data/Makefile.am:
14005
14006         Release 0.1.1
14007
14008 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14009
14010         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14011         ignore page offset here, to make search results independent of it,
14012
14013         * shell/ev-view.c (expose_bin_window): but take offsets into
14014         account here. Bug #164932
14015
14016         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14017         scale at the right time. Bug #164996
14018
14019 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14020
14021         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14022         fix the problem. Now I just removed the Adobe font names and hope
14023         that the URW fonts are always in outline format. Bug #164934
14024
14025         * shell/ev-window.c (update_window_title): empty titles are
14026         useless, use filename in that case too.
14027
14028         * NEWS: Add some content.
14029
14030 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14031
14032         * TODO: added one more TODO item and a TODONE section :)
14033
14034 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14035
14036         * ps/ps-document.h: add page_[xy]_offset fields.
14037
14038         * ps/ps-document.c (ps_document_set_page_offset)
14039         (ps_document_render): Keep offset in consideration in a few
14040         places. Bug #164752 "postscript documents are not centered in
14041         window"
14042
14043         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14044         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14045
14046         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14047         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14048         stub out missing methods for complete EvDocument implementation.
14049         Fixes segfaults with Save A Copy and Copy actions.
14050
14051         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14052         (ps_document_document_iface_init): ditto.
14053         
14054 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14055
14056         * data/.cvsignore:
14057         * data/Makefile.am:
14058         * data/evince.desktop.in:
14059
14060         Add desktop file
14061
14062 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14063
14064         * shell/ev-view.c: (ev_view_button_press_event),
14065         (ev_view_motion_notify_event):
14066
14067         Make selection work in any direction
14068
14069 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14070
14071         * TODO:
14072         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14073
14074         Use shorter labels for some of the toolbars items
14075
14076 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14077
14078         * pdf/xpdf/pdf-document.cc:
14079
14080         Check the links info is initialized before
14081         using it. Should fix a crash on startup.
14082
14083 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14084
14085         * pixbuf/pixbuf-document.c
14086         (pixbuf_document_thumbnails_get_dimensions): force floating point
14087         division to calculate page_ratio. Fixes crash with landscape
14088         format pixbufs.
14089
14090 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14091
14092         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14093
14094 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14095
14096         * shell/ev-view.c (set_document_page): unset has_selection when
14097         the page changes.
14098         (set_document_page): handle paper size changes when the page
14099         changes (test with Free Culture, page 2).
14100
14101 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14102
14103         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14104         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14105
14106         Use normal style color for the widget background and
14107         draw a black box around the page.
14108
14109 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14110
14111         * pdf/xpdf/pdf-document.cc:
14112
14113         Keep offset in consideration in a few places
14114
14115         * shell/ev-view.c: (expose_bin_window):
14116
14117         Set the offsets so that the document is ever centered
14118
14119 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14120
14121         * TODO: Added TODO items and finished off the first todo item
14122
14123         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14124         reflect current authors
14125
14126 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14127
14128         * pdf/xpdf/pdf-document.cc:
14129         * shell/ev-view.c: (ev_view_set_cursor),
14130         (ev_view_motion_notify_event), (document_changed_callback),
14131         (set_document_page):
14132
14133         Show a wait cursor while the page is rendering
14134
14135 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14136
14137         * shell/ev-sidebar-thumbnails.c:
14138         (ev_sidebar_tree_selection_changed),
14139         (ev_sidebar_thumbnails_select_page):
14140         * shell/ev-sidebar-thumbnails.h:
14141         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14142         (ev_view_can_go_forward):
14143         * shell/ev-window.c: (ev_window_open_page),
14144         (ev_window_setup_document), (update_current_page),
14145         (view_page_changed_cb), (ev_window_init):
14146         * shell/ev-window.h:
14147
14148         Ensure thumbnails selection, toolbar page control and
14149         current page are in sync.
14150
14151 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14152
14153         * pdf/xpdf/XRef.cc:
14154
14155         Fix CAN-2005-0064
14156
14157 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14158
14159         * backend/Makefile.am:
14160         * backend/ev-document-links.h:
14161         * backend/ev-document-security.c: (ev_document_security_get_type),
14162         (ev_document_security_has_document_security),
14163         (ev_document_security_set_password):
14164         * backend/ev-document-security.h:
14165         * backend/ev-document.c: (ev_document_error_quark):
14166         * backend/ev-document.h:
14167         * data/Makefile.am:
14168         * data/evince-password.glade:
14169         * pdf/xpdf/pdf-document.cc:
14170         * shell/Makefile.am:
14171         * shell/ev-password.c: (ev_password_set_bad_password_label),
14172         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14173         (ev_password_dialog_get_password),
14174         (ev_password_dialog_set_bad_pass):
14175         * shell/ev-password.h:
14176         * shell/ev-window.c: (ev_window_get_attribute),
14177         (ev_window_set_property), (update_action_sensitivity),
14178         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14179         (ev_window_setup_document), (ev_window_get_password),
14180         (ev_window_open), (ev_window_cmd_save_as),
14181         (using_postscript_printer), (ev_window_print),
14182         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14183         (update_fullscreen_popup), (ev_window_fullscreen),
14184         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14185         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14186         (menu_item_select_cb), (find_bar_search_changed_cb),
14187         (ev_window_dispose), (ev_window_init):
14188
14189         Add initial support for password-supported dialogs.  This could be
14190         a lot cooler, but it'll do for now.
14191
14192 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14193
14194         * pdf/xpdf/pdf-document.cc:
14195         * shell/ev-view.c: (status_message_from_link),
14196         (ev_view_set_status), (ev_view_set_cursor),
14197         (ev_view_motion_notify_event), (ev_view_init):
14198         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14199
14200         Fix bugs in the links implementation and change cursor
14201         when hovering a link.
14202
14203 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14204
14205         * viewer/.cvsignore: added cvsignore file for viewer directory
14206
14207         * TODO: created TODO document
14208
14209 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14210
14211         * shell/ev-view.h:
14212         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14213         new functions to help with implementation of sensitivity code
14214         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14215         of all actions that might require it.  Fixes a crash when you
14216         click on the Zoom actions in a window lacking a document.
14217
14218 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14219
14220         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14221         of the Find action
14222
14223 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14224
14225         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14226         (pixbuf_document_document_iface_init):
14227         * ps/ps-document.c: (ps_document_get_link),
14228         (ps_document_document_iface_init):
14229         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14230         (status_message_from_link), (ev_view_set_status),
14231         (ev_view_set_find_status), (ev_view_motion_notify_event),
14232         (ev_view_button_release_event), (ev_view_set_property),
14233         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14234         (ev_view_get_find_status_message), (update_find_results),
14235         (ev_view_get_status), (ev_view_get_find_status):
14236         * shell/ev-view.h:
14237         * shell/ev-window.c: (view_status_changed_cb),
14238         (view_find_status_changed_cb), (ev_window_init):
14239
14240         View status message support, use it to show the links.
14241         Needs work...
14242
14243 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14244
14245         * backend/ev-document.c: (ev_document_get_link):
14246         * backend/ev-document.h:
14247         * pdf/xpdf/pdf-document.cc:
14248         * shell/ev-application.c: (ev_application_open):
14249         * shell/ev-application.h:
14250         * shell/ev-sidebar-links.c: (selection_changed_cb):
14251         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14252         (ev_view_go_to_link):
14253
14254         Add support for document links
14255
14256 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14257
14258         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14259         (create_tool_item):
14260         Set the spin button limits correctly.
14261         
14262         * shell/ev-sidebar-thumbnails.c:
14263         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14264         Support changing pages by clicking on the thumbnails.
14265         
14266 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14267
14268         * pixbuf/pixbuf-document.c:
14269         (pixbuf_document_thumbnails_get_dimensions),
14270         (pixbuf_document_document_thumbnails_iface_init):
14271
14272         implement get_dimensions
14273
14274 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14275
14276         * ps/ps-document.c: (ps_document_goto_page):
14277
14278         Fix page switching on multipage documents
14279
14280 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14281
14282         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14283         
14284         check for NULL before assigning to width and height parameters
14285
14286 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14287
14288         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14289         (pixbuf_document_set_property), (pixbuf_document_get_property):
14290
14291         implement get/set properties
14292
14293 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14294
14295         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14296         
14297         return NULL instead of "Unknown", letting the title get set to
14298         the filename when the pdf has no title.
14299
14300 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14301
14302         * ps/ps-document.c: (ps_document_get_page_count),
14303         (ps_document_goto_page):
14304
14305 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14306
14307         * shell/ev-history.c: (ev_history_get_property),
14308         (ev_history_set_property), (ev_history_class_init),
14309         (ev_history_add_page), (ev_history_set_current_index):
14310         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14311         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14312         (ev_navigation_action_finalize):
14313         * shell/ev-navigation-action.h:
14314         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14315         (ev_view_go_forward), (ev_view_get_find_status_message),
14316         (history_index_changed_cb), (ev_view_set_history):
14317         * shell/ev-view.h:
14318         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14319         (update_current_page), (register_custom_actions):
14320
14321         Implement history dropdowns
14322
14323 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14324
14325         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14326         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14327         (ev_view_go_forward):
14328         * shell/ev-window.c: (register_custom_actions):
14329
14330         Fix several history bugs
14331
14332 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14333
14334         * configure.ac: Add «nb» to ALL_LINGUAS.
14335
14336 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14337
14338         * backend/Makefile.am:
14339         * backend/ev-bookmark.c:
14340         * backend/ev-bookmark.h:
14341         * backend/ev-document-bookmarks.c:
14342         * backend/ev-document-bookmarks.h:
14343         * backend/ev-document-links.c: (ev_document_links_get_type),
14344         (ev_document_links_has_document_links),
14345         (ev_document_links_begin_read), (ev_document_links_get_link),
14346         (ev_document_links_get_child), (ev_document_links_next),
14347         (ev_document_links_free_iter):
14348         * backend/ev-document-links.h:
14349         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14350         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14351         (ev_link_get_link_type), (ev_link_set_link_type),
14352         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14353         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14354         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14355         (ev_link_new_external):
14356         * backend/ev-link.h:
14357         * pdf/xpdf/pdf-document.cc:
14358         * shell/Makefile.am:
14359         * shell/ev-application.c: (ev_application_open_link):
14360         * shell/ev-application.h:
14361         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14362         (ev_history_get_link_nth):
14363         * shell/ev-history.h:
14364         * shell/ev-sidebar-bookmarks.c:
14365         * shell/ev-sidebar-bookmarks.h:
14366         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14367         (ev_sidebar_links_class_init), (selection_changed_cb),
14368         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14369         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14370         (do_one_iteration), (populate_links_idle),
14371         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14372         * shell/ev-sidebar-links.h:
14373         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14374         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14375         (go_to_index):
14376         * shell/ev-view.h:
14377         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14378         * shell/ev-window.h:
14379
14380         Rename bookmark to link, and use "Index" for the sidebar panel.
14381
14382 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14383
14384         * shell/Makefile.am:
14385         * shell/ev-application.c: (ev_application_open_bookmark):
14386         * shell/ev-application.h:
14387         * shell/ev-history.c: (ev_history_init), (free_links_list),
14388         (ev_history_finalize), (ev_history_class_init),
14389         (ev_history_add_link), (ev_history_add_page),
14390         (ev_history_get_link_nth), (ev_history_get_n_links),
14391         (ev_history_get_current_index), (ev_history_set_current_index),
14392         (ev_history_new):
14393         * shell/ev-history.h:
14394         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14395         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14396         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14397         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14398         (ev_view_set_page):
14399         * shell/ev-view.h:
14400         * shell/ev-window.c: (ev_window_open_bookmark),
14401         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14402         (goto_page_cb), (register_custom_actions):
14403         * shell/ev-window.h:
14404
14405         Initial history implementation. Needs work.
14406
14407 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14408
14409         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14410
14411 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14412
14413         * cut-n-paste/recent-files/egg-recent-item.c:
14414         * cut-n-paste/recent-files/egg-recent-item.h:
14415         * cut-n-paste/recent-files/egg-recent-model.c:
14416         * cut-n-paste/recent-files/egg-recent-util.c:
14417         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14418         * cut-n-paste/recent-files/egg-recent-view.c:
14419
14420         Update
14421
14422 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14423
14424         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14425         (fillGlyph, fillImageMask, drawImage):
14426         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14427         pdf/splash/SplashTypes.h:
14428         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14429         packed mode for Splash.
14430
14431         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14432         RGB8 packed mode, eliminates the pixbuf data creation loop.
14433
14434         * shell/ev-print-job.c (ev_print_job_finalize)
14435         (ev_print_job_set_property, ev_print_job_get_property)
14436         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14437         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14438         (print_closure_finalize, ev_print_job_print): implement
14439         printing (for backends with EvPsExporter)
14440
14441         * shell/ev_print_job.h: update prototypes.
14442
14443         * shell/ev-window.c (ev_window_print): unref print job after
14444         printing.
14445
14446         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14447         unless the document implements the EvDocumentFind interface.
14448
14449 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14450
14451         * configure.ac: Added ja to ALL_LINGUAS.
14452
14453 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14454
14455         * pdf/xpdf/pdf-document.cc:
14456
14457         add a FIXME. We should probably not allocate
14458         a bookmark object every time
14459
14460 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14461
14462         * shell/ev-application.c: (ev_application_open),
14463         (ev_application_open_bookmark):
14464         * shell/ev-application.h:
14465         
14466         Add a way to open bookmarks
14467
14468         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14469         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14470         (ev_bookmark_set_property), (ev_bookmark_class_init),
14471         (ev_bookmark_new_title), (ev_bookmark_new_link),
14472         (ev_bookmark_new_external):
14473
14474         Support for external uris, better constructors.
14475
14476         * backend/ev-bookmark.h:
14477         * pdf/xpdf/pdf-document.cc:
14478         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14479
14480         Handle external uris
14481
14482 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14483
14484         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14485         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14486
14487         Hook up bookmarks navigation
14488
14489 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14490
14491         * backend/Makefile.am:
14492         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14493         (ev_bookmark_get_title), (ev_bookmark_set_title),
14494         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14495         (ev_bookmark_get_page), (ev_bookmark_set_page),
14496         (ev_bookmark_get_property), (ev_bookmark_set_property),
14497         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14498         (ev_bookmark_new):
14499         * backend/ev-bookmark.h:
14500         * backend/ev-document-bookmarks.c:
14501         (ev_document_bookmarks_get_bookmark):
14502         * backend/ev-document-bookmarks.h:
14503         * pdf/xpdf/pdf-document.cc:
14504         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14505
14506         Add a bookmark object to the backend and use it instead of get_values
14507
14508 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14509
14510         * data/evince-ui.xml:
14511
14512         Cleanup and add select all.
14513
14514         * shell/ev-view.c: (ev_view_select_all),
14515         (ev_view_button_press_event):
14516         * shell/ev-view.h:
14517         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14518
14519         Add select all.
14520         Clear selection on click.
14521
14522 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14523
14524         * shell/ev-sidebar-thumbnails.c
14525         (ev_sidebar_thumbnails_set_document): forgot to unref the
14526         loading_icon.
14527
14528 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14529
14530         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14531         at the visible page, not just linearly.  This makes it look fast.
14532
14533 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14534
14535         * backend/ev-document-misc.c
14536         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14537         white.
14538         * backend/ev-document-thumbnails.h: New interface to get the size
14539         of a page.
14540
14541 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14542
14543         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14544         make dist works
14545
14546 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14547
14548         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14549         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14550         things up a bit.
14551
14552         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14553
14554 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14555
14556         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14557         fonts. Should fix font problems on systems that have the base
14558         fonts in bitmap format. Reported by James Henstridge
14559         <james@jamesh.id.au>.
14560
14561 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14562
14563         * pdf/xpdf/Gfx.cc:
14564         * pdf/xpdf/GfxState.cc:
14565
14566         Fix for CAN-2004-1125
14567
14568 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14569
14570         * shell/ev-view.c: (ev_view_copy):
14571         * shell/ev-view.h:
14572         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14573
14574         Implement Edit->Copy
14575
14576 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14577
14578         * backend/ev-document.c: (ev_document_get_text):
14579         * backend/ev-document.h:
14580         * pdf/xpdf/pdf-document.cc:
14581         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14582         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14583         (ev_view_update_primary_selection), (ev_view_button_press_event),
14584         (ev_view_motion_notify_event), (ev_view_button_release_event):
14585
14586         Beginnings of clipboard support. Incomplete but primary sort
14587         of work.
14588
14589 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14590
14591         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14592         (expose_bin_window):
14593
14594         Nicer rubberband drawing, from GtkIconView.
14595
14596 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14597
14598         * backend/ev-document.c: (ev_document_save):
14599         * backend/ev-document.h:
14600         * data/evince-ui.xml:
14601         * pdf/xpdf/pdf-document.cc:
14602         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14603
14604         Implement "Save a copy..." menu item
14605
14606 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14607
14608         * shell/ev-view.c: (ev_view_zoom):
14609
14610         Queue a resize when zoom changes
14611
14612 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14613
14614         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14615         shadows.
14616
14617         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14618         thumbnails..
14619
14620 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14621
14622         * pdf/xpdf/pdf-document.cc
14623         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14624
14625 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14626
14627         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14628         It's slow, but I'll speed it up next!
14629
14630 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14631
14632         * shell/main.c (load_files):
14633
14634         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14635         from the command line and because it seems more appropriate.
14636
14637 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14638
14639         * data/evince-ui.xml:
14640         * shell/ev-window.c: (update_action_sensitivity),
14641         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14642
14643         s/next page/page down
14644         s/previous page/page up
14645
14646 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14647
14648         * data/evince-ui.xml:
14649
14650         Change the layout to match clarkbw design.
14651
14652         * shell/Makefile.am:
14653         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14654         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14655         (ev_navigation_action_finalize),
14656         (ev_navigation_action_set_property),
14657         (ev_navigation_action_get_property),
14658         (ev_navigation_action_class_init):
14659         * shell/ev-navigation-action.h:
14660
14661         Implement clarkbw toolbar navigation controls (incomplete)
14662
14663         * shell/ev-page-action.c: (update_label), (update_spin),
14664         (value_changed_cb), (create_tool_item), (connect_proxy),
14665         (ev_page_action_init), (ev_page_action_finalize),
14666         (ev_page_action_set_property), (ev_page_action_get_property),
14667         (ev_page_action_set_current_page),
14668         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14669         * shell/ev-page-action.h:
14670
14671         Implement a page switcher in the toolbar
14672
14673         * shell/ev-view.c: (ev_view_scroll_view):
14674         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14675         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14676         (register_custom_actions), (ev_window_init):
14677
14678         Change page on PageUp/Down.
14679
14680 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14681
14682         * pdf/xpdf/pdf-document.cc
14683         (pdf_document_thumbnails_get_thumbnail): initial stab at
14684         implementing thumbnail support for pdfs.  It only does documents
14685         with precached pdfs now.
14686
14687 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14688
14689         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14690         thumbnail code into a time-based idle as well.  Also, turn off the
14691         shadow temporarily as it's really slow.
14692
14693 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14694
14695         * backend/ev-document.c: (ev_document_class_init):
14696         * pdf/xpdf/pdf-document.cc:
14697         * shell/ev-window.c: (ev_window_open):
14698
14699         Fix document title bugs and fallback to
14700         filename when not available.
14701
14702 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14703
14704         * backend/ev-document.c: (ev_document_get_type),
14705         (ev_document_class_init), (ev_document_load),
14706         (ev_document_get_title):
14707         * backend/ev-document.h:
14708         * pdf/xpdf/pdf-document.cc:
14709         * ps/ps-document.c: (ps_document_set_property),
14710         (ps_document_get_property), (ps_document_class_init),
14711         (document_load):
14712         * ps/ps-document.h:
14713         * ps/ps.h:
14714         * shell/ev-window.c: (update_window_title), (ev_window_open),
14715         (ev_window_init):
14716
14717         Initial support for document title. Not working yet.
14718
14719 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14720
14721         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14722
14723         Grab focus on the view when clicking it
14724
14725 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14726
14727         * shell/ev-marshal.list:
14728         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14729         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14730
14731         Add key bindings to the view. Now if the focus would work
14732         right...
14733
14734 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14735
14736         * Makefile.am:
14737         * backend/Makefile.am:
14738         * data/Makefile.am:
14739         * dvi/Makefile.am:
14740         * dvi/dvilib/Makefile.am:
14741         * pdf/xpdf/Makefile.am:
14742         * po/POTFILES.in:
14743         * ps/Makefile.am:
14744
14745         Fix distcheck
14746
14747 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14748
14749         * shell/ev-view.c: (ev_view_realize):
14750
14751         Fix mouse wheel scrolling
14752
14753 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14754
14755         * ps/Makefile.am:
14756         * ps/gstypes.h:
14757         * ps/gtkgs.c:
14758         * ps/gtkgs.h:
14759         * ps/ps-document.c: (catchPipe), (ps_document_init),
14760         (ps_document_class_init), (ps_document_cleanup),
14761         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14762         (set_up_page), (close_pipe), (is_interpreter_ready),
14763         (interpreter_failed), (output), (input), (start_interpreter),
14764         (stop_interpreter), (file_length), (file_readable),
14765         (check_filecompressed), (check_pdf), (compute_xdpi),
14766         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14767         (ps_document_get_type), (ps_document_emit_error_msg),
14768         (document_load), (ps_document_next_page),
14769         (ps_document_get_current_page), (ps_document_get_page_count),
14770         (ps_document_goto_page), (ps_document_set_page_size),
14771         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14772         (ps_document_load), (ps_document_get_n_pages),
14773         (ps_document_set_page), (ps_document_get_page),
14774         (ps_document_widget_event), (ps_document_set_target),
14775         (ps_document_set_scale), (ps_document_set_page_offset),
14776         (ps_document_get_page_size), (ps_document_render),
14777         (ps_document_document_iface_init):
14778         * ps/ps-document.h:
14779         * ps/ps.c:
14780         * shell/ev-window.c: (ev_window_open):
14781
14782         Rename GtkGS to PSDocument
14783
14784 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14785
14786         * ps/gtkgs.c: (gtk_gs_class_init):
14787         * ps/gtkgs.h:
14788
14789         Some more leftover...
14790
14791 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14792
14793         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14794         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14795         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14796         * ps/gtkgs.h:
14797
14798         Remove unused code and make a lot of stuff private
14799
14800 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14801
14802         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14803         (gtk_gs_defaults_changed):
14804         * ps/gsdefaults.h:
14805         * ps/gtkgs.c:
14806         * ps/gtkgs.h:
14807         * ps/ps.h:
14808
14809         Cleanup headers dependencies
14810
14811 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14812
14813         * ps/Makefile.am:
14814         * ps/ggvutils.c:
14815         * ps/ggvutils.h:
14816         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14817         * ps/gsdefaults.h:
14818         * ps/gtkgs.c: (file_length), (file_readable),
14819         (check_filecompressed), (check_pdf), (gtk_gs_load),
14820         (gtk_gs_get_postscript):
14821
14822         Get rid of ggvutils
14823
14824 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14825
14826         * ps/ggvutils.c:
14827         * ps/ggvutils.h:
14828         * ps/gsio.h:
14829         * ps/gtkgs.c: (gtk_gs_set_zoom):
14830
14831         Cleanups
14832
14833 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14834
14835         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14836
14837         Ensure the page is rerendered when changing zoom
14838
14839 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14840
14841         * backend/ev-document.c: (ev_document_base_init),
14842         (ev_document_changed):
14843         * backend/ev-document.h:
14844
14845         Add a changed event that is emitted when the page content
14846         changes. This is necessary to deal with the fact that
14847         in ps backend rendering happen asycrounously.
14848         This makes the ps backend mostly work.
14849
14850         * pdf/xpdf/pdf-document.cc:
14851
14852         Emit changed event
14853
14854         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14855         (ps_document_set_target):
14856
14857         Emit changed event
14858
14859         * shell/ev-view.c: (document_changed_callback),
14860         (ev_view_set_document), (ev_view_set_page):
14861
14862         Redraw on the changed signal
14863
14864 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14865
14866         * configure.ac: Added pt_BR to ALL_LINGUAS.
14867
14868 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14869
14870         * backend/ev-document-bookmarks.c:
14871         (ev_document_bookmarks_get_child): *
14872         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14873         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14874         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14875         (ev_sidebar_bookmarks_destroy),
14876         (ev_sidebar_bookmarks_class_init),
14877         (ev_sidebar_bookmarks_construct), (stack_data_free),
14878         (do_one_iteration), (populate_bookmarks_idle),
14879         (ev_sidebar_bookmarks_clear_document),
14880         (ev_sidebar_bookmarks_set_document): *
14881         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14882         (ev_sidebar_add_page),
14883         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14884         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14885         it displays both the topics and the page numbers.
14886
14887 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14888
14889         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14890         toggle.
14891         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14892         visible.
14893
14894 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14895
14896         * configure.ac: Added en_CA to ALL_LINGUAS.
14897
14898 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14899
14900         * ChangeLog: replace bottom of this ChangeLog (merged history of
14901         ggv and gpdf; where all paths were wrong and most of the files are
14902         not even in this tree) with ChangeLog (from arch) of the shell
14903         code.
14904
14905 2004-12-23  Havoc Pennington  <hp@redhat.com>
14906
14907         * shell/ev-window.c: hook up potentially-questionable "find
14908         results status text" feature - something involving the sidebar or
14909         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14910         might be better in the end.
14911
14912         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14913         with corresponding signal when it should be updated
14914
14915         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14916
14917 2004-12-22  Havoc Pennington  <hp@redhat.com>
14918
14919         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14920         find stuff on other pages, sort of (only returns one result on
14921         invisible pages, to show they have results; updates full results
14922         for a page when you view it). Currently repaints the current page
14923         every time a new result is found on any page, which isn't so nice.
14924
14925 2004-12-22  Havoc Pennington  <hp@redhat.com>
14926
14927         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14928         the document doesn't support find (better ideas?)
14929         (find_bar_search_changed_cb): handle missing document or document
14930         that doesn't support find
14931
14932         * pdf/xpdf/pdf-document.cc: port to implement the new
14933         EvDocumentFindIface
14934
14935         * backend/ev-document-find.c: create a new interface for searching
14936
14937         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14938
14939 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14940
14941         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14942         libevbackend.la.
14943
14944         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14945         EvPrintJob constructor arguments.
14946
14947         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14948         for documents that can export PostScript (page by page).
14949
14950         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14951         
14952         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14953         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14954         (pdf_document_ps_exporter_iface_init:
14955         Implement EvPSExporter.
14956
14957         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14958
14959 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14960
14961         * backend/Makefile.am:
14962         * backend/ev-document-thumbnails.c:
14963         (ev_document_thumbnails_get_type),
14964         (ev_document_thumbnails_get_thumbnail):
14965         * backend/ev-document-thumbnails.h:
14966         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14967         (pixbuf_document_thumbnails_get_thumbnail),
14968         (pixbuf_document_document_thumbnails_iface_init):
14969         * shell/Makefile.am:
14970         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14971         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14972         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14973         * shell/ev-sidebar-thumbnails.h:
14974         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14975         (ev_sidebar_set_document):
14976         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14977         (create_shadow), (ev_pixbuf_add_shadow):
14978         * shell/ev-utils.h:
14979         Add thumbnail support.
14980         
14981 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14982
14983         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14984         (using_postscript_printer): Set up a print dialog for "PostScript
14985         injection" method.
14986
14987         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14988         EvPrintJob.
14989
14990         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14991
14992 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14993
14994         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14995         (ps_document_set_target), (ps_document_get_page_size),
14996         (ps_document_render):
14997         * ps/gtkgs.h:
14998
14999         Fix a few bugs
15000
15001 2004-12-22  Christian Rose  <menthos@menthos.com>
15002
15003         * configure.ac: Added "sv" to ALL_LINGUAS.
15004
15005 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15006
15007         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15008         document supports bookmarks.
15009
15010 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15011
15012         * ps/ggvutils.c: (ggv_file_readable):
15013         * ps/ggvutils.h:
15014         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15015         (gtk_gs_get_postscript):
15016
15017         Remove unused utils
15018
15019 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15020
15021         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15022         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15023         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15024         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15025         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15026         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15027         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15028         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15029         (gtk_gs_set_antialiasing), (ps_document_load),
15030         (ps_document_render):
15031         * ps/gtkgs.h:
15032
15033         Another check point for the ps backend. Now I can get it to show
15034         pages!
15035
15036 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15037
15038         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15039         document setting code.
15040
15041 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15042
15043         * shell/eggfindbar.c: (entry_activate_callback):
15044         Animate the next button when activate is pressed.
15045         
15046 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15047
15048         * shell/ev-window.c: (ev_window_cmd_edit_find),
15049         (update_fullscreen_popup), (ev_window_fullscreen),
15050         (ev_window_unfullscreen), (ev_window_state_event_cb),
15051         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15052         Fix bugs in fullscreen code.
15053         
15054 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15055
15056         * Makefile.am:
15057         * configure.ac:
15058         * pixbuf/Makefile.am:
15059         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15060         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15061         (pixbuf_document_set_page), (pixbuf_document_get_page),
15062         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15063         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15064         (pixbuf_document_render), (pixbuf_document_begin_find),
15065         (pixbuf_document_end_find), (pixbuf_document_finalize),
15066         (pixbuf_document_class_init),
15067         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15068         * pixbuf/pixbuf-document.h:
15069         * shell/Makefile.am:
15070         * shell/ev-application.c: (ev_application_open):
15071         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15072         (ev_window_open):
15073         Add pixbuf backend.
15074         
15075 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15076
15077         * Makefile.am: 
15078         * dvi/dvilib/Makefile.am:
15079         * dvi/Makefile.am:
15080         * configure.ac: Auto*ify dvi and dvi/dvilib
15081
15082         * dvi/Makefile: Remove from CVS
15083         
15084         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15085         confusion.
15086
15087         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15088         
15089         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15090         
15091 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15092
15093         * ps/Makefile.am:
15094         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15095         (gtk_gs_value_adjustment_changed), (compute_size),
15096         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15097         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15098         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15099         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15100         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15101         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15102         (ps_document_load), (ps_document_get_n_pages),
15103         (ps_document_set_page), (ps_document_get_page),
15104         (ps_document_set_target), (ps_document_set_scale),
15105         (ps_document_set_page_offset), (ps_document_get_page_size),
15106         (ps_document_render), (ps_document_begin_find),
15107         (ps_document_end_find), (ps_document_document_iface_init):
15108         * ps/gtkgs.h:
15109         * shell/Makefile.am:
15110         * shell/ev-window.c: (ev_window_open):
15111
15112         Some work to integrate gtkgs with EvDocument
15113
15114 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15115
15116         * shell/ev-window.c: (update_fullscreen_popup),
15117         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15118         (exit_fullscreen_button_clicked_cb),
15119         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15120         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15121         (ev_window_state_event_cb), (ev_window_init):
15122         Add fullscreen support from Epiphany.
15123         
15124 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15125
15126         * data/ev-stock-zoom-fit-width.png: fit-width
15127         stock icon from gpdf.
15128         
15129         * shell/ev-stock-icons.[ch]: copied from gpdf.
15130         
15131         * shell/main.c: (main): init stock icons.
15132         
15133         * shell/ev-window.c: use the fit-width icon.
15134         
15135         * data/evince-ui.xml: add zooming toolbar items.
15136
15137 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15138
15139         * shell/ev-view.c: 
15140         (ev_view_best_fit), (ev_view_fit_width): because
15141         get_page_size() returns the scaled page size, we
15142         need to calculate the scale factor relative to
15143         the previous scale factor. Should really just
15144         add get_real_page_size().
15145
15146 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15147
15148         * shell/ev-view.[ch]:
15149         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15150         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15151         add zooming.
15152         
15153         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15154         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15155         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15156         hook it up.
15157         
15158         * pdf/xpdf/pdf-document.cc:
15159         (pdf_document_begin_find),
15160         (pdf_document_end_find): make static.
15161
15162 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15163
15164         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15165
15166         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15167         names to fontconfig patterns.
15168         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15169
15170         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15171         setupBaseFontsFc.
15172
15173 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15174
15175         * Makefile.am:
15176         * configure.ac:
15177         * ps/Makefile.am:
15178         * ps/ggvutils.c:
15179         * ps/ggvutils.h:
15180         * ps/gsdefaults.c:
15181         * ps/gsdefaults.h:
15182         * ps/gsio.c:
15183         * ps/gsio.h:
15184         * ps/gtkgs.c:
15185         * ps/gtkgs.h:
15186         * ps/ps.c:
15187         * ps/ps.h:
15188
15189         Import ggv backend. Not hooked up yet.
15190
15191 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15192
15193         * shell/main.c: (load_files), (main): load files
15194         from the command line.
15195
15196 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15197
15198         * configure.ac: don't require bonobo.
15199         
15200         * cut-n-paste/recent-files/*: kill bonobo recent
15201         view.
15202
15203         * shell/ev-window.c:
15204         (ev_window_is_empty): upd.
15205         (unable_to_load), (ev_window_open): load backend
15206         based on the mime type.
15207
15208 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15209
15210         * backend/.cvsignore: ignore generated marshalers source.
15211
15212         * shell/main.c (main): this is not epiphany.
15213
15214 2004-12-22  Havoc Pennington  <hp@redhat.com>
15215
15216         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15217         (expose_bin_window): draw find highlights
15218
15219         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15220         
15221         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15222         (pdf_document_end_find): implement this interface
15223
15224         * backend/ev-document.c (ev_document_found): add this to emit
15225         signal
15226
15227 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15228
15229         * data/evince-ui.xml: Add a few more toolbar items.
15230
15231         * shell/ev-window.c: Hook up page navigation toolbar 
15232         items.
15233
15234         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15235         a page-changed signal.
15236
15237         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15238         Add ev_document_get_page().
15239
15240         * shell/ev-window.c: Sensitize/desensitize navigation
15241         actions.
15242
15243 2004-12-21  Havoc Pennington  <hp@redhat.com>
15244
15245         * backend/ev-backend-marshal.c,
15246         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15247         marshaler-generator thingy. I'm sure there's a better way to do
15248         this in the modern world.
15249
15250         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15251         end_find methods and "found" signal.
15252
15253         * configure.ac: find glib-genmarshal
15254
15255 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15256
15257         * shell/ev-sidebar.c: Construct an actual sidebar.
15258         * shell/ev-sidebar-bookmarks.[ch]:
15259         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15260
15261 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15262
15263         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15264         Redo size handling.
15265         
15266         * shell/ev-view.c: Track the size from the document.
15267
15268 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15269
15270         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15271         constructor assumes ownership of the string passed in.
15272         
15273         * shell/ev-window.c (ev_window_open): Destroy the error
15274         dialog once we've displayed it.
15275
15276 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15277
15278         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15279         a bit, it works! (sort of)
15280
15281         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15282         Move to .cc since we need to use C++ in the implementation.
15283
15284         * shell/dummy.cc: Add a CC file to force evince
15285         to be linked as a C++ program.
15286
15287 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15288
15289         * shell/ev-view.[ch]: Start of content-area widget.
15290
15291         * shell/ev-window.c: Create a EvView, update it
15292         as we change documents.
15293
15294         * shell/Makefile.am shell/ev-marshal.list: Add
15295         generated marshalers.
15296
15297 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15298
15299         * Makefile.am (SUBDIRS): move shell.
15300
15301 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15302
15303         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15304         .a to libtool convenience libraries.
15305
15306         * shell/ev-window.c (ev_window_open): Hard code loading
15307         a PDF document.
15308         
15309         * backend/ev-document.h: Add a boolean return to load(),
15310         fix GError * to GError **.
15311
15312         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15313         object for a PDF backend EvDocument.
15314
15315 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15316
15317         * dvi/*: New directory with the beginning of a .dvi backend.
15318
15319 2004-12-21  Havoc Pennington  <hp@redhat.com>
15320
15321         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15322         previous/next instead of back/forward
15323
15324 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15325
15326         * backend/ev-document.[ch]: Fix a couple of problems so
15327         it compile.
15328
15329 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15330
15331         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15332         to backend/ directory, rename EvViewer to EvDocument.
15333
15334 2004-12-21  Havoc Pennington  <hp@redhat.com>
15335
15336         * shell/ev-window.c: hook up the find bar widget; now we just need
15337         a document to find things in
15338
15339         * shell/eggfindbar.c: a find bar widget
15340
15341 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15342
15343         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15344
15345 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15346
15347         * pdf/**: Import of xpdf code from gpdf. 
15348
15349         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15350
15351         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15352         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15353         Fix FreeType includes.
15354
15355         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15356         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15357         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15358         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15359         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15360         Include xpdfconfig.h
15361         
15362 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15363
15364         * shell/ev-window.c (ev_window_dispose): dispose can be called
15365         multiple times.
15366
15367 2004-12-21  Havoc Pennington  <hp@redhat.com>
15368
15369         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15370         rather than Evince
15371
15372         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15373         items; really they should be synced with the strings, etc. from
15374         current gpdf, but just getting the boring typing out of the way 
15375
15376 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15377
15378         * po/POTFILES.in:
15379         * shell/ev-application.c: (window_destroy_cb):
15380         * shell/ev-window.c:
15381         * shell/main.c: (main):
15382
15383         Actually show the window...
15384
15385 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15386
15387         * Makefile.am:
15388         * shell/Makefile.am:
15389         * shell/ev-application.c: (ev_application_class_init):
15390         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15391
15392         Make it build again
15393
15394 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15395
15396         Import to gnome cvs.
15397         
15398         * Remove copies of gpdf and ggv trees.
15399         * Rip out all the recursive configure code.
15400         * Remove bonobo machinery.
15401         * viewer/*: GInterfaces that backends should/can implement.
15402
15403 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15404
15405         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15406         typo
15407
15408 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15409
15410         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15411         (ev_application_finalize, ev_application_class_init)
15412         (ev_application_init): use GType instance private data for priv.
15413
15414         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15415         (ev_window_finalize, ev_window_class_init)
15416         (ev_window_init): ditto.
15417
15418 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15419
15420         * shell/ev-application.c (ev_application_new_window): make public
15421         (ev_application_show_initial_window): kill.
15422
15423         * shell/ev-application.h: update prototypes.
15424
15425         * shell/main.cc (main): inline ev_application_show_initial_window.
15426
15427 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15428
15429         * shell/ev-application.c (ev_application_new_window): impl.
15430         (ev_application_show_initial_window): use it.
15431         (is_window_empty, ev_application_get_empty_window): returns an
15432         existing empty window or a new one.
15433         (ev_application_open): from ev_window_cmd_file_open.
15434
15435         * shell/ev-application.h: update prototypes
15436
15437         * shell/ev-window.c (ev_window_is_empty): impl.
15438         (ev_window_open): make public.
15439         (ev_window_cmd_file_open): use ev_application_open
15440
15441         * shell/ev-window.h: update prototypes, remove unused.
15442
15443 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15444
15445         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15446         move destroy handler out of here...
15447
15448         * shell/ev-application.c, shell/ev-application.h: ...into this new
15449         class. Also handles initial window creation.
15450
15451         * shell/main.cc (main): use EvApplication to create initial
15452         window.
15453
15454 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15455
15456         * Makefile.am (SUBDIRS): add cut-n-paste
15457
15458         * cut-n-paste/Makefile.am: add
15459
15460         * configure.ac: generate Makefiles in cut-n-paste
15461
15462 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15463
15464         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15465         (ev_window_class_init): install ev_window_dispose.
15466
15467 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15468
15469         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15470         char (gchar looks stupid).
15471
15472 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15473
15474         * po/de.po: updated German translation.
15475
15476 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15477
15478         * configure.ac: add more pkg-config library checks for gnome-vfs,
15479         bonobo etc.
15480
15481         * gpdf/configure.in: temporarily disable libpaper
15482         checks. Otherwise I'd have to add the checks for the shell, too.
15483
15484 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15485
15486         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15487         and * file filters to the file choose.
15488
15489 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15490
15491         * po/de.po: Updated German translation.
15492
15493 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15494
15495         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15496
15497 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15498
15499         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15500
15501         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15502         (ev_window_init): implement those menuitems.
15503
15504 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15505
15506         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15507
15508         * shell/ev-window.c (ev_window_init): use the toolbar.
15509
15510 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15511
15512         * shell/ev-window.c (ev_window_init): use menu translations
15513
15514 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15515
15516         * configure.ac: add "de" to ALL_LINGUAS.
15517
15518         * po/de.po: add German translation.
15519
15520 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15521
15522         * Makefile.am (SUBDIRS): add po
15523
15524         * configure.ac: check intltool, glib-gettext etc, generate
15525         po/Makefile.in
15526
15527         * po, po/POTFILES.in, po/POTFILES.skip: new.
15528
15529 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15530
15531         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15532         already use (#ifdef ENABLE_NLS)
15533
15534         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15535         pointer indirection thinko.
15536
15537         * shell/main.c: include gi18n.h for bindtextdomain etc.
15538
15539 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15540
15541         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15542         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15543         tooltips for menu items in the statusbar.
15544
15545 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15546
15547         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15548         pkgdatadir drop UIDIR
15549
15550 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15551
15552         * data/evince-ui.xml: Add File->Open menu item
15553
15554         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15555         chooser), hook it up in the ui manager.
15556
15557 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15558
15559         * shell/ev-window.c: fix Help->About tooltip.
15560
15561 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15562
15563         * configure.ac: set CFLAGS for libevprivate.
15564
15565         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15566         definitions, factory etc.
15567
15568         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15569
15570         * shell/Makefile.am: link against libevprivate.a.
15571
15572         * shell/ev-window.c (entries): add stock icon to Help->About.
15573
15574         * shell/main.c (main): init stock icon code.
15575
15576 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15577
15578         * lib/recent-files: egg recent files code
15579
15580         * lib/Makefile.am: add.
15581
15582         * Makefile.am: add lib subdir.
15583
15584         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15585         set CFLAGS for recent-files.
15586
15587 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15588
15589         * configure.ac: disable -ansi and -pedantic gcc flags. They
15590         disable POSIX stuff in stdio.h, but egg-recent uses them.
15591
15592 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15593
15594         * configure.ac: add --disable-deprecated flag (defaults to on in
15595         "cvs" builds).
15596
15597         * shell/Makefile.am (INCLUDES): use it.
15598
15599 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15600
15601         * shell/main.c: add missing #include.
15602
15603         * shell/ev-window.c: fix for pedantic gcc.
15604         (ev_window_cmd_help_about): split license into paragraphs for
15605         translators and pedantic compilers.
15606
15607 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15608
15609         * configure.ac: add more warning flags if compiling with gcc from
15610         cvs (or explicitly requested with --enable-more-warnings).
15611
15612 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15613
15614         * data/evince-ui.xml: add File and File->Close menu.
15615
15616         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15617         (ev_window_destroy): quit after destroy.
15618         (ev_window_class_init): override GtkObject::destroy.
15619         (entries): install close_window callback.
15620
15621 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15622
15623         * Makefile.am (SUBDIRS): add data subdir.
15624
15625         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15626         gtk+ 2.5.0 for GtkAboutDialog.
15627
15628         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15629         main window.
15630
15631         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15632
15633         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15634         manager.
15635         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15636
15637 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15638
15639         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15640
15641 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15642
15643         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15644
15645 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15646
15647         * shell/*: Added shell directory boilerplate, build it.
15648
15649 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15650
15651         * configure.ac, Makefile.am: Added top-level configure.ac and
15652         Makefile.am