]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Plug a mem leak.
[evince.git] / ChangeLog
1 2009-02-14  Christian Persch  <chpe@gnome.org>
2
3         * backend/pdf/ev-poppler.cc: Plug a mem leak.
4
5 2009-02-14  Christian Persch  <chpe@gnome.org>
6
7         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
8         an error.
9
10 2009-02-14  Christian Persch  <chpe@gnome.org>
11
12         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
13         to always set @error when returning FALSE. Fix a typo.
14
15 2009-02-14  Christian Persch  <chpe@gnome.org>
16
17         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
18         to always set @error when returning FALSE.
19
20 2009-02-14  Christian Persch  <chpe@gnome.org>
21
22         * backend/comics/comics-document.c: (comics_document_load): Make sure
23         to always set @error when returning FALSE.
24
25 2009-02-14  Christian Persch  <chpe@gnome.org>
26
27         * backend/impress/impress-document.c: (impress_document_load): Plug a
28         mem leak.
29
30 2009-02-14  Christian Persch  <chpe@gnome.org>
31
32         * backend/impress/impress-document.c: (impress_document_load): Don't
33         overwrite an error.
34
35 2009-02-14  Christian Persch  <chpe@gnome.org>
36
37         * libdocument/ev-document.c: (ev_document_info_copy): Remove
38         unnecessary NULL check; g_strdup() is NULL-safe.
39
40 2009-02-14  Christian Persch  <chpe@gnome.org>
41
42         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
43         that this returns either NULL and fills in error, or non-NULL. Use a
44         local GError so we can reliably check it.
45
46 2009-02-14  Christian Persch  <chpe@gnome.org>
47
48         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
49         content type to get the description, not the MIME type.
50
51 2009-02-14  Christian Persch  <chpe@gnome.org>
52
53         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
54         in @error on failure. Also, since this is exported in public APIs,
55         cope with the passed-in GError** being NULL.
56
57 2009-02-13  Christian Persch  <chpe@gnome.org>
58
59         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
60         safety.
61         (get_mime_type_from_data): Return the MIME type, not the content type.
62
63 2009-02-13  Christian Persch  <chpe@gnome.org>
64
65         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
66         the input stream.
67
68 2009-02-13  Christian Persch  <chpe@gnome.org>
69
70         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
71         all errors upwards.
72
73 2009-02-13  Christian Persch  <chpe@gnome.org>
74
75         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
76         more bytes from buffer than were read from the file.
77
78 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
79
80         * properties/ev-properties-view.c (set_property):
81         
82         Fixes bug #571787.
83
84 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
85
86         * shell/eggfindbar.c: (egg_find_bar_init):
87
88         Use gtk_tool_button_set_use_underline() for next/previous buttons
89         so that the underline is used for the mnemonic. Fixes bug #571547.
90         
91 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * shell/ev-window.c: (setup_document_from_metadata),
94         (setup_sidebar_from_metadata), (setup_document_from_metadata),
95         (setup_view_from_metadata), (ev_window_set_document),
96         (ev_window_load_job_cb), (ev_window_reload_job_cb),
97         (ev_window_reload_remote), (ev_window_init):
98
99         Do not use metadata when reloading the document, so that the
100         window is not resized when reloading. See bugs #571051 and
101         #304249.
102         
103 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
104
105         * configure.ac:
106         * cut-n-paste/smclient/Makefile.am:
107
108         Fix smclient libs on cycgwin. See bug #339172.
109         
110 2009-02-08  Christian Persch  <chpe@gnome.org>
111
112         * configure.ac:
113         * libdocument/Makefile.am:
114         * libview/Makefile.am: Add experimental introspection support.
115         Disabled by default; use --enable-introspection to enable it.
116         Bug #569083.
117
118 2009-02-08  Christian Persch  <chpe@gnome.org>
119
120         * libview/Makefile.am: Link libevdocument.la to libevview.la.
121
122 2009-02-05  Christian Persch  <chpe@gnome.org>
123
124         * backend/comics/comics-document.c: (comics_document_load):
125         * backend/djvu/djvu-document.c: (djvu_document_load):
126         * backend/dvi/dvi-document.c: (dvi_document_load):
127         * backend/impress/impress-document.c: (impress_document_load):
128         * backend/pdf/ev-poppler.cc:
129         * libdocument/ev-document-factory.c: (get_document_from_uri),
130         (ev_document_factory_get_document):
131         * shell/ev-print-operation.c:
132         (ev_print_operation_export_print_dialog_response_cb): Use
133         g_set_error_literal now that we depend on glib 2.18.
134
135 2009-02-05  Hib Eris  <hib@hiberis.nl>
136
137         * shell/ev-application.c:
138
139         Include gdkx.h only with X11. See bug #339172.
140         
141 2009-02-05  Hib Eris  <hib@hiberis.nl>
142
143         * backend/pdf/pdfdocument.evince-backend.in:
144
145         Add application/x-ext-pdf mime type for pdf backend. See bug
146         #339172.
147         
148 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
149
150         * configure.ac:
151         * cut-n-paste/smclient/Makefile.am:
152         * cut-n-paste/smclient/eggdesktopfile.c:
153         * cut-n-paste/smclient/eggsmclient-win32.c:
154         * shell/main.c:
155
156         Make session manager code compile for w32. These changes have been
157         taken from upstream libegg. Based on patch by Hib Eris. See bug
158         #339172.
159         
160 2009-02-05  Hib Eris  <hib@hiberis.nl>
161
162         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
163
164         Make screensaver code compile for w32. These changes have been
165         copied from upstream totem. See bug #339172.
166         
167 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
168
169         * configure.ac:
170         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
171
172         Make use of GConf optional. Based on patch by Hib Eris. See bug
173         #339172.
174         
175 2009-02-04  Christian Persch  <chpe@gnome.org>
176
177         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
178         evince gettext domain, so i18n works in the library.
179
180         * properties/ev-properties-main.c: (nautilus_module_initialize):
181         Remove extra bindtextdomain call.
182
183 2009-02-04  Christian Persch  <chpe@gnome.org>
184
185         * backend/comics/comics-document.c:
186         * backend/djvu/djvu-document.c:
187         * backend/dvi/dvi-document.c:
188         * backend/impress/impress-document.c:
189         * backend/pdf/ev-poppler.cc:
190         * backend/pixbuf/pixbuf-document.c:
191         * backend/ps/ev-spectre.c:
192         * backend/tiff/tiff-document.c:
193         * libdocument/ev-attachment.c:
194         * libdocument/ev-document-factory.c:
195         * libview/ev-jobs.c:
196         * libview/ev-view-accessible.c:
197         * libview/ev-view.c:
198         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
199         gi18n.h.
200
201 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
202
203         * NEWS:
204         * configure.ac:
205
206         Update for release 2.25.90
207         
208 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * cut-n-paste/zoom-control/ephy-zoom-control.c:
211         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
212
213         Remove the old tooltips code and use G_DEFINE_TYPE().
214         
215 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * configure.ac:
218         * help/reference/Makefile.am:
219         * help/reference/libdocument/Makefile.am:
220         * help/reference/libdocument/libevdocument-docs.sgml:
221         * help/reference/libdocument/libevdocument.types:
222         * help/reference/libdocument/version.xml.in:
223         * help/reference/libview/Makefile.am:
224         * help/reference/libview/libevview-docs.sgml:
225         * help/reference/libview/libevview.types:
226         * help/reference/libview/version.xml.in:
227         * help/reference/shell/Makefile.am:
228         * help/reference/shell/evince-docs.sgml:
229         * help/reference/shell/evince.types:
230         * help/reference/shell/tmpl/dummy.sgml:
231         * help/reference/shell/version.xml.in:
232
233         Split API documentation into libdocument, libview and
234         shell. Required gtk-doc files has been added, but API docs still
235         need to be completed and improved. Fixes bug #568465.
236         
237 2009-02-01  Christian Persch  <chpe@gnome.org>
238
239         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
240
241 2009-02-01  Christian Persch  <chpe@gnome.org>
242
243         * backend/Makefile.am:
244         A backend/backend.symbols:
245         * configure.ac: Only export the backend module entry point. Bug
246         #569998.
247
248 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * shell/eggfindbar.c: (egg_find_bar_init):
251
252         Add mnemonics to buttons in search bar. Fixes bug #569212.
253         
254 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
255         
256         * shell/ev-print-operation.c:
257         (ev_print_operation_export_print_dialog_response_cb):
258
259         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
260         
261 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
262
263         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
264
265         Clamp top/bottom values of destinations to make sure they are not
266         bigger than the page height. Fixes bug #569327.
267         
268 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
269
270         * libdocument/ev-debug.h:
271
272         Fix build when debug mode is disabled.
273         
274 2009-01-30  Christian Persch  <chpe@gnome.org>
275
276         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
277         this return TRUE only if any backends were loaded, so the ev_init()
278         function works as documented.
279
280 2009-01-30  Christian Persch  <chpe@gnome.org>
281
282         * evince-document.h:
283         * libdocument/Makefile.am:
284         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
285         #569117.
286
287         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
288         * libdocument/ev-backends-manager.h:
289         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
290         * libdocument/ev-debug.h:
291         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
292         (_ev_file_helpers_shutdown):
293         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
294         private.
295
296         * properties/ev-properties-main.c: (nautilus_module_initialize),
297         (nautilus_module_shutdown):
298         * shell/main.c: (main):
299         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
300         init/shutdown method.
301
302 2009-01-29  Christian Persch  <chpe@gnome.org>
303
304         * shell/main.c: (option_version_cb): Add --version which was lost in
305         the libgnome removal. Bug #562869.
306
307 2009-01-26  Christian Persch  <chpe@gnome.org>
308
309         * shell/ev-application.c: (ev_application_register_service),
310         (ev_application_shutdown):
311         * shell/main.c: (main): Move metadata manager initialisation and
312         shutdown into EvApplication. Follow-up from bug #569120.
313
314 2009-01-26  Christian Persch  <chpe@gnome.org>
315
316         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
317         copy the string twice. Bug #569231.
318
319 2009-01-26  Christian Persch  <chpe@gnome.org>
320
321         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
322         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
323         * libdocument/ev-file-helpers.h:
324         * shell/ev-application.c: (ev_application_shutdown),
325         (ev_application_init), (ev_application_screensaver_disable),
326         (ev_application_save_print_settings),
327         (ev_application_set_page_setup):
328         * shell/ev-application.h:
329         * shell/ev-metadata-manager.c: (load_values),
330         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
331         shell, since it shouldn't be public API. Bug #569120.
332
333         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
334         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
335
336 2009-01-25  Christian Persch  <chpe@gnome.org>
337
338         Bug 569082 – use versioned directory for backends
339
340         * configure.ac: Define ev_binary_version and backenddir.
341         * evince-document.pc.in: Add backenddir variable.
342         * libdocument/Makefile.am:
343         * backend/*/Makefile.am: Remove backenddir definition, so it picks
344         up the one from configure.
345
346 2009-01-25  Christian Persch  <chpe@gnome.org>
347
348         * configure.ac:
349         * evince-document.pc.in: Renamed from evince-backend.pc.in.
350         * libdocument/Makefile.am: Renamed library to libevdocument.la.
351         * libview/Makefile.am:
352         * shell/Makefile.am:
353         * backend/*/Makefile.am: Adapt to changed library name.
354
355         * libdocument/Makefile.am:
356         * libview/Makefile.am: Change the installed headers path to match
357         the directory names in SVN.
358
359         * evince-document.h:
360         * evince-view.h: Add single headers. Bug #568227.
361
362         * libdocument/*.h:
363         * libview/*.h: Add single headers guards.
364
365         * libview/Makefile.am:
366         * libdocument/Makefile.am:
367         * backend/*/Makefile.am:
368         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
369         still include individual headers.
370
371         * properties/Makefile.am:
372         * properties/ev-properties-main.c:
373         * properties/ev-properties-view.h:
374         * thumbnailer/Makefile.am:
375         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
376
377         * libdocument/Makefile.am:
378         * libview/Makefile.am: Generate type builtins from all installed headers.
379         * libdocument/ev-link-action.[ch]:
380         * libdocument/ev-link-dest.[ch]:
381         * libdocument/ev-transition-effect.[ch]:
382         * libview/ev-view.[ch]: Remove handcoded type builtins.
383
384         * libdocument/Makefile.am:
385         * evince-document.h: Add ev-document-factory.h to the public headers.
386
387 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * shell/ev-sidebar-page.c:
390
391         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
392         #568228.
393         
394 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
395
396         * libdocument/ev-document.h:
397
398         Add EV_DEFINE_INTERFACE macro.
399         
400         * libdocument/ev-async-renderer.c:
401         * libdocument/ev-document-find.c:
402         * libdocument/ev-document-fonts.c:
403         * libdocument/ev-document-forms.c:
404         * libdocument/ev-document-images.c:
405         * libdocument/ev-document-layers.c:
406         * libdocument/ev-document-links.c:
407         * libdocument/ev-document-security.c:
408         * libdocument/ev-document-thumbnails.c:
409         * libdocument/ev-document-transition.c:
410         * libdocument/ev-document.c:
411         * libdocument/ev-file-exporter.c:
412         * libdocument/ev-selection.c:
413
414         Use EV_DEFINE_INTERFACE macro to define interfaces in
415         libdocument. See bug #568228.
416         
417 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
418
419         * libdocument/ev-document.[ch]:
420
421         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
422         #568228.
423         
424 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
425
426         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
427         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
428         (new_separator_pixbuf):
429         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
430         (egg_toolbar_editor_disconnect_model),
431         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
432         (egg_toolbar_editor_finalize):
433         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
434         * cut-n-paste/toolbar-editor/eggmarshalers.list:
435         
436         Sync EggToolbarEditor with libegg.
437
438 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
439
440         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
441         When saving a file, using the default permissions for the user/system,
442         respecting umask and any setgid bit on the directory. Uses the new
443         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
444         Bug #568593.
445         
446 2009-01-21  Christian Persch  <chpe@gnome.org>
447
448         * configure.ac:
449         * libdocument/Makefile.am:
450         * libview/Makefile.am: Add libtool versioning to libevbackend and
451         libevview. Bug #568229.
452
453 2009-01-21  Christian Persch  <chpe@gnome.org>
454
455         * Makefile.am:
456         * configure.ac:
457         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
458
459 2009-01-21  Christian Persch  <chpe@gnome.org>
460
461         * configure.ac:
462         * libdocument/Makefile.am:
463         A libdocument/ev-version.h.in: Add version defines and version check
464         macro. Bug #568224.
465
466 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
467
468         * shell/ev-sidebar-links.c
469         * shell/ev-print-operation.c:
470         * shell/ev-history.c:
471         * shell/ev-file-monitor.c:
472         * shell/ev-window.c:
473         * shell/ev-password-view.c:
474         * shell/ev-sidebar-thumbnails.c:
475         * shell/ev-sidebar-attachments.c:
476         * libview/ev-pixbuf-cache.c:
477         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
478         Bug #568386.
479
480 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
481
482         * libdocument/ev-document-info.h:
483
484         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
485         
486 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
487
488         * libview/Makefile.am:
489
490         Install ev-job-scheduler.h. See bug #567790.
491         
492 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
493
494         * libdocument/Makefile.am:
495
496         Install ev-backends-manager.h and
497         ev-document-type-builtins.h. Fixes bug #567787.
498         
499 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
500
501         * NEWS:
502         * configure.ac:
503
504         Update for release 2.25.5
505         
506 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
507
508         * libview/ev-view.c: (ev_view_drag_data_get):
509
510         Fix second parameter passed to gtk_selection_data_set_uris(), 
511         it expects a gchar **.
512         
513 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
514
515         * libdocument/Makefile.am:
516         * libdocument/ev-document-info.h:
517         * libdocument/ev-document-type-builtins.c.template:
518         * libdocument/ev-document-type-builtins.h.template:
519         * libdocument/ev-document.c: (ev_document_info_get_type),
520         (ev_document_info_copy):
521
522         Make EvDocumentInfo and enums definded in ev-document-info.h
523         GTypes. Fixes bug #567789.
524         
525 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
526
527         * shell/main.c (arguments_parse): Fix for a minor code typo.
528
529 2009-01-18  Christian Persch  <chpe@gnome.org>
530
531         * help/reference/Makefile.am:
532         * help/reference/evince.types: Fix the API docs build. Bug #568171.
533
534 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
535
536         * libview/Makefile.am:
537         * libview/ev-view-type-builtins.c.template:
538         * libview/ev-view-type-builtins.h.template:
539
540         Make EvJobPriority a proper GType. Fixes bug #567788.
541         
542 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
543
544         * configure.ac:
545         * cut-n-paste/*/Makefile.am:
546         * libdocument/Makefile.am:
547
548         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
549         code.
550         
551 2009-01-18  Christian Persch  <chpe@gnome.org>
552
553         * libview/ev-view.c: (ev_view_drag_data_get),
554         (ev_view_drag_motion), (ev_view_update_primary_selection),
555         (clear_link_selected):
556         * shell/ev-sidebar-attachments.c:
557         (ev_sidebar_attachments_drag_data_get),
558         (ev_sidebar_attachments_get_property),
559         (ev_sidebar_attachments_init):
560         * shell/ev-window.c: Update drag handling code to use the
561         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
562         hardcoding the targets lists. Bug #558084.
563         
564 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * libdocument/Makefile.am:
567         * libdocument/ev-backend-marshal.c:
568         * libdocument/ev-backend-marshalers.list:
569         * libdocument/ev-document.c:
570
571         Remove unused marshalers stuff from libdocument.
572         
573 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * po/POTFILES.in:
576
577         Update for the current source tree.
578         
579 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
580
581         * configure.ac:
582         * Makefile.am:
583         * libdocument/Makefile.am:
584         * libview/Makefile.am:
585         * libview/ev-job-scheduler.[ch]:
586         * libview/ev-jobs.[ch]:
587         * libview/ev-page-cache.[ch]:
588         * libview/ev-pixbuf-cache.[ch]:
589         * libview/ev-timeline.[ch]:
590         * libview/ev-transition-animation.[ch]:
591         * libview/ev-view-accessible.[ch]:
592         * libview/ev-view-marshal.list:
593         * libview/ev-view.[ch]:
594         * shell/Makefile.am:
595
596         Move EvView specific code to a libeviview library so that it can
597         be embbeded in other applications. Based on patches by Tomeu
598         Vizoso. Fixes bug #567751.
599         
600 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
601
602         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
603         * shell/ev-window.c: (ev_window_load_job_cb),
604         (ev_window_load_job_cb), (ev_window_open_uri),
605         (ev_window_reload_local), (ev_window_dispose):
606
607         Remove dest, mode and search_string from EvJobLoad since they are
608         not really needed by the job, but for the window.
609         
610 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
611
612         * shell/ev-view.c: (ev_view_drag_data_received),
613         (ev_view_class_init), (ev_view_init):
614         * shell/ev-window.c: (ev_window_drag_data_received),
615         (ev_window_class_init), (ev_window_init):
616
617         Make the whole EvWindow the destination of a drag and drop
618         operation.
619         
620 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * shell/ev-window.c: (window_open_file_copy_progress_cb):
623
624         Add missing brakets around the percentage in progress
625         messages. See bug #567910.
626         
627 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * shell/ev-application.c: (ev_application_open_window),
630         (ev_application_open_uri_at_dest):
631
632         Do no use gdk_x11_* when not available. Based on patch by Hib
633         Eris, see bug #339172.
634         
635 2009-01-16  Hib Eris  <hib@hiberis.nl>
636
637         * configure.ac:
638         * properties/ev-properties-view.c:
639         (ev_properties_view_format_date):
640
641         Check for localtime_r. See bug #339172.
642         
643 2009-01-16  Hib Eris  <hib@hiberis.nl>
644
645         * shell/main.c:
646
647         Include gdkx only for dbus support. See bug #339172.
648         
649 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
650
651         * shell/ev-view.c: (ev_view_set_zoom_for_size):
652
653         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
654         #567785.
655         
656 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
657
658         * shell/ev-window.c: (reload_remote_copy_progress_cb),
659         (window_save_file_copy_progress_cb):
660
661         Use brakets around the percentage in progress messages. See bug
662         #567910.
663         
664 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
665
666         * shell/ev-window.c: (reload_remote_copy_ready_cb):
667
668         Fix typo in error message. See bug #567910.
669         
670 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
671
672         * shell/ev-window.c: (ev_window_cmd_file_close_window):
673
674         Fix mnemonic conflict. Fixes bug #567937.
675         
676 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
677
678         * NEWS:
679         * configure.ac:
680
681         Update for release 2.25.4
682         
683 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
684
685         * configure.ac:
686         
687         GLib version requirement bumped to 2.18 due to g_set_error_literal.
688         Thanks to Christian Spurk.
689
690 2008-12-31  Hib Eris  <hib@hiberis.nl>
691         
692         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
693
694         Fix mime type handling.
695         
696 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
697
698         * po/POTFILES.in:
699
700         Add ev-print-operation.c.
701         
702 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
703
704         * shell/ev-window.c: (ev_window_clear_progress_idle),
705         (reset_progress_idle), (ev_window_show_progress_message),
706         (ev_window_reset_progress_cancellable),
707         (ev_window_progress_response_cb), (show_loading_progress),
708         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
709         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
710         (show_reloading_progress), (reload_remote_copy_ready_cb),
711         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
712         (show_saving_progress), (window_save_file_copy_ready_cb),
713         (window_save_file_copy_progress_cb), (ev_window_save_remote),
714         (ev_window_dispose):
715
716         Show progress information when loading/saving remote files. Fixes
717         bug #370958.
718         
719 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
720
721         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
722
723         Show better warning message when temp file cannot be deleted.
724         
725 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
726
727         * shell/ev-window.c: (image_save_dialog_response_cb):
728
729         Fix saving images to remote locations.
730         
731 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
732
733         * shell/ev-application.[ch]: (ev_application_shutdown),
734         (ev_application_get_print_settings_file),
735         (ev_application_save_print_settings),
736         (ev_application_get_print_settings),
737         (ev_application_set_print_settings),
738         (ev_application_get_page_setup), (ev_application_set_page_setup):
739         * shell/ev-window.c: (ev_window_save_print_page_setup),
740         (ev_window_load_print_page_setup_from_metadata),
741         (ev_window_print_page_setup_done_cb),
742         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
743         (ev_window_cmd_preview_print):
744
745         Remember page setup options too. Paper size is globally remembered
746         while page margins are stored per document in metadata file. Fixes
747         bugs #525185 and #349102.
748         
749 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
750
751         * shell/ev-print-operation.c:
752         (ev_print_operation_export_print_dialog_response_cb):
753
754         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
755         
756 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
757
758         * shell/ev-print-operation.c: (export_cancel),
759         (export_job_cancelled), (ev_print_operation_export_begin),
760         (ev_print_operation_export_cancel):
761         * shell/ev-window.c: (ev_window_print_cancel),
762         (ev_window_print_update_pending_jobs_message),
763         (ev_window_print_operation_done),
764         (ev_window_print_operation_status_changed),
765         (print_jobs_confirmation_dialog_response),
766         (ev_window_cmd_file_close_window):
767
768         Show a confirmation dialog when there are pending print jobs while
769         closing the main window. Fixes bug #480964.
770         
771 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
772
773         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
774         (ev_print_operation_get_job_name),
775         (ev_print_operation_get_status),
776         (ev_print_operation_get_progress),
777         (ev_print_operation_update_status),
778         (ev_print_operation_export_get_job_name), (clamp_ranges),
779         (get_first_and_last_page), (ev_print_operation_export_run_next),
780         (print_job_finished), (export_print_done), (export_job_cancelled),
781         (update_progress), (export_print_page),
782         (ev_print_operation_export_begin),
783         (ev_print_operation_export_print_dialog_response_cb),
784         (ev_print_operation_export_run),
785         (ev_print_operation_export_cancel),
786         (ev_print_operation_export_class_init):
787         * shell/ev-window.c:
788         (ev_window_print_update_pending_jobs_message),
789         (ev_window_print_operation_done),
790         (ev_window_print_progress_response_cb),
791         (ev_window_print_operation_status_changed),
792         (ev_window_print_operation_begin_print), (ev_window_print_range),
793         (ev_window_dispose):
794
795         Show progress information when printing. Fixes bug #482770.
796         
797 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
798
799         * shell/Makefile.am:
800         * shell/ev-progress-message-area.[ch]:
801         * shell/ev-message-area.[ch]: (ev_message_area_init),
802         (ev_message_area_set_image_from_stock):
803
804         Add EvProgressMessageArea derived from EvMessageArea to show
805         progress information in the message area. 
806         
807 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
810
811         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
812         close button. Add a function to get the contents of the message
813         area.
814         
815 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * shell/Makefile.am:
818         * shell/ev-print-operation.[ch]:
819         * shell/ev-jobs.[ch]: (ev_job_export_init),
820         (ev_job_export_dispose), (ev_job_export_run),
821         (ev_job_export_class_init), (ev_job_export_new),
822         (ev_job_export_set_page):
823         * shell/ev-window.c: (ev_window_print_operation_done),
824         (ev_window_print_range), (ev_window_dispose):
825
826         First step of the printing system rework. EvJobPrint has been
827         replaced by EvJobExport so that every page is scheduled to be
828         exported in a thread instead of scheduling the whole printing
829         process. This way the gui is responsive during printing.
830         
831 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
832
833         * shell/ev-window.c: (setup_size_from_metadata),
834         (ev_window_load_print_settings_from_metadata):
835
836         Fix memory leaks.
837         
838 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
839
840         * libdocument/ev-document.c: (ev_document_get_type):
841
842         Add GObject type as prerequisite to EvDocument interface so that
843         document instances can be used as GObjects.
844         
845 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
846
847         * shell/ev-view.c: (jump_to_find_result):
848
849         Only jump the the location of the find result for the first match
850         when searching. It drastically improves the performance when
851         searching. Bug catched and fixed by Michael Hunold. Fixes bug
852         #564774.
853         
854 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * properties/ev-properties-main.c: (ev_properties_get_pages):
857         * properties/ev-properties-view.[ch]:
858         (ev_properties_view_dispose), (ev_properties_view_class_init),
859         (ev_properties_view_set_info), (ev_properties_view_new):
860         * shell/ev-properties-dialog.[ch]:
861         (ev_properties_dialog_set_document):
862         * shell/ev-window.c: (ev_window_setup_document),
863         (ev_window_cmd_file_properties):
864
865         Add document URI to properties page. Fixes bug #555376.
866         
867 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * configure.ac:
870         * data/Makefile.am:
871         * data/evince-password.glade: Removed
872         * data/evince-properties.glade: Removed
873         * properties/ev-properties-view.c:
874         (ev_properties_view_class_init), (set_property),
875         (ev_properties_view_set_info), (ev_properties_view_init):
876         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
877         (font_cell_data_func), (ev_properties_fonts_init):
878
879         Remove Glade dependency.
880         
881 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * backend/comics/comics-document.c: (comics_document_load):
884
885         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
886         
887 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
888
889         * NEWS:
890         * configure.ac:
891
892         Update for release 2.25.2
893         
894 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * configure.ac:
897         * shell/Makefile.am:
898         * shell/ev-keyring.[ch]:
899         * shell/ev-password.[ch]: Removed
900         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
901         (ev_password_view_class_init), (ev_password_view_clicked_cb),
902         (ev_password_view_init), (ev_password_view_set_uri),
903         (ev_password_dialog_got_response),
904         (ev_password_dialog_remember_button_toggled),
905         (ev_password_dialog_entry_changed_cb),
906         (ev_password_dialog_entry_activated_cb),
907         (ev_password_view_ask_password), (ev_password_view_get_password),
908         (ev_password_view_get_password_save_flags),
909         (ev_password_view_new):
910         * shell/ev-window.c: (ev_window_password_view_unlock),
911         (ev_window_load_job_cb), (ev_window_close_dialogs),
912         (ev_window_init):
913
914         Rework the password view. When the password is in the keyring it's
915         used automatically without showing the password dialog and it's  
916         only stored in the keyring when we are sure it's correct. The
917         password dialog has been reworked too, in order to make it
918         more hig compliant and consistent with the GTK+ dialog used in
919         gtkmountoperation. Fixes bug #562496. 
920         
921 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * backend/comics/comics-document.c: (comics_document_load):
924
925         Do not trust file extensions when getting the command needed to
926         uncompress comic documents. Fixes bug #562143.
927         
928 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * libdocument/ev-document-factory.c: (get_document_from_uri),
931         (ev_document_factory_get_document):
932         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
933         (get_mime_type_from_data), (ev_file_get_mime_type):
934
935         Move mime-type functions from document-facrory to file-helpers so
936         that it can be reused.
937         
938 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
941         (window_open_file_copy_ready_cb), (ev_window_reload_local),
942         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
943         (ev_window_reload_remote), (ev_window_reload_document):
944
945         Add support for reloading remote documents. Fixes bug #555399.
946         
947 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
948
949         * shell/ev-view.c: (ev_view_find_previous):
950
951         Make sure find_result is never < 0 which causes a crash while
952         searching. Fixes bug #558377.
953         
954 2008-11-19  Marek Kašík <mkasik@redhat.com>
955
956         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
957         (ev_pixbuf_cache_get_selection_surface):
958         
959         Fixes crash on fast scrolling with simultaneous text selection.
960
961 2008-11-19  Marek Kašík <mkasik@redhat.com>
962
963         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
964         * shell/ev-window.c (launch_external_uri):
965         
966         Fixes assertion fail on selecting text. See bug #561393.
967
968 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
969
970         * shell/Makefile.am:
971         * shell/ev-jobs.[ch]: (ev_job_layers_init),
972         (ev_job_layers_dispose), (ev_job_layers_run),
973         (ev_job_layers_class_init), (ev_job_layers_new):
974         * shell/ev-sidebar-layers.[ch]:
975         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
976         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
977         (ev_view_reload_page), (ev_view_reload):
978         * shell/ev-window.c: (setup_sidebar_from_metadata),
979         (ev_window_sidebar_current_page_changed_cb),
980         (sidebar_layers_visibility_changed), (ev_window_init):
981
982         Add layers support.
983         
984 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * data/icons/22x22/actions/Makefile.am:
987         * data/icons/22x22/actions/eye.png:
988         * shell/ev-stock-icons.[ch]:
989         
990         Add eye icon from gimp to hide/show layers.
991         
992 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
993
994         * configure.ac:
995         * cut-n-paste/Makefile.am:
996         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
997         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
998         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
999
1000         Add GimpCellRendererToggle from gimp slightly modified to fit our
1001         needs. 
1002         
1003 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * configure.ac:
1006         * backend/pdf/ev-poppler.cc:
1007
1008         Implement layers interface in PDF backend.
1009         
1010 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1011
1012         * libdocument/Makefile.am:
1013         * libdocument/ev-document-layers.[ch]:
1014         * libdocument/ev-layer.[ch]:
1015
1016         Add optional content (layers) interface.
1017         
1018 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1019
1020         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1021         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1022
1023         Removes unused code.
1024
1025 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1026
1027         * NEWS:
1028         * configure.ac:
1029
1030         Update for 2.25.1 release
1031
1032 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * shell/ev-window.c:
1035
1036         Fix build with GTK+ < 2.14
1037
1038 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1039
1040         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1041         
1042         Makes menu label translatable. Fixes bug #559129.
1043
1044 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1045
1046         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1047         (t1_transform_font):
1048         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1049         
1050         More renames of warning to mdvi_warning in follow up to the
1051         fix of the bug #553369. Fix for the bug #559257 by
1052         Tuxce <tuxce.net@gmail.com>.
1053         
1054 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * shell/ev-application.c: (ev_application_init_session):
1057         * shell/main.c: (main):
1058
1059         Move the egg_set_desktop_file() call to main and remove
1060         gtk_window_set_default_icon_name() since it's already called by
1061         egg_set_desktop_file()
1062         
1063 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1064
1065         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1066
1067         Initialize GError to NULL.
1068         
1069 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1070
1071         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1072         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1073         (ev_window_preview_print_finished), (launch_action):
1074
1075         Do not use popup dialogs to show error messages anymore, use the
1076         message area instead.
1077         
1078 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1079
1080         * shell/ev-window.c: (ev_window_error_message),
1081         (ev_window_warning_message), (ev_window_set_document),
1082         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1083         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1084         (ev_window_cmd_help_contents), (launch_external_uri),
1085         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1086         (ev_attachment_popup_cmd_open_attachment),
1087         (attachment_save_dialog_response_cb):
1088
1089         Use a message format (with printf()-style) in
1090         ev_window_error_message and ev_window_warning_message.
1091
1092 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1093
1094         * shell/ev-window.c: (ev_window_error_message),
1095         (ev_window_warning_message), (ev_window_set_document),
1096         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1097         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1098         (ev_window_cmd_help_contents), (launch_external_uri),
1099         (image_save_dialog_response_cb),
1100         (ev_attachment_popup_cmd_open_attachment),
1101         (attachment_save_dialog_response_cb):
1102
1103         Change ev_window_error_message and ev_window_warning_message to
1104         receive a EvWindow instead of a GtkWindow. It's more consistent
1105         and avoids unneeded casts.
1106         
1107 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * shell/ev-window.c: (ev_window_cmd_help_contents):
1110
1111         Use gtk_show_uri() when availale to display help contents.
1112         
1113 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1114
1115         * configure.ac:
1116         * backend/pdf/ev-poppler.cc:
1117         * properties/ev-properties-view.c:
1118         * shell/Makefile.am:
1119         * shell/ev-tooltip.[ch]: Removed
1120         * shell/ev-view-private.h
1121         * shell/eggfindbar.c:
1122         * shell/ev-application.c:
1123         * shell/ev-open-recent-action.c:
1124         * shell/ev-sidebar-thumbnails.c:
1125         * shell/ev-view.c:
1126         * shell/ev-window.c:
1127
1128         Bump GTK+ requirement to 2.12.
1129         
1130 2008-10-27 Christian Persch <chpe@gnome.org>
1131
1132         * backend/djvu/djvu-document.c
1133         * backend/dvi/cairo-device.c
1134         * cut-n-paste/evmountoperation/ev-mount-operation.h
1135         * cut-n-paste/gedit-message-area/gedit-message-area.h
1136         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1137         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1138         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1139         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1140         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1141         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1142         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1143         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1144         * cut-n-paste/zoom-control/ephy-zoom-action.c
1145         * cut-n-paste/zoom-control/ephy-zoom-action.h
1146         * cut-n-paste/zoom-control/ephy-zoom-control.c
1147         * cut-n-paste/zoom-control/ephy-zoom-control.h
1148         * libdocument/ev-async-renderer.h
1149         * libdocument/ev-document-factory.c
1150         * libdocument/ev-document-misc.h
1151         * libdocument/ev-image.h
1152         * libdocument/ev-selection.h
1153         * shell/ev-properties-fonts.h
1154         * shell/ev-stock-icons.h
1155         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1156         directly. Bug #558064.
1157
1158 2008-10-27 Christian Persch <chpe@gnome.org>
1159
1160         * cut-and-paste/smclient/*: Update from libegg.
1161
1162 2008-10-27 Christian Persch <chpe@gnome.org>
1163
1164         * backend/djvu/djvu-document.c
1165         * backend/ps/ev-spectre.c
1166         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1167
1168 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1169
1170         * shell/ev-view.c (ev_view_change_page),
1171         (ev_view_transition_animation_finish),
1172         (ev_view_transition_animation_cancel), (page_changed_cb),
1173         (ev_view_set_presentation), (ev_view_next_page),
1174         (ev_view_previous_page):
1175         
1176         Cancel the animation without scheduling transition start
1177         and proceed to the next page to fix bug #516749.
1178
1179 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1180
1181         * NEWS:
1182         * configure.ac:
1183
1184         Update for release 2.24.1
1185         
1186 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1189
1190         Disable toggle function of F5 when in presentation mode. Patch by
1191         Dave Neary. Fixes bug #556162.
1192         
1193 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1194
1195         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1196         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1197         (ev_sidebar_thumbnails_fill_model),
1198         (ev_sidebar_thumbnails_refresh),
1199         (ev_sidebar_thumbnails_set_document):
1200
1201         Instead of using only one loading icon for thumbnails based on the
1202         size of the first page, create an icon for every different page
1203         size. Fixes bug #556264.
1204         
1205 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1206
1207         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1208
1209         Fix memory leak.
1210         
1211 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1212
1213         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1214
1215         Removes bad prefixes from window title. Patch by 
1216         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1217         
1218 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1219
1220         * shell/ev-window.c: (launch_external_uri):
1221
1222         Do not consider mailto links as http uris. Fixes bug #555801.
1223         
1224 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1227
1228         Fix memory leak. Fixes bug #555134.
1229         
1230 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1233
1234         Emit the job finished signal when the job is handled before the
1235         page_ready callback.
1236         
1237 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * shell/ev-window.c: (launch_action):
1240
1241         Use GdkAppLaunchContext when available to launch external
1242         applications.
1243         
1244 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1245
1246         * shell/ev-window.c: (launch_action):
1247
1248         Fix launching external applications for launch actions which seems
1249         to be broken since the gio port. Fixes bug #554500.
1250         
1251 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * backend/dvi/Makefile.am:
1254         * backend/dvi/cairo-device.c:
1255         * backend/dvi/dvi-document.c:
1256         * backend/dvi/mdvi-lib/Makefile.am:
1257
1258         Fix several compile warnings in the dvi backend.
1259         
1260 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * backend/dvi/mdvi-lib/common.h:
1263         * backend/dvi/mdvi-lib/dviread.c:
1264         * backend/dvi/mdvi-lib/font.c:
1265         * backend/dvi/mdvi-lib/fontmap.c:
1266         * backend/dvi/mdvi-lib/fontsrch.c:
1267         * backend/dvi/mdvi-lib/gf.c:
1268         * backend/dvi/mdvi-lib/pagesel.c:
1269         * backend/dvi/mdvi-lib/pk.c:
1270         * backend/dvi/mdvi-lib/sp-epsf.c:
1271         * backend/dvi/mdvi-lib/special.c:
1272         * backend/dvi/mdvi-lib/tfm.c:
1273         * backend/dvi/mdvi-lib/tfmfile.c:
1274         * backend/dvi/mdvi-lib/util.c:
1275         * backend/dvi/mdvi-lib/vf.c:
1276
1277         Rename error as mdvi_error to avoid symbol conflicts with the libc
1278         error. Rename also message, crash, fatal and warning for
1279         consistency. Fixes bug #553369.
1280         
1281 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * backend/dvi/dvi-document.c: (dvi_document_load):
1284
1285         Fix memory leak.
1286         
1287 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * backend/dvi/dvi-document.c:
1290
1291         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1292         G_IMPLEMENT_INTERFACE.
1293         
1294 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1295
1296         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1297
1298         Make sure copy_job_page_and_selection_to_job_info is always called
1299         before copy_job_to_job_info. Fixes bug #552382.
1300         
1301 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * NEWS:
1304         * configure.ac:
1305
1306         Update for release 2.24.0
1307         
1308 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * shell/ev-window.c: (launch_external_uri):
1311
1312         Use GdkAppLaunchContext when available to launch external uris.
1313         
1314 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1315
1316         * shell/ev-window.c: (launch_external_uri):
1317
1318         Use the message area to show errors when lauching external uris
1319         instead of a popup window.
1320         
1321 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1322
1323         * shell/ev-window.c: (launch_external_uri):
1324
1325         Assume invalid uris are http uris. Fixes bug #552071.
1326         
1327 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * NEWS:
1330         * configure.ac:
1331
1332         Update for release 2.23.92.
1333         
1334 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1335
1336         * shell/eggfindbar.c: (egg_find_bar_class_init):
1337
1338         Allow page scrolling with PageUp/PageDown keys when find bar is
1339         active. Fixes bug #529833.
1340         
1341 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * shell/ev-view-private.h:
1344         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1345         (ev_view_scroll), (ev_view_class_init):
1346         * shell/ev-view-accessible.c:
1347         (ev_view_accessible_action_do_action):
1348         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1349         (ev_window_cmd_scroll_backward):
1350
1351         Use GtkScrollType instead of EvScrollType.
1352         
1353 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1354
1355         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1356         
1357         Patch for case unsensitive page label match by Michael Lee.
1358         See bug #550136.
1359         
1360         * shell/ev-page-action.c (create_tool_item):    
1361         * test/Makefile.am:
1362         * test/test1.py:
1363         * test/test4.py:
1364         * test/test5.py:
1365         
1366         Added test for the above and updated other tests.
1367
1368 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * shell/ev-window.c: (image_save_dialog_response_cb):
1371
1372         Do not append the file extension twice when saving an image.
1373         
1374 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1375
1376         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1377
1378         Remove an invalid ifdef.
1379         
1380 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * shell/ev-view.c: (ev_view_motion_notify_event):
1383
1384         Make sure the cursor is correctly restored after showing the right
1385         click menu.
1386         
1387 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1388
1389         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1390         (ev_attachment_open):
1391         * shell/ev-sidebar-attachments.c:
1392         (ev_sidebar_attachments_button_press):
1393         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1394
1395         Use GdkAppLaunchContext when available to open attachments.
1396         
1397 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1400
1401         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1402         by Eric Piel.
1403         
1404 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * shell/ev-application.c: (ev_application_get_media_keys):
1407         * shell/ev-media-player-keys.[ch]:
1408         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1409         (ev_media_player_keys_grab_keys),
1410         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1411         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1412         * shell/ev-window.[ch]: (ev_window_dispose),
1413         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1414         (ev_window_init):
1415
1416         Clean up the media player keys stuff.
1417         
1418 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1419
1420         * NEWS:
1421         * configure.ac:
1422
1423         Update for release 2.23.91.
1424         
1425 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1426
1427         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1428         (sm_client_xsmp_set_initial_properties):
1429
1430         Fix memory leak.
1431         
1432 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1433
1434         * shell/ev-application.c: (ev_application_open_window),
1435         (ev_application_open_uri_at_dest):
1436
1437         Make sure evince starts up in the right workspace when resuming a
1438         previous session.
1439         
1440 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1441
1442         * shell/ev-application.[ch]: (ev_application_open_window),
1443         (ev_application_add_icon_path_for_screen),
1444         (ev_application_open_uri_at_dest):
1445
1446         Fix window manager warnings shown in ~/.xsession-errors
1447         
1448 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * configure.ac:
1451         * cut-n-paste/Makefile.am:
1452         * cut-n-paste/smclient/Makefile.am:
1453         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1454         * cut-n-paste/smclient/eggsmclient-private.h:
1455         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1456         * cut-n-paste/smclient/eggsmclient.[ch]:
1457
1458         EggSMClient copied from libegg
1459
1460         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1461         * shell/Makefile.am:
1462         * shell/ev-application.[ch]: (ev_application_load_session),
1463         (smclient_save_state_cb), (smclient_quit_cb),
1464         (ev_application_init_session), (ev_application_shutdown),
1465         (ev_application_init):
1466         * shell/main.c: (main):
1467
1468         Use EggSMClient instead of gnome-client and remove libgnome and
1469         libgnomeui dependencies.
1470         
1471 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1472
1473         * shell/main.c: (main):
1474
1475         Remove gnome_authentication_manager_init.
1476         
1477 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1478
1479         * shell/ev-view.c: (ev_view_goto_window_create):
1480
1481         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1482         since it's now deprecated.
1483         
1484 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1485
1486         * backend/djvu/Makefile.am:
1487         * backend/djvu/djvu-document-private.h:
1488         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1489         (djvu_document_find_iface_init):
1490         * backend/djvu/djvu-text-page.[ch]:
1491         * backend/djvu/djvu-text.[ch]: Removed
1492         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1493         (pdf_document_find_iface_init):
1494         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1495         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1496         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1497         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1498         (ev_job_find_has_results), (ev_job_find_get_results):
1499         * shell/ev-view-private.h:
1500         * shell/ev-view.[ch]: (ev_view_expose_event),
1501         (highlight_find_results), (ev_view_finalize),
1502         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1503         (ev_view_set_document), (ev_view_find_get_n_results),
1504         (ev_view_find_get_result), (jump_to_find_result),
1505         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1506         (ev_view_find_previous), (ev_view_find_search_changed),
1507         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1508         * shell/ev-window.c: (ev_window_update_actions),
1509         (page_changed_cb), (ev_window_setup_document),
1510         (ev_window_update_find_status_message),
1511         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1512         (ev_window_clear_find_job), (find_bar_close_cb),
1513         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1514         (ev_window_dispose), (ev_window_init):
1515
1516         Rework find interface. The find logic has been moved from backends
1517         to the shell avoiding a lot of duplicated code in the backends and
1518         making easier to implement the find interface in the backends.
1519         
1520 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1521
1522         * backend/pdf/ev-poppler.cc:
1523         (pdf_document_thumbnails_get_dimensions):
1524
1525         Make sure thumbnail size returned by the PDF is actually
1526         valid. Fixes bug #548462.
1527         
1528 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1529
1530         * shell/ev-window.c: (ev_window_setup_document),
1531         (ev_window_set_document), (ev_window_dispose):
1532
1533         Remove the idle function for setting the document up when the
1534         window is destroyed. Fixes bug #549163.
1535         
1536 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1537
1538         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1539         (ev_job_attachments_dispose), (ev_job_attachments_run),
1540         (ev_job_attachments_class_init), (ev_job_attachments_new):
1541         * shell/ev-sidebar-attachments.c:
1542         (ev_sidebar_attachments_set_document):
1543
1544         Add a new job to get the attachments in a thread with the document
1545         lock held. Fixes bug #548653.
1546         
1547 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1548
1549         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1550         (tiff_document_document_iface_init):
1551
1552         Implement document_get_page_label in tiff backend.
1553         
1554 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1555
1556         * backend/tiff/tiff-document.c: (tiff_document_render):
1557
1558         Handle document orientation in tiff backend. Fixes bug #548444.
1559         
1560 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1561
1562         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1563
1564         Do not crash when adjustment page size is 0. Fixes bug #547440.
1565         
1566 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1569
1570         Sync with current GTK+.
1571         
1572 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1573
1574         * configure.ac:
1575         
1576         Update for release 2.23.6.
1577
1578 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1579
1580         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1581         (ev_job_load_set_password):
1582         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1583         * shell/ev-window.c: (password_dialog_response),
1584         (ev_window_load_job_cb):
1585
1586         Fix loading encrypted documents since I broke it with the jobs
1587         rework.
1588         
1589 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * NEWS:
1592
1593         Update NEWS for 2.23.6 release.
1594         
1595 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1596
1597         * backend/impress/impress-document.c:
1598         * backend/impress/render.h:
1599         * libdocument/ev-document-factory.c:
1600         * libdocument/ev-document-factory.h:
1601         * libdocument/ev-document-links.h:
1602         * libdocument/ev-document-misc.c:
1603         * libdocument/ev-document-misc.h:
1604         * properties/ev-properties-main.c:
1605         * properties/ev-properties-view.c:
1606         * properties/ev-properties-view.h:
1607         * shell/eggfindbar.c:
1608         * shell/eggfindbar.h:
1609         * shell/ev-application.c:
1610         * shell/ev-application.h:
1611         * shell/ev-jobs.h:
1612         * shell/ev-message-area.h:
1613         * shell/ev-navigation-action.c:
1614         * shell/ev-navigation-action.h:
1615         * shell/ev-open-recent-action.c:
1616         * shell/ev-open-recent-action.h:
1617         * shell/ev-page-action-widget.c:
1618         * shell/ev-page-action.c:
1619         * shell/ev-page-action.h:
1620         * shell/ev-page-cache.h:
1621         * shell/ev-password-view.h:
1622         * shell/ev-password.h:
1623         * shell/ev-pixbuf-cache.h:
1624         * shell/ev-properties-fonts.c:
1625         * shell/ev-sidebar-attachments.c:
1626         * shell/ev-sidebar-links.c:
1627         * shell/ev-sidebar-links.h:
1628         * shell/ev-sidebar-thumbnails.c:
1629         * shell/ev-sidebar-thumbnails.h:
1630         * shell/ev-sidebar.c:
1631         * shell/ev-sidebar.h:
1632         * shell/ev-stock-icons.c:
1633         * shell/ev-tooltip.h:
1634         * shell/ev-view.c:
1635         * shell/ev-view.h:
1636         * shell/ev-window.c:
1637         * shell/ev-window.h:
1638         * shell/main.c:
1639
1640         More #include cleanups. Again: reordering, single gtk.h
1641         includes and other stuff.
1642
1643 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1644
1645         * shell/eggfindbar.c:
1646         * shell/ev-application.c:
1647         * shell/ev-message-area.c:
1648         * shell/ev-navigation-action.c:
1649         * shell/ev-open-recent-action.c:
1650         * shell/ev-page-action-widget.c:
1651         * shell/ev-page-action.c:
1652         * shell/ev-password-view.c:
1653         * shell/ev-properties-dialog.c:
1654         * shell/ev-properties-fonts.c:
1655         * shell/ev-sidebar-attachments.c:
1656         * shell/ev-sidebar-page.c:
1657         * shell/ev-sidebar-thumbnails.c:
1658         * shell/ev-stock-icons.c:
1659         * shell/ev-tooltip.c:
1660         * shell/ev-view.c:
1661         * shell/ev-window.c:
1662         * shell/main.c:
1663
1664         Cleanup many #include statements: reorder so that a
1665         generic-to-specific order is used, use single gtk.h
1666         includes, and some other cleanups.
1667
1668 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1669
1670         * shell/ev-jobs.h:
1671
1672         Add gio header.
1673         
1674 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1675
1676         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1677         (ev_document_fc_mutex_trylock):
1678         * shell/Makefile.am:
1679         * shell/ev-job-queue.[ch]:
1680         * shell/ev-job-scheduler.[ch]:
1681         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1682         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1683         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1684         (ev_job_failed_from_error), (ev_job_succeeded),
1685         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1686         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1687         (ev_job_links_class_init), (ev_job_render_init),
1688         (notify_page_ready), (ev_job_render_page_ready),
1689         (ev_job_render_run), (ev_job_render_class_init),
1690         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1691         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1692         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1693         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1694         (ev_job_save_dispose), (ev_job_save_run),
1695         (ev_job_save_class_init), (ev_job_print_init),
1696         (ev_job_print_dispose), (ev_job_print_run),
1697         (ev_job_print_class_init):
1698         * shell/ev-page-cache.c:
1699         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1700         (check_job_size_and_unref), (move_one_job),
1701         (copy_job_to_job_info), (add_job),
1702         (ev_pixbuf_cache_add_jobs_if_needed):
1703         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1704         (job_fonts_finished_cb), (job_fonts_updated_cb),
1705         (ev_properties_fonts_set_document):
1706         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1707         (ev_sidebar_links_set_document):
1708         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1709         (ev_sidebar_thumbnails_set_document),
1710         (ev_sidebar_thumbnails_clear_job):
1711         * shell/ev-view-private.h:
1712         * shell/ev-view.c:
1713         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1714         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1715         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1716         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1717         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1718         (ev_window_reload_document), (ev_window_clear_save_job),
1719         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1720         (ev_window_clear_print_job), (ev_window_print_job_cb),
1721         (ev_window_print_dialog_response_cb):
1722         * shell/main.c: (main):
1723
1724         Rework the jobs system in order to make it simpler and more
1725         extensible. It allows to run jobs in the main loop instead of
1726         using a thread when it's appropriate like the fonts job. Now it's
1727         also possible to cancel jobs that are currently running. 
1728         
1729 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1730
1731         * libdocument/ev-debug.c: (profile_init):
1732
1733         Create the hash table also when profiling service is enabled for
1734         all sections.
1735         
1736 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1739         (ev_profiler_stop):
1740         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1741         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1742         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1743         (ev_job_print_run):
1744         * shell/main.c: (main):
1745
1746         Add a profile mode available when debug is enabled. Add profilers
1747         in ev-jobs.
1748         
1749 2008-07-23  Götz Waschk <waschk@mandriva.org>
1750
1751         * configure.ac: Correctly build desktop file. Fixes
1752         bug #544237.
1753
1754 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1755
1756         * configure.ac:
1757         
1758         Update for release 2.23.5.
1759
1760 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1761
1762         * NEWS:
1763
1764         Update NEWS for 2.23.5 release.
1765         
1766 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1767
1768         * shell/ev-window.c: (ev_window_state_event),
1769         (ev_window_class_init):
1770
1771         Intercept window manager's fullscreen request in order to run/stop
1772         fullscreen mode. Fixes bug #493541.
1773         
1774 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1775
1776         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1777
1778         Restart the job search when the find bar is opened for the second
1779         time. Fixes bug #531956.
1780         
1781 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1782
1783         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1784         (get_document_from_uri):
1785
1786         Make sure we always return a valid error struct when
1787         get_document_from_uri fails. Fixes nautilus crash, see bug
1788         #542548.
1789         
1790 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1791
1792         * libdocument/ev-transition-effect.c
1793         (ev_transition_effect_type_get_type),
1794         (ev_transition_effect_alignment_get_type),
1795         (ev_transition_effect_direction_get_type):
1796         
1797         Fixes bug #542924. Makes enums static to fix Solaris build.
1798
1799 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1800
1801         * shell/ev-view.c: (ev_view_key_press_event):
1802
1803         Add '.' keybinding for blanking the screen in presentation
1804         mode. Fixes bug #542001.
1805         
1806 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1807
1808         * libdocument/ev-document-misc.c:
1809         (ev_document_misc_pixbuf_from_surface):
1810
1811         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1812         #540950.
1813         
1814 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1815
1816         * backend/comics/comics-document.c (comics_document_load):
1817         * backend/comics/comicsdocument.evince-backend.in:
1818         * configure.ac:
1819         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1820         
1821         Added support for 7-zip based cb7 comic book. Patch by
1822         Kartik Rustagi. Fixes bug #532312.
1823
1824 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1825
1826         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1827         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1828         Fixes bug #539972.
1829
1830 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1831
1832         * shell/Makefile.am:
1833         * shell/ev-application.c (ev_application_init),
1834         (ev_application_get_media_keys):
1835         * shell/ev-application.h:
1836         * shell/ev-marshal.list:
1837         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1838         (proxy_destroy), (on_media_player_key_pressed),
1839         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1840         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1841         * shell/ev-media-player-keys.h:
1842         * shell/ev-window.c (ev_window_go_previous_page),
1843         (ev_window_go_next_page), (ev_window_go_first_page),
1844         (ev_window_go_last_page), (ev_window_start_presentation),
1845         (ev_window_dispose), (view_actions_focus_in_cb):
1846         * shell/ev-window.h: When building with D-Bus support, listen
1847         for multimedia key events from gnome-settings-daemon. This allows
1848         to go to the next/previous/first/last pages using, respectively,
1849         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1850         a presentation. Fixes bug #539971.
1851
1852 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1853
1854         * configure.ac:
1855         
1856         Update for release 2.23.4.
1857
1858 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1859
1860         * NEWS:
1861
1862         Update news for 2.23.4 release.
1863         
1864 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1865
1866         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1867         * shell/ev-sidebar-thumbnails.c:
1868         (ev_sidebar_thumbnails_set_loading_icon),
1869         (ev_sidebar_thumbnails_refresh):
1870         * shell/ev-window.c: (ev_window_error_message),
1871         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1872         (ev_window_set_document):
1873
1874         Do not crash opening documents with no pages and show a warning
1875         message in the message area. Fixes bugs #537574 and #171588.
1876         
1877 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1878
1879         * shell/Makefile.am:
1880         * shell/ev-file-monitor.[ch]:
1881         * shell/ev-window.c: (ev_window_document_changed),
1882         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1883         (ev_window_reload_job_cb), (ev_window_open_uri),
1884         (ev_window_reload_document), (ev_window_cmd_view_reload),
1885         (ev_window_dispose):
1886
1887         Automaticly reload the document when the file has changed on
1888         disk. Bug #304249.
1889         
1890 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1891
1892         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1893         * libdocument/ev-image.c: (ev_image_save_tmp):
1894         * libdocument/ev-module.c: (ev_module_load):
1895         * shell/ev-application.c: (ev_application_shutdown),
1896         (ev_application_get_print_settings):
1897         * shell/ev-sidebar-attachments.c:
1898         (ev_sidebar_attachments_button_press),
1899         (ev_sidebar_attachments_drag_data_get):
1900         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1901         (ev_window_print_finished), (ev_window_print_send),
1902         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1903         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1904         (ev_window_cmd_preview_print):
1905         * shell/main.c: (load_files_remote):
1906         Fix some build warnings under GCC 4.3.0. (#537535).
1907
1908 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * shell/ev-jobs.c: (ev_job_render_dispose):
1911
1912         Fix a crash in debug mode. Patch by Daniel M German.
1913         
1914 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1915
1916         * shell/ev-window.c:
1917
1918         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1919         
1920 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1921
1922         * shell/ev-window.c: (ev_window_print_send),
1923         (ev_window_do_preview_print):
1924
1925         Use the window title as print job name instead of just
1926         "evince-print". Fixes bug #534493.
1927         
1928 2008-05-19  Frederic Peters  <fpeters@0d.be>
1929
1930         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1931         Bug #533897.
1932
1933 2008-05-19  Frederic Peters  <fpeters@0d.be>
1934
1935         * help/reference/Makefile.am: added missing libevmountoperation to
1936         gtkdoc-scanobj libraries.  Bug #533896.
1937
1938 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1939
1940         * properties/ev-properties-view.c (get_default_user_units):
1941         Fixes check for default units string translation. Bug #533323.
1942
1943 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1944
1945         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1946         be an iks_free(). Fix an array overflow in the XML parser that
1947         would occur whenever the number of attributes in a tag was greater
1948         than 0 and divisible by 6. Fixes GNOME bug #530852.
1949
1950 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1951
1952         * backend/djvu/djvu-document-private.h:
1953         * backend/djvu/djvu-links.c:
1954         * backend/djvu/djvu-text.c:
1955         * backend/djvu/djvu-document.c: (djvu_handle_events),
1956         (djvu_wait_for_message), (djvu_document_load),
1957         (document_get_page_size), (djvu_document_render),
1958         (djvu_document_thumbnails_get_thumbnail),
1959         (djvu_document_file_exporter_end):
1960
1961         Make sure load job doesn't finish successfully when the document
1962         is not successfully decoded by libdjvu. Fixes bug #530202.
1963         
1964 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1965
1966         * configure.ac:
1967         * libdocument/Makefile.am:
1968         * libdocument/ev-debug.[ch]:
1969         * libdocument/ev-document.c:
1970         * shell/ev-jobs.c: (ev_job_links_dispose),
1971         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1972         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1973         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1974         (ev_job_render_page_ready), (ev_job_render_run),
1975         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1976         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1977         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1978         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1979         (ev_job_print_new), (ev_job_print_run):
1980         * shell/main.c: (main):
1981
1982         Add debug mode based on gedit code. Add debug messages in
1983         ev-jobs.
1984         
1985 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * libdocument/ev-document-factory.c: (get_document_from_uri):
1988
1989         Fix memory leak.
1990         
1991 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1992
1993         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1994         (get_mime_type_from_data), (get_document_from_uri),
1995         (ev_document_factory_get_document):
1996         
1997         Improved error message about file opening failture.
1998         Bug #529129.
1999
2000 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2001
2002         * data/evince-toolbar.xml:
2003         
2004         Allow to add SaveAs to toolbar.
2005
2006 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2007
2008         * shell/ev-view-private.h:
2009         * shell/ev-view.[ch]: (ev_view_button_release_event),
2010         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2011         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2012         (ev_view_update_primary_selection), (clear_link_selected),
2013         (ev_view_copy_link_address):
2014         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2015
2016         Update also the primary selection when copying a link
2017         address. Fixes bug #520855.
2018         
2019 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2020
2021         * libdocument/ev-document-factory.c: (get_document_from_uri):
2022
2023         Use the pixbuf backend only when the mime type is not supported by
2024         any of the other backend so that tiff documents, for instance, are
2025         handled by the tiff backend instead of the pixbuf backend. fixes
2026         bug #520290.
2027         
2028 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2029
2030         * cut-n-paste/Makefile.am:
2031
2032         Add evmountoperation to subdirs list.
2033         
2034 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2035
2036         * configure.ac:
2037
2038         Fix libspectre check in configure script. Fixes bug #528549.
2039         
2040 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2041
2042         * configure.ac:
2043         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2044         * shell/Makefile.am:
2045         * shell/ev-window.c: (ev_window_load_remote_failed),
2046         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2047
2048         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2049         open documents in remote locations that are not mounted.
2050         
2051 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2052
2053         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2054         (bitmap_convert_msb8):
2055         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2056         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2057
2058         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2059         
2060 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2061
2062         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2063         (ev_job_render_new), (ev_job_render_set_selection_info),
2064         (ev_job_render_run):
2065         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2066         (check_job_size_and_unref),
2067         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2068         (add_job), (ev_pixbuf_cache_get_selection_surface):
2069
2070         Create the render context needed for rendering a page in the render
2071         thread so that we don't block the main thread. Simplify
2072         EvJobRender API.
2073         
2074 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2075
2076         * libdocument/Makefile.am:
2077         * libdocument/ev-page.[ch]:
2078         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2079         (ev_render_context_new), (ev_render_context_set_page):
2080         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2081         (ev_form_field_finalize), (ev_form_field_class_init):
2082         * libdocument/ev-document-forms.[ch]:
2083         (ev_document_forms_get_form_fields):
2084         * libdocument/ev-document.[ch]: (ev_document_get_page),
2085         (ev_document_get_page_size), (ev_document_get_page_label):
2086         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2087         (ev_job_render_run), (ev_job_thumbnail_new),
2088         (ev_job_thumbnail_run), (ev_job_print_run):
2089         * shell/ev-page-cache.c: (ev_page_cache_new):
2090         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2091         (check_job_size_and_unref), (add_job):
2092         * shell/ev-sidebar-thumbnails.c: (add_range):
2093         * shell/ev-view.c: (ev_view_form_field_get_region),
2094         (ev_view_form_field_button_create_widget),
2095         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2096         (ev_view_handle_form_field), (ev_view_size_allocate),
2097         (get_selected_text):
2098         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2099         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2100         (pdf_document_get_page), (pdf_document_get_page_label),
2101         (pdf_document_render), (pdf_document_get_info),
2102         (pdf_document_document_iface_init),
2103         (pdf_document_thumbnails_get_thumbnail),
2104         (pdf_document_thumbnails_get_dimensions),
2105         (pdf_document_file_exporter_do_page),
2106         (pdf_selection_render_selection),
2107         (pdf_selection_get_selected_text),
2108         (pdf_selection_get_selection_region),
2109         (pdf_selection_get_selection_map),
2110         (pdf_document_forms_get_form_fields),
2111         (pdf_document_forms_form_field_text_get_text),
2112         (pdf_document_forms_form_field_text_set_text),
2113         (pdf_document_forms_form_field_button_set_state),
2114         (pdf_document_forms_form_field_button_get_state),
2115         (pdf_document_forms_form_field_choice_get_item),
2116         (pdf_document_forms_form_field_choice_get_n_items),
2117         (pdf_document_forms_form_field_choice_is_item_selected),
2118         (pdf_document_forms_form_field_choice_select_item),
2119         (pdf_document_forms_form_field_choice_toggle_item),
2120         (pdf_document_forms_form_field_choice_unselect_all),
2121         (pdf_document_forms_form_field_choice_set_text),
2122         (pdf_document_forms_form_field_choice_get_text):
2123         * backend/ps/ev-spectre.c: (ps_document_get_page),
2124         (ps_document_get_page_size), (ps_document_get_page_label),
2125         (ps_document_render), (ps_document_document_iface_init),
2126         (ps_document_file_exporter_do_page):
2127         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2128         (tiff_document_render), (tiff_document_render_pixbuf),
2129         (tiff_document_file_exporter_do_page):
2130         * backend/pixbuf/pixbuf-document.c:
2131         (pixbuf_document_get_page_size):
2132         * backend/comics/comics-document.c:
2133         (comics_document_get_page_size), (comics_document_render_pixbuf):
2134         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2135         (djvu_document_render), (djvu_selection_get_selected_text),
2136         (djvu_document_thumbnails_get_thumbnail),
2137         (djvu_document_file_exporter_do_page),
2138         (djvu_document_find_get_result):
2139         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2140         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2141         (dvi_document_thumbnails_get_thumbnail),
2142         (dvi_document_file_exporter_do_page):
2143         * backend/impress/impress-document.c:
2144         (impress_document_get_page_size),
2145         (impress_document_render_pixbuf):
2146         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2147
2148         Add EvPage so that we can hold a reference to the backend
2149         page. Form fields keep now a reference to the poppler page
2150         improving performance since we don't have to create/destroy the
2151         poppler field for every form operation. This will be needed for
2152         annotations too.
2153         
2154 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2155
2156         * data/evince-ui.xml:
2157         * shell/ev-window.c:
2158
2159         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2160         
2161 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2162
2163         * configure.ac:
2164         * backend/ps/Makefile.am:
2165
2166         Remove gs stuff from ps backend.
2167         
2168 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2169
2170         * configure.ac:
2171         * backend/pdf/ev-poppler.cc:
2172
2173         Bump poppler requirement to 0.8.0.
2174         
2175 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2176
2177         * NEWS:
2178         * configure.ac:
2179
2180         Update for release 2.22.1.1
2181
2182 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2183
2184         * configure.ac:
2185
2186         Fix build (again) when poppler version is 0.6
2187         
2188 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * backend/djvu/djvu-links.c: (build_tree):
2191
2192         Make sure link title is a valid utf8 string. Fixes bug #526517.
2193         
2194 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * configure.ac:
2197
2198         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2199         #526799.
2200         
2201 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2202
2203         * configure.ac:
2204         
2205         Update for release 2.22.1.
2206
2207 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2208
2209         * NEWS:
2210
2211         Update for upcoming release.
2212
2213 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2214
2215         * configure.ac:
2216         * backend/dvi/dvidocument.evince-backend.in:
2217
2218         Add compressed dvi to the list of supported mime types. Patch by
2219         Ed Catmur. Fixes bug #307087.
2220
2221 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2222
2223         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2224
2225         Fix a crash when printing a range that doesn't specify the start or
2226         end page. Fixes bug #524288.
2227
2228 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2229
2230         * shell/ev-window.c: (ev_window_cmd_continuous),
2231         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2232         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2233         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2234         (ev_window_run_presentation), (ev_window_stop_presentation),
2235         (ev_window_cmd_view_presentation),
2236         (ev_window_cmd_leave_fullscreen),
2237         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2238
2239         Do not unfullscreen and fullscreen again the window when changing
2240         from fullscreen to presentation mode and vice versa. Fixes bug
2241         #524112.
2242         
2243 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2244
2245         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2246
2247         Do not crash when thumbnail failed to render in PS backend. Fixes
2248         bug #525015.
2249         
2250 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2253         (ev_window_load_file_remote), (ev_window_open_uri):
2254
2255         Handle errors when opening remote files.
2256         
2257 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2260
2261         Only grab the focus for the current visible proxy widget. Fixes
2262         bug #521224.
2263         
2264 2008-03-30  Emil Soleyman  <emil@nishra.com>
2265
2266         * shell/ev-window.c: (launch_external_uri):
2267         
2268         Reuse g_app_info_launch_default_for_uri to
2269         save some code and fix bug #525009.
2270
2271 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2272
2273         * shell/ev-window.c (image_save_dialog_response_cb):
2274
2275         Use g_str_has_suffix. See bug #523069.
2276
2277 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * configure.ac:
2280
2281         Add a configure option to enable/diable DBus. Patch by Rémi
2282         Cardona. Fixes bug 521797.
2283
2284 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2285
2286         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2287
2288         Fix printing in documents with rotated pages. Patch by Eugen
2289         Dedu. Fixes bug #512648.
2290         
2291 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2292
2293         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2294         (ev_link_from_action):
2295
2296         Fix warning messages.
2297         
2298 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2299
2300         * shell/ev-window.c: (image_save_dialog_response_cb):
2301
2302         Do not append the extension to filename when saving an image
2303         if the filename alredy contains the extension. Fixes bug #523069.
2304         
2305 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2306
2307         * shell/ev-view.[ch]: (ev_view_find_cancel):
2308         * shell/ev-window.c: (find_bar_close_cb):
2309
2310         Cancel the find operation when the find bar is closed. Fixes bug
2311         #508845.
2312         
2313 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * backend/ps/psdocument.evince-backend.in:
2316
2317         Make ps backend module resident. Fixes bug #520607.
2318         
2319 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2320
2321         * shell/ev-jobs.c: (ev_job_print_run):
2322
2323         Invert collate action in order to work as expected, fix reverse
2324         printing so that it doesn't start with a blank page and fix number
2325         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2326         
2327 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2328
2329         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2330
2331         Fix build with poppler <= 0.7.2
2332         
2333 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2334
2335         * libdocument/ev-document-misc.c:
2336         (ev_document_misc_surface_from_pixbuf):
2337
2338         Fix selections with poppler-splash.
2339         
2340 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2341
2342         * configure.ac:
2343         * backend/pdf/ev-poppler.cc:
2344
2345         Fix build with poppler >= 0.7.2
2346         
2347 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2348
2349         * configure.ac:
2350         
2351         Update for release 2.22.0
2352
2353 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * NEWS:
2356
2357         Update for upcoming release.
2358
2359 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2360
2361         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2362
2363         Bug 495107 – Handle print dialog responses correctly
2364
2365         Correctly handle print dialog response. Properly fixes
2366         the above mentioned bug.
2367
2368 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2371
2372         Make sure print job is only run when the print button is
2373         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2374         
2375 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * backend/pdf/pdfdocument.evince-backend.in:
2378         * libdocument/ev-backends-manager.c:
2379         (ev_backends_manager_load_backend),
2380         (ev_backends_manager_get_document):
2381         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2382
2383         Allow making backend modules resident. This is needed only for
2384         some backends like pdf to avoid registering glib types more than
2385         once.
2386         
2387 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * backend/comics/comics-document.c:
2390         * backend/djvu/djvu-document.c:
2391         * backend/impress/impress-document.c:
2392         * backend/pdf/ev-poppler.cc:
2393         * backend/pixbuf/pixbuf-document.c:
2394         * backend/ps/ev-spectre.c:
2395         * backend/ps/ps-document.c:
2396         * backend/tiff/tiff-document.c:
2397         * libdocument/ev-document.h:
2398         * properties/ev-properties-main.c:
2399
2400         Use g_type_module_add_interface instead of
2401         g_type_add_interface_static. Fixes bug #519679.
2402         
2403 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2404
2405         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2406         Added. Returns whether the animation has everything necessary to run.
2407         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2408         is ready just because it's been created. Fixes #519106.
2409         (draw_one_page): Do not show the "Loading..." text in presentation
2410         mode, there was a slim probability that this could happen.
2411
2412 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2413
2414         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2415
2416         Duplicate mime_type string before freeing it so that it doesn't
2417         always fail when getting mime type from uri. Fixes bug #518874.
2418         
2419 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2422
2423         Fix a crash when a choice form field doesn't have any item
2424         selected. Fixes bug #518831
2425         
2426 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2427
2428         * shell/ev-window.c (ev_window_clear_temp_file):
2429         Use g_file_has_prefix instead of renamed
2430         g_file_contains_file.
2431
2432         * configure.ac:
2433         Require new glib for above change.
2434         
2435 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2436
2437         * libdocument/ev-image.c: (ev_image_finalize),
2438         (ev_image_save_tmp):
2439
2440         Return a real uri instead of a filename when saving an
2441         image. Fixes images drag an drop from evince to nautilus. 
2442         
2443 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * backend/pdf/ev-poppler.cc:
2446         (pdf_document_images_get_image_mapping):
2447
2448         Return the image list in the right order. Fixes bug #516237.
2449         
2450 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2451
2452         * backend/impress/impress-document.c:
2453         (impress_document_thumbnails_get_thumbnail):
2454
2455         Remove unused variable to avoid a compiler warning.
2456
2457 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2458
2459         * configure.ac:
2460         
2461         Update for release 2.21.91.
2462
2463 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2464
2465         * configure.ac:
2466         * shell/Makefile.am:
2467         * shell/ev-application.[ch]:
2468         * shell/ev-sidebar-links.c:
2469         * shell/ev-utils.[ch]:
2470         * shell/ev-window.[ch]:
2471
2472         Remove libgnomeprint support. Fixes bug #512370.
2473         
2474 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2475
2476         * thumbnailer/evince-thumbnailer.c: (main):
2477
2478         Initialize glib type system before using it. Fixes bug #513934.
2479         
2480 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2481
2482         * properties/ev-properties-main.c:
2483
2484         Add missing #include.
2485         
2486 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * configure.ac:
2489         * backend/djvu/djvu-document.c: (djvu_document_render):
2490         * backend/tiff/tiff-document.c: (tiff_document_render):
2491
2492         Use the new cairo function cairo_format_stride_for_width when
2493         available. Fixes bug #482720.
2494
2495 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2498         (get_mime_type_from_data), (get_document_from_uri):
2499
2500         Use g_content_type_guess() only when slow is true in
2501         get_document_from_uri(). Fix several memory leaks.
2502         
2503 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2504
2505         * libdocument/ev-document-factory.c:
2506         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2507         (get_document_from_uri):
2508
2509         Use g_content_type_guess () to get mimetype for files.
2510         Bug #510401.
2511
2512 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * thumbnailer/Makefile.am:
2515
2516         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2517         
2518 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2519
2520         * configure.ac:
2521
2522         Fix build with --without-libgnome. Fixes bug #512771.
2523         
2524 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2525
2526         * backend/dvi/Makefile.am: Install only dvi
2527         module. Fixes bug #512718.
2528
2529 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2530
2531         * properties/ev-properties-main.c: (nautilus_module_initialize):
2532         
2533         Initialize backends in properties tab. Fixes bug
2534         #512720.
2535
2536 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2537
2538         * properties/Makefile.am: No need to link with 
2539         libraries. Fixes bug #512719.
2540
2541 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2542
2543         * NEWS:
2544         * configure.ac:
2545         
2546         Update for release 2.21.90.
2547
2548 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2549
2550         * shell/ev-window.c: (ev_window_cmd_escape):
2551
2552         Fix compile warning.
2553         
2554 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2555
2556         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2557
2558         Fix printing in dvi backend when filename contains white
2559         espaces. Fixes bug #502839.
2560         
2561 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2562
2563         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2564         (screensaver_disable_x11):
2565         * shell/Makefile.am:
2566         * shell/xdg-user-dir-lookup.c: Removed
2567         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2568         * shell/ev-view.c: (ev_view_presentation_transition_start):
2569         * shell/ev-window.c: (ev_window_cmd_file_open),
2570         (ev_window_cmd_save_as), (presentation_set_timeout):
2571
2572         Remove #ifdefs that are no longer needed.
2573         
2574 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * shell/ev-view.[ch]: (ev_view_button_release_event),
2577         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2578         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2579         (ev_window_cmd_escape):
2580
2581         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2582         
2583 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * configure.ac:
2586         * backend/comics/comics-document.c: (comics_document_load):
2587         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2588         (ev_attachment_set_property), (ev_attachment_init),
2589         (ev_attachment_save), (ev_attachment_launch_app),
2590         (ev_attachment_open):
2591         * libdocument/ev-document-factory.c: (get_document_from_uri):
2592         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2593         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2594         * shell/ev-jobs.c:
2595         * shell/ev-password.c: (ev_password_dialog_set_property),
2596         (ev_password_dialog_save_password):
2597         * shell/ev-sidebar-attachments.c:
2598         (ev_sidebar_attachments_drag_data_get):
2599         * shell/ev-window-title.c: (get_filename_from_uri):
2600         * shell/ev-window.c: (ev_window_clear_temp_file),
2601         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2602         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2603         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2604         (launch_external_uri), (image_save_dialog_response_cb),
2605         (attachment_save_dialog_response_cb):
2606         * shell/main.c: (load_files), (load_files_remote), (main):
2607         * thumbnailer/evince-thumbnailer.c: (main):
2608
2609         Port to gio and drop gnome-vfs dependency. Fixes bug
2610         #510401. Based on patch by Cosimo Cecchi.
2611         
2612 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2613
2614         * NEWS:
2615
2616         Fixed formatting inconsistencies (spaces vs. tabs)
2617
2618 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2619
2620         * shell/ev-window.c:
2621
2622         Use top/up/bottom/down arrows instead of
2623         first/left/last/right in the toolbar and menu actions.
2624         This fixes issues with RTL languages and is visually
2625         consistent with the page view. Fixes bug #170081.
2626
2627 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2628
2629         * NEWS:
2630
2631         Fixed some inaccuracies pointed out by Carlos Garcia
2632         Campos.
2633
2634 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2635
2636         * NEWS:
2637         * data/evince.schemas.in:
2638         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2639
2640         Override PDF restrictions by default. Fixes bug #382700.
2641
2642 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2643
2644         * NEWS: Updated for upcoming release
2645
2646 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2649
2650         Fix memory leak.
2651         
2652 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2653
2654         * shell/ev-window.c: (register_custom_actions):
2655         
2656         Added comment for translators
2657
2658 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2659
2660         * shell/ev-view.c: (ev_view_button_release_event):
2661
2662         Do not create the idle function for kinetic scrolling if we are
2663         not in a drag operation.
2664
2665 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2666
2667         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2668         (ev_view_button_press_event), (ev_view_motion_notify_event),
2669         (ev_view_button_release_event):
2670
2671         Restore cursor after autoscrolling. Fixes bug #509958.
2672
2673 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2674
2675         * configure.ac:
2676         * backend/pdf/ev-poppler.cc:
2677         (pdf_document_images_get_image_mapping),
2678         (pdf_document_images_get_image),
2679         (pdf_document_document_images_iface_init):
2680         * libdocument/ev-document-images.[ch]:
2681         (ev_document_images_get_image_mapping),
2682         (ev_document_images_get_image):
2683         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2684         (ev_image_get_id), (ev_image_save_tmp):
2685         * shell/ev-jobs.c: (ev_job_render_run):
2686         * shell/ev-view.c: (ev_view_drag_data_get):
2687         * shell/ev-window.c: (image_save_dialog_response_cb),
2688         (ev_view_popup_cmd_copy_image):
2689
2690         Do not render images when rendering the page but on demand. It
2691         reduces the memory comsumption.
2692         
2693 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2694
2695         * configure.a:
2696         * shell/ev-password.c:
2697
2698         Make gnome-keyring optional. Fixes bug #509676.
2699         
2700 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * shell/ev-pixbuf-cache.c: (add_job):
2703
2704         Initialize include_images variable as FALSE instead of TRUE.
2705         
2706 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2707
2708         * configure.ac:
2709         * cut-n-paste/Makefile.am:
2710         * cut-n-paste/fileformatchooser/Makefile.am:
2711         * cut-n-paste/fileformatchooser/egg-macros.h:
2712         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2713         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2714         * shell/Makefile.am:
2715         * shell/ev-utils.c:
2716         (file_chooser_dialog_add_writable_pixbuf_formats),
2717         (get_gdk_pixbuf_format_by_extension):
2718         * shell/ev-utils.h:
2719         * shell/ev-window.c: (ev_window_error_message),
2720         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2721         
2722         Simplify image format selection on save.
2723
2724 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2725
2726         * shell/ev-view.c: (ev_view_scroll_event):
2727         
2728         Repair gorizontal scrolling with shift. Fixes
2729         bug #483412.
2730
2731 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2732         
2733         * MAINTAINERS:
2734
2735         Fix formatting issues.
2736         
2737 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2738
2739         * backend/comics/comics-document.c: (comics_regex_quote):
2740         
2741         Don't overquote special chars except of '. See bug 
2742         502500. Thanks to Tom Parker.
2743
2744 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2745
2746         * MAINTAINERS:
2747         
2748         Added Nickolay and Carlos, since they're doing most of
2749         the releases nowadays.
2750
2751 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2752
2753         * properties/Makefile.am:
2754
2755         Get the nautilus extension dir properly instead of using
2756         a hack. Fixes bug #505359.
2757
2758 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2759
2760         * properties/Makefile.am:
2761         
2762         Install nautilus extension into new place. See bug
2763         #505359. Thanks to Matthias Clasen, Brian Pepple and
2764         Damien Carbery.
2765
2766 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2767
2768         * shell/ev-window.c: (ev_window_get_recent_file_label):
2769         
2770         RTL marker in recent file list. See bug #509076.
2771
2772 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2773
2774         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2775         * shell/ev-window.c: (image_save_dialog_response_cb):
2776
2777         Fix compile warnings due to unused variables.
2778         
2779 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2780
2781         * configure.ac:
2782         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2783         * backend/ps/ev-spectre.c: (ps_document_render):
2784
2785         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2786
2787 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2788
2789         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2790         (ev_transition_animation_paint): Implement "fade" effect.
2791
2792 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2793
2794         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2795         (ev_transition_animation_paint): Implement "uncover" effect.
2796
2797 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2798
2799         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2800         (ev_transition_animation_paint): Implement "cover" effect.
2801
2802 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2803
2804         * shell/ev-transition-animation.c (ev_transition_animation_push)
2805         (ev_transition_animation_paint): Implement "push" effect.
2806
2807 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2808
2809         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2810         (ev_transition_animation_paint): Implement "dissolve" effect.
2811
2812 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2813
2814         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2815         (ev_transition_animation_paint): Implement "wipe" effect.
2816
2817 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2818
2819         * shell/ev-transition-animation.c (ev_transition_animation_box)
2820         (ev_transition_animation_paint): Implement "box" effect.
2821
2822 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2823
2824         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2825         (ev_transition_animation_paint): Implement "blinds" effect.
2826
2827 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2828
2829         * shell/ev-transition-animation.c (ev_transition_animation_split)
2830         (ev_transition_animation_paint): Implement "split" effect.
2831
2832 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2833
2834         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2835         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2836         (ev_view_transition_animation_start) 
2837         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2838         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2839         (ev_view_next_page) (ev_view_previous_page):
2840         
2841         Use EvTransitionAnimation to drive page changes in the presentation
2842         mode, the animation will wait to start until both the origin and 
2843         destination page surfaces are available. Fixes #458460.
2844
2845         (draw_loading_text):
2846
2847         Remove workaround for bug #320352, it's now fixed properly.
2848
2849
2850 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2851
2852         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2853         will contain the implementations for page transition animations, at
2854         the moment it just has the "replace" effect.
2855         * shell/Makefile.am: Added these files to build.
2856
2857 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2858
2859         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2860         animations.
2861         * shell/Makefile.am: Added these files to build.
2862
2863 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2864
2865         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2866         implementation to get_effect() in EvDocumentTransitionIface.
2867
2868 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2869
2870         * libdocument/ev-transition-effect.[ch]: New files, define a page
2871         transition effect, at the moment it maps PopplerPageTransition to a
2872         GObject.
2873         * libdocument/Makefile.am: Added these files to build.
2874         * libdocument/ev-document-transition.[ch]
2875         (ev_document_transition_get_effect): New method, gets the
2876         EvTransitionEffect returned by the interface implementation, with
2877         fallback to the "replace" effect.
2878
2879 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2880
2881         * configure.ac:
2882         * cut-n-paste/Makefile.am:
2883         * cut-n-paste/fileformatchooser/Makefile.am:
2884         * cut-n-paste/fileformatchooser/egg-macros.h:
2885         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2886         * shell/Makefile.am:
2887         * shell/ev-window.c: (image_save_dialog_response_cb),
2888         (ev_view_popup_cmd_save_image_as):
2889
2890         Allow exporting images in any format supported by
2891         GdkPixbuf. Fixes bug #500209.
2892         
2893 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2894
2895         * backend/pixbuf/pixbuf-document.c:
2896
2897         More warnings fixed.
2898         
2899 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2900
2901         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2902         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2903         * backend/djvu/djvu-text.h:
2904         * backend/tiff/tiff-document.c: (tiff_document_render):
2905
2906         Fix compile warnings.
2907         
2908 2007-12-28  Christian Persch  <chpe@gnome.org>
2909
2910         * **/*.c: Include config.h. Bug #504721.
2911
2912 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2913
2914         * configure.ac:
2915         * Makefile.am:
2916         * po/POTFILES.in:
2917         * backend/comics/Makefile.am:
2918         * backend/comics/comics-document.[ch]:
2919         * backend/comics/comicsdocument.evince-backend.in:
2920         * backend/djvu/Makefile.am:
2921         * backend/djvu/djvu-document.[ch]:
2922         * backend/djvu/djvudocument.evince-backend.in:
2923         * backend/dvi/Makefile.am:
2924         * backend/dvi/dvi-document.[c]:
2925         * backend/dvi/dvidocument.evince-backend.in:
2926         * backend/impress/Makefile.am:
2927         * backend/impress/impress-document.[ch]:
2928         * backend/impress/impressdocument.evince-backend.in:
2929         * backend/pdf/Makefile.am:
2930         * backend/pdf/ev-poppler.cc:
2931         * backend/pdf/ev-poppler.h:
2932         * backend/pdf/pdfdocument.evince-backend.in:
2933         * backend/pixbuf/Makefile.am:
2934         * backend/pixbuf/pixbuf-document.[ch]:
2935         * backend/pixbuf/pixbufdocument.evince-backend.in:
2936         * backend/ps/Makefile.am:
2937         * backend/ps/ev-spectre.[ch]:
2938         * backend/ps/ps-document.[ch]:
2939         * backend/ps/psdocument.evince-backend.in:
2940         * backend/tiff/Makefile.am:
2941         * backend/tiff/tiff-document.[ch]:
2942         * backend/tiff/tiffdocument.evince-backend.in:
2943         * libdocument/Makefile.am:
2944         * libdocument/ev-backends-manager.[ch]:
2945         * libdocument/ev-module.[ch]:
2946         * libdocument/ev-document.h:
2947         * libdocument/ev-document-factory.[ch]:
2948         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2949         (get_compression_from_mime_type), (get_document_from_uri),
2950         (ev_document_factory_get_document), (file_filter_add_mime_types),
2951         (ev_document_factory_add_filters):
2952         * shell/Makefile.am:
2953         * shell/ev-window-title.c: (get_filename_from_uri):
2954         * shell/main.c: (main):
2955         * thumbnailer/Makefile.am:
2956         * thumbnailer/evince-thumbnailer.c: (main):
2957
2958         Plugin system for backends. Fixes bug #351348.
2959         
2960 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2961
2962         * shell/ev-view-private.h:
2963         * shell/ev-view.c: (ev_view_drag_update_momentum),
2964         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2965         (ev_view_button_release_event), (ev_view_destroy):
2966         
2967         Kinetic scrolling implemented as requested in
2968         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2969
2970 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2971
2972         * data/evince-toolbar.xml:
2973         * data/evince-ui.xml:
2974         * shell/ev-view-private.h:
2975         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2976         (ev_view_button_press_event), (ev_view_motion_notify_event),
2977         (ev_view_button_release_event), (ev_view_init),
2978         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2979         (ev_view_set_cursor):
2980         * shell/ev-view.h:
2981         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2982         (ev_window_cmd_view_autoscroll):
2983         
2984         Autoscroll feature with the context menu. Fixes bug 
2985         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2986
2987 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2988
2989         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2990
2991         Disconnect also page-ready signal when removing a job because the
2992         page size has changed. Thanks to kripken
2993         <kripkensteiner@gmail.com>.
2994
2995 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2996
2997         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2998         
2999         Scroll pages in page entry with mouse wheel. Fixes bug
3000         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3001
3002 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3003
3004         * backend/dvi/Makefile.am:
3005         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3006         (mdvi_cairo_device_init):
3007         * backend/dvi/mdvi-lib/common.h:
3008         * backend/dvi/mdvi-lib/mdvi.h:
3009         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3010         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3011         (mdvi_build_path_from_cwd):
3012
3013         Add ps specials support in dvi backend when libspectre is
3014         present. Fixes bug #386005.
3015         
3016 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3017
3018         * configure.ac:
3019         * backend/ps/Makefile.am:
3020         * backend/ps/ev-spectre.[ch]:
3021         
3022         Use libspectre, if available, for the ps backend. Fixes bugs
3023         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3024
3025 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3026         
3027         * backend/comics/comics-document.c: (comics_document_load):
3028         
3029         Cygwin build issue fix.
3030
3031 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3032
3033         * shell/ev-view.c: (ev_view_set_zoom):
3034
3035         Do not limit the minimum zoom factor when sizing mode is best bit
3036         or fit width. Fixes bug #503805.
3037         
3038 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3039
3040         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3041         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3042         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3043         (ev_link_dest_get_property), (ev_link_dest_set_property),
3044         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3045         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3046         (ev_link_dest_new_fitr):
3047         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3048         (goto_fith_dest), (goto_xyz_dest):
3049
3050         Do not change left, top and zoom values when they are null in PDF
3051         destinations. Fixes bug #460658.
3052         
3053 2007-12-10  Christian Persch  <chpe@gnome.org>
3054
3055         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3056         (ev_view_accessible_class_init),
3057         (ev_view_accessible_idle_do_action),
3058         (ev_view_accessible_action_do_action),
3059         (ev_view_accessible_action_get_description),
3060         (ev_view_accessible_action_set_description),
3061         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3062         (ev_view_accessible_factory_init),
3063         (ev_view_accessible_factory_get_accessible_type):
3064         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3065         private data, and G_DEFINE_TYPE. Bug #502843.
3066
3067 2007-12-08  Christian Persch  <chpe@gnome.org>
3068
3069         * shell/ev-metadata-manager.c: (item_free),
3070         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3071         (value_free), (parse_value), (parseItem),
3072         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3073         (save_values): Use GSlice to allocate small amounts of memory. Bug
3074         #475972.
3075
3076 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3077
3078         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3079
3080         Restore cursor to normal after a drag operation. Fixes bug
3081         #501603.
3082         
3083 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3084
3085         * NEWS:
3086         * configure.ac:
3087         
3088         Update for release 2.21.1
3089
3090 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3091
3092         * configure.ac:
3093         * cut-n-paste/gedit-message-area/Makefile.am:
3094         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3095         * shell/Makefile.am:
3096         * shell/ev-message-area.[ch]:
3097         * shell/ev-window.c: (ev_window_set_message_area),
3098         (ev_window_error_message_response_cb), (ev_window_error_message),
3099         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3100         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3101         (ev_attachment_popup_cmd_open_attachment),
3102         (attachment_save_dialog_response_cb), (ev_window_set_document),
3103         (ev_window_init):
3104
3105         Use a message area instead of a popup dialog for error
3106         notifications. Fixes bug #337495.
3107         
3108 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3109
3110         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3111         (ev_window_run_fullscreen):
3112
3113         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3114         
3115 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3116
3117         * ev-sidebar-thumbnails.c: (update_visible_range),
3118         (ev_sidebar_thumbnails_refresh),
3119         (ev_sidebar_thumbnails_set_document),
3120         (ev_sidebar_thumbnails_support_document):
3121
3122         Show thumbnails for documents with one page. Fixes bug #358751.
3123         
3124 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3125
3126         * shell/ev-window.c:
3127         (ev_window_load_print_settings_from_metadata),
3128         (ev_window_save_print_settings), (ev_window_print_finished),
3129         (ev_window_print_range):
3130
3131         Print settings that are specific to the document are now saved per
3132         document in the metadata file. Fixes bug #488806.
3133         
3134 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3135
3136         * backend/tiff/tiff-document.c: (tiff_document_render):
3137
3138         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3139         
3140 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3141
3142         * shell/ev-application.[ch]: (get_find_string_from_args),
3143         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3144         (ev_application_open_uri_list):
3145         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3146         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3147         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3148         (ev_window_cmd_recent_file_activate),
3149         (ev_window_open_recent_action_item_activated),
3150         (ev_window_print_send), (open_remote_link):
3151         * shell/main.c: (arguments_parse):
3152
3153         Add a command line option for search. Fixes bug #497710.
3154         
3155 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3156
3157         * shell/ev-jobs.c: (ev_job_print_new):
3158
3159         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3160         
3161 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3162
3163         * data/evince-toolbar.xml:
3164         * shell/Makefile.am:
3165         * shell/ev-application.c: (ev_application_init):
3166         * shell/ev-open-recent-action.[ch]:
3167         * shell/ev-window.c:
3168         (ev_window_open_recent_action_item_activated),
3169         (register_custom_actions):
3170
3171         Add an expander to the open toolbar item which pops up a dropdown
3172         menu with the recently used documents. Fixes bug #487215.
3173         
3174 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * shell/ev-window.c: (ev_window_open_uri),
3177         (ev_window_cmd_view_reload):
3178
3179         Do not jump to the first page when reloading by running evince
3180         from the command line. Fixes bug #490847.
3181         
3182 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3183
3184         * shell/ev-window.c: (ev_window_cmd_help_contents):
3185
3186         Plugged memory leak when help file is not found. Fixes bug
3187         #490762.
3188         
3189 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3190
3191         * configure.ac:
3192
3193         Enable djvu, dvi and comics backends by default. Fixes bug
3194         #437121.
3195         
3196 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3197
3198         * configure.ac:
3199         * cut-n-paste/Makefile.am:
3200         * cut-n-paste/recent-files/*: Removed
3201         * help/reference/Makefile.am:
3202         * shell/Makefile.am:
3203         * shell/ev-application.[ch]: (ev_application_shutdown),
3204         (ev_application_init):
3205         * shell/ev-window.c: (ev_window_add_recent),
3206         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3207
3208         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3209         
3210 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3211
3212         * shell/ev-window.c: (launch_external_uri):
3213
3214         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3215         and report error if the URL is not supported (#489910).
3216
3217 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3218
3219         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3220         (pdf_document_file_exporter_begin_page),
3221         (pdf_document_file_exporter_end_page):
3222
3223         Fix printing with poppler splash backend. Fixes bug #489774.
3224         
3225 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3226
3227         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3228         * shell/ev-print-job.c: (ev_print_job_class_init):
3229
3230         Fix a crash when printing with the gnome-print dialog. Fixes bug
3231         #488939.
3232         
3233 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3234
3235         * backend/pixbuf/pixbuf-document.c:
3236
3237         Fix an implicit function definition warning (#487655)
3238
3239 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3240
3241         * shell/ev-window.c:
3242
3243         Fix conflicting shortcut for view sade pane and presentation.
3244         
3245 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3246
3247         * backend/pdf/ev-poppler.cc:
3248         (pdf_document_file_exporter_begin_page),
3249         (pdf_document_file_exporter_do_page),
3250         (pdf_document_file_exporter_end_page),
3251         (pdf_document_file_exporter_iface_init):
3252         * libdocument/ev-file-exporter.[ch]:
3253         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3254         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3255         (ev_job_print_run):
3256
3257         When printing multiple pages per sheet in reverse option, do not
3258         invert the order of the pages in every sheet, but the order of the
3259         sheets. Do not print blank pages when page range is invalid. Fixes
3260         bugs #484857 and #485521.
3261         
3262 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3263
3264         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3265         (ev_job_print_run):
3266         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3267
3268         Respect ranges order when printing more than one range in random
3269         order.
3270         
3271 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3272
3273         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3274         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3275
3276         Rotate also the window icon when document is rotated. Fixes bug
3277         #474681.
3278         
3279 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3280
3281         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3282         (pdf_document_forms_get_form_fields):
3283
3284         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3285         Matthias Drochner.
3286         
3287 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3288
3289         * configure.ac:
3290         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3291
3292         Use poppler_page_render_for_printing() instead of
3293         poppler_page_render() if available when exporting to a ps or pdf
3294         file. Fixes bug #476627.
3295         
3296 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * shell/ev-window.c: (ev_window_run_fullscreen):
3299
3300         Do not show the toolbar in fullscreen mode if the main toolbar is
3301         not visible. Fixes bug #483048.
3302         
3303 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3304
3305         * shell/ev-view.c: (ev_view_button_press_event):
3306
3307         Give priority to form fields over images when deciding whether a
3308         button press event is over an image or form field. It allows edit
3309         form fields when they are over a background image. Fixes bug
3310         #477841.
3311         
3312 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3313
3314         * NEWS:
3315         * configure.ac:
3316         
3317         Update for release 2.20.0
3318
3319 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3320
3321         * backend/pdf/ev-poppler.cc:
3322
3323         Remove #ifdef HAVE_FORMS, so that forms support works again.
3324
3325 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3326
3327         * configure.ac:
3328         * data/evince.desktop.in.in:
3329         
3330         Fixes desktop file issues. See bug #473471.
3331
3332 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3333
3334         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3335         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3336         (ev_job_queue_remove_job):
3337         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3338         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3339         * shell/ev-window.c: (ev_window_clear_save_job),
3340         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3341         (ev_window_dispose):
3342
3343         Move save a copy task to its own job so that it's carried out in a
3344         thread avoiding another lock in the main thread. Use
3345         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3346         can be saved to a pathin another file system. Fixes bug #456891.
3347         
3348 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3349
3350         * NEWS:
3351         * configure.ac:
3352         
3353         Update for release 2.19.92
3354
3355 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3356
3357         * configure.ac:
3358         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3359         (pdf_selection_get_selection_region),
3360         (pdf_selection_get_selection_map),
3361         (ev_form_field_from_poppler_field):
3362
3363         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3364         and triple click selections are enabled again now.
3365
3366 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * shell/ev-window.c: (ev_window_add_history):
3369
3370         Make sure not to use the history with documents not supporting
3371         links. Fixes bug #468954.
3372
3373 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3374
3375         * shell/ev-window.c: (ev_window_load_job_cb):
3376
3377         Restart the search when reloading a document with the find bar
3378         visible. Fixes bug #461962.
3379
3380 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3381
3382         * shell/ev-window.c: (setup_document_from_metadata),
3383         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3384
3385         Do not jump to the first page when reloading a document from the
3386         last page.
3387
3388 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3389
3390         * shell/ev-window.c: (update_chrome_flag),
3391         (setup_sidebar_from_metadata),
3392         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3393         (ev_window_cmd_edit_find_next),
3394         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3395         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3396         (find_bar_close_cb), (view_actions_focus_in_cb):
3397
3398         Do not update visibility when changing a chrome flag so that it's
3399         possible to update several flags and update visibility only once
3400         for all of them.
3401
3402 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3403
3404         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3405
3406         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3407         supported by gtk+. Fixes bug #460907.
3408
3409 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3410
3411         * shell/ev-view.c: (view_update_range_and_current_page):
3412
3413         Make sure current-page <= end-page in continuous mode. Fixes bug
3414         #454950.
3415
3416 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3417
3418         * backend/pdf/ev-poppler.cc: (build_tree):
3419
3420         Ignore outline items without a title. Fixes bug #453913.
3421
3422 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3423
3424         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3425         (ev_view_button_release_event), (ev_view_leave_notify_event):
3426
3427         Use always drag mouse cursor during a drag operation. Fixes bug
3428         #470564.
3429
3430 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3431
3432         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3433         (pdf_selection_get_selection_region),
3434         (pdf_selection_get_selection_map):
3435
3436         Temporarily disable double and triple selections since it depends on
3437         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3438         released and the update of the external dependency minimal version
3439         approved.
3440
3441 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3442
3443         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3444         (pdf_document_file_exporter_do_page):
3445         * libdocument/ev-file-exporter.h:
3446         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3447         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3448
3449         Actually fix printing regressions. Remove orientation from
3450         EvPrintContext since it's redundant.
3451
3452 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3453
3454         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3455         * backend/impress/impress-document.c:
3456         (impress_document_document_iface_init):
3457         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3458         * backend/djvu/djvu-document.c:
3459         (djvu_document_document_iface_init),
3460         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3461         * backend/tiff/tiff-document.c:
3462         (tiff_document_document_iface_init):
3463         * backend/pixbuf/pixbuf-document.c:
3464         (pixbuf_document_document_iface_init):
3465         * backend/comics/comics-document.c:
3466         (comics_document_document_iface_init):
3467         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3468         (pdf_selection_render_selection),
3469         (pdf_selection_get_selected_text),
3470         (pdf_selection_get_selection_region),
3471         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3472         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3473         (ev_selection_get_selection_region),
3474         (ev_selection_get_selection_map):
3475         * libdocument/ev-document.[ch]:
3476         * shell/ev-pixbuf-cache.[ch]: (add_job),
3477         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3478         * shell/ev-view-private.h:
3479         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3480         (ev_job_render_run):
3481         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3482         * shell/ev-view.c: (start_selection_for_event),
3483         (ev_view_button_press_event), (ev_view_drag_data_get),
3484         (ev_view_drag_data_received), (ev_view_button_release_event),
3485         (compute_new_selection_text), (compute_selections),
3486         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3487         (ev_view_primary_get_cb):
3488
3489         Add support for double and triple click selections.
3490
3491 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3492
3493         * NEWS:
3494         * configure.ac:
3495
3496         Update for release 2.19.4
3497
3498 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3499
3500         * shell/ev-view-private.h:
3501         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3502         (ev_view_set_highlight_search):
3503         * shell/ev-view.h:
3504         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3505         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3506         (find_bar_visibility_changed_cb):
3507         
3508         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3509
3510 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3511
3512         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3513         (pdf_document_file_exporter_begin),
3514         (pdf_document_file_exporter_do_page):
3515         * shell/ev-jobs.c: (ev_job_print_run):
3516         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3517
3518         Create always a portrait cairo surface and rotate when needed for
3519         landscape. It fixes printing problems in real printers.
3520
3521 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3524         * libdocument/ev-file-exporter.[ch]:
3525         (ev_file_exporter_get_capabilities):
3526         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3527         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3528
3529         Adjust number of pages per row according to page orientation when
3530         printing 2 or 6 pages per sheet.
3531
3532 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3533
3534         * shell/ev-window.c: (ev_window_print_send):
3535
3536         Reset also cups setting to 1 when printing multiple pages per
3537         sheet. Fixes bug #468853.
3538
3539 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3540
3541         * libdocument/ev-document-misc.c:
3542         (ev_document_misc_surface_rotate_and_scale):
3543
3544         Use directly cairo_surface_get_content() when creating a similar
3545         surface as suggested by Jeff Muizelaar. Thanks again.
3546
3547 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3548
3549         * backend/djvu/djvu-document.c: (djvu_document_render):
3550         * backend/tiff/tiff-document.c: (tiff_document_render):
3551         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3552         * libdocument/ev-document-misc.c:
3553         (ev_document_misc_surface_from_pixbuf),
3554         (ev_document_misc_surface_rotate_and_scale):
3555
3556         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3557         creating page surfaces. Fixes bug #453123. Thank you very much to
3558         Jeff Muizelaar <jeff@infidigm.net>.
3559
3560 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3561
3562         * shell/ev-page-cache.c: (ev_page_cache_new),
3563         (ev_page_cache_get_thumbnail_size):
3564         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3565         (ev_sidebar_thumbnails_set_loading_icon):
3566
3567         Also store in page-cache the dimensions of the thumbnails so that
3568         they can be used to create the correct loading icon in the side
3569         pane. Fixes bug #466857.
3570
3571 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3572
3573         * backend/pdf/ev-poppler.cc:
3574         (pdf_document_thumbnails_get_thumbnail):
3575
3576         Fix thumbnails rotation in pdf documents that include embedded 
3577         thumbnails.
3578
3579 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3580
3581         * backend/pdf/ev-poppler.cc:
3582
3583         Don't use #ifdef in macro expansion. Some compilers don't
3584         like that. Closes bug #467042.
3585
3586 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3587
3588         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3589         
3590         Fixes memory leak in djvu backend.
3591
3592 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3593
3594         * data/icons/32x32/Makefile.am:
3595         * data/icons/32x32/actions/Makefile.am:
3596         * data/icons/32x32/actions/view-page-cont.svg:
3597         * data/icons/32x32/actions/view-page-facing.svg:
3598         * data/icons/48x48/Makefile.am:
3599         * data/icons/48x48/actions/Makefile.am:
3600         * data/icons/48x48/actions/view-page-cont.svg:
3601         * data/icons/48x48/actions/view-page-facing.svg:
3602         
3603         Icons for a new sizes.
3604
3605 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3606
3607         * shell/ev-page-cache.c: (build_height_to_page),
3608         (ev_page_cache_get_height_to_page):
3609         
3610         Fixes invalid read, see bug #466401.
3611
3612 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3613
3614         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3615         (set_drag_cursor):
3616         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3617         (configure_item_cursor), (new_pixbuf_from_widget):
3618
3619         Fix multihead problems in toolbar editor. Fixes bug #382055.
3620
3621 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3622
3623         * shell/ev-window.c: (ev_window_cmd_file_open),
3624         (ev_window_cmd_save_as):
3625
3626         Use g_get_user_special_dir when available instead of
3627         xdg_user_dir_lookup.
3628
3629 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3630
3631         * MAINTAINERS:
3632         
3633         Updated according to request on desktop-devel.
3634
3635 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3636
3637         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3638
3639         Do not use cairo_rectangle and cairo_clip since we are
3640         not using cairo_fill but cairo_paint. Use the same cairo context
3641         for every page in the same expose event.
3642
3643 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3644
3645         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3646         leak.
3647
3648 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3649
3650         * configure.ac:
3651         * NEWS:
3652
3653         Release 0.9.3
3654
3655 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3656
3657         * libdocument/ev-document-info.h:
3658         * libdocument/ev-document.h:
3659         * shell/ev-page-action.h:
3660         * shell/ev-sidebar-links.h:
3661
3662         Fix a headers problem with ev-link
3663         
3664         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3665         * shell/ev-view-private.h:
3666         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3667         (get_link_area), (ev_view_query_tooltip),
3668         (ev_view_leave_notify_event), (ev_view_destroy),
3669         (ev_view_class_init):
3670
3671         Use new gtk tooltips when available instead of ev-tooltip.
3672         
3673 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3674
3675         * shell/ev-window.c: (update_chrome_visibility),
3676         (ev_window_sidebar_visibility_changed_cb):
3677
3678         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3679         
3680 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3681
3682         * shell/ev-navigation-action.c:
3683         (ev_navigation_action_history_changed),
3684         (ev_navigation_action_set_history):
3685         * shell/ev-navigation-action-widget.c:
3686         (ev_navigation_action_widget_init):
3687         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3688
3689         Fix compile warnings.
3690         
3691 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3694         (egg_editable_toolbar_dispose):
3695
3696         Fix memory leak.
3697         
3698 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3699
3700         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3701         (screensaver_disable_x11):
3702         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3703         * shell/ev-window.c: (presentation_set_timeout):
3704         * shell/ev-view.c: (ev_view_presentation_transition_start):
3705
3706         Use g_timeout_add_seconds instead of g_timeout_add when
3707         available.
3708         
3709 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3710
3711         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3712
3713         Set horizontal scrollbar policy to AUTOMATIC instead of
3714         NEVER. Workaround for bug #449462.
3715         
3716 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3717
3718         * shell/ev-jobs.c: (ev_job_render_page_ready):
3719
3720         Add page_ready callback to main loop with high priority and hold
3721         a reference to job during idle.
3722         
3723 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3724
3725         * configure.ac:
3726         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3727         (pdf_document_file_exporter_begin),
3728         (pdf_document_file_exporter_do_page),
3729         (pdf_document_file_exporter_get_capabilities):
3730         * libdocument/ev-file-exporter.h:
3731         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3732         * shell/ev-window.c: (ev_window_print_send),
3733         (ev_window_print_dialog_response_cb):
3734
3735         Allow printing multiple pages per sheet. Fixes bug #395573.
3736         
3737 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3738
3739         * shell/ev-view.c: (tip_from_link):
3740         
3741         Check for NULL, fixes bug #460862.
3742
3743 2007-07-29  Christian Persch  <chpe@gnome.org>
3744
3745         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3746         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3747         (ev_window_cmd_preview_print):
3748         
3749         Fixes bug #437681 - blocks while enumerating printers.
3750
3751 2007-07-29  Christian Persch  <chpe@gnome.org>
3752
3753         * shell/ev-window.c: (ev_window_screen_changed):
3754         
3755         Don't use deprecated gtk+ function. See bug #460909.
3756
3757 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3758
3759         * shell/ev-utils.c: (get_num_monitors):
3760         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3761
3762         Do not use display before initializing it. Remove compile
3763         warnings.
3764
3765 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3766
3767         * shell/ev-view.c: (ev_view_class_init):
3768         
3769         Unix-like hjkl bindings added. See bug #458111.
3770
3771 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3772
3773         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3774         * shell/ev-utils.h:
3775         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3776         (ev_view_update_view_size):
3777         * shell/ev-view.h:
3778         * shell/ev-window.c: (ev_window_update_actions),
3779         (setup_view_from_metadata), (ev_window_screen_changed),
3780         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3781         (zoom_control_changed_cb):
3782         * shell/ev-window.h:
3783         
3784         Reorganizes utility functions.
3785
3786 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3787
3788         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3789         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3790         (add_job), (ev_pixbuf_cache_get_surface),
3791         (ev_pixbuf_cache_get_link_mapping),
3792         (ev_pixbuf_cache_get_image_mapping),
3793         (ev_pixbuf_cache_get_form_field_mapping),
3794         (ev_pixbuf_cache_get_text_mapping):
3795         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3796         (notify_page_ready), (ev_job_render_page_ready),
3797         (ev_job_render_run):
3798
3799         Add page_ready signal to notify that page is ready as soon as
3800         possible even if other page elements like links, forms, images or
3801         text mapping are not ready yet.
3802
3803 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3804
3805         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3806         (dvi_document_file_exporter_do_page),
3807         (dvi_document_file_exporter_get_capabilities),
3808         (dvi_document_file_exporter_iface_init):
3809         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3810         (ps_document_file_exporter_do_page),
3811         (ps_document_file_exporter_get_capabilities),
3812         (ps_document_file_exporter_iface_init):
3813         * backend/djvu/djvu-document.c:
3814         (djvu_document_file_exporter_begin),
3815         (djvu_document_file_exporter_end),
3816         (djvu_document_file_exporter_get_capabilities),
3817         (djvu_document_file_exporter_iface_init):
3818         * backend/tiff/tiff-document.c:
3819         (tiff_document_file_exporter_begin),
3820         (tiff_document_file_exporter_get_capabilities),
3821         (tiff_document_document_file_exporter_iface_init):
3822         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3823         (pdf_document_file_exporter_do_page),
3824         (pdf_document_file_exporter_get_capabilities),
3825         (pdf_document_file_exporter_iface_init):
3826         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3827         (ev_file_exporter_get_capabilities):
3828         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3829         (idle_print_handler), (ev_print_job_print):
3830         * shell/ev-jobs.c: (ev_job_print_run):
3831         * shell/ev-window.c: (ev_window_print_send),
3832         (ev_window_print_range):
3833
3834         Use capabilities to know which options should be offered by the
3835         print dialog depending on the document backend.
3836
3837 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3838
3839         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3840
3841         Give priority to forms over text to set the cursor.
3842
3843 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3844
3845         * shell/ev-view-private.h:
3846         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3847         (ev_view_leave_notify_event), (ev_view_finalize),
3848         (ev_view_get_property), (ev_view_class_init):
3849
3850         Use IBEAM cursor for text form fields and NORMAL cursor for read
3851         only fields. Remove unused status attribute.
3852
3853 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3854
3855         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3856
3857         Update region for current selected items also for checkbox
3858         buttons, since they can behave as radio buttons when they are in a
3859         set.
3860
3861 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3862
3863         * configure.ac:
3864         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3865
3866         Get max length of text form fields.
3867
3868 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3869
3870         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3871         * libdocument/ev-form-field.h:
3872         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3873
3874         Fix build with current poppler cvs head.
3875
3876 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3877
3878         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3879         * shell/eggfindbar.c: (egg_find_bar_init):
3880
3881         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3882         deprecation. Fixes bug #455667
3883
3884 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3885
3886         * NEWS:
3887         * configure.ac:
3888         
3889         Update for release 0.9.2
3890
3891 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3892
3893         * shell/ev-view.c: (ev_view_form_field_text_save),
3894         (ev_view_form_field_choice_save):
3895
3896         Fix a crash when closing whith a form widget visible.
3897
3898 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3899
3900         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3901
3902         Update also the region of the current selected button when
3903         clicking on another button if they are radio buttons.
3904
3905 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3906
3907         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3908         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3909         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3910         (ev_pixbuf_cache_get_link_mapping),
3911         (ev_pixbuf_cache_get_image_mapping),
3912         (ev_pixbuf_cache_get_form_field_mapping),
3913         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3914         * shell/ev-view.c: (ev_view_form_field_get_region),
3915         (ev_view_form_field_button_create_widget),
3916         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3917         (job_finished_cb):
3918
3919         Redraw only form field region instead of the whole page when
3920         reloading a page to show changes on the form field.
3921
3922 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3923
3924         * shell/ev-view.c: (ev_view_form_field_choice_save):
3925
3926         Fix selection of first item in list form fields.
3927
3928 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3929
3930         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3931         (ev_pixbuf_cache_reload_page),
3932         (ev_pixbuf_cache_get_form_field_mapping):
3933
3934         Some refactoring to avoid duplicated code.
3935
3936 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3937
3938         * configure.ac:
3939         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3940         (ev_form_field_from_poppler_field),
3941         (pdf_document_forms_get_form_fields),
3942         (pdf_document_forms_form_field_text_get_text),
3943         (pdf_document_forms_form_field_text_set_text),
3944         (pdf_document_forms_form_field_button_set_state),
3945         (pdf_document_forms_form_field_button_get_state),
3946         (pdf_document_forms_form_field_choice_get_item),
3947         (pdf_document_forms_form_field_choice_get_n_items),
3948         (pdf_document_forms_form_field_choice_is_item_selected),
3949         (pdf_document_forms_form_field_choice_select_item),
3950         (pdf_document_forms_form_field_choice_toggle_item),
3951         (pdf_document_forms_form_field_choice_unselect_all),
3952         (pdf_document_forms_form_field_choice_set_text),
3953         (pdf_document_forms_form_field_choice_get_text),
3954         (pdf_document_document_forms_iface_init):
3955         * libdocument/Makefile.am:
3956         * libdocument/ev-form-field.[ch]:
3957         * libdocument/ev-document-forms.[ch]:
3958         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3959         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3960         (add_job), (ev_pixbuf_cache_reload_page),
3961         (ev_pixbuf_cache_get_form_field_mapping):
3962         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3963         * shell/ev-view-private.h:
3964         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3965         (ev_view_handle_cursor_over_xy),
3966         (ev_view_get_form_field_at_location),
3967         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3968         (ev_view_form_field_button_create_widget),
3969         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3970         (ev_view_form_field_text_create_widget),
3971         (ev_view_form_field_choice_save),
3972         (ev_view_form_field_choice_changed),
3973         (ev_view_form_field_choice_create_widget),
3974         (ev_view_handle_form_field), (ev_view_size_allocate),
3975         (ev_view_realize), (draw_end_presentation_page),
3976         (ev_view_button_press_event), (ev_view_remove_all),
3977         (ev_view_motion_notify_event), (ev_view_key_press_event),
3978         (ev_view_enter_notify_event), (highlight_find_results),
3979         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3980         (ev_view_class_init), (page_changed_cb),
3981         (on_adjustment_value_changed), (ev_view_set_presentation),
3982         (merge_selection_region), (ev_view_set_cursor),
3983         (ev_view_reset_presentation_state):
3984         
3985         Merge evince-forms branch.
3986
3987 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3988
3989         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3990
3991         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3992         This script also updates itself from libegg
3993
3994         * cut-n-paste/toolbar-editor/egg*:
3995         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3996         libegg
3997
3998 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3999
4000         * shell/ev-window.c:
4001         
4002         Adds a nice icon to page action during toolbar editing.
4003         See bug #452872.
4004
4005 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4006
4007         * data/evince-toolbar.xml:
4008         * shell/ev-window.c:
4009         
4010         Let user add a presentation and fullscreen icons on toolbar.
4011         See bug #449734.
4012
4013 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4014
4015         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4016
4017         new script to keep in sync with toolbareditor in libegg
4018
4019         * cut-n-paste/toolbar-editor/*: 
4020
4021         Run update-toolbareditor-from-libegg so we are in sync again. 
4022         Fixes bug #452850.
4023         
4024
4025 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4026
4027         * shell/ev-sidebar-links.c: (job_finished_callback):
4028
4029         Do not connect selection changed signal more than once. Fixes bug
4030         #349433.
4031
4032 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4033
4034         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4035
4036         Do not change sidebar chrome flag when pressing F9 key in
4037         presentation mode.
4038
4039 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4040
4041         * backend/pdf/ev-poppler.cc:
4042         (pdf_document_thumbnails_get_dimensions):
4043
4044         Make sure thumbnails width and height is not <= 0. Fixes a crash
4045         with some pdf documents which have really small pages.
4046
4047 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4048
4049         * shell/main.c: (main):
4050
4051         Fixes program description translation issue.
4052         Bug #450148.
4053
4054 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4055
4056         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4057
4058         Do not change current page when returning from black/white mode
4059         in presentation. Fixes bug #415032.
4060
4061 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4062
4063         * NEWS:
4064         * configure.ac:
4065         
4066         Update for release 0.9.1
4067
4068 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4069
4070         * backend/dvi/dvi-document.c:
4071         (dvi_document_finalize),
4072         (dvi_document_file_exporter_format_supported),
4073         (dvi_document_file_exporter_begin),
4074         (dvi_document_file_exporter_do_page),
4075         (dvi_document_file_exporter_end),
4076         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4077         
4078         PDF exporter for dvi documents. Fixes bug #441319.
4079
4080 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4081
4082         * shell/ev-window.c: (ev_window_clear_print_job):
4083
4084         Clear gtk print job when job has finished. Fixes bug #447612.
4085
4086 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4087
4088         * shell/ev-window.c: (ev_window_print_send),
4089         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4090
4091         Add preview button to print dialog. Fixes bug #445419.
4092
4093 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4094
4095         * backend/dvi/Makefile.am:
4096         * backend/dvi/pixbuf-device.[ch]: Removed
4097         * backend/dvi/cairo-device.[ch]: Added
4098         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4099         * backend/dvi/dvi-document.c: (dvi_document_load),
4100         (dvi_document_render), (dvi_document_finalize),
4101         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4102         (dvi_document_do_color_special):
4103         * libdocument/ev-document-misc.[ch]:
4104         (ev_document_misc_pixbuf_from_surface):
4105
4106         Port dvi backend to cairo and fix a problem with colors. 
4107
4108 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4109
4110         * shell/ev-view.c: (draw_one_page):
4111
4112         Draw only visible region.
4113
4114 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4115
4116         * backend/djvu/djvu-document.c: (djvu_document_render):
4117
4118         Fix rotation in djvu backend.
4119
4120 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4121
4122         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4123         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4124         (ev_pixbuf_cache_get_image_mapping),
4125         (ev_pixbuf_cache_get_text_mapping):
4126
4127         Redraw view every time we have a new surface. Fixes bug #443587.
4128
4129 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4130
4131         * libdocument/ev-document.c: (ev_document_info_free):
4132
4133         Fix memory leaks.
4134
4135 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4136
4137         * backend/dvi/dvi-document.c: (dvi_document_render),
4138         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4139         * backend/impress/impress-document.c:
4140         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4141         (impress_document_render), (impress_document_document_iface_init),
4142         (impress_document_thumbnails_get_thumbnail):
4143         * backend/djvu/djvu-document-private.h:
4144         * backend/djvu/djvu-document.c: (djvu_document_render),
4145         (djvu_document_finalize), (djvu_document_document_iface_init),
4146         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4147         * backend/tiff/tiff-document.c: (tiff_document_render),
4148         (tiff_document_render_pixbuf),
4149         (tiff_document_document_iface_init):
4150         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4151         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4152         (pdf_selection_render_selection):
4153         * backend/comics/comics-document.c:
4154         (comics_document_render_pixbuf), (comics_document_render),
4155         (comics_document_document_iface_init):
4156         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4157         (pixbuf_document_document_iface_init):
4158         * libdocument/ev-document-misc.[ch]:
4159         (ev_document_misc_surface_from_pixbuf),
4160         (ev_document_misc_surface_rotate_and_scale):
4161         * libdocument/ev-document.[ch]: (ev_document_render):
4162         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4163         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4164         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4165         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4166         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4167         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4168         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4169         (render_finished_cb), (ev_job_render_run):
4170         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4171         (merge_selection_region):
4172
4173         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4174         and selections.
4175
4176 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4177
4178         * shell/ev-window-title.c: (ev_window_title_update):
4179
4180         Fix memory leak.
4181
4182 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4183
4184         * shell/ev-view.c: (draw_loading_text):
4185
4186         Show loading text centered. Fixes bug #433061
4187
4188 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4189
4190         * shell/ev-sidebar-thumbnails.c:
4191         (ev_sidebar_thumbnails_set_loading_icon):
4192
4193         Remove a mutex in the main thread that blocks the UI in heavy
4194         documents.
4195
4196 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4197
4198         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4199
4200         Set points_set to TRUE so that selections don't disappear after a
4201         zoom change.
4202
4203 2007-06-07  Michael Monreal  <infernux@web.de>
4204
4205         * data/icons/16x16/actions/Makefile.am:
4206         * data/icons/16x16/actions/zoom.svg:
4207         * data/icons/22x22/actions/Makefile.am:
4208         * data/icons/22x22/actions/zoom.svg:
4209         * data/icons/24x24/actions/Makefile.am:
4210         * shell/ev-stock-icons.c:
4211         * shell/ev-stock-icons.h:
4212         * shell/ev-window.c:
4213         
4214         Zoom icon artwork. See bug #444795.
4215
4216 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4217
4218         * shell/ev-metadata-manager.c: Remove extraneous function
4219         (Closes: #444386)
4220
4221 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4222
4223         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4224         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4225         (ev_metadata_manager_set), (ev_metadata_manager_save):
4226         Simplify the timeout, no need for modified anymore
4227
4228 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4229
4230         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4231         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4232         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4233         (ev_metadata_manager_save): Adapted patch from Arjan van de
4234         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4235         time, saves on power (Closes: #443851)
4236
4237 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4238
4239         * configure.ac:
4240         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4241         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4242
4243         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4244
4245 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4246
4247         * shell/ev-window.c: (ev_window_add_history):
4248
4249         Check if history is NULL
4250
4251 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4252
4253         * libdocument/ev-image.c: (ev_image_finalize):
4254         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4255         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4256         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4257         (ev_tmp_uri_unlink):
4258
4259         Add functions to delete temporary files created by evince in a safe
4260         way.
4261
4262         * shell/ev-window.c: (ev_window_clear_local_uri),
4263         (open_xfer_update_progress_callback),
4264         (save_xfer_update_progress_callback), (ev_window_save_remote),
4265         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4266         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4267         (attachment_save_dialog_response_cb),
4268         (ev_attachment_popup_cmd_save_attachment_as):
4269
4270         Allow saving a copy of a document, image or attachment to a remote
4271         location. Fixes bug #440754. 
4272
4273 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4274
4275         * configure.ac:
4276         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4277
4278         Fix build with current poppler from cvs head. 
4279
4280 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4281
4282         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4283
4284         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4285         directory exists.
4286
4287 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4288
4289         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4290         * shell/ev-window.c:
4291
4292         Change sidebar ordering. Fixes bug #439939.
4293
4294 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4295
4296         * backend/comics/Makefile.am:
4297         
4298         Fixes build with --without-libgnome.
4299
4300 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4301         
4302         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4303
4304         Update cursor and tooltip on page change and view scroll. Fixes bug
4305         #439217.
4306
4307 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4308
4309         * NEWS:
4310         * configure.ac:
4311         
4312         Update for release 0.9.0
4313
4314 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4315
4316         * backend/djvu/djvu-document-private.h:
4317         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4318         (djvu_document_finalize),
4319         (djvu_document_file_exporter_format_supported),
4320         (djvu_document_file_exporter_begin),
4321         (djvu_document_file_exporter_do_page),
4322         (djvu_document_file_exporter_end),
4323         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4324         
4325         Implemented printing with djvu. Bug #437998.
4326
4327 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4328
4329         * backend/impress/zip.c:
4330         Add missing ulong definition.
4331
4332         * backend/ps/ps-interpreter.c:
4333         Add missing headers.
4334
4335         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4336
4337 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4338
4339         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4340
4341         Add missing call to parent class dispose method. 
4342
4343 2007-05-12  Ross Burton  <ross@openedhand.com>
4344
4345         * shell/main.c:
4346         Sync keybindings manually when building without libgnome
4347         (#437925).
4348
4349 2007-05-12  Ross Burton  <ross@openedhand.com>
4350
4351         * shell/ev-window.c:
4352         Respect the screen when opening help (#437866).
4353
4354 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4355
4356         * data/evince-ui.xml:
4357         * shell/ev-application.[ch]: (get_print_settings_from_args),
4358         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4359         (ev_application_open_uri_list):
4360         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4361         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4362         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4363         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4364         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4365         (ev_window_dispose):
4366         * shell/main.c: (arguments_parse):
4367
4368         Add print button in preview mode. Fixes bug #396475. 
4369
4370 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4371
4372         * cut-n-paste/zoom-control/ephy-zoom.h:
4373         
4374         Fixes zoom level factors. See bug #408119 for details.
4375
4376 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4377
4378         * backend/comics/comics-document.c: (comics_regex_quote),
4379         (extract_argv):
4380         
4381         Correctly quote symbols. Fixes crash in the bug
4382         #415370.
4383
4384 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4385
4386         * shell/ev-navigation-action-widget.c:
4387         (ev_navigation_action_widget_init),
4388         (ev_navigation_action_widget_class_init),
4389         (ev_navigation_action_widget_button_press_event):
4390         
4391         Connect to button-press event on correct widget. Fixes
4392         bug #431988
4393
4394 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4395
4396         * shell/ev-application.c: (ev_application_open_window),
4397         (ev_application_add_icon_path_for_screen),
4398         (ev_application_open_uri_at_dest):
4399         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4400         * shell/ev-navigation-action.c: (build_menu):
4401         
4402         Add app-specific icons to our icon theme. Fixes bug
4403         #425508.
4404
4405 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4406
4407         * shell/ev-history.c: (ev_history_class_init),
4408         (ev_history_add_link):
4409         * shell/ev-history.h:
4410         * shell/ev-navigation-action.c:
4411         (ev_navigation_action_history_changed),
4412         (ev_navigation_action_set_history), (build_menu),
4413         (ev_navigation_action_finalize):
4414         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4415         
4416         Make navigation action unsensitive instead of showing
4417         menu with unsensitive word. Fixes bug #417392.
4418
4419 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4420
4421         * shell/ev-application.[ch]: (ev_application_shutdown),
4422         (ev_application_get_print_settings),
4423         (ev_application_set_print_settings):
4424         * shell/ev-window.c:
4425
4426         Remember print settings. Fixes bug #349102. 
4427
4428 2007-05-08  Christian Persch  <chpe@gnome.org>
4429
4430         * configure.ac:
4431         * properties/ev-properties-view.c:
4432
4433         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4434         Bug #382438.
4435
4436 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4437
4438         * configure.ac:
4439         * properties/ev-properties-view.c: (ev_regular_paper_size):
4440
4441         Use gtk+ builtin paper list to identify the document's paper size.
4442         Fixes bug #382438. 
4443
4444 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4445
4446         * configure.ac:
4447
4448         Fix build when compiling with thumbnailer and libgnome support. 
4449
4450 2007-05-04  Ross Burton  <ross@openedhand.com>
4451
4452         * configure.ac:
4453         Add --without-libgnome, check for libgnome and libgnomeui
4454         separately, and add them to the symbols as required.
4455
4456         * libdocument/ev-file-helpers.c:
4457         When building without libgnome, use g_get_user_config_dir instead
4458         of gnome_user_dir_get.
4459
4460         * shell/ev-application.c:
4461         When building without libgnome, don't use session management.
4462
4463         * shell/main.c:
4464         When building without libgnome, don't use GnomeProgram or
4465         initialise the authentication manager.
4466
4467         This fixes #328842.
4468
4469 2007-05-04  Ross Burton  <ross@openedhand.com>
4470
4471         * shell/ev-window.c:
4472         Don't use libgnome to open help, instead call Yelp directly.
4473
4474 2007-05-04  Ross Burton  <ross@openedhand.com>
4475
4476         * shell/ev-sidebar-attachments.c:
4477         Don't use libgnome to lookup icons for MIME types, instead copy
4478         code from GTK+ to do it manually.
4479
4480 2007-05-04  Ross Burton  <ross@openedhand.com>
4481
4482         * configure.ac:
4483         Add libxml to the dependencies for SHELL_CORE (#435818).
4484
4485 2007-05-02  Ross Burton  <ross@openedhand.com>
4486
4487         * configure.ac:
4488         * Makefile.am:
4489         Add --disable-thumbnailer (#434825)
4490
4491 2007-05-02  Ross Burton  <ross@openedhand.com>
4492
4493         * shell/ev-window.c:
4494         Add missing includes, fix indentation.
4495
4496         * shell/main.c:
4497         Fix indentation.
4498
4499 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4500
4501         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4502         ev_application_open_uri_at_dest instead of ev_application_open_uri
4503         preventing new document always being opened in a new window even if there
4504         is an empty window.
4505
4506 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4507
4508         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4509         (egg_recent_view_uimanager_finalize):
4510         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4511         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4512         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4513         (ev_pixbuf_cache_dispose):
4514         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4515         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4516         
4517         Add missing chain to parent class methods. Fixes
4518         bug #433128.
4519
4520 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4521
4522         * data/Makefile.am (update-icon-cache): Updates
4523         gtk-update-icon-cache in uninstall-hook.
4524
4525 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4526
4527         * shell/ev-window.c: (ev_window_setup_document),
4528         (ev_window_set_document), (ev_window_load_job_cb):
4529         * shell/ev-view.c: (setup_caches):
4530         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4531
4532         Start rendering pages before any other jobs. 
4533
4534 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4535
4536         * shell/ev-window.c: (ev_window_stop_fullscreen),
4537         (ev_window_stop_presentation):
4538
4539         Update chrome visibility before window unfullscreen. 
4540
4541 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4542
4543         * data/Makefile.am:
4544         * data/evince-ui.xml:
4545         * shell/ev-stock-icons.[ch]:
4546         * shell/ev-application.[ch]: (ev_application_shutdown),
4547         (ev_application_init), (ev_application_get_toolbars_model):
4548         * shell/ev-window.c: (update_chrome_visibility),
4549         (fullscreen_toolbar_setup_item_properties),
4550         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4551         (ev_window_run_presentation), (ev_window_stop_presentation),
4552         (ev_window_run_preview), (ev_window_screen_changed),
4553         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4554         (ev_window_dispose), (ev_window_init):
4555
4556         Make fullscreen toolbar always visible. Do not use egg toolbars for
4557         fullscreen and preview modes since such toolbars are not editables.
4558         Fixes bugs #300278, #338910 and #316188.  
4559
4560 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4561
4562         * shell/ev-application.c:
4563         * shell/ev-job-queue.c:
4564         * shell/ev-metadata-manager.c:
4565         * shell/ev-stock-icons.c:
4566         * shell/ev-window.c:
4567         * shell/main.c:
4568         
4569         Developers documentation updated.
4570
4571 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4572
4573         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4574
4575         Check whether uri is valid before launching it. Fixes bug #427664.
4576
4577 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4578
4579         * shell/ev-window.c:
4580
4581         Change key accelerator for Open a Copy menu entry which is in conflict
4582         with Close. Fixes bug #427321.
4583
4584 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4585
4586         * NEWS:
4587         * configure.ac:
4588         
4589         Update for release 0.8.1
4590
4591 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4592
4593         * shell/ev-window.c: (setup_size_from_metadata):
4594         
4595         Do not make window bigger than screen. Fixes bug 
4596         #388985.
4597
4598 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4599
4600         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4601         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4602
4603         Use default resolution when it's not provided by document. Fixes bug
4604         #408762.
4605
4606 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4607
4608         * configure.ac:
4609         * thumbnailer/Makefile.am:
4610         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4611         * thumbnailer/evince-thumbnailer.schemas.in:
4612         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4613
4614         Add support for ps, eps and compressed documents thumbnails. Do not
4615         ignore size parameter. 
4616
4617 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4618
4619         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4620         (dvi_document_do_color_special):
4621         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4622
4623         Implement font color specials in the DVI backend. Fixes bug #303651.
4624
4625 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4626
4627         Fixup the previous commit:
4628
4629         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4630         * shell/xdg-user-dir-lookup.c: Make the function non-static
4631         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4632
4633 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4634
4635         * shell/ev-window.c (file_open_dialog_response_cb): Use
4636         the xdg-user-dirs DOCUMENTS folder as default folder when
4637         opening a file chooser.  (#424858)
4638
4639         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4640         xdg-user-dirs.
4641
4642 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4643
4644         * shell/ev-window.c: (ev_window_load_job_cb):
4645
4646         Do not setup view from metadata on preview mode. 
4647
4648 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4649
4650         * shell/main.c:
4651
4652         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4653
4654 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4655
4656         * shell/ev-view.c: (ev_view_primary_get_cb):
4657
4658         Check pointer != NULL before using it. Fixes bug #416841. 
4659
4660 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4661
4662         * NEWS:
4663         * configure.ac:
4664         
4665         Release 0.8.0
4666
4667 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4668
4669         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4670
4671         Do not render thumbnails when sidebar thumbnail page is not visible
4672         at startup. Fixes bug #416447. 
4673
4674 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4675
4676         * data/evince.desktop.in.in:
4677
4678         "Application" is not a valid category in the freedesktop specification.
4679
4680 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4681
4682         * libdocument/ev-file-helpers.[ch]: (compression_run),
4683         (ev_file_uncompress), (ev_file_compress):
4684         * shell/ev-window.c: (file_save_dialog_response_cb):
4685
4686         Save document compressed when saving a copy of a compressed document.
4687         Fixes bug #334542.
4688
4689 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4690
4691         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4692
4693         Allow deleting in goto window entry in presentation mode. 
4694
4695 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4696
4697         * Makefile.am: Dist MAINTAINERS.
4698
4699 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4700
4701         * shell/ev-window.c: (ev_window_update_actions):
4702
4703         Fix zoom shortcut keys when searching. Fixes bug #409828.
4704
4705 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4706
4707         * shell/ev-window.c: (ev_window_setup_document):
4708
4709         Fix crash when loading documents with only one page. 
4710
4711 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4712
4713         * backend/dvi/dvi-document.c:
4714         (dvi_document_thumbnails_get_dimensions),
4715         (dvi_document_thumbnails_get_thumbnail):
4716         * backend/impress/impress-document.c:
4717         (impress_document_thumbnails_get_thumbnail),
4718         (impress_document_thumbnails_get_dimensions):
4719         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4720         (ps_document_thumbnails_get_dimensions):
4721         * backend/djvu/djvu-document.c:
4722         (djvu_document_thumbnails_get_dimensions),
4723         (djvu_document_thumbnails_get_thumbnail):
4724         * backend/tiff/tiff-document.c:
4725         (tiff_document_thumbnails_get_thumbnail),
4726         (tiff_document_thumbnails_get_dimensions):
4727         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4728         (pdf_document_thumbnails_get_thumbnail),
4729         (pdf_document_thumbnails_get_dimensions):
4730         * backend/comics/comics-document.c:
4731         (comics_document_thumbnails_get_thumbnail),
4732         (comics_document_thumbnails_get_dimensions):
4733         * backend/pixbuf/pixbuf-document.c:
4734         (pixbuf_document_thumbnails_get_thumbnail),
4735         (pixbuf_document_thumbnails_get_dimensions):
4736         * libdocument/ev-document-thumbnails.[ch]:
4737         (ev_document_thumbnails_get_thumbnail),
4738         (ev_document_thumbnails_get_dimensions):
4739         * libdocument/ev-document-misc.[ch]:
4740         (ev_document_misc_get_thumbnail_frame):
4741         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4742         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4743         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4744         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4745         (ev_sidebar_thumbnails_refresh):
4746         * shell/ev-window.c: (ev_window_setup_document):
4747         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4748
4749         Use an EvRenderContext for rendering thumbnails instead of a suggested
4750         width, so that different sized pages get sized proportionally.
4751
4752 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4753
4754         * shell/ev-view.c: (ev_view_button_press_event),
4755         (ev_view_key_press_event):
4756
4757         Fix critical warnings when there is no document loaded. 
4758
4759 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4760
4761         * shell/ev-page-action-widget.c:
4762         * shell/ev-navigation-action.c:
4763         * shell/ev-window.c:
4764
4765         Fix compile warnings. 
4766
4767 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4768
4769         * backend/djvu/djvu-text.h:
4770         * backend/djvu/djvu-document.c:
4771         * backend/djvu/djvu-text-page.c:
4772         * backend/djvu/djvu-links.c:
4773         * backend/djvu/djvu-text-page.h:
4774         * backend/djvu/djvu-text.c:
4775         
4776         Fix build on Mac. Fixes bug #392186. Patch by
4777         <ephraim_owns@hotmail.com>
4778
4779 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4780
4781         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4782
4783         Restore cairo context before rendering every page when printing a PDF
4784         document into a PDF file. 
4785
4786 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4787
4788         * backend/ps/gstypes.h:
4789         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4790         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4791         (ps_document_thumbnails_get_thumbnail):
4792
4793         Handle PostScript page orientation. Fixes bug #318568.
4794
4795 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4796
4797         * backend/ps/Makefile.am:
4798         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4799         (document_load), (ps_document_load), (save_document),
4800         (save_page_list), (ps_document_get_n_pages),
4801         (ps_document_get_page_size), (ps_document_get_info),
4802         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4803         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4804         (ps_document_thumbnails_get_thumbnail),
4805         (ps_document_thumbnails_get_dimensions),
4806         (ps_document_document_thumbnails_iface_init):
4807         * backend/ps/ps.[ch]: (psgetpagebox):
4808         * backend/ps/ps-interpreter.[ch]:
4809
4810         Add support for thumbnails in ps backend. Fixes bug #164755. 
4811
4812 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4813
4814         * NEWS:
4815         * configure.ac:
4816         
4817         Release 0.7.2
4818
4819 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4820
4821         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4822         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4823         (ev_window_dispose):
4824
4825         Use document thumbnail as window icon. Fixes bug #384442.
4826
4827 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4828
4829         * configure.ac:
4830
4831         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4832         duplicated adding application/x-bzpostscript instead. 
4833
4834 2007-02-11  Tom Parker  <palfrey@tevp.net>
4835
4836         * backend/ps/ps-document.c: (document_load):
4837
4838         Check return value of psscan before trying
4839         to use it. Fixes bug #372414.
4840
4841 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4842
4843         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4844
4845         Fix invalid free in ev-page-cache. Fixes bug #404745.
4846
4847 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4848
4849         * test/Makefile.am:
4850         * test/test3.py:
4851         
4852         Added reload test case.
4853
4854 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4855
4856         * po/POTFILES.in:
4857         * backend/djvu/djvu-document.c: (djvu_document_load):
4858
4859         Check whether there are missing files in indirect multipage djvu
4860         documents. Fixes bug #361683. 
4861
4862 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4863
4864         * test/Makefile.am:
4865         * test/test-mime.bin:
4866         * test/test3.py:
4867         
4868         Added test for slow mime type
4869
4870 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4871
4872         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4873
4874         Add some checks and call parent_class->finalize. Fixes bug #404745.
4875
4876 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4877
4878         * shell/ev-navigation-action.c: (connect_proxy):
4879         
4880         Fixes dropdown history menu. Thanks a lot Carlos!
4881
4882 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4883
4884         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4885
4886         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4887         bug #373715.
4888
4889 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4890
4891         * backend/ps/ps.c: (psscan):
4892
4893         Fix memory leak. 
4894
4895 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4896
4897         * configure.ac:
4898         * libdocument/ev-file-helpers.c: 
4899
4900         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4901
4902 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4903
4904         * configure.ac:
4905         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4906         (ps_interpreter_start), (document_load), (save_document),
4907         (save_page_list):
4908         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4909         * libdocument/ev-document-factory.c:
4910         (ev_document_factory_get_from_mime), (get_document_from_uri),
4911         (free_uncompressed_uri), (ev_document_factory_get_document):
4912         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4913
4914         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4915
4916 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4917
4918         * libdocument/ev-document.h:
4919
4920         Fix typo in function name. 
4921
4922 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4923
4924         * backend/ps/ps-document.c: (ps_interpreter_finished),
4925         (ps_interpreter_start), (ps_interpreter_failed):
4926
4927         Handle ghostscript interpreter crashes. 
4928
4929 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4930
4931         * shell/ev-window.c: (ev_window_open_uri),
4932         (window_configure_event_cb):
4933
4934         Setup window size and position before showing it. Fixes bug #401711.
4935
4936 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4937
4938         * backend/ps/Makefile.am:
4939         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4940         (ps_document_dispose), (ps_document_class_init),
4941         (ps_interpreter_input), (ps_interpreter_output),
4942         (ps_interpreter_error), (setup_interpreter_env),
4943         (ps_interpreter_start), (ps_interpreter_stop),
4944         (ps_interpreter_failed), (ps_interpreter_is_ready),
4945         (check_filecompressed), (document_load), (ps_document_load),
4946         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4947         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4948         (render_page):
4949
4950         Rework ps-document. Code cleanups, remove deprecated code. 
4951
4952 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4953
4954         * shell/ev-view.c: (ev_view_button_press_event):
4955
4956         Do not start an image drag and drop operation when pointer is on 
4957         text, so that we can select text when the whole background is an
4958         image. 
4959
4960 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4961
4962         * shell/ev-window.c: (ev_window_update_actions): 
4963
4964         Disable all zoom related actions during presentation mode. 
4965
4966 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4967
4968         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4969
4970         Do not zoom in or out on presentation mode. Fixes bug #401305.
4971
4972 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4973
4974         * shell/ev-navigation-action.c: (connect_proxy),
4975         (create_menu_item), (ev_navigation_action_class_init):
4976         
4977         Correctly show menu and fix crash when navigaton 
4978         action is out of toolbar visible area.
4979
4980 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4981
4982         * data/Makefile.am:
4983         * data/evince.1:
4984         
4985         Added man file
4986
4987 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4988
4989         * help/reference/* :
4990         * configure.ac:
4991         
4992         Added gtk-doc based documentation for Evince.
4993         Still in initial state but I hope it will
4994         grow.
4995         
4996         * configure.ac:
4997         
4998         Lower dbus requirement to 0.70
4999
5000 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5001
5002         * shell/ev-window.c: (ev_window_add_history):
5003
5004         Fix memory leak. 
5005
5006 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5007
5008         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5009         * shell/ev-view.h:
5010         * shell/ev-window.c: (ev_window_add_history):
5011         
5012         Correctly handle named destination links
5013
5014 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5015
5016         * NOTES:
5017         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5018         * backend/pdf/ev-poppler.cc:
5019         * libdocument/ev-document-links.h:
5020         * libdocument/ev-link.c: (ev_link_get_page):
5021         * libdocument/ev-link.h:
5022         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5023         (ev_history_add_link):
5024         * shell/ev-history.h:
5025         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5026         (new_history_menu_item), (build_menu):
5027         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5028         * shell/ev-sidebar-links.c: (create_loading_model),
5029         (print_section_cb), (ev_sidebar_links_construct),
5030         (fill_page_labels), (update_page_callback_foreach),
5031         (update_page_callback), (job_finished_callback):
5032         * shell/ev-view.c: (ev_view_handle_link):
5033         * shell/ev-window.c: (ev_window_find_chapter),
5034         (ev_window_add_history), (view_handle_link_cb),
5035         (history_changed_cb):
5036         
5037         Implements another history variant
5038
5039 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5040
5041         * shell/ev-window.c: (view_external_link_cb):
5042         * shell/ev-view.c: (ev_view_button_release_event):
5043
5044         Open links in new window when clicking with middle button. 
5045
5046 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5047
5048         * shell/ev-navigation-action.c: (new_history_menu_item):
5049         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5050         * shell/ev-view.c: (ev_view_handle_link):
5051         * shell/ev-window.c:
5052         
5053         Store link before jump, not the destination. For me it 
5054         seems like more natural history behavior.
5055
5056 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5057
5058         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5059         (ev_navigation_action_class_init):
5060         * shell/ev-navigation-action.h:
5061         * shell/ev-page-action.c: (activate_cb):
5062         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5063         (ev_page_cache_set_current_page_history):
5064         * shell/ev-page-cache.h:
5065         * shell/ev-sidebar-thumbnails.c:
5066         (ev_sidebar_tree_selection_changed),
5067         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5068         * shell/ev-view-private.h:
5069         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5070         * shell/ev-view.h:
5071         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5072         (ev_window_setup_document), (ev_window_load_job_cb):
5073         * shell/ev-window.h:
5074         
5075         History finally works as expected.
5076
5077 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5078
5079         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5080
5081         Do not update links treeview if it doesn't have a model assigned yet. 
5082
5083 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5084
5085         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5086         (ev_sidebar_links_class_init), (update_page_callback):
5087
5088         Do not update links treeview when sidepane is not visible. 
5089
5090 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5091
5092         * shell/ev-marshal.list:
5093         * shell/ev-page-action.c: (activate_cb),
5094         (ev_page_action_class_init):
5095         * shell/ev-page-action.h:
5096         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5097         * shell/ev-window.c:
5098         
5099         Remove activate_link signal, not required.
5100
5101 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5102
5103         * shell/ev-navigation-action.c: (build_menu):
5104         
5105         Reorder menu items and build menu with fixed length.
5106
5107 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5108
5109         * shell/ev-view.c: (get_selected_text):
5110         
5111         Normalize text to fix ligatures problem. See bug
5112         #341947 for details.
5113
5114 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5115
5116         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5117
5118         Fix memory leak in ev-page-cache. 
5119
5120 2007-01-25  Tom Parker <palfrey@tevp.net>
5121
5122         * backend/impress/impress-document.c: (impress_document_load),
5123         (impress_document_finalize), (impress_document_init):
5124         * properties/ev-properties-main.c: (ev_properties_get_pages):
5125         
5126         Correctly handle impress document errors. Fixes nautilus
5127         crash in property page #370491.
5128
5129 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5130
5131         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5132         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5133         (ev_job_queue_remove_job):
5134         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5135         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5136         (ev_job_load_run):
5137         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5138         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5139         (ev_window_load_job_cb), (xfer_update_progress_callback),
5140         (ev_window_open_uri), (ev_window_dispose):
5141         * shell/main.c: (main):
5142
5143         Do file transfer asynchronously in the main thread instead of
5144         synchronously in the load thread. Fixes bugs #399694, #398307 and
5145         #343542.
5146
5147 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5148
5149         * shell/ev-jobs.c: (ev_job_xfer_run):
5150
5151         Load the document with the font-config lock held. 
5152
5153 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5154
5155         * backend/ps/ps-document.c: (start_interpreter):
5156
5157         Fix memory leaks in ps backend. 
5158
5159 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5160
5161         * backend/impress/impress-document.c:
5162         (impress_document_render_pixbuf):
5163
5164         Do not acquire fontconfig lock in impress backend, since it is using
5165         the main loop for rendering. 
5166
5167 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5168
5169         * po/POTFILES.in: 
5170
5171         Remove mdvi files that shouldn't be translated. 
5172
5173 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5174
5175         * shell/ev-view-private.h:
5176         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5177         (ev_view_set_zoom):
5178
5179         Render "loading..." text into a cairo surface instead of directly into
5180         the window so that fontconfig lock is only needed once and UI is not
5181         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5182
5183 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5184
5185         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5186         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5187
5188         Use icon theme associated with the window screen rather than default. 
5189
5190 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5191
5192         * configure.ac:
5193
5194         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5195
5196 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5197
5198         * data/icons/*/apps/evince.*:
5199
5200         Move Evince icons under new apps directory.
5201
5202         * data/icons/*/actions/*:
5203
5204         Add new custom themeable Evince icons: view-page-continuous, 
5205         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5206         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5207
5208         * configure.ac:
5209
5210         Add new directories to AC_CONFIG_FILES.
5211
5212         * shell/ev-stock-icons.c:
5213         * shell/ev-stock-icons.h:
5214
5215         Use new custom themeable icons.
5216
5217 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5218
5219         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5220
5221         Do not draw white background page in presentation mode. 
5222
5223 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5224
5225         * shell/ev-view.c: Remove unused gnome-vfs include.
5226
5227 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5228
5229         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5230         
5231         Format string is corrected, fixes bug #397129.
5232
5233 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5234
5235         * shell/ev-window.c: (ev_window_setup_recent):
5236
5237         Do not include in recent menu inexistent documents. Fixes
5238         bug #339171.
5239
5240 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5241
5242         * po/POTFILES.skip: 
5243
5244         Update POTFILES.skip file according to current source tree. 
5245
5246 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5247
5248         * shell/ev-window.c: (file_save_dialog_response_cb):
5249
5250         Do Save a copy in atomic way. Fixes bug #328266. 
5251
5252 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5253
5254         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5255
5256         Keep selected cell always visible in index treeview.
5257
5258 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5259         
5260         * shell/ev-view.c: (ev_view_size_allocate):
5261
5262         Restore horizontal scrollbar after switching to/from fullscreen
5263         or presentation mode. Fixes bug #331728.
5264
5265 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5266
5267         * shell/ev-view-private.h:
5268         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5269         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5270         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5271         (ev_view_can_zoom_out):
5272
5273         Use max and min scale values in the view iby taking dpi into account. 
5274
5275 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5276
5277         * configure.ac:
5278         * NEWS:
5279
5280         Release 0.7.1
5281
5282 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5283
5284         * shell/ev-window.c: (ev_window_print_send):
5285
5286         Send print job to printer with some settings set to default values,
5287         since we have already exported to a file according to such settings
5288         and they could be taken twice by some printers. 
5289
5290 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5291
5292         * shell/ev-jobs.c: (ev_job_xfer_run):
5293         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5294
5295         Show main window and load document with the font-config lock held. 
5296
5297 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5298
5299         * configure.ac:
5300         * shell/ev-application.c: (ev_application_register_service):
5301         * shell/main.c: (load_files_remote):
5302
5303         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5304
5305 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5306
5307         * doc/debugging.txt:
5308         
5309         Remove obsolete documentation.
5310
5311 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5312
5313         * Makefile.am:
5314         * backend/Makefile.am:
5315         * backend/comics/Makefile.am:
5316         * backend/djvu/Makefile.am:
5317         * backend/dvi/Makefile.am:
5318         * backend/ev-async-renderer.c:
5319         * backend/ev-async-renderer.h:
5320         * backend/ev-attachment.c:
5321         * backend/ev-attachment.h:
5322         * backend/ev-backend-marshal.c:
5323         * backend/ev-document-factory.c:
5324         * backend/ev-document-factory.h:
5325         * backend/ev-document-find.c:
5326         * backend/ev-document-find.h:
5327         * backend/ev-document-fonts.c:
5328         * backend/ev-document-fonts.h:
5329         * backend/ev-document-images.c:
5330         * backend/ev-document-images.h:
5331         * backend/ev-document-info.h:
5332         * backend/ev-document-links.c:
5333         * backend/ev-document-links.h:
5334         * backend/ev-document-misc.c:
5335         * backend/ev-document-misc.h:
5336         * backend/ev-document-security.c:
5337         * backend/ev-document-security.h:
5338         * backend/ev-document-thumbnails.c:
5339         * backend/ev-document-thumbnails.h:
5340         * backend/ev-document-transition.c:
5341         * backend/ev-document-transition.h:
5342         * backend/ev-document.c:
5343         * backend/ev-document.h:
5344         * backend/ev-file-exporter.c:
5345         * backend/ev-file-exporter.h:
5346         * backend/ev-image.c:
5347         * backend/ev-image.h:
5348         * backend/ev-link-action.c:
5349         * backend/ev-link-action.h:
5350         * backend/ev-link-dest.c:
5351         * backend/ev-link-dest.h:
5352         * backend/ev-link.c:
5353         * backend/ev-link.h:
5354         * backend/ev-render-context.c:
5355         * backend/ev-render-context.h:
5356         * backend/ev-selection.c:
5357         * backend/ev-selection.h:
5358         * backend/impress/Makefile.am:
5359         * backend/pdf/Makefile.am:
5360         * backend/pixbuf/Makefile.am:
5361         * backend/ps/Makefile.am:
5362         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5363         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5364         (start_interpreter), (stop_interpreter), (document_load),
5365         (ps_document_next_page), (render_page):
5366         * backend/tiff/Makefile.am:
5367         * comics/Makefile.am:
5368         * comics/comics-document.c:
5369         * comics/comics-document.h:
5370         * configure.ac:
5371         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5372         * djvu/Makefile.am:
5373         * djvu/djvu-document-private.h:
5374         * djvu/djvu-document.c:
5375         * djvu/djvu-document.h:
5376         * djvu/djvu-links.c:
5377         * djvu/djvu-links.h:
5378         * djvu/djvu-text-page.c:
5379         * djvu/djvu-text-page.h:
5380         * djvu/djvu-text.c:
5381         * djvu/djvu-text.h:
5382         * dvi/Makefile.am:
5383         * dvi/dvi-document.c:
5384         * dvi/dvi-document.h:
5385         * dvi/fonts.c:
5386         * dvi/fonts.h:
5387         * dvi/mdvi-lib/Makefile.am:
5388         * dvi/mdvi-lib/afmparse.c:
5389         * dvi/mdvi-lib/afmparse.h:
5390         * dvi/mdvi-lib/bitmap.c:
5391         * dvi/mdvi-lib/bitmap.h:
5392         * dvi/mdvi-lib/color.c:
5393         * dvi/mdvi-lib/color.h:
5394         * dvi/mdvi-lib/common.c:
5395         * dvi/mdvi-lib/common.h:
5396         * dvi/mdvi-lib/defaults.h:
5397         * dvi/mdvi-lib/dvimisc.c:
5398         * dvi/mdvi-lib/dviopcodes.h:
5399         * dvi/mdvi-lib/dviread.c:
5400         * dvi/mdvi-lib/files.c:
5401         * dvi/mdvi-lib/font.c:
5402         * dvi/mdvi-lib/fontmap.c:
5403         * dvi/mdvi-lib/fontmap.h:
5404         * dvi/mdvi-lib/fontsrch.c:
5405         * dvi/mdvi-lib/gf.c:
5406         * dvi/mdvi-lib/hash.c:
5407         * dvi/mdvi-lib/hash.h:
5408         * dvi/mdvi-lib/list.c:
5409         * dvi/mdvi-lib/mdvi.h:
5410         * dvi/mdvi-lib/pagesel.c:
5411         * dvi/mdvi-lib/paper.c:
5412         * dvi/mdvi-lib/paper.h:
5413         * dvi/mdvi-lib/pk.c:
5414         * dvi/mdvi-lib/private.h:
5415         * dvi/mdvi-lib/setup.c:
5416         * dvi/mdvi-lib/sp-epsf.c:
5417         * dvi/mdvi-lib/special.c:
5418         * dvi/mdvi-lib/sysdeps.h:
5419         * dvi/mdvi-lib/t1.c:
5420         * dvi/mdvi-lib/tfm.c:
5421         * dvi/mdvi-lib/tfmfile.c:
5422         * dvi/mdvi-lib/tt.c:
5423         * dvi/mdvi-lib/util.c:
5424         * dvi/mdvi-lib/vf.c:
5425         * dvi/pixbuf-device.c:
5426         * dvi/pixbuf-device.h:
5427         * impress/Makefile.am:
5428         * impress/common.h:
5429         * impress/document.c:
5430         * impress/f_oasis.c:
5431         * impress/f_oo13.c:
5432         * impress/iksemel.c:
5433         * impress/iksemel.h:
5434         * impress/imposter.h:
5435         * impress/impress-document.c:
5436         * impress/impress-document.h:
5437         * impress/internal.h:
5438         * impress/r_back.c:
5439         * impress/r_draw.c:
5440         * impress/r_geometry.c:
5441         * impress/r_gradient.c:
5442         * impress/r_style.c:
5443         * impress/r_text.c:
5444         * impress/render.c:
5445         * impress/render.h:
5446         * impress/zip.c:
5447         * impress/zip.h:
5448         * lib/Makefile.am:
5449         * lib/ev-debug.c:
5450         * lib/ev-debug.h:
5451         * lib/ev-file-helpers.c:
5452         * lib/ev-file-helpers.h:
5453         * lib/ev-gui.c:
5454         * lib/ev-gui.h:
5455         * lib/ev-tooltip.c:
5456         * lib/ev-tooltip.h:
5457         * libdocument/Makefile.am:
5458         * libdocument/ev-file-helpers.c:
5459         * pdf/Makefile.am:
5460         * pdf/ev-poppler.cc:
5461         * pdf/ev-poppler.h:
5462         * pixbuf/Makefile.am:
5463         * pixbuf/pixbuf-document.c:
5464         * pixbuf/pixbuf-document.h:
5465         * properties/Makefile.am:
5466         * ps/Makefile.am:
5467         * ps/gsdefaults.c:
5468         * ps/gsdefaults.h:
5469         * ps/gsio.c:
5470         * ps/gsio.h:
5471         * ps/gstypes.h:
5472         * ps/ps-document.c:
5473         * ps/ps-document.h:
5474         * ps/ps.c:
5475         * ps/ps.h:
5476         * shell/Makefile.am:
5477         * shell/ev-application.h:
5478         * shell/ev-sidebar-links.c:
5479         * shell/ev-sidebar-links.h:
5480         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5481         (ev_gui_menu_position_tree_selection):
5482         * shell/ev-utils.h:
5483         * shell/ev-view.c: (ev_view_finalize):
5484         * shell/ev-window.c:
5485         * shell/main.c: (main):
5486         * thumbnailer/Makefile.am:
5487         * tiff/Makefile.am:
5488         * tiff/tiff-document.c:
5489         * tiff/tiff-document.h:
5490         * tiff/tiff2ps.c:
5491         * tiff/tiff2ps.h:
5492         
5493         Reorganize source tree.
5494
5495 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5496
5497         * backend/ev-document-factory.c:
5498
5499         Do not include ev-poppler.h when pdf is disabled. 
5500
5501 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5502
5503         * configure.ac:
5504         * data/evince-ui.xml:
5505         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5506         (pdf_document_document_images_iface_init):
5507         * backend/Makefile.am:
5508         * backend/ev-document-images.[ch]:
5509         * backend/ev-image.[ch]:
5510         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5511         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5512         (ev_job_xfer_run):
5513         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5514         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5515         (ev_pixbuf_cache_get_image_mapping):
5516         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5517         (view_menu_popup_cb), (ev_window_dispose),
5518         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5519         (ev_view_popup_cmd_copy_image):
5520         * shell/ev-view-private.h:
5521         * shell/ev-view.c: (ev_view_get_image_at_location),
5522         (ev_view_do_popup_menu), (ev_view_popup_menu),
5523         (ev_view_button_press_event), (ev_view_drag_data_get),
5524         (ev_view_drag_motion), (ev_view_drag_data_received),
5525         (ev_view_motion_notify_event), (ev_view_button_release_event),
5526         (ev_view_finalize), (ev_view_class_init):
5527
5528         Add image handling support. Fixes bugs #310008 and #325047. Images
5529         selection is not supported yet. 
5530
5531 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5532
5533         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5534         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5535         (ev_view_init):
5536
5537         Move view drag and drop stuff to ev-view.
5538
5539 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5540
5541         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5542         * shell/ev-view.c: (clear_selection): 
5543
5544         Clear selection also in pixbuf cache.
5545
5546 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5547
5548         * data/evince.desktop.in.in:
5549         
5550         Change icon name in desktop file. See bug #390734
5551         for details.
5552
5553 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5554
5555         * thumbnailer/Makefile.am:
5556
5557         Use top_builddir instead top_srcdir for generated schema
5558         file installation. Fixes bug #390161.
5559
5560 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5561
5562         * configure.ac:
5563         * backend/Makefile.am:
5564         * backend/ev-document-transition.[ch]:
5565         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5566         (pdf_document_page_transition_iface_init):
5567         * shell/ev-view-private.h:
5568         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5569         (ev_view_set_presentation), (transition_next_page),
5570         (ev_view_presentation_transition_stop),
5571         (ev_view_presentation_transition_start), (ev_view_next_page):
5572
5573         Add page transition support in presentation mode. At the moment only
5574         page duration is supported, but not transition effects. Fixes bug
5575         #309815.
5576
5577 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5578
5579         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5580
5581         Run find_link_dest with document lock held, since it's called by links
5582         thread and main thread at the same time. 
5583
5584 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5585
5586         * shell/ev-view.c: (goto_dest):
5587
5588         Update page-cache when page is changed by the view, so that
5589         page-changed signal is emitted. 
5590
5591 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5592
5593         * test/test1.py:
5594         * test/test2.py:
5595
5596         Use C locale in tests. 
5597
5598 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5599
5600         * shell/ev-window.c: (ev_window_run_presentation):
5601         * shell/ev-view-private.h:
5602         * shell/ev-view.c: (ev_view_set_presentation):
5603
5604         Restore zoom settings when back from presentation mode. 
5605
5606 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5607
5608         * shell/ev-window.c: (ev_window_run_presentation):
5609
5610         Always use "best fit" zoom in presentation mode.
5611         Fixes bug #389195.
5612
5613 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5614
5615         * shell/ev-view.c: (ev_view_goto_window_create):
5616
5617         Show "Jump to page" label in the page jumping popup in
5618         presentation mode instead of just a GtkEntry.
5619
5620 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5621
5622         * shell/ev-window.c: (launch_external_uri):
5623
5624         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5625         #378085.
5626
5627 2006-12-22  Elijah Newren  <newren gmail com>
5628
5629         * configure.ac: explicitly check for libxml2.  Fixes #388795
5630
5631 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5632
5633         * shell/ev-view-private.h:
5634         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5635         (ev_view_goto_window_delete_event), (key_is_numeric),
5636         (ev_view_goto_window_key_press_event),
5637         (ev_view_goto_window_button_press_event),
5638         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5639         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5640         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5641
5642         Allow jumping to another page by typing a page number in presentation
5643         mode. It uses a popup window with an entry. Fixes bug #353625.
5644
5645 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5646
5647         * configure.ac:
5648         * properties/ev-properties-view.c: (ev_get_default_user_units),
5649         (ev_regular_paper_size):
5650         
5651         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5652         to Damien Carbery <damien.carbery@sun.com> and
5653         Yevgen Muntyan <muntyan@tamu.edu>.
5654
5655 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5656
5657         * shell/ev-window.c: (setup_document_from_metadata):
5658
5659         Make sure Evince doesn't restore the view on the last
5660         page when a document is reopened. Fixes bug #383381.
5661
5662 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5663
5664         * shell/ev-view.c: (draw_loading_text):
5665
5666         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5667
5668 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5669
5670         * configure.ac:
5671         * NEWS:
5672
5673         Release 0.7.0
5674
5675 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5676
5677         * configure.ac:
5678         * pdf/ev-poppler.cc: (pdf_print_context_free),
5679         (pdf_document_file_exporter_begin),
5680         (pdf_document_file_exporter_do_page):
5681
5682         Make cairo-pdf depedency optional. 
5683
5684 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5685
5686         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5687
5688         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5689
5690 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5691
5692         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5693         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5694         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5695         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5696         * shell/ev-view.c: (draw_loading_text):
5697         * shell/ev-window.c: (ev_window_cmd_file_properties):
5698
5699         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5700         related to using FontConfig from different threads.
5701         
5702 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5703
5704         * shell/ev-view.c: (draw_loading_text):
5705
5706         Acquire lock document when drawing "Loading..." text so that only one
5707         thread will use FontConfig at the same time. Fixes bug #374750.
5708
5709 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5710
5711         * shell/ev-page-action.[ch]: (activate_cb):
5712         * shell/ev-window.c: (activate_label_cb):
5713
5714         Check if text inserted in page entry is a valid page number when it
5715         doesn't match to any document page label. Fixes bug #383165.
5716
5717 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5718         * shell/ev-window.c:
5719
5720         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5721         available with GTK < 2.10. Added an ifdef to avoid compilation
5722         error.
5723
5724 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5725
5726         * configure.ac:
5727         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5728
5729         Fix ps backend in multihead systems.
5730
5731 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5732
5733         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5734         * shell/ev-window.c: (ev_window_get_screen_dpi),
5735         (ev_window_update_actions), (setup_view_from_metadata),
5736         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5737
5738         Take screen DPI into account when zooming. Fixes bug #318285.
5739
5740 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5741
5742         * data/Makefile.am:
5743
5744         Cleaned up/slightly refactored Makefile.am. Added GConf
5745         schemas uninstallation as well.
5746
5747 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5748
5749         * Makefile.am:
5750         * test/Makefile.am:
5751
5752         Fight with autotools to fix make check. Make distcheck
5753         works fine as well now!
5754
5755 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5756
5757         * shell/ev-view.c: (draw_end_presentation_page):
5758
5759         Corrected "end of presentation" string.
5760
5761 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5762
5763         * shell/ev-view.c: (ev_view_key_press_event):
5764
5765         Correctly propagate key press event so that up/down keys
5766         work as expected (correct behaviour was broken by
5767         black/white screen key bindings for presentations).
5768
5769 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5770
5771         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5772         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5773         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5774         (pdf_selection_get_selection_region),
5775         (pdf_selection_get_selection_map):
5776
5777         Add "static" to some private functions. 
5778
5779 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5780
5781         * lib/ev-tooltip.h:
5782         * properties/ev-properties-view.h:
5783         * shell/ev-jobs.h:
5784         * shell/ev-properties-dialog.h:
5785         * shell/ev-properties-fonts.h:
5786         * shell/ev-sidebar-links.h:
5787         * shell/ev-sidebar-thumbnails.h:
5788         * shell/ev-sidebar.h:
5789         * shell/ev-window.h:
5790         
5791         Fixes CHACK type in class casts. See bug #385343
5792         for details.
5793
5794 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5795
5796         * shell/ev-view-private.h:
5797         * shell/ev-view.c: (draw_end_presentation_page),
5798         (ev_view_expose_event), (ev_view_key_press_event),
5799         (ev_view_class_init), (ev_view_init):
5800
5801         Blank screen in presentation mode when pressing 'b' (filling with
5802         black) or 'w' (filling with white) keys. Fixes bug #358132.
5803
5804 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5805
5806         * data/evince-toolbar.xml:
5807         * shell/ev-window.c:
5808         
5809         Use stock icon for Select All action. Fixes
5810         bug #382652.
5811
5812 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5813
5814         * shell/ev-view.c: (get_doc_point_from_offset),
5815         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5816
5817         Add links support in rotated documents. Fixes bug #343733.
5818
5819 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5820
5821         * shell/ev-view-private.h:
5822         * shell/ev-view.c: (draw_end_presentation_page),
5823         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5824
5825         Show a blank page after the last page in presentation mode with a
5826         message indicating that presentation has finished and how to exit. 
5827
5828 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5829
5830         * shell/ev-window.c: (fullscreen_timeout_cb):
5831
5832         Hide cursor after a while in presentation mode. 
5833
5834 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5835
5836         * backend/ev-document-info.h:
5837         * data/evince-properties.glade:
5838         * pdf/ev-poppler.cc:
5839         * properties/ev-properties-view.c: (ev_regular_paper_size),
5840         (ev_properties_view_set_info):
5841         * ps/ps-document.c: (ps_document_get_info):
5842
5843         Adds a paper size field to the properties dialog. Fixes
5844         bug #307315. Patch by Kasper Svendsen (with some i18n
5845         changes done by me).
5846
5847 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5848
5849         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5850         (screensaver_init_dbus), (totem_scrsaver_new),
5851         (totem_scrsaver_init):
5852         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5853         * shell/ev-application.c: (ev_application_register_service),
5854         (ev_application_screensaver_enable),
5855         (ev_application_screensaver_disable):
5856         * shell/ev-application.h:
5857         * shell/ev-window.c: (ev_window_run_presentation),
5858         (ev_window_stop_presentation), (build_comments_string),
5859         (ev_window_init):
5860         
5861         Move screensaver handling to application. No more
5862         message on startup.
5863
5864 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5865
5866         * configure.ac:
5867         * backend/Makefile.am:
5868         * backend/ev-file-exporter.[ch]:
5869         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5870         * ps/ps-document.c: (ps_document_file_exporter_*):
5871         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5872         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5873         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5874         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5875
5876         Allow printing to PDF when suppoted by the backend.
5877         
5878 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5879
5880         * shell/ev-window.c: (build_comments_string):
5881
5882         Use always "Document Viewer" in about dialog. 
5883
5884 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5885
5886         * djvu/djvu-document.c: (djvu_document_get_page_size):
5887
5888         Display a warning message when get_pageinfo fails. 
5889
5890 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5891
5892         * Makefile.am:
5893         * backend/Makefile.am:
5894         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5895         * configure.ac:
5896         * shell/ev-window.c: (build_comments_string):
5897         
5898         Make pdf compilation optional. See bug #38007.
5899
5900 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5901
5902         * ps/ps.c: (get_next_text):
5903
5904         Fix CVE-2006-5864.
5905
5906 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5907
5908         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5909         * shell/ev-navigation-action.c: (connect_proxy),
5910         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5911         
5912         Do not call g_type_class_peek_parent twice.
5913
5914 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5915
5916         * configure.ac:
5917         * data/icons/24x24/.cvsignore:
5918         * data/icons/24x24/Makefile.am:
5919         * data/icons/24x24/evince.png:
5920         * data/icons/Makefile.am:
5921         
5922         Add 24x24 icon. Thanks to 
5923         Michael Monreal <infernux@web.de>.
5924
5925 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5926
5927         * configure.ac: Fix typo in configure.ac. Thanks
5928         to dmacks@netspace.org for notification.
5929
5930 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5931
5932         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5933         
5934         Drop dbus include, fixes compilation with older dbus.
5935
5936 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5937
5938         * configure.ac:
5939         * cut-n-paste/Makefile.am:
5940         * cut-n-paste/totem-screensaver/.cvsignore
5941         * cut-n-paste/totem-screensaver/Makefile.am:
5942         * cut-n-paste/totem-screensaver/README:
5943         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5944         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5945         * shell/Makefile.am:
5946         * shell/ev-window.c: (ev_window_run_presentation),
5947         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5948         (ev_window_init):
5949
5950         Implemented screensaver enabling/disabling for
5951         presentation mode (not fullscreen mode). Code stolen
5952         from Totem (with some minor tweaks). Fixes bug #338889.
5953
5954 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5955
5956         * configure.ac:
5957
5958         Bump gnome-icon-theme requirements. We use the rotation
5959         icons that appeared recently.
5960
5961 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5962
5963         * shell/ev-history.c: (ev_history_add_page):
5964         * shell/ev-history.h:
5965         * shell/ev-window.c: (page_changed_cb):
5966         
5967         Use page labels instead of numbers.
5968
5969 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5970
5971         * data/evince-toolbar.xml:
5972         * po/POTFILES.in:
5973         * shell/Makefile.am:
5974         * shell/ev-navigation-action-widget.c:
5975         (ev_navigation_action_widget_init),
5976         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5977         (menu_detacher), (ev_navigation_action_widget_set_menu),
5978         (menu_position_func), (popup_menu_under_arrow),
5979         (ev_navigation_action_widget_toggled),
5980         (ev_navigation_action_widget_button_press_event):
5981         * shell/ev-navigation-action-widget.h:
5982         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5983         (ev_navigation_action_set_window), (activate_menu_item_cb),
5984         (new_history_menu_item), (new_empty_history_menu_item),
5985         (build_menu), (menu_activated_cb), (connect_proxy),
5986         (create_tool_item), (ev_navigation_action_init),
5987         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5988         * shell/ev-navigation-action.h:
5989         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5990         (ev_page_action_widget_set_page_cache),
5991         (ev_page_action_widget_finalize),
5992         (ev_page_action_widget_class_init), (match_selected_cb),
5993         (display_completion_text), (match_completion), (build_new_tree_cb),
5994         (get_filter_model_from_model),
5995         (ev_page_action_widget_update_model):
5996         * shell/ev-page-action-widget.h:
5997         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5998         (connect_proxy):
5999         * shell/ev-page-action.h:
6000         * shell/ev-stock-icons.c:
6001         * shell/ev-stock-icons.h:
6002         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6003         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6004         (register_custom_actions):
6005         * shell/main.c:
6006         
6007         Preliminary history implementation
6008
6009 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6010
6011         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6012         (dvi_document_class_init), (dvi_document_init_params):
6013         * dvi/mdvi-lib/font.c: (font_reference):
6014         
6015         Add reference to subfont. Fixes bug #374277.
6016
6017 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6018
6019         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6020         (ev_window_cmd_file_open_copy_at_dest):
6021
6022         Fix a race condition when creating symlink. Increase the counter
6023         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6024         Mathias Hasselmann).
6025
6026 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6027
6028         * backend/Makefile.am:
6029         * backend/ev-attachment.c: (ev_attachment_open):
6030         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6031         (ev_tmp_dir), (ev_tmp_filename):
6032         * shell/ev-sidebar-attachments.c:
6033         (ev_sidebar_attachments_drag_data_get):
6034         * shell/ev-window.c: (ev_window_clear_temp_file):
6035
6036         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6037         in ensure_dir_exists. Abort without crashing when we can't create
6038         user's directory.
6039
6040 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6041
6042         * data/evince-ui.xml:
6043         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6044         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6045         (ev_window_cmd_file_open_copy_at_dest),
6046         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6047         (ev_view_popup_cmd_open_link_new_window):
6048
6049         Allow opening a copy of the current document in a new window. Fixes bug
6050         #357472
6051
6052 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6053
6054         * data/evince-toolbar.xml:
6055         
6056         Add rotate right and rotate left to available items for toolbar.
6057         
6058         * data/evince-ui.xml:
6059         * shell/ev-window.c: (ev_window_init):
6060         
6061         Customize toolbar with right click. Fixes bug #372451.
6062
6063 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6064
6065         * shell/ev-window.c: 
6066         
6067         Use "object-rotate-{left,right}" stock icons. Fixes 
6068         bug #373863.
6069
6070 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6071
6072         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6073         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6074         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6075         (ev_window_open_uri):
6076         * shell/main.c: (arguments_parse):
6077
6078         Remove temp file created when evince is used by GTK+ in
6079         preview mode. Fixes bug #365282. 
6080
6081 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6082
6083         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6084         
6085         Fixes bug #372474 - Side pane disabled when entering 
6086         and leaving fullscreen mode.
6087
6088 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6089
6090         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6091         * data/Makefile.am:
6092         * data/evince-preview-toolbar.xml:
6093         * data/evince-toolbar.xml:
6094         * shell/ev-application.c: (ev_application_shutdown),
6095         (ev_application_init), (ev_application_get_toolbars_model):
6096         * shell/ev-application.h:
6097         * shell/ev-window.c: (update_chrome_visibility),
6098         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6099         (ev_window_cmd_edit_toolbar), (ev_window_init):
6100         
6101         Fixes bug #364364 - toolbar editor shows zoom actions again.
6102
6103 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6104
6105         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6106
6107         Do not take margins into consideration for paper size when printing.
6108         Really fixes bug #350491.
6109
6110 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6111
6112         * data/evince-ui.xml:
6113         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6114         (ev_window_cmd_file_print_setup),
6115         (ev_window_print_dialog_response_cb),
6116         (ev_window_setup_action_sensitivity):
6117
6118         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6119
6120 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6121
6122         * shell/ev-window.c: (ev_window_print_range):
6123
6124         Revert my previuos commit, since printing to PDF is not supported by
6125         evince yet. 
6126
6127 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6128
6129         * shell/ev-window.c: (ev_window_print_range):
6130
6131         Enable print to a PDF. Fixes bug #332121.
6132
6133 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6134
6135         * shell/ev-application-service.xml:
6136         * shell/ev-application.[ch]: (ev_application_open_window),
6137         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6138         (ev_application_open_uri), (ev_application_open_uri_list):
6139         * shell/ev-window.c: (file_open_dialog_response_cb),
6140         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6141         (drag_data_received_cb), (open_remote_link):
6142         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6143
6144         Add support for multiscreen systems. Fixes bug #316206.
6145
6146 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6147
6148         * shell/ev-jobs.[ch]: (ev_job_print_new),
6149         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6150         (ev_job_print_do_page):
6151         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6152
6153         Allow printing only odd/even pages. Fixes bug #367289.
6154
6155 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6156
6157         * test/test1.py:
6158         * test/test2.py:
6159
6160         Re-add locale settings to test files.
6161
6162 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6163
6164         * data/evince-ui.xml:
6165         * shell/ev-window.c: (set_action_properties):
6166         
6167         Removed garbage from code and ui.
6168
6169 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6170
6171         * shell/ev-window.c: (ev_window_cmd_help_about):
6172
6173         Shamelessly add my name to the list of contributors.
6174
6175 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6176
6177         * test/test1.py:
6178         * test/test2.py:
6179
6180         Cleaned up the dogtail scripts.
6181
6182 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6183
6184         * shell/ev-view.c: (draw_loading_text): Don't render
6185         "loading..." text in presentation mode. Temporary
6186         workaround for bug #320352.
6187
6188 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6189
6190         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6191         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6192
6193         Use print settings scale, copies, collate and reverse which were
6194         ignored. Fixes bug #359032.
6195
6196 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6197
6198         * configure.ac:
6199         * data/evince-password.glade:
6200         * test/Makefile.am:
6201         * test/test-encrypt.pdf:
6202         * test/test-links.pdf:
6203         * test/test1.py:
6204         * test/test2.py:
6205
6206         Add automated UI tests for evince with dogtail. See
6207         bug #300948.    
6208
6209 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6210
6211         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6212
6213         Hide fullscreen toolbar when switching to another desktop workspace.
6214         Fixes bug #338871
6215
6216 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6217
6218         * shell/ev-window-title.c: 
6219         
6220         Test for .dvi in title of pdf documents.
6221
6222 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6223
6224         * shell/ev-view.c: (ev_view_scroll):
6225
6226         Page Up/Down should do page jumps in "Best fit" mode.
6227         If a user has explicitly chosen to view exactly one page
6228         at a time, scrolling just a part of the page when
6229         pressing Page Up/Down is not right. Fixes bug #323107.
6230
6231 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6232
6233         * NEWS:
6234         * configure.ac:
6235         
6236         Update for 0.6.1
6237
6238 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6239
6240         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6241         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6242         
6243         Correctly disconnect from job signals on destroy.
6244
6245 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6246
6247         * shell/ev-view-private.h:
6248         * shell/ev-view.c: (view_set_adjustment_values),
6249         (view_update_range_and_current_page),
6250         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6251         
6252         Fixes bug #343199, current page now follows find page.
6253
6254 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6255
6256         * backend/ev-document-factory.c:
6257         * configure.ac:
6258         Assigned OpenDocument presenation MIME type to the
6259         Impress backend. Added some missing (but harmless)
6260         #ifdefs in the document factory as well to make things
6261         consistent again. Fixes bug #360658.
6262
6263 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6264
6265         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6266         * backend/ev-document-find.c: (ev_document_find_get_type):
6267         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6268         * backend/ev-document-links.c: (ev_document_links_get_type):
6269         * backend/ev-document-security.c: (ev_document_security_get_type):
6270         * backend/ev-document-thumbnails.c:
6271         (ev_document_thumbnails_get_type):
6272         * backend/ev-document.c: (ev_document_get_type):
6273         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6274         * backend/ev-selection.c: (ev_selection_get_type):
6275         * cut-n-paste/recent-files/egg-recent-model.c:
6276         (egg_recent_model_get_type):
6277         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6278         (egg_recent_view_uimanager_get_type):
6279         * cut-n-paste/recent-files/egg-recent-view.c:
6280         (egg_recent_view_get_type):
6281         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6282         (egg_editable_toolbar_get_type):
6283         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6284         (egg_toolbar_editor_get_type):
6285         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6286         (egg_toolbars_model_get_type):
6287         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6288         (egg_tree_multi_drag_source_get_type):
6289         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6290         (ephy_zoom_action_get_type):
6291         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6292         (ephy_zoom_control_get_type):
6293         * impress/r_back.c: (_imp_fill_back):
6294         * properties/ev-properties-main.c:
6295         (ev_properties_plugin_register_type):
6296         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6297         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6298         (ev_view_accessible_factory_get_type):
6299
6300         Reduce relocations. Bug #360616.
6301
6302 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6303
6304         * backend/ev-document-factory.c:
6305         (ev_document_factory_get_document):
6306         
6307         Load document even if extension is wrong.
6308
6309 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6310
6311         * shell/ev-metadata-manager.c: (save_values):
6312         * shell/ev-window.c: (setup_size_from_metadata),
6313         (setup_view_from_metadata), (ev_window_setup_document),
6314         (ev_window_xfer_job_cb), (window_configure_event_cb):
6315         
6316         Set size according to the document size/page size ratio.
6317         That should correct rather wierd behaviour of the previous
6318         commit.
6319
6320 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6321
6322         * shell/ev-window.c: (setup_view_from_metadata):
6323         
6324         Set size for new windows from previous window size.
6325         See bugs #354968 and #168450 for details. Thanks
6326         to Meik Hellmund.
6327
6328 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6329
6330         * djvu/djvu-links.c: (build_tree):
6331
6332         Fix memory leak.
6333
6334 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6335
6336         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6337         
6338         Don't make sidebar close button insensitive. Fixes
6339         bug #357871.
6340
6341 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6342
6343         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6344         (ev_window_set_view_accels_sensitivity):
6345         
6346         Don't enable Slash on documents which don't support
6347         find. Fixes bug #358648.
6348
6349 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6350
6351         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6352         open dialog fall back to the current document uri if the
6353         filechooser hasn't been used before. Fixes bug #356980.
6354
6355 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6356
6357         * shell/ev-window.c: (ev_window_setup_recent), 
6358         (ev_window_get_recent_file_label):
6359
6360         Escape underscores in filenames of recent file items.
6361
6362 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6363
6364         * configure.ac:
6365         
6366         Bumped poppler requirements, really 0.5.3 is very 
6367         buggy, now we require 0.5.4.
6368
6369 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6370
6371         * djvu/Makefile.am:
6372         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6373         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6374         (djvu_document_document_links_iface_init):
6375         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6376         (number_from_string_10), (get_djvu_link_dest),
6377         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6378         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6379         (djvu_links_get_links), (djvu_links_find_link_dest),
6380         (djvu_links_get_links_model):
6381         * djvu/djvu-links.h:
6382         
6383         Add support for links and bookmarks in djvu documents. Thanks
6384         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6385         patch.
6386
6387 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6388
6389         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6390         
6391         Reopen should reload document. Fixes 
6392         bug 327951.
6393
6394 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6395
6396         * configure.ac:
6397         * data/Makefile.am:
6398         * data/evince-16.png:
6399         * data/evince-22.png:
6400         * data/evince.png:
6401         * data/evince.svg:
6402         * data/icons/16x16/Makefile.am:
6403         * data/icons/16x16/evince.png:
6404         * data/icons/22x22/Makefile.am:
6405         * data/icons/22x22/evince.png:
6406         * data/icons/48x48/Makefile.am:
6407         * data/icons/48x48/evince.png:
6408         * data/icons/Makefile.am:
6409         * data/icons/scalable/Makefile.am:
6410         * data/icons/scalable/evince.svg:
6411         
6412         Install icons with correct names. Fixes
6413         bug #354429.
6414
6415 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6416
6417         * shell/ev-view.c: (ev_view_button_release_event):
6418
6419         Don't open links with middle mouse button. Fixes bug #353649
6420
6421 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6422
6423         * NEWS:
6424         * configure.ac:
6425         
6426         Update for release 0.6.0
6427
6428 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6429
6430         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6431         Implement Close named action. Patch by Carlos Garcia Campos.
6432
6433 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6434
6435         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6436         
6437         Don't clear link mapping on copy_job_to_job_info. Fixes
6438         bug 346168.
6439
6440 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6441
6442         * shell/main.c: (main):
6443
6444         Revert my previous commit, gnome_program_init owns the option context.
6445         Fix another memory leak in main. Both caught by Christian Persch. 
6446
6447 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6448
6449         * shell/main.c: (main):
6450
6451         Fix memory leak.
6452
6453 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6454
6455         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6456
6457         Fix crash when opening a pdf with password protection. 
6458
6459 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6460
6461         * pdf/ev-poppler.cc: (pdf_document_search_free):
6462
6463         Fix memory leak. 
6464
6465 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6466
6467         * backend/ev-document-factory.c:
6468         (ev_document_factory_get_document):
6469         * tiff/tiff-document.c: (tiff_document_finalize):
6470         
6471         More correct handling of document loading. Fixes
6472         bug #349043.
6473
6474 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6475
6476         * backend/ev-attachment.c: (ev_attachment_save):
6477
6478         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6479         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6480
6481 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6482         
6483         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6484         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6485
6486 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6487
6488         * shell/ev-sidebar-thumbnails.c:
6489
6490         Do not render thumbnails unless thumbnails page is active in the
6491         sidebar.
6492
6493 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6494
6495         * shell/ev-properties-dialog.c:
6496
6497         Fix dialogue spacing. Bug #351370.
6498
6499 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6500
6501         * configure.ac:
6502
6503         Use lowercase gettext catalog file names (evince.mo
6504         instead of Evince.mo)
6505
6506 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6507
6508         * shell/ev-sidebar-attachments.c:
6509
6510         GtkIconTheme is now screen safe too. Fixes bug #350878
6511
6512 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6513
6514         * shell/ev-window.c:
6515
6516         GtkRecent manager is now screen safe. Fixes bug #350145
6517
6518 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * shell/ev-sidebar.c: (ev_sidebar_init):
6521         
6522         Make sidebar close icon smaller. Fix for bug 350177.
6523         See also bugs 350176 and 165770.
6524
6525 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6526
6527         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6528
6529         Ignore zoom for xyz destinations when it's <= 1, keeping user
6530         preferences instead. Set correct sizing-mode for fith and fitv
6531         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6532
6533 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6534
6535         * NEWS:
6536         * configure.ac:
6537         
6538         Update for release 0.5.5
6539
6540 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6541         
6542         * shell/ev-window.c: (ev_window_cmd_escape)
6543
6544         Escape unfocus page entry. Fixes bug #345809.
6545
6546 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6547
6548         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6549         (build_tree), (pdf_document_links_get_links),
6550         (pdf_document_links_find_link_dest):
6551         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6552         (goto_xyz_dest):
6553
6554         Convert from PDF style coordinates to X style coordinates in the
6555         backend rather than in the view. Fixes bug #338440
6556
6557 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6558
6559         * shell/ev-window.c:
6560         
6561         Remove Ctrl+Shift+T shortcut for toolbars. See
6562         the bug #350098.
6563
6564 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6565
6566         * configure.ac:
6567
6568         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6569         of this. 
6570
6571 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6572
6573         * configure.ac:
6574         * cut-n-paste/Makefile.am:
6575         * data/evince-ui.xml:
6576         * shell/Makefile.am:
6577         * shell/ev-application.[ch]:
6578         * shell/ev-window.c:
6579
6580         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6581         #349273
6582
6583 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6584
6585         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6586         findbar code: s/help/search/
6587
6588 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6589
6590         * shell/ev-window.c: (setup_document_from_metadata),
6591         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6592         (setup_view_from_metadata):
6593         
6594         Fix memory leaks.
6595
6596 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6597
6598         * autogen.sh, configure.ac: 
6599         
6600         Update automake usage. See bug 349292.
6601
6602 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6603
6604         * shell/eggfindbar.c: (egg_find_bar_class_init),
6605         (entry_activate_callback), (egg_find_bar_init),
6606         (egg_find_bar_set_status_text):
6607         * shell/eggfindbar.h:
6608         
6609         Unify Evince findbar with Epiphany. Nice patch
6610         from Fabricio Silva <silva@crans.org> and
6611         Frederic Peters <fpeters@entrouvert.com>. See
6612         bug #339966 for details.
6613
6614 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6615
6616         * data/evince.desktop.in.in:
6617         
6618         Correct information for bugzilla. Thanks to
6619         Olaf Vitters, see bug #348855.
6620
6621 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6622
6623         * shell/ev-jobs.[ch]:
6624         * shell/ev-sidebar-links.c:
6625         * shell/ev-window.[ch]:
6626
6627         GtkPrintJob doesn't support print ranges or current page, so we export
6628         to a ps file now when printing ranges or current page.
6629
6630 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6631
6632         * pdf/ev-poppler.cc:
6633         * shell/ev-window.c: (do_action_named):
6634
6635         We should be more clear about bugzilla. See the
6636         poppler bug #7623.
6637
6638 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6639
6640         * configure.ac:
6641         * shell/Makefile.am:
6642         * shell/ev-job-queue.c:
6643         * shell/ev-jobs.[ch]:
6644         * shell/ev-sidebar-links.c:
6645         * shell/ev-window.[ch]:
6646         
6647         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6648         #348422
6649
6650 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6651
6652         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6653         * shell/ev-application-service.xml:
6654         * shell/ev-application.[ch]:
6655         * shell/ev-jobs.[ch]:
6656         * shell/ev-window.[ch]: (ev_window_run_preview):
6657         * shell/main.c: 
6658
6659         Add preview mode to use evince as a printing previewer. It also adds
6660         other command line options for fullscreen and presentation modes.
6661         Fixes bugs #347822, #317031
6662
6663 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6664
6665         * NEWS:
6666         * configure.ac:
6667         
6668         Update for release 0.5.4
6669
6670 2006-07-11  Bastien Nocera <hadess@hadess.net>
6671
6672         * Makefile.am:
6673         * backend/Makefile.am:
6674         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6675         * backend/ev-document-factory.h:
6676         * configure.ac:
6677         * impress/.cvsignore:
6678         * impress/Makefile.am:
6679         * impress/common.h:
6680         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6681         (imp_get_page), (imp_next_page), (imp_prev_page),
6682         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6683         * impress/f_oasis.c: (render_object), (render_page),
6684         (get_geometry), (_imp_oasis_load):
6685         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6686         (_imp_oo13_load):
6687         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6688         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6689         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6690         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6691         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6692         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6693         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6694         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6695         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6696         (iks_new_within), (iks_insert), (iks_insert_cdata),
6697         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6698         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6699         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6700         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6701         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6702         (iks_cdata), (iks_cdata_size), (iks_has_children),
6703         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6704         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6705         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6706         (iks_tree), (iks_load), (iks_save):
6707         * impress/iksemel.h:
6708         * impress/imposter.h:
6709         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6710         (imp_render_draw_bezier_real), (imp_render_get_size),
6711         (imp_render_set_fg_color), (imp_render_draw_line),
6712         (imp_render_draw_rect), (imp_render_draw_polygon),
6713         (imp_render_draw_arc), (imp_render_draw_bezier),
6714         (imp_render_open_image), (imp_render_get_image_size),
6715         (imp_render_scale_image), (imp_render_draw_image),
6716         (imp_render_close_image), (imp_render_markup),
6717         (imp_render_get_text_size), (imp_render_draw_text),
6718         (impress_document_load), (impress_document_save),
6719         (impress_document_get_n_pages), (impress_document_get_page_size),
6720         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6721         (impress_document_finalize), (impress_document_class_init),
6722         (impress_document_can_get_text), (impress_document_get_info),
6723         (impress_document_document_iface_init),
6724         (impress_document_thumbnails_get_thumbnail),
6725         (impress_document_thumbnails_get_dimensions),
6726         (impress_document_document_thumbnails_iface_init),
6727         (impress_document_init):
6728         * impress/impress-document.h:
6729         * impress/internal.h:
6730         * impress/r_back.c: (_imp_fill_back):
6731         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6732         (_imp_draw_image), (_imp_tile_image):
6733         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6734         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6735         (r_polyline):
6736         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6737         (r_draw_gradient_complex), (r_draw_gradient):
6738         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6739         (r_get_bullet):
6740         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6741         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6742         (r_text):
6743         * impress/render.c: (imp_create_context), (imp_context_set_page),
6744         (imp_context_set_step), (imp_render), (imp_delete_context):
6745         * impress/render.h:
6746         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6747         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6748         (zip_load_xml), (zip_get_size), (zip_load):
6749         * impress/zip.h:
6750         * shell/ev-utils.c:
6751         
6752         New backend to support impress slides. Fixes bug #30867.
6753
6754 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6755
6756         * shell/ev-utils.c: (using_postscript_printer):
6757         
6758         Fixes crash when print using PAPI backend,
6759         bug #345012.
6760
6761 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6762
6763         * shell/ev-jobs.c: (ev_job_xfer_run):
6764         * shell/ev-window.c: (password_dialog_response),
6765         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6766         (ev_window_dispose):
6767         Fixes bug #344160: if the xfer job doesn't complete
6768         because a password is required, reload the existing
6769         instance instead of creating a new one.
6770
6771 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6772
6773         * shell/main.c: (main): Call gdk_threads_init. Thus
6774         we'll avoid errors in auth dialog. Fix for the bug
6775         #343347.
6776
6777 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6778
6779         * configure.ac: Advertise pixbuf support, fix
6780         for the bug 343317.
6781
6782 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6783
6784         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6785         (ev_sidebar_thumbnails_set_document):
6786         
6787         Update sidebar thumbnails after reloading.
6788
6789 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6790
6791         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6792         * shell/ev-jobs.h:
6793         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6794         (ev_window_cmd_view_reload), (ev_window_init):
6795         
6796         Don't crash on reload. Fix for the bug #343167.
6797
6798 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6799
6800         * shell/ev-jobs.c: (ev_job_render_run):
6801         
6802         Check for document links.
6803
6804 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6805
6806         * backend/ev-attachment.c: (ev_attachment_save),
6807         (ev_attachment_launch_app), (ev_attachment_open):
6808         * backend/ev-document-factory.c: (get_document_from_uri):
6809         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6810         (egg_recent_view_uimanager_set_list):
6811         * ps/ps-document.c: (check_filecompressed), (document_load),
6812         (ps_document_load):
6813         * shell/ev-metadata-manager.c: (load_values):
6814         * shell/ev-password.c: (ev_password_dialog_set_property):
6815         * shell/ev-view.c: (tip_from_link):
6816         * shell/ev-window.c: (file_save_dialog_response_cb),
6817         (ev_window_print_dialog_response_cb):
6818         
6819         Use consistent quoting style. Fix for the bug #320285.
6820
6821 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6822
6823         * shell/ev-jobs.c: (ev_job_xfer_run):
6824         * shell/main.c: (load_files):
6825                 
6826         Open links with anchors. Fix for the bug #339836.
6827
6828 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6829
6830         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6831         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6832         (ev_link_dest_set_property), (ev_link_dest_finalize),
6833         (ev_link_dest_class_init), (ev_link_dest_new_named),
6834         (ev_link_dest_new_page_label):
6835         * backend/ev-link-dest.h:
6836         * shell/ev-application.c: (ev_application_open_uri):
6837         * shell/ev-view.c: (goto_dest):
6838         * shell/ev-window.c:
6839         * shell/ev-window.h:
6840         
6841         Fix page-label command line option. Bug #342070.
6842
6843 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6844
6845         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6846         
6847         Don't show highlight rects if page can't be showed. Fix for 
6848         the bug #342076
6849
6850 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6851
6852         * shell/ev-window.c: (setup_sidebar_from_metadata),
6853         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6854         
6855         Setup sidebar from metadata even if there is no document
6856         loaded. Fix for the bug #342807.
6857
6858 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6859
6860         * cut-n-paste/toolbar-editor/Makefile.am:
6861         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6862         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6863         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6864         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6865         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6866         (popup_context_menu_cb), (button_press_event_cb),
6867         (configure_item_sensitivity), (configure_item_cursor),
6868         (configure_item_tooltip), (connect_widget_signals),
6869         (action_sensitive_cb), (create_item_from_action),
6870         (create_item_from_position), (toolbar_drag_data_received_cb),
6871         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6872         (toolbar_drag_leave_cb), (configure_drag_dest),
6873         (toggled_visibility_cb), (toolbar_visibility_refresh),
6874         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6875         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6876         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6877         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6878         (egg_editable_toolbar_dispose),
6879         (egg_editable_toolbar_set_ui_manager),
6880         (egg_editable_toolbar_get_selected),
6881         (egg_editable_toolbar_set_selected), (set_edit_mode),
6882         (egg_editable_toolbar_set_property),
6883         (egg_editable_toolbar_get_property),
6884         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6885         (egg_editable_toolbar_new_with_model),
6886         (egg_editable_toolbar_get_edit_mode),
6887         (egg_editable_toolbar_set_edit_mode),
6888         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6889         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6890         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6891         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6892         (item_added_or_removed_cb), (toolbar_removed_cb),
6893         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6894         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6895         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6896         (editor_create_item_from_name), (append_table),
6897         (update_editor_sheet), (egg_toolbar_editor_init):
6898         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6899         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6900         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6901         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6902         (toolbar_node_free), (egg_toolbars_model_get_flags),
6903         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6904         (egg_toolbars_model_get_name), (impl_add_item),
6905         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6906         (parse_data_list), (parse_item_list), (parse_toolbars),
6907         (egg_toolbars_model_load_toolbars), (parse_available_list),
6908         (parse_names), (egg_toolbars_model_load_names),
6909         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6910         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6911         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6912         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6913         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6914         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6915         (egg_toolbars_model_set_types), (fill_avail_array),
6916         (egg_toolbars_model_get_name_avail),
6917         (egg_toolbars_model_get_name_flags),
6918         (egg_toolbars_model_set_name_flags):
6919         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6920         * cut-n-paste/toolbar-editor/eggintl.h:
6921         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6922         (egg_tree_multi_drag_source_get_type),
6923         (egg_tree_multi_drag_source_row_draggable),
6924         (egg_tree_multi_drag_source_drag_data_delete),
6925         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6926         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6927         (path_list_free), (set_context_data), (get_context_data),
6928         (get_info), (egg_tree_multi_drag_drag_data_get),
6929         (egg_tree_multi_drag_motion_event),
6930         (egg_tree_multi_drag_button_press_event),
6931         (egg_tree_multi_drag_add_drag_support):
6932         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6933         * shell/ev-application.c: (ev_application_init),
6934         (ev_application_save_toolbars_model):
6935         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6936         (ev_window_cmd_edit_toolbar), (ev_window_init):
6937         
6938         Sync toolbareditor with epiphany and libegg
6939
6940 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6941
6942         * configure.ac: 
6943
6944         Depend on poppler 0.5.2
6945
6946 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6947
6948         * shell/ev-jobs.c: (ev_job_render_run):
6949         
6950         Check if document supports links iterface.
6951
6952 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6953
6954         * NEWS:
6955         * configure.ac:
6956         
6957         Update for release 0.5.3
6958
6959 2006-05-13  Michael Plump  <plumpy@skylab.org>
6960
6961         * configure.ac:
6962         * shell/Makefile.am:
6963         * shell/main.c: (main):
6964         
6965         Port to GOption command line parsing. Fix for the 
6966         bug #327518
6967
6968 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6969
6970         * shell/ev-window.c: (ev_window_cmd_help_about):
6971         
6972         Do not wrap license. Fix for the bug #309460.
6973
6974 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6975
6976         * configure.ac:
6977         * properties/ev-properties-main.c: (ev_properties_get_pages):
6978         * shell/ev-application.c: (ev_application_open_window),
6979         (ev_application_open_uri_at_dest):
6980         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6981         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6982         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6983         * shell/ev-utils.c: (save_print_config_to_file):
6984         * shell/ev-window.c: (ev_window_cmd_save_as),
6985         (ev_attachment_popup_cmd_save_attachment_as):
6986         * shell/main.c: (load_files_remote):
6987         
6988         Bump requirements to gtk 2.8 and drop all ifdefs used.
6989
6990 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6991
6992         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6993         * shell/ev-window.c: (ev_window_init):
6994         
6995         Show attachments page.
6996
6997 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6998
6999         * po/POTFILES.in:
7000         * shell/ev-attachment-bar.c:
7001         * shell/ev-attachment-bar.h:
7002         * shell/ev-sidebar-attachments.c:
7003         (ev_sidebar_attachments_icon_cache_add),
7004         (icon_theme_get_pixbuf_from_mime_type),
7005         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7006         (ev_sidebar_attachments_icon_cache_refresh),
7007         (ev_sidebar_attachments_get_attachment_at_pos),
7008         (ev_sidebar_attachments_popup_menu_show),
7009         (ev_sidebar_attachments_popup_menu),
7010         (ev_sidebar_attachments_button_press),
7011         (ev_sidebar_attachments_update_icons),
7012         (ev_sidebar_attachments_drag_data_get),
7013         (ev_sidebar_attachments_get_property),
7014         (ev_sidebar_attachments_destroy),
7015         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7016         (ev_sidebar_attachments_new),
7017         (ev_sidebar_attachments_set_document),
7018         (ev_sidebar_attachments_support_document),
7019         (ev_sidebar_attachments_get_label),
7020         (ev_sidebar_attachments_page_iface_init):
7021         * shell/ev-sidebar-attachments.h:
7022         * shell/ev-window.c: (update_chrome_visibility),
7023         (setup_sidebar_from_metadata), (ev_window_setup_document),
7024         (ev_window_sidebar_current_page_changed_cb),
7025         (attachment_bar_menu_popup_cb), (ev_window_init):
7026         
7027         Move attachments bar to sidebar.
7028
7029 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7030
7031         * pdf/ev-poppler.cc:
7032         * shell/ev-application.[ch]:
7033         * shell/main.c:
7034
7035         Fix some memory leaks.
7036
7037 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7038
7039         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7040
7041         Change the properties dialog response to
7042         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7043         will make the dialog go away when the user presses
7044         enter. With gtk+ >= 2.9 this will happen anyway, but for
7045         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7046         escape by default. Fixes bug #340539. See also bug
7047         #101293 for the gtk+ part.
7048
7049 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7050
7051         * shell/ev-view.c (tip_from_action_named): Replace some strings
7052         that were wrong. Closes #340970.
7053
7054 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7055
7056         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7057
7058         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7059         #341049
7060
7061 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7062
7063         * djvu/Makefile.am:
7064         * dvi/Makefile.am:
7065         * dvi/mdvi-lib/Makefile.am:
7066         * properties/Makefile.am:
7067         * ps/Makefile.am:
7068         * shell/Makefile.am:
7069         * thumbnailer/Makefile.am:
7070         
7071         Due to broken libtool that is unable to track dependencies
7072         of noinst libraries we are forced to explicitely point
7073         libraries for binary. Fix for the bug #333334.
7074
7075 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7076
7077         * data/evince.desktop.in.in:
7078         * shell/ev-view.c: (view_update_range_and_current_page),
7079         (ev_view_next_page), (ev_view_previous_page):
7080         * shell/ev-window.c: (update_chrome_visibility),
7081         (setup_sidebar_from_metadata), (ev_window_setup_document),
7082         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7083         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7084         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7085         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7086         (ev_window_stop_presentation), (ev_window_focus_in_event),
7087         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7088         (ev_window_init):
7089         * thumbnailer/Makefile.am:
7090         
7091         Update fullscreen and presentation timeout handling. Hide
7092         cursor in presentation after timeout. Fix for the bugs
7093         #136359 and #336981.
7094
7095 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7096
7097         * backend/ev-link-action.[ch]:
7098         * pdf/ev-poppler.cc: (ev_link_from_action):
7099         * shell/ev-view-private.h:
7100         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7101         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7102
7103         Add support for Named Action links
7104
7105 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7106
7107         * backend/Makefile.am:
7108         * backend/ev-document-links.[ch]:
7109         * backend/ev-document.[ch]:
7110         * backend/ev-link-action.[ch]:
7111         * backend/ev-link-dest.[ch]:
7112         * backend/ev-link.[ch]:
7113         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7114         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7115         * shell/ev-page-action.c: (build_new_tree_cb):
7116         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7117         (links_page_num_func), (update_page_callback):
7118         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7119         (tip_from_link):
7120         * shell/ev-jobs.c:
7121         * shell/ev-window.[ch]: (ev_window_open_uri),
7122         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7123         * shell/ev-application.[ch]: (ev_application_open_window),
7124         (ev_application_open_uri):
7125
7126         Rework links system, it adds support for remote links now and it makes
7127         easier to add new kinds of actions and destinations. Fixes bug #317292
7128
7129 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7130
7131         * data/Makefile.am:
7132         * data/evince.png:
7133         * data/evince-16.png:
7134         * data/evince-22.png:
7135         * data/evince.svg:
7136         * shell/main.c: (main):
7137         
7138         Evince use it's own icon. Fix for the bug #313392.
7139
7140         * shell/ev-window.c: (fullscreen_timeout_cb),
7141         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7142         (ev_window_cmd_help_about), (ev_window_dispose):
7143         
7144         Simplify fullscreen timeout code.
7145
7146 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7147
7148         * backend/ev-attachment.c: 
7149         * shell/ev-attachment-bar.c:
7150         * shell/ev-window.c:
7151
7152         Allow multiple selection of attachments
7153
7154 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7155
7156         * shell/ev-view.c: (view_update_range_and_current_page),
7157         (ev_view_scroll):
7158         
7159         Fix for the bug #312573 – Optimal selection of current 
7160         page among visible pages.
7161
7162 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7163
7164         * configure.ac:
7165         * djvu/Makefile.am:
7166         * djvu/djvu-text.h:
7167         
7168         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7169         for the bug 339868.
7170
7171 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7172
7173         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7174
7175 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7176
7177         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7178         dictated by the GNOME HIG. Fixes bug #339235.
7179
7180 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7181
7182         * data/evince-ui.xml:
7183         * shell/ev-view.c: (ev_view_can_find_previous):
7184         * shell/ev-view.h:
7185         * shell/ev-window.c: (ev_window_update_actions),
7186         (ev_window_cmd_edit_find_previous):
7187
7188         Add support for "Find Previous" as dictated by the GNOME HIG. A
7189         menu item is added and some glue code to make it all work is added
7190         to various files.
7191
7192 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7193
7194         * configure.ac: Award myself the "useless use of cat" award.
7195
7196 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7197
7198         * po/LINGUAS: New file listing all supported languages.
7199
7200         * configure.in: Use po/LINGUAS instead of including all languages
7201         directly in this file. See the wiki for more information:
7202         http://live.gnome.org/GnomeGoals/PoLinguas
7203
7204 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7205
7206         * backend/ev-document-factory.c:
7207
7208         Do not load the document twice when there isn't errors
7209
7210 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7211
7212         * backend/ev-attachment.c: 
7213
7214         Fix a crash when there isn't a default application to open an
7215         attachment
7216
7217 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7218
7219         * backend/ev-attachment.[ch]:
7220         * shell/ev-attachment-bar.[ch]:
7221
7222         Added missing files. 
7223
7224 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7225
7226         * backend/Makefile.am:
7227         * data/evince-ui.xml:
7228         * backend/ev-attachment.[ch]:
7229         * backend/ev-document.[ch]: (ev_document_has_attachments),
7230         (ev_document_get_attachments):
7231         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7232         (attachment_save_to_buffer), (pdf_document_get_attachments),
7233         (pdf_document_document_iface_init):
7234         * shell/Makefile.am:
7235         * shell/ev-attachment-bar.[ch]:
7236         * shell/ev-window.c:
7237
7238         Add support for PDF attachments. Fixes bug #325143
7239
7240 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7241
7242         * backend/ev-document-factory.c: (get_document_from_uri),
7243         (ev_document_factory_get_document):
7244         * backend/ev-document-factory.h:
7245         * properties/ev-properties-main.c: (ev_properties_get_pages):
7246         * shell/Makefile.am:
7247         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7248         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7249         (ev_job_queue_remove_job):
7250         * shell/ev-job-queue.h:
7251         * shell/ev-job-xfer.c:
7252         * shell/ev-job-xfer.h:
7253         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7254         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7255         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7256         (ev_job_xfer_run):
7257         * shell/ev-jobs.h:
7258         * shell/ev-window.c: (ev_window_is_empty),
7259         (password_dialog_response), (ev_window_clear_xfer_job),
7260         (ev_window_xfer_job_cb), (ev_window_open_uri),
7261         (ev_window_cmd_focus_page_selector),
7262         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7263         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7264         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7265         (ev_window_dispose):
7266         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7267         
7268         * Cleanup mime type detection on document load. Fix for the
7269         bug #336448.
7270
7271 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7272
7273         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7274         
7275         Fix crash on exit, described in the bug #336825.
7276
7277 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7278
7279         * backend/ev-document-factory.c:
7280         (ev_document_factory_get_from_mime),
7281         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7282         (ev_document_factory_get_document),
7283         (file_filter_add_mime_list_and_free),
7284         (ev_document_factory_add_filters):
7285         * backend/ev-document-factory.h:
7286         * properties/ev-properties-main.c: (ev_properties_get_pages):
7287         * shell/Makefile.am:
7288         * shell/ev-application.c:
7289         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7290         * shell/ev-window.c: (ev_window_cmd_file_open),
7291         (ev_window_cmd_save_as):
7292         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7293         
7294         Rework factory functions so they are placed now in a single 
7295         file ev-document-factory.c
7296
7297 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7298
7299         * shell/ev-window.c: (update_chrome_visibility):
7300         
7301         Fix for the bug 166566 - don't show menubar in fullscreen
7302         mode.
7303
7304 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7305
7306         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7307
7308 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7309
7310         * shell/ev-view.c: (ev_view_expose_event):
7311         
7312         More correctly draw loading text when document
7313         is empty.
7314
7315 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7316
7317         * shell/ev-view.c: (ev_view_scroll):
7318         
7319         Fix for the bug #334854, page down and page up switch
7320         pages in presentation mode.
7321
7322 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7323
7324         * shell/ev-window.c: (ev_window_set_action_sensitive),
7325         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7326         (ev_window_set_view_accels_sensitivity),
7327         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7328         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7329         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7330         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7331         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7332         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7333         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7334         (view_actions_focus_in_cb), (ev_window_init):
7335         
7336         Fix for the bug #333902, now it's possible to search
7337         words with slash.
7338
7339 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7340
7341         * configure.ac: Added Breton translation.
7342         * po/br.po: Added Breton translation.
7343
7344 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7345
7346         * shell/ev-window-title (ev_window_title_update):
7347
7348         Fix memory leak in window title. Fixes bug #333944
7349
7350 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7351
7352         * shell/ev-metadata-manager.c (parseItem):
7353
7354         Fix memory leaks. Fixes bug #333945
7355
7356 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7357         
7358         * NEWS, configure.ac, TODO:
7359         
7360         Update for release 0.5.2.
7361
7362 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7363
7364         * shell/ev-view.c: (view_update_range_and_current_page),
7365         (page_changed_cb):
7366         
7367         Don't jump on scrolling, fix for the bug #333127.
7368
7369 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7370
7371         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7372         
7373         Scroll by one page in presentation mode. Fix for the bug
7374         #332993.
7375
7376 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7377
7378         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7379
7380 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7381
7382         * configure.ac  Added lv in ALL_LINGUAS line.
7383
7384 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7385         
7386         * NEWS, configure.ac:
7387         
7388         Update for release 0.5.1
7389
7390 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7391
7392         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7393         * backend/ev-document-misc.h:
7394         * shell/ev-view.c: (draw_one_page):
7395         
7396          Clairfy what page the toolbar page number applies to. Fix
7397          for the bug #328102.
7398
7399 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7400
7401         * shell/ev-view-private.h:
7402         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7403         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7404         (ev_view_search_changed):
7405         * shell/ev-view.h:
7406         * shell/ev-window.c: (find_bar_search_changed_cb):
7407         
7408         Dont't jump to find result if window was scrolled during search.
7409         Fix for the bug #313266.
7410
7411 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7412
7413         * shell/eggfindbar.c: (egg_find_bar_class_init):
7414         * shell/eggfindbar.h:
7415         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7416         * shell/ev-view-private.h:
7417         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7418         (ev_view_class_init), (ev_sizing_mode_get_type),
7419         (ev_scroll_type_get_type):
7420         * shell/ev-view.h:
7421         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7422         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7423         (ev_window_init):
7424         
7425         Fix for the bug 319133 - Find entry should allow text scroll.
7426
7427 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7428
7429         * shell/ev-view-private.h:
7430         * shell/ev-view.c: (view_update_range_and_current_page),
7431         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7432         (ev_view_set_document), (update_find_status_message),
7433         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7434         (ev_view_find_previous):
7435         
7436         Fix for the bug #319137. Search now takes account for scrolling.
7437
7438 2006-02-19  Michael Hofmann <mh21@piware.de>
7439
7440         * configure.ac:
7441         * djvu/Makefile.am:
7442         * djvu/djvu-document-private.h:
7443         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7444         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7445         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7446         (djvu_document_can_get_text), (djvu_document_get_text),
7447         (djvu_document_document_iface_init),
7448         (djvu_document_thumbnails_get_thumbnail),
7449         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7450         (djvu_document_find_get_result),
7451         (djvu_document_find_page_has_results),
7452         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7453         (djvu_document_find_iface_init):
7454         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7455         (djvu_text_page_selection), (djvu_text_page_limits_process),
7456         (djvu_text_page_limits), (djvu_text_page_copy),
7457         (djvu_text_page_position), (djvu_text_page_union),
7458         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7459         (djvu_text_page_box), (djvu_text_page_append_text),
7460         (djvu_text_page_search), (djvu_text_page_prepare_search),
7461         (djvu_text_page_new), (djvu_text_page_free):
7462         * djvu/djvu-text-page.h:
7463         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7464         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7465         (djvu_text_n_results), (djvu_text_has_results),
7466         (djvu_text_get_result), (djvu_text_get_progress):
7467         * djvu/djvu-text.h:
7468         
7469         Text search in djvu. Fix for the bug #303415.
7470
7471 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7472
7473         * configure.ac:
7474         * shell/ev-window.c: (ev_window_cmd_save_as):
7475         
7476         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7477         Thanks to Gary Coady <gary@lyranthe.org>
7478
7479 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7480
7481         * shell/ev-print-job.c: (idle_print_handler):
7482         
7483         Inverse order printing, bug #320919.
7484
7485 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7486
7487         * data/evince-toolbar.xml:
7488         * shell/ev-window.c:
7489         
7490         Allow to add sidebar checkbutton on toolbar. Fix
7491         for the bug #144577.
7492
7493 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7494
7495         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7496         
7497         Add checks that have sense for empty ps document.
7498
7499 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7500
7501         * configure.ac: Include PS in mime types list. 
7502
7503 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7504
7505         * configure.ac:
7506         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7507         * ps/gsdefaults.h:
7508         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7509         
7510         Runtime check for gs interpreter. Fix for the bug #320868.
7511         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7512
7513 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7514
7515         * shell/ev-application.c: 
7516
7517         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7518         dbus>=0.60, so that the request is not queued. 
7519
7520 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7521
7522         * configure.ac:
7523         * shell/Makefile.am:
7524         * shell/ev-sidebar-links.c: (print_section_cb):
7525         * shell/ev-utils.c:
7526         * shell/ev-utils.h:
7527         * shell/ev-window.c: (update_action_sensitivity),
7528         (ev_window_close_dialogs), (ev_window_print):
7529         * shell/ev-window.h:
7530         
7531         Make printing support optional. Patch from Eduardo de Barros Lima
7532         <eduardo.lima@indt.org.br> for the bug #330546.
7533
7534 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7535
7536         * shell/ev-view-private.h:
7537         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7538         (ev_view_set_document):
7539         * shell/ev-view.h:
7540         * shell/ev-window.c: (ev_window_load_job_cb),
7541         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7542         (ev_window_init):
7543
7544         Draw Loading message during xfer job. Fix for the bug #329495.
7545
7546 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7547
7548         * comics/comics-document.c: (comics_regex_quote),
7549         (comics_document_load), (extract_argv):
7550         
7551         Correcly quote regexp before passing it to unzip.
7552
7553 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7554
7555         * shell/ev-page-cache.c: (build_height_to_page),
7556         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7557         (ev_page_cache_get_dual_even_left):
7558         * shell/ev-page-cache.h:
7559         * shell/ev-view.c: (view_update_range_and_current_page),
7560         (get_page_y_offset), (get_page_extents):
7561         
7562         Place even pages to the left if document has less then
7563         two pages. Fix for the bug #328856.
7564
7565 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7566
7567         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7568         
7569         Correct comics scheme. This make evince create thumbnails
7570         for comic books. Fix for the bug 329088.
7571
7572 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7573
7574         * data/evince-password.glade: Don't explicitly set
7575         invisible_char to the current default value in case
7576         the default changes; let GTK+ do its magic.
7577
7578 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7579
7580         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7581         real filename to tmp filename since often document
7582         type is determined by extension.
7583
7584 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7585
7586         * shell/ev-view.c: (add_scroll_binding_keypad),
7587         (ev_view_binding_activated), (ev_view_class_init):
7588         
7589         Add keybindings for percision-scrolling of display area. 
7590         Fix for the bug #314072.
7591
7592 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7593
7594         * data/evince.desktop.in.in:
7595         
7596         Add GTK to the list of categories. Fix for the bug #328034.
7597
7598 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7599
7600         * shell/ev-application.c: (ev_application_shutdown),
7601         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7602         * shell/ev-application.h:
7603         * shell/ev-window.c: (file_open_dialog_response_cb),
7604         (ev_window_cmd_file_open):
7605         
7606         Save last uri in file chooser dialog. Fix for the bug #327950.
7607
7608 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7609
7610         * NEWS:
7611         * README:
7612         
7613         Final update for release 0.5.0
7614         
7615         * shell/Makefile.am:
7616         
7617         Remove disable deprecated until we'll require libgnome-2.13.7
7618         and port to GOption argument parsing. See bug 327518.
7619
7620 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7621
7622         * comics/comics-document.c: (comics_document_save):
7623         * djvu/djvu-document.c: (djvu_document_save):
7624         * dvi/dvi-document.c: (dvi_document_save):
7625         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7626         * lib/ev-file-helpers.h:
7627         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7628         * tiff/tiff-document.c: (tiff_document_save):
7629         
7630         Use common save function for backends.
7631
7632 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7633
7634         * backend/ev-document-types.c:
7635         
7636         Fix crash on saving pixbuf.
7637
7638 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7639
7640         * cut-n-paste/recent-files/egg-recent-item.c:
7641         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7642         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7643         (parse_info_free), (valid_element), (start_element_handler),
7644         (end_element_handler), (text_handler), (egg_recent_model_filter),
7645         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7646         (egg_recent_model_monitor), (egg_recent_model_read),
7647         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7648         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7649         (egg_recent_model_set_property), (egg_recent_model_class_init),
7650         (egg_recent_model_init), (egg_recent_model_add_full),
7651         (egg_recent_model_delete), (egg_recent_model_get_list),
7652         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7653         (egg_recent_model_set_filter_mime_types),
7654         (egg_recent_model_clear_group_filter),
7655         (egg_recent_model_set_filter_groups),
7656         (egg_recent_model_clear_scheme_filter),
7657         (egg_recent_model_set_filter_uri_schemes),
7658         (egg_recent_model_remove_expired):
7659         * cut-n-paste/recent-files/egg-recent-util.c:
7660         (egg_recent_util_get_icon):
7661         * cut-n-paste/recent-files/egg-recent-util.h:
7662         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7663         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7664         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7665         (egg_recent_view_uimanager_set_property),
7666         (egg_recent_view_uimanager_get_property),
7667         (egg_recent_view_uimanager_class_init),
7668         (egg_recent_view_uimanager_init),
7669         (egg_recent_view_uimanager_set_label_width),
7670         (egg_recent_view_uimanager_get_label_width):
7671         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7672         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7673         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7674         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7675         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7676         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7677         
7678         Update from libegg.
7679
7680 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7681
7682         * shell/ev-page-cache.c: (build_height_to_page),
7683         (ev_page_cache_get_height_to_page):
7684         * shell/ev-page-cache.h:
7685         * shell/ev-view.c: (view_update_range_and_current_page),
7686         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7687         (ev_view_previous_page):
7688         
7689         Dual mode places even pages to the left. Fix for the bug #309393.
7690
7691         * shell/ev-view.h:
7692         * shell/ev-window.c: (update_action_sensitivity),
7693         (setup_view_from_metadata), (view_menu_popup_cb):
7694         
7695         Don't restore presentation in empty windows, more intelligent
7696         next page behaviour in dual mode.
7697
7698         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7699         (ev_pixbuf_cache_clear_job_sizes):
7700         
7701         Cleanup job callback on removal. Fix for the bug #325886.
7702
7703 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7704
7705         * ps/ps.c: (psscan):
7706         
7707         Commit workaround Mozilla problem. Fix for the bug #325919
7708         
7709         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7710         (save_item):
7711         
7712         Fix for year 2038 problem.
7713
7714 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7715
7716         * shell/ev-window.c: (setup_document_from_metadata),
7717         (ev_window_cmd_view_reload):
7718
7719         Clamp page recieved from metadata in valid values. Fix
7720         for the bug #325986.
7721
7722 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7723
7724         * MAINTAINERS: 
7725         Add MAINTAINERS as requested on desktop-devel-list.
7726
7727 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7728
7729         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7730         (mime_type_supported_by_gdk_pixbuf),
7731         (ev_document_factory_get_mime_types),
7732         (ev_document_factory_get_all_mime_types):
7733         
7734         Don't add pixbuf mime types if pixbuf backend is disabled.
7735         
7736         * shell/ev-application.c: (ev_application_get_uri_window):
7737         
7738         Fix for the bug 325815 - unhandled MIME type message doesn't 
7739         appear a second time. 
7740         
7741         * shell/ev-document-types.c: (ev_document_types_add_filters):
7742         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7743         (password_dialog_response), (ev_window_popup_password_dialog),
7744         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7745         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7746         (ev_window_run_presentation), (ev_window_stop_presentation),
7747         (save_sizing_mode), (ev_window_zoom_changed_cb),
7748         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7749         (ev_window_dual_mode_changed_cb),
7750         (ev_window_sidebar_current_page_changed_cb),
7751         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7752         (window_state_event_cb), (window_configure_event_cb):
7753         
7754         Cleanup additional uris holded by EvWindow.
7755
7756 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7757
7758         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7759         (ev_view_can_previous_page), (ev_view_can_next_page):
7760         * shell/ev-view.h:
7761         * shell/ev-window.c: (update_action_sensitivity):
7762         
7763         Two page scrolling with Space and PageUp in dual mode. Second fix 
7764         for the bug #316608.
7765
7766 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7767
7768         * shell/ev-view.c: (scroll_to_current_page):
7769         
7770         Correctly clamp adjustment value. Fix for the bug
7771         #325808.
7772
7773 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7774
7775         * shell/ev-sidebar-links.c: (print_section_cb):
7776         * shell/ev-window.c: (ev_window_get_uri),
7777         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7778         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7779         (ev_window_dispose):
7780         
7781         Make print dialog non-modal. Fix for the bug #325622.
7782
7783 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7784
7785         * shell/ev-metadata-manager.c:
7786         * shell/ev-utils.c: (using_pdf_printer),
7787         (using_postscript_printer), (load_print_config_from_file),
7788         (save_print_config_to_file):
7789         * shell/ev-utils.h:
7790         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7791         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7792         (setup_view_from_metadata), (ev_window_setup_document),
7793         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7794         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7795         (ev_window_run_presentation), (ev_window_stop_presentation),
7796         (save_sizing_mode), (ev_window_zoom_changed_cb),
7797         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7798         (ev_window_dual_mode_changed_cb),
7799         (ev_window_sidebar_current_page_changed_cb),
7800         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7801         (window_state_event_cb), (window_configure_event_cb),
7802         (ev_window_init):
7803         
7804         Setting saving behaviour fixes.
7805
7806 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7807
7808         * configure.ac:
7809         
7810         Make antialiasing gs options better and allow
7811         to change them during configure. Fix for the 
7812         bug #319049.
7813
7814 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7815
7816         * shell/ev-window.c: (setup_view_from_metadata):
7817         
7818         Remember if last window was maximized. Fix for the
7819         bug #323797.
7820
7821 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7822
7823         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7824
7825 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7826
7827         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7828         * shell/ev-page-action.c: (build_new_tree_cb):
7829         * shell/ev-sidebar-links.c: (links_page_num_func),
7830         (update_page_callback_foreach), (update_page_callback):
7831         * shell/ev-view.c: (scroll_to_current_page):
7832         
7833         Fix for the bug #325067 with more intelligent selection
7834         of current link in sidebar. Make sidebar handle links
7835         of FITR-like type more correctly.
7836
7837         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7838         (dvi_pixbuf_put_pixel):
7839         
7840         Fix memory consumtion with disabled alpha channel.
7841
7842 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7843
7844         * data/evince-ui.xml:
7845         * shell/ev-window.c: (view_menu_popup_cb),
7846         (ev_popup_cmd_open_link), (ev_window_init):
7847         
7848         Update context menu for internal links. Fix for the bug
7849         #325066.
7850
7851 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7852
7853         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7854         
7855         Bind context menu to keyboard also. Fix for the bug
7856         #325065.
7857
7858 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7859
7860         * shell/ev-view.c: (selection_scroll_timeout_cb):
7861         
7862         Horizontal scroll on selection also.
7863
7864 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7865
7866         * shell/ev-metadata-manager.c: (parse_value):
7867         * shell/ev-view.c: (goto_xyz_link):
7868         
7869         Correct zoom setup and metadata save broken in 
7870         some locales.
7871
7872 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7873
7874         * shell/ev-view-private.h:
7875         * shell/ev-view.c: (scroll_to_current_page),
7876         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7877         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7878         (page_changed_cb), (ev_view_set_continuous),
7879         (ev_view_set_dual_page), (ev_view_set_presentation):
7880         
7881         Delay scroll until allocation to correctly position page. Fix
7882         for the bug #317334.
7883
7884 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7885
7886         * NEWS:
7887         * configure.ac:
7888         
7889         Update NEWS and require poppler 0.5.0.
7890
7891 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7892         
7893         * data/evince-ui.xml:
7894         * shell/ev-view-private.h:
7895         * shell/ev-view.c: (ev_view_get_link_at_location),
7896         (handle_link_over_xy), (ev_view_button_press_event),
7897         (ev_view_button_release_event), (ev_view_class_init):
7898         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7899         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7900         (ev_window_init):
7901         
7902         Implement right-click context menu.
7903
7904 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7905
7906         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7907         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7908         (mdvi_pixbuf_device_render):
7909         * pdf/ev-poppler.cc:
7910
7911         Don't generate thumbnails with alpha. See bug #324077.
7912         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7913
7914 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7915
7916         * shell/ev-window.c: (setup_chrome_from_metadata):
7917         
7918         Fix typo that was hiding toolbar.
7919
7920 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7921
7922         * shell/ev-view-private.h:
7923         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7924         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7925         (ev_view_button_release_event), (ev_view_destroy):
7926         
7927         Small cleanup and autoscrolling during selection. Thanks to 
7928         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7929
7930 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7931
7932         * configure.ac:
7933         
7934         Correctly check for comics option.
7935
7936 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7937         * Makefile.am:
7938         * configure.ac:
7939         * backend/Makefile.am:
7940         * backend/ev-document-factory.c:
7941         * shell/ev-document-types.c:
7942
7943         Included option in configure to make ps backend 
7944         compilation optional with --disable-ps.
7945
7946 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7947
7948         * backend/ev-document-factory.c:
7949         * comics/Makefile.am:
7950         * comics/comics-document.c: (comics_document_load):
7951         * comics/ev-cbr-mime.xml:
7952         * configure.ac:
7953         
7954         Comics mime types are added to shared-mime-info CVS. Now
7955         we don't need to install our own mime types.
7956
7957 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7958
7959         * shell/ev-window.c:
7960         
7961         Add shortcut for "save a copy" menu entry. Fix for
7962         the bug #324582.
7963
7964 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7965
7966         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7967         (job_finished_cb), (new_selection_pixbuf_needed),
7968         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7969         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7970         
7971         Rework selection job info logic and fix critical warning.
7972
7973 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7974
7975         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7976
7977 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7978
7979         * data/evince-ui.xml:
7980         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7981         
7982         Enter as shortcut key for next page. Fix for the bug
7983         #321394.
7984
7985 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7986
7987         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7988
7989 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7990
7991         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7992         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7993         (new_selection_pixbuf_needed),
7994         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7995         (clear_job_selection):
7996         
7997         Too early for 0.5. Pixbuf cache code cleaned a bit.
7998
7999 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8000
8001         * NEWS:
8002         * configure.ac:
8003         
8004         Release 0.5.0 preparation
8005
8006 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8007
8008         * comics/Makefile.am:
8009         * configure.ac:
8010         * shell/ev-document-types.c: (ev_document_types_add_filters):
8011         
8012         More advanced handling of custom mime type installation.
8013
8014 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8015
8016         * data/evince.schemas.in:
8017         * shell/ev-metadata-manager.c: (value_free),
8018         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8019         (ev_metadata_manager_get), (ev_metadata_manager_set):
8020         * shell/ev-metadata-manager.h:
8021         * shell/ev-window.c: (update_chrome_flag),
8022         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8023         (setup_document_from_metadata), (setup_chrome_from_metadata),
8024         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8025         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8026         (ev_window_view_toolbar_cb),
8027         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8028         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8029         
8030         Save last document settings and reuse them for new documents.
8031
8032 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8033
8034         * Makefile.am:
8035         * backend/Makefile.am:
8036         * backend/ev-document-factory.c:
8037         * backend/ev-document-factory.h:
8038         * comics/Makefile.am:
8039         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8040         (comics_document_load), (comics_document_save),
8041         (comics_document_get_n_pages), (comics_document_get_page_size),
8042         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8043         (comics_document_class_init), (comics_document_can_get_text),
8044         (comics_document_get_info), (comics_document_document_iface_init),
8045         (comics_document_init), (get_supported_image_extensions),
8046         (comics_document_thumbnails_get_geometry),
8047         (comics_document_thumbnails_get_thumbnail),
8048         (comics_document_thumbnails_get_dimensions),
8049         (comics_document_document_thumbnails_iface_init), (extract_argv):
8050         * comics/comics-document.h:
8051         * comics/ev-cbr-mime.xml:
8052         * configure.ac:
8053         * po/POTFILES.in:
8054         * shell/ev-application.c: (ev_application_register_service):
8055         * shell/ev-document-types.c: (ev_document_types_add_filters):
8056         * thumbnailer/Makefile.am:
8057         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8058         
8059         New CBR/CBZ backend for comic books.
8060
8061 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8062
8063         * shell/main.c: (load_files_remote):
8064
8065         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8066         warning on startup of second instance is fixed. It
8067         is bug #320353.
8068
8069 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8070
8071         * shell/ev-window.c: (ev_window_finalize):
8072         
8073         Fix double free that cause crash.
8074
8075 2005-10-29  Bastien Nocera <hadess@hadess.net>
8076
8077         * tiff/tiff-document.c: (tiff_document_load):
8078         
8079         Fix memory leak.
8080
8081 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8082
8083         * po/POTFILES.in:
8084         * shell/Makefile.am:
8085         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8086         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8087         (ev_view_accessible_get_text),
8088         (ev_view_accessible_get_character_at_offset),
8089         (ev_view_accessible_get_text_before_offset),
8090         (ev_view_accessible_get_text_at_offset),
8091         (ev_view_accessible_get_text_after_offset),
8092         (ev_view_accessible_get_character_count),
8093         (ev_view_accessible_get_caret_offset),
8094         (ev_view_accessible_set_caret_offset),
8095         (ev_view_accessible_get_run_attributes),
8096         (ev_view_accessible_get_default_attributes),
8097         (ev_view_accessible_get_character_extents),
8098         (ev_view_accessible_get_offset_at_point),
8099         (ev_view_accessible_get_n_selections),
8100         (ev_view_accessible_get_selection),
8101         (ev_view_accessible_add_selection),
8102         (ev_view_accessible_remove_selection),
8103         (ev_view_accessible_set_selection),
8104         (ev_view_accessible_text_iface_init),
8105         (ev_view_accessible_idle_do_action),
8106         (ev_view_accessible_action_do_action),
8107         (ev_view_accessible_action_get_n_actions),
8108         (ev_view_accessible_action_get_description),
8109         (ev_view_accessible_action_get_name),
8110         (ev_view_accessible_action_set_description),
8111         (ev_view_accessible_action_iface_init),
8112         (ev_view_accessible_get_type), (ev_view_accessible_new),
8113         (ev_view_accessible_factory_get_accessible_type),
8114         (ev_view_accessible_factory_create_accessible),
8115         (ev_view_accessible_factory_class_init),
8116         (ev_view_accessible_factory_get_type):
8117         * shell/ev-view-accessible.h:
8118         * shell/ev-view-private.h:
8119         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8120         * shell/ev-view.h:
8121         
8122         Initial accessibility support.
8123
8124 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8125
8126         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8127
8128 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8129
8130         * shell/ev-print-job.c: (idle_print_handler):
8131         
8132         Fix for bug Bug 318916: Printing multiple pages.
8133
8134 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8135
8136         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8137
8138 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8139
8140         * pdf/ev-poppler.cc:
8141         
8142         Thumnail dimensions unified with other backends.
8143         
8144         * shell/ev-window-title.c: (ev_window_title_update):
8145         
8146         Fix warning.
8147
8148 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8149
8150         * data/ev-stock-zoom-fit-width.png:
8151         
8152         Remove unused file.
8153
8154 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8155
8156         * configure.ac:
8157         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8158         (djvu_document_finalize):
8159         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8160         (dvi_document_finalize):
8161         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8162         (pixbuf_document_save), (pixbuf_document_finalize):
8163         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8164         (tiff_document_finalize):
8165         
8166         Save a copy implemented for various backends.
8167
8168 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8169
8170         * configure.ac:
8171         
8172         Don't link with ltiff if tiff is disabled.
8173
8174 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8175
8176         * pdf/GDKSplashOutputDev.cc:
8177         * pdf/GDKSplashOutputDev.h:
8178         * pdf/Thumb.cc:
8179         * pdf/Thumb.h:
8180         * pdf/pdf-document.cc:
8181         * pdf/pdf-document.h:
8182         * pdf/test-gdk-output-dev.cc:
8183         
8184         Remove old unused files.
8185
8186 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8187
8188         * shell/ev-window.c: (ev_window_setup_document):
8189         
8190         Fixed warnings on reload and probably crash reason.
8191
8192 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8193
8194         * properties/ev-properties-view.c:
8195         (ev_properties_view_format_date):
8196         
8197         Check if date is invalid. Fix for bug 318134.
8198
8199 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8200
8201         * shell/ev-window-title.c:
8202         
8203         Add .indd files (Adobe Indesign) to the list of "bad
8204         extensions".
8205
8206 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8207
8208         * data/evince-ui.xml:
8209         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8210         
8211         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8212
8213 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8214
8215         * shell/ev-window.c: (launch_link), (launch_external_uri),
8216         (view_external_link_cb):
8217
8218         URL-escape link before passing it to gnome_vfs_url_show.
8219
8220 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8221
8222         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8223         there isn't text selected.
8224
8225 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8226
8227         * shell/ev-view.c: (handle_link_over_xy):
8228
8229         Check tooltip is valid utf8 before showing it
8230
8231 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8232
8233         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8234
8235 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8236
8237         * shell/ev-window-title.c: (ev_window_title_update):
8238
8239         Guard against using g_strstrip on NULL. Fixes bug #317291.
8240
8241 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8242
8243         * pdf/ev-poppler.cc:
8244
8245         Show title even for unknown links
8246
8247 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8248
8249         * shell/ev-window-title.c: (ev_window_title_update):
8250
8251         Strip the title string
8252
8253 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8254
8255         * shell/ev-window-title.c:
8256
8257         Add .rtf to the bad extensions list
8258
8259 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8260
8261         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8262         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8263
8264         Ignore link coordinates if they are outside page bounds
8265
8266 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8267
8268         * backend/ev-link.c: (ev_link_type_get_type),
8269         (ev_link_get_filename), (ev_link_get_params),
8270         (ev_link_get_property), (ev_link_set_property),
8271         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8272         * backend/ev-link.h:
8273         * pdf/ev-poppler.cc:
8274         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8275         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8276         (ev_window_init):
8277
8278         Implement launch links. Delegate external link opening to
8279         the window.
8280
8281 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8282
8283         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8284         (ev_link_get_right), (ev_link_get_property),
8285         (ev_link_set_property), (ev_link_class_init),
8286         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8287         * backend/ev-link.h:
8288         * pdf/ev-poppler.cc:
8289         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8290
8291         Implement fitr links
8292
8293 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8294
8295         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8296         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8297         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8298         (ev_view_size_request_continuous),
8299         (ev_view_size_request_dual_page),
8300         (ev_view_size_request_single_page), (ev_view_size_allocate),
8301         (ev_view_zoom_for_size_continuous_and_dual_page),
8302         (ev_view_zoom_for_size_continuous),
8303         (ev_view_zoom_for_size_dual_page),
8304         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8305         (ev_sizing_mode_get_type):
8306         * shell/ev-view.h:
8307         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8308
8309         Do not use modes for link, we need to calculate size ad hoc.
8310         Still not perfect because of the usual scrollbar issues grrr.
8311
8312 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8313
8314         * backend/ev-link.c: (ev_link_type_get_type),
8315         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8316         * backend/ev-link.h:
8317         * pdf/ev-poppler.cc:
8318         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8319         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8320         (ev_view_size_request_continuous),
8321         (ev_view_size_request_dual_page),
8322         (ev_view_size_request_single_page), (ev_view_size_allocate),
8323         (zoom_for_size_fit_height),
8324         (ev_view_zoom_for_size_continuous_and_dual_page),
8325         (ev_view_zoom_for_size_continuous),
8326         (ev_view_zoom_for_size_dual_page),
8327         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8328         (ev_sizing_mode_get_type):
8329         * shell/ev-view.h:
8330         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8331
8332         Implement FIT_HEIGHT mode (only for links).
8333         Implement FITH links
8334
8335 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8336
8337         * shell/ev-window-title.c: (get_filename_from_uri),
8338         (ev_window_title_sanitize_extension), (ev_window_title_update),
8339         (ev_window_title_set_document), (ev_window_title_set_uri),
8340         (ev_window_title_free):
8341         * shell/ev-window-title.h:
8342         * shell/ev-window.c: (ev_window_setup_document),
8343         (ev_window_popup_password_dialog):
8344
8345         Refactor window title building while fixing it for
8346         password documents.
8347
8348 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8349
8350         * pdf/ev-poppler.cc:
8351
8352         Escape link title before setting it in the model
8353
8354 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8355
8356         * shell/ev-application.c: (removed_from_session), (save_session),
8357         (init_session), (ev_application_get_empty_window),
8358         (ev_application_init), (ev_application_get_windows):
8359         * shell/ev-application.h:
8360         * shell/ev-window.c: (ev_window_finalize):
8361
8362         Add a function to retrieve window list and share it where
8363         necessary.
8364         Implement session handling, works pretty well thanks to the
8365         metadata system.
8366
8367 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8368
8369         * shell/ev-password.c: (ev_password_item_created_callback),
8370         (ev_password_dialog_save_password):
8371         
8372         Fix for bug 316972. Use async gnome-keyring API.
8373
8374 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8375
8376         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8377         Remove unused unrealize handler. Add scroll handling to
8378         ev_view_scroll_event for presentation mode (bug #316708),
8379         and fix the event state checks there.
8380
8381 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8382
8383         * shell/ev-page-action.c: (page_changed_cb):
8384
8385         "marco, maybe we should be crazy and jump right to 6! :)"
8386
8387         Bryan Clark, Sep 2005
8388
8389 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8390
8391         * ps/ps-document.c: (save_document), (ps_document_save),
8392         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8393         (ps_document_ps_export_end):
8394
8395         Fix unstructured documents save and print
8396
8397 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8398
8399         * shell/ev-application.c: (ev_application_open_uri):
8400
8401         Fix window size persistance
8402
8403 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8404
8405         * shell/ev-view.c: (ev_view_button_release_event):
8406
8407         Based on a patch from carlosgc@gnome.org. Mouse buttons
8408         switch pages in presentation mode.
8409
8410 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8411
8412         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8413
8414         Dont cast to int before scaling
8415
8416 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8417
8418         * backend/ev-link.c: (ev_link_type_get_type),
8419         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8420         (ev_link_new_page_fith):
8421         * backend/ev-link.h:
8422         * pdf/ev-poppler.cc:
8423         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8424
8425         Implement FIT and FITH links
8426
8427 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8428
8429         * pdf/ev-poppler.cc:
8430
8431         Return 0 results when search is not in progress.
8432
8433         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8434         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8435
8436         Update menu sensitivity when cancelling search
8437
8438 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8439
8440         * shell/ev-view.c: (ev_view_can_find_next):
8441
8442         Take all pages in consideration, not just current one
8443
8444 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8445
8446         * shell/ev-page-cache.c:
8447         * shell/ev-page-cache.h:
8448         * shell/ev-view.c: (ev_view_binding_activated),
8449         (ev_view_next_page), (ev_view_previous_page),
8450         (ev_sizing_mode_get_type):
8451         * shell/ev-view.h:
8452         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8453         (ev_window_cmd_go_next_page):
8454
8455         Move page next/previous functions from page chace to
8456         view and change it to move by 2 page steps in dual mode.
8457
8458 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8459
8460         * shell/ev-window.c: (update_sidebar_visibility),
8461         (setup_sidebar_from_metadata), (ev_window_setup_document),
8462         (setup_view_from_metadata):
8463
8464         Show the index by default when there is one     
8465
8466 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8467
8468         * shell/ev-window-title.c: (ev_window_title_set_document):
8469
8470         Missing null check
8471
8472 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8473
8474         * shell/ev-view.c: (view_update_range_and_current_page):
8475         
8476         Allow display of last odd page in dual view. Fix for 316347.
8477
8478 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8479
8480         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8481         
8482         Make close button default. Fix for 316383.
8483
8484 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8485
8486         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8487         
8488         Mark close button as default. Fix for 316381.
8489
8490 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8491
8492         * backend/ev-link.c: (ev_link_class_init):
8493
8494         Allow negative doubles in left/top properties
8495
8496 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8497
8498         * shell/ev-window.c:
8499
8500         Remove a bunch of strings that was used only
8501         by the statusbar.
8502
8503 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8504
8505         * shell/ev-window-title.c: (get_filename_from_uri),
8506         (ev_window_title_set_document):
8507
8508         When title has a confusing extension, show also
8509         the document filename inside ()
8510
8511 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8512
8513         * shell/Makefile.am:
8514         * shell/ev-window-title.c: (ev_window_title_new),
8515         (ev_window_title_update), (ev_window_title_set_type),
8516         (ev_window_title_set_document), (ev_window_title_free):
8517         * shell/ev-window-title.h:
8518         * shell/ev-window.c: (ev_window_setup_document),
8519         (password_dialog_response), (ev_window_popup_password_dialog),
8520         (ev_window_dispose), (ev_window_init):
8521
8522         Factor out and cleanup window title code
8523
8524 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8525
8526         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8527         (unable_to_load):
8528
8529         Make dialog transient so it doesnt block other windows
8530
8531 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8532
8533         * pdf/ev-poppler.cc:
8534         
8535         Fix pdf thumbnails rendering.
8536
8537 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8538
8539         * shell/ev-window.c: (fullscreen_set_timeout):
8540         
8541         Increase timeout to hide full screen popup. Bug 
8542         316123. 
8543
8544 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8545
8546         * data/evince.schemas.in:
8547         * shell/ev-window.c: (update_action_sensitivity):
8548
8549         Allow the user to override document restrictions. Fix for bug
8550         305818.
8551
8552 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8553
8554         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8555         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8556         (ev_window_class_init): Fix multihead behaviour of fullscreen
8557         toolbar popup. Fixes bug #315451.
8558
8559 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8560
8561         * configure.ac:
8562         * data/evince-password.glade:
8563         * shell/ev-password.c: (ev_password_dialog_set_property),
8564         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8565         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8566         (ev_password_dialog_entry_changed_cb),
8567         (ev_password_dialog_entry_activated_cb),
8568         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8569         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8570         (ev_password_dialog_set_bad_pass):
8571         * shell/ev-password.h:
8572         * shell/ev-window.c: (password_dialog_response),
8573         (ev_window_popup_password_dialog):
8574         
8575         Support for gnome-keyring for encrypted PDF's.
8576
8577 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8578
8579         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8580         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8581         (ev_view_enter_notify_event), (ev_view_class_init):
8582         
8583         More precise handling of enter_notify/leave_notify events
8584         in EvView. Fix for bug 315470.
8585
8586 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8587
8588         * shell/ev-window.c: (fullscreen_timeout_cb),
8589         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8590         (ev_window_dispose):
8591
8592         leak fix: unref fullscreen_timeout_source before clearing it
8593
8594 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8595
8596         * configure.ac, dvi/mdvi/Makefile.am: 
8597         
8598         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8599
8600 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8601
8602         * backend/ev-link.c: (ev_link_new_page_xyz):
8603         * pdf/ev-poppler.cc:
8604         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8605
8606         Fix some bugs with xyz links, respect zoom
8607
8608 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8609
8610         * shell/ev-window.c: (page_changed_cb),
8611         (setup_document_from_metadata), (update_sidebar_visibility),
8612         (setup_view_from_metadata), (ev_window_run_fullscreen),
8613         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8614         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8615         (ev_window_dual_mode_changed_cb),
8616         (ev_window_sidebar_current_page_changed_cb):
8617
8618         null check uri before setting and getting metadata
8619
8620 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8621
8622         * dvi/Makefile.am:
8623         * properties/Makefile.am:
8624         * shell/Makefile.am:
8625         * thumbnailer/Makefile.am:
8626
8627         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8628
8629 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8630
8631         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8632         (selection_changed_callback):
8633         * shell/ev-sidebar-links.h:
8634
8635         Add a signal for link activation.
8636
8637         * shell/ev-view.c: (ev_view_goto_link),
8638         (ev_view_button_release_event):
8639         * shell/ev-view.h:
8640         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8641         (ev_window_init):
8642
8643         Implement the signal so that we can handle all link types.
8644
8645         * shell/ev-page-cache.c:
8646
8647         Remove unused set_link function
8648
8649 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8650
8651         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8652
8653         Add some space from the cursor, hardcoded but I couldnt
8654         find a better way.
8655
8656 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8657
8658         * lib/ev-tooltip.c:
8659
8660         Use mozilla style vs gtk style, way better for links.
8661
8662         * shell/ev-view.c: (ev_view_motion_notify_event),
8663         (ev_view_destroy), (ev_view_init):
8664
8665         Deactive tooltip when the link hovered is changed.
8666
8667 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8668
8669         * backend/ev-document.h:
8670         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8671         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8672         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8673         (ev_link_new_page), (ev_link_new_page_xyz):
8674         * backend/ev-link.h:
8675         * pdf/ev-poppler.cc:
8676         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8677         (go_to_link), (tip_from_link):
8678
8679         Implement xyz links, still not functional. Links are a total
8680         mess, will need to refactor and bugfix a lot :(
8681
8682 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8683
8684         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8685
8686 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8687
8688         * data/evince-ui.xml:
8689         * data/evince.schemas.in:
8690         * shell/Makefile.am:
8691         * shell/ev-window.c: (update_chrome_visibility),
8692         (password_dialog_response), (ev_window_load_job_cb),
8693         (ev_window_xfer_job_cb), (ev_window_open_uri),
8694         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8695         (ev_window_init):
8696
8697         Remove the statusbar. This regress loading feedback, need to
8698         check with Bryan what we want to do there...
8699
8700 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8701
8702         * lib/ev-tooltip.c: (ev_tooltip_init):
8703
8704         Fix tooltip border and size handling
8705
8706 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8707
8708         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8709         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8710         (ev_tooltip_timeout), (ev_tooltip_activate),
8711         (ev_tooltip_deactivate):
8712         * lib/ev-tooltip.h:
8713         * shell/ev-view.c: (ev_view_motion_notify_event):
8714
8715         Delay popup showing. Mirror gtk logic/times.
8716
8717 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8718
8719         * lib/Makefile.am:
8720         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8721         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8722         (ev_tooltip_set_text), (ev_tooltip_set_position):
8723         * lib/ev-tooltip.h:
8724
8725         Simple widget to show tooltips at a custom position
8726
8727         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8728         (ev_view_destroy):
8729
8730         Use it for links. First go, needs work
8731
8732 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8733
8734         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8735         HIG fixes.  Use title capitalization for window title. Use 12 
8736         pixels of space between the dialog's vbox and action area.
8737
8738 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8739
8740         * shell/ev-window.c: (file_open_dialog_response_cb),
8741         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8742         (ev_window_cmd_save_as):
8743
8744         Make file pickers not modal and refactor code some
8745
8746 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8747
8748         * shell/ev-sidebar.h:
8749         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8750         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8751         (ev_sidebar_class_init), (ev_sidebar_select_page),
8752         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8753         (ev_sidebar_set_page):
8754
8755         Add a current page property and allow to get/set it
8756
8757         * shell/ev-window.c: (setup_view_from_metadata),
8758         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8759
8760         Persist current sidebar page per document
8761
8762 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8763
8764         * data/evince.schemas.in:
8765         * shell/ev-window.c: (update_chrome_visibility),
8766         (setup_document_from_metadata), (update_sidebar_visibility),
8767         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8768         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8769         (ev_window_run_presentation), (ev_window_stop_presentation),
8770         (ev_window_view_sidebar_cb),
8771         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8772         (load_chrome), (ev_window_init):
8773
8774         Persist size/visibility of sidebar per document
8775
8776 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8777
8778         * shell/ev-view.c (draw_loading_text): Draw loading text.
8779
8780 2005-09-02  Dan Damian  <dand@gnome.ro>
8781
8782         * configure.in: Added "ro" to ALL_LINGUAS.
8783
8784 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8785
8786         * shell/ev-view.c: (clear_caches):
8787
8788         ev_page_cache_get doesnt return a reference,
8789         dont try to unref it.
8790
8791 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8792
8793         * shell/main.c: (load_files_remote):
8794
8795         Fix timestamp parameter with dbus <= 0.33
8796
8797 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8798
8799         * data/evince.schemas.in:
8800
8801         Add missing full stop
8802
8803 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8804
8805         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8806         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8807
8808         Plug some memory leaks
8809
8810 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8811
8812         * configure.ac:
8813         * lib/ev-debug.c: (trap_handler):
8814
8815         Check for execinfo.h and use it only if it exists.
8816         Ported from Epiphany (bug #314776).
8817
8818 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8819
8820         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8821
8822 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8823
8824         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8825         * po/id.po      : Added Indonesian translation
8826
8827 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8828
8829         * shell/main.c:
8830         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8831         * NEWS: Release 0.4.0
8832
8833 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8834
8835         * configure.ac: catch another gtk+-2.8ism
8836         * shell/main.c: Make work with gtk+-2.6
8837
8838 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8839
8840         * shell/ev-application-service.xml: Add 'timestamp' argument to
8841           ev_application_open_window and ev_application_open_uri methods.
8842
8843         * shell/ev-application.h: Add 'timestamp' argument to
8844           ev_application_open_window, ev_application_open_uri,
8845           and ev_application_open_uri_list functions.
8846
8847         * shell/ev-application.c (ev_application_open_window,
8848           ev_application_open_uri, ev_application_open_uri_list): Change
8849           functions that show/present windows to use a timestamp if one
8850           is passed in.
8851
8852         * shell/ev-window.c (ev_window_cmd_file_open,
8853           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8854         * shell/main.c (load_files): Modify calls to ev_application to
8855           include GDK_CURRENT_TIME as timestamp.
8856
8857         * shell/main.c (load_files_remote): Obtain timestamp for client
8858           instance from GDK and pass to server instance so new windows are
8859           focused properly.  Fix dbus_g_proxy_call() calls by including second
8860           G_TYPE_INVALID.
8861           
8862         Closes bug #314475.
8863
8864 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8865
8866         * shell/ev-window.c (ev_window_finalize): Check for
8867         avail. EvWindows when quiting to handle the finalize better,
8868         #314497
8869
8870 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8871         
8872         * properties/ev-properties-view.c: 
8873         
8874         Set textdomain to libglade. Fixes translation problem in property page.
8875
8876 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8877
8878         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8879         * dvi/Makefile.am:
8880         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8881         * dvi/mdvi-lib/Makefile.am:
8882         
8883         Fix rotation of thumbnails, ported to new API. Moved library
8884         dependencies earlier, probably it will fix linkage problem.
8885
8886 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8887
8888         * backend/ev-document-misc.c:
8889         (ev_document_misc_get_thumbnail_frame):
8890         * backend/ev-document-misc.h:
8891         * configure.ac:
8892         * pdf/ev-poppler.cc:
8893         * shell/Makefile.am:
8894         * shell/ev-sidebar-thumbnails.c: (add_range),
8895         (ev_sidebar_thumbnails_set_loading_icon),
8896         (ev_sidebar_thumbnails_refresh),
8897         (ev_sidebar_thumbnails_set_document):
8898         * shell/ev-sidebar-thumbnails.h:
8899         * shell/ev-view.c: (ev_view_motion_notify_event),
8900         (ev_view_set_property), (ev_view_get_property),
8901         (ev_view_class_init), (ev_view_set_rotation):
8902         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8903         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8904         (ev_window_init):
8905         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8906         Redo rotation (again).  prepare for 0.4.0
8907
8908 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8909
8910         * configure.ac: Bump poppler requirement to 0.4.1.
8911
8912         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8913         argument to poppler_page_render_selection() call.
8914
8915 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8916
8917         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8918         (djvu_document_thumbnails_get_thumbnail):
8919         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8920         (dvi_document_thumbnails_get_thumbnail):
8921         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8922         (pixbuf_document_thumbnails_get_thumbnail):
8923         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8924         
8925         Update rotation direction of backends to fit with pdf and ps.
8926
8927 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8928
8929         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8930         * backend/ev-async-renderer.h:
8931         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8932         (setup_page), (ps_document_get_page_size),
8933         (ps_async_renderer_render_pixbuf):
8934         * ps/ps-document.h:
8935         * shell/ev-jobs.c: (ev_job_render_run):
8936
8937         Fix orientation in the postscript document
8938
8939 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8940
8941         * pdf/ev-poppler.cc:
8942         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8943         * shell/ev-view.c: (highlight_find_results):
8944
8945         Adapt to the new poppler rotation API. Fix text maps on landscape
8946         documents.
8947
8948 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8949
8950         * shell/ev-view.c (compute_new_selection_text): get the correct
8951         region when selecting in modes other than continuous.
8952
8953 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8954
8955         * shell/main.c (main): remove redundant g_warnings.
8956
8957 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8958
8959         * shell/Makefile.am: Don't include autogenerated
8960         file ev-application-service.h into distribution, since
8961         it causes dbus crash. Fix for bugs 313724 and 313443. 
8962
8963 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8964
8965         * configure.ac: Fix sed expression for FreeBSD. Thanks
8966         to Joe Marcus Clark <marcus@freebsd.org>
8967         
8968         * shell/eggfindbar.c: (entry_activate_callback),
8969         (entry_changed_callback), (egg_find_bar_init),
8970         (egg_find_bar_set_search_string):
8971         
8972         Made findbar buttons unsensitive if there is no text in
8973         entry. Fix for the bug 313285.
8974
8975 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8976
8977         * ps/ps-document.c: Use g_filename_display_name for displaying
8978         filenames and revert string freeze breackage
8979
8980 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8981
8982         * NEWS:
8983         * configure.ac:
8984
8985         Update for 0.3.4
8986
8987         * shell/Makefile.am:
8988
8989         Add ev-application-service.xml to extra dist
8990
8991         * shell/ev-view.c: (find_page_at_location):
8992
8993         Remove unused function (fix warning)
8994
8995 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8996
8997         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8998         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8999         
9000         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9001         bug 313623.
9002
9003 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9004
9005         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9006         * shell/ev-window.c:
9007         Fix build warnings
9008
9009 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9010
9011         * configure.ac: Update script to get dbus version.
9012         Fix for the bug #313443.
9013
9014 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9015
9016         * shell/ev-window.c: (ev_window_cmd_escape):
9017         
9018         Return focus back to view on escape. Fix for bug 313295.
9019
9020 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9021
9022         * shell/ev-window.c: (update_window_title),
9023         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9024         (ev_window_cmd_save_as):
9025         
9026         Correct conversion from uri to displayable string. Fix for
9027         bug 313296.
9028
9029 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9030
9031         * ps/ps-document.c: convert filename to utf8 when there is an error
9032         loading document. Fixes #309915
9033
9034 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9035
9036         * configure.ac:
9037
9038         We depend on poppler 0.4.0
9039
9040 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9041
9042         * configure.ac:
9043         * NEWS: Release 0.3.3.
9044         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9045
9046 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9047
9048         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9049         add a couple missing mnemonics to menu items, use title 
9050         capitalization for menu items and window titles, and add 
9051         ellipsis to open menu item.     
9052
9053 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9054
9055         * pdf/ev-poppler.cc:
9056         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9057         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9058         (ev_view_get_rotation):
9059         * shell/ev-view.h:
9060         * shell/ev-window.c: (setup_view_from_metadata),
9061         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9062         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9063         disk.
9064
9065 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9066
9067         * configure.ac: Added tr to ALL_LINGUAS
9068
9069 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9070
9071         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9072         requires several clicks to find word. Thanks to 
9073         Colin Slater <kiltedtaco@gmail.com>.
9074
9075 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9076
9077         * data/evince.desktop.in.in: Hide menu entry and
9078         rename it to "Document Viewer". Fix for bug 
9079         #312399.
9080
9081 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9082
9083         * shell/ev-page-action.c (ev_page_action_class_init): 
9084
9085         Point to the correct function in constructor of the
9086         activate_label signal
9087
9088 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9089
9090         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9091         * shell/ev-jobs.h: Make thread safe.
9092
9093 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9094
9095         * shell/ev-view.c: (view_update_range_and_current_page):
9096         Don't update page range if we are scrolling to some document
9097         point.
9098
9099 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9100
9101         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9102         when getting max_page_width, fix drawing in dual mode.
9103
9104 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9105
9106         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9107         getting the area for select_all.
9108
9109 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9110
9111         * backend/ev-selection.c: (ev_selection_render_selection):
9112         * backend/ev-selection.h:
9113         * pdf/ev-poppler.cc:
9114         * shell/ev-jobs.c: (ev_job_render_new):
9115         * shell/ev-jobs.h:
9116         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9117         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9118         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9119         (ev_view_class_init):
9120
9121         Change selection color on focus in and focus out events.  Also,
9122         poppler now uses GdkColor for specifying the selection colors, so
9123         drop some awkward conversion code.
9124
9125 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9126
9127         * configure.ac: Added Hebrew translation
9128
9129 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9130
9131         * NOTES:
9132         * backend/ev-selection.c: (ev_selection_render_selection):
9133         * backend/ev-selection.h:
9134         * pdf/ev-poppler.cc:
9135         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9136         (ev_job_render_run):
9137         * shell/ev-jobs.h:
9138         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9139         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9140         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9141         (ev_pixbuf_cache_style_changed),
9142         (ev_pixbuf_cache_get_selection_pixbuf),
9143         (ev_pixbuf_cache_set_selection_list),
9144         (ev_pixbuf_cache_get_selection_list):
9145         * shell/ev-pixbuf-cache.h:
9146         * shell/ev-utils.c: (ev_print_region_contents):
9147         * shell/ev-utils.h:
9148         * shell/ev-view.c: (ev_view_queue_draw_page),
9149         (selection_update_idle_cb), (ev_view_motion_notify_event),
9150         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9151         (setup_caches), (ev_view_find_next), (merge_selection_region),
9152         (selection_free):
9153         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9154
9155         Clean up selection to be much smoother!
9156
9157 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9158
9159         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9160         to poppler_page_render_selection().
9161
9162 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9163
9164         * ps/ps-document.c: (save_page_list): Use
9165         unzipped document when printing. Thanks to 
9166         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9167         311016.
9168
9169 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9170
9171         * shell/ev-window.c: (update_action_sensitivity):
9172         
9173         Disable print and save respect to lockdown gconf keys. Fix
9174         for 312342.
9175
9176 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9177
9178         * configure.ac:
9179         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9180         (write_to_temp_file), (ev_file_set_contents):
9181         * shell/ev-utils.h:
9182         * shell/ev-window.c: (save_print_config_to_file):
9183         
9184         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9185         Fix for bug 312238
9186
9187 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9188
9189         * shell/ev-window.c: (load_print_config_from_file),
9190         (save_print_config_to_file), (ev_window_print_range):
9191
9192         Persist the print settings. Fixes bug #311578.
9193
9194 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9195
9196         * djvu/djvu-document.c: (djvu_document_get_page_size),
9197         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9198         (djvu_document_thumbnails_get_thumbnail):
9199         * dvi/dvi-document.c: (dvi_document_get_page_size),
9200         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9201         (dvi_document_thumbnails_get_dimensions),
9202         (dvi_document_thumbnails_get_thumbnail):
9203         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9204         (pixbuf_document_render_pixbuf),
9205         (pixbuf_document_document_iface_init),
9206         (pixbuf_document_thumbnails_get_thumbnail):
9207         
9208         Update backends to make them build with new rotation system.
9209
9210 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9211
9212         * help/C/figures/evince_start_window.png:
9213         
9214         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9215
9216 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9217
9218         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9219         * shell/ev-pixbuf-cache.h:
9220         * shell/ev-sidebar-thumbnails.c:
9221         (ev_sidebar_thumbnails_get_property), (add_range),
9222         (adjustment_changed_cb):
9223         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9224         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9225         we were thumbnailing the entire docment on startup, slowing us
9226         down hugely. 
9227
9228 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9229
9230         * shell/ev-page-cache.c: (ev_page_cache_new):
9231         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9232         == 0, fixes #310306.
9233
9234 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9235
9236         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9237         (ev_view_rotate_left):
9238
9239         Account rotation in doc_rect_to_view_rect.
9240         Ensure rotation doesnt go out of bounds.
9241
9242 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9243
9244         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9245
9246         Correct and cleanup w/h swapping
9247
9248 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9249
9250         * backend/ev-document-thumbnails.c:
9251         (ev_document_thumbnails_get_thumbnail):
9252         * backend/ev-document-thumbnails.h:
9253         * backend/ev-document.c:
9254         * backend/ev-document.h:
9255         * backend/ev-render-context.c: (ev_render_context_new),
9256         (ev_render_context_set_rotation):
9257         * backend/ev-render-context.h:
9258         * pdf/ev-poppler.cc:
9259         * ps/ps-document.c: (ps_document_document_iface_init):
9260         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9261         * shell/ev-jobs.h:
9262         * shell/ev-page-cache.c: (build_height_to_page),
9263         (ev_page_cache_new), (ev_page_cache_get_size),
9264         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9265         (ev_page_cache_get_height_to_page):
9266         * shell/ev-page-cache.h:
9267         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9268         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9269         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9270         (ev_pixbuf_cache_get_selection_pixbuf):
9271         * shell/ev-pixbuf-cache.h:
9272         * shell/ev-print-job.c: (idle_print_handler):
9273         * shell/ev-sidebar-thumbnails.c: (add_range):
9274         * shell/ev-view.c: (view_update_range_and_current_page),
9275         (get_page_y_offset), (get_page_extents),
9276         (ev_view_size_request_continuous_dual_page),
9277         (ev_view_size_request_continuous),
9278         (ev_view_size_request_dual_page),
9279         (ev_view_size_request_single_page), (draw_one_page),
9280         (ev_view_set_rotation), (ev_view_rotate_right),
9281         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9282         (ev_view_zoom_for_size_continuous_and_dual_page),
9283         (ev_view_zoom_for_size_continuous),
9284         (ev_view_zoom_for_size_dual_page),
9285         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9286         (ev_view_select_all):
9287         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9288         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9289         (tiff_document_document_iface_init),
9290         (tiff_document_thumbnails_get_thumbnail):
9291
9292         Use rotation rather than orientation. It's easier and enough
9293         for our needs.
9294
9295 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9296
9297         * shell/ev-page-cache.c: (build_height_to_page),
9298         (ev_page_cache_new), (ev_page_cache_get_size),
9299         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9300         (ev_page_cache_get_height_to_page):
9301         * shell/ev-page-cache.h:
9302         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9303         (ev_view_size_request_continuous_dual_page),
9304         (ev_view_size_request_continuous),
9305         (ev_view_zoom_for_size_continuous_and_dual_page),
9306         (ev_view_zoom_for_size_continuous):
9307
9308         Make the page cache aware of page orientation.
9309
9310 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9311
9312         * backend/ev-document-thumbnails.c:
9313         (ev_document_thumbnails_get_thumbnail):
9314         * backend/ev-document-thumbnails.h:
9315         * backend/ev-document.c:
9316         * backend/ev-document.h:
9317         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9318         * backend/ev-ps-exporter.h:
9319         * pdf/ev-poppler.cc:
9320         * ps/ps-document.c: (ps_document_document_iface_init),
9321         (ps_document_ps_export_do_page):
9322         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9323         * shell/ev-jobs.h:
9324         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9325         (ev_page_cache_get):
9326         * shell/ev-page-cache.h:
9327         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9328         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9329         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9330         * shell/ev-pixbuf-cache.h:
9331         * shell/ev-print-job.c: (idle_print_handler):
9332         * shell/ev-sidebar-thumbnails.c: (add_range):
9333         * shell/ev-view.c: (view_update_range_and_current_page),
9334         (get_page_extents), (ev_view_size_request_dual_page),
9335         (ev_view_size_request_single_page), (draw_one_page),
9336         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9337         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9338         (ev_view_zoom_for_size_dual_page),
9339         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9340         (ev_view_select_all):
9341         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9342         * tiff/tiff-document.c: (tiff_document_get_page_size),
9343         (tiff_document_get_orientation), (rotate_pixbuf),
9344         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9345         (tiff_document_thumbnails_get_thumbnail),
9346         (tiff_document_ps_export_do_page), (tiff_document_init):
9347
9348         Really make use of the orientation bit of the render context.
9349         Use the render context in a few more places in the backend API.
9350         This regress orientation, but now it's done right. Will try to
9351         fix it up asap...
9352
9353 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9354
9355         * shell/ev-view.c: (ensure_rectangle_is_visible):
9356
9357         Patch by Nickolay V. Shmyrev to fix find flickering
9358
9359 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9360
9361         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9362         duplex parameters to ::begin.
9363
9364         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9365         * shell/ev-print-job.c (idle_print_handler): 
9366         * ps/ps-document.c (ps_document_ps_export_begin): 
9367         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9368         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9369         implementations. Poppler backend needs poppler cvs. Rest has
9370         unchanged behavior.
9371
9372 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9373
9374         * shell/ev-window.c (using_pdf_printer): new function.
9375         (ev_window_print_range): print a less techy message if someone
9376         tries to print to PDF.
9377
9378 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9379
9380         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9381         from "unknown font" string. Bug #311431
9382
9383 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9384
9385         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9386
9387 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9388
9389         Bug #311280
9390         
9391         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9392         name for PopplerFontTypes
9393         (pdf_document_fonts_fill_model): add font type to the detail column
9394
9395         * backend/ev-document-fonts.h: added
9396         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9397
9398         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9399         font name and font details, add a little markup.
9400         (ev_properties_fonts_init): use the new cell data func, specify ypad
9401         property for the cell renderer.
9402         (ev_properties_fonts_set_document): add the details column.
9403
9404 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9405
9406         * configure.ac: Added "pl" to ALL_LINGUAS.
9407
9408 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9409
9410         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9411
9412 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9413
9414         * help/ChangeLog: Started this for translations of manual.
9415         * configure.ac, autogen.sh, .cvsignore: Migrated to
9416         gnome-doc-utils. Patch in bug #311222.
9417
9418 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9419
9420         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9421         #ifdef this away to fix an unused-function warning.
9422
9423 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9424
9425         * configure.ac: Added 'gl' to ALL_LINGUAS.
9426
9427 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9428
9429         * configure.ac: Added ne in ALL_LINGUAS
9430         
9431 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9432
9433         * shell/ev-view.c: (ev_view_leave_notify_event):
9434         
9435         Clear status message when pointer leaves view. Fix for bug
9436         #310818 
9437
9438 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9439
9440         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9441
9442 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9443
9444         * shell/ev-view.c: (ev_view_leave_notify_event),
9445         (ev_view_class_init):
9446         
9447         Set cursor to normal then leaving view.
9448
9449 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9450
9451         * configure.ac:
9452         
9453         Fix required djvulibre version.
9454
9455 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9456
9457         *configure.ac: Hindi (hi) language added
9458
9459 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9460
9461         *configure.ac: Punjabi (pa) Language added
9462
9463 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9464
9465         * data/evince-ui.xml, shell/ev-window.c:
9466         
9467         Add keypad accelerators for zooming. Fix for bug 308128.
9468
9469 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9470
9471         * Makefile.am:
9472         * backend/Makefile.am:
9473         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9474         * configure.ac:
9475         * shell/ev-document-types.c: (ev_document_types_add_filters):
9476
9477         Allow to enable/disable the pixbuf backend.
9478         Default to off for now. If we want it enabled we should
9479         really put mime types in the desktop, implement properties etc.
9480
9481         * properties/evince-properties.c:
9482
9483         Initialize error to NULL.
9484         Check error is not NULL before freeing.
9485
9486 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9487
9488         * shell/ev-window.c:
9489
9490         Use F5 as presentation accell
9491
9492 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9493
9494         * shell/ev-window.c: (update_chrome_visibility),
9495         (ev_window_create_fullscreen_popup), (ev_window_init):
9496
9497         Do not leak the fullscreen toolbar
9498
9499 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9500
9501         * shell/ev-window.c: (view_actions_focus_in_cb),
9502         (view_actions_focus_out_cb):
9503
9504         These has a return value! Fix totally random focus
9505         issues we was seeing.
9506
9507 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9508
9509         * shell/main.c: (load_files_remote):
9510
9511         Allow open more than one file
9512
9513 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9514
9515         * shell/main.c: (load_files_remote):
9516
9517         Fix for dbus 0.33. bug #309975
9518
9519 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9520
9521         * properties/ev-properties-main.c: (ev_properties_get_pages):
9522
9523         Actually return NULL for types we dont support
9524
9525 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9526
9527         * po/POTFILES.in:
9528
9529         Remove empty lines.
9530
9531 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9532
9533         * backend/ev-document-factory.c:
9534         (ev_document_factory_get_document):
9535
9536         Do not try to create the object if type
9537         is invalid.
9538
9539 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9540
9541         * ps/ps-document.c: (ps_document_dispose),
9542         (ps_async_renderer_render_pixbuf):
9543         * ps/ps-document.h:
9544
9545         Do not leak the target window
9546
9547 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9548
9549         * shell/ev-application.c: (ev_application_init):
9550
9551         Let tbe check file existence for us.
9552         Add a comment about eggrecent mime filter.
9553
9554 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9555
9556         * data/evince-ui.xml:
9557         * shell/ev-application.c: (ev_application_shutdown),
9558         (ev_application_init), (ev_application_get_toolbars_model),
9559         (ev_application_get_recent_model),
9560         (ev_application_save_toolbars_model):
9561         * shell/ev-application.h:
9562         * shell/ev-window.c: (ev_window_add_recent),
9563         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9564         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9565         (ev_window_init):
9566
9567         Use common toolbar and recent models for all windows.
9568         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9569
9570 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9571
9572         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9573         successfully check for gtk_icon_view_get_visible_range.
9574
9575 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9576
9577         * djvu/Makefile.am:
9578         * dvi/Makefile.am:
9579         
9580         Fix djvu and dvi backend build.
9581
9582 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9583
9584         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9585         (new_separator_pixbuf):
9586
9587         Don't leak windows.
9588
9589 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9590
9591         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9592
9593         HIGification of toolbar editor dialogue.
9594
9595 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9596
9597         * configure.ac:
9598         * shell/Makefile.am:
9599
9600         Ever build metadata manager since it's just
9601         disabled at runtime now.
9602
9603 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9604
9605         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9606         (ev_metadata_manager_get), (ev_metadata_manager_set):
9607         * shell/ev-metadata-manager.h:
9608
9609         Add an _init functions that enabled metadata management
9610         at runtime.
9611
9612         * shell/ev-window.c: (page_changed_cb),
9613         (setup_document_from_metadata), (ev_window_setup_document),
9614         (setup_view_from_metadata), (ev_window_open_uri),
9615         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9616         (ev_window_run_presentation), (ev_window_stop_presentation),
9617         (save_sizing_mode), (ev_window_zoom_changed_cb),
9618         (ev_window_continuous_changed_cb),
9619         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9620         (window_configure_event_cb):
9621
9622         Remove all ugly metadata define since we deal with it
9623         at runtime now.
9624
9625         * shell/main.c: (load_files_remote), (main):
9626
9627         Add support for dbus cvs head. Hopefully didnt break one
9628         of the other versions now!
9629
9630         If we dont get a response from the dbus server just
9631         give up with it and not enable metadata.
9632
9633 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9634
9635         * Makefile.am:
9636         * backend/Makefile.am:
9637         * configure.ac:
9638         * cut-n-paste/recent-files/Makefile.am:
9639         * cut-n-paste/toolbar-editor/Makefile.am:
9640         * cut-n-paste/zoom-control/Makefile.am:
9641         * lib/Makefile.am:
9642         * pdf/Makefile.am:
9643         * pixbuf/Makefile.am:
9644         * properties/Makefile.am:
9645         * ps/Makefile.am:
9646         * shell/Makefile.am:
9647         * thumbnailer/Makefile.am:
9648         * tiff/Makefile.am:
9649
9650         Make frontends depend on just libev.
9651         Rework and group CFLAGS/LIBS definitions.
9652         Cleanups.
9653
9654 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9655
9656         * shell/ev-window:
9657
9658         do not unnecessarily save zoom
9659
9660         * configure.ac:
9661         * lib/ev-file-helpers.c: (ev_dot_dir):
9662         * shell/Makefile.am:
9663         * shell/dummy.cc:
9664
9665         Some cleanups
9666
9667 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9668
9669         * configure.ac:
9670         
9671         Remove unnecessary dependencies
9672
9673 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9674
9675         * properties/Makefile.am:
9676         * thumbnailer/Makefile.am:
9677         * tiff/Makefile.am:
9678
9679         Some more cleanups. Was really necessary
9680         but I probably introduced bugs, feel free
9681         to flame :)
9682
9683 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9684
9685         * backend/Makefile.am:
9686         * configure.ac:
9687         * cut-n-paste/recent-files/Makefile.am:
9688         * cut-n-paste/toolbar-editor/Makefile.am:
9689         * cut-n-paste/zoom-control/Makefile.am:
9690         * lib/Makefile.am:
9691         * pdf/Makefile.am:
9692         * pixbuf/Makefile.am:
9693         * properties/Makefile.am:
9694         * ps/Makefile.am:
9695         * shell/Makefile.am:
9696         * thumbnailer/Makefile.am:
9697         * tiff/Makefile.am:
9698
9699         Use gnome-common macros when possible.
9700         Cleanup dependencies.
9701         Actually disable deprecated where possible.
9702
9703 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9704
9705         * Makefile.am:
9706         * backend/Makefile.am:
9707         * properties/Makefile.am:
9708         * shell/Makefile.am:
9709         * thumbnailer/Makefile.am:
9710
9711         This should solve the circular dep without
9712         requiring dir reorg!
9713
9714         * shell/ev-window.c: (setup_view_from_metadata):
9715
9716         Never restore window size/position when the
9717         window is already visible.
9718
9719 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9720
9721         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9722
9723         Return a boolean from timeout func. Fix ported from gedit.
9724
9725 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9726
9727         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9728
9729 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9730
9731         * shell/ev-document-types.c: set "All Documents" as default filter in
9732         open dialog
9733
9734 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9735
9736         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9737         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9738         (ev_metadata_manager_set_boolean): fix value/val thinko.
9739
9740 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9741
9742         * shell/ev-window.c: (setup_view_from_metadata),
9743         (window_state_event_cb), (window_configure_event_cb),
9744         (ev_window_init):
9745
9746         Remember window position and maximized state
9747
9748 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9749
9750         * configure.ac:
9751
9752         Fix DBUS configure checks.
9753
9754         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9755         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9756         (ev_metadata_manager_set_boolean):
9757
9758         Plug mem leaks.
9759
9760         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9761         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9762         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9763         (ev_window_continuous_changed_cb),
9764         (ev_window_dual_mode_changed_cb), (ev_window_new):
9765
9766         Fix the build without DBUS.
9767
9768 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9769
9770         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9771         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9772         (ev_metadata_manager_set_string),
9773         (ev_metadata_manager_set_boolean):
9774         * shell/ev-metadata-manager.h:
9775
9776         Add support for some more types
9777
9778         * shell/ev-view.c: (scroll_to_current_page),
9779         (ev_view_get_continuous), (ev_view_set_continuous),
9780         (ev_view_get_dual_page):
9781         * shell/ev-view.h:
9782         * shell/ev-window.c: (page_changed_cb),
9783         (setup_document_from_metadata), (ev_window_setup_document),
9784         (setup_view_from_metadata), (ev_window_open_uri),
9785         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9786         (ev_window_run_presentation), (ev_window_stop_presentation),
9787         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9788         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9789         (ev_window_update_dual_page_action),
9790         (ev_window_continuous_changed_cb),
9791         (ev_window_dual_mode_changed_cb), (ev_window_init):
9792
9793         Remember a bunch of view/document properties. Prolly some
9794         are still missing but it's getting interesting.
9795
9796 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9797
9798         * configure.ac: check if dbus-binding-tool is installed. Not the
9799         case on current Ubuntu breezy, it seems.
9800
9801 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9802
9803         * data/evince.desktop.in.in:
9804         
9805         Allow open uri lists and add TryExec field.
9806
9807 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9808
9809         * configure.ac:
9810
9811         Enable dbus when available, do not require a configure
9812         option.
9813
9814 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9815
9816         * configure.ac:
9817
9818         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9819         disabled.
9820
9821 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9822         Marco Pesenti Gritti  <mpg@redhat.com>
9823
9824         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9825         
9826         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9827         functions to the format required by dbus
9828
9829         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9830         errors. Use the RPC parameters in the expected way
9831
9832 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9833
9834         * Makefile.am:
9835         * properties/Makefile.am:
9836         * properties/ev-properties-main.c: (ev_properties_get_pages):
9837
9838         Support all mime types
9839
9840         * shell/Makefile.am:
9841         * thumbnailer/Makefile.am:
9842         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9843         (evince_thumbnail_pngenc_get):
9844
9845         Use the document factory
9846
9847 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9848
9849         * backend/Makefile.am:
9850         * backend/ev-document-factory.c:
9851         (mime_type_supported_by_gdk_pixbuf),
9852         (ev_document_type_get_from_mime),
9853         (ev_document_factory_get_document),
9854         (ev_document_factory_get_backend),
9855         (ev_document_factory_get_mime_types),
9856         (ev_document_factory_get_all_mime_types):
9857         * backend/ev-document-factory.h:
9858         * shell/Makefile.am:
9859         * shell/ev-document-types.c: (get_document_from_uri),
9860         (ev_document_types_get_document),
9861         (file_filter_add_mime_list_and_free),
9862         (ev_document_types_add_filters):
9863         * shell/ev-document-types.h:
9864         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9865         * shell/ev-properties-dialog.c:
9866         (ev_properties_dialog_set_document):
9867         * shell/ev-window.c: (ev_window_cmd_file_open),
9868         (ev_window_cmd_save_as):
9869         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9870
9871         Rework document types managing to avoid code duplication
9872         and actually abstract from backend implementations.
9873         Also provide a minimal factory api that can be used by
9874         thumbnailer/properties.
9875
9876 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9877
9878         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9879         Plug a mem leak.
9880         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9881         HIG spacings.
9882
9883 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9884
9885         * shell/ev-properties-dialog.c
9886         (ev_properties_dialog_set_document): only call
9887         ev_properties_fonts_set_document() if the document implements the
9888         fonts interface
9889
9890 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9891
9892         * configure.ac:
9893         * properties/Makefile.am:
9894         * properties/ev-properties-view.c:
9895         (ev_properties_view_register_type):
9896         * properties/ev-properties-view.h:
9897         * properties/ev-properties-main.h:
9898
9899         Implement nautilus plugin for properties.
9900         Works only for pdf atm, I need to rework the
9901         document types stuff to get this to work
9902         for all backends...
9903
9904 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9905
9906         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9907         (ev_properties_fonts_set_document): use
9908         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9909
9910 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9911
9912         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9913         them
9914         (PlaceImage, tiff2ps_process_page): use
9915         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9916
9917
9918 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9919
9920         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9921         (main): to call gnome_authentication_manager_init. Should fix
9922         Bug #308510
9923
9924         * configure.ac: that requires libgnomeui 2.6.0.
9925
9926 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9927
9928         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9929         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9930         use the new tiff2ps interfaces
9931
9932         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9933         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9934
9935         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9936         structure instead of global variables.  Remove use of static
9937         variables in functions.
9938
9939 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9940
9941         * shell/ev-page-action.c: unref the completion after setting it to the
9942         entry
9943
9944 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9945
9946         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9947         postscript files
9948
9949 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9950
9951         * shell/ev-window.c (update_action_sensitivity): disable
9952         File->Print if the document does not implement the ps exporter
9953         interface
9954
9955 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9956
9957         * Makefile.am:
9958         * configure.ac:
9959         * data/evince-properties.glade:
9960         * properties/.cvsignore:
9961         * properties/Makefile.am:
9962         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9963         (ev_properties_view_class_init), (ev_properties_view_format_date),
9964         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9965         (ev_properties_view_init), (ev_properties_view_new):
9966         * properties/ev-properties-view.h:
9967         * shell/Makefile.am:
9968         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9969         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9970         (ev_properties_dialog_new):
9971         * shell/ev-properties-dialog.h:
9972         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9973         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9974         (update_progress_label), (job_fonts_finished_cb),
9975         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9976         * shell/ev-properties-fonts.h:
9977         * shell/ev-properties.c:
9978         * shell/ev-properties.h:
9979         * shell/ev-window.c: (ev_window_setup_document),
9980         (ev_window_cmd_file_properties):
9981
9982         Split the properties pages in two different objects, depend
9983         only on the backend where possible, use widgets instead
9984         of gobject for the glade part, reimplement the dialog
9985         itself with gtk.
9986         I need this to implement nautilus properties page.
9987
9988 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9989
9990         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9991         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9992         (tiff_document_document_ps_exporter_iface_init): implement the ps
9993         exporter interface for tiff documents
9994
9995         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9996         libtiff to implement TIFF postscript export
9997
9998         * tiff/tiff2ps.h: added a header file for external tiff2ps
9999         functions.
10000
10001         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10002         tiff2ps.h
10003
10004 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10005
10006         * shell/ev-view.c: (scroll_to_current_page),
10007         (ev_view_set_fullscreen), (ev_view_set_presentation):
10008         
10009         Scroll to current page when exit from presentation
10010
10011 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10012
10013         * shell/ev-window.c: (update_document_mode),
10014         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10015         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10016         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10017         
10018         Exit from fullscreen mode when switch to presentation. Fix for
10019         bug 309365
10020
10021 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10022
10023         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10024         return NULL if the document does not implement the selection
10025         interface.
10026
10027 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10028
10029         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10030         reported height by using the resolution aspect ratio
10031         (tiff_document_render_pixbuf): scale the pixbuf using the
10032         resolution aspect ratio
10033
10034 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10035
10036         * configure.ac:
10037         
10038         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10039         <kiltedaco@gmail.com>
10040         
10041         * djvu/djvu-document.c: (djvu_document_get_orientation),
10042         (djvu_document_set_orientation), (djvu_document_get_page_size),
10043         (rotate_pixbuf), (djvu_document_render_pixbuf),
10044         (djvu_document_document_iface_init):
10045         * dvi/dvi-document.c: (dvi_document_get_orientation),
10046         (dvi_document_set_orientation), (dvi_document_get_page_size),
10047         (rotate_pixbuf), (dvi_document_render_pixbuf),
10048         (dvi_document_document_iface_init):
10049         
10050         Dvi and djvu backends are ported to new API
10051
10052 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10053
10054         * backend/ev-selection.c: (ev_selection_get_selection_region),
10055         (ev_selection_get_selection_map):
10056         * backend/ev-selection.h:
10057         * pdf/ev-poppler.cc:
10058         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10059         * shell/ev-jobs.h:
10060         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10061         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10062         (ev_pixbuf_cache_get_text_mapping):
10063         * shell/ev-pixbuf-cache.h:
10064         * shell/ev-view.c: (location_in_text),
10065         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10066         support to EvView.  Now we can see where we can select!  Sweet!
10067
10068 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10069
10070         * shell/ev-view.c (ev_view_button_press_event): Fix
10071         event->y + view->scroll_x typo.
10072
10073 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10074
10075         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10076         sub-GdkPixbuf instead of passing dest_x and dest_y.
10077         
10078         * shell/ev-view.c: (view_point_to_doc_point),
10079         (view_rect_to_doc_rect), (ev_view_button_press_event),
10080         (ev_view_motion_notify_event), (compute_new_selection_rect),
10081         (gdk_rectangle_point_in), (compute_new_selection_text),
10082         (compute_selections): Update selection code to keep the selection
10083         around as two points and not as a normalized rectangle, and fix
10084         page level selection in two-column mode.
10085
10086 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10087
10088         * shell/ev-window.c: (window_configure_event_cb): 
10089         
10090         Fix compilation
10091         
10092 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10093
10094         * pdf/ev-poppler.cc:
10095
10096         Fix compilation
10097
10098 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10099
10100         * shell/Makefile.am:
10101         * shell/ev-metadata-manager.c: (item_free),
10102         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10103         (parse_value), (parseItem), (load_values),
10104         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10105         (save_values), (save_item), (get_oldest), (resize_items),
10106         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10107         * shell/ev-metadata-manager.h:
10108
10109         Metadata manager from gedit but modified to use GValue, so that
10110         we dont need to keep converting from strings.
10111
10112         * configure.ac:
10113
10114         ENABLE_METADATA conditional, on when dbus is on
10115
10116         * shell/ev-application.c: (ev_application_open_uri):
10117
10118         Show the window after load so that we can initialize
10119         window size before it's showed.
10120
10121         * shell/ev-window.c: (ev_window_setup_from_metadata),
10122         (ev_window_open_uri), (window_configure_event_cb),
10123         (ev_window_init):
10124
10125         Save and load metadata information about window size.
10126         Not yet keeping states in account.
10127
10128         * shell/main.c: (main):
10129
10130         Shutdown metadata manager.
10131
10132 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10133
10134         * shell/ev-application-service.xml:
10135         * configure.ac:
10136         * shell/Makefile.am:
10137         * shell/ev-application.c:
10138         * shell/ev-application.h:
10139         * shell/ev-window.c:
10140         * shell/ev-window.h:
10141         * shell/main.c:
10142
10143         Add an optional dbus interface (--enable-dbus).
10144         Rework application code, mainly to be easier to
10145         use "remotely".
10146         Do not open multiple windows with the same document,
10147         spatial evince!
10148
10149 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10150
10151         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10152         pixbuf iff it exists.
10153
10154 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10155
10156         * shell/*:
10157         * backend/ev-render-context.[ch]:
10158         * backend/ev-selection.[ch]:
10159
10160         Massive changes.  We now support text selection of pdfs, and not
10161         just rectangular selection.  This is pretty broken still, but I
10162         want to get something into CVS.
10163
10164 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10165
10166         * pdf/ev-poppler.cc:
10167         
10168         Fix for Bug 309080: crash on window close.
10169         
10170         * shell/ev-page-action.c: (page_changed_cb):
10171         
10172         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10173         jensgr@gmx.net (Jens Granseuer).
10174
10175 2005-06-25  Marcel Telka  <marcel@telka.sk>
10176
10177         * configure.in (ALL_LINGUAS): Added sk.
10178
10179 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10180
10181         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10182         not a document open
10183
10184 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10185
10186         * NEWS:
10187         * configure.ac:
10188
10189         Release 0.3.2
10190
10191         * cut-n-paste/recent-files/Makefile.am:
10192
10193         Fix make distcheck
10194
10195 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10196
10197         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10198         (pixbuf_document_set_orientation), (rotate_pixbuf),
10199         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10200         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10201
10202         Implement rotation and cleanup the code a bit.
10203
10204         * tiff/tiff-document.c: (tiff_document_get_page_size),
10205         (tiff_document_get_orientation), (tiff_document_set_orientation),
10206         (rotate_pixbuf), (tiff_document_render_pixbuf),
10207         (tiff_document_document_iface_init), (tiff_document_init):
10208
10209         Implement rotation. Was the quicker solution for the release
10210         but we really need to share this code in the shell.
10211
10212 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10213
10214         * pdf/ev-poppler.cc:
10215
10216         Enable rotation, require poppler cvs. Fix a leak.
10217
10218 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10219
10220         * shell/ev-window.c: (update_action_sensitivity):
10221         
10222         Make properties unsensitive if document backend doesn't provide
10223         any info
10224
10225 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10226
10227         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10228         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10229         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10230         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10231         (bitmap_flip_rotate_counter_clockwise):
10232         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10233         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10234         (buff_gets):
10235         * dvi/mdvi-lib/common.h:
10236         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10237         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10238         (opendvi), (mdvi_reload), (mdvi_init_context),
10239         (mdvi_destroy_context), (mdvi_dopage), (special):
10240         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10241         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10242         (file_hash_free), (register_encoding), (parse_spec),
10243         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10244         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10245         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10246         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10247         (mdvi_register_font_type), (mdvi_unregister_font_type),
10248         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10249         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10250         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10251         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10252         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10253         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10254         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10255         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10256         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10257         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10258         (mdvi_unregister_special), (mdvi_flush_specials):
10259         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10260         (t1_font_remove):
10261         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10262         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10263         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10264         (free_font_metrics), (flush_font_metrics):
10265         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10266         (tt_font_remove):
10267         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10268         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10269         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10270         (dstring_insert), (dstring_new), (dstring_reset):
10271         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10272         
10273         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10274         avoid conflict with libtool on FC4
10275         
10276         * shell/ev-window.c: (ev_window_cmd_help_about):
10277         
10278         Update copyright year. Fix for bug 308828.
10279
10280 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10281
10282         * shell/ev-view.c: (add_scroll_binding_keypad),
10283         (ev_view_binding_activated), (ev_view_class_init),
10284         (on_adjustment_value_changed):
10285         
10286         Bug 170874: Arrow keys switch pages in presentation mode
10287
10288 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10289
10290         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10291         
10292         Fix for Bug 308265: Sidebar dissappears coming out of 
10293         Presentation mode
10294
10295 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10296
10297         * shell/ev-application.c: (ev_application_open):
10298         * shell/ev-document-types.c: (ev_document_types_add_filters),
10299         (ev_document_types_add_filters_for_type):
10300         * shell/ev-document-types.h:
10301         * shell/ev-window.c: (ev_window_cmd_save_as):
10302         
10303         Suggest basename as template when saving, provide filters
10304         for save dialog. It's bug 308402
10305
10306 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10307
10308         * pdf/ev-poppler.cc:
10309         * shell/ev-sidebar-links.c: (job_finished_callback):
10310         * shell/ev-view.c: (update_find_status_message):
10311         
10312         Some leaks fixed
10313
10314 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10315
10316         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10317         (egg_recent_view_uimanager_set_list):
10318
10319         Fix buglet in !show_numbers case.
10320
10321 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10322
10323         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10324         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10325
10326         Use pango ellipsisation.
10327
10328         * pdf/ev-poppler.cc:
10329
10330         Fix refcount leak, from nsh.
10331
10332 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10333
10334         * cut-n-paste/recent-files/Makefile.am:
10335         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10336         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10337         
10338         Removed EggRecentViewGtk
10339         
10340         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10341         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10342         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10343         (ev_window_setup_recent):
10344         
10345         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10346         with other projects
10347
10348 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10349
10350         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10351         (egg_recent_view_gtk_finalize):
10352
10353         Fix memory leak
10354
10355         * cut-n-paste/toolbar-editor/Makefile.am:
10356         
10357         Fix location of cursor icon.
10358         
10359         * pdf/ev-poppler.cc:
10360         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10361         (display_completion_text), (match_completion):
10362         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10363         (selection_changed_callback), (create_loading_model),
10364         (print_section_cb), (links_page_num_func),
10365         (update_page_callback_foreach):
10366         * shell/ev-window.c: (ev_window_dispose):
10367         
10368         Small memory fixes. Links model now store objects instead
10369         of pointers to improve memory management. 
10370
10371 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10372
10373         * shell/ev-window.c: (zoom_control_changed_cb):
10374         
10375         Fix update of zoom control (bug 308268).
10376
10377 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10378
10379         * shell/ev-properties.c (set_property): escape the text correctly.
10380         Handles non-UTF-8 properties and escaped properties.  Also, sets
10381         the text to "<i>None</i>" if the property isn't set.
10382
10383         * data/evince-properties.glade: Change the label to be ellipsized,
10384         and give it a minimum size.
10385
10386 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10387
10388         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10389         * shell/ev-sidebar-links.c: (create_loading_model):
10390         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10391         * shell/ev-view.c: (ev_view_set_document):
10392         * shell/ev-window.c: (ev_window_dispose):
10393         
10394         Various small fixes, mostly memory leaks. Thanks to valgrind.
10395
10396 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10397
10398         * ps/ps-document.c: remove the locale.h include again ;-). And
10399         kill the (bogus) setlocale/savelocale business.
10400
10401 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10402
10403         * ps/ps-document.c:
10404         
10405         Include locale.h to fix build
10406         
10407         * shell/ev-sidebar.c:
10408         
10409         Remove unnecessary includes
10410
10411 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10412
10413         * dvi/dvi-document.c: (dvi_document_load):
10414         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10415         * po/POTFILES.in:
10416         
10417         Check for incorrect dvi files. Fix parsing dvi on AMD64
10418         platform. Thanks to tester@tester.ca (Olivier Crete).
10419
10420 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10421
10422         * shell/ev-page-action.c: (match_selected_cb),
10423         (display_completion_text), (match_completion), (update_model):
10424         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10425         (expand_open_links):
10426         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10427         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10428         (ev_sidebar_set_document):
10429         * shell/ev-window.c: (ev_window_xfer_job_cb),
10430         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10431         
10432         Fixed lot's of memory leaks, for example, memory leak on reload, 
10433         described in bug 307793.
10434
10435 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10436
10437         * pdf/ev-poppler.cc:
10438         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10439         (update_visible_range), (adjustment_changed_cb),
10440         (ev_sidebar_thumbnails_fill_model),
10441         (ev_sidebar_thumbnails_refresh),
10442         (ev_sidebar_tree_selection_changed),
10443         (ev_sidebar_icon_selection_changed),
10444         (ev_sidebar_thumbnails_use_icon_view),
10445         (ev_sidebar_thumbnails_set_document):
10446         * shell/ev-sidebar-thumbnails.h:
10447         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10448         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10449
10450         Refresh thumbnails when changing orientation. Not fully
10451         working yet becuase of a sidebar bug.
10452
10453         Set page orientation to poppler page everywhere. This sucks
10454         really need to fix poppler.
10455
10456 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10457
10458         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10459         (egg_recent_view_gtk_new_menu_item),
10460         (egg_recent_view_gtk_set_property),
10461         (egg_recent_view_gtk_get_property),
10462         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10463         (egg_recent_view_gtk_set_tooltip_func),
10464         (egg_recent_view_gtk_set_label_width),
10465         (egg_recent_view_gtk_get_label_width):
10466         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10467
10468         Sync with libegg (ellipsize labels)
10469
10470 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10471
10472         * data/evince-ui.xml:
10473         * shell/ev-window.c: (ev_window_cmd_go_forward),
10474         (ev_window_cmd_go_backward):
10475         
10476         Shift + PageUp moves 10 Pages. Fix for 306125
10477
10478 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10479
10480         * pdf/ev-poppler.cc:
10481
10482         Add a flag to check if orientation has been overriden
10483
10484 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10485
10486         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10487         field if necessary.
10488
10489         * ps/ps.h: add creator field to document.
10490
10491         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10492         set creator field.
10493
10494 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10495
10496         * data/evince-properties.glade:
10497         * shell/ev-properties.c: (ev_properties_set_document):
10498
10499         s/PDF Version/Format
10500
10501 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10502
10503         * shell/ev-properties.c: (ev_properties_set_document):
10504
10505         Remove unnecessary translations
10506
10507 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10508
10509         * cut-n-paste/toolbar-editor/Makefile.am:
10510
10511         Correct library name    
10512
10513 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10514
10515         * configure.ac:
10516         * cut-n-paste/recent-files/egg-recent-model.c:
10517         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10518         (egg_recent_model_unlock_file):
10519         * cut-n-paste/recent-files/egg-recent-util.c:
10520         (egg_recent_util_get_unique_id):
10521         * cut-n-paste/recent-files/update-from-egg.sh:
10522         * cut-n-paste/toolbar-editor/Makefile.am:
10523         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10524         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10525         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10526         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10527         (egg_toolbars_model_get_type):
10528         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10529
10530         Better makefile for toolbar editor and update everything
10531         to latest libegg.
10532
10533 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10534
10535         * shell/ev-window.c: (update_document_mode):
10536
10537         Prefer presentation mode when the document
10538         require fullscreen.
10539
10540 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10541
10542         * data/evince-ui.xml:
10543         * shell/ev-window.c:
10544
10545         Add control-equal for zooming
10546
10547 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10548
10549         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10550
10551 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10552
10553         * backend/ev-document.c: (ev_document_get_orientation):
10554         * backend/ev-document.h:
10555         * pdf/ev-poppler.cc:
10556         * ps/ps-document.c: (ps_document_get_orientation),
10557         (ps_document_set_orientation), (ps_document_document_iface_init):
10558
10559         Add a get_orientation api. Improve set_orientation.
10560
10561         * data/evince-ui.xml:
10562         * shell/ev-view.c: (ev_view_set_orientation),
10563         (ev_view_rotate_right), (ev_view_rotate_left):
10564         * shell/ev-view.h:
10565         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10566         (ev_window_cmd_edit_rotate_right):
10567
10568         Better ui for changing document orientation
10569
10570 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10571
10572         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10573         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10574         * shell/ev-sidebar-links.h:
10575         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10576         (ev_sidebar_page_iface_init):
10577         * shell/ev-sidebar-page.h:
10578         * shell/ev-sidebar-thumbnails.c:
10579         (ev_sidebar_thumbnails_get_property),
10580         (ev_sidebar_thumbnails_class_init),
10581         (ev_sidebar_thumbnails_set_document):
10582         * shell/ev-sidebar-thumbnails.h:
10583         * shell/ev-view.c: (ev_view_motion_notify_event):
10584         * shell/ev-window.c: (update_chrome_visibility),
10585         (ev_window_cmd_focus_page_selector),
10586         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10587         (sidebar_page_main_widget_update_cb), (ev_window_init):
10588         
10589         Autoraise toolbar on GoToPage binding and fix bindings in
10590         EvSidebarThumbnails page.
10591
10592 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10593
10594         * shell/ev-properties.c: (update_progress_label):
10595
10596         Hide the progress label when finished; bug #307697.
10597
10598 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10599
10600         * pdf/ev-poppler.cc:
10601
10602         Enable is_open for links, you will need poppler cvs
10603
10604         * shell/ev-properties.c: (job_fonts_finished_cb):
10605
10606         Get a lock on the document when filling the tree view
10607
10608 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10609
10610         * backend/ev-document-links.h:
10611         * pdf/ev-poppler.cc:
10612         * shell/ev-sidebar-links.c: (create_loading_model),
10613         (expand_open_links), (job_finished_callback):
10614
10615         Expand links when specified by the document.
10616         Depend on a poppler api (defined out for now)
10617
10618 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10619
10620         * shell/ev-properties.c: (ev_properties_dispose),
10621         (ev_properties_class_init), (dialog_destroy_cb),
10622         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10623         (ev_properties_set_document), (ev_properties_new),
10624         (ev_properties_show):
10625         * shell/ev-properties.h:
10626
10627         Make it an object, cleanup the code, api to show it as transient
10628         and to set the document.
10629
10630         * shell/ev-window.c: (ev_window_setup_document),
10631         (ev_window_cmd_file_properties):
10632
10633         Adapt to EvProperties changes, do not show multiple
10634         times, update it when document changes.
10635
10636 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10637
10638         * ps/gstypes.h:
10639         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10640         (ps_document_set_orientation), (ps_document_document_iface_init):
10641         * ps/ps-document.h:
10642
10643         Implement orientation here too
10644
10645         * shell/ev-properties.c: (ev_properties_new):
10646         * data/evince-properties.glade:
10647
10648         Hide the fonts page for backends that doesnt
10649         support it.     
10650
10651 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10652
10653         * backend/ev-document.c: (ev_document_set_orientation):
10654         * backend/ev-document.h:
10655         * pdf/ev-poppler.cc:
10656
10657         Add orientation api. Currently poppler api is not optimal,
10658         we need to set orientation every time we _get a page.
10659         I will try to fix that at some point.
10660
10661         * data/evince-ui.xml:
10662         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10663         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10664
10665         Add orientation menu items
10666
10667         * shell/ev-page-cache.c: (ev_page_cache_clear):
10668         * shell/ev-page-cache.h:
10669
10670         Add api to clear the cache
10671
10672         * shell/ev-view.c: (setup_caches), (clear_caches),
10673         (ev_view_set_document), (ev_view_zoom_out),
10674         (ev_view_set_orientation):
10675         * shell/ev-view.h:
10676
10677         Implement orientation changing
10678
10679 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10680
10681         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10682         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10683         * backend/ev-document-fonts.h:
10684
10685         Separate scan and fill so that we can incrementally fill from
10686         the main thread. Add a progress api.
10687
10688         * data/evince-properties.glade:
10689         * pdf/ev-poppler.cc:
10690         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10691         * shell/ev-jobs.h:
10692         * shell/ev-properties.c: (update_progress_label),
10693         (job_fonts_finished_cb), (setup_fonts_view):
10694
10695         Incrementally feel the list and show the progress
10696         percentage in a label like acrobat does.
10697
10698         You are going to need poppler cvs
10699
10700 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10701
10702         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10703         * backend/ev-document-fonts.h:
10704         * pdf/ev-poppler.cc:
10705
10706         Make fonts model fill incrementally.
10707
10708         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10709         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10710         (ev_job_queue_remove_job):
10711         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10712         (ev_job_fonts_new), (ev_job_fonts_run):
10713         * shell/ev-jobs.h:
10714
10715         New job for fonts scanning
10716
10717         * shell/ev-properties.c: (job_fonts_finished_cb),
10718         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10719         * shell/ev-properties.h:
10720         * shell/ev-window.c: (ev_window_cmd_file_properties):
10721
10722         Incrementally feel the treeview using the new job. Show Loading...
10723         message until scanning is completed.
10724
10725         Hopefully I didnt break the build without the poppler patch.
10726
10727 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10728
10729         * shell/ev-application.c: (ev_application_open):
10730         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10731         (ev_document_type_get_type), (ev_document_type_lookup):
10732         * shell/ev-document-types.h:
10733         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10734         * shell/ev-job-xfer.h:
10735         * shell/ev-window.c: (ev_window_clear_local_uri),
10736         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10737         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10738         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10739         
10740         Transfer remote documents to tmp directory to display them later.
10741
10742 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10743
10744         * backend/ev-document-info.h:
10745         * shell/ev-properties.c: (ev_properties_new):
10746
10747         s/GTime*/GTime. Not sure why we was using a pointer
10748         at all there!
10749
10750 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10751
10752         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10753         situations.  That situation is that you're using GTK+-HEAD with
10754         the patch at #306726 is applied, and you have a document with <
10755         1500 pages in it.  It's not quite as uniformly nice as the
10756         TreeView, but should be better in the long run.
10757
10758         I'm pretty sure I guarded against breaking compilation with
10759         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10760         I missed some.
10761
10762         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10763         widget yet, so I commented that code out
10764         enable_view_actions_for_widget() for now.  Need to figure this
10765         out.
10766
10767         * shell/ev-page-action.c (match_selected_cb): emit the right
10768         signals.  Our cool C-l completion now works.
10769
10770 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10771
10772         * backend/Makefile.am:
10773         * backend/ev-document-fonts.c:
10774         * backend/ev-document-links.c:
10775         * backend/ev-document.c: (ev_document_load):
10776         * backend/ev-document.h:
10777         * backend/ev-job-queue.c:
10778         * backend/ev-job-queue.h:
10779         * backend/ev-jobs.c:
10780         * backend/ev-jobs.h:
10781         * backend/ev-page-cache.c:
10782         * backend/ev-page-cache.h:
10783
10784         EvPageCache and EvJobs are moved to shell.
10785
10786         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10787         (ev_tmp_filename):
10788         * lib/ev-file-helpers.h:
10789         
10790         New helper to work with temporary files
10791         
10792         * shell/Makefile.am:
10793         * shell/ev-application.c: (ev_application_open):
10794         * shell/ev-application.h:
10795         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10796         (remove_job_from_async_queue), (add_job_to_async_queue),
10797         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10798         (handle_job), (search_for_jobs_unlocked),
10799         (no_jobs_available_unlocked), (ev_render_thread),
10800         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10801         (ev_job_queue_add_job), (move_job_async), (move_job),
10802         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10803         * shell/ev-job-queue.h:
10804         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10805         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10806         * shell/ev-job-xfer.h:
10807         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10808         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10809         (ev_job_links_class_init), (ev_job_render_init),
10810         (ev_job_render_dispose), (ev_job_render_class_init),
10811         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10812         (ev_job_thumbnail_class_init), (ev_job_load_init),
10813         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10814         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10815         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10816         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10817         * shell/ev-jobs.h:
10818         * shell/ev-page-action.c: (ev_page_action_set_document):
10819         * shell/ev-page-cache.c: (ev_page_cache_init),
10820         (ev_page_cache_class_init), (ev_page_cache_finalize),
10821         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10822         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10823         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10824         (ev_page_cache_get_title), (ev_page_cache_get_size),
10825         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10826         (ev_page_cache_get_height_to_page),
10827         (ev_page_cache_get_max_label_chars),
10828         (ev_page_cache_get_page_label),
10829         (ev_page_cache_has_nonnumeric_page_labels),
10830         (ev_page_cache_get_info), (ev_page_cache_next_page),
10831         (ev_page_cache_prev_page), (ev_page_cache_get):
10832         * shell/ev-page-cache.h:
10833         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10834         (ev_pixbuf_cache_clear_job_sizes),
10835         (ev_pixbuf_cache_add_jobs_if_needed),
10836         (ev_pixbuf_cache_set_page_range):
10837         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10838         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10839         * shell/ev-sidebar-thumbnails.c:
10840         (ev_sidebar_tree_selection_changed),
10841         (ev_sidebar_thumbnails_set_document):
10842         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10843         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10844         (ev_statusbar_get_context_id), (ev_statusbar_push),
10845         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10846         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10847         (ev_statusbar_set_progress):
10848         * shell/ev-statusbar.h:
10849         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10850         (ev_view_find_previous):
10851         * shell/ev-window.c: (ev_window_is_empty),
10852         (ev_window_setup_document), (password_dialog_response),
10853         (ev_window_clear_jobs), (ev_window_load_job_cb),
10854         (ev_window_xfer_job_cb), (ev_window_open_uri),
10855         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10856         (ev_window_print), (ev_window_print_range),
10857         (ev_window_state_event), (ev_window_cmd_view_reload),
10858         (menu_item_select_cb), (menu_item_deselect_cb),
10859         (view_status_changed_cb), (ev_window_dispose),
10860         (drag_data_received_cb), (ev_window_init):
10861         * shell/ev-window.h:
10862         * shell/main.c: (load_files):
10863         
10864         New statusbar to show progress on idle. Two new jobs - 
10865         xfer job and load job to load document in background. And update
10866         of page_cache clients to new location of code.
10867
10868 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10869
10870         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10871         selection in open dialog. It also remembers the last visited directory 
10872         in the current session.
10873
10874 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10875
10876         * shell/ev-properties.c: (ev_properties_new):
10877         * shell/ev-properties.h:
10878         * shell/ev-window.c: (ev_window_cmd_file_properties):
10879         
10880         Get document info from page cache instead of document itself.
10881         This should fix crash related to race conditions described in
10882         bug 306545.
10883
10884 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10885
10886         * ps/ps-document.c: (ps_document_init),
10887         (send_ps), (get_page_box), (output), (catchPipe), (input),
10888         (stop_interpreter), (file_length), (file_readable),
10889         (check_filecompressedb), (ps_document_enable_interpreter),
10890         (document_load), (ps_async_renderer_render_pixbuf):
10891         * ps/ps-document.h:
10892
10893         Big cleanup of the ps code
10894
10895 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10896
10897         * backend/Makefile.am:
10898         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10899         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10900         * backend/ev-async-renderer.h:
10901
10902         Add an async renderer interface (method + callback) which
10903         is useful for backends like ps.
10904
10905         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10906         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10907         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10908         (ev_job_queue_add_job), (move_job_async), (move_job),
10909         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10910
10911         Add queues for async renderer, these are executed on the
10912         main thread.
10913
10914         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10915         (ev_job_render_run):
10916         * backend/ev-jobs.h:
10917
10918         If the backend support async renderer interface use it.
10919
10920         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10921         (setup_pixmap), (ps_document_get_type),
10922         (ps_async_renderer_render_pixbuf),
10923         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10924
10925         Implement async renderer interface.
10926
10927 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10928
10929         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10930
10931         Cleanup links job on exit.
10932
10933 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10934
10935         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10936         (drag_data_get_cb), (drag_data_received_cb):
10937         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10938         (drag_data_get_cb), (parse_item_list),
10939         (egg_toolbar_editor_load_actions):
10940         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10941         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10942         (parse_item_list), (parse_toolbars):
10943         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10944         (dvi_pixbuf_put_pixel):
10945         
10946         Fix gcc 4.0 warnings
10947
10948 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10949
10950         * ps/ps-document.c: (start_interpreter):
10951
10952         Fix warning when loading ps
10953
10954 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10955
10956         * ps/ps-document.c: (output):
10957
10958         Fix crash when priting gs error messages.
10959
10960 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10961
10962         * backend/ev-page-cache.c: (_ev_page_cache_new):
10963         * backend/ev-page-cache.h:
10964
10965         Use a const to return title so that we dont double
10966         free it. Small cleanup and fix a leak.
10967
10968         * shell/ev-window.c: (update_window_title):
10969
10970         strdup value from get_title.
10971
10972 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10973
10974         * shell/ev-sidebar-links.c: (job_finished_callback),
10975         (ev_sidebar_links_set_document):
10976
10977         Cleanup the old job when changing document
10978
10979 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10980
10981         * shell/ev-stock-icons.c:
10982         * shell/ev-stock-icons.h:
10983         * shell/ev-window.c:
10984         
10985         Add stock icons for actions that can appear in toolbar. Fix for
10986         bug 306566.
10987
10988 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10989
10990         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10991         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10992         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10993         * backend/ev-page-cache.h:
10994         * shell/ev-view.c: (scroll_to_current_page),
10995         (view_update_range_and_current_page), (get_page_y_offset),
10996         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10997         (ev_view_size_request_continuous),
10998         (ev_view_zoom_for_size_continuous_and_dual_page),
10999         (ev_view_zoom_for_size_continuous):
11000         
11001         More compact EvView layout in document with pages of different size.
11002
11003 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11004
11005         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11006         compilation.
11007
11008 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11009
11010         * shell/ev-view.c: (view_set_adjustment_values):
11011         * shell/ev-window.c: (ev_window_cmd_file_properties):
11012         
11013         A bit different fix for rounding problem but it has no
11014         problems on startup. Make properties window transient to parent.
11015
11016 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11017
11018         * pdf/ev-poppler.cc:
11019         
11020         More commenting of font stuff.
11021
11022 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11023
11024         * pdf/ev-poppler.cc:
11025
11026         Comment out some more fonts stuff. Should really
11027         work without the poppler patch now.
11028
11029 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11030
11031         * pdf/ev-poppler.cc:
11032
11033         Adapt to api change
11034
11035 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11036
11037         * data/evince-properties.glade:
11038         * pdf/ev-poppler.cc:
11039         * shell/ev-properties.c: (setup_fonts_view):
11040
11041         Set the column title. Show the dialog only
11042         once everything is setup.
11043         Getting font info can be very slow... will
11044         prolly need to make this threaded too.
11045
11046 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11047
11048         * backend/Makefile.am:
11049         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11050         (ev_document_fonts_get_fonts_model):
11051         * backend/ev-document-fonts.h:
11052         * data/evince-properties.glade:
11053         * pdf/ev-poppler.cc:
11054         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11055         * shell/ev-properties.h:
11056         * shell/ev-window.c: (ev_window_cmd_file_properties):
11057
11058         Implement fonts list. Defined out for now, since it depends
11059         on a not yet committed poppler patch.
11060
11061 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11062
11063         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11064         page + 1.
11065
11066         * shell/ev-window.c: Make sure we add the timeout when we get a
11067         focus-in event.
11068
11069         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11070         adjustment->value before calculating the zoom factor to average
11071         out all of our rounding errors.  The page no longer 'drifts' when
11072         resizing.
11073
11074 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11075
11076         * data/evince-properties.glade:
11077         * shell/ev-properties.c: (ev_properties_format_date),
11078         (set_property):
11079         
11080         Labels don't expand when the dialogue is resized.
11081         strftime result needs to be converted to UTF-8. Thanks
11082         to Christian Persch <chpe@gnome.org>.
11083
11084 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11085
11086         * data/evince-properties.glade:
11087
11088         Hide the fonts tab
11089
11090 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11091
11092         * backend/ev-document-info.h:
11093         * backend/ev-document.c: (ev_document_info_free):
11094         * data/evince-properties.glade:
11095         * pdf/ev-poppler.cc:
11096         * ps/ps-document.c: (ps_document_get_info):
11097         * shell/ev-properties.c: (ev_properties_format_date),
11098         (set_property), (ev_properties_new):
11099         * shell/ev-properties.h:
11100         * shell/ev-window.c: (ev_window_cmd_file_properties):
11101
11102         Rework properties code to take only EvPropertyInfo
11103         in the constructor so that it can be useful for
11104         nautilus plugin too.
11105
11106         Deal with backends that doesnt support some properties.
11107         Make set property code generic.
11108
11109 2005-06-04  Christian Persch <chpe@gnome.org>
11110
11111         * data/evince-properties.glade:
11112
11113         fix spacings, make resizeable, and make data labels
11114         selectable + ellipsised
11115
11116 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11117
11118         * backend/ev-document-info.h:
11119         * data/Makefile.am:
11120         * data/evince-ui.xml:
11121         * pdf/ev-poppler.cc:
11122         * shell/Makefile.am:
11123         * shell/ev-window.c: (update_action_sensitivity),
11124         (ev_window_cmd_file_properties):
11125
11126         Initial go at file properties. Patch by
11127         Emil Soleyman-Zomalan <emil@soleyman.com>.
11128         Needs love see #169583
11129
11130 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11131
11132         * ps/ps-document.c: (output):
11133         * ps/ps.c: (psscan):
11134
11135         Try to render even if psscan fails.
11136
11137 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11138
11139         * ps/ps.c: (psscan), (pscopydoc):
11140
11141         Port buffered reading code from gv
11142
11143 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11144
11145         * ps/ps-document.c: (interpreter_message), (output):
11146
11147         Do not fail on interpreter messages
11148
11149 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11150
11151         * backend/ev-document-misc.c:
11152         (ev_document_misc_get_thumbnail_frame):
11153
11154         Pages can be 0 x 0, dont assert on this case
11155
11156 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11157
11158         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11159         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11160
11161         Correctly manage our reference on document. Finally the reload
11162         huge leak is gone...
11163
11164 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11165
11166         * ps/ps-document.c: (ps_document_dispose):
11167
11168         Forgot to chain it to the parent. Thanks chpe.
11169
11170 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11171
11172         * ps/ps-document.c: (ps_document_dispose),
11173         (ps_document_class_init), (stop_interpreter), (document_load):
11174
11175         Cleanup dispose a bit. Dont leak the whole pixmap.
11176
11177 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11178
11179         * pdf/ev-poppler.cc:
11180
11181         Release the poppler document on dispose
11182
11183 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11184
11185         * shell/ev-view.c: (ev_view_set_document):
11186
11187         Release ref on the pixbuf cache when changing
11188         document.
11189
11190 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11191
11192         * ps/ps-document.c: (ps_document_get_info):
11193
11194         Fix a double free
11195
11196 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11197
11198         * backend/ev-page-cache.c: (ev_page_cache_init),
11199         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11200         * backend/ev-page-cache.h:
11201         * shell/ev-page-action.c: (page_changed_cb):
11202         
11203         Set page action entry width depending on labels width. Fix
11204         for bug 305202.
11205
11206 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11207
11208         * backend/ev-link.c: (ev_link_class_init):
11209
11210         Allow -1 as page value (error)
11211
11212 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11213
11214         * shell/ev-sidebar-thumbnails.c:
11215         (ev_sidebar_thumbnails_set_document):
11216         * shell/ev-view.c: (scroll_to_current_page),
11217         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11218         (page_changed_cb), (on_adjustment_value_changed),
11219         (ev_view_set_document):
11220
11221         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11222         Fix bug 305377
11223
11224 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11225
11226         * configure.ac:
11227         * djvu/djvu-document.c: (djvu_document_get_page_size):
11228
11229         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11230         bug 301993.
11231
11232 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11233
11234         * shell/ev-view.c (draw_one_page): modify the expose handling to
11235         get the shadows.
11236
11237         * shell/ev-window.c (update_action_sensitivity): Respect
11238         permissions field.  Kowtow to the man.
11239
11240         * pdf/ev-poppler.cc: Get the permissions field.
11241
11242         * tiff/*c: Make a tiny bit more robust.
11243
11244 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11245
11246         * djvu/djvu-document.c:
11247         
11248         Pop messages from djvu context message queue.
11249
11250 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11251
11252         * configure.ac, Makefile.am, shell/Makefile.am:
11253         * tiff/Makefile.am, shell/ev-document-types.c:
11254         
11255         Cleanup tiff configure checks. Fix for bug 305218.
11256
11257 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11258
11259         * configure.ac: Added "uk" to ALL_LINGUAS.
11260
11261 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11262
11263         * cut-n-paste/zoom-control/ephy-zoom.c:
11264         (ephy_zoom_get_changed_zoom_level):
11265         * cut-n-paste/zoom-control/ephy-zoom.h:
11266         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11267         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11268         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11269         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11270         (zoom_control_changed_cb), (ev_window_init):
11271         
11272         Fix minor points related to moving best fit up. Introduce
11273         "zoom" property and make zoom control change it's value on
11274         notify::zoom signals. Fix for 305080.
11275
11276 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11277
11278         * data/evince-ui.xml:
11279         * shell/ev-window.c: (set_view_actions_sensitivity):
11280         
11281         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11282
11283 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11284
11285         * configure.ac:
11286
11287         Depends on poppler 0.3.2
11288
11289 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11290
11291         * cut-n-paste/recent-files/egg-recent-item.c:
11292         (egg_recent_item_get_short_name):
11293         * cut-n-paste/toolbar-editor/Makefile.am:
11294         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11295         (new_pixbuf_from_widget):
11296         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11297         * cut-n-paste/toolbar-editor/egg-marshal.c:
11298         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11299         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11300
11301         Sync
11302
11303 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11304
11305         * tiff/tiff-document.c: Rough TIFF backend.
11306
11307 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11308
11309         * NEWS:
11310         * configure.ac:
11311         * cut-n-paste/toolbar-editor/Makefile.am:
11312
11313         Release 0.3.1
11314
11315 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11316
11317         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11318         (ev_view_find_next), (ev_view_find_previous):
11319
11320         Remove the locks around get_n_results   
11321
11322 2005-05-21  Juerg Billeter  <j@bitron.ch>
11323
11324         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11325
11326         Pass correct number of pages to poppler.
11327
11328 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11329
11330         * configure.ac:
11331         * data/Makefile.am:
11332         * data/evince.desktop.in: 
11333         * data/evince.desktop.in.in:
11334         * po/POTFILES.in:
11335         
11336         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11337
11338 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11339
11340         * shell/ev-view.c: (view_update_adjustments),
11341         (view_set_adjustment_values): cast adjustmen->value to (int)
11342         before using it.  Otherwise, we get off by a pixel in some
11343         situations.
11344
11345         (draw_one_page): Draw the border on expose.
11346
11347 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11348
11349         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11350         adjustment when the mode changes, #304923
11351
11352 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11353
11354         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11355         flickering on resize but still use gdk_window_scroll on
11356         scrolling
11357
11358 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11359
11360         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11361         option, #170458
11362
11363 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11364
11365         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11366         second page on page_changed if possible, #304669
11367
11368 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11369
11370         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11371         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11372
11373 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11374
11375         * .cvsignore:
11376         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11377         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11378         (ev_view_zoom_for_size_presentation),
11379         (ev_view_zoom_for_size_continuous_and_dual_page),
11380         (ev_view_zoom_for_size_continuous),
11381         (ev_view_zoom_for_size_dual_page),
11382         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11383         * shell/ev-view.h:
11384         * shell/ev-window.c: (update_view_size),
11385         (ev_window_sizing_mode_changed_cb):
11386
11387         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11388         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11389         an infinite loop, #304769
11390
11391
11392 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11393
11394         * data/evince-ui.xml:
11395         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11396         * shell/ev-window.c: (set_view_actions_sensitivity):
11397
11398         Make PgUp/Down behave like Space
11399
11400 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11401
11402         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11403         * backend/ev-ps-exporter.h:
11404         * pdf/ev-poppler.cc:
11405         * ps/ps-document.c: (ps_document_ps_export_begin):
11406         * shell/ev-print-job.c: (idle_print_handler):
11407
11408         Adapt to new poppler api
11409
11410 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11411
11412         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11413         (ephy_zoom_control_init):
11414
11415         Translate zoom levels
11416
11417 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11418
11419         * cut-n-paste/zoom-control/ephy-zoom.c:
11420         (ephy_zoom_get_zoom_level_index):
11421
11422         Fix current zoom -> zoom control match
11423
11424 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11425
11426         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11427         rather than the scrolled_window that it's in. Fixes bug #304655.
11428
11429 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11430
11431         * shell/ev-view.c: (view_update_adjustments),
11432         (view_set_adjustment_values), (view_update_range_and_current_page),
11433         (view_scroll_to_page), (set_scroll_adjustment),
11434         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11435         (ev_view_scroll), (ev_view_scroll_view),
11436         (ensure_rectangle_is_visible), (find_page_at_location),
11437         (get_link_at_location), (go_to_link), (status_message_from_link),
11438         (ev_view_size_request_continuous_dual_page),
11439         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11440         (ev_view_unrealize), (ev_view_expose_event),
11441         (ev_view_button_press_event), (ev_view_motion_notify_event),
11442         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11443         (draw_rubberband), (highlight_find_results), (draw_one_page),
11444         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11445         (ev_view_init), (find_changed_cb), (page_changed_cb),
11446         (on_adjustment_value_changed), (ev_view_new),
11447         (ev_view_set_document), (ev_view_set_zoom),
11448         (ev_view_set_continuous), (ev_view_set_dual_page),
11449         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11450         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11451         (ev_view_zoom_for_size_presentation),
11452         (ev_view_zoom_for_size_continuous_dual_page),
11453         (ev_view_zoom_for_size_continuous),
11454         (ev_view_zoom_for_size_dual_page),
11455         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11456         (ev_view_get_status), (ev_view_set_status),
11457         (update_find_status_message), (ev_view_get_find_status),
11458         (ev_view_set_find_status), (jump_to_find_result),
11459         (jump_to_find_page), (compute_selections), (clear_selection),
11460         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11461         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11462         (ev_view_update_primary_selection),
11463         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11464         * shell/ev-view.h:
11465         * shell/ev-window.c: (ev_window_open_page_label),
11466         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11467         (ev_window_init):
11468         * shell/ev-window.h:
11469         * shell/main.c: (load_files):
11470
11471         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11472         when resizing.  Remove the bin_window().  Also, patch from James
11473         Bowes to fix command line page, #300641
11474         
11475 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11476
11477         * data/evince-ui.xml:
11478         * shell/ev-view.c:
11479         * shell/ev-view.h:
11480         * shell/ev-window.c: (update_action_sensitivity):
11481
11482         Get rid of View->Normal Size, it's just confusing
11483
11484 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11485
11486         * backend/ev-document-info.h:
11487         * backend/ev-document.c: (ev_document_info_free): Free the
11488         EvDocumentInfo.
11489
11490         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11491         (clear_range), (add_range), (update_visible_range),
11492         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11493         (ev_sidebar_thumbnails_set_document):
11494         * shell/ev-window.c: (ev_window_setup_document): Only render the
11495         visible thumbnails.  It takes an instant to render, but it uses
11496         much less memory.
11497
11498 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11499
11500         * shell/ev-sidebar-links.c: (popup_menu_cb):
11501
11502         Select first item
11503
11504 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11505
11506         * lib/Makefile.am:
11507         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11508         (button_press_cb), (ev_sidebar_links_construct):
11509
11510         Show the popup menu also on keybindings
11511
11512 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11513
11514         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11515         * shell/ev-window.h:
11516
11517         Expose api to print a range (with dialog). Make private _print use
11518         it.
11519
11520         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11521         (ev_sidebar_links_construct):
11522
11523         Show a print context menu on linkx, it prints the selected
11524         section.
11525
11526 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11527
11528         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11529         button.
11530
11531 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11532
11533         * AUTHORS:
11534
11535         Update
11536
11537         * shell/ev-window.c: (build_comments_string),
11538         (ev_window_cmd_help_about):
11539
11540         Show poppler version/backend and authors
11541
11542 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11543
11544         * cut-n-paste/zoom-control/ephy-zoom.c:
11545         (ephy_zoom_get_zoom_level_index):
11546         * cut-n-paste/zoom-control/ephy-zoom.h:
11547
11548         Move the best fit items at the top of the list
11549
11550 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11551
11552         * shell/ev-marshal.list:
11553         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11554         (activate_cb), (match_selected_cb), (activate_link_cb),
11555         (connect_proxy), (ev_page_action_class_init):
11556         * shell/ev-page-action.h:
11557
11558         Use signals to notify action activation. Hopefully
11559         I did not break completion since I cant test...
11560
11561         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11562         (register_custom_actions):
11563
11564         Connect to page selector actions and also grab focus on
11565         the view when activated.
11566
11567 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11568
11569         * pdf/ev-poppler.cc:
11570         * backend/ev-page-cache.c: make page size calculation consistent
11571         and set it to (int)( width * scale + 0.5).  This makes the weird
11572         line going through the middle of the page go away.
11573
11574         * shell/ev-view.c: move painting the background page after
11575         checking the expose area covers us.
11576
11577 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11578
11579         * data/evince-password.glade:
11580         
11581         Mark labels as not translatable. Fix for bug 302842.
11582
11583 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11584
11585         * configure.ac: Added "es" to ALL_LINGUAS.
11586
11587 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11588
11589         * data/evince-toolbar.xml:
11590         * shell/ev-window.c: (update_action_sensitivity),
11591         (ev_window_setup_document), (ev_window_set_page_mode),
11592         (ev_window_init):
11593
11594         Remove some leftover code from jrb first continous
11595         attempt. Use the new actions, we still need good icons
11596         though...
11597
11598 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11599
11600         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11601
11602         Update label when connecting proxy. Fix a warning with NULL
11603         page_cache.
11604
11605 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11606
11607         * data/evince-ui.xml:
11608         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11609         * shell/ev-page-action.h:
11610         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11611
11612         Add mnemonic for edit toolbar.
11613         ctrl+l focus the page entry.
11614
11615 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11616
11617         * lib/Makefile.am:
11618         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11619         (ev_window_init):
11620         * shell/main.c: (main):
11621
11622         Put the toolbar xml in evince own dot dir
11623
11624 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11625
11626         * shell/ev-window.c: (ev_window_init):
11627
11628         Make the toolbar not removable
11629
11630 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11631
11632         * data/evince-ui.xml:
11633         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11634         * shell/ev-sidebar-links.h:
11635         * shell/ev-sidebar-thumbnails.c:
11636         (ev_sidebar_thumbnails_get_treeview):
11637         * shell/ev-sidebar-thumbnails.h:
11638         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11639         (ev_view_class_init):
11640         * shell/ev-view.h:
11641         * shell/ev-window.c: (update_action_sensitivity),
11642         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11643         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11644         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11645         (ev_window_init):
11646
11647         This is evil... Make space/backspace global accelerators but
11648         enable them only for some widgets (sidebars and view).
11649         I dont like it, but I dont know a better way... :/
11650
11651 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11652
11653         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11654         (ev_page_action_widget_finalize),
11655         (ev_page_action_widget_class_init), (update_page_cache):
11656
11657         Keep a weak reference on proxy->page_cache so that we
11658         dont try to disconnect the signal if the object is already
11659         gone. Maybe there is a better way to cleanup reference handling
11660         in page action though...
11661
11662 2005-05-10  Juerg Billeter  <j@bitron.ch>
11663
11664         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11665         * backend/ev-ps-exporter.h:
11666         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11667         * ps/ps-document.c: (ps_document_ps_export_begin):
11668         
11669         Change api to pass print range to ps_exporter_begin. The pdf backend
11670         requires this information.
11671         
11672         * shell/ev-print-job.c: (idle_print_handler):
11673         
11674         Adapt to api change
11675
11676 2005-05-10  Juerg Billeter  <j@bitron.ch>
11677
11678         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11679         (idle_print_handler)
11680         * shell/ev-window.c: (ev_window_print):
11681
11682         Support printing page range, based on patch by Amaury Jacquot
11683
11684 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11685
11686         * data/evince-toolbar.xml:
11687
11688         Add zoom control to available items
11689
11690 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11691
11692         * shell/ev-window.c: (update_action_sensitivity):
11693
11694         Set slash action insensitive when appropriate
11695
11696 2005-05-10  Christian Persch <chpe@gnome.org>
11697
11698         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11699
11700         Fix warning on the overflow menu
11701
11702 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11703
11704         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11705
11706         Check for uri correctness/existence
11707
11708 2005-05-09  Juerg Billeter  <j@bitron.ch>
11709
11710         * shell/ev-window.c: (using_postscript_printer):
11711
11712         LPD printers use postscript, too
11713
11714 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11715
11716         * shell/ev-window.c: (register_custom_actions):
11717
11718         The zoom one is actually sort of useful,
11719         put it back
11720
11721 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11722
11723         * shell/ev-window.c: (register_custom_actions):
11724
11725         Hide page/zoom controls from overflow, they
11726         are useless.
11727
11728 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11729
11730         * cut-n-paste/update-from-egg.sh:
11731         
11732         Share it between all cut-n-paste subdirs
11733
11734         * cut-n-paste/recent-files/Makefile.am:
11735
11736         Fix to use "global" update-from-egg.sh
11737
11738         * cut-n-paste/recent-files/egg-recent-model.c:
11739         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11740         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11741         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11742         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11743
11744         Update from libegg
11745
11746         * cut-n-paste/toolbar-editor/Makefile.am:
11747
11748         Fix to use "global" update-from-egg.sh
11749
11750         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11751
11752         Update from libegg
11753
11754 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11755
11756         * configure.ac:
11757         * cut-n-paste/Makefile.am:
11758         * cut-n-paste/recent-files/Makefile.am:
11759         * cut-n-paste/toolbar-editor/.cvsignore:
11760         * cut-n-paste/toolbar-editor/Makefile.am:
11761         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11762         (egg_editable_toolbar_get_type), (get_toolbar_position),
11763         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11764         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11765         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11766         (set_item_drag_source), (create_item_from_action), (create_item),
11767         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11768         (popup_toolbar_context_menu_cb), (free_dragged_item),
11769         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11770         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11771         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11772         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11773         (item_added_cb), (item_removed_cb),
11774         (egg_editable_toolbar_construct),
11775         (egg_editable_toolbar_disconnect_model),
11776         (egg_editable_toolbar_deconstruct),
11777         (egg_editable_toolbar_set_model),
11778         (egg_editable_toolbar_set_ui_manager),
11779         (egg_editable_toolbar_set_property),
11780         (egg_editable_toolbar_get_property),
11781         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11782         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11783         (egg_editable_toolbar_new_with_model),
11784         (egg_editable_toolbar_get_edit_mode),
11785         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11786         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11787         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11788         (new_pixbuf_from_widget), (new_separator_pixbuf),
11789         (update_separator_image), (style_set_cb),
11790         (_egg_editable_toolbar_new_separator_image),
11791         (egg_editable_toolbar_get_model):
11792         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11793         * cut-n-paste/toolbar-editor/egg-marshal.c:
11794         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11795         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11796         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11797         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11798         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11799         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11800         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11801         (editor_drag_data_delete_cb), (drag_data_get_cb),
11802         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11803         (editor_create_item), (update_editor_sheet), (setup_editor),
11804         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11805         (parse_item_list), (model_has_action), (update_actions_list),
11806         (egg_toolbar_editor_load_actions):
11807         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11808         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11809         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11810         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11811         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11812         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11813         (egg_toolbars_model_add_separator), (impl_add_item),
11814         (parse_item_list), (egg_toolbars_model_add_toolbar),
11815         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11816         (impl_get_item_data), (impl_get_item_type),
11817         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11818         (egg_toolbars_model_init), (free_toolbar),
11819         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11820         (egg_toolbars_model_remove_toolbar),
11821         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11822         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11823         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11824         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11825         (egg_toolbars_model_get_item_data),
11826         (egg_toolbars_model_get_item_type):
11827         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11828         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11829         * data/Makefile.am:
11830         * data/evince-toolbar.xml:
11831         * data/evince-ui.xml:
11832         * data/hand-open.png:
11833         * po/POTFILES.in:
11834         * shell/Makefile.am:
11835         * shell/ev-window.c: (update_chrome_visibility),
11836         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11837         (ev_window_dispose), (ev_window_init):
11838
11839         Implement epiphany like toolbar editor. Based on patch by
11840         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11841
11842 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11843
11844         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11845
11846         Use set_cursor instead of set_selection, so that
11847         the keyboard focus moves too.
11848
11849 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11850
11851         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11852
11853         Fix infinite loop when loading Type1 fonts
11854
11855 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11856
11857         * data/evince-ui.xml:
11858         * shell/ev-window.c:
11859
11860         Slash -> Find
11861
11862 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11863
11864         * configure.ac:
11865
11866         Make --disable really disable
11867
11868 2005-05-07  Juerg Billeter  <j@bitron.ch>
11869
11870         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11871
11872         Compare page labels even without has_labels set, fixes setting page
11873         with entry
11874
11875 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11876
11877         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11878         (ev_view_set_cursor), (ev_view_button_press_event),
11879         (ev_view_motion_notify_event), (ev_view_button_release_event),
11880         (ev_view_init):
11881
11882         Implement middle button scrolling. Based on a patch
11883         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11884
11885 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11886
11887         * shell/ev-document-types.c: (get_slow_mime_type),
11888         (get_document_type_from_mime), (ev_document_type_lookup):
11889         * shell/ev-document-types.h:
11890
11891         Change api to lookup from uri. Do fast lookup first, if the
11892         type is unknown try with data sniffing.
11893
11894         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11895         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11896
11897         Adapt to api change
11898
11899 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11900
11901         * thumbnailer/Makefile.am:
11902
11903         Fix distcheck
11904
11905 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11906
11907         * NEWS:
11908         * configure.ac:
11909
11910         Release 0.3.0
11911
11912         * data/evince-ui.xml:
11913
11914         Hide presentation mode for now
11915
11916         * shell/ev-view.c: (highlight_find_results):
11917
11918         Show current find selection only on current page
11919
11920 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11921
11922         * shell/ev-view.c: (ev_view_select_all):
11923
11924         Compute size of the actual page, not of
11925         the current one.
11926
11927 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11928
11929         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11930         (view_rect_to_doc_rect), (compute_selections),
11931         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11932         (ev_view_copy), (ev_view_primary_get_cb),
11933         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11934         (ev_view_button_press_event), (ev_view_motion_notify_event),
11935         (ev_view_button_release_event), (page_changed_cb):
11936
11937         Fix text selection
11938
11939 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11940
11941         * shell/ev-view.c: (compute_border), (get_page_extents),
11942         (doc_rect_to_view_rect), (highlight_find_results),
11943         (ev_view_bin_expose), (ev_view_select_all),
11944         (ev_view_motion_notify_event), (update_find_status_message),
11945         (jump_to_find_result), (jump_to_find_page):
11946
11947         First go at fixing search, still buggy
11948
11949 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11950
11951         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11952         dropdown box and button at the top of the sidebar.
11953
11954 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11955
11956         * configure.ac: Output zoom-control Makefile.
11957         * cut-n-paste/Makefile.am: build zoom-control subdir.
11958         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11959         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11960         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11961         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11962         * cut-n-paste/zoom-control/ephy-zoom.c:
11963         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11964         from epiphany, and modified to add a separator into the menu.
11965         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11966         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11967         zoom-control action.
11968         * shell/Makefile.am: Include zoom-control flags.
11969         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11970         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11971         (ev_view_zoom_for_size_presentation),
11972         (ev_view_zoom_for_size_continuous_and_dual_page),
11973         (ev_view_zoom_for_size_continuous),
11974         (ev_view_zoom_for_size_dual_page),
11975         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11976         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11977         ev_view_get_zoom and ev_view_get_sizing_mode.
11978         * shell/ev-view.h:
11979         * shell/ev-window.c: (update_action_sensitivity),
11980         (update_sizing_buttons), (zoom_control_changed_cb),
11981         (register_custom_actions): Initialize and use the zoom-control 
11982         widget.
11983
11984 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11985
11986         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11987         preview cache back to 1.  Don't know when it got set to 0.
11988         
11989         * shell/ev-view.c: (compute_border), (ev_view_realize),
11990         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11991         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11992         (ev_view_get_fullscreen), (ev_view_set_presentation),
11993         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11994         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11995         * shell/ev-view.h:
11996         * shell/ev-window.c:
11997         (update_chrome_visibility),
11998         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11999         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12000         (update_document_mode), (ev_window_update_fullscreen_action),
12001         (ev_window_fullscreen), (ev_window_unfullscreen),
12002         (ev_window_cmd_view_fullscreen),
12003         (ev_window_update_presentation_action),
12004         (ev_window_run_presentation), (ev_window_stop_presentation),
12005         (ev_window_cmd_view_presentation), (ev_window_state_event),
12006         (ev_window_focus_in_event), (ev_window_focus_out_event),
12007         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12008         * data/evince-ui.xml: Initial presentation mode.  We should
12009         probably hide this until it's done, as it's quite rough.  Also,
12010         change full-screen to fullscreen and add two getters to EvView.
12011
12012 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12013
12014         * shell/ev-page-action.c: (update_page_cache),
12015         (ev_page_action_dispose):
12016         * shell/ev-window.c: (destroy_fullscreen_popup),
12017         (ev_window_create_fullscreen_popup):
12018
12019         Use connect_object rather than explicitly
12020         disconnect on dispose.
12021
12022 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12023
12024         * shell/ev-page-action.c: (update_page_cache),
12025         (ev_page_action_dispose):
12026
12027 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12028
12029         * backend/ev-page-cache.c: (_ev_page_cache_new),
12030         (ev_page_cache_set_page_label),
12031         (ev_page_cache_has_nonnumeric_page_labels):
12032         * backend/ev-page-cache.h:
12033         * shell/ev-page-action.c: (update_pages_label):
12034         
12035         If all page labels are numeric, fallback to default
12036         way to display number of pages. See bug 173185.
12037
12038 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12039
12040         * shell/ev-page-action.c: (ev_page_action_dispose):
12041         * shell/ev-view.c: (view_update_range_and_current_page):
12042         * shell/ev-window.c: (ev_window_dispose):
12043         
12044         Set page on scroll in continuous mode. Fixes bug 301986.
12045         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12046
12047 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12048
12049         * configure.ac:
12050
12051         Require poppler 0.3.0
12052
12053 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12054         
12055         * shell/Makefile.am, configure.ac: Fix build problems
12056         with t1lib. Bug 301996.
12057
12058 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12059
12060         * shell/ev-view.c: (ev_view_scroll_event):
12061         
12062         Scroll up increase zoom
12063
12064 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12065
12066         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12067         (ev_view_set_sizing_mode),
12068         (ev_view_zoom_for_size_continuous_and_dual_page),
12069         (ev_view_zoom_for_size_continuous):
12070         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12071         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12072         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12073         (ev_window_init):
12074
12075         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12076         Fix for 165473 and 165472.
12077
12078 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12079
12080         * po/POTFILES.in:
12081         * thumbnailer/Makefile.am:
12082         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12083         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12084         * thumbnailer/evince-thumbnailer.schemas.in:
12085         
12086         Make thumbnailer schemas translatable. Fix for bug 301773
12087         
12088         * thumbnailer/evince-thumbnailer-djvu.schemas:
12089         * thumbnailer/evince-thumbnailer-dvi.schemas:
12090         * thumbnailer/evince-thumbnailer.schemas:
12091
12092         Removed files
12093
12094 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12095
12096         * shell/ev-view.c (ev_view_init): forgot to set this.
12097
12098 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12099
12100         * shell/ev-view.c: (find_page_at_location),
12101         (get_link_at_location),
12102         (ev_view_set_show_border), (ev_view_set_spacing),
12103         (ev_view_zoom_for_size_continuous_and_dual_page),
12104         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12105         Also, add a quick fix measuring of widths.  Also, removed
12106         ev_view_set_spacing and ev_view_set_show_border.
12107         
12108         * shell/ev-window.c: (ev_window_unfullscreen),
12109         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12110
12111 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12112
12113         * shell/ev-view.c: (view_update_range_and_current_page),
12114         (page_changed_cb):
12115         
12116         Fix crash on exit and scrolling to page in continuous view.
12117
12118 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12119
12120         * TODO:
12121         * backend/ev-page-cache.c: (_ev_page_cache_new),
12122         (ev_page_cache_get_max_width_size),
12123         (ev_page_cache_get_max_height_size):
12124         * backend/ev-page-cache.h:
12125         * data/evince-ui.xml:
12126         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12127         * shell/ev-view.c: (view_update_adjustments),
12128         (view_update_range_and_current_page), (get_bounding_box_size),
12129         (ev_view_size_request_continuous_and_dual_page),
12130         (ev_view_size_request_continuous),
12131         (ev_view_size_request_dual_page),
12132         (ev_view_size_request_single_page), (ev_view_size_request),
12133         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12134         (ev_view_bin_expose), (ev_view_expose_event),
12135         (ev_view_set_property), (ev_view_get_property),
12136         (ev_view_class_init), (ev_view_init), (ev_view_new),
12137         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12138         (ev_view_set_dual_page), (ev_view_set_full_screen),
12139         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12140         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12141         (ev_view_zoom_out), (zoom_for_size_fit_width),
12142         (zoom_for_size_best_fit),
12143         (ev_view_zoom_for_size_continuous_and_dual_page),
12144         (ev_view_zoom_for_size_continuous),
12145         (ev_view_zoom_for_size_dual_page),
12146         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12147         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12148         * shell/ev-view.h:
12149         * shell/ev-window.c: (update_action_sensitivity),
12150         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12151         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12152         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12153         (ev_window_cmd_view_zoom_out), (update_view_size),
12154         (ev_window_set_sizing_mode), (ev_window_init):
12155
12156         Add Continuous and Dual page modes.
12157
12158 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12159
12160         * dvi/dvi-document.c: (dvi_document_load),
12161         (dvi_document_thumbnails_get_thumbnail),
12162         (dvi_document_init_params): Fix up some mixups between
12163         width and height to correct thumbnail rendering.
12164
12165 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12166
12167         * dvi/mdvi-lib/private.h:
12168         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12169         
12170         Suppess output for kpathsea during font generation. Thanks to
12171         James Bowes
12172
12173 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12174
12175         * NEWS:
12176         * configure.ac:
12177
12178         Release 0.2.1
12179
12180         * Makefile.am: fix distcheck.
12181
12182 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12183
12184         * shell/ev-sidebar-links.c: (selection_changed_callback),
12185         (update_page_callback), (row_activated_callback),
12186         (job_finished_callback), (ev_sidebar_links_set_document):
12187         
12188         Fix for bug #169901. Double click on links expands tree.
12189
12190 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12191
12192         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12193         hard-coded style. Fix for bug 170111
12194
12195 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12196
12197         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12198         locking.
12199
12200 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12201
12202         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12203
12204 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12205
12206         * pdf/ev-poppler.cc:
12207         * shell/ev-view.c: (highlight_find_results):
12208
12209         Fix find on single page documents
12210
12211 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12212
12213         * data/evince.schemas.in: fix for bug 301390
12214
12215 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12216
12217         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12218         (ev_view_zoom_out), (ev_view_zoom_normal):
12219         * shell/ev-view.h:
12220         * shell/ev-window.c: (update_action_sensitivity),
12221         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12222         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12223         (ev_window_cmd_view_normal_size):
12224
12225         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12226         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12227         better than oom. 
12228
12229 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12230
12231         * configure.ac:
12232
12233         Depend on 2.57, 2.59 doesnt seem to be necessary
12234
12235 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12236
12237         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12238         (create_tool_item):
12239
12240         Put back total number of pages as (1 of 1234)
12241
12242 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12243
12244         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12245         remove the job.
12246
12247         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12248         function.  This helps debugging.
12249
12250 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12251
12252         * djvu/djvu-document.c: (djvu_document_class_init),
12253         (djvu_document_get_info), (djvu_document_document_iface_init):
12254         * dvi/dvi-document.c: (dvi_document_class_init),
12255         (dvi_document_get_info), (dvi_document_document_iface_init):
12256
12257         Dummy implementation of get_info method for dvi and
12258         djvu. Fix crashes with those backends
12259
12260 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12261
12262         * data/evince.desktop.in:
12263
12264         Add application/x-gzpostscript
12265
12266 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12267
12268         * data/evince.schemas.in: Added real long descriptions, 
12269         closes bug 172496 
12270
12271         * README: Added actual text, closes bug 171869
12272
12273 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12274
12275         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12276
12277         Thumbnail page 0
12278
12279 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12280
12281         * backend/ev-document-info.h:
12282
12283         s/GDate */GDate so we can just use g_free
12284
12285 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12286
12287         * shell/ev-window.c: (update_document_mode),
12288         (ev_window_setup_document):
12289
12290         Show the window in fullscreen when specified by
12291         the document
12292
12293 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12294
12295         * backend/ev-document.c: (ev_document_class_init),
12296         (ev_document_get_info), (ev_document_render_pixbuf):
12297         * backend/ev-document.h:
12298         * backend/ev-page-cache.c: (_ev_page_cache_new):
12299         * pdf/ev-poppler.cc:
12300         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12301         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12302         * ps/ps-document.c: (ps_document_class_init), (document_load),
12303         (ps_document_get_info), (ps_document_document_iface_init):
12304
12305         Remove get_title from the interface, we can just use document info
12306
12307 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12308
12309         * backend/Makefile.am:
12310         * backend/ev-document.c: (ev_document_render_get_info):
12311         * backend/ev-document.h:
12312         * pdf/ev-poppler.cc:
12313
12314         Initial support for document info. Based on jrb patch.
12315
12316 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12317
12318         * shell/ev-window.c: (ev_window_state_event),
12319         (ev_window_class_init), (ev_window_init):
12320         
12321         Doesn't show resize grip when maximized. See bug #301053
12322
12323 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12324
12325         * po/POTFILES.in:
12326         
12327         ev-sidebar-thumbnails now has translatable labels
12328         
12329         * shell/Makefile.am:
12330         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12331         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12332         (ev_sidebar_links_page_iface_init):
12333         * shell/ev-sidebar-links.h:
12334         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12335         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12336         (ev_sidebar_page_get_label):
12337         * shell/ev-sidebar-page.h:
12338         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12339         (ev_sidebar_thumbnails_set_document),
12340         (ev_sidebar_thumbnails_support_document),
12341         (ev_sidebar_thumbnails_get_label),
12342         (ev_sidebar_thumbnails_page_iface_init):
12343         * shell/ev-sidebar-thumbnails.h:
12344         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12345         (ev_sidebar_set_document):
12346         * shell/ev-sidebar.h:
12347         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12348         
12349         Small rework of sidebar code. Now sidebar pages should implement
12350         EvSidebarPage interface. That makes page management in EvSidebar
12351         easier. See bug #164811 for details
12352
12353 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12354
12355         * shell/ev-application.c: (ev_application_open):
12356         * shell/ev-document-types.c:
12357         
12358         Fix build error and small problem with application exit
12359
12360 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12361
12362         * thumbnailer/Makefile.am:
12363         * thumbnailer/evince-thumbnailer-djvu.schemas:
12364         * thumbnailer/evince-thumbnailer-dvi.schemas:
12365         
12366         Conditionally install schemas for djvu/dvi thumbnailer
12367
12368 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12369
12370         * shell/ev-document-types.h: 
12371         * shell/ev-document-types.c: 
12372         New files, handling the mapping from mimetypes to backends
12373         
12374         * shell/ev-window.c: 
12375         * thumbnailer/evince-thumbnailer.c:     
12376         Use the ev-document-types code
12377         
12378         * shell/Makefile.am: 
12379         Added new convenience library libevbackendfactory_la, containing
12380         the new mimetype->backend logic; moved the backends into it.
12381
12382         * thumbnailer/Makefile.am:
12383         Make the thumbnailer link with the libevbackend.la convenience
12384         library, rather than having a duplicate of the backend logic here.
12385
12386 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12387
12388         * shell/ev-stock-icons.c: constify some vars.
12389         * shell/ev-window.c: ditto.
12390
12391 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12392
12393         * ps/ps-document.c (get_page_orientation):
12394
12395         Respect document orientation 
12396
12397 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12398
12399         * djvu/Makefile.am:
12400         * dvi/Makefile.am:
12401         * shell/Makefile.am:
12402         
12403         Move library dependencies to components.
12404         
12405         * shell/ev-window.c: (update_window_title),
12406         (start_loading_document):
12407         
12408         Fix display of uris with spaces. Bug 168358.
12409
12410 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12411
12412         * shell/ev-sidebar-links.c: (selection_changed_cb):
12413         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12414         (ev_view_button_release_event), (ev_view_set_document):
12415         * shell/ev-view.h:
12416         * shell/ev-window.c: (find_bar_search_changed_cb):
12417         * shell/ev-window.h: Minor cleanups removing some dead code.
12418
12419 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12420
12421         * backend/ev-page-cache.c: (_ev_page_cache_new):
12422         
12423         Set current page to 0 if document has pages.
12424
12425 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12426
12427         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12428
12429         Initialize GError to NULL, fix a crash when loading fails.
12430
12431 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12432
12433         * shell/ev-window.c: (update_view_size):
12434
12435         Calculate shadow size only when there is actually
12436         a shadow.
12437
12438 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12439
12440         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12441         * shell/ev-view.h:
12442
12443         Allow setting view spacing, default to 0
12444
12445         * shell/ev-window.c: (ev_window_unfullscreen),
12446         (ev_window_cmd_view_fullscreen), (ev_window_init):
12447
12448         Remove spacing in fullscreen mode
12449
12450 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12451
12452         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12453         (ev_view_size_request), (expose_bin_window),
12454         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12455         * shell/ev-view.h:
12456         * shell/ev-window.c: (ev_window_unfullscreen),
12457         (ev_window_cmd_view_fullscreen):
12458
12459         Do not draw the border in fulscreen
12460
12461 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12462
12463         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12464         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12465         (find_page_at_location), (page_changed_cb):
12466
12467         Rework border calculation, so that I can more easily disable it.
12468         Code somewhat cleaner too.
12469
12470 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12471
12472         * backend/ev-page-cache.c: (ev_page_cache_init),
12473         (_ev_page_cache_new):
12474
12475         Remove some assertions, documents can have 0 pages.
12476         Make initial current page -1.
12477
12478         * shell/ev-page-action.c: (page_changed_cb):
12479
12480         Show "" if current page is -1
12481
12482         * shell/ev-window.c: (update_action_sensitivity),
12483         (ev_window_setup_document):
12484
12485         When document has 0 pages do not set the view
12486         and make nearly everything insensitive.
12487
12488 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12489
12490         * shell/ev-page-view.c:
12491         * shell/ev-page-view.h:
12492
12493         Remove unused files.
12494         
12495         * shell/ev-sidebar-thumbnails.c:
12496         (ev_sidebar_thumbnails_set_document):
12497         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12498         (ev_sidebar_supports_document):
12499         * shell/ev-sidebar.h:
12500         * shell/ev-window.c: (ev_window_setup_document):
12501         
12502         Doesn't show thumbnails if document has 1 page. Make
12503         sidebar menu entries sensitive only if if they have 
12504         sense. Fix bug 164811. 
12505
12506 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12507
12508         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12509         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12510         (ev_view_zoom_out), (ev_view_set_size):
12511
12512         Rework sizing to deal with documents with not uniform page
12513         size.
12514
12515 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12516
12517         * backend/ev-page-cache.c: (_ev_page_cache_new):
12518
12519         Fix several page size caching bugs
12520
12521 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12522
12523         * shell/ev-window.c: (set_action_properties):
12524
12525         Make all toolbar items translatable
12526
12527 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12528
12529         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12530         (save_page_list), (ps_document_save),
12531         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12532         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12533         (ps_document_ps_exporter_iface_init):
12534         * ps/ps-document.h:
12535
12536         Based on a patch by J�rg Billeter <j@bitron.ch>
12537         
12538         Implement print and save a copy for the ps backend.
12539
12540 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12541
12542         * backend/ev-document.h:
12543         * djvu/djvu-document.c: (djvu_document_can_get_text),
12544         (djvu_document_document_iface_init):
12545         * dvi/dvi-document.c: (dvi_document_can_get_text),
12546         (dvi_document_document_iface_init):
12547         * pdf/ev-poppler.cc:
12548         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12549         (pixbuf_document_document_iface_init):
12550         * ps/ps-document.c: (ps_document_can_get_text),
12551         (ps_document_document_iface_init):
12552         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12553         * shell/ev-window.c: (update_action_sensitivity):
12554
12555         Fix the crash when trying to copy in backends that doesnt
12556         support it. We can implement a better solution once we
12557         do real text selection.
12558
12559 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12560
12561         * data/evince-ui.xml:
12562         * shell/ev-window.c: (ev_window_cmd_escape):
12563         
12564         Work around the Escape conflict (find bar and unfullscreen)
12565
12566 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12567
12568         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12569         
12570         Fix for #300233. Next page correctly handles document end.
12571         
12572         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12573         (ev_sidebar_thumbnails_class_init),
12574         (ev_sidebar_thumbnails_set_document),
12575         (ev_sidebar_thumbnails_clear_job),
12576         (ev_sidebar_thumbnails_clear_model):
12577         
12578         Cleanup thumbnail jobs on document changes.
12579         
12580         * shell/ev-view.c: (add_scroll_binding_keypad),
12581         (add_scroll_binding_shifted), (ev_view_class_init):
12582         
12583         Shift + Space scrolls up. Fix for #173184
12584         
12585         * shell/ev-window.c: (ev_window_open_page),
12586         (ev_window_cmd_view_reload):
12587         
12588         Fix reload (Bug #300094)
12589
12590 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12591
12592         
12593         * dvi/mdvi-lib/assoc.c:
12594         * dvi/mdvi-lib/assoc.h: Removed garbage files
12595         
12596         * dvi/mdvi-lib/bitmap.c:
12597         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12598         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12599         * dvi/mdvi-lib/color.h: Antialias of rules
12600         
12601         * dvi/mdvi-lib/common.h:
12602         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12603         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12604         * dvi/mdvi-lib/files.c:
12605         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12606         * dvi/mdvi-lib/mdvi.h:
12607         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12608         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12609         * dvi/mdvi-lib/util.c: Fix compile warnings
12610         
12611         * dvi/dvi-document.c:
12612         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12613         (dvi_document_thumbnails_get_thumbnail),
12614         (dvi_document_document_thumbnails_iface_init):
12615         * dvi/mdvi-lib/Makefile.am:
12616         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12617         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12618         
12619         Dvi backend now renders thumbnails
12620
12621 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12622
12623         * shell/main.c: (main): 
12624         
12625         Save accelerators on exit. Fixes bug #172095.
12626
12627 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12628
12629         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12630         update priority" comment.
12631
12632         * backend/ev-job-queue.c: Give a way to change priority.
12633
12634 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12635
12636         * shell/ev-page-action.c: Fix logic.
12637
12638 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12639
12640         * shell/ev-view.c: (ev_view_can_find_next):
12641         * shell/ev-window.c: (ev_window_setup_document):
12642
12643         Check that the document supports find
12644
12645 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12646
12647         * data/evince-ui.xml:
12648         * shell/ev-view.c: (ev_view_can_find_next):
12649         * shell/ev-view.h:
12650         * shell/ev-window.c: (update_action_sensitivity),
12651         (find_changed_cb), (ev_window_setup_document),
12652         (ev_window_cmd_edit_find_next):
12653
12654         Add Edit->Find Next
12655
12656 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12657
12658         * pdf/ev-poppler.cc:
12659         * shell/ev-print-job.c: (idle_print_handler):
12660
12661         Make printing work again
12662
12663 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12664
12665         * shell/ev-page-action.h:
12666         * shell/ev-page-action.c: (ev_page_action_widget_init),
12667         (ev_page_action_widget_class_init), (page_changed_cb),
12668         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12669         (get_filter_model_from_model), (match_selected_cb),
12670         (display_completion_text), (match_completion), (update_model),
12671         (connect_proxy), (ev_page_action_set_property),
12672         (ev_page_action_get_property), (ev_page_action_set_document),
12673         (ev_page_action_set_model), (ev_page_action_class_init): Big
12674         reworking to make completions work iff we have >= GTK-2.7.0
12675                 
12676         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12677         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12678         (job_finished_cb): We now have a 'model' property that is set when
12679         the links are loaded.  This can be caught with "notify::model"
12680
12681         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12682         listen for the model to be set, and propagate it to the action.
12683
12684 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12685
12686         * cut-n-paste/recent-files/egg-recent-item.c:
12687         (egg_recent_item_set_uri), (make_valid_utf8),
12688         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12689         * cut-n-paste/recent-files/egg-recent-item.h:
12690         
12691         Update egg-recent from libegg. This should fix long
12692         startup problem. For details see
12693         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12694
12695 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12696
12697         * cut-n-paste/recent-files/Makefile.am:
12698         * data/evince-ui.xml, shell/Makefile.am:
12699         * shell/ev-application.c, shell/ev-application.h:
12700         * shell/ev-window.c: Recent files support.
12701         
12702         * configure.ac: Added "ru" to ALL_LINGUAS.
12703         
12704         * dvju: new backend to support DJVU files.
12705         * dvi: new backend to support DVI.
12706
12707         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12708         * ev-application.c: Support for new backends.
12709         
12710         * help, ev-window.c, main.c shell/Makefile.am: 
12711         Evince user documentation.
12712
12713 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12714
12715         * po/POTFILES.in:
12716         * shell/ev-window.c:
12717         * thumbnailer/evince-thumbnailer.c:
12718
12719         s/pdf-document/ev-poppler
12720
12721 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12722
12723         * NEWS:
12724         * configure.ac:
12725
12726         Release 0.2.0
12727
12728         * ps/ps-document.c: (setup_pixmap):
12729
12730         Remove debug code
12731
12732 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12733
12734         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12735         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12736         (ev_window_cmd_go_first_page): Fix of by one errors.
12737
12738 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12739
12740         * ps/ps-document.c: (get_page_box):
12741
12742         Fix page size calculation
12743
12744 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12745
12746         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12747         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12748         (get_page_orientation), (setup_page), (document_load),
12749         (ps_document_get_page_size), (render_pixbuf_idle):
12750         * ps/ps-document.h:
12751
12752         More refactoring to adapt to EvDocument changes
12753
12754 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12755
12756         * ps/ps-document.c: (start_interpreter):
12757
12758         Actually add alpha args
12759
12760 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12761
12762         * pdf/ev-poppler.cc:
12763
12764         Make clipboard work again
12765
12766 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12767
12768         Make searching work again.
12769         
12770         * backend/ev-document.c:
12771         * backend/ev-document.h:
12772         * backend/ev-document-find.c:
12773         * backend/ev-document-find.h: Change EvDocumentIface so we no
12774         longer store the current page or zoom level in the document.  The
12775         consequence is that all calls that operate on the current page now
12776         instead take the page number as an extra argument, and all
12777         coordinates are now doubles in document coordinate system.
12778
12779         * pdf/ev-poppler.cc:
12780         * pixbuf/pixbuf-document.c:
12781         * ps/ps-document.c: Update backends accordingly.
12782
12783 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12784
12785         * autogen.sh:
12786
12787         Add required gettext version
12788
12789 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12790
12791         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12792         make F1 bring up non-existent help.
12793
12794         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12795         epiphany's find bar, #167477
12796
12797         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12798         <emil@nishra.com> to add space-bar scrolling, 
12799
12800         * shell/ev-window.c (static GtkActionEntry entries): add default
12801         keybinding for Help (F1)
12802         Fixes #171068
12803
12804         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12805         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12806         170110
12807
12808 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12809
12810         * Makefile.am: 
12811         * pixbuf/pixbuf-document.c: 
12812
12813         Got pixbuf backend working again
12814
12815 2005-04-01  Steve Murphy  <murf@e-tools.com>
12816
12817         * configure.in: Added "rw" to ALL_LINGUAS.
12818
12819 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12820
12821         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12822         model types, noticed by Martin Kretzschmar.
12823
12824 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12825
12826         * pdf/ev-poppler.cc: Implement search based on
12827         poppler_page_find_text().  Currently a bit crude since we remember
12828         all matches from all pages.  Also, we grab the big document lock
12829         when we search since searching changes the underlying stream and
12830         thus conflicts with the rendering thread.
12831         
12832         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12833         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12834         (ev_view_find_previous): Fix some page indexes to be 0 based,
12835         offset rubber band by view offset,
12836
12837 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12838
12839         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12840
12841 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12842
12843         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12844         completely because I didn't understand GtkActions.  I should
12845         read Marco's code more carefully in the future.
12846
12847         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12848         function
12849
12850 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12851
12852         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12853         PopplerRectangle change from poppler CVS.
12854
12855 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12856
12857         * backend/ev-document.c: (ev_document_get_page_label):
12858         * backend/ev-document.h:
12859         * backend/ev-page-cache.c: (_ev_page_cache_new),
12860         (ev_page_cache_get_page_label):
12861         * backend/ev-page-cache.h:
12862         * pdf/ev-poppler.cc:
12863         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12864         (links_page_num_func):
12865         * shell/ev-sidebar-thumbnails.c:
12866         (ev_sidebar_thumbnails_set_document):
12867         * shell/ev-view.c: (status_message_from_link),
12868         (ev_view_motion_notify_event):
12869         * shell/ev-window.c: (document_supports_sidebar): Add in page
12870         label support.  It's not perfect yet, but it's the first 'feature'
12871         in a while.
12872         Also, fix a bogus comment noticed by crispin. 
12873
12874 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12875
12876         * Makefile.am: Remove pixbuf backend for now
12877
12878         * configure.ac: Require poppler-glib instead of just poppler.
12879
12880         * backend/ev-document-thumbnails.h: Add a comment
12881
12882         * backend/ev-document.h:
12883         * backend/ev-document.c: (ev_document_class_init),
12884         (ev_document_load), (ev_document_get_link),
12885         (ev_document_get_links): Remove 3 methods and add get_links.
12886         Also, made 0 based.
12887
12888         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12889         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12890
12891         * backend/ev-link.c: (ev_link_set_title),
12892         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12893         (ev_link_mapping_find):
12894         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12895         
12896         * backend/ev-page-cache.c: (ev_page_cache_init),
12897         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12898         (ev_page_cache_get_size), (ev_page_cache_next_page),
12899         (ev_page_cache_prev_page): Fix to be 0 based.
12900
12901         * pdf/Makefile.am: 
12902         * pdf/ev-poppler.h:
12903         * pdf/ev-poppler.cc: New backend.
12904         
12905         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12906         (ps_document_get_page), (ps_document_document_iface_init):
12907
12908         * shell/ev-pixbuf-cache.h:
12909         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12910         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12911         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12912         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12913         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12914         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12915         based.
12916         
12917         * shell/ev-sidebar-thumbnails.c:
12918         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12919         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12920
12921         * shell/ev-view.c: (status_message_from_link),
12922         (find_page_at_location), (get_link_at_location),
12923         (ev_view_motion_notify_event), (ev_view_button_release_event),
12924         (ev_view_init): Use the new link code.  Fix to be 0 based.
12925
12926         * shell/ev-window.c: (update_action_sensitivity),
12927         (document_supports_sidebar): 0 based.
12928
12929 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12930
12931         * pdf/pdf-document.cc: Patch from Fernando Herrera
12932         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12933         *blush*
12934
12935 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12936
12937         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12938         1 to the page, as this seems to be 1 based.  I thought we has this
12939         fixed.  grump.
12940
12941 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12942
12943         * TODO:
12944         * backend/Makefile.am:
12945         * backend/ev-document-links.c:
12946         (ev_document_links_has_document_links),
12947         (ev_document_links_get_links_model):
12948         * backend/ev-document-links.h:
12949         * backend/ev-document.c: (ev_document_get_page_cache),
12950         (ev_document_get_doc_mutex), (ev_document_load),
12951         (ev_document_save), (ev_document_get_title),
12952         (ev_document_get_n_pages), (ev_document_set_page),
12953         (ev_document_get_page), (ev_document_set_target),
12954         (ev_document_set_scale), (ev_document_set_page_offset),
12955         (ev_document_get_page_size), (ev_document_get_text),
12956         (ev_document_get_link), (ev_document_render),
12957         (ev_document_render_pixbuf), (ev_document_scale_changed):
12958         * backend/ev-document.h:
12959         * backend/ev-job-queue.c: (remove_object_from_queue),
12960         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12961         (no_jobs_available_unlocked), (ev_render_thread),
12962         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12963         (ev_job_queue_remove_job):
12964         * backend/ev-job-queue.h:
12965         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12966         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12967         (ev_job_links_class_init), (ev_job_render_init),
12968         (ev_job_render_dispose), (ev_job_render_class_init),
12969         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12970         (ev_job_thumbnail_class_init), (ev_job_finished),
12971         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12972         (ev_job_render_run), (ev_job_thumbnail_new),
12973         (ev_job_thumbnail_run):
12974         * backend/ev-jobs.h:
12975         * backend/ev-link.c:
12976         * backend/ev-link.h:
12977         * backend/ev-page-cache.c: (ev_page_cache_init),
12978         (ev_page_cache_class_init), (ev_page_cache_finalize),
12979         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12980         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12981         (ev_page_cache_set_link), (ev_page_cache_get_title),
12982         (ev_page_cache_get_size), (ev_page_cache_next_page),
12983         (ev_page_cache_prev_page):
12984         * backend/ev-page-cache.h:
12985         * pdf/pdf-document.cc:
12986         * ps/gsdefaults.c:
12987         * ps/gsdefaults.h:
12988         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12989         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12990         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12991         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12992         (is_interpreter_ready), (output), (catchPipe), (input),
12993         (start_interpreter), (check_filecompressed), (compute_dimensions),
12994         (ps_document_enable_interpreter), (document_load),
12995         (ps_document_next_page), (render_page), (ps_document_set_page),
12996         (ps_document_set_scale), (render_pixbuf_idle),
12997         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12998         * ps/ps-document.h:
12999         * shell/Makefile.am:
13000         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13001         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13002         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13003         (ev_pixbuf_cache_new), (job_finished_cb),
13004         (check_job_size_and_unref), (move_one_job),
13005         (ev_pixbuf_cache_update_range), (find_job_cache),
13006         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13007         (ev_pixbuf_cache_add_jobs_if_needed),
13008         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13009         * shell/ev-pixbuf-cache.h:
13010         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13011         (idle_print_handler):
13012         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13013         (selection_changed_cb), (create_loading_model),
13014         (ev_sidebar_links_construct), (links_page_num_func),
13015         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13016         (update_page_callback), (job_finished_cb),
13017         (ev_sidebar_links_set_document):
13018         * shell/ev-sidebar-thumbnails.c:
13019         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13020         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13021         (page_changed_cb), (thumbnail_job_completed_callback),
13022         (ev_sidebar_thumbnails_set_document):
13023         * shell/ev-sidebar-thumbnails.h:
13024         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13025         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13026         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13027         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13028         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13029         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13030         (ev_view_button_release_event), (ev_view_scroll_view),
13031         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13032         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13033         (ev_view_new), (job_finished_cb), (page_changed_cb),
13034         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13035         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13036         (ev_view_find_previous):
13037         * shell/ev-view.h:
13038         * shell/ev-window.c: (update_action_sensitivity),
13039         (ev_window_open_page), (update_window_title), (update_total_pages),
13040         (page_changed_cb), (ev_window_setup_document),
13041         (password_dialog_response), (ev_window_cmd_save_as),
13042         (ev_window_print), (ev_window_cmd_go_previous_page),
13043         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13044         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13045         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13046         * shell/main.c: (main):
13047
13048         Merge evince-threads branch
13049
13050 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13051
13052         * configure.ac: Added "lt" to ALL_LINGUAS.
13053
13054 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13055
13056         * NEWS:
13057         * configure.ac:
13058
13059         Release 0.1.9
13060
13061 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13062
13063         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13064
13065         Fix here also the thumbnails 1-basedness :)
13066
13067 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13068
13069         * NEWS:
13070         * configure.ac:
13071
13072         Release 0.1.8
13073
13074 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13075
13076         * pdf/pdf-document.cc:
13077         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13078         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13079
13080         Fix the mess we did with thumbnails and 1-basedness
13081
13082 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13083
13084         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13085
13086 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13087
13088         * NEWS:
13089         * configure.ac:
13090
13091         Release 0.1.7
13092
13093 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13094
13095         * ps/Makefile.am:
13096         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13097         (gtk_gs_defaults_get_alpha_parameters),
13098         (gtk_gs_defaults_get_ungzip_cmd),
13099         (gtk_gs_defaults_get_unbzip2_cmd):
13100         * ps/gsdefaults.h:
13101         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13102         (ps_document_get_orientation), (document_load),
13103         (ps_document_goto_page), (ps_document_set_page_size):
13104         * ps/ps-document.h:
13105
13106         Some more sanitization of the ps backend. Remove a lot
13107         of unused code and do not base our defaults on ggv
13108         preferences (ugh!)
13109
13110 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13111
13112         * thumbnailer/evince-thumbnailer.schemas:
13113         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13114         (main): add -s option for thumbnail size.
13115
13116 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13117
13118         * configure.ac:
13119
13120         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13121         remove it.
13122
13123 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13124
13125         * pdf/pdf-document.cc:
13126
13127         Remove 4 pixels of useless border from the
13128         thumbnail.
13129
13130 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13131
13132         * backend/ev-document-thumbnails.c:
13133         (ev_document_thumbnails_get_thumbnail):
13134         * backend/ev-document-thumbnails.h:
13135
13136         Rework API a bit. Add a border flag and
13137         change sizing logic (now the size we specify
13138         applies to the bigger dimension).
13139
13140         * pdf/pdf-document.cc:
13141         * pixbuf/pixbuf-document.c:
13142         (pixbuf_document_thumbnails_get_thumbnail):
13143         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13144         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13145
13146         Adapt to the new API and do not draw a border for nautilus
13147         thumbnailer.
13148
13149 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13150
13151         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13152         take thumbnails from page "0" instead of "1". Added a copyright header.
13153
13154 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13155
13156         * ps/ps-document.c: (set_up_page), (start_interpreter):
13157
13158         Make it C89 compliant
13159
13160 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13161
13162         * Makefile.am:
13163         * configure.ac:
13164         * pdf/.cvsignore:
13165         * pdf/pdf-document.cc:
13166         * thumbnailer/Makefile.am:
13167         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13168         (main):
13169         * thumbnailer/evince-thumbnailer.schemas:
13170         * thumbnailer/pdf-icon.png:
13171
13172         Add a nautilus thumbnailer.
13173         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13174
13175 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13176
13177         * NEWS:
13178         * configure.ac:
13179         * po/POTFILES.in:
13180
13181         Release 0.1.6
13182
13183 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13184
13185         Use poppler instead of including xpdf source code.  Poppler is a
13186         fork of xpdf to build it as a shared library. See
13187         http://freedesktop.org/wiki/Software/poppler.
13188
13189         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13190         xpdf fork.
13191         
13192         * pdf/Makefile.am: Build libpdfdocument.a here.
13193         
13194         * pdf/GDKSplashOutputDev.cc:
13195         * pdf/GDKSplashOutputDev.h:
13196         * pdf/GnomeVFSStream.cc:
13197         * pdf/GnomeVFSStream.h:
13198         * pdf-document.cc:
13199         * pdf-document.h:
13200         * test-gdk-output-dev.cc
13201         * Thumb.cc:
13202         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13203         against poppler.
13204
13205 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13206
13207         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13208
13209         Clear idle stack before unsetting the document
13210
13211 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13212
13213         * ps/ps-document.c: (ps_document_widget_event),
13214         (ps_document_set_target), (ps_document_finalize),
13215         (ps_document_get_page):
13216
13217         Disconnect the widget event signal on finalize.
13218         Some code cleanups.
13219
13220 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13221
13222         * ps/ps-document.c: (set_up_page):
13223
13224         If there is no bpixmap create one, even if size
13225         is not changed.
13226
13227 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13228
13229         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13230         (set_up_page), (document_load), (ps_document_set_zoom):
13231
13232         Default page is 0. Calculate size even when we have no
13233         target yet.
13234
13235 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13236
13237         * shell/ev-sidebar.c: expand the selection widget to be always as
13238         wide as the sidebar
13239
13240 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13241
13242         * shell/ev-sidebar-thumbnails.c:
13243         (ev_sidebar_thumbnails_set_document):
13244
13245         Clear the list store when setting document
13246
13247 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13248
13249         * shell/ev-page-action.c: (update_entry), (sync_entry),
13250         (activate_cb), (entry_size_request_cb), (create_tool_item),
13251         (connect_proxy):
13252
13253         Use an entry for the page control instead of spinbuttons
13254
13255 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13256
13257         * data/evince.schemas.in:
13258
13259         Correct confusing string
13260
13261 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13262
13263         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13264         for real.  Gosh, how long has this been broken.
13265
13266         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13267         check for a NULL link.  We crash otherwise.
13268
13269 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13270
13271         * NEWS:
13272         * configure.ac:
13273
13274         Release 0.1.5
13275
13276 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13277
13278         * configure.ac: add the french translation.
13279
13280 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13281
13282         * shell/ev-window.c:
13283
13284         Remove unused header -> fix distcheck
13285
13286 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13287
13288         * shell/ev-window.c: (update_window_title),
13289         (ev_window_popup_password_dialog):
13290
13291         Unescape filename for display
13292
13293 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13294
13295         * pdf/xpdf/pdf-document.cc:
13296
13297         In get_page_size deal with rotation. Also
13298         cleanup the function a bit.
13299
13300 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13301
13302         * pdf/xpdf/pdf-document.cc:
13303
13304         Fix crash when opening in new window
13305
13306 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13307
13308         * configure.ac:
13309
13310         Check ghostscript >= 7
13311
13312 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13313
13314         * shell/ev-window.c:
13315
13316         Make page width the default sizing mode
13317
13318 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13319         Marco Pesenti Gritti <marco@gnome.org>
13320
13321         * shell/ev-window.c: Remember the sidebar size
13322
13323         * data/evince.schemas.in: Add a new gconf key to store the size of
13324         the sidebar
13325
13326 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13327
13328         * data/evince-ui.xml:
13329         * shell/ev-window.c: (update_action_sensitivity),
13330         (ev_window_cmd_view_reload):
13331         
13332         Add a "Reload" action and menu entry
13333
13334 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13335
13336         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13337         iff the type doesn't support thumbnailing and indexing.
13338
13339 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13340
13341         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13342
13343 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13344
13345         * pdf/splash/Splash.cc:
13346
13347         Port fix for a crasher from kde bug
13348         http://bugs.kde.org/show_bug.cgi?id=97131
13349
13350 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13351
13352         * pdf/xpdf/pdf-document.cc:
13353
13354         Return a link even if it's of an unrecognized
13355         type. Otherwise we go in an infinte cycle.
13356
13357 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13358
13359         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13360         (size_allocate_cb), (ev_window_set_sizing_mode):
13361
13362         Update size when switching mode
13363
13364 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13365
13366         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13367         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13368         (ev_window_cmd_view_normal_size):
13369
13370         Fix size toggle buttons behavior
13371
13372 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13373
13374         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13375         (doc_rect_to_view_rect), (ev_view_size_allocate),
13376         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13377         (scale_changed_callback):
13378
13379         Do not cache offsets in size_allocate.
13380
13381 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13382
13383         * shell/ev-view.c: (ev_view_size_allocate):
13384
13385         Calculate offsets before calling the parent
13386         class (which does a redraw)
13387
13388 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13389
13390         * pdf/xpdf/pdf-document.cc:
13391
13392         Fix a crasher on exit. Unused code, put a TODO
13393
13394 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13395
13396         * backend/ev-document.c: (ev_document_class_init),
13397         (ev_document_page_changed), (ev_document_scale_changed):
13398         * backend/ev-document.h:
13399
13400         Separate page/scale notifications
13401
13402         * pdf/xpdf/pdf-document.cc:
13403
13404         Emit the new signals.
13405         Do not display the pdf page in _render, do it
13406         when scale/page are requested.
13407
13408         * ps/ps-document.c: (ps_document_set_zoom),
13409         (ps_document_widget_event):
13410         * ps/ps-document.h:
13411
13412         Emit the new signals.
13413
13414         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13415         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13416         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13417         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13418         * shell/ev-view.h:
13419         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13420         (ev_window_cmd_view_page_width), (size_allocate_cb),
13421         (ev_window_set_sizing_mode):
13422
13423         Rework sizing to be pixel based.
13424         There are bugs but should be already way better.
13425
13426 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13427
13428         * shell/ev-window.c: (ev_window_init):
13429
13430         Do not allow to shrink sidebar smaller then
13431         child requisition
13432
13433 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13434
13435         * shell/ev-sidebar.[ch]
13436         * shell/ev-window.c:
13437
13438         Improved sidebar widget. Fixes #166683
13439
13440 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13441
13442         * shell/ev-view.c (update_find_status_message): Give translators
13443         more flexibility with ngettext plural handling.
13444
13445 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13446
13447         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13448         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13449         page when we get the page size.
13450
13451 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13452
13453         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13454
13455         ps pages are 0 based, convert 
13456
13457 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13458
13459         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13460
13461         Initialize correct parent class. Set GError on document load
13462
13463 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13464
13465         * pdf/xpdf/pdf-document.cc:
13466
13467         Fixup selection offset calculation
13468
13469         * shell/ev-view.c: (view_rect_to_doc_rect),
13470         (doc_rect_to_view_rect), (ev_view_size_allocate),
13471         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13472         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13473
13474         Store selection as document relative, so that zooming
13475         and offset changing doesnt break it.
13476
13477 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13478
13479         * shell/ev-view.c: (ev_view_best_fit):
13480
13481         Do not try to best fit if the view is not realized
13482
13483 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13484           
13485         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13486
13487 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13488
13489         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13490
13491 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13492
13493         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13494         the popup window.  That prevents it resizing when in full screen
13495         mode.
13496
13497         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13498         multiple rerenders.  This pretty much sucks.
13499
13500         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13501         rest of the toolbar.
13502
13503 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13504
13505         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13506
13507 2005-02-17  Alexander Shopov  <ash@contact.bg>
13508
13509         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13510
13511 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13512
13513         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13514
13515 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13516
13517         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13518         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13519         (set_document_page), (document_changed_callback),
13520         (ev_view_set_document), (ev_view_find_previous),
13521         (ev_view_hide_cursor), (ev_view_show_cursor):
13522         * shell/ev-view.h:
13523         * shell/ev-window.c: (update_chrome_visibility),
13524         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13525         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13526         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13527         (ev_window_unfullscreen):
13528         * shell/main.c: (main):
13529
13530         Automatically hide the fullscreen button.
13531         Patch by Kristian Høgsberg <krh@redhat.com>
13532
13533 2005-02-16  Vincent Noel  <vnoel@cox.net>
13534
13535         * shell/main.c (main): Specify an icon for the window. Patch by
13536         Jaap A. Haitsma. Fixes #166177.
13537
13538 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13539
13540         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13541
13542 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13543
13544         * backend/ev-document-misc.h:
13545         * backend/ev-document-misc.c:
13546         (ev_document_misc_get_page_border_size),
13547         (ev_document_misc_paint_one_page): New function to canonicalize
13548         sizing/painting a border.
13549
13550         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13551         used.
13552
13553         * pdf/xpdf/pdf-document.cc: use new function
13554
13555         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13556         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13557         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13558         shell/ev-window.c: (update_sizing_buttons),
13559         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13560         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13561         (ev_window_cmd_view_page_width), (size_allocate_cb),
13562         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13563         and "fit width" values act as toggle buttons so they stay
13564         toggled.  It's not 100% perfect, and it's a little slow, but it's
13565         good enough to commit I think.
13566
13567 2005-02-15  David Lodge  <dave@cirt.net>
13568
13569         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13570
13571 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13572
13573         * shell/ev-window.c (update_window_title): replace newlines in
13574         the title by spaces. Bug #166107.
13575
13576 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13577
13578         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13579         parameters providing allocation width and height without
13580         scrollbars and width of a possible vertical scrollbar. With this
13581         additional information the functions can work as
13582         intended. Unfortunately they're not idempotent. We should
13583         transform these commands to toggles. Fixes Bug #164976
13584         Initial patch by Stephane Loeuillet, then heavily modified.
13585
13586         * shell/ev-view.h: update prototypes.
13587
13588         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13589         (ev_window_cmd_view_page_width): provide EvView fit functions with
13590         all the information they need. Formulas to calculate this
13591         information taken from GtkScrolledWindow.
13592
13593 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13594
13595         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13596         created a thumbnail, the list store is updated to know
13597         that the thumbnail is set. Fixes bug #166792
13598
13599 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13600
13601         * shell/ev-window.c: fixed typo, closes bug 166897
13602
13603         * TODO: updated TODO with bug numbers that are relevant
13604
13605 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13606
13607         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13608
13609 2005-02-09  Vincent Noel  <vnoel@cox.net>
13610
13611         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13612         and "Next" toolbar buttons as important to make them stand out.
13613
13614 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13615
13616         * lib/ev-debug.c:
13617         * lib/ev-debug.h:
13618         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13619         (start_interpreter), (stop_interpreter), (document_load),
13620         (ps_document_next_page), (ps_document_goto_page),
13621         (ps_document_set_page_size), (ps_document_widget_event),
13622         (ps_document_render):
13623         * shell/ev-page-view.c: (ev_page_view_dispose):
13624         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13625
13626         Fix compilation on non-gcc platforms
13627
13628 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13629
13630         * NEWS:
13631         * configure.ac:
13632
13633         Release 0.1.4
13634
13635         * pdf/xpdf/Catalog.cc:
13636         * pdf/xpdf/XRef.cc:
13637
13638         Fix the fix for CAN-2004-0888
13639
13640 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13641
13642         * data/Makefile.am:
13643         * data/evince-ui.xml:
13644         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13645         * shell/ev-stock-icons.h:
13646         * shell/ev-window.c: (update_action_sensitivity),
13647         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13648         (set_action_properties):
13649
13650         Improve toolbar layout/icons
13651
13652 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13653
13654         * pdf/xpdf/pdf-document.cc:
13655
13656         Add warnings about unimplemented/unknown link
13657         types.
13658
13659 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13660
13661         * ps/ps-document.c: (set_up_page):
13662
13663         Log gs property
13664
13665 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13666
13667         * ps/ps-document.c: (start_interpreter):
13668
13669         Log gs env var
13670
13671 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13672
13673         * shell/ev-page-view.c: (ev_page_view_dispose):
13674         * shell/ev-view.c: (ev_view_finalize):
13675         * shell/ev-window.c: (ev_window_setup_document),
13676         (ev_window_dispose), (ev_window_init):
13677
13678         Solve more refs issues.
13679
13680         I commented out the page_view initialization for now:
13681         it was never destroyed (because it's never added
13682         to a container). Because of that we was leaking
13683         gs processes. Couldnt think to a clean fix.
13684         We need to figure this out, password view has the
13685         same issue probably.
13686
13687 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13688
13689         * ps/ps-document.c: (ps_document_finalize),
13690         (ps_document_get_n_pages), (ps_document_get_page):
13691
13692         Some cleanups, stop the interpreter on finalize
13693
13694         * shell/ev-page-view.c: (ev_page_view_dispose),
13695         (ev_page_view_class_init):
13696
13697         Release our reference on the document
13698
13699 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13700
13701         * Makefile.am:
13702         * configure.ac:
13703         * doc/debugging.txt:
13704         * lib/.cvsignore:
13705         * lib/Makefile.am:
13706         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13707         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13708         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13709         * lib/ev-debug.h:
13710
13711         Add debugging helpers
13712
13713         * ps/Makefile.am:
13714         * ps/ps-document.c: (set_up_page), (start_interpreter),
13715         (stop_interpreter), (document_load), (ps_document_next_page),
13716         (ps_document_goto_page), (ps_document_set_page_size),
13717         (ps_document_widget_event), (ps_document_render):
13718         * shell/Makefile.am:
13719         * shell/ev-view.c: (expose_bin_window):
13720         * shell/main.c: (main):
13721
13722         Add some logs
13723         
13724 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13725
13726         * ps/ps-document.c: (ps_document_widget_event):
13727
13728         Initialize message_window, this should make ps
13729         rendering really work! (Never noticed because I was
13730         testing with a ps that is causing gs to exit every time!)
13731
13732 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13733
13734         * data/evince.schemas.in: updated simple error in applyto closing tag
13735
13736 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13737
13738         * Makefile.am:
13739         * configure.ac:
13740         * data/.cvsignore:
13741         * data/Makefile.am:
13742         * data/evince-ui.xml:
13743         A data/evince.schemas.in:
13744         * po/POTFILES.in:
13745         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13746         * shell/ev-stock-icons.h:
13747         * shell/ev-window.c: (update_chrome_visibility),
13748         (update_chrome_flag), (ev_window_cmd_edit_find),
13749         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13750         (ev_window_unfullscreen), (ev_window_focus_in_event),
13751         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13752         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13753         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13754         (ev_window_dispose), (ev_window_class_init),
13755         (set_action_properties), (set_chrome_actions), (load_chrome),
13756         (ev_window_init):
13757
13758         Implement fullscreen mode changes from bug #164776.
13759         Also implement persistent chrome toggles.
13760
13761 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13762
13763         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13764
13765 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13766
13767         * NEWS:
13768         * configure.ac:
13769         * shell/ev-view.c:
13770
13771         Add another check for find interface
13772
13773         Release 0.1.3
13774
13775 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13776
13777         * shell/ev-application.c: (ev_application_open):
13778         * shell/ev-window.c: (ev_window_open):
13779
13780         Open gzipped ps documents
13781
13782 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13783
13784         * TODO:
13785         * shell/ev-view.c: (set_document_page):
13786
13787         Clamp page number, dont try to move to
13788         not existant pages.
13789
13790 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13791
13792         * backend/ev-document-find.c: (ev_document_find_changed):
13793         * backend/ev-document-find.h:
13794         * pdf/xpdf/pdf-document.cc:
13795         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13796         * shell/ev-window.c: (find_bar_search_changed_cb):
13797
13798         Fix several bugs with find
13799
13800 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13801
13802         * shell/ev-sidebar-thumbnails.c
13803         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13804         document. Prevents warning from scroll_to_cell.
13805
13806 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13807
13808         * configure.ac: Add «nb» to ALL_LINGUAS too.
13809
13810 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13811
13812         * NOTES: New file with some random thoughts.
13813
13814         * TODO: Update.
13815
13816         * backend/ev-document-misc.c:
13817         (ev_document_misc_get_page_border_size): New function to
13818         canonicalize shadow drawing sizes.  Possibly goofy.
13819
13820         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13821         (ev_view_best_fit), (ev_view_fit_width):
13822         * pdf/xpdf/pdf-document.cc:
13823         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13824         * ps/ps-document.c: (ps_document_get_page_size):
13825         * backend/ev-document-misc.h:
13826         * backend/ev-document.c: (ev_document_get_page_size):
13827         * backend/ev-document.h: get_page_size now takes a page number
13828         parameter.  Made all the backends/frontends honor it.
13829
13830         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13831         see.  Doesn't work yet.
13832
13833         * shell/Makefile.am:
13834         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13835         Doesn't do anything yet.
13836
13837         * shell/ev-sidebar-thumbnails.c:
13838         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13839         [0..n_pages-1]
13840
13841         * shell/ev-window.c: (update_action_sensitivity),
13842         (ev_window_setup_document), (ev_window_set_page_mode),
13843         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13844         view-swapping code a bit so we can have multiple views on a
13845         document.  Add the multi-page view, though it can't be turned on
13846         yet.
13847
13848 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13849
13850         * shell/ev-application.c: (ev_application_open):
13851         * shell/ev-view.c: (expose_bin_window):
13852         * shell/ev-window.c: (ev_window_open):
13853
13854         Support eps and check document supports find
13855         before drawing highlightings in expose.
13856
13857 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13858
13859         * pixbuf/pixbuf-document.c:
13860         (pixbuf_document_thumbnails_get_dimensions),
13861         (pixbuf_document_document_thumbnails_iface_init):
13862
13863         implement get_dimensions
13864
13865 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13866
13867         * NEWS:
13868         * configure.ac:
13869
13870         Release 0.1.2
13871
13872 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13873
13874         * shell/ev-view.c: (set_document_page):
13875
13876         Scroll at the top of the page when changing page
13877
13878 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13879
13880         * shell/ev-view.c: (ev_view_motion_notify_event):
13881
13882         Do not redraw unnecessarily
13883
13884 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13885
13886         * pdf/xpdf/pdf-document.cc:
13887         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13888         (expose_bin_window), (find_changed_cb):
13889
13890         Yay! find works now... Now to find bugs...
13891
13892 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13893
13894         * backend/ev-document-find.c: (ev_document_find_base_init),
13895         (ev_document_find_changed):
13896         * backend/ev-document-find.h:
13897         * pdf/xpdf/pdf-document.cc:
13898         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13899         (expose_bin_window), (ev_view_init), (set_document_page),
13900         (ensure_rectangle_is_visible), (jump_to_find_result),
13901         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13902         (ev_view_find_next), (ev_view_find_previous):
13903         * shell/ev-view.h:
13904         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13905
13906         More work on find implementation, mostly there now
13907
13908 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13909
13910         * backend/ev-backend-marshalers.list:
13911         * backend/ev-document-find.c: (ev_document_find_base_init),
13912         (ev_document_find_cancel), (ev_document_find_page_has_results),
13913         (ev_document_find_get_n_results), (ev_document_find_get_result),
13914         (ev_document_find_get_progress), (ev_document_find_changed):
13915         * backend/ev-document-find.h:
13916
13917         Enanche the find interface to be really able to do
13918         multi page find.
13919
13920         * pdf/xpdf/pdf-document.cc:
13921
13922         Implement
13923
13924         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13925         (expose_bin_window), (ev_view_init),
13926         (ev_view_get_find_status_message), (find_changed_cb),
13927         (ev_view_set_document), (set_document_page):
13928
13929         Adapt to the new interface. A few things are regressed sorry,
13930         I will finish it soon.
13931
13932 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13933
13934         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13935         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13936         ev_sidebar_thumbnails_parent_class variable, don't define another
13937         parent_class variable.
13938
13939         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13940         (ev_page_action_class_init): ditto.
13941
13942         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13943         (pixbuf_document_class_init): ditto.
13944
13945         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13946         ditto.
13947
13948         * .cvsignore: ignore various valgrind output files.
13949
13950 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13951
13952         * data/evince-ui.xml:
13953         * shell/Makefile.am:
13954         * shell/ev-history.c:
13955         * shell/ev-history.h:
13956         * shell/ev-navigation-action.c:
13957         * shell/ev-navigation-action.h:
13958         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13959         (ev_view_set_page), (ev_view_fit_width):
13960         * shell/ev-view.h:
13961         * shell/ev-window.c: (update_action_sensitivity),
13962         (ev_window_setup_document), (register_custom_actions):
13963
13964         Kill session history
13965
13966 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13967
13968         * shell/ev-window.c: (update_action_sensitivity):
13969
13970         Fix inverted up/down buttons
13971
13972 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13973
13974         * shell/ev-sidebar-thumbnails.c
13975         (ev_sidebar_thumbnails_select_page): make sure the selected
13976         thumbnail stays visible.
13977
13978 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13979
13980         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13981         scrolled window for Federico.
13982
13983 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13984
13985         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13986
13987 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13988
13989         * configure.ac:
13990         * pdf/splash/SplashFTFontEngine.cc:
13991
13992         Fix CID fonts with freetype 2.1.9
13993
13994 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13995
13996         * TODO: added item for desktop icon thumbnailer
13997
13998 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13999
14000         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14001         unloaded docs when the title is accessed.
14002
14003         * shell/ev-password-view.[hc]: New widget for displaying password
14004         state.
14005
14006         * shell/ev-window.[ch]: Refactor password handling code to handle
14007         the new view.
14008
14009 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14010
14011         * NEWS:
14012         * configure.ac:
14013         * data/Makefile.am:
14014
14015         Release 0.1.1
14016
14017 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14018
14019         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14020         ignore page offset here, to make search results independent of it,
14021
14022         * shell/ev-view.c (expose_bin_window): but take offsets into
14023         account here. Bug #164932
14024
14025         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14026         scale at the right time. Bug #164996
14027
14028 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14029
14030         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14031         fix the problem. Now I just removed the Adobe font names and hope
14032         that the URW fonts are always in outline format. Bug #164934
14033
14034         * shell/ev-window.c (update_window_title): empty titles are
14035         useless, use filename in that case too.
14036
14037         * NEWS: Add some content.
14038
14039 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14040
14041         * TODO: added one more TODO item and a TODONE section :)
14042
14043 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14044
14045         * ps/ps-document.h: add page_[xy]_offset fields.
14046
14047         * ps/ps-document.c (ps_document_set_page_offset)
14048         (ps_document_render): Keep offset in consideration in a few
14049         places. Bug #164752 "postscript documents are not centered in
14050         window"
14051
14052         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14053         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14054
14055         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14056         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14057         stub out missing methods for complete EvDocument implementation.
14058         Fixes segfaults with Save A Copy and Copy actions.
14059
14060         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14061         (ps_document_document_iface_init): ditto.
14062         
14063 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14064
14065         * data/.cvsignore:
14066         * data/Makefile.am:
14067         * data/evince.desktop.in:
14068
14069         Add desktop file
14070
14071 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14072
14073         * shell/ev-view.c: (ev_view_button_press_event),
14074         (ev_view_motion_notify_event):
14075
14076         Make selection work in any direction
14077
14078 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14079
14080         * TODO:
14081         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14082
14083         Use shorter labels for some of the toolbars items
14084
14085 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14086
14087         * pdf/xpdf/pdf-document.cc:
14088
14089         Check the links info is initialized before
14090         using it. Should fix a crash on startup.
14091
14092 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14093
14094         * pixbuf/pixbuf-document.c
14095         (pixbuf_document_thumbnails_get_dimensions): force floating point
14096         division to calculate page_ratio. Fixes crash with landscape
14097         format pixbufs.
14098
14099 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14100
14101         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14102
14103 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14104
14105         * shell/ev-view.c (set_document_page): unset has_selection when
14106         the page changes.
14107         (set_document_page): handle paper size changes when the page
14108         changes (test with Free Culture, page 2).
14109
14110 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14111
14112         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14113         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14114
14115         Use normal style color for the widget background and
14116         draw a black box around the page.
14117
14118 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14119
14120         * pdf/xpdf/pdf-document.cc:
14121
14122         Keep offset in consideration in a few places
14123
14124         * shell/ev-view.c: (expose_bin_window):
14125
14126         Set the offsets so that the document is ever centered
14127
14128 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14129
14130         * TODO: Added TODO items and finished off the first todo item
14131
14132         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14133         reflect current authors
14134
14135 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14136
14137         * pdf/xpdf/pdf-document.cc:
14138         * shell/ev-view.c: (ev_view_set_cursor),
14139         (ev_view_motion_notify_event), (document_changed_callback),
14140         (set_document_page):
14141
14142         Show a wait cursor while the page is rendering
14143
14144 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14145
14146         * shell/ev-sidebar-thumbnails.c:
14147         (ev_sidebar_tree_selection_changed),
14148         (ev_sidebar_thumbnails_select_page):
14149         * shell/ev-sidebar-thumbnails.h:
14150         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14151         (ev_view_can_go_forward):
14152         * shell/ev-window.c: (ev_window_open_page),
14153         (ev_window_setup_document), (update_current_page),
14154         (view_page_changed_cb), (ev_window_init):
14155         * shell/ev-window.h:
14156
14157         Ensure thumbnails selection, toolbar page control and
14158         current page are in sync.
14159
14160 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14161
14162         * pdf/xpdf/XRef.cc:
14163
14164         Fix CAN-2005-0064
14165
14166 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14167
14168         * backend/Makefile.am:
14169         * backend/ev-document-links.h:
14170         * backend/ev-document-security.c: (ev_document_security_get_type),
14171         (ev_document_security_has_document_security),
14172         (ev_document_security_set_password):
14173         * backend/ev-document-security.h:
14174         * backend/ev-document.c: (ev_document_error_quark):
14175         * backend/ev-document.h:
14176         * data/Makefile.am:
14177         * data/evince-password.glade:
14178         * pdf/xpdf/pdf-document.cc:
14179         * shell/Makefile.am:
14180         * shell/ev-password.c: (ev_password_set_bad_password_label),
14181         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14182         (ev_password_dialog_get_password),
14183         (ev_password_dialog_set_bad_pass):
14184         * shell/ev-password.h:
14185         * shell/ev-window.c: (ev_window_get_attribute),
14186         (ev_window_set_property), (update_action_sensitivity),
14187         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14188         (ev_window_setup_document), (ev_window_get_password),
14189         (ev_window_open), (ev_window_cmd_save_as),
14190         (using_postscript_printer), (ev_window_print),
14191         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14192         (update_fullscreen_popup), (ev_window_fullscreen),
14193         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14194         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14195         (menu_item_select_cb), (find_bar_search_changed_cb),
14196         (ev_window_dispose), (ev_window_init):
14197
14198         Add initial support for password-supported dialogs.  This could be
14199         a lot cooler, but it'll do for now.
14200
14201 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14202
14203         * pdf/xpdf/pdf-document.cc:
14204         * shell/ev-view.c: (status_message_from_link),
14205         (ev_view_set_status), (ev_view_set_cursor),
14206         (ev_view_motion_notify_event), (ev_view_init):
14207         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14208
14209         Fix bugs in the links implementation and change cursor
14210         when hovering a link.
14211
14212 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14213
14214         * viewer/.cvsignore: added cvsignore file for viewer directory
14215
14216         * TODO: created TODO document
14217
14218 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14219
14220         * shell/ev-view.h:
14221         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14222         new functions to help with implementation of sensitivity code
14223         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14224         of all actions that might require it.  Fixes a crash when you
14225         click on the Zoom actions in a window lacking a document.
14226
14227 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14228
14229         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14230         of the Find action
14231
14232 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14233
14234         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14235         (pixbuf_document_document_iface_init):
14236         * ps/ps-document.c: (ps_document_get_link),
14237         (ps_document_document_iface_init):
14238         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14239         (status_message_from_link), (ev_view_set_status),
14240         (ev_view_set_find_status), (ev_view_motion_notify_event),
14241         (ev_view_button_release_event), (ev_view_set_property),
14242         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14243         (ev_view_get_find_status_message), (update_find_results),
14244         (ev_view_get_status), (ev_view_get_find_status):
14245         * shell/ev-view.h:
14246         * shell/ev-window.c: (view_status_changed_cb),
14247         (view_find_status_changed_cb), (ev_window_init):
14248
14249         View status message support, use it to show the links.
14250         Needs work...
14251
14252 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14253
14254         * backend/ev-document.c: (ev_document_get_link):
14255         * backend/ev-document.h:
14256         * pdf/xpdf/pdf-document.cc:
14257         * shell/ev-application.c: (ev_application_open):
14258         * shell/ev-application.h:
14259         * shell/ev-sidebar-links.c: (selection_changed_cb):
14260         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14261         (ev_view_go_to_link):
14262
14263         Add support for document links
14264
14265 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14266
14267         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14268         (create_tool_item):
14269         Set the spin button limits correctly.
14270         
14271         * shell/ev-sidebar-thumbnails.c:
14272         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14273         Support changing pages by clicking on the thumbnails.
14274         
14275 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14276
14277         * pixbuf/pixbuf-document.c:
14278         (pixbuf_document_thumbnails_get_dimensions),
14279         (pixbuf_document_document_thumbnails_iface_init):
14280
14281         implement get_dimensions
14282
14283 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14284
14285         * ps/ps-document.c: (ps_document_goto_page):
14286
14287         Fix page switching on multipage documents
14288
14289 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14290
14291         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14292         
14293         check for NULL before assigning to width and height parameters
14294
14295 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14296
14297         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14298         (pixbuf_document_set_property), (pixbuf_document_get_property):
14299
14300         implement get/set properties
14301
14302 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14303
14304         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14305         
14306         return NULL instead of "Unknown", letting the title get set to
14307         the filename when the pdf has no title.
14308
14309 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14310
14311         * ps/ps-document.c: (ps_document_get_page_count),
14312         (ps_document_goto_page):
14313
14314 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14315
14316         * shell/ev-history.c: (ev_history_get_property),
14317         (ev_history_set_property), (ev_history_class_init),
14318         (ev_history_add_page), (ev_history_set_current_index):
14319         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14320         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14321         (ev_navigation_action_finalize):
14322         * shell/ev-navigation-action.h:
14323         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14324         (ev_view_go_forward), (ev_view_get_find_status_message),
14325         (history_index_changed_cb), (ev_view_set_history):
14326         * shell/ev-view.h:
14327         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14328         (update_current_page), (register_custom_actions):
14329
14330         Implement history dropdowns
14331
14332 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14333
14334         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14335         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14336         (ev_view_go_forward):
14337         * shell/ev-window.c: (register_custom_actions):
14338
14339         Fix several history bugs
14340
14341 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14342
14343         * configure.ac: Add «nb» to ALL_LINGUAS.
14344
14345 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14346
14347         * backend/Makefile.am:
14348         * backend/ev-bookmark.c:
14349         * backend/ev-bookmark.h:
14350         * backend/ev-document-bookmarks.c:
14351         * backend/ev-document-bookmarks.h:
14352         * backend/ev-document-links.c: (ev_document_links_get_type),
14353         (ev_document_links_has_document_links),
14354         (ev_document_links_begin_read), (ev_document_links_get_link),
14355         (ev_document_links_get_child), (ev_document_links_next),
14356         (ev_document_links_free_iter):
14357         * backend/ev-document-links.h:
14358         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14359         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14360         (ev_link_get_link_type), (ev_link_set_link_type),
14361         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14362         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14363         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14364         (ev_link_new_external):
14365         * backend/ev-link.h:
14366         * pdf/xpdf/pdf-document.cc:
14367         * shell/Makefile.am:
14368         * shell/ev-application.c: (ev_application_open_link):
14369         * shell/ev-application.h:
14370         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14371         (ev_history_get_link_nth):
14372         * shell/ev-history.h:
14373         * shell/ev-sidebar-bookmarks.c:
14374         * shell/ev-sidebar-bookmarks.h:
14375         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14376         (ev_sidebar_links_class_init), (selection_changed_cb),
14377         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14378         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14379         (do_one_iteration), (populate_links_idle),
14380         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14381         * shell/ev-sidebar-links.h:
14382         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14383         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14384         (go_to_index):
14385         * shell/ev-view.h:
14386         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14387         * shell/ev-window.h:
14388
14389         Rename bookmark to link, and use "Index" for the sidebar panel.
14390
14391 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14392
14393         * shell/Makefile.am:
14394         * shell/ev-application.c: (ev_application_open_bookmark):
14395         * shell/ev-application.h:
14396         * shell/ev-history.c: (ev_history_init), (free_links_list),
14397         (ev_history_finalize), (ev_history_class_init),
14398         (ev_history_add_link), (ev_history_add_page),
14399         (ev_history_get_link_nth), (ev_history_get_n_links),
14400         (ev_history_get_current_index), (ev_history_set_current_index),
14401         (ev_history_new):
14402         * shell/ev-history.h:
14403         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14404         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14405         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14406         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14407         (ev_view_set_page):
14408         * shell/ev-view.h:
14409         * shell/ev-window.c: (ev_window_open_bookmark),
14410         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14411         (goto_page_cb), (register_custom_actions):
14412         * shell/ev-window.h:
14413
14414         Initial history implementation. Needs work.
14415
14416 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14417
14418         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14419
14420 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14421
14422         * cut-n-paste/recent-files/egg-recent-item.c:
14423         * cut-n-paste/recent-files/egg-recent-item.h:
14424         * cut-n-paste/recent-files/egg-recent-model.c:
14425         * cut-n-paste/recent-files/egg-recent-util.c:
14426         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14427         * cut-n-paste/recent-files/egg-recent-view.c:
14428
14429         Update
14430
14431 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14432
14433         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14434         (fillGlyph, fillImageMask, drawImage):
14435         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14436         pdf/splash/SplashTypes.h:
14437         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14438         packed mode for Splash.
14439
14440         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14441         RGB8 packed mode, eliminates the pixbuf data creation loop.
14442
14443         * shell/ev-print-job.c (ev_print_job_finalize)
14444         (ev_print_job_set_property, ev_print_job_get_property)
14445         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14446         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14447         (print_closure_finalize, ev_print_job_print): implement
14448         printing (for backends with EvPsExporter)
14449
14450         * shell/ev_print_job.h: update prototypes.
14451
14452         * shell/ev-window.c (ev_window_print): unref print job after
14453         printing.
14454
14455         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14456         unless the document implements the EvDocumentFind interface.
14457
14458 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14459
14460         * configure.ac: Added ja to ALL_LINGUAS.
14461
14462 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14463
14464         * pdf/xpdf/pdf-document.cc:
14465
14466         add a FIXME. We should probably not allocate
14467         a bookmark object every time
14468
14469 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14470
14471         * shell/ev-application.c: (ev_application_open),
14472         (ev_application_open_bookmark):
14473         * shell/ev-application.h:
14474         
14475         Add a way to open bookmarks
14476
14477         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14478         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14479         (ev_bookmark_set_property), (ev_bookmark_class_init),
14480         (ev_bookmark_new_title), (ev_bookmark_new_link),
14481         (ev_bookmark_new_external):
14482
14483         Support for external uris, better constructors.
14484
14485         * backend/ev-bookmark.h:
14486         * pdf/xpdf/pdf-document.cc:
14487         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14488
14489         Handle external uris
14490
14491 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14492
14493         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14494         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14495
14496         Hook up bookmarks navigation
14497
14498 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14499
14500         * backend/Makefile.am:
14501         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14502         (ev_bookmark_get_title), (ev_bookmark_set_title),
14503         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14504         (ev_bookmark_get_page), (ev_bookmark_set_page),
14505         (ev_bookmark_get_property), (ev_bookmark_set_property),
14506         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14507         (ev_bookmark_new):
14508         * backend/ev-bookmark.h:
14509         * backend/ev-document-bookmarks.c:
14510         (ev_document_bookmarks_get_bookmark):
14511         * backend/ev-document-bookmarks.h:
14512         * pdf/xpdf/pdf-document.cc:
14513         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14514
14515         Add a bookmark object to the backend and use it instead of get_values
14516
14517 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14518
14519         * data/evince-ui.xml:
14520
14521         Cleanup and add select all.
14522
14523         * shell/ev-view.c: (ev_view_select_all),
14524         (ev_view_button_press_event):
14525         * shell/ev-view.h:
14526         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14527
14528         Add select all.
14529         Clear selection on click.
14530
14531 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14532
14533         * shell/ev-sidebar-thumbnails.c
14534         (ev_sidebar_thumbnails_set_document): forgot to unref the
14535         loading_icon.
14536
14537 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14538
14539         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14540         at the visible page, not just linearly.  This makes it look fast.
14541
14542 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14543
14544         * backend/ev-document-misc.c
14545         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14546         white.
14547         * backend/ev-document-thumbnails.h: New interface to get the size
14548         of a page.
14549
14550 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14551
14552         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14553         make dist works
14554
14555 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14556
14557         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14558         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14559         things up a bit.
14560
14561         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14562
14563 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14564
14565         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14566         fonts. Should fix font problems on systems that have the base
14567         fonts in bitmap format. Reported by James Henstridge
14568         <james@jamesh.id.au>.
14569
14570 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14571
14572         * pdf/xpdf/Gfx.cc:
14573         * pdf/xpdf/GfxState.cc:
14574
14575         Fix for CAN-2004-1125
14576
14577 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14578
14579         * shell/ev-view.c: (ev_view_copy):
14580         * shell/ev-view.h:
14581         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14582
14583         Implement Edit->Copy
14584
14585 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14586
14587         * backend/ev-document.c: (ev_document_get_text):
14588         * backend/ev-document.h:
14589         * pdf/xpdf/pdf-document.cc:
14590         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14591         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14592         (ev_view_update_primary_selection), (ev_view_button_press_event),
14593         (ev_view_motion_notify_event), (ev_view_button_release_event):
14594
14595         Beginnings of clipboard support. Incomplete but primary sort
14596         of work.
14597
14598 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14599
14600         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14601         (expose_bin_window):
14602
14603         Nicer rubberband drawing, from GtkIconView.
14604
14605 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14606
14607         * backend/ev-document.c: (ev_document_save):
14608         * backend/ev-document.h:
14609         * data/evince-ui.xml:
14610         * pdf/xpdf/pdf-document.cc:
14611         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14612
14613         Implement "Save a copy..." menu item
14614
14615 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14616
14617         * shell/ev-view.c: (ev_view_zoom):
14618
14619         Queue a resize when zoom changes
14620
14621 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14622
14623         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14624         shadows.
14625
14626         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14627         thumbnails..
14628
14629 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14630
14631         * pdf/xpdf/pdf-document.cc
14632         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14633
14634 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14635
14636         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14637         It's slow, but I'll speed it up next!
14638
14639 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14640
14641         * shell/main.c (load_files):
14642
14643         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14644         from the command line and because it seems more appropriate.
14645
14646 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14647
14648         * data/evince-ui.xml:
14649         * shell/ev-window.c: (update_action_sensitivity),
14650         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14651
14652         s/next page/page down
14653         s/previous page/page up
14654
14655 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14656
14657         * data/evince-ui.xml:
14658
14659         Change the layout to match clarkbw design.
14660
14661         * shell/Makefile.am:
14662         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14663         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14664         (ev_navigation_action_finalize),
14665         (ev_navigation_action_set_property),
14666         (ev_navigation_action_get_property),
14667         (ev_navigation_action_class_init):
14668         * shell/ev-navigation-action.h:
14669
14670         Implement clarkbw toolbar navigation controls (incomplete)
14671
14672         * shell/ev-page-action.c: (update_label), (update_spin),
14673         (value_changed_cb), (create_tool_item), (connect_proxy),
14674         (ev_page_action_init), (ev_page_action_finalize),
14675         (ev_page_action_set_property), (ev_page_action_get_property),
14676         (ev_page_action_set_current_page),
14677         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14678         * shell/ev-page-action.h:
14679
14680         Implement a page switcher in the toolbar
14681
14682         * shell/ev-view.c: (ev_view_scroll_view):
14683         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14684         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14685         (register_custom_actions), (ev_window_init):
14686
14687         Change page on PageUp/Down.
14688
14689 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14690
14691         * pdf/xpdf/pdf-document.cc
14692         (pdf_document_thumbnails_get_thumbnail): initial stab at
14693         implementing thumbnail support for pdfs.  It only does documents
14694         with precached pdfs now.
14695
14696 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14697
14698         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14699         thumbnail code into a time-based idle as well.  Also, turn off the
14700         shadow temporarily as it's really slow.
14701
14702 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14703
14704         * backend/ev-document.c: (ev_document_class_init):
14705         * pdf/xpdf/pdf-document.cc:
14706         * shell/ev-window.c: (ev_window_open):
14707
14708         Fix document title bugs and fallback to
14709         filename when not available.
14710
14711 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14712
14713         * backend/ev-document.c: (ev_document_get_type),
14714         (ev_document_class_init), (ev_document_load),
14715         (ev_document_get_title):
14716         * backend/ev-document.h:
14717         * pdf/xpdf/pdf-document.cc:
14718         * ps/ps-document.c: (ps_document_set_property),
14719         (ps_document_get_property), (ps_document_class_init),
14720         (document_load):
14721         * ps/ps-document.h:
14722         * ps/ps.h:
14723         * shell/ev-window.c: (update_window_title), (ev_window_open),
14724         (ev_window_init):
14725
14726         Initial support for document title. Not working yet.
14727
14728 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14729
14730         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14731
14732         Grab focus on the view when clicking it
14733
14734 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14735
14736         * shell/ev-marshal.list:
14737         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14738         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14739
14740         Add key bindings to the view. Now if the focus would work
14741         right...
14742
14743 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14744
14745         * Makefile.am:
14746         * backend/Makefile.am:
14747         * data/Makefile.am:
14748         * dvi/Makefile.am:
14749         * dvi/dvilib/Makefile.am:
14750         * pdf/xpdf/Makefile.am:
14751         * po/POTFILES.in:
14752         * ps/Makefile.am:
14753
14754         Fix distcheck
14755
14756 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14757
14758         * shell/ev-view.c: (ev_view_realize):
14759
14760         Fix mouse wheel scrolling
14761
14762 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14763
14764         * ps/Makefile.am:
14765         * ps/gstypes.h:
14766         * ps/gtkgs.c:
14767         * ps/gtkgs.h:
14768         * ps/ps-document.c: (catchPipe), (ps_document_init),
14769         (ps_document_class_init), (ps_document_cleanup),
14770         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14771         (set_up_page), (close_pipe), (is_interpreter_ready),
14772         (interpreter_failed), (output), (input), (start_interpreter),
14773         (stop_interpreter), (file_length), (file_readable),
14774         (check_filecompressed), (check_pdf), (compute_xdpi),
14775         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14776         (ps_document_get_type), (ps_document_emit_error_msg),
14777         (document_load), (ps_document_next_page),
14778         (ps_document_get_current_page), (ps_document_get_page_count),
14779         (ps_document_goto_page), (ps_document_set_page_size),
14780         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14781         (ps_document_load), (ps_document_get_n_pages),
14782         (ps_document_set_page), (ps_document_get_page),
14783         (ps_document_widget_event), (ps_document_set_target),
14784         (ps_document_set_scale), (ps_document_set_page_offset),
14785         (ps_document_get_page_size), (ps_document_render),
14786         (ps_document_document_iface_init):
14787         * ps/ps-document.h:
14788         * ps/ps.c:
14789         * shell/ev-window.c: (ev_window_open):
14790
14791         Rename GtkGS to PSDocument
14792
14793 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14794
14795         * ps/gtkgs.c: (gtk_gs_class_init):
14796         * ps/gtkgs.h:
14797
14798         Some more leftover...
14799
14800 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14801
14802         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14803         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14804         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14805         * ps/gtkgs.h:
14806
14807         Remove unused code and make a lot of stuff private
14808
14809 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14810
14811         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14812         (gtk_gs_defaults_changed):
14813         * ps/gsdefaults.h:
14814         * ps/gtkgs.c:
14815         * ps/gtkgs.h:
14816         * ps/ps.h:
14817
14818         Cleanup headers dependencies
14819
14820 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14821
14822         * ps/Makefile.am:
14823         * ps/ggvutils.c:
14824         * ps/ggvutils.h:
14825         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14826         * ps/gsdefaults.h:
14827         * ps/gtkgs.c: (file_length), (file_readable),
14828         (check_filecompressed), (check_pdf), (gtk_gs_load),
14829         (gtk_gs_get_postscript):
14830
14831         Get rid of ggvutils
14832
14833 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14834
14835         * ps/ggvutils.c:
14836         * ps/ggvutils.h:
14837         * ps/gsio.h:
14838         * ps/gtkgs.c: (gtk_gs_set_zoom):
14839
14840         Cleanups
14841
14842 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14843
14844         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14845
14846         Ensure the page is rerendered when changing zoom
14847
14848 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14849
14850         * backend/ev-document.c: (ev_document_base_init),
14851         (ev_document_changed):
14852         * backend/ev-document.h:
14853
14854         Add a changed event that is emitted when the page content
14855         changes. This is necessary to deal with the fact that
14856         in ps backend rendering happen asycrounously.
14857         This makes the ps backend mostly work.
14858
14859         * pdf/xpdf/pdf-document.cc:
14860
14861         Emit changed event
14862
14863         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14864         (ps_document_set_target):
14865
14866         Emit changed event
14867
14868         * shell/ev-view.c: (document_changed_callback),
14869         (ev_view_set_document), (ev_view_set_page):
14870
14871         Redraw on the changed signal
14872
14873 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14874
14875         * configure.ac: Added pt_BR to ALL_LINGUAS.
14876
14877 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14878
14879         * backend/ev-document-bookmarks.c:
14880         (ev_document_bookmarks_get_child): *
14881         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14882         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14883         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14884         (ev_sidebar_bookmarks_destroy),
14885         (ev_sidebar_bookmarks_class_init),
14886         (ev_sidebar_bookmarks_construct), (stack_data_free),
14887         (do_one_iteration), (populate_bookmarks_idle),
14888         (ev_sidebar_bookmarks_clear_document),
14889         (ev_sidebar_bookmarks_set_document): *
14890         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14891         (ev_sidebar_add_page),
14892         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14893         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14894         it displays both the topics and the page numbers.
14895
14896 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14897
14898         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14899         toggle.
14900         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14901         visible.
14902
14903 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14904
14905         * configure.ac: Added en_CA to ALL_LINGUAS.
14906
14907 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14908
14909         * ChangeLog: replace bottom of this ChangeLog (merged history of
14910         ggv and gpdf; where all paths were wrong and most of the files are
14911         not even in this tree) with ChangeLog (from arch) of the shell
14912         code.
14913
14914 2004-12-23  Havoc Pennington  <hp@redhat.com>
14915
14916         * shell/ev-window.c: hook up potentially-questionable "find
14917         results status text" feature - something involving the sidebar or
14918         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14919         might be better in the end.
14920
14921         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14922         with corresponding signal when it should be updated
14923
14924         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14925
14926 2004-12-22  Havoc Pennington  <hp@redhat.com>
14927
14928         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14929         find stuff on other pages, sort of (only returns one result on
14930         invisible pages, to show they have results; updates full results
14931         for a page when you view it). Currently repaints the current page
14932         every time a new result is found on any page, which isn't so nice.
14933
14934 2004-12-22  Havoc Pennington  <hp@redhat.com>
14935
14936         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14937         the document doesn't support find (better ideas?)
14938         (find_bar_search_changed_cb): handle missing document or document
14939         that doesn't support find
14940
14941         * pdf/xpdf/pdf-document.cc: port to implement the new
14942         EvDocumentFindIface
14943
14944         * backend/ev-document-find.c: create a new interface for searching
14945
14946         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14947
14948 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14949
14950         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14951         libevbackend.la.
14952
14953         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14954         EvPrintJob constructor arguments.
14955
14956         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14957         for documents that can export PostScript (page by page).
14958
14959         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14960         
14961         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14962         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14963         (pdf_document_ps_exporter_iface_init:
14964         Implement EvPSExporter.
14965
14966         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14967
14968 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14969
14970         * backend/Makefile.am:
14971         * backend/ev-document-thumbnails.c:
14972         (ev_document_thumbnails_get_type),
14973         (ev_document_thumbnails_get_thumbnail):
14974         * backend/ev-document-thumbnails.h:
14975         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14976         (pixbuf_document_thumbnails_get_thumbnail),
14977         (pixbuf_document_document_thumbnails_iface_init):
14978         * shell/Makefile.am:
14979         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14980         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14981         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14982         * shell/ev-sidebar-thumbnails.h:
14983         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14984         (ev_sidebar_set_document):
14985         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14986         (create_shadow), (ev_pixbuf_add_shadow):
14987         * shell/ev-utils.h:
14988         Add thumbnail support.
14989         
14990 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14991
14992         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14993         (using_postscript_printer): Set up a print dialog for "PostScript
14994         injection" method.
14995
14996         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14997         EvPrintJob.
14998
14999         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15000
15001 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15002
15003         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15004         (ps_document_set_target), (ps_document_get_page_size),
15005         (ps_document_render):
15006         * ps/gtkgs.h:
15007
15008         Fix a few bugs
15009
15010 2004-12-22  Christian Rose  <menthos@menthos.com>
15011
15012         * configure.ac: Added "sv" to ALL_LINGUAS.
15013
15014 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15015
15016         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15017         document supports bookmarks.
15018
15019 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15020
15021         * ps/ggvutils.c: (ggv_file_readable):
15022         * ps/ggvutils.h:
15023         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15024         (gtk_gs_get_postscript):
15025
15026         Remove unused utils
15027
15028 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15029
15030         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15031         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15032         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15033         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15034         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15035         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15036         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15037         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15038         (gtk_gs_set_antialiasing), (ps_document_load),
15039         (ps_document_render):
15040         * ps/gtkgs.h:
15041
15042         Another check point for the ps backend. Now I can get it to show
15043         pages!
15044
15045 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15046
15047         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15048         document setting code.
15049
15050 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15051
15052         * shell/eggfindbar.c: (entry_activate_callback):
15053         Animate the next button when activate is pressed.
15054         
15055 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15056
15057         * shell/ev-window.c: (ev_window_cmd_edit_find),
15058         (update_fullscreen_popup), (ev_window_fullscreen),
15059         (ev_window_unfullscreen), (ev_window_state_event_cb),
15060         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15061         Fix bugs in fullscreen code.
15062         
15063 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15064
15065         * Makefile.am:
15066         * configure.ac:
15067         * pixbuf/Makefile.am:
15068         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15069         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15070         (pixbuf_document_set_page), (pixbuf_document_get_page),
15071         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15072         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15073         (pixbuf_document_render), (pixbuf_document_begin_find),
15074         (pixbuf_document_end_find), (pixbuf_document_finalize),
15075         (pixbuf_document_class_init),
15076         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15077         * pixbuf/pixbuf-document.h:
15078         * shell/Makefile.am:
15079         * shell/ev-application.c: (ev_application_open):
15080         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15081         (ev_window_open):
15082         Add pixbuf backend.
15083         
15084 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15085
15086         * Makefile.am: 
15087         * dvi/dvilib/Makefile.am:
15088         * dvi/Makefile.am:
15089         * configure.ac: Auto*ify dvi and dvi/dvilib
15090
15091         * dvi/Makefile: Remove from CVS
15092         
15093         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15094         confusion.
15095
15096         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15097         
15098         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15099         
15100 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15101
15102         * ps/Makefile.am:
15103         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15104         (gtk_gs_value_adjustment_changed), (compute_size),
15105         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15106         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15107         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15108         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15109         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15110         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15111         (ps_document_load), (ps_document_get_n_pages),
15112         (ps_document_set_page), (ps_document_get_page),
15113         (ps_document_set_target), (ps_document_set_scale),
15114         (ps_document_set_page_offset), (ps_document_get_page_size),
15115         (ps_document_render), (ps_document_begin_find),
15116         (ps_document_end_find), (ps_document_document_iface_init):
15117         * ps/gtkgs.h:
15118         * shell/Makefile.am:
15119         * shell/ev-window.c: (ev_window_open):
15120
15121         Some work to integrate gtkgs with EvDocument
15122
15123 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15124
15125         * shell/ev-window.c: (update_fullscreen_popup),
15126         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15127         (exit_fullscreen_button_clicked_cb),
15128         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15129         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15130         (ev_window_state_event_cb), (ev_window_init):
15131         Add fullscreen support from Epiphany.
15132         
15133 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15134
15135         * data/ev-stock-zoom-fit-width.png: fit-width
15136         stock icon from gpdf.
15137         
15138         * shell/ev-stock-icons.[ch]: copied from gpdf.
15139         
15140         * shell/main.c: (main): init stock icons.
15141         
15142         * shell/ev-window.c: use the fit-width icon.
15143         
15144         * data/evince-ui.xml: add zooming toolbar items.
15145
15146 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15147
15148         * shell/ev-view.c: 
15149         (ev_view_best_fit), (ev_view_fit_width): because
15150         get_page_size() returns the scaled page size, we
15151         need to calculate the scale factor relative to
15152         the previous scale factor. Should really just
15153         add get_real_page_size().
15154
15155 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15156
15157         * shell/ev-view.[ch]:
15158         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15159         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15160         add zooming.
15161         
15162         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15163         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15164         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15165         hook it up.
15166         
15167         * pdf/xpdf/pdf-document.cc:
15168         (pdf_document_begin_find),
15169         (pdf_document_end_find): make static.
15170
15171 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15172
15173         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15174
15175         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15176         names to fontconfig patterns.
15177         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15178
15179         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15180         setupBaseFontsFc.
15181
15182 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15183
15184         * Makefile.am:
15185         * configure.ac:
15186         * ps/Makefile.am:
15187         * ps/ggvutils.c:
15188         * ps/ggvutils.h:
15189         * ps/gsdefaults.c:
15190         * ps/gsdefaults.h:
15191         * ps/gsio.c:
15192         * ps/gsio.h:
15193         * ps/gtkgs.c:
15194         * ps/gtkgs.h:
15195         * ps/ps.c:
15196         * ps/ps.h:
15197
15198         Import ggv backend. Not hooked up yet.
15199
15200 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15201
15202         * shell/main.c: (load_files), (main): load files
15203         from the command line.
15204
15205 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15206
15207         * configure.ac: don't require bonobo.
15208         
15209         * cut-n-paste/recent-files/*: kill bonobo recent
15210         view.
15211
15212         * shell/ev-window.c:
15213         (ev_window_is_empty): upd.
15214         (unable_to_load), (ev_window_open): load backend
15215         based on the mime type.
15216
15217 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15218
15219         * backend/.cvsignore: ignore generated marshalers source.
15220
15221         * shell/main.c (main): this is not epiphany.
15222
15223 2004-12-22  Havoc Pennington  <hp@redhat.com>
15224
15225         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15226         (expose_bin_window): draw find highlights
15227
15228         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15229         
15230         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15231         (pdf_document_end_find): implement this interface
15232
15233         * backend/ev-document.c (ev_document_found): add this to emit
15234         signal
15235
15236 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15237
15238         * data/evince-ui.xml: Add a few more toolbar items.
15239
15240         * shell/ev-window.c: Hook up page navigation toolbar 
15241         items.
15242
15243         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15244         a page-changed signal.
15245
15246         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15247         Add ev_document_get_page().
15248
15249         * shell/ev-window.c: Sensitize/desensitize navigation
15250         actions.
15251
15252 2004-12-21  Havoc Pennington  <hp@redhat.com>
15253
15254         * backend/ev-backend-marshal.c,
15255         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15256         marshaler-generator thingy. I'm sure there's a better way to do
15257         this in the modern world.
15258
15259         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15260         end_find methods and "found" signal.
15261
15262         * configure.ac: find glib-genmarshal
15263
15264 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15265
15266         * shell/ev-sidebar.c: Construct an actual sidebar.
15267         * shell/ev-sidebar-bookmarks.[ch]:
15268         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15269
15270 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15271
15272         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15273         Redo size handling.
15274         
15275         * shell/ev-view.c: Track the size from the document.
15276
15277 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15278
15279         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15280         constructor assumes ownership of the string passed in.
15281         
15282         * shell/ev-window.c (ev_window_open): Destroy the error
15283         dialog once we've displayed it.
15284
15285 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15286
15287         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15288         a bit, it works! (sort of)
15289
15290         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15291         Move to .cc since we need to use C++ in the implementation.
15292
15293         * shell/dummy.cc: Add a CC file to force evince
15294         to be linked as a C++ program.
15295
15296 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15297
15298         * shell/ev-view.[ch]: Start of content-area widget.
15299
15300         * shell/ev-window.c: Create a EvView, update it
15301         as we change documents.
15302
15303         * shell/Makefile.am shell/ev-marshal.list: Add
15304         generated marshalers.
15305
15306 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15307
15308         * Makefile.am (SUBDIRS): move shell.
15309
15310 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15311
15312         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15313         .a to libtool convenience libraries.
15314
15315         * shell/ev-window.c (ev_window_open): Hard code loading
15316         a PDF document.
15317         
15318         * backend/ev-document.h: Add a boolean return to load(),
15319         fix GError * to GError **.
15320
15321         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15322         object for a PDF backend EvDocument.
15323
15324 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15325
15326         * dvi/*: New directory with the beginning of a .dvi backend.
15327
15328 2004-12-21  Havoc Pennington  <hp@redhat.com>
15329
15330         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15331         previous/next instead of back/forward
15332
15333 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15334
15335         * backend/ev-document.[ch]: Fix a couple of problems so
15336         it compile.
15337
15338 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15339
15340         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15341         to backend/ directory, rename EvViewer to EvDocument.
15342
15343 2004-12-21  Havoc Pennington  <hp@redhat.com>
15344
15345         * shell/ev-window.c: hook up the find bar widget; now we just need
15346         a document to find things in
15347
15348         * shell/eggfindbar.c: a find bar widget
15349
15350 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15351
15352         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15353
15354 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15355
15356         * pdf/**: Import of xpdf code from gpdf. 
15357
15358         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15359
15360         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15361         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15362         Fix FreeType includes.
15363
15364         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15365         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15366         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15367         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15368         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15369         Include xpdfconfig.h
15370         
15371 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15372
15373         * shell/ev-window.c (ev_window_dispose): dispose can be called
15374         multiple times.
15375
15376 2004-12-21  Havoc Pennington  <hp@redhat.com>
15377
15378         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15379         rather than Evince
15380
15381         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15382         items; really they should be synced with the strings, etc. from
15383         current gpdf, but just getting the boring typing out of the way 
15384
15385 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15386
15387         * po/POTFILES.in:
15388         * shell/ev-application.c: (window_destroy_cb):
15389         * shell/ev-window.c:
15390         * shell/main.c: (main):
15391
15392         Actually show the window...
15393
15394 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15395
15396         * Makefile.am:
15397         * shell/Makefile.am:
15398         * shell/ev-application.c: (ev_application_class_init):
15399         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15400
15401         Make it build again
15402
15403 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15404
15405         Import to gnome cvs.
15406         
15407         * Remove copies of gpdf and ggv trees.
15408         * Rip out all the recursive configure code.
15409         * Remove bonobo machinery.
15410         * viewer/*: GInterfaces that backends should/can implement.
15411
15412 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15413
15414         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15415         typo
15416
15417 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15418
15419         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15420         (ev_application_finalize, ev_application_class_init)
15421         (ev_application_init): use GType instance private data for priv.
15422
15423         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15424         (ev_window_finalize, ev_window_class_init)
15425         (ev_window_init): ditto.
15426
15427 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15428
15429         * shell/ev-application.c (ev_application_new_window): make public
15430         (ev_application_show_initial_window): kill.
15431
15432         * shell/ev-application.h: update prototypes.
15433
15434         * shell/main.cc (main): inline ev_application_show_initial_window.
15435
15436 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15437
15438         * shell/ev-application.c (ev_application_new_window): impl.
15439         (ev_application_show_initial_window): use it.
15440         (is_window_empty, ev_application_get_empty_window): returns an
15441         existing empty window or a new one.
15442         (ev_application_open): from ev_window_cmd_file_open.
15443
15444         * shell/ev-application.h: update prototypes
15445
15446         * shell/ev-window.c (ev_window_is_empty): impl.
15447         (ev_window_open): make public.
15448         (ev_window_cmd_file_open): use ev_application_open
15449
15450         * shell/ev-window.h: update prototypes, remove unused.
15451
15452 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15453
15454         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15455         move destroy handler out of here...
15456
15457         * shell/ev-application.c, shell/ev-application.h: ...into this new
15458         class. Also handles initial window creation.
15459
15460         * shell/main.cc (main): use EvApplication to create initial
15461         window.
15462
15463 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15464
15465         * Makefile.am (SUBDIRS): add cut-n-paste
15466
15467         * cut-n-paste/Makefile.am: add
15468
15469         * configure.ac: generate Makefiles in cut-n-paste
15470
15471 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15472
15473         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15474         (ev_window_class_init): install ev_window_dispose.
15475
15476 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15477
15478         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15479         char (gchar looks stupid).
15480
15481 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15482
15483         * po/de.po: updated German translation.
15484
15485 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15486
15487         * configure.ac: add more pkg-config library checks for gnome-vfs,
15488         bonobo etc.
15489
15490         * gpdf/configure.in: temporarily disable libpaper
15491         checks. Otherwise I'd have to add the checks for the shell, too.
15492
15493 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15494
15495         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15496         and * file filters to the file choose.
15497
15498 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15499
15500         * po/de.po: Updated German translation.
15501
15502 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15503
15504         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15505
15506 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15507
15508         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15509
15510         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15511         (ev_window_init): implement those menuitems.
15512
15513 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15514
15515         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15516
15517         * shell/ev-window.c (ev_window_init): use the toolbar.
15518
15519 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15520
15521         * shell/ev-window.c (ev_window_init): use menu translations
15522
15523 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15524
15525         * configure.ac: add "de" to ALL_LINGUAS.
15526
15527         * po/de.po: add German translation.
15528
15529 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15530
15531         * Makefile.am (SUBDIRS): add po
15532
15533         * configure.ac: check intltool, glib-gettext etc, generate
15534         po/Makefile.in
15535
15536         * po, po/POTFILES.in, po/POTFILES.skip: new.
15537
15538 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15539
15540         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15541         already use (#ifdef ENABLE_NLS)
15542
15543         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15544         pointer indirection thinko.
15545
15546         * shell/main.c: include gi18n.h for bindtextdomain etc.
15547
15548 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15549
15550         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15551         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15552         tooltips for menu items in the statusbar.
15553
15554 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15555
15556         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15557         pkgdatadir drop UIDIR
15558
15559 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15560
15561         * data/evince-ui.xml: Add File->Open menu item
15562
15563         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15564         chooser), hook it up in the ui manager.
15565
15566 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15567
15568         * shell/ev-window.c: fix Help->About tooltip.
15569
15570 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15571
15572         * configure.ac: set CFLAGS for libevprivate.
15573
15574         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15575         definitions, factory etc.
15576
15577         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15578
15579         * shell/Makefile.am: link against libevprivate.a.
15580
15581         * shell/ev-window.c (entries): add stock icon to Help->About.
15582
15583         * shell/main.c (main): init stock icon code.
15584
15585 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15586
15587         * lib/recent-files: egg recent files code
15588
15589         * lib/Makefile.am: add.
15590
15591         * Makefile.am: add lib subdir.
15592
15593         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15594         set CFLAGS for recent-files.
15595
15596 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15597
15598         * configure.ac: disable -ansi and -pedantic gcc flags. They
15599         disable POSIX stuff in stdio.h, but egg-recent uses them.
15600
15601 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15602
15603         * configure.ac: add --disable-deprecated flag (defaults to on in
15604         "cvs" builds).
15605
15606         * shell/Makefile.am (INCLUDES): use it.
15607
15608 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15609
15610         * shell/main.c: add missing #include.
15611
15612         * shell/ev-window.c: fix for pedantic gcc.
15613         (ev_window_cmd_help_about): split license into paragraphs for
15614         translators and pedantic compilers.
15615
15616 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15617
15618         * configure.ac: add more warning flags if compiling with gcc from
15619         cvs (or explicitly requested with --enable-more-warnings).
15620
15621 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15622
15623         * data/evince-ui.xml: add File and File->Close menu.
15624
15625         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15626         (ev_window_destroy): quit after destroy.
15627         (ev_window_class_init): override GtkObject::destroy.
15628         (entries): install close_window callback.
15629
15630 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15631
15632         * Makefile.am (SUBDIRS): add data subdir.
15633
15634         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15635         gtk+ 2.5.0 for GtkAboutDialog.
15636
15637         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15638         main window.
15639
15640         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15641
15642         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15643         manager.
15644         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15645
15646 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15647
15648         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15649
15650 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15651
15652         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15653
15654 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15655
15656         * shell/*: Added shell directory boilerplate, build it.
15657
15658 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15659
15660         * configure.ac, Makefile.am: Added top-level configure.ac and
15661         Makefile.am