]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Don't overwite an error.
[evince.git] / ChangeLog
1 2009-02-14  Christian Persch  <chpe@gnome.org>
2
3         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
4         an error.
5
6 2009-02-14  Christian Persch  <chpe@gnome.org>
7
8         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
9         to always set @error when returning FALSE. Fix a typo.
10
11 2009-02-14  Christian Persch  <chpe@gnome.org>
12
13         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
14         to always set @error when returning FALSE.
15
16 2009-02-14  Christian Persch  <chpe@gnome.org>
17
18         * backend/comics/comics-document.c: (comics_document_load): Make sure
19         to always set @error when returning FALSE.
20
21 2009-02-14  Christian Persch  <chpe@gnome.org>
22
23         * backend/impress/impress-document.c: (impress_document_load): Plug a
24         mem leak.
25
26 2009-02-14  Christian Persch  <chpe@gnome.org>
27
28         * backend/impress/impress-document.c: (impress_document_load): Don't
29         overwrite an error.
30
31 2009-02-14  Christian Persch  <chpe@gnome.org>
32
33         * libdocument/ev-document.c: (ev_document_info_copy): Remove
34         unnecessary NULL check; g_strdup() is NULL-safe.
35
36 2009-02-14  Christian Persch  <chpe@gnome.org>
37
38         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
39         that this returns either NULL and fills in error, or non-NULL. Use a
40         local GError so we can reliably check it.
41
42 2009-02-14  Christian Persch  <chpe@gnome.org>
43
44         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
45         content type to get the description, not the MIME type.
46
47 2009-02-14  Christian Persch  <chpe@gnome.org>
48
49         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
50         in @error on failure. Also, since this is exported in public APIs,
51         cope with the passed-in GError** being NULL.
52
53 2009-02-13  Christian Persch  <chpe@gnome.org>
54
55         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
56         safety.
57         (get_mime_type_from_data): Return the MIME type, not the content type.
58
59 2009-02-13  Christian Persch  <chpe@gnome.org>
60
61         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
62         the input stream.
63
64 2009-02-13  Christian Persch  <chpe@gnome.org>
65
66         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
67         all errors upwards.
68
69 2009-02-13  Christian Persch  <chpe@gnome.org>
70
71         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
72         more bytes from buffer than were read from the file.
73
74 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
75
76         * properties/ev-properties-view.c (set_property):
77         
78         Fixes bug #571787.
79
80 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
81
82         * shell/eggfindbar.c: (egg_find_bar_init):
83
84         Use gtk_tool_button_set_use_underline() for next/previous buttons
85         so that the underline is used for the mnemonic. Fixes bug #571547.
86         
87 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * shell/ev-window.c: (setup_document_from_metadata),
90         (setup_sidebar_from_metadata), (setup_document_from_metadata),
91         (setup_view_from_metadata), (ev_window_set_document),
92         (ev_window_load_job_cb), (ev_window_reload_job_cb),
93         (ev_window_reload_remote), (ev_window_init):
94
95         Do not use metadata when reloading the document, so that the
96         window is not resized when reloading. See bugs #571051 and
97         #304249.
98         
99 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
100
101         * configure.ac:
102         * cut-n-paste/smclient/Makefile.am:
103
104         Fix smclient libs on cycgwin. See bug #339172.
105         
106 2009-02-08  Christian Persch  <chpe@gnome.org>
107
108         * configure.ac:
109         * libdocument/Makefile.am:
110         * libview/Makefile.am: Add experimental introspection support.
111         Disabled by default; use --enable-introspection to enable it.
112         Bug #569083.
113
114 2009-02-08  Christian Persch  <chpe@gnome.org>
115
116         * libview/Makefile.am: Link libevdocument.la to libevview.la.
117
118 2009-02-05  Christian Persch  <chpe@gnome.org>
119
120         * backend/comics/comics-document.c: (comics_document_load):
121         * backend/djvu/djvu-document.c: (djvu_document_load):
122         * backend/dvi/dvi-document.c: (dvi_document_load):
123         * backend/impress/impress-document.c: (impress_document_load):
124         * backend/pdf/ev-poppler.cc:
125         * libdocument/ev-document-factory.c: (get_document_from_uri),
126         (ev_document_factory_get_document):
127         * shell/ev-print-operation.c:
128         (ev_print_operation_export_print_dialog_response_cb): Use
129         g_set_error_literal now that we depend on glib 2.18.
130
131 2009-02-05  Hib Eris  <hib@hiberis.nl>
132
133         * shell/ev-application.c:
134
135         Include gdkx.h only with X11. See bug #339172.
136         
137 2009-02-05  Hib Eris  <hib@hiberis.nl>
138
139         * backend/pdf/pdfdocument.evince-backend.in:
140
141         Add application/x-ext-pdf mime type for pdf backend. See bug
142         #339172.
143         
144 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * configure.ac:
147         * cut-n-paste/smclient/Makefile.am:
148         * cut-n-paste/smclient/eggdesktopfile.c:
149         * cut-n-paste/smclient/eggsmclient-win32.c:
150         * shell/main.c:
151
152         Make session manager code compile for w32. These changes have been
153         taken from upstream libegg. Based on patch by Hib Eris. See bug
154         #339172.
155         
156 2009-02-05  Hib Eris  <hib@hiberis.nl>
157
158         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
159
160         Make screensaver code compile for w32. These changes have been
161         copied from upstream totem. See bug #339172.
162         
163 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * configure.ac:
166         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
167
168         Make use of GConf optional. Based on patch by Hib Eris. See bug
169         #339172.
170         
171 2009-02-04  Christian Persch  <chpe@gnome.org>
172
173         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
174         evince gettext domain, so i18n works in the library.
175
176         * properties/ev-properties-main.c: (nautilus_module_initialize):
177         Remove extra bindtextdomain call.
178
179 2009-02-04  Christian Persch  <chpe@gnome.org>
180
181         * backend/comics/comics-document.c:
182         * backend/djvu/djvu-document.c:
183         * backend/dvi/dvi-document.c:
184         * backend/impress/impress-document.c:
185         * backend/pdf/ev-poppler.cc:
186         * backend/pixbuf/pixbuf-document.c:
187         * backend/ps/ev-spectre.c:
188         * backend/tiff/tiff-document.c:
189         * libdocument/ev-attachment.c:
190         * libdocument/ev-document-factory.c:
191         * libview/ev-jobs.c:
192         * libview/ev-view-accessible.c:
193         * libview/ev-view.c:
194         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
195         gi18n.h.
196
197 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * NEWS:
200         * configure.ac:
201
202         Update for release 2.25.90
203         
204 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
205
206         * cut-n-paste/zoom-control/ephy-zoom-control.c:
207         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
208
209         Remove the old tooltips code and use G_DEFINE_TYPE().
210         
211 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
212
213         * configure.ac:
214         * help/reference/Makefile.am:
215         * help/reference/libdocument/Makefile.am:
216         * help/reference/libdocument/libevdocument-docs.sgml:
217         * help/reference/libdocument/libevdocument.types:
218         * help/reference/libdocument/version.xml.in:
219         * help/reference/libview/Makefile.am:
220         * help/reference/libview/libevview-docs.sgml:
221         * help/reference/libview/libevview.types:
222         * help/reference/libview/version.xml.in:
223         * help/reference/shell/Makefile.am:
224         * help/reference/shell/evince-docs.sgml:
225         * help/reference/shell/evince.types:
226         * help/reference/shell/tmpl/dummy.sgml:
227         * help/reference/shell/version.xml.in:
228
229         Split API documentation into libdocument, libview and
230         shell. Required gtk-doc files has been added, but API docs still
231         need to be completed and improved. Fixes bug #568465.
232         
233 2009-02-01  Christian Persch  <chpe@gnome.org>
234
235         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
236
237 2009-02-01  Christian Persch  <chpe@gnome.org>
238
239         * backend/Makefile.am:
240         A backend/backend.symbols:
241         * configure.ac: Only export the backend module entry point. Bug
242         #569998.
243
244 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * shell/eggfindbar.c: (egg_find_bar_init):
247
248         Add mnemonics to buttons in search bar. Fixes bug #569212.
249         
250 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
251         
252         * shell/ev-print-operation.c:
253         (ev_print_operation_export_print_dialog_response_cb):
254
255         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
256         
257 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
258
259         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
260
261         Clamp top/bottom values of destinations to make sure they are not
262         bigger than the page height. Fixes bug #569327.
263         
264 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
265
266         * libdocument/ev-debug.h:
267
268         Fix build when debug mode is disabled.
269         
270 2009-01-30  Christian Persch  <chpe@gnome.org>
271
272         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
273         this return TRUE only if any backends were loaded, so the ev_init()
274         function works as documented.
275
276 2009-01-30  Christian Persch  <chpe@gnome.org>
277
278         * evince-document.h:
279         * libdocument/Makefile.am:
280         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
281         #569117.
282
283         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
284         * libdocument/ev-backends-manager.h:
285         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
286         * libdocument/ev-debug.h:
287         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
288         (_ev_file_helpers_shutdown):
289         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
290         private.
291
292         * properties/ev-properties-main.c: (nautilus_module_initialize),
293         (nautilus_module_shutdown):
294         * shell/main.c: (main):
295         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
296         init/shutdown method.
297
298 2009-01-29  Christian Persch  <chpe@gnome.org>
299
300         * shell/main.c: (option_version_cb): Add --version which was lost in
301         the libgnome removal. Bug #562869.
302
303 2009-01-26  Christian Persch  <chpe@gnome.org>
304
305         * shell/ev-application.c: (ev_application_register_service),
306         (ev_application_shutdown):
307         * shell/main.c: (main): Move metadata manager initialisation and
308         shutdown into EvApplication. Follow-up from bug #569120.
309
310 2009-01-26  Christian Persch  <chpe@gnome.org>
311
312         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
313         copy the string twice. Bug #569231.
314
315 2009-01-26  Christian Persch  <chpe@gnome.org>
316
317         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
318         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
319         * libdocument/ev-file-helpers.h:
320         * shell/ev-application.c: (ev_application_shutdown),
321         (ev_application_init), (ev_application_screensaver_disable),
322         (ev_application_save_print_settings),
323         (ev_application_set_page_setup):
324         * shell/ev-application.h:
325         * shell/ev-metadata-manager.c: (load_values),
326         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
327         shell, since it shouldn't be public API. Bug #569120.
328
329         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
330         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
331
332 2009-01-25  Christian Persch  <chpe@gnome.org>
333
334         Bug 569082 – use versioned directory for backends
335
336         * configure.ac: Define ev_binary_version and backenddir.
337         * evince-document.pc.in: Add backenddir variable.
338         * libdocument/Makefile.am:
339         * backend/*/Makefile.am: Remove backenddir definition, so it picks
340         up the one from configure.
341
342 2009-01-25  Christian Persch  <chpe@gnome.org>
343
344         * configure.ac:
345         * evince-document.pc.in: Renamed from evince-backend.pc.in.
346         * libdocument/Makefile.am: Renamed library to libevdocument.la.
347         * libview/Makefile.am:
348         * shell/Makefile.am:
349         * backend/*/Makefile.am: Adapt to changed library name.
350
351         * libdocument/Makefile.am:
352         * libview/Makefile.am: Change the installed headers path to match
353         the directory names in SVN.
354
355         * evince-document.h:
356         * evince-view.h: Add single headers. Bug #568227.
357
358         * libdocument/*.h:
359         * libview/*.h: Add single headers guards.
360
361         * libview/Makefile.am:
362         * libdocument/Makefile.am:
363         * backend/*/Makefile.am:
364         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
365         still include individual headers.
366
367         * properties/Makefile.am:
368         * properties/ev-properties-main.c:
369         * properties/ev-properties-view.h:
370         * thumbnailer/Makefile.am:
371         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
372
373         * libdocument/Makefile.am:
374         * libview/Makefile.am: Generate type builtins from all installed headers.
375         * libdocument/ev-link-action.[ch]:
376         * libdocument/ev-link-dest.[ch]:
377         * libdocument/ev-transition-effect.[ch]:
378         * libview/ev-view.[ch]: Remove handcoded type builtins.
379
380         * libdocument/Makefile.am:
381         * evince-document.h: Add ev-document-factory.h to the public headers.
382
383 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
384
385         * shell/ev-sidebar-page.c:
386
387         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
388         #568228.
389         
390 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
391
392         * libdocument/ev-document.h:
393
394         Add EV_DEFINE_INTERFACE macro.
395         
396         * libdocument/ev-async-renderer.c:
397         * libdocument/ev-document-find.c:
398         * libdocument/ev-document-fonts.c:
399         * libdocument/ev-document-forms.c:
400         * libdocument/ev-document-images.c:
401         * libdocument/ev-document-layers.c:
402         * libdocument/ev-document-links.c:
403         * libdocument/ev-document-security.c:
404         * libdocument/ev-document-thumbnails.c:
405         * libdocument/ev-document-transition.c:
406         * libdocument/ev-document.c:
407         * libdocument/ev-file-exporter.c:
408         * libdocument/ev-selection.c:
409
410         Use EV_DEFINE_INTERFACE macro to define interfaces in
411         libdocument. See bug #568228.
412         
413 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
414
415         * libdocument/ev-document.[ch]:
416
417         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
418         #568228.
419         
420 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
421
422         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
423         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
424         (new_separator_pixbuf):
425         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
426         (egg_toolbar_editor_disconnect_model),
427         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
428         (egg_toolbar_editor_finalize):
429         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
430         * cut-n-paste/toolbar-editor/eggmarshalers.list:
431         
432         Sync EggToolbarEditor with libegg.
433
434 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
435
436         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
437         When saving a file, using the default permissions for the user/system,
438         respecting umask and any setgid bit on the directory. Uses the new
439         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
440         Bug #568593.
441         
442 2009-01-21  Christian Persch  <chpe@gnome.org>
443
444         * configure.ac:
445         * libdocument/Makefile.am:
446         * libview/Makefile.am: Add libtool versioning to libevbackend and
447         libevview. Bug #568229.
448
449 2009-01-21  Christian Persch  <chpe@gnome.org>
450
451         * Makefile.am:
452         * configure.ac:
453         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
454
455 2009-01-21  Christian Persch  <chpe@gnome.org>
456
457         * configure.ac:
458         * libdocument/Makefile.am:
459         A libdocument/ev-version.h.in: Add version defines and version check
460         macro. Bug #568224.
461
462 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
463
464         * shell/ev-sidebar-links.c
465         * shell/ev-print-operation.c:
466         * shell/ev-history.c:
467         * shell/ev-file-monitor.c:
468         * shell/ev-window.c:
469         * shell/ev-password-view.c:
470         * shell/ev-sidebar-thumbnails.c:
471         * shell/ev-sidebar-attachments.c:
472         * libview/ev-pixbuf-cache.c:
473         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
474         Bug #568386.
475
476 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
477
478         * libdocument/ev-document-info.h:
479
480         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
481         
482 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
483
484         * libview/Makefile.am:
485
486         Install ev-job-scheduler.h. See bug #567790.
487         
488 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
489
490         * libdocument/Makefile.am:
491
492         Install ev-backends-manager.h and
493         ev-document-type-builtins.h. Fixes bug #567787.
494         
495 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * NEWS:
498         * configure.ac:
499
500         Update for release 2.25.5
501         
502 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * libview/ev-view.c: (ev_view_drag_data_get):
505
506         Fix second parameter passed to gtk_selection_data_set_uris(), 
507         it expects a gchar **.
508         
509 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
510
511         * libdocument/Makefile.am:
512         * libdocument/ev-document-info.h:
513         * libdocument/ev-document-type-builtins.c.template:
514         * libdocument/ev-document-type-builtins.h.template:
515         * libdocument/ev-document.c: (ev_document_info_get_type),
516         (ev_document_info_copy):
517
518         Make EvDocumentInfo and enums definded in ev-document-info.h
519         GTypes. Fixes bug #567789.
520         
521 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
522
523         * shell/main.c (arguments_parse): Fix for a minor code typo.
524
525 2009-01-18  Christian Persch  <chpe@gnome.org>
526
527         * help/reference/Makefile.am:
528         * help/reference/evince.types: Fix the API docs build. Bug #568171.
529
530 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
531
532         * libview/Makefile.am:
533         * libview/ev-view-type-builtins.c.template:
534         * libview/ev-view-type-builtins.h.template:
535
536         Make EvJobPriority a proper GType. Fixes bug #567788.
537         
538 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
539
540         * configure.ac:
541         * cut-n-paste/*/Makefile.am:
542         * libdocument/Makefile.am:
543
544         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
545         code.
546         
547 2009-01-18  Christian Persch  <chpe@gnome.org>
548
549         * libview/ev-view.c: (ev_view_drag_data_get),
550         (ev_view_drag_motion), (ev_view_update_primary_selection),
551         (clear_link_selected):
552         * shell/ev-sidebar-attachments.c:
553         (ev_sidebar_attachments_drag_data_get),
554         (ev_sidebar_attachments_get_property),
555         (ev_sidebar_attachments_init):
556         * shell/ev-window.c: Update drag handling code to use the
557         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
558         hardcoding the targets lists. Bug #558084.
559         
560 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * libdocument/Makefile.am:
563         * libdocument/ev-backend-marshal.c:
564         * libdocument/ev-backend-marshalers.list:
565         * libdocument/ev-document.c:
566
567         Remove unused marshalers stuff from libdocument.
568         
569 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
570
571         * po/POTFILES.in:
572
573         Update for the current source tree.
574         
575 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * configure.ac:
578         * Makefile.am:
579         * libdocument/Makefile.am:
580         * libview/Makefile.am:
581         * libview/ev-job-scheduler.[ch]:
582         * libview/ev-jobs.[ch]:
583         * libview/ev-page-cache.[ch]:
584         * libview/ev-pixbuf-cache.[ch]:
585         * libview/ev-timeline.[ch]:
586         * libview/ev-transition-animation.[ch]:
587         * libview/ev-view-accessible.[ch]:
588         * libview/ev-view-marshal.list:
589         * libview/ev-view.[ch]:
590         * shell/Makefile.am:
591
592         Move EvView specific code to a libeviview library so that it can
593         be embbeded in other applications. Based on patches by Tomeu
594         Vizoso. Fixes bug #567751.
595         
596 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
599         * shell/ev-window.c: (ev_window_load_job_cb),
600         (ev_window_load_job_cb), (ev_window_open_uri),
601         (ev_window_reload_local), (ev_window_dispose):
602
603         Remove dest, mode and search_string from EvJobLoad since they are
604         not really needed by the job, but for the window.
605         
606 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
607
608         * shell/ev-view.c: (ev_view_drag_data_received),
609         (ev_view_class_init), (ev_view_init):
610         * shell/ev-window.c: (ev_window_drag_data_received),
611         (ev_window_class_init), (ev_window_init):
612
613         Make the whole EvWindow the destination of a drag and drop
614         operation.
615         
616 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * shell/ev-window.c: (window_open_file_copy_progress_cb):
619
620         Add missing brakets around the percentage in progress
621         messages. See bug #567910.
622         
623 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * shell/ev-application.c: (ev_application_open_window),
626         (ev_application_open_uri_at_dest):
627
628         Do no use gdk_x11_* when not available. Based on patch by Hib
629         Eris, see bug #339172.
630         
631 2009-01-16  Hib Eris  <hib@hiberis.nl>
632
633         * configure.ac:
634         * properties/ev-properties-view.c:
635         (ev_properties_view_format_date):
636
637         Check for localtime_r. See bug #339172.
638         
639 2009-01-16  Hib Eris  <hib@hiberis.nl>
640
641         * shell/main.c:
642
643         Include gdkx only for dbus support. See bug #339172.
644         
645 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
646
647         * shell/ev-view.c: (ev_view_set_zoom_for_size):
648
649         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
650         #567785.
651         
652 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * shell/ev-window.c: (reload_remote_copy_progress_cb),
655         (window_save_file_copy_progress_cb):
656
657         Use brakets around the percentage in progress messages. See bug
658         #567910.
659         
660 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
661
662         * shell/ev-window.c: (reload_remote_copy_ready_cb):
663
664         Fix typo in error message. See bug #567910.
665         
666 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * shell/ev-window.c: (ev_window_cmd_file_close_window):
669
670         Fix mnemonic conflict. Fixes bug #567937.
671         
672 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
673
674         * NEWS:
675         * configure.ac:
676
677         Update for release 2.25.4
678         
679 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
680
681         * configure.ac:
682         
683         GLib version requirement bumped to 2.18 due to g_set_error_literal.
684         Thanks to Christian Spurk.
685
686 2008-12-31  Hib Eris  <hib@hiberis.nl>
687         
688         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
689
690         Fix mime type handling.
691         
692 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * po/POTFILES.in:
695
696         Add ev-print-operation.c.
697         
698 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * shell/ev-window.c: (ev_window_clear_progress_idle),
701         (reset_progress_idle), (ev_window_show_progress_message),
702         (ev_window_reset_progress_cancellable),
703         (ev_window_progress_response_cb), (show_loading_progress),
704         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
705         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
706         (show_reloading_progress), (reload_remote_copy_ready_cb),
707         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
708         (show_saving_progress), (window_save_file_copy_ready_cb),
709         (window_save_file_copy_progress_cb), (ev_window_save_remote),
710         (ev_window_dispose):
711
712         Show progress information when loading/saving remote files. Fixes
713         bug #370958.
714         
715 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
718
719         Show better warning message when temp file cannot be deleted.
720         
721 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * shell/ev-window.c: (image_save_dialog_response_cb):
724
725         Fix saving images to remote locations.
726         
727 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
728
729         * shell/ev-application.[ch]: (ev_application_shutdown),
730         (ev_application_get_print_settings_file),
731         (ev_application_save_print_settings),
732         (ev_application_get_print_settings),
733         (ev_application_set_print_settings),
734         (ev_application_get_page_setup), (ev_application_set_page_setup):
735         * shell/ev-window.c: (ev_window_save_print_page_setup),
736         (ev_window_load_print_page_setup_from_metadata),
737         (ev_window_print_page_setup_done_cb),
738         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
739         (ev_window_cmd_preview_print):
740
741         Remember page setup options too. Paper size is globally remembered
742         while page margins are stored per document in metadata file. Fixes
743         bugs #525185 and #349102.
744         
745 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * shell/ev-print-operation.c:
748         (ev_print_operation_export_print_dialog_response_cb):
749
750         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
751         
752 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
753
754         * shell/ev-print-operation.c: (export_cancel),
755         (export_job_cancelled), (ev_print_operation_export_begin),
756         (ev_print_operation_export_cancel):
757         * shell/ev-window.c: (ev_window_print_cancel),
758         (ev_window_print_update_pending_jobs_message),
759         (ev_window_print_operation_done),
760         (ev_window_print_operation_status_changed),
761         (print_jobs_confirmation_dialog_response),
762         (ev_window_cmd_file_close_window):
763
764         Show a confirmation dialog when there are pending print jobs while
765         closing the main window. Fixes bug #480964.
766         
767 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
768
769         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
770         (ev_print_operation_get_job_name),
771         (ev_print_operation_get_status),
772         (ev_print_operation_get_progress),
773         (ev_print_operation_update_status),
774         (ev_print_operation_export_get_job_name), (clamp_ranges),
775         (get_first_and_last_page), (ev_print_operation_export_run_next),
776         (print_job_finished), (export_print_done), (export_job_cancelled),
777         (update_progress), (export_print_page),
778         (ev_print_operation_export_begin),
779         (ev_print_operation_export_print_dialog_response_cb),
780         (ev_print_operation_export_run),
781         (ev_print_operation_export_cancel),
782         (ev_print_operation_export_class_init):
783         * shell/ev-window.c:
784         (ev_window_print_update_pending_jobs_message),
785         (ev_window_print_operation_done),
786         (ev_window_print_progress_response_cb),
787         (ev_window_print_operation_status_changed),
788         (ev_window_print_operation_begin_print), (ev_window_print_range),
789         (ev_window_dispose):
790
791         Show progress information when printing. Fixes bug #482770.
792         
793 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
794
795         * shell/Makefile.am:
796         * shell/ev-progress-message-area.[ch]:
797         * shell/ev-message-area.[ch]: (ev_message_area_init),
798         (ev_message_area_set_image_from_stock):
799
800         Add EvProgressMessageArea derived from EvMessageArea to show
801         progress information in the message area. 
802         
803 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
804
805         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
806
807         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
808         close button. Add a function to get the contents of the message
809         area.
810         
811 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
812
813         * shell/Makefile.am:
814         * shell/ev-print-operation.[ch]:
815         * shell/ev-jobs.[ch]: (ev_job_export_init),
816         (ev_job_export_dispose), (ev_job_export_run),
817         (ev_job_export_class_init), (ev_job_export_new),
818         (ev_job_export_set_page):
819         * shell/ev-window.c: (ev_window_print_operation_done),
820         (ev_window_print_range), (ev_window_dispose):
821
822         First step of the printing system rework. EvJobPrint has been
823         replaced by EvJobExport so that every page is scheduled to be
824         exported in a thread instead of scheduling the whole printing
825         process. This way the gui is responsive during printing.
826         
827 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * shell/ev-window.c: (setup_size_from_metadata),
830         (ev_window_load_print_settings_from_metadata):
831
832         Fix memory leaks.
833         
834 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * libdocument/ev-document.c: (ev_document_get_type):
837
838         Add GObject type as prerequisite to EvDocument interface so that
839         document instances can be used as GObjects.
840         
841 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
842
843         * shell/ev-view.c: (jump_to_find_result):
844
845         Only jump the the location of the find result for the first match
846         when searching. It drastically improves the performance when
847         searching. Bug catched and fixed by Michael Hunold. Fixes bug
848         #564774.
849         
850 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
851
852         * properties/ev-properties-main.c: (ev_properties_get_pages):
853         * properties/ev-properties-view.[ch]:
854         (ev_properties_view_dispose), (ev_properties_view_class_init),
855         (ev_properties_view_set_info), (ev_properties_view_new):
856         * shell/ev-properties-dialog.[ch]:
857         (ev_properties_dialog_set_document):
858         * shell/ev-window.c: (ev_window_setup_document),
859         (ev_window_cmd_file_properties):
860
861         Add document URI to properties page. Fixes bug #555376.
862         
863 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
864
865         * configure.ac:
866         * data/Makefile.am:
867         * data/evince-password.glade: Removed
868         * data/evince-properties.glade: Removed
869         * properties/ev-properties-view.c:
870         (ev_properties_view_class_init), (set_property),
871         (ev_properties_view_set_info), (ev_properties_view_init):
872         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
873         (font_cell_data_func), (ev_properties_fonts_init):
874
875         Remove Glade dependency.
876         
877 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * backend/comics/comics-document.c: (comics_document_load):
880
881         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
882         
883 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
884
885         * NEWS:
886         * configure.ac:
887
888         Update for release 2.25.2
889         
890 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
891
892         * configure.ac:
893         * shell/Makefile.am:
894         * shell/ev-keyring.[ch]:
895         * shell/ev-password.[ch]: Removed
896         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
897         (ev_password_view_class_init), (ev_password_view_clicked_cb),
898         (ev_password_view_init), (ev_password_view_set_uri),
899         (ev_password_dialog_got_response),
900         (ev_password_dialog_remember_button_toggled),
901         (ev_password_dialog_entry_changed_cb),
902         (ev_password_dialog_entry_activated_cb),
903         (ev_password_view_ask_password), (ev_password_view_get_password),
904         (ev_password_view_get_password_save_flags),
905         (ev_password_view_new):
906         * shell/ev-window.c: (ev_window_password_view_unlock),
907         (ev_window_load_job_cb), (ev_window_close_dialogs),
908         (ev_window_init):
909
910         Rework the password view. When the password is in the keyring it's
911         used automatically without showing the password dialog and it's  
912         only stored in the keyring when we are sure it's correct. The
913         password dialog has been reworked too, in order to make it
914         more hig compliant and consistent with the GTK+ dialog used in
915         gtkmountoperation. Fixes bug #562496. 
916         
917 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
918
919         * backend/comics/comics-document.c: (comics_document_load):
920
921         Do not trust file extensions when getting the command needed to
922         uncompress comic documents. Fixes bug #562143.
923         
924 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
925
926         * libdocument/ev-document-factory.c: (get_document_from_uri),
927         (ev_document_factory_get_document):
928         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
929         (get_mime_type_from_data), (ev_file_get_mime_type):
930
931         Move mime-type functions from document-facrory to file-helpers so
932         that it can be reused.
933         
934 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
935
936         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
937         (window_open_file_copy_ready_cb), (ev_window_reload_local),
938         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
939         (ev_window_reload_remote), (ev_window_reload_document):
940
941         Add support for reloading remote documents. Fixes bug #555399.
942         
943 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * shell/ev-view.c: (ev_view_find_previous):
946
947         Make sure find_result is never < 0 which causes a crash while
948         searching. Fixes bug #558377.
949         
950 2008-11-19  Marek Kašík <mkasik@redhat.com>
951
952         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
953         (ev_pixbuf_cache_get_selection_surface):
954         
955         Fixes crash on fast scrolling with simultaneous text selection.
956
957 2008-11-19  Marek Kašík <mkasik@redhat.com>
958
959         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
960         * shell/ev-window.c (launch_external_uri):
961         
962         Fixes assertion fail on selecting text. See bug #561393.
963
964 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
965
966         * shell/Makefile.am:
967         * shell/ev-jobs.[ch]: (ev_job_layers_init),
968         (ev_job_layers_dispose), (ev_job_layers_run),
969         (ev_job_layers_class_init), (ev_job_layers_new):
970         * shell/ev-sidebar-layers.[ch]:
971         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
972         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
973         (ev_view_reload_page), (ev_view_reload):
974         * shell/ev-window.c: (setup_sidebar_from_metadata),
975         (ev_window_sidebar_current_page_changed_cb),
976         (sidebar_layers_visibility_changed), (ev_window_init):
977
978         Add layers support.
979         
980 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * data/icons/22x22/actions/Makefile.am:
983         * data/icons/22x22/actions/eye.png:
984         * shell/ev-stock-icons.[ch]:
985         
986         Add eye icon from gimp to hide/show layers.
987         
988 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * configure.ac:
991         * cut-n-paste/Makefile.am:
992         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
993         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
994         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
995
996         Add GimpCellRendererToggle from gimp slightly modified to fit our
997         needs. 
998         
999 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1000
1001         * configure.ac:
1002         * backend/pdf/ev-poppler.cc:
1003
1004         Implement layers interface in PDF backend.
1005         
1006 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1007
1008         * libdocument/Makefile.am:
1009         * libdocument/ev-document-layers.[ch]:
1010         * libdocument/ev-layer.[ch]:
1011
1012         Add optional content (layers) interface.
1013         
1014 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1015
1016         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1017         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1018
1019         Removes unused code.
1020
1021 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1022
1023         * NEWS:
1024         * configure.ac:
1025
1026         Update for 2.25.1 release
1027
1028 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * shell/ev-window.c:
1031
1032         Fix build with GTK+ < 2.14
1033
1034 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1035
1036         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1037         
1038         Makes menu label translatable. Fixes bug #559129.
1039
1040 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1041
1042         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1043         (t1_transform_font):
1044         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1045         
1046         More renames of warning to mdvi_warning in follow up to the
1047         fix of the bug #553369. Fix for the bug #559257 by
1048         Tuxce <tuxce.net@gmail.com>.
1049         
1050 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1051
1052         * shell/ev-application.c: (ev_application_init_session):
1053         * shell/main.c: (main):
1054
1055         Move the egg_set_desktop_file() call to main and remove
1056         gtk_window_set_default_icon_name() since it's already called by
1057         egg_set_desktop_file()
1058         
1059 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1060
1061         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1062
1063         Initialize GError to NULL.
1064         
1065 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1068         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1069         (ev_window_preview_print_finished), (launch_action):
1070
1071         Do not use popup dialogs to show error messages anymore, use the
1072         message area instead.
1073         
1074 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * shell/ev-window.c: (ev_window_error_message),
1077         (ev_window_warning_message), (ev_window_set_document),
1078         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1079         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1080         (ev_window_cmd_help_contents), (launch_external_uri),
1081         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1082         (ev_attachment_popup_cmd_open_attachment),
1083         (attachment_save_dialog_response_cb):
1084
1085         Use a message format (with printf()-style) in
1086         ev_window_error_message and ev_window_warning_message.
1087
1088 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * shell/ev-window.c: (ev_window_error_message),
1091         (ev_window_warning_message), (ev_window_set_document),
1092         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1093         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1094         (ev_window_cmd_help_contents), (launch_external_uri),
1095         (image_save_dialog_response_cb),
1096         (ev_attachment_popup_cmd_open_attachment),
1097         (attachment_save_dialog_response_cb):
1098
1099         Change ev_window_error_message and ev_window_warning_message to
1100         receive a EvWindow instead of a GtkWindow. It's more consistent
1101         and avoids unneeded casts.
1102         
1103 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1104
1105         * shell/ev-window.c: (ev_window_cmd_help_contents):
1106
1107         Use gtk_show_uri() when availale to display help contents.
1108         
1109 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1110
1111         * configure.ac:
1112         * backend/pdf/ev-poppler.cc:
1113         * properties/ev-properties-view.c:
1114         * shell/Makefile.am:
1115         * shell/ev-tooltip.[ch]: Removed
1116         * shell/ev-view-private.h
1117         * shell/eggfindbar.c:
1118         * shell/ev-application.c:
1119         * shell/ev-open-recent-action.c:
1120         * shell/ev-sidebar-thumbnails.c:
1121         * shell/ev-view.c:
1122         * shell/ev-window.c:
1123
1124         Bump GTK+ requirement to 2.12.
1125         
1126 2008-10-27 Christian Persch <chpe@gnome.org>
1127
1128         * backend/djvu/djvu-document.c
1129         * backend/dvi/cairo-device.c
1130         * cut-n-paste/evmountoperation/ev-mount-operation.h
1131         * cut-n-paste/gedit-message-area/gedit-message-area.h
1132         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1133         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1134         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1135         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1136         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1137         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1138         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1139         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1140         * cut-n-paste/zoom-control/ephy-zoom-action.c
1141         * cut-n-paste/zoom-control/ephy-zoom-action.h
1142         * cut-n-paste/zoom-control/ephy-zoom-control.c
1143         * cut-n-paste/zoom-control/ephy-zoom-control.h
1144         * libdocument/ev-async-renderer.h
1145         * libdocument/ev-document-factory.c
1146         * libdocument/ev-document-misc.h
1147         * libdocument/ev-image.h
1148         * libdocument/ev-selection.h
1149         * shell/ev-properties-fonts.h
1150         * shell/ev-stock-icons.h
1151         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1152         directly. Bug #558064.
1153
1154 2008-10-27 Christian Persch <chpe@gnome.org>
1155
1156         * cut-and-paste/smclient/*: Update from libegg.
1157
1158 2008-10-27 Christian Persch <chpe@gnome.org>
1159
1160         * backend/djvu/djvu-document.c
1161         * backend/ps/ev-spectre.c
1162         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1163
1164 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1165
1166         * shell/ev-view.c (ev_view_change_page),
1167         (ev_view_transition_animation_finish),
1168         (ev_view_transition_animation_cancel), (page_changed_cb),
1169         (ev_view_set_presentation), (ev_view_next_page),
1170         (ev_view_previous_page):
1171         
1172         Cancel the animation without scheduling transition start
1173         and proceed to the next page to fix bug #516749.
1174
1175 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * NEWS:
1178         * configure.ac:
1179
1180         Update for release 2.24.1
1181         
1182 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1185
1186         Disable toggle function of F5 when in presentation mode. Patch by
1187         Dave Neary. Fixes bug #556162.
1188         
1189 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1192         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1193         (ev_sidebar_thumbnails_fill_model),
1194         (ev_sidebar_thumbnails_refresh),
1195         (ev_sidebar_thumbnails_set_document):
1196
1197         Instead of using only one loading icon for thumbnails based on the
1198         size of the first page, create an icon for every different page
1199         size. Fixes bug #556264.
1200         
1201 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1202
1203         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1204
1205         Fix memory leak.
1206         
1207 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1208
1209         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1210
1211         Removes bad prefixes from window title. Patch by 
1212         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1213         
1214 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1215
1216         * shell/ev-window.c: (launch_external_uri):
1217
1218         Do not consider mailto links as http uris. Fixes bug #555801.
1219         
1220 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1221
1222         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1223
1224         Fix memory leak. Fixes bug #555134.
1225         
1226 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1227
1228         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1229
1230         Emit the job finished signal when the job is handled before the
1231         page_ready callback.
1232         
1233 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1234
1235         * shell/ev-window.c: (launch_action):
1236
1237         Use GdkAppLaunchContext when available to launch external
1238         applications.
1239         
1240 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1241
1242         * shell/ev-window.c: (launch_action):
1243
1244         Fix launching external applications for launch actions which seems
1245         to be broken since the gio port. Fixes bug #554500.
1246         
1247 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1248
1249         * backend/dvi/Makefile.am:
1250         * backend/dvi/cairo-device.c:
1251         * backend/dvi/dvi-document.c:
1252         * backend/dvi/mdvi-lib/Makefile.am:
1253
1254         Fix several compile warnings in the dvi backend.
1255         
1256 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1257
1258         * backend/dvi/mdvi-lib/common.h:
1259         * backend/dvi/mdvi-lib/dviread.c:
1260         * backend/dvi/mdvi-lib/font.c:
1261         * backend/dvi/mdvi-lib/fontmap.c:
1262         * backend/dvi/mdvi-lib/fontsrch.c:
1263         * backend/dvi/mdvi-lib/gf.c:
1264         * backend/dvi/mdvi-lib/pagesel.c:
1265         * backend/dvi/mdvi-lib/pk.c:
1266         * backend/dvi/mdvi-lib/sp-epsf.c:
1267         * backend/dvi/mdvi-lib/special.c:
1268         * backend/dvi/mdvi-lib/tfm.c:
1269         * backend/dvi/mdvi-lib/tfmfile.c:
1270         * backend/dvi/mdvi-lib/util.c:
1271         * backend/dvi/mdvi-lib/vf.c:
1272
1273         Rename error as mdvi_error to avoid symbol conflicts with the libc
1274         error. Rename also message, crash, fatal and warning for
1275         consistency. Fixes bug #553369.
1276         
1277 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1278
1279         * backend/dvi/dvi-document.c: (dvi_document_load):
1280
1281         Fix memory leak.
1282         
1283 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1284
1285         * backend/dvi/dvi-document.c:
1286
1287         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1288         G_IMPLEMENT_INTERFACE.
1289         
1290 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1293
1294         Make sure copy_job_page_and_selection_to_job_info is always called
1295         before copy_job_to_job_info. Fixes bug #552382.
1296         
1297 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1298
1299         * NEWS:
1300         * configure.ac:
1301
1302         Update for release 2.24.0
1303         
1304 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1305
1306         * shell/ev-window.c: (launch_external_uri):
1307
1308         Use GdkAppLaunchContext when available to launch external uris.
1309         
1310 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1311
1312         * shell/ev-window.c: (launch_external_uri):
1313
1314         Use the message area to show errors when lauching external uris
1315         instead of a popup window.
1316         
1317 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1318
1319         * shell/ev-window.c: (launch_external_uri):
1320
1321         Assume invalid uris are http uris. Fixes bug #552071.
1322         
1323 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * NEWS:
1326         * configure.ac:
1327
1328         Update for release 2.23.92.
1329         
1330 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * shell/eggfindbar.c: (egg_find_bar_class_init):
1333
1334         Allow page scrolling with PageUp/PageDown keys when find bar is
1335         active. Fixes bug #529833.
1336         
1337 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * shell/ev-view-private.h:
1340         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1341         (ev_view_scroll), (ev_view_class_init):
1342         * shell/ev-view-accessible.c:
1343         (ev_view_accessible_action_do_action):
1344         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1345         (ev_window_cmd_scroll_backward):
1346
1347         Use GtkScrollType instead of EvScrollType.
1348         
1349 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1350
1351         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1352         
1353         Patch for case unsensitive page label match by Michael Lee.
1354         See bug #550136.
1355         
1356         * shell/ev-page-action.c (create_tool_item):    
1357         * test/Makefile.am:
1358         * test/test1.py:
1359         * test/test4.py:
1360         * test/test5.py:
1361         
1362         Added test for the above and updated other tests.
1363
1364 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * shell/ev-window.c: (image_save_dialog_response_cb):
1367
1368         Do not append the file extension twice when saving an image.
1369         
1370 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1373
1374         Remove an invalid ifdef.
1375         
1376 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1377
1378         * shell/ev-view.c: (ev_view_motion_notify_event):
1379
1380         Make sure the cursor is correctly restored after showing the right
1381         click menu.
1382         
1383 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1384
1385         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1386         (ev_attachment_open):
1387         * shell/ev-sidebar-attachments.c:
1388         (ev_sidebar_attachments_button_press):
1389         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1390
1391         Use GdkAppLaunchContext when available to open attachments.
1392         
1393 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1396
1397         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1398         by Eric Piel.
1399         
1400 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * shell/ev-application.c: (ev_application_get_media_keys):
1403         * shell/ev-media-player-keys.[ch]:
1404         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1405         (ev_media_player_keys_grab_keys),
1406         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1407         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1408         * shell/ev-window.[ch]: (ev_window_dispose),
1409         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1410         (ev_window_init):
1411
1412         Clean up the media player keys stuff.
1413         
1414 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1415
1416         * NEWS:
1417         * configure.ac:
1418
1419         Update for release 2.23.91.
1420         
1421 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1422
1423         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1424         (sm_client_xsmp_set_initial_properties):
1425
1426         Fix memory leak.
1427         
1428 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1429
1430         * shell/ev-application.c: (ev_application_open_window),
1431         (ev_application_open_uri_at_dest):
1432
1433         Make sure evince starts up in the right workspace when resuming a
1434         previous session.
1435         
1436 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * shell/ev-application.[ch]: (ev_application_open_window),
1439         (ev_application_add_icon_path_for_screen),
1440         (ev_application_open_uri_at_dest):
1441
1442         Fix window manager warnings shown in ~/.xsession-errors
1443         
1444 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1445
1446         * configure.ac:
1447         * cut-n-paste/Makefile.am:
1448         * cut-n-paste/smclient/Makefile.am:
1449         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1450         * cut-n-paste/smclient/eggsmclient-private.h:
1451         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1452         * cut-n-paste/smclient/eggsmclient.[ch]:
1453
1454         EggSMClient copied from libegg
1455
1456         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1457         * shell/Makefile.am:
1458         * shell/ev-application.[ch]: (ev_application_load_session),
1459         (smclient_save_state_cb), (smclient_quit_cb),
1460         (ev_application_init_session), (ev_application_shutdown),
1461         (ev_application_init):
1462         * shell/main.c: (main):
1463
1464         Use EggSMClient instead of gnome-client and remove libgnome and
1465         libgnomeui dependencies.
1466         
1467 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * shell/main.c: (main):
1470
1471         Remove gnome_authentication_manager_init.
1472         
1473 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * shell/ev-view.c: (ev_view_goto_window_create):
1476
1477         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1478         since it's now deprecated.
1479         
1480 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * backend/djvu/Makefile.am:
1483         * backend/djvu/djvu-document-private.h:
1484         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1485         (djvu_document_find_iface_init):
1486         * backend/djvu/djvu-text-page.[ch]:
1487         * backend/djvu/djvu-text.[ch]: Removed
1488         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1489         (pdf_document_find_iface_init):
1490         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1491         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1492         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1493         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1494         (ev_job_find_has_results), (ev_job_find_get_results):
1495         * shell/ev-view-private.h:
1496         * shell/ev-view.[ch]: (ev_view_expose_event),
1497         (highlight_find_results), (ev_view_finalize),
1498         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1499         (ev_view_set_document), (ev_view_find_get_n_results),
1500         (ev_view_find_get_result), (jump_to_find_result),
1501         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1502         (ev_view_find_previous), (ev_view_find_search_changed),
1503         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1504         * shell/ev-window.c: (ev_window_update_actions),
1505         (page_changed_cb), (ev_window_setup_document),
1506         (ev_window_update_find_status_message),
1507         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1508         (ev_window_clear_find_job), (find_bar_close_cb),
1509         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1510         (ev_window_dispose), (ev_window_init):
1511
1512         Rework find interface. The find logic has been moved from backends
1513         to the shell avoiding a lot of duplicated code in the backends and
1514         making easier to implement the find interface in the backends.
1515         
1516 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * backend/pdf/ev-poppler.cc:
1519         (pdf_document_thumbnails_get_dimensions):
1520
1521         Make sure thumbnail size returned by the PDF is actually
1522         valid. Fixes bug #548462.
1523         
1524 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1525
1526         * shell/ev-window.c: (ev_window_setup_document),
1527         (ev_window_set_document), (ev_window_dispose):
1528
1529         Remove the idle function for setting the document up when the
1530         window is destroyed. Fixes bug #549163.
1531         
1532 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1533
1534         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1535         (ev_job_attachments_dispose), (ev_job_attachments_run),
1536         (ev_job_attachments_class_init), (ev_job_attachments_new):
1537         * shell/ev-sidebar-attachments.c:
1538         (ev_sidebar_attachments_set_document):
1539
1540         Add a new job to get the attachments in a thread with the document
1541         lock held. Fixes bug #548653.
1542         
1543 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1544
1545         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1546         (tiff_document_document_iface_init):
1547
1548         Implement document_get_page_label in tiff backend.
1549         
1550 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1551
1552         * backend/tiff/tiff-document.c: (tiff_document_render):
1553
1554         Handle document orientation in tiff backend. Fixes bug #548444.
1555         
1556 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1557
1558         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1559
1560         Do not crash when adjustment page size is 0. Fixes bug #547440.
1561         
1562 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1565
1566         Sync with current GTK+.
1567         
1568 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1569
1570         * configure.ac:
1571         
1572         Update for release 2.23.6.
1573
1574 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1575
1576         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1577         (ev_job_load_set_password):
1578         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1579         * shell/ev-window.c: (password_dialog_response),
1580         (ev_window_load_job_cb):
1581
1582         Fix loading encrypted documents since I broke it with the jobs
1583         rework.
1584         
1585 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1586
1587         * NEWS:
1588
1589         Update NEWS for 2.23.6 release.
1590         
1591 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1592
1593         * backend/impress/impress-document.c:
1594         * backend/impress/render.h:
1595         * libdocument/ev-document-factory.c:
1596         * libdocument/ev-document-factory.h:
1597         * libdocument/ev-document-links.h:
1598         * libdocument/ev-document-misc.c:
1599         * libdocument/ev-document-misc.h:
1600         * properties/ev-properties-main.c:
1601         * properties/ev-properties-view.c:
1602         * properties/ev-properties-view.h:
1603         * shell/eggfindbar.c:
1604         * shell/eggfindbar.h:
1605         * shell/ev-application.c:
1606         * shell/ev-application.h:
1607         * shell/ev-jobs.h:
1608         * shell/ev-message-area.h:
1609         * shell/ev-navigation-action.c:
1610         * shell/ev-navigation-action.h:
1611         * shell/ev-open-recent-action.c:
1612         * shell/ev-open-recent-action.h:
1613         * shell/ev-page-action-widget.c:
1614         * shell/ev-page-action.c:
1615         * shell/ev-page-action.h:
1616         * shell/ev-page-cache.h:
1617         * shell/ev-password-view.h:
1618         * shell/ev-password.h:
1619         * shell/ev-pixbuf-cache.h:
1620         * shell/ev-properties-fonts.c:
1621         * shell/ev-sidebar-attachments.c:
1622         * shell/ev-sidebar-links.c:
1623         * shell/ev-sidebar-links.h:
1624         * shell/ev-sidebar-thumbnails.c:
1625         * shell/ev-sidebar-thumbnails.h:
1626         * shell/ev-sidebar.c:
1627         * shell/ev-sidebar.h:
1628         * shell/ev-stock-icons.c:
1629         * shell/ev-tooltip.h:
1630         * shell/ev-view.c:
1631         * shell/ev-view.h:
1632         * shell/ev-window.c:
1633         * shell/ev-window.h:
1634         * shell/main.c:
1635
1636         More #include cleanups. Again: reordering, single gtk.h
1637         includes and other stuff.
1638
1639 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1640
1641         * shell/eggfindbar.c:
1642         * shell/ev-application.c:
1643         * shell/ev-message-area.c:
1644         * shell/ev-navigation-action.c:
1645         * shell/ev-open-recent-action.c:
1646         * shell/ev-page-action-widget.c:
1647         * shell/ev-page-action.c:
1648         * shell/ev-password-view.c:
1649         * shell/ev-properties-dialog.c:
1650         * shell/ev-properties-fonts.c:
1651         * shell/ev-sidebar-attachments.c:
1652         * shell/ev-sidebar-page.c:
1653         * shell/ev-sidebar-thumbnails.c:
1654         * shell/ev-stock-icons.c:
1655         * shell/ev-tooltip.c:
1656         * shell/ev-view.c:
1657         * shell/ev-window.c:
1658         * shell/main.c:
1659
1660         Cleanup many #include statements: reorder so that a
1661         generic-to-specific order is used, use single gtk.h
1662         includes, and some other cleanups.
1663
1664 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * shell/ev-jobs.h:
1667
1668         Add gio header.
1669         
1670 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1671
1672         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1673         (ev_document_fc_mutex_trylock):
1674         * shell/Makefile.am:
1675         * shell/ev-job-queue.[ch]:
1676         * shell/ev-job-scheduler.[ch]:
1677         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1678         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1679         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1680         (ev_job_failed_from_error), (ev_job_succeeded),
1681         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1682         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1683         (ev_job_links_class_init), (ev_job_render_init),
1684         (notify_page_ready), (ev_job_render_page_ready),
1685         (ev_job_render_run), (ev_job_render_class_init),
1686         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1687         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1688         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1689         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1690         (ev_job_save_dispose), (ev_job_save_run),
1691         (ev_job_save_class_init), (ev_job_print_init),
1692         (ev_job_print_dispose), (ev_job_print_run),
1693         (ev_job_print_class_init):
1694         * shell/ev-page-cache.c:
1695         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1696         (check_job_size_and_unref), (move_one_job),
1697         (copy_job_to_job_info), (add_job),
1698         (ev_pixbuf_cache_add_jobs_if_needed):
1699         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1700         (job_fonts_finished_cb), (job_fonts_updated_cb),
1701         (ev_properties_fonts_set_document):
1702         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1703         (ev_sidebar_links_set_document):
1704         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1705         (ev_sidebar_thumbnails_set_document),
1706         (ev_sidebar_thumbnails_clear_job):
1707         * shell/ev-view-private.h:
1708         * shell/ev-view.c:
1709         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1710         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1711         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1712         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1713         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1714         (ev_window_reload_document), (ev_window_clear_save_job),
1715         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1716         (ev_window_clear_print_job), (ev_window_print_job_cb),
1717         (ev_window_print_dialog_response_cb):
1718         * shell/main.c: (main):
1719
1720         Rework the jobs system in order to make it simpler and more
1721         extensible. It allows to run jobs in the main loop instead of
1722         using a thread when it's appropriate like the fonts job. Now it's
1723         also possible to cancel jobs that are currently running. 
1724         
1725 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1726
1727         * libdocument/ev-debug.c: (profile_init):
1728
1729         Create the hash table also when profiling service is enabled for
1730         all sections.
1731         
1732 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1733
1734         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1735         (ev_profiler_stop):
1736         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1737         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1738         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1739         (ev_job_print_run):
1740         * shell/main.c: (main):
1741
1742         Add a profile mode available when debug is enabled. Add profilers
1743         in ev-jobs.
1744         
1745 2008-07-23  Götz Waschk <waschk@mandriva.org>
1746
1747         * configure.ac: Correctly build desktop file. Fixes
1748         bug #544237.
1749
1750 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1751
1752         * configure.ac:
1753         
1754         Update for release 2.23.5.
1755
1756 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * NEWS:
1759
1760         Update NEWS for 2.23.5 release.
1761         
1762 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1763
1764         * shell/ev-window.c: (ev_window_state_event),
1765         (ev_window_class_init):
1766
1767         Intercept window manager's fullscreen request in order to run/stop
1768         fullscreen mode. Fixes bug #493541.
1769         
1770 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1771
1772         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1773
1774         Restart the job search when the find bar is opened for the second
1775         time. Fixes bug #531956.
1776         
1777 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1778
1779         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1780         (get_document_from_uri):
1781
1782         Make sure we always return a valid error struct when
1783         get_document_from_uri fails. Fixes nautilus crash, see bug
1784         #542548.
1785         
1786 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1787
1788         * libdocument/ev-transition-effect.c
1789         (ev_transition_effect_type_get_type),
1790         (ev_transition_effect_alignment_get_type),
1791         (ev_transition_effect_direction_get_type):
1792         
1793         Fixes bug #542924. Makes enums static to fix Solaris build.
1794
1795 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * shell/ev-view.c: (ev_view_key_press_event):
1798
1799         Add '.' keybinding for blanking the screen in presentation
1800         mode. Fixes bug #542001.
1801         
1802 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * libdocument/ev-document-misc.c:
1805         (ev_document_misc_pixbuf_from_surface):
1806
1807         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1808         #540950.
1809         
1810 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1811
1812         * backend/comics/comics-document.c (comics_document_load):
1813         * backend/comics/comicsdocument.evince-backend.in:
1814         * configure.ac:
1815         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1816         
1817         Added support for 7-zip based cb7 comic book. Patch by
1818         Kartik Rustagi. Fixes bug #532312.
1819
1820 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1821
1822         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1823         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1824         Fixes bug #539972.
1825
1826 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1827
1828         * shell/Makefile.am:
1829         * shell/ev-application.c (ev_application_init),
1830         (ev_application_get_media_keys):
1831         * shell/ev-application.h:
1832         * shell/ev-marshal.list:
1833         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1834         (proxy_destroy), (on_media_player_key_pressed),
1835         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1836         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1837         * shell/ev-media-player-keys.h:
1838         * shell/ev-window.c (ev_window_go_previous_page),
1839         (ev_window_go_next_page), (ev_window_go_first_page),
1840         (ev_window_go_last_page), (ev_window_start_presentation),
1841         (ev_window_dispose), (view_actions_focus_in_cb):
1842         * shell/ev-window.h: When building with D-Bus support, listen
1843         for multimedia key events from gnome-settings-daemon. This allows
1844         to go to the next/previous/first/last pages using, respectively,
1845         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1846         a presentation. Fixes bug #539971.
1847
1848 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1849
1850         * configure.ac:
1851         
1852         Update for release 2.23.4.
1853
1854 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * NEWS:
1857
1858         Update news for 2.23.4 release.
1859         
1860 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1861
1862         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1863         * shell/ev-sidebar-thumbnails.c:
1864         (ev_sidebar_thumbnails_set_loading_icon),
1865         (ev_sidebar_thumbnails_refresh):
1866         * shell/ev-window.c: (ev_window_error_message),
1867         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1868         (ev_window_set_document):
1869
1870         Do not crash opening documents with no pages and show a warning
1871         message in the message area. Fixes bugs #537574 and #171588.
1872         
1873 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1874
1875         * shell/Makefile.am:
1876         * shell/ev-file-monitor.[ch]:
1877         * shell/ev-window.c: (ev_window_document_changed),
1878         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1879         (ev_window_reload_job_cb), (ev_window_open_uri),
1880         (ev_window_reload_document), (ev_window_cmd_view_reload),
1881         (ev_window_dispose):
1882
1883         Automaticly reload the document when the file has changed on
1884         disk. Bug #304249.
1885         
1886 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1887
1888         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1889         * libdocument/ev-image.c: (ev_image_save_tmp):
1890         * libdocument/ev-module.c: (ev_module_load):
1891         * shell/ev-application.c: (ev_application_shutdown),
1892         (ev_application_get_print_settings):
1893         * shell/ev-sidebar-attachments.c:
1894         (ev_sidebar_attachments_button_press),
1895         (ev_sidebar_attachments_drag_data_get):
1896         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1897         (ev_window_print_finished), (ev_window_print_send),
1898         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1899         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1900         (ev_window_cmd_preview_print):
1901         * shell/main.c: (load_files_remote):
1902         Fix some build warnings under GCC 4.3.0. (#537535).
1903
1904 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1905
1906         * shell/ev-jobs.c: (ev_job_render_dispose):
1907
1908         Fix a crash in debug mode. Patch by Daniel M German.
1909         
1910 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1911
1912         * shell/ev-window.c:
1913
1914         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1915         
1916 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1917
1918         * shell/ev-window.c: (ev_window_print_send),
1919         (ev_window_do_preview_print):
1920
1921         Use the window title as print job name instead of just
1922         "evince-print". Fixes bug #534493.
1923         
1924 2008-05-19  Frederic Peters  <fpeters@0d.be>
1925
1926         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1927         Bug #533897.
1928
1929 2008-05-19  Frederic Peters  <fpeters@0d.be>
1930
1931         * help/reference/Makefile.am: added missing libevmountoperation to
1932         gtkdoc-scanobj libraries.  Bug #533896.
1933
1934 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1935
1936         * properties/ev-properties-view.c (get_default_user_units):
1937         Fixes check for default units string translation. Bug #533323.
1938
1939 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1940
1941         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1942         be an iks_free(). Fix an array overflow in the XML parser that
1943         would occur whenever the number of attributes in a tag was greater
1944         than 0 and divisible by 6. Fixes GNOME bug #530852.
1945
1946 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * backend/djvu/djvu-document-private.h:
1949         * backend/djvu/djvu-links.c:
1950         * backend/djvu/djvu-text.c:
1951         * backend/djvu/djvu-document.c: (djvu_handle_events),
1952         (djvu_wait_for_message), (djvu_document_load),
1953         (document_get_page_size), (djvu_document_render),
1954         (djvu_document_thumbnails_get_thumbnail),
1955         (djvu_document_file_exporter_end):
1956
1957         Make sure load job doesn't finish successfully when the document
1958         is not successfully decoded by libdjvu. Fixes bug #530202.
1959         
1960 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1961
1962         * configure.ac:
1963         * libdocument/Makefile.am:
1964         * libdocument/ev-debug.[ch]:
1965         * libdocument/ev-document.c:
1966         * shell/ev-jobs.c: (ev_job_links_dispose),
1967         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1968         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1969         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1970         (ev_job_render_page_ready), (ev_job_render_run),
1971         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1972         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1973         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1974         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1975         (ev_job_print_new), (ev_job_print_run):
1976         * shell/main.c: (main):
1977
1978         Add debug mode based on gedit code. Add debug messages in
1979         ev-jobs.
1980         
1981 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1982
1983         * libdocument/ev-document-factory.c: (get_document_from_uri):
1984
1985         Fix memory leak.
1986         
1987 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1988
1989         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1990         (get_mime_type_from_data), (get_document_from_uri),
1991         (ev_document_factory_get_document):
1992         
1993         Improved error message about file opening failture.
1994         Bug #529129.
1995
1996 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1997
1998         * data/evince-toolbar.xml:
1999         
2000         Allow to add SaveAs to toolbar.
2001
2002 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * shell/ev-view-private.h:
2005         * shell/ev-view.[ch]: (ev_view_button_release_event),
2006         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2007         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2008         (ev_view_update_primary_selection), (clear_link_selected),
2009         (ev_view_copy_link_address):
2010         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2011
2012         Update also the primary selection when copying a link
2013         address. Fixes bug #520855.
2014         
2015 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * libdocument/ev-document-factory.c: (get_document_from_uri):
2018
2019         Use the pixbuf backend only when the mime type is not supported by
2020         any of the other backend so that tiff documents, for instance, are
2021         handled by the tiff backend instead of the pixbuf backend. fixes
2022         bug #520290.
2023         
2024 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2025
2026         * cut-n-paste/Makefile.am:
2027
2028         Add evmountoperation to subdirs list.
2029         
2030 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2031
2032         * configure.ac:
2033
2034         Fix libspectre check in configure script. Fixes bug #528549.
2035         
2036 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * configure.ac:
2039         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2040         * shell/Makefile.am:
2041         * shell/ev-window.c: (ev_window_load_remote_failed),
2042         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2043
2044         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2045         open documents in remote locations that are not mounted.
2046         
2047 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2050         (bitmap_convert_msb8):
2051         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2052         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2053
2054         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2055         
2056 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2057
2058         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2059         (ev_job_render_new), (ev_job_render_set_selection_info),
2060         (ev_job_render_run):
2061         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2062         (check_job_size_and_unref),
2063         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2064         (add_job), (ev_pixbuf_cache_get_selection_surface):
2065
2066         Create the render context needed for rendering a page in the render
2067         thread so that we don't block the main thread. Simplify
2068         EvJobRender API.
2069         
2070 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2071
2072         * libdocument/Makefile.am:
2073         * libdocument/ev-page.[ch]:
2074         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2075         (ev_render_context_new), (ev_render_context_set_page):
2076         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2077         (ev_form_field_finalize), (ev_form_field_class_init):
2078         * libdocument/ev-document-forms.[ch]:
2079         (ev_document_forms_get_form_fields):
2080         * libdocument/ev-document.[ch]: (ev_document_get_page),
2081         (ev_document_get_page_size), (ev_document_get_page_label):
2082         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2083         (ev_job_render_run), (ev_job_thumbnail_new),
2084         (ev_job_thumbnail_run), (ev_job_print_run):
2085         * shell/ev-page-cache.c: (ev_page_cache_new):
2086         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2087         (check_job_size_and_unref), (add_job):
2088         * shell/ev-sidebar-thumbnails.c: (add_range):
2089         * shell/ev-view.c: (ev_view_form_field_get_region),
2090         (ev_view_form_field_button_create_widget),
2091         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2092         (ev_view_handle_form_field), (ev_view_size_allocate),
2093         (get_selected_text):
2094         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2095         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2096         (pdf_document_get_page), (pdf_document_get_page_label),
2097         (pdf_document_render), (pdf_document_get_info),
2098         (pdf_document_document_iface_init),
2099         (pdf_document_thumbnails_get_thumbnail),
2100         (pdf_document_thumbnails_get_dimensions),
2101         (pdf_document_file_exporter_do_page),
2102         (pdf_selection_render_selection),
2103         (pdf_selection_get_selected_text),
2104         (pdf_selection_get_selection_region),
2105         (pdf_selection_get_selection_map),
2106         (pdf_document_forms_get_form_fields),
2107         (pdf_document_forms_form_field_text_get_text),
2108         (pdf_document_forms_form_field_text_set_text),
2109         (pdf_document_forms_form_field_button_set_state),
2110         (pdf_document_forms_form_field_button_get_state),
2111         (pdf_document_forms_form_field_choice_get_item),
2112         (pdf_document_forms_form_field_choice_get_n_items),
2113         (pdf_document_forms_form_field_choice_is_item_selected),
2114         (pdf_document_forms_form_field_choice_select_item),
2115         (pdf_document_forms_form_field_choice_toggle_item),
2116         (pdf_document_forms_form_field_choice_unselect_all),
2117         (pdf_document_forms_form_field_choice_set_text),
2118         (pdf_document_forms_form_field_choice_get_text):
2119         * backend/ps/ev-spectre.c: (ps_document_get_page),
2120         (ps_document_get_page_size), (ps_document_get_page_label),
2121         (ps_document_render), (ps_document_document_iface_init),
2122         (ps_document_file_exporter_do_page):
2123         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2124         (tiff_document_render), (tiff_document_render_pixbuf),
2125         (tiff_document_file_exporter_do_page):
2126         * backend/pixbuf/pixbuf-document.c:
2127         (pixbuf_document_get_page_size):
2128         * backend/comics/comics-document.c:
2129         (comics_document_get_page_size), (comics_document_render_pixbuf):
2130         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2131         (djvu_document_render), (djvu_selection_get_selected_text),
2132         (djvu_document_thumbnails_get_thumbnail),
2133         (djvu_document_file_exporter_do_page),
2134         (djvu_document_find_get_result):
2135         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2136         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2137         (dvi_document_thumbnails_get_thumbnail),
2138         (dvi_document_file_exporter_do_page):
2139         * backend/impress/impress-document.c:
2140         (impress_document_get_page_size),
2141         (impress_document_render_pixbuf):
2142         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2143
2144         Add EvPage so that we can hold a reference to the backend
2145         page. Form fields keep now a reference to the poppler page
2146         improving performance since we don't have to create/destroy the
2147         poppler field for every form operation. This will be needed for
2148         annotations too.
2149         
2150 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * data/evince-ui.xml:
2153         * shell/ev-window.c:
2154
2155         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2156         
2157 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2158
2159         * configure.ac:
2160         * backend/ps/Makefile.am:
2161
2162         Remove gs stuff from ps backend.
2163         
2164 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2165
2166         * configure.ac:
2167         * backend/pdf/ev-poppler.cc:
2168
2169         Bump poppler requirement to 0.8.0.
2170         
2171 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2172
2173         * NEWS:
2174         * configure.ac:
2175
2176         Update for release 2.22.1.1
2177
2178 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2179
2180         * configure.ac:
2181
2182         Fix build (again) when poppler version is 0.6
2183         
2184 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2185
2186         * backend/djvu/djvu-links.c: (build_tree):
2187
2188         Make sure link title is a valid utf8 string. Fixes bug #526517.
2189         
2190 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * configure.ac:
2193
2194         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2195         #526799.
2196         
2197 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2198
2199         * configure.ac:
2200         
2201         Update for release 2.22.1.
2202
2203 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2204
2205         * NEWS:
2206
2207         Update for upcoming release.
2208
2209 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2210
2211         * configure.ac:
2212         * backend/dvi/dvidocument.evince-backend.in:
2213
2214         Add compressed dvi to the list of supported mime types. Patch by
2215         Ed Catmur. Fixes bug #307087.
2216
2217 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2220
2221         Fix a crash when printing a range that doesn't specify the start or
2222         end page. Fixes bug #524288.
2223
2224 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2225
2226         * shell/ev-window.c: (ev_window_cmd_continuous),
2227         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2228         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2229         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2230         (ev_window_run_presentation), (ev_window_stop_presentation),
2231         (ev_window_cmd_view_presentation),
2232         (ev_window_cmd_leave_fullscreen),
2233         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2234
2235         Do not unfullscreen and fullscreen again the window when changing
2236         from fullscreen to presentation mode and vice versa. Fixes bug
2237         #524112.
2238         
2239 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2240
2241         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2242
2243         Do not crash when thumbnail failed to render in PS backend. Fixes
2244         bug #525015.
2245         
2246 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2249         (ev_window_load_file_remote), (ev_window_open_uri):
2250
2251         Handle errors when opening remote files.
2252         
2253 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2254
2255         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2256
2257         Only grab the focus for the current visible proxy widget. Fixes
2258         bug #521224.
2259         
2260 2008-03-30  Emil Soleyman  <emil@nishra.com>
2261
2262         * shell/ev-window.c: (launch_external_uri):
2263         
2264         Reuse g_app_info_launch_default_for_uri to
2265         save some code and fix bug #525009.
2266
2267 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2268
2269         * shell/ev-window.c (image_save_dialog_response_cb):
2270
2271         Use g_str_has_suffix. See bug #523069.
2272
2273 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2274
2275         * configure.ac:
2276
2277         Add a configure option to enable/diable DBus. Patch by Rémi
2278         Cardona. Fixes bug 521797.
2279
2280 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2283
2284         Fix printing in documents with rotated pages. Patch by Eugen
2285         Dedu. Fixes bug #512648.
2286         
2287 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2288
2289         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2290         (ev_link_from_action):
2291
2292         Fix warning messages.
2293         
2294 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * shell/ev-window.c: (image_save_dialog_response_cb):
2297
2298         Do not append the extension to filename when saving an image
2299         if the filename alredy contains the extension. Fixes bug #523069.
2300         
2301 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * shell/ev-view.[ch]: (ev_view_find_cancel):
2304         * shell/ev-window.c: (find_bar_close_cb):
2305
2306         Cancel the find operation when the find bar is closed. Fixes bug
2307         #508845.
2308         
2309 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         * backend/ps/psdocument.evince-backend.in:
2312
2313         Make ps backend module resident. Fixes bug #520607.
2314         
2315 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * shell/ev-jobs.c: (ev_job_print_run):
2318
2319         Invert collate action in order to work as expected, fix reverse
2320         printing so that it doesn't start with a blank page and fix number
2321         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2322         
2323 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2324
2325         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2326
2327         Fix build with poppler <= 0.7.2
2328         
2329 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * libdocument/ev-document-misc.c:
2332         (ev_document_misc_surface_from_pixbuf):
2333
2334         Fix selections with poppler-splash.
2335         
2336 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * configure.ac:
2339         * backend/pdf/ev-poppler.cc:
2340
2341         Fix build with poppler >= 0.7.2
2342         
2343 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2344
2345         * configure.ac:
2346         
2347         Update for release 2.22.0
2348
2349 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2350
2351         * NEWS:
2352
2353         Update for upcoming release.
2354
2355 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2356
2357         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2358
2359         Bug 495107 – Handle print dialog responses correctly
2360
2361         Correctly handle print dialog response. Properly fixes
2362         the above mentioned bug.
2363
2364 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2365
2366         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2367
2368         Make sure print job is only run when the print button is
2369         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2370         
2371 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2372
2373         * backend/pdf/pdfdocument.evince-backend.in:
2374         * libdocument/ev-backends-manager.c:
2375         (ev_backends_manager_load_backend),
2376         (ev_backends_manager_get_document):
2377         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2378
2379         Allow making backend modules resident. This is needed only for
2380         some backends like pdf to avoid registering glib types more than
2381         once.
2382         
2383 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2384
2385         * backend/comics/comics-document.c:
2386         * backend/djvu/djvu-document.c:
2387         * backend/impress/impress-document.c:
2388         * backend/pdf/ev-poppler.cc:
2389         * backend/pixbuf/pixbuf-document.c:
2390         * backend/ps/ev-spectre.c:
2391         * backend/ps/ps-document.c:
2392         * backend/tiff/tiff-document.c:
2393         * libdocument/ev-document.h:
2394         * properties/ev-properties-main.c:
2395
2396         Use g_type_module_add_interface instead of
2397         g_type_add_interface_static. Fixes bug #519679.
2398         
2399 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2400
2401         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2402         Added. Returns whether the animation has everything necessary to run.
2403         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2404         is ready just because it's been created. Fixes #519106.
2405         (draw_one_page): Do not show the "Loading..." text in presentation
2406         mode, there was a slim probability that this could happen.
2407
2408 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2409
2410         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2411
2412         Duplicate mime_type string before freeing it so that it doesn't
2413         always fail when getting mime type from uri. Fixes bug #518874.
2414         
2415 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2418
2419         Fix a crash when a choice form field doesn't have any item
2420         selected. Fixes bug #518831
2421         
2422 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2423
2424         * shell/ev-window.c (ev_window_clear_temp_file):
2425         Use g_file_has_prefix instead of renamed
2426         g_file_contains_file.
2427
2428         * configure.ac:
2429         Require new glib for above change.
2430         
2431 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2432
2433         * libdocument/ev-image.c: (ev_image_finalize),
2434         (ev_image_save_tmp):
2435
2436         Return a real uri instead of a filename when saving an
2437         image. Fixes images drag an drop from evince to nautilus. 
2438         
2439 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * backend/pdf/ev-poppler.cc:
2442         (pdf_document_images_get_image_mapping):
2443
2444         Return the image list in the right order. Fixes bug #516237.
2445         
2446 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2447
2448         * backend/impress/impress-document.c:
2449         (impress_document_thumbnails_get_thumbnail):
2450
2451         Remove unused variable to avoid a compiler warning.
2452
2453 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2454
2455         * configure.ac:
2456         
2457         Update for release 2.21.91.
2458
2459 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2460
2461         * configure.ac:
2462         * shell/Makefile.am:
2463         * shell/ev-application.[ch]:
2464         * shell/ev-sidebar-links.c:
2465         * shell/ev-utils.[ch]:
2466         * shell/ev-window.[ch]:
2467
2468         Remove libgnomeprint support. Fixes bug #512370.
2469         
2470 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2471
2472         * thumbnailer/evince-thumbnailer.c: (main):
2473
2474         Initialize glib type system before using it. Fixes bug #513934.
2475         
2476 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2477
2478         * properties/ev-properties-main.c:
2479
2480         Add missing #include.
2481         
2482 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2483
2484         * configure.ac:
2485         * backend/djvu/djvu-document.c: (djvu_document_render):
2486         * backend/tiff/tiff-document.c: (tiff_document_render):
2487
2488         Use the new cairo function cairo_format_stride_for_width when
2489         available. Fixes bug #482720.
2490
2491 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2494         (get_mime_type_from_data), (get_document_from_uri):
2495
2496         Use g_content_type_guess() only when slow is true in
2497         get_document_from_uri(). Fix several memory leaks.
2498         
2499 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2500
2501         * libdocument/ev-document-factory.c:
2502         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2503         (get_document_from_uri):
2504
2505         Use g_content_type_guess () to get mimetype for files.
2506         Bug #510401.
2507
2508 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2509
2510         * thumbnailer/Makefile.am:
2511
2512         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2513         
2514 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2515
2516         * configure.ac:
2517
2518         Fix build with --without-libgnome. Fixes bug #512771.
2519         
2520 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2521
2522         * backend/dvi/Makefile.am: Install only dvi
2523         module. Fixes bug #512718.
2524
2525 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2526
2527         * properties/ev-properties-main.c: (nautilus_module_initialize):
2528         
2529         Initialize backends in properties tab. Fixes bug
2530         #512720.
2531
2532 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2533
2534         * properties/Makefile.am: No need to link with 
2535         libraries. Fixes bug #512719.
2536
2537 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2538
2539         * NEWS:
2540         * configure.ac:
2541         
2542         Update for release 2.21.90.
2543
2544 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2545
2546         * shell/ev-window.c: (ev_window_cmd_escape):
2547
2548         Fix compile warning.
2549         
2550 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2553
2554         Fix printing in dvi backend when filename contains white
2555         espaces. Fixes bug #502839.
2556         
2557 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2558
2559         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2560         (screensaver_disable_x11):
2561         * shell/Makefile.am:
2562         * shell/xdg-user-dir-lookup.c: Removed
2563         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2564         * shell/ev-view.c: (ev_view_presentation_transition_start):
2565         * shell/ev-window.c: (ev_window_cmd_file_open),
2566         (ev_window_cmd_save_as), (presentation_set_timeout):
2567
2568         Remove #ifdefs that are no longer needed.
2569         
2570 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2571
2572         * shell/ev-view.[ch]: (ev_view_button_release_event),
2573         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2574         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2575         (ev_window_cmd_escape):
2576
2577         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2578         
2579 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2580
2581         * configure.ac:
2582         * backend/comics/comics-document.c: (comics_document_load):
2583         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2584         (ev_attachment_set_property), (ev_attachment_init),
2585         (ev_attachment_save), (ev_attachment_launch_app),
2586         (ev_attachment_open):
2587         * libdocument/ev-document-factory.c: (get_document_from_uri):
2588         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2589         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2590         * shell/ev-jobs.c:
2591         * shell/ev-password.c: (ev_password_dialog_set_property),
2592         (ev_password_dialog_save_password):
2593         * shell/ev-sidebar-attachments.c:
2594         (ev_sidebar_attachments_drag_data_get):
2595         * shell/ev-window-title.c: (get_filename_from_uri):
2596         * shell/ev-window.c: (ev_window_clear_temp_file),
2597         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2598         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2599         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2600         (launch_external_uri), (image_save_dialog_response_cb),
2601         (attachment_save_dialog_response_cb):
2602         * shell/main.c: (load_files), (load_files_remote), (main):
2603         * thumbnailer/evince-thumbnailer.c: (main):
2604
2605         Port to gio and drop gnome-vfs dependency. Fixes bug
2606         #510401. Based on patch by Cosimo Cecchi.
2607         
2608 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2609
2610         * NEWS:
2611
2612         Fixed formatting inconsistencies (spaces vs. tabs)
2613
2614 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2615
2616         * shell/ev-window.c:
2617
2618         Use top/up/bottom/down arrows instead of
2619         first/left/last/right in the toolbar and menu actions.
2620         This fixes issues with RTL languages and is visually
2621         consistent with the page view. Fixes bug #170081.
2622
2623 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2624
2625         * NEWS:
2626
2627         Fixed some inaccuracies pointed out by Carlos Garcia
2628         Campos.
2629
2630 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2631
2632         * NEWS:
2633         * data/evince.schemas.in:
2634         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2635
2636         Override PDF restrictions by default. Fixes bug #382700.
2637
2638 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2639
2640         * NEWS: Updated for upcoming release
2641
2642 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2643
2644         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2645
2646         Fix memory leak.
2647         
2648 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2649
2650         * shell/ev-window.c: (register_custom_actions):
2651         
2652         Added comment for translators
2653
2654 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2655
2656         * shell/ev-view.c: (ev_view_button_release_event):
2657
2658         Do not create the idle function for kinetic scrolling if we are
2659         not in a drag operation.
2660
2661 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2664         (ev_view_button_press_event), (ev_view_motion_notify_event),
2665         (ev_view_button_release_event):
2666
2667         Restore cursor after autoscrolling. Fixes bug #509958.
2668
2669 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2670
2671         * configure.ac:
2672         * backend/pdf/ev-poppler.cc:
2673         (pdf_document_images_get_image_mapping),
2674         (pdf_document_images_get_image),
2675         (pdf_document_document_images_iface_init):
2676         * libdocument/ev-document-images.[ch]:
2677         (ev_document_images_get_image_mapping),
2678         (ev_document_images_get_image):
2679         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2680         (ev_image_get_id), (ev_image_save_tmp):
2681         * shell/ev-jobs.c: (ev_job_render_run):
2682         * shell/ev-view.c: (ev_view_drag_data_get):
2683         * shell/ev-window.c: (image_save_dialog_response_cb),
2684         (ev_view_popup_cmd_copy_image):
2685
2686         Do not render images when rendering the page but on demand. It
2687         reduces the memory comsumption.
2688         
2689 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2690
2691         * configure.a:
2692         * shell/ev-password.c:
2693
2694         Make gnome-keyring optional. Fixes bug #509676.
2695         
2696 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2697
2698         * shell/ev-pixbuf-cache.c: (add_job):
2699
2700         Initialize include_images variable as FALSE instead of TRUE.
2701         
2702 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2703
2704         * configure.ac:
2705         * cut-n-paste/Makefile.am:
2706         * cut-n-paste/fileformatchooser/Makefile.am:
2707         * cut-n-paste/fileformatchooser/egg-macros.h:
2708         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2709         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2710         * shell/Makefile.am:
2711         * shell/ev-utils.c:
2712         (file_chooser_dialog_add_writable_pixbuf_formats),
2713         (get_gdk_pixbuf_format_by_extension):
2714         * shell/ev-utils.h:
2715         * shell/ev-window.c: (ev_window_error_message),
2716         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2717         
2718         Simplify image format selection on save.
2719
2720 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2721
2722         * shell/ev-view.c: (ev_view_scroll_event):
2723         
2724         Repair gorizontal scrolling with shift. Fixes
2725         bug #483412.
2726
2727 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2728         
2729         * MAINTAINERS:
2730
2731         Fix formatting issues.
2732         
2733 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2734
2735         * backend/comics/comics-document.c: (comics_regex_quote):
2736         
2737         Don't overquote special chars except of '. See bug 
2738         502500. Thanks to Tom Parker.
2739
2740 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2741
2742         * MAINTAINERS:
2743         
2744         Added Nickolay and Carlos, since they're doing most of
2745         the releases nowadays.
2746
2747 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2748
2749         * properties/Makefile.am:
2750
2751         Get the nautilus extension dir properly instead of using
2752         a hack. Fixes bug #505359.
2753
2754 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2755
2756         * properties/Makefile.am:
2757         
2758         Install nautilus extension into new place. See bug
2759         #505359. Thanks to Matthias Clasen, Brian Pepple and
2760         Damien Carbery.
2761
2762 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2763
2764         * shell/ev-window.c: (ev_window_get_recent_file_label):
2765         
2766         RTL marker in recent file list. See bug #509076.
2767
2768 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2771         * shell/ev-window.c: (image_save_dialog_response_cb):
2772
2773         Fix compile warnings due to unused variables.
2774         
2775 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2776
2777         * configure.ac:
2778         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2779         * backend/ps/ev-spectre.c: (ps_document_render):
2780
2781         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2782
2783 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2784
2785         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2786         (ev_transition_animation_paint): Implement "fade" effect.
2787
2788 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2789
2790         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2791         (ev_transition_animation_paint): Implement "uncover" effect.
2792
2793 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2794
2795         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2796         (ev_transition_animation_paint): Implement "cover" effect.
2797
2798 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2799
2800         * shell/ev-transition-animation.c (ev_transition_animation_push)
2801         (ev_transition_animation_paint): Implement "push" effect.
2802
2803 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2804
2805         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2806         (ev_transition_animation_paint): Implement "dissolve" effect.
2807
2808 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2809
2810         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2811         (ev_transition_animation_paint): Implement "wipe" effect.
2812
2813 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2814
2815         * shell/ev-transition-animation.c (ev_transition_animation_box)
2816         (ev_transition_animation_paint): Implement "box" effect.
2817
2818 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2819
2820         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2821         (ev_transition_animation_paint): Implement "blinds" effect.
2822
2823 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2824
2825         * shell/ev-transition-animation.c (ev_transition_animation_split)
2826         (ev_transition_animation_paint): Implement "split" effect.
2827
2828 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2829
2830         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2831         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2832         (ev_view_transition_animation_start) 
2833         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2834         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2835         (ev_view_next_page) (ev_view_previous_page):
2836         
2837         Use EvTransitionAnimation to drive page changes in the presentation
2838         mode, the animation will wait to start until both the origin and 
2839         destination page surfaces are available. Fixes #458460.
2840
2841         (draw_loading_text):
2842
2843         Remove workaround for bug #320352, it's now fixed properly.
2844
2845
2846 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2847
2848         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2849         will contain the implementations for page transition animations, at
2850         the moment it just has the "replace" effect.
2851         * shell/Makefile.am: Added these files to build.
2852
2853 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2854
2855         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2856         animations.
2857         * shell/Makefile.am: Added these files to build.
2858
2859 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2860
2861         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2862         implementation to get_effect() in EvDocumentTransitionIface.
2863
2864 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2865
2866         * libdocument/ev-transition-effect.[ch]: New files, define a page
2867         transition effect, at the moment it maps PopplerPageTransition to a
2868         GObject.
2869         * libdocument/Makefile.am: Added these files to build.
2870         * libdocument/ev-document-transition.[ch]
2871         (ev_document_transition_get_effect): New method, gets the
2872         EvTransitionEffect returned by the interface implementation, with
2873         fallback to the "replace" effect.
2874
2875 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2876
2877         * configure.ac:
2878         * cut-n-paste/Makefile.am:
2879         * cut-n-paste/fileformatchooser/Makefile.am:
2880         * cut-n-paste/fileformatchooser/egg-macros.h:
2881         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2882         * shell/Makefile.am:
2883         * shell/ev-window.c: (image_save_dialog_response_cb),
2884         (ev_view_popup_cmd_save_image_as):
2885
2886         Allow exporting images in any format supported by
2887         GdkPixbuf. Fixes bug #500209.
2888         
2889 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * backend/pixbuf/pixbuf-document.c:
2892
2893         More warnings fixed.
2894         
2895 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2896
2897         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2898         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2899         * backend/djvu/djvu-text.h:
2900         * backend/tiff/tiff-document.c: (tiff_document_render):
2901
2902         Fix compile warnings.
2903         
2904 2007-12-28  Christian Persch  <chpe@gnome.org>
2905
2906         * **/*.c: Include config.h. Bug #504721.
2907
2908 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2909
2910         * configure.ac:
2911         * Makefile.am:
2912         * po/POTFILES.in:
2913         * backend/comics/Makefile.am:
2914         * backend/comics/comics-document.[ch]:
2915         * backend/comics/comicsdocument.evince-backend.in:
2916         * backend/djvu/Makefile.am:
2917         * backend/djvu/djvu-document.[ch]:
2918         * backend/djvu/djvudocument.evince-backend.in:
2919         * backend/dvi/Makefile.am:
2920         * backend/dvi/dvi-document.[c]:
2921         * backend/dvi/dvidocument.evince-backend.in:
2922         * backend/impress/Makefile.am:
2923         * backend/impress/impress-document.[ch]:
2924         * backend/impress/impressdocument.evince-backend.in:
2925         * backend/pdf/Makefile.am:
2926         * backend/pdf/ev-poppler.cc:
2927         * backend/pdf/ev-poppler.h:
2928         * backend/pdf/pdfdocument.evince-backend.in:
2929         * backend/pixbuf/Makefile.am:
2930         * backend/pixbuf/pixbuf-document.[ch]:
2931         * backend/pixbuf/pixbufdocument.evince-backend.in:
2932         * backend/ps/Makefile.am:
2933         * backend/ps/ev-spectre.[ch]:
2934         * backend/ps/ps-document.[ch]:
2935         * backend/ps/psdocument.evince-backend.in:
2936         * backend/tiff/Makefile.am:
2937         * backend/tiff/tiff-document.[ch]:
2938         * backend/tiff/tiffdocument.evince-backend.in:
2939         * libdocument/Makefile.am:
2940         * libdocument/ev-backends-manager.[ch]:
2941         * libdocument/ev-module.[ch]:
2942         * libdocument/ev-document.h:
2943         * libdocument/ev-document-factory.[ch]:
2944         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2945         (get_compression_from_mime_type), (get_document_from_uri),
2946         (ev_document_factory_get_document), (file_filter_add_mime_types),
2947         (ev_document_factory_add_filters):
2948         * shell/Makefile.am:
2949         * shell/ev-window-title.c: (get_filename_from_uri):
2950         * shell/main.c: (main):
2951         * thumbnailer/Makefile.am:
2952         * thumbnailer/evince-thumbnailer.c: (main):
2953
2954         Plugin system for backends. Fixes bug #351348.
2955         
2956 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2957
2958         * shell/ev-view-private.h:
2959         * shell/ev-view.c: (ev_view_drag_update_momentum),
2960         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2961         (ev_view_button_release_event), (ev_view_destroy):
2962         
2963         Kinetic scrolling implemented as requested in
2964         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2965
2966 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2967
2968         * data/evince-toolbar.xml:
2969         * data/evince-ui.xml:
2970         * shell/ev-view-private.h:
2971         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2972         (ev_view_button_press_event), (ev_view_motion_notify_event),
2973         (ev_view_button_release_event), (ev_view_init),
2974         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2975         (ev_view_set_cursor):
2976         * shell/ev-view.h:
2977         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2978         (ev_window_cmd_view_autoscroll):
2979         
2980         Autoscroll feature with the context menu. Fixes bug 
2981         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2982
2983 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2984
2985         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2986
2987         Disconnect also page-ready signal when removing a job because the
2988         page size has changed. Thanks to kripken
2989         <kripkensteiner@gmail.com>.
2990
2991 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2992
2993         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2994         
2995         Scroll pages in page entry with mouse wheel. Fixes bug
2996         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2997
2998 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2999
3000         * backend/dvi/Makefile.am:
3001         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3002         (mdvi_cairo_device_init):
3003         * backend/dvi/mdvi-lib/common.h:
3004         * backend/dvi/mdvi-lib/mdvi.h:
3005         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3006         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3007         (mdvi_build_path_from_cwd):
3008
3009         Add ps specials support in dvi backend when libspectre is
3010         present. Fixes bug #386005.
3011         
3012 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3013
3014         * configure.ac:
3015         * backend/ps/Makefile.am:
3016         * backend/ps/ev-spectre.[ch]:
3017         
3018         Use libspectre, if available, for the ps backend. Fixes bugs
3019         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3020
3021 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3022         
3023         * backend/comics/comics-document.c: (comics_document_load):
3024         
3025         Cygwin build issue fix.
3026
3027 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3028
3029         * shell/ev-view.c: (ev_view_set_zoom):
3030
3031         Do not limit the minimum zoom factor when sizing mode is best bit
3032         or fit width. Fixes bug #503805.
3033         
3034 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3037         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3038         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3039         (ev_link_dest_get_property), (ev_link_dest_set_property),
3040         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3041         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3042         (ev_link_dest_new_fitr):
3043         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3044         (goto_fith_dest), (goto_xyz_dest):
3045
3046         Do not change left, top and zoom values when they are null in PDF
3047         destinations. Fixes bug #460658.
3048         
3049 2007-12-10  Christian Persch  <chpe@gnome.org>
3050
3051         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3052         (ev_view_accessible_class_init),
3053         (ev_view_accessible_idle_do_action),
3054         (ev_view_accessible_action_do_action),
3055         (ev_view_accessible_action_get_description),
3056         (ev_view_accessible_action_set_description),
3057         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3058         (ev_view_accessible_factory_init),
3059         (ev_view_accessible_factory_get_accessible_type):
3060         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3061         private data, and G_DEFINE_TYPE. Bug #502843.
3062
3063 2007-12-08  Christian Persch  <chpe@gnome.org>
3064
3065         * shell/ev-metadata-manager.c: (item_free),
3066         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3067         (value_free), (parse_value), (parseItem),
3068         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3069         (save_values): Use GSlice to allocate small amounts of memory. Bug
3070         #475972.
3071
3072 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3073
3074         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3075
3076         Restore cursor to normal after a drag operation. Fixes bug
3077         #501603.
3078         
3079 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3080
3081         * NEWS:
3082         * configure.ac:
3083         
3084         Update for release 2.21.1
3085
3086 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3087
3088         * configure.ac:
3089         * cut-n-paste/gedit-message-area/Makefile.am:
3090         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3091         * shell/Makefile.am:
3092         * shell/ev-message-area.[ch]:
3093         * shell/ev-window.c: (ev_window_set_message_area),
3094         (ev_window_error_message_response_cb), (ev_window_error_message),
3095         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3096         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3097         (ev_attachment_popup_cmd_open_attachment),
3098         (attachment_save_dialog_response_cb), (ev_window_set_document),
3099         (ev_window_init):
3100
3101         Use a message area instead of a popup dialog for error
3102         notifications. Fixes bug #337495.
3103         
3104 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3105
3106         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3107         (ev_window_run_fullscreen):
3108
3109         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3110         
3111 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3112
3113         * ev-sidebar-thumbnails.c: (update_visible_range),
3114         (ev_sidebar_thumbnails_refresh),
3115         (ev_sidebar_thumbnails_set_document),
3116         (ev_sidebar_thumbnails_support_document):
3117
3118         Show thumbnails for documents with one page. Fixes bug #358751.
3119         
3120 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3121
3122         * shell/ev-window.c:
3123         (ev_window_load_print_settings_from_metadata),
3124         (ev_window_save_print_settings), (ev_window_print_finished),
3125         (ev_window_print_range):
3126
3127         Print settings that are specific to the document are now saved per
3128         document in the metadata file. Fixes bug #488806.
3129         
3130 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3131
3132         * backend/tiff/tiff-document.c: (tiff_document_render):
3133
3134         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3135         
3136 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3137
3138         * shell/ev-application.[ch]: (get_find_string_from_args),
3139         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3140         (ev_application_open_uri_list):
3141         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3142         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3143         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3144         (ev_window_cmd_recent_file_activate),
3145         (ev_window_open_recent_action_item_activated),
3146         (ev_window_print_send), (open_remote_link):
3147         * shell/main.c: (arguments_parse):
3148
3149         Add a command line option for search. Fixes bug #497710.
3150         
3151 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3152
3153         * shell/ev-jobs.c: (ev_job_print_new):
3154
3155         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3156         
3157 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3158
3159         * data/evince-toolbar.xml:
3160         * shell/Makefile.am:
3161         * shell/ev-application.c: (ev_application_init):
3162         * shell/ev-open-recent-action.[ch]:
3163         * shell/ev-window.c:
3164         (ev_window_open_recent_action_item_activated),
3165         (register_custom_actions):
3166
3167         Add an expander to the open toolbar item which pops up a dropdown
3168         menu with the recently used documents. Fixes bug #487215.
3169         
3170 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3171
3172         * shell/ev-window.c: (ev_window_open_uri),
3173         (ev_window_cmd_view_reload):
3174
3175         Do not jump to the first page when reloading by running evince
3176         from the command line. Fixes bug #490847.
3177         
3178 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3179
3180         * shell/ev-window.c: (ev_window_cmd_help_contents):
3181
3182         Plugged memory leak when help file is not found. Fixes bug
3183         #490762.
3184         
3185 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3186
3187         * configure.ac:
3188
3189         Enable djvu, dvi and comics backends by default. Fixes bug
3190         #437121.
3191         
3192 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * configure.ac:
3195         * cut-n-paste/Makefile.am:
3196         * cut-n-paste/recent-files/*: Removed
3197         * help/reference/Makefile.am:
3198         * shell/Makefile.am:
3199         * shell/ev-application.[ch]: (ev_application_shutdown),
3200         (ev_application_init):
3201         * shell/ev-window.c: (ev_window_add_recent),
3202         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3203
3204         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3205         
3206 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3207
3208         * shell/ev-window.c: (launch_external_uri):
3209
3210         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3211         and report error if the URL is not supported (#489910).
3212
3213 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3214
3215         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3216         (pdf_document_file_exporter_begin_page),
3217         (pdf_document_file_exporter_end_page):
3218
3219         Fix printing with poppler splash backend. Fixes bug #489774.
3220         
3221 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3224         * shell/ev-print-job.c: (ev_print_job_class_init):
3225
3226         Fix a crash when printing with the gnome-print dialog. Fixes bug
3227         #488939.
3228         
3229 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3230
3231         * backend/pixbuf/pixbuf-document.c:
3232
3233         Fix an implicit function definition warning (#487655)
3234
3235 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * shell/ev-window.c:
3238
3239         Fix conflicting shortcut for view sade pane and presentation.
3240         
3241 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3242
3243         * backend/pdf/ev-poppler.cc:
3244         (pdf_document_file_exporter_begin_page),
3245         (pdf_document_file_exporter_do_page),
3246         (pdf_document_file_exporter_end_page),
3247         (pdf_document_file_exporter_iface_init):
3248         * libdocument/ev-file-exporter.[ch]:
3249         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3250         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3251         (ev_job_print_run):
3252
3253         When printing multiple pages per sheet in reverse option, do not
3254         invert the order of the pages in every sheet, but the order of the
3255         sheets. Do not print blank pages when page range is invalid. Fixes
3256         bugs #484857 and #485521.
3257         
3258 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3259
3260         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3261         (ev_job_print_run):
3262         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3263
3264         Respect ranges order when printing more than one range in random
3265         order.
3266         
3267 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3268
3269         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3270         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3271
3272         Rotate also the window icon when document is rotated. Fixes bug
3273         #474681.
3274         
3275 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3276
3277         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3278         (pdf_document_forms_get_form_fields):
3279
3280         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3281         Matthias Drochner.
3282         
3283 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3284
3285         * configure.ac:
3286         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3287
3288         Use poppler_page_render_for_printing() instead of
3289         poppler_page_render() if available when exporting to a ps or pdf
3290         file. Fixes bug #476627.
3291         
3292 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3293
3294         * shell/ev-window.c: (ev_window_run_fullscreen):
3295
3296         Do not show the toolbar in fullscreen mode if the main toolbar is
3297         not visible. Fixes bug #483048.
3298         
3299 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3300
3301         * shell/ev-view.c: (ev_view_button_press_event):
3302
3303         Give priority to form fields over images when deciding whether a
3304         button press event is over an image or form field. It allows edit
3305         form fields when they are over a background image. Fixes bug
3306         #477841.
3307         
3308 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3309
3310         * NEWS:
3311         * configure.ac:
3312         
3313         Update for release 2.20.0
3314
3315 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3316
3317         * backend/pdf/ev-poppler.cc:
3318
3319         Remove #ifdef HAVE_FORMS, so that forms support works again.
3320
3321 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3322
3323         * configure.ac:
3324         * data/evince.desktop.in.in:
3325         
3326         Fixes desktop file issues. See bug #473471.
3327
3328 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3329
3330         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3331         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3332         (ev_job_queue_remove_job):
3333         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3334         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3335         * shell/ev-window.c: (ev_window_clear_save_job),
3336         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3337         (ev_window_dispose):
3338
3339         Move save a copy task to its own job so that it's carried out in a
3340         thread avoiding another lock in the main thread. Use
3341         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3342         can be saved to a pathin another file system. Fixes bug #456891.
3343         
3344 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3345
3346         * NEWS:
3347         * configure.ac:
3348         
3349         Update for release 2.19.92
3350
3351 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3352
3353         * configure.ac:
3354         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3355         (pdf_selection_get_selection_region),
3356         (pdf_selection_get_selection_map),
3357         (ev_form_field_from_poppler_field):
3358
3359         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3360         and triple click selections are enabled again now.
3361
3362 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3363
3364         * shell/ev-window.c: (ev_window_add_history):
3365
3366         Make sure not to use the history with documents not supporting
3367         links. Fixes bug #468954.
3368
3369 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3370
3371         * shell/ev-window.c: (ev_window_load_job_cb):
3372
3373         Restart the search when reloading a document with the find bar
3374         visible. Fixes bug #461962.
3375
3376 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * shell/ev-window.c: (setup_document_from_metadata),
3379         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3380
3381         Do not jump to the first page when reloading a document from the
3382         last page.
3383
3384 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3385
3386         * shell/ev-window.c: (update_chrome_flag),
3387         (setup_sidebar_from_metadata),
3388         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3389         (ev_window_cmd_edit_find_next),
3390         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3391         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3392         (find_bar_close_cb), (view_actions_focus_in_cb):
3393
3394         Do not update visibility when changing a chrome flag so that it's
3395         possible to update several flags and update visibility only once
3396         for all of them.
3397
3398 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3401
3402         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3403         supported by gtk+. Fixes bug #460907.
3404
3405 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3406
3407         * shell/ev-view.c: (view_update_range_and_current_page):
3408
3409         Make sure current-page <= end-page in continuous mode. Fixes bug
3410         #454950.
3411
3412 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3413
3414         * backend/pdf/ev-poppler.cc: (build_tree):
3415
3416         Ignore outline items without a title. Fixes bug #453913.
3417
3418 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3419
3420         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3421         (ev_view_button_release_event), (ev_view_leave_notify_event):
3422
3423         Use always drag mouse cursor during a drag operation. Fixes bug
3424         #470564.
3425
3426 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3427
3428         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3429         (pdf_selection_get_selection_region),
3430         (pdf_selection_get_selection_map):
3431
3432         Temporarily disable double and triple selections since it depends on
3433         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3434         released and the update of the external dependency minimal version
3435         approved.
3436
3437 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3438
3439         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3440         (pdf_document_file_exporter_do_page):
3441         * libdocument/ev-file-exporter.h:
3442         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3443         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3444
3445         Actually fix printing regressions. Remove orientation from
3446         EvPrintContext since it's redundant.
3447
3448 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3449
3450         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3451         * backend/impress/impress-document.c:
3452         (impress_document_document_iface_init):
3453         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3454         * backend/djvu/djvu-document.c:
3455         (djvu_document_document_iface_init),
3456         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3457         * backend/tiff/tiff-document.c:
3458         (tiff_document_document_iface_init):
3459         * backend/pixbuf/pixbuf-document.c:
3460         (pixbuf_document_document_iface_init):
3461         * backend/comics/comics-document.c:
3462         (comics_document_document_iface_init):
3463         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3464         (pdf_selection_render_selection),
3465         (pdf_selection_get_selected_text),
3466         (pdf_selection_get_selection_region),
3467         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3468         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3469         (ev_selection_get_selection_region),
3470         (ev_selection_get_selection_map):
3471         * libdocument/ev-document.[ch]:
3472         * shell/ev-pixbuf-cache.[ch]: (add_job),
3473         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3474         * shell/ev-view-private.h:
3475         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3476         (ev_job_render_run):
3477         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3478         * shell/ev-view.c: (start_selection_for_event),
3479         (ev_view_button_press_event), (ev_view_drag_data_get),
3480         (ev_view_drag_data_received), (ev_view_button_release_event),
3481         (compute_new_selection_text), (compute_selections),
3482         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3483         (ev_view_primary_get_cb):
3484
3485         Add support for double and triple click selections.
3486
3487 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3488
3489         * NEWS:
3490         * configure.ac:
3491
3492         Update for release 2.19.4
3493
3494 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3495
3496         * shell/ev-view-private.h:
3497         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3498         (ev_view_set_highlight_search):
3499         * shell/ev-view.h:
3500         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3501         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3502         (find_bar_visibility_changed_cb):
3503         
3504         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3505
3506 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3507
3508         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3509         (pdf_document_file_exporter_begin),
3510         (pdf_document_file_exporter_do_page):
3511         * shell/ev-jobs.c: (ev_job_print_run):
3512         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3513
3514         Create always a portrait cairo surface and rotate when needed for
3515         landscape. It fixes printing problems in real printers.
3516
3517 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3518
3519         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3520         * libdocument/ev-file-exporter.[ch]:
3521         (ev_file_exporter_get_capabilities):
3522         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3523         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3524
3525         Adjust number of pages per row according to page orientation when
3526         printing 2 or 6 pages per sheet.
3527
3528 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3529
3530         * shell/ev-window.c: (ev_window_print_send):
3531
3532         Reset also cups setting to 1 when printing multiple pages per
3533         sheet. Fixes bug #468853.
3534
3535 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3536
3537         * libdocument/ev-document-misc.c:
3538         (ev_document_misc_surface_rotate_and_scale):
3539
3540         Use directly cairo_surface_get_content() when creating a similar
3541         surface as suggested by Jeff Muizelaar. Thanks again.
3542
3543 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3544
3545         * backend/djvu/djvu-document.c: (djvu_document_render):
3546         * backend/tiff/tiff-document.c: (tiff_document_render):
3547         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3548         * libdocument/ev-document-misc.c:
3549         (ev_document_misc_surface_from_pixbuf),
3550         (ev_document_misc_surface_rotate_and_scale):
3551
3552         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3553         creating page surfaces. Fixes bug #453123. Thank you very much to
3554         Jeff Muizelaar <jeff@infidigm.net>.
3555
3556 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3557
3558         * shell/ev-page-cache.c: (ev_page_cache_new),
3559         (ev_page_cache_get_thumbnail_size):
3560         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3561         (ev_sidebar_thumbnails_set_loading_icon):
3562
3563         Also store in page-cache the dimensions of the thumbnails so that
3564         they can be used to create the correct loading icon in the side
3565         pane. Fixes bug #466857.
3566
3567 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3568
3569         * backend/pdf/ev-poppler.cc:
3570         (pdf_document_thumbnails_get_thumbnail):
3571
3572         Fix thumbnails rotation in pdf documents that include embedded 
3573         thumbnails.
3574
3575 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3576
3577         * backend/pdf/ev-poppler.cc:
3578
3579         Don't use #ifdef in macro expansion. Some compilers don't
3580         like that. Closes bug #467042.
3581
3582 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3583
3584         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3585         
3586         Fixes memory leak in djvu backend.
3587
3588 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3589
3590         * data/icons/32x32/Makefile.am:
3591         * data/icons/32x32/actions/Makefile.am:
3592         * data/icons/32x32/actions/view-page-cont.svg:
3593         * data/icons/32x32/actions/view-page-facing.svg:
3594         * data/icons/48x48/Makefile.am:
3595         * data/icons/48x48/actions/Makefile.am:
3596         * data/icons/48x48/actions/view-page-cont.svg:
3597         * data/icons/48x48/actions/view-page-facing.svg:
3598         
3599         Icons for a new sizes.
3600
3601 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3602
3603         * shell/ev-page-cache.c: (build_height_to_page),
3604         (ev_page_cache_get_height_to_page):
3605         
3606         Fixes invalid read, see bug #466401.
3607
3608 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3609
3610         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3611         (set_drag_cursor):
3612         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3613         (configure_item_cursor), (new_pixbuf_from_widget):
3614
3615         Fix multihead problems in toolbar editor. Fixes bug #382055.
3616
3617 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3618
3619         * shell/ev-window.c: (ev_window_cmd_file_open),
3620         (ev_window_cmd_save_as):
3621
3622         Use g_get_user_special_dir when available instead of
3623         xdg_user_dir_lookup.
3624
3625 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3626
3627         * MAINTAINERS:
3628         
3629         Updated according to request on desktop-devel.
3630
3631 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3632
3633         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3634
3635         Do not use cairo_rectangle and cairo_clip since we are
3636         not using cairo_fill but cairo_paint. Use the same cairo context
3637         for every page in the same expose event.
3638
3639 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3640
3641         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3642         leak.
3643
3644 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3645
3646         * configure.ac:
3647         * NEWS:
3648
3649         Release 0.9.3
3650
3651 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3652
3653         * libdocument/ev-document-info.h:
3654         * libdocument/ev-document.h:
3655         * shell/ev-page-action.h:
3656         * shell/ev-sidebar-links.h:
3657
3658         Fix a headers problem with ev-link
3659         
3660         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3661         * shell/ev-view-private.h:
3662         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3663         (get_link_area), (ev_view_query_tooltip),
3664         (ev_view_leave_notify_event), (ev_view_destroy),
3665         (ev_view_class_init):
3666
3667         Use new gtk tooltips when available instead of ev-tooltip.
3668         
3669 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3670
3671         * shell/ev-window.c: (update_chrome_visibility),
3672         (ev_window_sidebar_visibility_changed_cb):
3673
3674         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3675         
3676 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3677
3678         * shell/ev-navigation-action.c:
3679         (ev_navigation_action_history_changed),
3680         (ev_navigation_action_set_history):
3681         * shell/ev-navigation-action-widget.c:
3682         (ev_navigation_action_widget_init):
3683         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3684
3685         Fix compile warnings.
3686         
3687 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3688
3689         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3690         (egg_editable_toolbar_dispose):
3691
3692         Fix memory leak.
3693         
3694 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3695
3696         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3697         (screensaver_disable_x11):
3698         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3699         * shell/ev-window.c: (presentation_set_timeout):
3700         * shell/ev-view.c: (ev_view_presentation_transition_start):
3701
3702         Use g_timeout_add_seconds instead of g_timeout_add when
3703         available.
3704         
3705 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3706
3707         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3708
3709         Set horizontal scrollbar policy to AUTOMATIC instead of
3710         NEVER. Workaround for bug #449462.
3711         
3712 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3713
3714         * shell/ev-jobs.c: (ev_job_render_page_ready):
3715
3716         Add page_ready callback to main loop with high priority and hold
3717         a reference to job during idle.
3718         
3719 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3720
3721         * configure.ac:
3722         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3723         (pdf_document_file_exporter_begin),
3724         (pdf_document_file_exporter_do_page),
3725         (pdf_document_file_exporter_get_capabilities):
3726         * libdocument/ev-file-exporter.h:
3727         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3728         * shell/ev-window.c: (ev_window_print_send),
3729         (ev_window_print_dialog_response_cb):
3730
3731         Allow printing multiple pages per sheet. Fixes bug #395573.
3732         
3733 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3734
3735         * shell/ev-view.c: (tip_from_link):
3736         
3737         Check for NULL, fixes bug #460862.
3738
3739 2007-07-29  Christian Persch  <chpe@gnome.org>
3740
3741         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3742         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3743         (ev_window_cmd_preview_print):
3744         
3745         Fixes bug #437681 - blocks while enumerating printers.
3746
3747 2007-07-29  Christian Persch  <chpe@gnome.org>
3748
3749         * shell/ev-window.c: (ev_window_screen_changed):
3750         
3751         Don't use deprecated gtk+ function. See bug #460909.
3752
3753 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3754
3755         * shell/ev-utils.c: (get_num_monitors):
3756         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3757
3758         Do not use display before initializing it. Remove compile
3759         warnings.
3760
3761 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3762
3763         * shell/ev-view.c: (ev_view_class_init):
3764         
3765         Unix-like hjkl bindings added. See bug #458111.
3766
3767 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3768
3769         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3770         * shell/ev-utils.h:
3771         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3772         (ev_view_update_view_size):
3773         * shell/ev-view.h:
3774         * shell/ev-window.c: (ev_window_update_actions),
3775         (setup_view_from_metadata), (ev_window_screen_changed),
3776         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3777         (zoom_control_changed_cb):
3778         * shell/ev-window.h:
3779         
3780         Reorganizes utility functions.
3781
3782 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3783
3784         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3785         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3786         (add_job), (ev_pixbuf_cache_get_surface),
3787         (ev_pixbuf_cache_get_link_mapping),
3788         (ev_pixbuf_cache_get_image_mapping),
3789         (ev_pixbuf_cache_get_form_field_mapping),
3790         (ev_pixbuf_cache_get_text_mapping):
3791         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3792         (notify_page_ready), (ev_job_render_page_ready),
3793         (ev_job_render_run):
3794
3795         Add page_ready signal to notify that page is ready as soon as
3796         possible even if other page elements like links, forms, images or
3797         text mapping are not ready yet.
3798
3799 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3800
3801         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3802         (dvi_document_file_exporter_do_page),
3803         (dvi_document_file_exporter_get_capabilities),
3804         (dvi_document_file_exporter_iface_init):
3805         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3806         (ps_document_file_exporter_do_page),
3807         (ps_document_file_exporter_get_capabilities),
3808         (ps_document_file_exporter_iface_init):
3809         * backend/djvu/djvu-document.c:
3810         (djvu_document_file_exporter_begin),
3811         (djvu_document_file_exporter_end),
3812         (djvu_document_file_exporter_get_capabilities),
3813         (djvu_document_file_exporter_iface_init):
3814         * backend/tiff/tiff-document.c:
3815         (tiff_document_file_exporter_begin),
3816         (tiff_document_file_exporter_get_capabilities),
3817         (tiff_document_document_file_exporter_iface_init):
3818         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3819         (pdf_document_file_exporter_do_page),
3820         (pdf_document_file_exporter_get_capabilities),
3821         (pdf_document_file_exporter_iface_init):
3822         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3823         (ev_file_exporter_get_capabilities):
3824         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3825         (idle_print_handler), (ev_print_job_print):
3826         * shell/ev-jobs.c: (ev_job_print_run):
3827         * shell/ev-window.c: (ev_window_print_send),
3828         (ev_window_print_range):
3829
3830         Use capabilities to know which options should be offered by the
3831         print dialog depending on the document backend.
3832
3833 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3834
3835         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3836
3837         Give priority to forms over text to set the cursor.
3838
3839 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * shell/ev-view-private.h:
3842         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3843         (ev_view_leave_notify_event), (ev_view_finalize),
3844         (ev_view_get_property), (ev_view_class_init):
3845
3846         Use IBEAM cursor for text form fields and NORMAL cursor for read
3847         only fields. Remove unused status attribute.
3848
3849 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3850
3851         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3852
3853         Update region for current selected items also for checkbox
3854         buttons, since they can behave as radio buttons when they are in a
3855         set.
3856
3857 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3858
3859         * configure.ac:
3860         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3861
3862         Get max length of text form fields.
3863
3864 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3865
3866         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3867         * libdocument/ev-form-field.h:
3868         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3869
3870         Fix build with current poppler cvs head.
3871
3872 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3875         * shell/eggfindbar.c: (egg_find_bar_init):
3876
3877         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3878         deprecation. Fixes bug #455667
3879
3880 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3881
3882         * NEWS:
3883         * configure.ac:
3884         
3885         Update for release 0.9.2
3886
3887 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3888
3889         * shell/ev-view.c: (ev_view_form_field_text_save),
3890         (ev_view_form_field_choice_save):
3891
3892         Fix a crash when closing whith a form widget visible.
3893
3894 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3895
3896         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3897
3898         Update also the region of the current selected button when
3899         clicking on another button if they are radio buttons.
3900
3901 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3902
3903         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3904         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3905         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3906         (ev_pixbuf_cache_get_link_mapping),
3907         (ev_pixbuf_cache_get_image_mapping),
3908         (ev_pixbuf_cache_get_form_field_mapping),
3909         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3910         * shell/ev-view.c: (ev_view_form_field_get_region),
3911         (ev_view_form_field_button_create_widget),
3912         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3913         (job_finished_cb):
3914
3915         Redraw only form field region instead of the whole page when
3916         reloading a page to show changes on the form field.
3917
3918 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3919
3920         * shell/ev-view.c: (ev_view_form_field_choice_save):
3921
3922         Fix selection of first item in list form fields.
3923
3924 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3925
3926         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3927         (ev_pixbuf_cache_reload_page),
3928         (ev_pixbuf_cache_get_form_field_mapping):
3929
3930         Some refactoring to avoid duplicated code.
3931
3932 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3933
3934         * configure.ac:
3935         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3936         (ev_form_field_from_poppler_field),
3937         (pdf_document_forms_get_form_fields),
3938         (pdf_document_forms_form_field_text_get_text),
3939         (pdf_document_forms_form_field_text_set_text),
3940         (pdf_document_forms_form_field_button_set_state),
3941         (pdf_document_forms_form_field_button_get_state),
3942         (pdf_document_forms_form_field_choice_get_item),
3943         (pdf_document_forms_form_field_choice_get_n_items),
3944         (pdf_document_forms_form_field_choice_is_item_selected),
3945         (pdf_document_forms_form_field_choice_select_item),
3946         (pdf_document_forms_form_field_choice_toggle_item),
3947         (pdf_document_forms_form_field_choice_unselect_all),
3948         (pdf_document_forms_form_field_choice_set_text),
3949         (pdf_document_forms_form_field_choice_get_text),
3950         (pdf_document_document_forms_iface_init):
3951         * libdocument/Makefile.am:
3952         * libdocument/ev-form-field.[ch]:
3953         * libdocument/ev-document-forms.[ch]:
3954         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3955         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3956         (add_job), (ev_pixbuf_cache_reload_page),
3957         (ev_pixbuf_cache_get_form_field_mapping):
3958         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3959         * shell/ev-view-private.h:
3960         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3961         (ev_view_handle_cursor_over_xy),
3962         (ev_view_get_form_field_at_location),
3963         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3964         (ev_view_form_field_button_create_widget),
3965         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3966         (ev_view_form_field_text_create_widget),
3967         (ev_view_form_field_choice_save),
3968         (ev_view_form_field_choice_changed),
3969         (ev_view_form_field_choice_create_widget),
3970         (ev_view_handle_form_field), (ev_view_size_allocate),
3971         (ev_view_realize), (draw_end_presentation_page),
3972         (ev_view_button_press_event), (ev_view_remove_all),
3973         (ev_view_motion_notify_event), (ev_view_key_press_event),
3974         (ev_view_enter_notify_event), (highlight_find_results),
3975         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3976         (ev_view_class_init), (page_changed_cb),
3977         (on_adjustment_value_changed), (ev_view_set_presentation),
3978         (merge_selection_region), (ev_view_set_cursor),
3979         (ev_view_reset_presentation_state):
3980         
3981         Merge evince-forms branch.
3982
3983 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3984
3985         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3986
3987         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3988         This script also updates itself from libegg
3989
3990         * cut-n-paste/toolbar-editor/egg*:
3991         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3992         libegg
3993
3994 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3995
3996         * shell/ev-window.c:
3997         
3998         Adds a nice icon to page action during toolbar editing.
3999         See bug #452872.
4000
4001 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4002
4003         * data/evince-toolbar.xml:
4004         * shell/ev-window.c:
4005         
4006         Let user add a presentation and fullscreen icons on toolbar.
4007         See bug #449734.
4008
4009 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4010
4011         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4012
4013         new script to keep in sync with toolbareditor in libegg
4014
4015         * cut-n-paste/toolbar-editor/*: 
4016
4017         Run update-toolbareditor-from-libegg so we are in sync again. 
4018         Fixes bug #452850.
4019         
4020
4021 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4022
4023         * shell/ev-sidebar-links.c: (job_finished_callback):
4024
4025         Do not connect selection changed signal more than once. Fixes bug
4026         #349433.
4027
4028 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4029
4030         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4031
4032         Do not change sidebar chrome flag when pressing F9 key in
4033         presentation mode.
4034
4035 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4036
4037         * backend/pdf/ev-poppler.cc:
4038         (pdf_document_thumbnails_get_dimensions):
4039
4040         Make sure thumbnails width and height is not <= 0. Fixes a crash
4041         with some pdf documents which have really small pages.
4042
4043 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4044
4045         * shell/main.c: (main):
4046
4047         Fixes program description translation issue.
4048         Bug #450148.
4049
4050 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4051
4052         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4053
4054         Do not change current page when returning from black/white mode
4055         in presentation. Fixes bug #415032.
4056
4057 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4058
4059         * NEWS:
4060         * configure.ac:
4061         
4062         Update for release 0.9.1
4063
4064 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4065
4066         * backend/dvi/dvi-document.c:
4067         (dvi_document_finalize),
4068         (dvi_document_file_exporter_format_supported),
4069         (dvi_document_file_exporter_begin),
4070         (dvi_document_file_exporter_do_page),
4071         (dvi_document_file_exporter_end),
4072         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4073         
4074         PDF exporter for dvi documents. Fixes bug #441319.
4075
4076 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4077
4078         * shell/ev-window.c: (ev_window_clear_print_job):
4079
4080         Clear gtk print job when job has finished. Fixes bug #447612.
4081
4082 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4083
4084         * shell/ev-window.c: (ev_window_print_send),
4085         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4086
4087         Add preview button to print dialog. Fixes bug #445419.
4088
4089 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4090
4091         * backend/dvi/Makefile.am:
4092         * backend/dvi/pixbuf-device.[ch]: Removed
4093         * backend/dvi/cairo-device.[ch]: Added
4094         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4095         * backend/dvi/dvi-document.c: (dvi_document_load),
4096         (dvi_document_render), (dvi_document_finalize),
4097         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4098         (dvi_document_do_color_special):
4099         * libdocument/ev-document-misc.[ch]:
4100         (ev_document_misc_pixbuf_from_surface):
4101
4102         Port dvi backend to cairo and fix a problem with colors. 
4103
4104 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4105
4106         * shell/ev-view.c: (draw_one_page):
4107
4108         Draw only visible region.
4109
4110 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4111
4112         * backend/djvu/djvu-document.c: (djvu_document_render):
4113
4114         Fix rotation in djvu backend.
4115
4116 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4117
4118         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4119         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4120         (ev_pixbuf_cache_get_image_mapping),
4121         (ev_pixbuf_cache_get_text_mapping):
4122
4123         Redraw view every time we have a new surface. Fixes bug #443587.
4124
4125 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4126
4127         * libdocument/ev-document.c: (ev_document_info_free):
4128
4129         Fix memory leaks.
4130
4131 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4132
4133         * backend/dvi/dvi-document.c: (dvi_document_render),
4134         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4135         * backend/impress/impress-document.c:
4136         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4137         (impress_document_render), (impress_document_document_iface_init),
4138         (impress_document_thumbnails_get_thumbnail):
4139         * backend/djvu/djvu-document-private.h:
4140         * backend/djvu/djvu-document.c: (djvu_document_render),
4141         (djvu_document_finalize), (djvu_document_document_iface_init),
4142         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4143         * backend/tiff/tiff-document.c: (tiff_document_render),
4144         (tiff_document_render_pixbuf),
4145         (tiff_document_document_iface_init):
4146         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4147         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4148         (pdf_selection_render_selection):
4149         * backend/comics/comics-document.c:
4150         (comics_document_render_pixbuf), (comics_document_render),
4151         (comics_document_document_iface_init):
4152         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4153         (pixbuf_document_document_iface_init):
4154         * libdocument/ev-document-misc.[ch]:
4155         (ev_document_misc_surface_from_pixbuf),
4156         (ev_document_misc_surface_rotate_and_scale):
4157         * libdocument/ev-document.[ch]: (ev_document_render):
4158         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4159         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4160         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4161         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4162         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4163         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4164         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4165         (render_finished_cb), (ev_job_render_run):
4166         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4167         (merge_selection_region):
4168
4169         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4170         and selections.
4171
4172 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4173
4174         * shell/ev-window-title.c: (ev_window_title_update):
4175
4176         Fix memory leak.
4177
4178 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4179
4180         * shell/ev-view.c: (draw_loading_text):
4181
4182         Show loading text centered. Fixes bug #433061
4183
4184 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4185
4186         * shell/ev-sidebar-thumbnails.c:
4187         (ev_sidebar_thumbnails_set_loading_icon):
4188
4189         Remove a mutex in the main thread that blocks the UI in heavy
4190         documents.
4191
4192 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4193
4194         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4195
4196         Set points_set to TRUE so that selections don't disappear after a
4197         zoom change.
4198
4199 2007-06-07  Michael Monreal  <infernux@web.de>
4200
4201         * data/icons/16x16/actions/Makefile.am:
4202         * data/icons/16x16/actions/zoom.svg:
4203         * data/icons/22x22/actions/Makefile.am:
4204         * data/icons/22x22/actions/zoom.svg:
4205         * data/icons/24x24/actions/Makefile.am:
4206         * shell/ev-stock-icons.c:
4207         * shell/ev-stock-icons.h:
4208         * shell/ev-window.c:
4209         
4210         Zoom icon artwork. See bug #444795.
4211
4212 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4213
4214         * shell/ev-metadata-manager.c: Remove extraneous function
4215         (Closes: #444386)
4216
4217 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4218
4219         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4220         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4221         (ev_metadata_manager_set), (ev_metadata_manager_save):
4222         Simplify the timeout, no need for modified anymore
4223
4224 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4225
4226         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4227         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4228         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4229         (ev_metadata_manager_save): Adapted patch from Arjan van de
4230         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4231         time, saves on power (Closes: #443851)
4232
4233 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4234
4235         * configure.ac:
4236         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4237         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4238
4239         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4240
4241 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4242
4243         * shell/ev-window.c: (ev_window_add_history):
4244
4245         Check if history is NULL
4246
4247 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * libdocument/ev-image.c: (ev_image_finalize):
4250         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4251         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4252         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4253         (ev_tmp_uri_unlink):
4254
4255         Add functions to delete temporary files created by evince in a safe
4256         way.
4257
4258         * shell/ev-window.c: (ev_window_clear_local_uri),
4259         (open_xfer_update_progress_callback),
4260         (save_xfer_update_progress_callback), (ev_window_save_remote),
4261         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4262         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4263         (attachment_save_dialog_response_cb),
4264         (ev_attachment_popup_cmd_save_attachment_as):
4265
4266         Allow saving a copy of a document, image or attachment to a remote
4267         location. Fixes bug #440754. 
4268
4269 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4270
4271         * configure.ac:
4272         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4273
4274         Fix build with current poppler from cvs head. 
4275
4276 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4277
4278         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4279
4280         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4281         directory exists.
4282
4283 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4284
4285         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4286         * shell/ev-window.c:
4287
4288         Change sidebar ordering. Fixes bug #439939.
4289
4290 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4291
4292         * backend/comics/Makefile.am:
4293         
4294         Fixes build with --without-libgnome.
4295
4296 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4297         
4298         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4299
4300         Update cursor and tooltip on page change and view scroll. Fixes bug
4301         #439217.
4302
4303 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4304
4305         * NEWS:
4306         * configure.ac:
4307         
4308         Update for release 0.9.0
4309
4310 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4311
4312         * backend/djvu/djvu-document-private.h:
4313         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4314         (djvu_document_finalize),
4315         (djvu_document_file_exporter_format_supported),
4316         (djvu_document_file_exporter_begin),
4317         (djvu_document_file_exporter_do_page),
4318         (djvu_document_file_exporter_end),
4319         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4320         
4321         Implemented printing with djvu. Bug #437998.
4322
4323 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4324
4325         * backend/impress/zip.c:
4326         Add missing ulong definition.
4327
4328         * backend/ps/ps-interpreter.c:
4329         Add missing headers.
4330
4331         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4332
4333 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4334
4335         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4336
4337         Add missing call to parent class dispose method. 
4338
4339 2007-05-12  Ross Burton  <ross@openedhand.com>
4340
4341         * shell/main.c:
4342         Sync keybindings manually when building without libgnome
4343         (#437925).
4344
4345 2007-05-12  Ross Burton  <ross@openedhand.com>
4346
4347         * shell/ev-window.c:
4348         Respect the screen when opening help (#437866).
4349
4350 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4351
4352         * data/evince-ui.xml:
4353         * shell/ev-application.[ch]: (get_print_settings_from_args),
4354         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4355         (ev_application_open_uri_list):
4356         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4357         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4358         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4359         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4360         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4361         (ev_window_dispose):
4362         * shell/main.c: (arguments_parse):
4363
4364         Add print button in preview mode. Fixes bug #396475. 
4365
4366 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4367
4368         * cut-n-paste/zoom-control/ephy-zoom.h:
4369         
4370         Fixes zoom level factors. See bug #408119 for details.
4371
4372 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4373
4374         * backend/comics/comics-document.c: (comics_regex_quote),
4375         (extract_argv):
4376         
4377         Correctly quote symbols. Fixes crash in the bug
4378         #415370.
4379
4380 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4381
4382         * shell/ev-navigation-action-widget.c:
4383         (ev_navigation_action_widget_init),
4384         (ev_navigation_action_widget_class_init),
4385         (ev_navigation_action_widget_button_press_event):
4386         
4387         Connect to button-press event on correct widget. Fixes
4388         bug #431988
4389
4390 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4391
4392         * shell/ev-application.c: (ev_application_open_window),
4393         (ev_application_add_icon_path_for_screen),
4394         (ev_application_open_uri_at_dest):
4395         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4396         * shell/ev-navigation-action.c: (build_menu):
4397         
4398         Add app-specific icons to our icon theme. Fixes bug
4399         #425508.
4400
4401 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4402
4403         * shell/ev-history.c: (ev_history_class_init),
4404         (ev_history_add_link):
4405         * shell/ev-history.h:
4406         * shell/ev-navigation-action.c:
4407         (ev_navigation_action_history_changed),
4408         (ev_navigation_action_set_history), (build_menu),
4409         (ev_navigation_action_finalize):
4410         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4411         
4412         Make navigation action unsensitive instead of showing
4413         menu with unsensitive word. Fixes bug #417392.
4414
4415 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4416
4417         * shell/ev-application.[ch]: (ev_application_shutdown),
4418         (ev_application_get_print_settings),
4419         (ev_application_set_print_settings):
4420         * shell/ev-window.c:
4421
4422         Remember print settings. Fixes bug #349102. 
4423
4424 2007-05-08  Christian Persch  <chpe@gnome.org>
4425
4426         * configure.ac:
4427         * properties/ev-properties-view.c:
4428
4429         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4430         Bug #382438.
4431
4432 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4433
4434         * configure.ac:
4435         * properties/ev-properties-view.c: (ev_regular_paper_size):
4436
4437         Use gtk+ builtin paper list to identify the document's paper size.
4438         Fixes bug #382438. 
4439
4440 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4441
4442         * configure.ac:
4443
4444         Fix build when compiling with thumbnailer and libgnome support. 
4445
4446 2007-05-04  Ross Burton  <ross@openedhand.com>
4447
4448         * configure.ac:
4449         Add --without-libgnome, check for libgnome and libgnomeui
4450         separately, and add them to the symbols as required.
4451
4452         * libdocument/ev-file-helpers.c:
4453         When building without libgnome, use g_get_user_config_dir instead
4454         of gnome_user_dir_get.
4455
4456         * shell/ev-application.c:
4457         When building without libgnome, don't use session management.
4458
4459         * shell/main.c:
4460         When building without libgnome, don't use GnomeProgram or
4461         initialise the authentication manager.
4462
4463         This fixes #328842.
4464
4465 2007-05-04  Ross Burton  <ross@openedhand.com>
4466
4467         * shell/ev-window.c:
4468         Don't use libgnome to open help, instead call Yelp directly.
4469
4470 2007-05-04  Ross Burton  <ross@openedhand.com>
4471
4472         * shell/ev-sidebar-attachments.c:
4473         Don't use libgnome to lookup icons for MIME types, instead copy
4474         code from GTK+ to do it manually.
4475
4476 2007-05-04  Ross Burton  <ross@openedhand.com>
4477
4478         * configure.ac:
4479         Add libxml to the dependencies for SHELL_CORE (#435818).
4480
4481 2007-05-02  Ross Burton  <ross@openedhand.com>
4482
4483         * configure.ac:
4484         * Makefile.am:
4485         Add --disable-thumbnailer (#434825)
4486
4487 2007-05-02  Ross Burton  <ross@openedhand.com>
4488
4489         * shell/ev-window.c:
4490         Add missing includes, fix indentation.
4491
4492         * shell/main.c:
4493         Fix indentation.
4494
4495 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4496
4497         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4498         ev_application_open_uri_at_dest instead of ev_application_open_uri
4499         preventing new document always being opened in a new window even if there
4500         is an empty window.
4501
4502 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4503
4504         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4505         (egg_recent_view_uimanager_finalize):
4506         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4507         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4508         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4509         (ev_pixbuf_cache_dispose):
4510         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4511         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4512         
4513         Add missing chain to parent class methods. Fixes
4514         bug #433128.
4515
4516 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4517
4518         * data/Makefile.am (update-icon-cache): Updates
4519         gtk-update-icon-cache in uninstall-hook.
4520
4521 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4522
4523         * shell/ev-window.c: (ev_window_setup_document),
4524         (ev_window_set_document), (ev_window_load_job_cb):
4525         * shell/ev-view.c: (setup_caches):
4526         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4527
4528         Start rendering pages before any other jobs. 
4529
4530 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4531
4532         * shell/ev-window.c: (ev_window_stop_fullscreen),
4533         (ev_window_stop_presentation):
4534
4535         Update chrome visibility before window unfullscreen. 
4536
4537 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4538
4539         * data/Makefile.am:
4540         * data/evince-ui.xml:
4541         * shell/ev-stock-icons.[ch]:
4542         * shell/ev-application.[ch]: (ev_application_shutdown),
4543         (ev_application_init), (ev_application_get_toolbars_model):
4544         * shell/ev-window.c: (update_chrome_visibility),
4545         (fullscreen_toolbar_setup_item_properties),
4546         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4547         (ev_window_run_presentation), (ev_window_stop_presentation),
4548         (ev_window_run_preview), (ev_window_screen_changed),
4549         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4550         (ev_window_dispose), (ev_window_init):
4551
4552         Make fullscreen toolbar always visible. Do not use egg toolbars for
4553         fullscreen and preview modes since such toolbars are not editables.
4554         Fixes bugs #300278, #338910 and #316188.  
4555
4556 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4557
4558         * shell/ev-application.c:
4559         * shell/ev-job-queue.c:
4560         * shell/ev-metadata-manager.c:
4561         * shell/ev-stock-icons.c:
4562         * shell/ev-window.c:
4563         * shell/main.c:
4564         
4565         Developers documentation updated.
4566
4567 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4568
4569         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4570
4571         Check whether uri is valid before launching it. Fixes bug #427664.
4572
4573 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4574
4575         * shell/ev-window.c:
4576
4577         Change key accelerator for Open a Copy menu entry which is in conflict
4578         with Close. Fixes bug #427321.
4579
4580 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4581
4582         * NEWS:
4583         * configure.ac:
4584         
4585         Update for release 0.8.1
4586
4587 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4588
4589         * shell/ev-window.c: (setup_size_from_metadata):
4590         
4591         Do not make window bigger than screen. Fixes bug 
4592         #388985.
4593
4594 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4595
4596         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4597         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4598
4599         Use default resolution when it's not provided by document. Fixes bug
4600         #408762.
4601
4602 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4603
4604         * configure.ac:
4605         * thumbnailer/Makefile.am:
4606         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4607         * thumbnailer/evince-thumbnailer.schemas.in:
4608         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4609
4610         Add support for ps, eps and compressed documents thumbnails. Do not
4611         ignore size parameter. 
4612
4613 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4614
4615         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4616         (dvi_document_do_color_special):
4617         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4618
4619         Implement font color specials in the DVI backend. Fixes bug #303651.
4620
4621 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4622
4623         Fixup the previous commit:
4624
4625         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4626         * shell/xdg-user-dir-lookup.c: Make the function non-static
4627         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4628
4629 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4630
4631         * shell/ev-window.c (file_open_dialog_response_cb): Use
4632         the xdg-user-dirs DOCUMENTS folder as default folder when
4633         opening a file chooser.  (#424858)
4634
4635         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4636         xdg-user-dirs.
4637
4638 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4639
4640         * shell/ev-window.c: (ev_window_load_job_cb):
4641
4642         Do not setup view from metadata on preview mode. 
4643
4644 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4645
4646         * shell/main.c:
4647
4648         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4649
4650 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4651
4652         * shell/ev-view.c: (ev_view_primary_get_cb):
4653
4654         Check pointer != NULL before using it. Fixes bug #416841. 
4655
4656 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4657
4658         * NEWS:
4659         * configure.ac:
4660         
4661         Release 0.8.0
4662
4663 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4664
4665         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4666
4667         Do not render thumbnails when sidebar thumbnail page is not visible
4668         at startup. Fixes bug #416447. 
4669
4670 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4671
4672         * data/evince.desktop.in.in:
4673
4674         "Application" is not a valid category in the freedesktop specification.
4675
4676 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4677
4678         * libdocument/ev-file-helpers.[ch]: (compression_run),
4679         (ev_file_uncompress), (ev_file_compress):
4680         * shell/ev-window.c: (file_save_dialog_response_cb):
4681
4682         Save document compressed when saving a copy of a compressed document.
4683         Fixes bug #334542.
4684
4685 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4686
4687         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4688
4689         Allow deleting in goto window entry in presentation mode. 
4690
4691 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4692
4693         * Makefile.am: Dist MAINTAINERS.
4694
4695 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4696
4697         * shell/ev-window.c: (ev_window_update_actions):
4698
4699         Fix zoom shortcut keys when searching. Fixes bug #409828.
4700
4701 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4702
4703         * shell/ev-window.c: (ev_window_setup_document):
4704
4705         Fix crash when loading documents with only one page. 
4706
4707 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4708
4709         * backend/dvi/dvi-document.c:
4710         (dvi_document_thumbnails_get_dimensions),
4711         (dvi_document_thumbnails_get_thumbnail):
4712         * backend/impress/impress-document.c:
4713         (impress_document_thumbnails_get_thumbnail),
4714         (impress_document_thumbnails_get_dimensions):
4715         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4716         (ps_document_thumbnails_get_dimensions):
4717         * backend/djvu/djvu-document.c:
4718         (djvu_document_thumbnails_get_dimensions),
4719         (djvu_document_thumbnails_get_thumbnail):
4720         * backend/tiff/tiff-document.c:
4721         (tiff_document_thumbnails_get_thumbnail),
4722         (tiff_document_thumbnails_get_dimensions):
4723         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4724         (pdf_document_thumbnails_get_thumbnail),
4725         (pdf_document_thumbnails_get_dimensions):
4726         * backend/comics/comics-document.c:
4727         (comics_document_thumbnails_get_thumbnail),
4728         (comics_document_thumbnails_get_dimensions):
4729         * backend/pixbuf/pixbuf-document.c:
4730         (pixbuf_document_thumbnails_get_thumbnail),
4731         (pixbuf_document_thumbnails_get_dimensions):
4732         * libdocument/ev-document-thumbnails.[ch]:
4733         (ev_document_thumbnails_get_thumbnail),
4734         (ev_document_thumbnails_get_dimensions):
4735         * libdocument/ev-document-misc.[ch]:
4736         (ev_document_misc_get_thumbnail_frame):
4737         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4738         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4739         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4740         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4741         (ev_sidebar_thumbnails_refresh):
4742         * shell/ev-window.c: (ev_window_setup_document):
4743         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4744
4745         Use an EvRenderContext for rendering thumbnails instead of a suggested
4746         width, so that different sized pages get sized proportionally.
4747
4748 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4749
4750         * shell/ev-view.c: (ev_view_button_press_event),
4751         (ev_view_key_press_event):
4752
4753         Fix critical warnings when there is no document loaded. 
4754
4755 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4756
4757         * shell/ev-page-action-widget.c:
4758         * shell/ev-navigation-action.c:
4759         * shell/ev-window.c:
4760
4761         Fix compile warnings. 
4762
4763 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4764
4765         * backend/djvu/djvu-text.h:
4766         * backend/djvu/djvu-document.c:
4767         * backend/djvu/djvu-text-page.c:
4768         * backend/djvu/djvu-links.c:
4769         * backend/djvu/djvu-text-page.h:
4770         * backend/djvu/djvu-text.c:
4771         
4772         Fix build on Mac. Fixes bug #392186. Patch by
4773         <ephraim_owns@hotmail.com>
4774
4775 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4776
4777         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4778
4779         Restore cairo context before rendering every page when printing a PDF
4780         document into a PDF file. 
4781
4782 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4783
4784         * backend/ps/gstypes.h:
4785         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4786         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4787         (ps_document_thumbnails_get_thumbnail):
4788
4789         Handle PostScript page orientation. Fixes bug #318568.
4790
4791 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4792
4793         * backend/ps/Makefile.am:
4794         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4795         (document_load), (ps_document_load), (save_document),
4796         (save_page_list), (ps_document_get_n_pages),
4797         (ps_document_get_page_size), (ps_document_get_info),
4798         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4799         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4800         (ps_document_thumbnails_get_thumbnail),
4801         (ps_document_thumbnails_get_dimensions),
4802         (ps_document_document_thumbnails_iface_init):
4803         * backend/ps/ps.[ch]: (psgetpagebox):
4804         * backend/ps/ps-interpreter.[ch]:
4805
4806         Add support for thumbnails in ps backend. Fixes bug #164755. 
4807
4808 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4809
4810         * NEWS:
4811         * configure.ac:
4812         
4813         Release 0.7.2
4814
4815 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4816
4817         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4818         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4819         (ev_window_dispose):
4820
4821         Use document thumbnail as window icon. Fixes bug #384442.
4822
4823 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4824
4825         * configure.ac:
4826
4827         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4828         duplicated adding application/x-bzpostscript instead. 
4829
4830 2007-02-11  Tom Parker  <palfrey@tevp.net>
4831
4832         * backend/ps/ps-document.c: (document_load):
4833
4834         Check return value of psscan before trying
4835         to use it. Fixes bug #372414.
4836
4837 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4838
4839         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4840
4841         Fix invalid free in ev-page-cache. Fixes bug #404745.
4842
4843 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4844
4845         * test/Makefile.am:
4846         * test/test3.py:
4847         
4848         Added reload test case.
4849
4850 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4851
4852         * po/POTFILES.in:
4853         * backend/djvu/djvu-document.c: (djvu_document_load):
4854
4855         Check whether there are missing files in indirect multipage djvu
4856         documents. Fixes bug #361683. 
4857
4858 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4859
4860         * test/Makefile.am:
4861         * test/test-mime.bin:
4862         * test/test3.py:
4863         
4864         Added test for slow mime type
4865
4866 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4867
4868         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4869
4870         Add some checks and call parent_class->finalize. Fixes bug #404745.
4871
4872 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4873
4874         * shell/ev-navigation-action.c: (connect_proxy):
4875         
4876         Fixes dropdown history menu. Thanks a lot Carlos!
4877
4878 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4879
4880         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4881
4882         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4883         bug #373715.
4884
4885 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4886
4887         * backend/ps/ps.c: (psscan):
4888
4889         Fix memory leak. 
4890
4891 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4892
4893         * configure.ac:
4894         * libdocument/ev-file-helpers.c: 
4895
4896         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4897
4898 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4899
4900         * configure.ac:
4901         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4902         (ps_interpreter_start), (document_load), (save_document),
4903         (save_page_list):
4904         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4905         * libdocument/ev-document-factory.c:
4906         (ev_document_factory_get_from_mime), (get_document_from_uri),
4907         (free_uncompressed_uri), (ev_document_factory_get_document):
4908         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4909
4910         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4911
4912 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4913
4914         * libdocument/ev-document.h:
4915
4916         Fix typo in function name. 
4917
4918 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4919
4920         * backend/ps/ps-document.c: (ps_interpreter_finished),
4921         (ps_interpreter_start), (ps_interpreter_failed):
4922
4923         Handle ghostscript interpreter crashes. 
4924
4925 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4926
4927         * shell/ev-window.c: (ev_window_open_uri),
4928         (window_configure_event_cb):
4929
4930         Setup window size and position before showing it. Fixes bug #401711.
4931
4932 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4933
4934         * backend/ps/Makefile.am:
4935         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4936         (ps_document_dispose), (ps_document_class_init),
4937         (ps_interpreter_input), (ps_interpreter_output),
4938         (ps_interpreter_error), (setup_interpreter_env),
4939         (ps_interpreter_start), (ps_interpreter_stop),
4940         (ps_interpreter_failed), (ps_interpreter_is_ready),
4941         (check_filecompressed), (document_load), (ps_document_load),
4942         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4943         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4944         (render_page):
4945
4946         Rework ps-document. Code cleanups, remove deprecated code. 
4947
4948 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4949
4950         * shell/ev-view.c: (ev_view_button_press_event):
4951
4952         Do not start an image drag and drop operation when pointer is on 
4953         text, so that we can select text when the whole background is an
4954         image. 
4955
4956 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4957
4958         * shell/ev-window.c: (ev_window_update_actions): 
4959
4960         Disable all zoom related actions during presentation mode. 
4961
4962 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4963
4964         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4965
4966         Do not zoom in or out on presentation mode. Fixes bug #401305.
4967
4968 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4969
4970         * shell/ev-navigation-action.c: (connect_proxy),
4971         (create_menu_item), (ev_navigation_action_class_init):
4972         
4973         Correctly show menu and fix crash when navigaton 
4974         action is out of toolbar visible area.
4975
4976 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4977
4978         * data/Makefile.am:
4979         * data/evince.1:
4980         
4981         Added man file
4982
4983 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4984
4985         * help/reference/* :
4986         * configure.ac:
4987         
4988         Added gtk-doc based documentation for Evince.
4989         Still in initial state but I hope it will
4990         grow.
4991         
4992         * configure.ac:
4993         
4994         Lower dbus requirement to 0.70
4995
4996 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4997
4998         * shell/ev-window.c: (ev_window_add_history):
4999
5000         Fix memory leak. 
5001
5002 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5003
5004         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5005         * shell/ev-view.h:
5006         * shell/ev-window.c: (ev_window_add_history):
5007         
5008         Correctly handle named destination links
5009
5010 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5011
5012         * NOTES:
5013         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5014         * backend/pdf/ev-poppler.cc:
5015         * libdocument/ev-document-links.h:
5016         * libdocument/ev-link.c: (ev_link_get_page):
5017         * libdocument/ev-link.h:
5018         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5019         (ev_history_add_link):
5020         * shell/ev-history.h:
5021         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5022         (new_history_menu_item), (build_menu):
5023         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5024         * shell/ev-sidebar-links.c: (create_loading_model),
5025         (print_section_cb), (ev_sidebar_links_construct),
5026         (fill_page_labels), (update_page_callback_foreach),
5027         (update_page_callback), (job_finished_callback):
5028         * shell/ev-view.c: (ev_view_handle_link):
5029         * shell/ev-window.c: (ev_window_find_chapter),
5030         (ev_window_add_history), (view_handle_link_cb),
5031         (history_changed_cb):
5032         
5033         Implements another history variant
5034
5035 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5036
5037         * shell/ev-window.c: (view_external_link_cb):
5038         * shell/ev-view.c: (ev_view_button_release_event):
5039
5040         Open links in new window when clicking with middle button. 
5041
5042 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5043
5044         * shell/ev-navigation-action.c: (new_history_menu_item):
5045         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5046         * shell/ev-view.c: (ev_view_handle_link):
5047         * shell/ev-window.c:
5048         
5049         Store link before jump, not the destination. For me it 
5050         seems like more natural history behavior.
5051
5052 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5053
5054         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5055         (ev_navigation_action_class_init):
5056         * shell/ev-navigation-action.h:
5057         * shell/ev-page-action.c: (activate_cb):
5058         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5059         (ev_page_cache_set_current_page_history):
5060         * shell/ev-page-cache.h:
5061         * shell/ev-sidebar-thumbnails.c:
5062         (ev_sidebar_tree_selection_changed),
5063         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5064         * shell/ev-view-private.h:
5065         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5066         * shell/ev-view.h:
5067         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5068         (ev_window_setup_document), (ev_window_load_job_cb):
5069         * shell/ev-window.h:
5070         
5071         History finally works as expected.
5072
5073 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5074
5075         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5076
5077         Do not update links treeview if it doesn't have a model assigned yet. 
5078
5079 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5080
5081         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5082         (ev_sidebar_links_class_init), (update_page_callback):
5083
5084         Do not update links treeview when sidepane is not visible. 
5085
5086 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5087
5088         * shell/ev-marshal.list:
5089         * shell/ev-page-action.c: (activate_cb),
5090         (ev_page_action_class_init):
5091         * shell/ev-page-action.h:
5092         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5093         * shell/ev-window.c:
5094         
5095         Remove activate_link signal, not required.
5096
5097 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5098
5099         * shell/ev-navigation-action.c: (build_menu):
5100         
5101         Reorder menu items and build menu with fixed length.
5102
5103 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5104
5105         * shell/ev-view.c: (get_selected_text):
5106         
5107         Normalize text to fix ligatures problem. See bug
5108         #341947 for details.
5109
5110 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5111
5112         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5113
5114         Fix memory leak in ev-page-cache. 
5115
5116 2007-01-25  Tom Parker <palfrey@tevp.net>
5117
5118         * backend/impress/impress-document.c: (impress_document_load),
5119         (impress_document_finalize), (impress_document_init):
5120         * properties/ev-properties-main.c: (ev_properties_get_pages):
5121         
5122         Correctly handle impress document errors. Fixes nautilus
5123         crash in property page #370491.
5124
5125 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5126
5127         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5128         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5129         (ev_job_queue_remove_job):
5130         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5131         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5132         (ev_job_load_run):
5133         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5134         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5135         (ev_window_load_job_cb), (xfer_update_progress_callback),
5136         (ev_window_open_uri), (ev_window_dispose):
5137         * shell/main.c: (main):
5138
5139         Do file transfer asynchronously in the main thread instead of
5140         synchronously in the load thread. Fixes bugs #399694, #398307 and
5141         #343542.
5142
5143 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5144
5145         * shell/ev-jobs.c: (ev_job_xfer_run):
5146
5147         Load the document with the font-config lock held. 
5148
5149 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5150
5151         * backend/ps/ps-document.c: (start_interpreter):
5152
5153         Fix memory leaks in ps backend. 
5154
5155 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5156
5157         * backend/impress/impress-document.c:
5158         (impress_document_render_pixbuf):
5159
5160         Do not acquire fontconfig lock in impress backend, since it is using
5161         the main loop for rendering. 
5162
5163 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5164
5165         * po/POTFILES.in: 
5166
5167         Remove mdvi files that shouldn't be translated. 
5168
5169 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5170
5171         * shell/ev-view-private.h:
5172         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5173         (ev_view_set_zoom):
5174
5175         Render "loading..." text into a cairo surface instead of directly into
5176         the window so that fontconfig lock is only needed once and UI is not
5177         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5178
5179 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5180
5181         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5182         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5183
5184         Use icon theme associated with the window screen rather than default. 
5185
5186 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5187
5188         * configure.ac:
5189
5190         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5191
5192 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5193
5194         * data/icons/*/apps/evince.*:
5195
5196         Move Evince icons under new apps directory.
5197
5198         * data/icons/*/actions/*:
5199
5200         Add new custom themeable Evince icons: view-page-continuous, 
5201         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5202         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5203
5204         * configure.ac:
5205
5206         Add new directories to AC_CONFIG_FILES.
5207
5208         * shell/ev-stock-icons.c:
5209         * shell/ev-stock-icons.h:
5210
5211         Use new custom themeable icons.
5212
5213 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5214
5215         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5216
5217         Do not draw white background page in presentation mode. 
5218
5219 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5220
5221         * shell/ev-view.c: Remove unused gnome-vfs include.
5222
5223 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5224
5225         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5226         
5227         Format string is corrected, fixes bug #397129.
5228
5229 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5230
5231         * shell/ev-window.c: (ev_window_setup_recent):
5232
5233         Do not include in recent menu inexistent documents. Fixes
5234         bug #339171.
5235
5236 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5237
5238         * po/POTFILES.skip: 
5239
5240         Update POTFILES.skip file according to current source tree. 
5241
5242 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5243
5244         * shell/ev-window.c: (file_save_dialog_response_cb):
5245
5246         Do Save a copy in atomic way. Fixes bug #328266. 
5247
5248 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5249
5250         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5251
5252         Keep selected cell always visible in index treeview.
5253
5254 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5255         
5256         * shell/ev-view.c: (ev_view_size_allocate):
5257
5258         Restore horizontal scrollbar after switching to/from fullscreen
5259         or presentation mode. Fixes bug #331728.
5260
5261 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5262
5263         * shell/ev-view-private.h:
5264         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5265         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5266         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5267         (ev_view_can_zoom_out):
5268
5269         Use max and min scale values in the view iby taking dpi into account. 
5270
5271 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5272
5273         * configure.ac:
5274         * NEWS:
5275
5276         Release 0.7.1
5277
5278 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5279
5280         * shell/ev-window.c: (ev_window_print_send):
5281
5282         Send print job to printer with some settings set to default values,
5283         since we have already exported to a file according to such settings
5284         and they could be taken twice by some printers. 
5285
5286 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5287
5288         * shell/ev-jobs.c: (ev_job_xfer_run):
5289         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5290
5291         Show main window and load document with the font-config lock held. 
5292
5293 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5294
5295         * configure.ac:
5296         * shell/ev-application.c: (ev_application_register_service):
5297         * shell/main.c: (load_files_remote):
5298
5299         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5300
5301 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5302
5303         * doc/debugging.txt:
5304         
5305         Remove obsolete documentation.
5306
5307 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5308
5309         * Makefile.am:
5310         * backend/Makefile.am:
5311         * backend/comics/Makefile.am:
5312         * backend/djvu/Makefile.am:
5313         * backend/dvi/Makefile.am:
5314         * backend/ev-async-renderer.c:
5315         * backend/ev-async-renderer.h:
5316         * backend/ev-attachment.c:
5317         * backend/ev-attachment.h:
5318         * backend/ev-backend-marshal.c:
5319         * backend/ev-document-factory.c:
5320         * backend/ev-document-factory.h:
5321         * backend/ev-document-find.c:
5322         * backend/ev-document-find.h:
5323         * backend/ev-document-fonts.c:
5324         * backend/ev-document-fonts.h:
5325         * backend/ev-document-images.c:
5326         * backend/ev-document-images.h:
5327         * backend/ev-document-info.h:
5328         * backend/ev-document-links.c:
5329         * backend/ev-document-links.h:
5330         * backend/ev-document-misc.c:
5331         * backend/ev-document-misc.h:
5332         * backend/ev-document-security.c:
5333         * backend/ev-document-security.h:
5334         * backend/ev-document-thumbnails.c:
5335         * backend/ev-document-thumbnails.h:
5336         * backend/ev-document-transition.c:
5337         * backend/ev-document-transition.h:
5338         * backend/ev-document.c:
5339         * backend/ev-document.h:
5340         * backend/ev-file-exporter.c:
5341         * backend/ev-file-exporter.h:
5342         * backend/ev-image.c:
5343         * backend/ev-image.h:
5344         * backend/ev-link-action.c:
5345         * backend/ev-link-action.h:
5346         * backend/ev-link-dest.c:
5347         * backend/ev-link-dest.h:
5348         * backend/ev-link.c:
5349         * backend/ev-link.h:
5350         * backend/ev-render-context.c:
5351         * backend/ev-render-context.h:
5352         * backend/ev-selection.c:
5353         * backend/ev-selection.h:
5354         * backend/impress/Makefile.am:
5355         * backend/pdf/Makefile.am:
5356         * backend/pixbuf/Makefile.am:
5357         * backend/ps/Makefile.am:
5358         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5359         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5360         (start_interpreter), (stop_interpreter), (document_load),
5361         (ps_document_next_page), (render_page):
5362         * backend/tiff/Makefile.am:
5363         * comics/Makefile.am:
5364         * comics/comics-document.c:
5365         * comics/comics-document.h:
5366         * configure.ac:
5367         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5368         * djvu/Makefile.am:
5369         * djvu/djvu-document-private.h:
5370         * djvu/djvu-document.c:
5371         * djvu/djvu-document.h:
5372         * djvu/djvu-links.c:
5373         * djvu/djvu-links.h:
5374         * djvu/djvu-text-page.c:
5375         * djvu/djvu-text-page.h:
5376         * djvu/djvu-text.c:
5377         * djvu/djvu-text.h:
5378         * dvi/Makefile.am:
5379         * dvi/dvi-document.c:
5380         * dvi/dvi-document.h:
5381         * dvi/fonts.c:
5382         * dvi/fonts.h:
5383         * dvi/mdvi-lib/Makefile.am:
5384         * dvi/mdvi-lib/afmparse.c:
5385         * dvi/mdvi-lib/afmparse.h:
5386         * dvi/mdvi-lib/bitmap.c:
5387         * dvi/mdvi-lib/bitmap.h:
5388         * dvi/mdvi-lib/color.c:
5389         * dvi/mdvi-lib/color.h:
5390         * dvi/mdvi-lib/common.c:
5391         * dvi/mdvi-lib/common.h:
5392         * dvi/mdvi-lib/defaults.h:
5393         * dvi/mdvi-lib/dvimisc.c:
5394         * dvi/mdvi-lib/dviopcodes.h:
5395         * dvi/mdvi-lib/dviread.c:
5396         * dvi/mdvi-lib/files.c:
5397         * dvi/mdvi-lib/font.c:
5398         * dvi/mdvi-lib/fontmap.c:
5399         * dvi/mdvi-lib/fontmap.h:
5400         * dvi/mdvi-lib/fontsrch.c:
5401         * dvi/mdvi-lib/gf.c:
5402         * dvi/mdvi-lib/hash.c:
5403         * dvi/mdvi-lib/hash.h:
5404         * dvi/mdvi-lib/list.c:
5405         * dvi/mdvi-lib/mdvi.h:
5406         * dvi/mdvi-lib/pagesel.c:
5407         * dvi/mdvi-lib/paper.c:
5408         * dvi/mdvi-lib/paper.h:
5409         * dvi/mdvi-lib/pk.c:
5410         * dvi/mdvi-lib/private.h:
5411         * dvi/mdvi-lib/setup.c:
5412         * dvi/mdvi-lib/sp-epsf.c:
5413         * dvi/mdvi-lib/special.c:
5414         * dvi/mdvi-lib/sysdeps.h:
5415         * dvi/mdvi-lib/t1.c:
5416         * dvi/mdvi-lib/tfm.c:
5417         * dvi/mdvi-lib/tfmfile.c:
5418         * dvi/mdvi-lib/tt.c:
5419         * dvi/mdvi-lib/util.c:
5420         * dvi/mdvi-lib/vf.c:
5421         * dvi/pixbuf-device.c:
5422         * dvi/pixbuf-device.h:
5423         * impress/Makefile.am:
5424         * impress/common.h:
5425         * impress/document.c:
5426         * impress/f_oasis.c:
5427         * impress/f_oo13.c:
5428         * impress/iksemel.c:
5429         * impress/iksemel.h:
5430         * impress/imposter.h:
5431         * impress/impress-document.c:
5432         * impress/impress-document.h:
5433         * impress/internal.h:
5434         * impress/r_back.c:
5435         * impress/r_draw.c:
5436         * impress/r_geometry.c:
5437         * impress/r_gradient.c:
5438         * impress/r_style.c:
5439         * impress/r_text.c:
5440         * impress/render.c:
5441         * impress/render.h:
5442         * impress/zip.c:
5443         * impress/zip.h:
5444         * lib/Makefile.am:
5445         * lib/ev-debug.c:
5446         * lib/ev-debug.h:
5447         * lib/ev-file-helpers.c:
5448         * lib/ev-file-helpers.h:
5449         * lib/ev-gui.c:
5450         * lib/ev-gui.h:
5451         * lib/ev-tooltip.c:
5452         * lib/ev-tooltip.h:
5453         * libdocument/Makefile.am:
5454         * libdocument/ev-file-helpers.c:
5455         * pdf/Makefile.am:
5456         * pdf/ev-poppler.cc:
5457         * pdf/ev-poppler.h:
5458         * pixbuf/Makefile.am:
5459         * pixbuf/pixbuf-document.c:
5460         * pixbuf/pixbuf-document.h:
5461         * properties/Makefile.am:
5462         * ps/Makefile.am:
5463         * ps/gsdefaults.c:
5464         * ps/gsdefaults.h:
5465         * ps/gsio.c:
5466         * ps/gsio.h:
5467         * ps/gstypes.h:
5468         * ps/ps-document.c:
5469         * ps/ps-document.h:
5470         * ps/ps.c:
5471         * ps/ps.h:
5472         * shell/Makefile.am:
5473         * shell/ev-application.h:
5474         * shell/ev-sidebar-links.c:
5475         * shell/ev-sidebar-links.h:
5476         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5477         (ev_gui_menu_position_tree_selection):
5478         * shell/ev-utils.h:
5479         * shell/ev-view.c: (ev_view_finalize):
5480         * shell/ev-window.c:
5481         * shell/main.c: (main):
5482         * thumbnailer/Makefile.am:
5483         * tiff/Makefile.am:
5484         * tiff/tiff-document.c:
5485         * tiff/tiff-document.h:
5486         * tiff/tiff2ps.c:
5487         * tiff/tiff2ps.h:
5488         
5489         Reorganize source tree.
5490
5491 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5492
5493         * backend/ev-document-factory.c:
5494
5495         Do not include ev-poppler.h when pdf is disabled. 
5496
5497 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5498
5499         * configure.ac:
5500         * data/evince-ui.xml:
5501         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5502         (pdf_document_document_images_iface_init):
5503         * backend/Makefile.am:
5504         * backend/ev-document-images.[ch]:
5505         * backend/ev-image.[ch]:
5506         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5507         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5508         (ev_job_xfer_run):
5509         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5510         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5511         (ev_pixbuf_cache_get_image_mapping):
5512         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5513         (view_menu_popup_cb), (ev_window_dispose),
5514         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5515         (ev_view_popup_cmd_copy_image):
5516         * shell/ev-view-private.h:
5517         * shell/ev-view.c: (ev_view_get_image_at_location),
5518         (ev_view_do_popup_menu), (ev_view_popup_menu),
5519         (ev_view_button_press_event), (ev_view_drag_data_get),
5520         (ev_view_drag_motion), (ev_view_drag_data_received),
5521         (ev_view_motion_notify_event), (ev_view_button_release_event),
5522         (ev_view_finalize), (ev_view_class_init):
5523
5524         Add image handling support. Fixes bugs #310008 and #325047. Images
5525         selection is not supported yet. 
5526
5527 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5528
5529         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5530         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5531         (ev_view_init):
5532
5533         Move view drag and drop stuff to ev-view.
5534
5535 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5536
5537         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5538         * shell/ev-view.c: (clear_selection): 
5539
5540         Clear selection also in pixbuf cache.
5541
5542 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5543
5544         * data/evince.desktop.in.in:
5545         
5546         Change icon name in desktop file. See bug #390734
5547         for details.
5548
5549 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5550
5551         * thumbnailer/Makefile.am:
5552
5553         Use top_builddir instead top_srcdir for generated schema
5554         file installation. Fixes bug #390161.
5555
5556 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5557
5558         * configure.ac:
5559         * backend/Makefile.am:
5560         * backend/ev-document-transition.[ch]:
5561         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5562         (pdf_document_page_transition_iface_init):
5563         * shell/ev-view-private.h:
5564         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5565         (ev_view_set_presentation), (transition_next_page),
5566         (ev_view_presentation_transition_stop),
5567         (ev_view_presentation_transition_start), (ev_view_next_page):
5568
5569         Add page transition support in presentation mode. At the moment only
5570         page duration is supported, but not transition effects. Fixes bug
5571         #309815.
5572
5573 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5574
5575         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5576
5577         Run find_link_dest with document lock held, since it's called by links
5578         thread and main thread at the same time. 
5579
5580 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5581
5582         * shell/ev-view.c: (goto_dest):
5583
5584         Update page-cache when page is changed by the view, so that
5585         page-changed signal is emitted. 
5586
5587 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5588
5589         * test/test1.py:
5590         * test/test2.py:
5591
5592         Use C locale in tests. 
5593
5594 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5595
5596         * shell/ev-window.c: (ev_window_run_presentation):
5597         * shell/ev-view-private.h:
5598         * shell/ev-view.c: (ev_view_set_presentation):
5599
5600         Restore zoom settings when back from presentation mode. 
5601
5602 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5603
5604         * shell/ev-window.c: (ev_window_run_presentation):
5605
5606         Always use "best fit" zoom in presentation mode.
5607         Fixes bug #389195.
5608
5609 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5610
5611         * shell/ev-view.c: (ev_view_goto_window_create):
5612
5613         Show "Jump to page" label in the page jumping popup in
5614         presentation mode instead of just a GtkEntry.
5615
5616 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5617
5618         * shell/ev-window.c: (launch_external_uri):
5619
5620         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5621         #378085.
5622
5623 2006-12-22  Elijah Newren  <newren gmail com>
5624
5625         * configure.ac: explicitly check for libxml2.  Fixes #388795
5626
5627 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5628
5629         * shell/ev-view-private.h:
5630         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5631         (ev_view_goto_window_delete_event), (key_is_numeric),
5632         (ev_view_goto_window_key_press_event),
5633         (ev_view_goto_window_button_press_event),
5634         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5635         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5636         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5637
5638         Allow jumping to another page by typing a page number in presentation
5639         mode. It uses a popup window with an entry. Fixes bug #353625.
5640
5641 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5642
5643         * configure.ac:
5644         * properties/ev-properties-view.c: (ev_get_default_user_units),
5645         (ev_regular_paper_size):
5646         
5647         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5648         to Damien Carbery <damien.carbery@sun.com> and
5649         Yevgen Muntyan <muntyan@tamu.edu>.
5650
5651 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5652
5653         * shell/ev-window.c: (setup_document_from_metadata):
5654
5655         Make sure Evince doesn't restore the view on the last
5656         page when a document is reopened. Fixes bug #383381.
5657
5658 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5659
5660         * shell/ev-view.c: (draw_loading_text):
5661
5662         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5663
5664 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5665
5666         * configure.ac:
5667         * NEWS:
5668
5669         Release 0.7.0
5670
5671 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5672
5673         * configure.ac:
5674         * pdf/ev-poppler.cc: (pdf_print_context_free),
5675         (pdf_document_file_exporter_begin),
5676         (pdf_document_file_exporter_do_page):
5677
5678         Make cairo-pdf depedency optional. 
5679
5680 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5681
5682         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5683
5684         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5685
5686 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5687
5688         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5689         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5690         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5691         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5692         * shell/ev-view.c: (draw_loading_text):
5693         * shell/ev-window.c: (ev_window_cmd_file_properties):
5694
5695         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5696         related to using FontConfig from different threads.
5697         
5698 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5699
5700         * shell/ev-view.c: (draw_loading_text):
5701
5702         Acquire lock document when drawing "Loading..." text so that only one
5703         thread will use FontConfig at the same time. Fixes bug #374750.
5704
5705 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5706
5707         * shell/ev-page-action.[ch]: (activate_cb):
5708         * shell/ev-window.c: (activate_label_cb):
5709
5710         Check if text inserted in page entry is a valid page number when it
5711         doesn't match to any document page label. Fixes bug #383165.
5712
5713 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5714         * shell/ev-window.c:
5715
5716         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5717         available with GTK < 2.10. Added an ifdef to avoid compilation
5718         error.
5719
5720 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5721
5722         * configure.ac:
5723         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5724
5725         Fix ps backend in multihead systems.
5726
5727 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5728
5729         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5730         * shell/ev-window.c: (ev_window_get_screen_dpi),
5731         (ev_window_update_actions), (setup_view_from_metadata),
5732         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5733
5734         Take screen DPI into account when zooming. Fixes bug #318285.
5735
5736 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5737
5738         * data/Makefile.am:
5739
5740         Cleaned up/slightly refactored Makefile.am. Added GConf
5741         schemas uninstallation as well.
5742
5743 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5744
5745         * Makefile.am:
5746         * test/Makefile.am:
5747
5748         Fight with autotools to fix make check. Make distcheck
5749         works fine as well now!
5750
5751 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5752
5753         * shell/ev-view.c: (draw_end_presentation_page):
5754
5755         Corrected "end of presentation" string.
5756
5757 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5758
5759         * shell/ev-view.c: (ev_view_key_press_event):
5760
5761         Correctly propagate key press event so that up/down keys
5762         work as expected (correct behaviour was broken by
5763         black/white screen key bindings for presentations).
5764
5765 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5766
5767         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5768         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5769         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5770         (pdf_selection_get_selection_region),
5771         (pdf_selection_get_selection_map):
5772
5773         Add "static" to some private functions. 
5774
5775 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5776
5777         * lib/ev-tooltip.h:
5778         * properties/ev-properties-view.h:
5779         * shell/ev-jobs.h:
5780         * shell/ev-properties-dialog.h:
5781         * shell/ev-properties-fonts.h:
5782         * shell/ev-sidebar-links.h:
5783         * shell/ev-sidebar-thumbnails.h:
5784         * shell/ev-sidebar.h:
5785         * shell/ev-window.h:
5786         
5787         Fixes CHACK type in class casts. See bug #385343
5788         for details.
5789
5790 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5791
5792         * shell/ev-view-private.h:
5793         * shell/ev-view.c: (draw_end_presentation_page),
5794         (ev_view_expose_event), (ev_view_key_press_event),
5795         (ev_view_class_init), (ev_view_init):
5796
5797         Blank screen in presentation mode when pressing 'b' (filling with
5798         black) or 'w' (filling with white) keys. Fixes bug #358132.
5799
5800 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5801
5802         * data/evince-toolbar.xml:
5803         * shell/ev-window.c:
5804         
5805         Use stock icon for Select All action. Fixes
5806         bug #382652.
5807
5808 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5809
5810         * shell/ev-view.c: (get_doc_point_from_offset),
5811         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5812
5813         Add links support in rotated documents. Fixes bug #343733.
5814
5815 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5816
5817         * shell/ev-view-private.h:
5818         * shell/ev-view.c: (draw_end_presentation_page),
5819         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5820
5821         Show a blank page after the last page in presentation mode with a
5822         message indicating that presentation has finished and how to exit. 
5823
5824 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5825
5826         * shell/ev-window.c: (fullscreen_timeout_cb):
5827
5828         Hide cursor after a while in presentation mode. 
5829
5830 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5831
5832         * backend/ev-document-info.h:
5833         * data/evince-properties.glade:
5834         * pdf/ev-poppler.cc:
5835         * properties/ev-properties-view.c: (ev_regular_paper_size),
5836         (ev_properties_view_set_info):
5837         * ps/ps-document.c: (ps_document_get_info):
5838
5839         Adds a paper size field to the properties dialog. Fixes
5840         bug #307315. Patch by Kasper Svendsen (with some i18n
5841         changes done by me).
5842
5843 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5844
5845         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5846         (screensaver_init_dbus), (totem_scrsaver_new),
5847         (totem_scrsaver_init):
5848         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5849         * shell/ev-application.c: (ev_application_register_service),
5850         (ev_application_screensaver_enable),
5851         (ev_application_screensaver_disable):
5852         * shell/ev-application.h:
5853         * shell/ev-window.c: (ev_window_run_presentation),
5854         (ev_window_stop_presentation), (build_comments_string),
5855         (ev_window_init):
5856         
5857         Move screensaver handling to application. No more
5858         message on startup.
5859
5860 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5861
5862         * configure.ac:
5863         * backend/Makefile.am:
5864         * backend/ev-file-exporter.[ch]:
5865         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5866         * ps/ps-document.c: (ps_document_file_exporter_*):
5867         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5868         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5869         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5870         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5871
5872         Allow printing to PDF when suppoted by the backend.
5873         
5874 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5875
5876         * shell/ev-window.c: (build_comments_string):
5877
5878         Use always "Document Viewer" in about dialog. 
5879
5880 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5881
5882         * djvu/djvu-document.c: (djvu_document_get_page_size):
5883
5884         Display a warning message when get_pageinfo fails. 
5885
5886 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5887
5888         * Makefile.am:
5889         * backend/Makefile.am:
5890         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5891         * configure.ac:
5892         * shell/ev-window.c: (build_comments_string):
5893         
5894         Make pdf compilation optional. See bug #38007.
5895
5896 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5897
5898         * ps/ps.c: (get_next_text):
5899
5900         Fix CVE-2006-5864.
5901
5902 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5903
5904         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5905         * shell/ev-navigation-action.c: (connect_proxy),
5906         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5907         
5908         Do not call g_type_class_peek_parent twice.
5909
5910 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5911
5912         * configure.ac:
5913         * data/icons/24x24/.cvsignore:
5914         * data/icons/24x24/Makefile.am:
5915         * data/icons/24x24/evince.png:
5916         * data/icons/Makefile.am:
5917         
5918         Add 24x24 icon. Thanks to 
5919         Michael Monreal <infernux@web.de>.
5920
5921 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5922
5923         * configure.ac: Fix typo in configure.ac. Thanks
5924         to dmacks@netspace.org for notification.
5925
5926 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5927
5928         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5929         
5930         Drop dbus include, fixes compilation with older dbus.
5931
5932 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5933
5934         * configure.ac:
5935         * cut-n-paste/Makefile.am:
5936         * cut-n-paste/totem-screensaver/.cvsignore
5937         * cut-n-paste/totem-screensaver/Makefile.am:
5938         * cut-n-paste/totem-screensaver/README:
5939         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5940         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5941         * shell/Makefile.am:
5942         * shell/ev-window.c: (ev_window_run_presentation),
5943         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5944         (ev_window_init):
5945
5946         Implemented screensaver enabling/disabling for
5947         presentation mode (not fullscreen mode). Code stolen
5948         from Totem (with some minor tweaks). Fixes bug #338889.
5949
5950 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5951
5952         * configure.ac:
5953
5954         Bump gnome-icon-theme requirements. We use the rotation
5955         icons that appeared recently.
5956
5957 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5958
5959         * shell/ev-history.c: (ev_history_add_page):
5960         * shell/ev-history.h:
5961         * shell/ev-window.c: (page_changed_cb):
5962         
5963         Use page labels instead of numbers.
5964
5965 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5966
5967         * data/evince-toolbar.xml:
5968         * po/POTFILES.in:
5969         * shell/Makefile.am:
5970         * shell/ev-navigation-action-widget.c:
5971         (ev_navigation_action_widget_init),
5972         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5973         (menu_detacher), (ev_navigation_action_widget_set_menu),
5974         (menu_position_func), (popup_menu_under_arrow),
5975         (ev_navigation_action_widget_toggled),
5976         (ev_navigation_action_widget_button_press_event):
5977         * shell/ev-navigation-action-widget.h:
5978         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5979         (ev_navigation_action_set_window), (activate_menu_item_cb),
5980         (new_history_menu_item), (new_empty_history_menu_item),
5981         (build_menu), (menu_activated_cb), (connect_proxy),
5982         (create_tool_item), (ev_navigation_action_init),
5983         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5984         * shell/ev-navigation-action.h:
5985         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5986         (ev_page_action_widget_set_page_cache),
5987         (ev_page_action_widget_finalize),
5988         (ev_page_action_widget_class_init), (match_selected_cb),
5989         (display_completion_text), (match_completion), (build_new_tree_cb),
5990         (get_filter_model_from_model),
5991         (ev_page_action_widget_update_model):
5992         * shell/ev-page-action-widget.h:
5993         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5994         (connect_proxy):
5995         * shell/ev-page-action.h:
5996         * shell/ev-stock-icons.c:
5997         * shell/ev-stock-icons.h:
5998         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5999         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6000         (register_custom_actions):
6001         * shell/main.c:
6002         
6003         Preliminary history implementation
6004
6005 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6006
6007         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6008         (dvi_document_class_init), (dvi_document_init_params):
6009         * dvi/mdvi-lib/font.c: (font_reference):
6010         
6011         Add reference to subfont. Fixes bug #374277.
6012
6013 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6014
6015         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6016         (ev_window_cmd_file_open_copy_at_dest):
6017
6018         Fix a race condition when creating symlink. Increase the counter
6019         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6020         Mathias Hasselmann).
6021
6022 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6023
6024         * backend/Makefile.am:
6025         * backend/ev-attachment.c: (ev_attachment_open):
6026         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6027         (ev_tmp_dir), (ev_tmp_filename):
6028         * shell/ev-sidebar-attachments.c:
6029         (ev_sidebar_attachments_drag_data_get):
6030         * shell/ev-window.c: (ev_window_clear_temp_file):
6031
6032         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6033         in ensure_dir_exists. Abort without crashing when we can't create
6034         user's directory.
6035
6036 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6037
6038         * data/evince-ui.xml:
6039         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6040         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6041         (ev_window_cmd_file_open_copy_at_dest),
6042         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6043         (ev_view_popup_cmd_open_link_new_window):
6044
6045         Allow opening a copy of the current document in a new window. Fixes bug
6046         #357472
6047
6048 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6049
6050         * data/evince-toolbar.xml:
6051         
6052         Add rotate right and rotate left to available items for toolbar.
6053         
6054         * data/evince-ui.xml:
6055         * shell/ev-window.c: (ev_window_init):
6056         
6057         Customize toolbar with right click. Fixes bug #372451.
6058
6059 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6060
6061         * shell/ev-window.c: 
6062         
6063         Use "object-rotate-{left,right}" stock icons. Fixes 
6064         bug #373863.
6065
6066 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6067
6068         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6069         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6070         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6071         (ev_window_open_uri):
6072         * shell/main.c: (arguments_parse):
6073
6074         Remove temp file created when evince is used by GTK+ in
6075         preview mode. Fixes bug #365282. 
6076
6077 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6078
6079         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6080         
6081         Fixes bug #372474 - Side pane disabled when entering 
6082         and leaving fullscreen mode.
6083
6084 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6085
6086         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6087         * data/Makefile.am:
6088         * data/evince-preview-toolbar.xml:
6089         * data/evince-toolbar.xml:
6090         * shell/ev-application.c: (ev_application_shutdown),
6091         (ev_application_init), (ev_application_get_toolbars_model):
6092         * shell/ev-application.h:
6093         * shell/ev-window.c: (update_chrome_visibility),
6094         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6095         (ev_window_cmd_edit_toolbar), (ev_window_init):
6096         
6097         Fixes bug #364364 - toolbar editor shows zoom actions again.
6098
6099 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6100
6101         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6102
6103         Do not take margins into consideration for paper size when printing.
6104         Really fixes bug #350491.
6105
6106 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6107
6108         * data/evince-ui.xml:
6109         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6110         (ev_window_cmd_file_print_setup),
6111         (ev_window_print_dialog_response_cb),
6112         (ev_window_setup_action_sensitivity):
6113
6114         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6115
6116 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6117
6118         * shell/ev-window.c: (ev_window_print_range):
6119
6120         Revert my previuos commit, since printing to PDF is not supported by
6121         evince yet. 
6122
6123 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6124
6125         * shell/ev-window.c: (ev_window_print_range):
6126
6127         Enable print to a PDF. Fixes bug #332121.
6128
6129 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6130
6131         * shell/ev-application-service.xml:
6132         * shell/ev-application.[ch]: (ev_application_open_window),
6133         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6134         (ev_application_open_uri), (ev_application_open_uri_list):
6135         * shell/ev-window.c: (file_open_dialog_response_cb),
6136         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6137         (drag_data_received_cb), (open_remote_link):
6138         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6139
6140         Add support for multiscreen systems. Fixes bug #316206.
6141
6142 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6143
6144         * shell/ev-jobs.[ch]: (ev_job_print_new),
6145         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6146         (ev_job_print_do_page):
6147         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6148
6149         Allow printing only odd/even pages. Fixes bug #367289.
6150
6151 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6152
6153         * test/test1.py:
6154         * test/test2.py:
6155
6156         Re-add locale settings to test files.
6157
6158 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6159
6160         * data/evince-ui.xml:
6161         * shell/ev-window.c: (set_action_properties):
6162         
6163         Removed garbage from code and ui.
6164
6165 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6166
6167         * shell/ev-window.c: (ev_window_cmd_help_about):
6168
6169         Shamelessly add my name to the list of contributors.
6170
6171 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6172
6173         * test/test1.py:
6174         * test/test2.py:
6175
6176         Cleaned up the dogtail scripts.
6177
6178 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6179
6180         * shell/ev-view.c: (draw_loading_text): Don't render
6181         "loading..." text in presentation mode. Temporary
6182         workaround for bug #320352.
6183
6184 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6185
6186         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6187         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6188
6189         Use print settings scale, copies, collate and reverse which were
6190         ignored. Fixes bug #359032.
6191
6192 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * configure.ac:
6195         * data/evince-password.glade:
6196         * test/Makefile.am:
6197         * test/test-encrypt.pdf:
6198         * test/test-links.pdf:
6199         * test/test1.py:
6200         * test/test2.py:
6201
6202         Add automated UI tests for evince with dogtail. See
6203         bug #300948.    
6204
6205 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6206
6207         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6208
6209         Hide fullscreen toolbar when switching to another desktop workspace.
6210         Fixes bug #338871
6211
6212 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6213
6214         * shell/ev-window-title.c: 
6215         
6216         Test for .dvi in title of pdf documents.
6217
6218 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6219
6220         * shell/ev-view.c: (ev_view_scroll):
6221
6222         Page Up/Down should do page jumps in "Best fit" mode.
6223         If a user has explicitly chosen to view exactly one page
6224         at a time, scrolling just a part of the page when
6225         pressing Page Up/Down is not right. Fixes bug #323107.
6226
6227 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6228
6229         * NEWS:
6230         * configure.ac:
6231         
6232         Update for 0.6.1
6233
6234 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6235
6236         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6237         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6238         
6239         Correctly disconnect from job signals on destroy.
6240
6241 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6242
6243         * shell/ev-view-private.h:
6244         * shell/ev-view.c: (view_set_adjustment_values),
6245         (view_update_range_and_current_page),
6246         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6247         
6248         Fixes bug #343199, current page now follows find page.
6249
6250 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6251
6252         * backend/ev-document-factory.c:
6253         * configure.ac:
6254         Assigned OpenDocument presenation MIME type to the
6255         Impress backend. Added some missing (but harmless)
6256         #ifdefs in the document factory as well to make things
6257         consistent again. Fixes bug #360658.
6258
6259 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6260
6261         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6262         * backend/ev-document-find.c: (ev_document_find_get_type):
6263         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6264         * backend/ev-document-links.c: (ev_document_links_get_type):
6265         * backend/ev-document-security.c: (ev_document_security_get_type):
6266         * backend/ev-document-thumbnails.c:
6267         (ev_document_thumbnails_get_type):
6268         * backend/ev-document.c: (ev_document_get_type):
6269         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6270         * backend/ev-selection.c: (ev_selection_get_type):
6271         * cut-n-paste/recent-files/egg-recent-model.c:
6272         (egg_recent_model_get_type):
6273         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6274         (egg_recent_view_uimanager_get_type):
6275         * cut-n-paste/recent-files/egg-recent-view.c:
6276         (egg_recent_view_get_type):
6277         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6278         (egg_editable_toolbar_get_type):
6279         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6280         (egg_toolbar_editor_get_type):
6281         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6282         (egg_toolbars_model_get_type):
6283         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6284         (egg_tree_multi_drag_source_get_type):
6285         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6286         (ephy_zoom_action_get_type):
6287         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6288         (ephy_zoom_control_get_type):
6289         * impress/r_back.c: (_imp_fill_back):
6290         * properties/ev-properties-main.c:
6291         (ev_properties_plugin_register_type):
6292         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6293         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6294         (ev_view_accessible_factory_get_type):
6295
6296         Reduce relocations. Bug #360616.
6297
6298 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * backend/ev-document-factory.c:
6301         (ev_document_factory_get_document):
6302         
6303         Load document even if extension is wrong.
6304
6305 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6306
6307         * shell/ev-metadata-manager.c: (save_values):
6308         * shell/ev-window.c: (setup_size_from_metadata),
6309         (setup_view_from_metadata), (ev_window_setup_document),
6310         (ev_window_xfer_job_cb), (window_configure_event_cb):
6311         
6312         Set size according to the document size/page size ratio.
6313         That should correct rather wierd behaviour of the previous
6314         commit.
6315
6316 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6317
6318         * shell/ev-window.c: (setup_view_from_metadata):
6319         
6320         Set size for new windows from previous window size.
6321         See bugs #354968 and #168450 for details. Thanks
6322         to Meik Hellmund.
6323
6324 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6325
6326         * djvu/djvu-links.c: (build_tree):
6327
6328         Fix memory leak.
6329
6330 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6331
6332         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6333         
6334         Don't make sidebar close button insensitive. Fixes
6335         bug #357871.
6336
6337 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6338
6339         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6340         (ev_window_set_view_accels_sensitivity):
6341         
6342         Don't enable Slash on documents which don't support
6343         find. Fixes bug #358648.
6344
6345 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6346
6347         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6348         open dialog fall back to the current document uri if the
6349         filechooser hasn't been used before. Fixes bug #356980.
6350
6351 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6352
6353         * shell/ev-window.c: (ev_window_setup_recent), 
6354         (ev_window_get_recent_file_label):
6355
6356         Escape underscores in filenames of recent file items.
6357
6358 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6359
6360         * configure.ac:
6361         
6362         Bumped poppler requirements, really 0.5.3 is very 
6363         buggy, now we require 0.5.4.
6364
6365 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6366
6367         * djvu/Makefile.am:
6368         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6369         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6370         (djvu_document_document_links_iface_init):
6371         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6372         (number_from_string_10), (get_djvu_link_dest),
6373         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6374         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6375         (djvu_links_get_links), (djvu_links_find_link_dest),
6376         (djvu_links_get_links_model):
6377         * djvu/djvu-links.h:
6378         
6379         Add support for links and bookmarks in djvu documents. Thanks
6380         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6381         patch.
6382
6383 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6384
6385         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6386         
6387         Reopen should reload document. Fixes 
6388         bug 327951.
6389
6390 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6391
6392         * configure.ac:
6393         * data/Makefile.am:
6394         * data/evince-16.png:
6395         * data/evince-22.png:
6396         * data/evince.png:
6397         * data/evince.svg:
6398         * data/icons/16x16/Makefile.am:
6399         * data/icons/16x16/evince.png:
6400         * data/icons/22x22/Makefile.am:
6401         * data/icons/22x22/evince.png:
6402         * data/icons/48x48/Makefile.am:
6403         * data/icons/48x48/evince.png:
6404         * data/icons/Makefile.am:
6405         * data/icons/scalable/Makefile.am:
6406         * data/icons/scalable/evince.svg:
6407         
6408         Install icons with correct names. Fixes
6409         bug #354429.
6410
6411 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6412
6413         * shell/ev-view.c: (ev_view_button_release_event):
6414
6415         Don't open links with middle mouse button. Fixes bug #353649
6416
6417 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6418
6419         * NEWS:
6420         * configure.ac:
6421         
6422         Update for release 0.6.0
6423
6424 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6425
6426         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6427         Implement Close named action. Patch by Carlos Garcia Campos.
6428
6429 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6430
6431         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6432         
6433         Don't clear link mapping on copy_job_to_job_info. Fixes
6434         bug 346168.
6435
6436 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6437
6438         * shell/main.c: (main):
6439
6440         Revert my previous commit, gnome_program_init owns the option context.
6441         Fix another memory leak in main. Both caught by Christian Persch. 
6442
6443 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6444
6445         * shell/main.c: (main):
6446
6447         Fix memory leak.
6448
6449 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6450
6451         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6452
6453         Fix crash when opening a pdf with password protection. 
6454
6455 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6456
6457         * pdf/ev-poppler.cc: (pdf_document_search_free):
6458
6459         Fix memory leak. 
6460
6461 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6462
6463         * backend/ev-document-factory.c:
6464         (ev_document_factory_get_document):
6465         * tiff/tiff-document.c: (tiff_document_finalize):
6466         
6467         More correct handling of document loading. Fixes
6468         bug #349043.
6469
6470 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6471
6472         * backend/ev-attachment.c: (ev_attachment_save):
6473
6474         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6475         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6476
6477 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6478         
6479         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6480         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6481
6482 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6483
6484         * shell/ev-sidebar-thumbnails.c:
6485
6486         Do not render thumbnails unless thumbnails page is active in the
6487         sidebar.
6488
6489 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6490
6491         * shell/ev-properties-dialog.c:
6492
6493         Fix dialogue spacing. Bug #351370.
6494
6495 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6496
6497         * configure.ac:
6498
6499         Use lowercase gettext catalog file names (evince.mo
6500         instead of Evince.mo)
6501
6502 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6503
6504         * shell/ev-sidebar-attachments.c:
6505
6506         GtkIconTheme is now screen safe too. Fixes bug #350878
6507
6508 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6509
6510         * shell/ev-window.c:
6511
6512         GtkRecent manager is now screen safe. Fixes bug #350145
6513
6514 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6515
6516         * shell/ev-sidebar.c: (ev_sidebar_init):
6517         
6518         Make sidebar close icon smaller. Fix for bug 350177.
6519         See also bugs 350176 and 165770.
6520
6521 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6522
6523         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6524
6525         Ignore zoom for xyz destinations when it's <= 1, keeping user
6526         preferences instead. Set correct sizing-mode for fith and fitv
6527         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6528
6529 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6530
6531         * NEWS:
6532         * configure.ac:
6533         
6534         Update for release 0.5.5
6535
6536 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6537         
6538         * shell/ev-window.c: (ev_window_cmd_escape)
6539
6540         Escape unfocus page entry. Fixes bug #345809.
6541
6542 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6543
6544         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6545         (build_tree), (pdf_document_links_get_links),
6546         (pdf_document_links_find_link_dest):
6547         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6548         (goto_xyz_dest):
6549
6550         Convert from PDF style coordinates to X style coordinates in the
6551         backend rather than in the view. Fixes bug #338440
6552
6553 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6554
6555         * shell/ev-window.c:
6556         
6557         Remove Ctrl+Shift+T shortcut for toolbars. See
6558         the bug #350098.
6559
6560 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6561
6562         * configure.ac:
6563
6564         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6565         of this. 
6566
6567 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6568
6569         * configure.ac:
6570         * cut-n-paste/Makefile.am:
6571         * data/evince-ui.xml:
6572         * shell/Makefile.am:
6573         * shell/ev-application.[ch]:
6574         * shell/ev-window.c:
6575
6576         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6577         #349273
6578
6579 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6580
6581         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6582         findbar code: s/help/search/
6583
6584 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6585
6586         * shell/ev-window.c: (setup_document_from_metadata),
6587         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6588         (setup_view_from_metadata):
6589         
6590         Fix memory leaks.
6591
6592 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6593
6594         * autogen.sh, configure.ac: 
6595         
6596         Update automake usage. See bug 349292.
6597
6598 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6599
6600         * shell/eggfindbar.c: (egg_find_bar_class_init),
6601         (entry_activate_callback), (egg_find_bar_init),
6602         (egg_find_bar_set_status_text):
6603         * shell/eggfindbar.h:
6604         
6605         Unify Evince findbar with Epiphany. Nice patch
6606         from Fabricio Silva <silva@crans.org> and
6607         Frederic Peters <fpeters@entrouvert.com>. See
6608         bug #339966 for details.
6609
6610 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6611
6612         * data/evince.desktop.in.in:
6613         
6614         Correct information for bugzilla. Thanks to
6615         Olaf Vitters, see bug #348855.
6616
6617 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6618
6619         * shell/ev-jobs.[ch]:
6620         * shell/ev-sidebar-links.c:
6621         * shell/ev-window.[ch]:
6622
6623         GtkPrintJob doesn't support print ranges or current page, so we export
6624         to a ps file now when printing ranges or current page.
6625
6626 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6627
6628         * pdf/ev-poppler.cc:
6629         * shell/ev-window.c: (do_action_named):
6630
6631         We should be more clear about bugzilla. See the
6632         poppler bug #7623.
6633
6634 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6635
6636         * configure.ac:
6637         * shell/Makefile.am:
6638         * shell/ev-job-queue.c:
6639         * shell/ev-jobs.[ch]:
6640         * shell/ev-sidebar-links.c:
6641         * shell/ev-window.[ch]:
6642         
6643         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6644         #348422
6645
6646 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6647
6648         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6649         * shell/ev-application-service.xml:
6650         * shell/ev-application.[ch]:
6651         * shell/ev-jobs.[ch]:
6652         * shell/ev-window.[ch]: (ev_window_run_preview):
6653         * shell/main.c: 
6654
6655         Add preview mode to use evince as a printing previewer. It also adds
6656         other command line options for fullscreen and presentation modes.
6657         Fixes bugs #347822, #317031
6658
6659 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6660
6661         * NEWS:
6662         * configure.ac:
6663         
6664         Update for release 0.5.4
6665
6666 2006-07-11  Bastien Nocera <hadess@hadess.net>
6667
6668         * Makefile.am:
6669         * backend/Makefile.am:
6670         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6671         * backend/ev-document-factory.h:
6672         * configure.ac:
6673         * impress/.cvsignore:
6674         * impress/Makefile.am:
6675         * impress/common.h:
6676         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6677         (imp_get_page), (imp_next_page), (imp_prev_page),
6678         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6679         * impress/f_oasis.c: (render_object), (render_page),
6680         (get_geometry), (_imp_oasis_load):
6681         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6682         (_imp_oo13_load):
6683         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6684         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6685         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6686         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6687         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6688         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6689         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6690         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6691         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6692         (iks_new_within), (iks_insert), (iks_insert_cdata),
6693         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6694         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6695         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6696         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6697         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6698         (iks_cdata), (iks_cdata_size), (iks_has_children),
6699         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6700         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6701         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6702         (iks_tree), (iks_load), (iks_save):
6703         * impress/iksemel.h:
6704         * impress/imposter.h:
6705         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6706         (imp_render_draw_bezier_real), (imp_render_get_size),
6707         (imp_render_set_fg_color), (imp_render_draw_line),
6708         (imp_render_draw_rect), (imp_render_draw_polygon),
6709         (imp_render_draw_arc), (imp_render_draw_bezier),
6710         (imp_render_open_image), (imp_render_get_image_size),
6711         (imp_render_scale_image), (imp_render_draw_image),
6712         (imp_render_close_image), (imp_render_markup),
6713         (imp_render_get_text_size), (imp_render_draw_text),
6714         (impress_document_load), (impress_document_save),
6715         (impress_document_get_n_pages), (impress_document_get_page_size),
6716         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6717         (impress_document_finalize), (impress_document_class_init),
6718         (impress_document_can_get_text), (impress_document_get_info),
6719         (impress_document_document_iface_init),
6720         (impress_document_thumbnails_get_thumbnail),
6721         (impress_document_thumbnails_get_dimensions),
6722         (impress_document_document_thumbnails_iface_init),
6723         (impress_document_init):
6724         * impress/impress-document.h:
6725         * impress/internal.h:
6726         * impress/r_back.c: (_imp_fill_back):
6727         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6728         (_imp_draw_image), (_imp_tile_image):
6729         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6730         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6731         (r_polyline):
6732         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6733         (r_draw_gradient_complex), (r_draw_gradient):
6734         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6735         (r_get_bullet):
6736         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6737         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6738         (r_text):
6739         * impress/render.c: (imp_create_context), (imp_context_set_page),
6740         (imp_context_set_step), (imp_render), (imp_delete_context):
6741         * impress/render.h:
6742         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6743         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6744         (zip_load_xml), (zip_get_size), (zip_load):
6745         * impress/zip.h:
6746         * shell/ev-utils.c:
6747         
6748         New backend to support impress slides. Fixes bug #30867.
6749
6750 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6751
6752         * shell/ev-utils.c: (using_postscript_printer):
6753         
6754         Fixes crash when print using PAPI backend,
6755         bug #345012.
6756
6757 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6758
6759         * shell/ev-jobs.c: (ev_job_xfer_run):
6760         * shell/ev-window.c: (password_dialog_response),
6761         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6762         (ev_window_dispose):
6763         Fixes bug #344160: if the xfer job doesn't complete
6764         because a password is required, reload the existing
6765         instance instead of creating a new one.
6766
6767 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6768
6769         * shell/main.c: (main): Call gdk_threads_init. Thus
6770         we'll avoid errors in auth dialog. Fix for the bug
6771         #343347.
6772
6773 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6774
6775         * configure.ac: Advertise pixbuf support, fix
6776         for the bug 343317.
6777
6778 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6779
6780         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6781         (ev_sidebar_thumbnails_set_document):
6782         
6783         Update sidebar thumbnails after reloading.
6784
6785 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6786
6787         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6788         * shell/ev-jobs.h:
6789         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6790         (ev_window_cmd_view_reload), (ev_window_init):
6791         
6792         Don't crash on reload. Fix for the bug #343167.
6793
6794 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6795
6796         * shell/ev-jobs.c: (ev_job_render_run):
6797         
6798         Check for document links.
6799
6800 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6801
6802         * backend/ev-attachment.c: (ev_attachment_save),
6803         (ev_attachment_launch_app), (ev_attachment_open):
6804         * backend/ev-document-factory.c: (get_document_from_uri):
6805         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6806         (egg_recent_view_uimanager_set_list):
6807         * ps/ps-document.c: (check_filecompressed), (document_load),
6808         (ps_document_load):
6809         * shell/ev-metadata-manager.c: (load_values):
6810         * shell/ev-password.c: (ev_password_dialog_set_property):
6811         * shell/ev-view.c: (tip_from_link):
6812         * shell/ev-window.c: (file_save_dialog_response_cb),
6813         (ev_window_print_dialog_response_cb):
6814         
6815         Use consistent quoting style. Fix for the bug #320285.
6816
6817 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6818
6819         * shell/ev-jobs.c: (ev_job_xfer_run):
6820         * shell/main.c: (load_files):
6821                 
6822         Open links with anchors. Fix for the bug #339836.
6823
6824 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6825
6826         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6827         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6828         (ev_link_dest_set_property), (ev_link_dest_finalize),
6829         (ev_link_dest_class_init), (ev_link_dest_new_named),
6830         (ev_link_dest_new_page_label):
6831         * backend/ev-link-dest.h:
6832         * shell/ev-application.c: (ev_application_open_uri):
6833         * shell/ev-view.c: (goto_dest):
6834         * shell/ev-window.c:
6835         * shell/ev-window.h:
6836         
6837         Fix page-label command line option. Bug #342070.
6838
6839 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6840
6841         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6842         
6843         Don't show highlight rects if page can't be showed. Fix for 
6844         the bug #342076
6845
6846 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6847
6848         * shell/ev-window.c: (setup_sidebar_from_metadata),
6849         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6850         
6851         Setup sidebar from metadata even if there is no document
6852         loaded. Fix for the bug #342807.
6853
6854 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6855
6856         * cut-n-paste/toolbar-editor/Makefile.am:
6857         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6858         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6859         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6860         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6861         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6862         (popup_context_menu_cb), (button_press_event_cb),
6863         (configure_item_sensitivity), (configure_item_cursor),
6864         (configure_item_tooltip), (connect_widget_signals),
6865         (action_sensitive_cb), (create_item_from_action),
6866         (create_item_from_position), (toolbar_drag_data_received_cb),
6867         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6868         (toolbar_drag_leave_cb), (configure_drag_dest),
6869         (toggled_visibility_cb), (toolbar_visibility_refresh),
6870         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6871         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6872         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6873         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6874         (egg_editable_toolbar_dispose),
6875         (egg_editable_toolbar_set_ui_manager),
6876         (egg_editable_toolbar_get_selected),
6877         (egg_editable_toolbar_set_selected), (set_edit_mode),
6878         (egg_editable_toolbar_set_property),
6879         (egg_editable_toolbar_get_property),
6880         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6881         (egg_editable_toolbar_new_with_model),
6882         (egg_editable_toolbar_get_edit_mode),
6883         (egg_editable_toolbar_set_edit_mode),
6884         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6885         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6886         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6887         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6888         (item_added_or_removed_cb), (toolbar_removed_cb),
6889         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6890         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6891         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6892         (editor_create_item_from_name), (append_table),
6893         (update_editor_sheet), (egg_toolbar_editor_init):
6894         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6895         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6896         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6897         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6898         (toolbar_node_free), (egg_toolbars_model_get_flags),
6899         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6900         (egg_toolbars_model_get_name), (impl_add_item),
6901         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6902         (parse_data_list), (parse_item_list), (parse_toolbars),
6903         (egg_toolbars_model_load_toolbars), (parse_available_list),
6904         (parse_names), (egg_toolbars_model_load_names),
6905         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6906         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6907         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6908         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6909         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6910         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6911         (egg_toolbars_model_set_types), (fill_avail_array),
6912         (egg_toolbars_model_get_name_avail),
6913         (egg_toolbars_model_get_name_flags),
6914         (egg_toolbars_model_set_name_flags):
6915         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6916         * cut-n-paste/toolbar-editor/eggintl.h:
6917         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6918         (egg_tree_multi_drag_source_get_type),
6919         (egg_tree_multi_drag_source_row_draggable),
6920         (egg_tree_multi_drag_source_drag_data_delete),
6921         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6922         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6923         (path_list_free), (set_context_data), (get_context_data),
6924         (get_info), (egg_tree_multi_drag_drag_data_get),
6925         (egg_tree_multi_drag_motion_event),
6926         (egg_tree_multi_drag_button_press_event),
6927         (egg_tree_multi_drag_add_drag_support):
6928         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6929         * shell/ev-application.c: (ev_application_init),
6930         (ev_application_save_toolbars_model):
6931         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6932         (ev_window_cmd_edit_toolbar), (ev_window_init):
6933         
6934         Sync toolbareditor with epiphany and libegg
6935
6936 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6937
6938         * configure.ac: 
6939
6940         Depend on poppler 0.5.2
6941
6942 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6943
6944         * shell/ev-jobs.c: (ev_job_render_run):
6945         
6946         Check if document supports links iterface.
6947
6948 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6949
6950         * NEWS:
6951         * configure.ac:
6952         
6953         Update for release 0.5.3
6954
6955 2006-05-13  Michael Plump  <plumpy@skylab.org>
6956
6957         * configure.ac:
6958         * shell/Makefile.am:
6959         * shell/main.c: (main):
6960         
6961         Port to GOption command line parsing. Fix for the 
6962         bug #327518
6963
6964 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6965
6966         * shell/ev-window.c: (ev_window_cmd_help_about):
6967         
6968         Do not wrap license. Fix for the bug #309460.
6969
6970 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6971
6972         * configure.ac:
6973         * properties/ev-properties-main.c: (ev_properties_get_pages):
6974         * shell/ev-application.c: (ev_application_open_window),
6975         (ev_application_open_uri_at_dest):
6976         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6977         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6978         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6979         * shell/ev-utils.c: (save_print_config_to_file):
6980         * shell/ev-window.c: (ev_window_cmd_save_as),
6981         (ev_attachment_popup_cmd_save_attachment_as):
6982         * shell/main.c: (load_files_remote):
6983         
6984         Bump requirements to gtk 2.8 and drop all ifdefs used.
6985
6986 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6987
6988         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6989         * shell/ev-window.c: (ev_window_init):
6990         
6991         Show attachments page.
6992
6993 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6994
6995         * po/POTFILES.in:
6996         * shell/ev-attachment-bar.c:
6997         * shell/ev-attachment-bar.h:
6998         * shell/ev-sidebar-attachments.c:
6999         (ev_sidebar_attachments_icon_cache_add),
7000         (icon_theme_get_pixbuf_from_mime_type),
7001         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7002         (ev_sidebar_attachments_icon_cache_refresh),
7003         (ev_sidebar_attachments_get_attachment_at_pos),
7004         (ev_sidebar_attachments_popup_menu_show),
7005         (ev_sidebar_attachments_popup_menu),
7006         (ev_sidebar_attachments_button_press),
7007         (ev_sidebar_attachments_update_icons),
7008         (ev_sidebar_attachments_drag_data_get),
7009         (ev_sidebar_attachments_get_property),
7010         (ev_sidebar_attachments_destroy),
7011         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7012         (ev_sidebar_attachments_new),
7013         (ev_sidebar_attachments_set_document),
7014         (ev_sidebar_attachments_support_document),
7015         (ev_sidebar_attachments_get_label),
7016         (ev_sidebar_attachments_page_iface_init):
7017         * shell/ev-sidebar-attachments.h:
7018         * shell/ev-window.c: (update_chrome_visibility),
7019         (setup_sidebar_from_metadata), (ev_window_setup_document),
7020         (ev_window_sidebar_current_page_changed_cb),
7021         (attachment_bar_menu_popup_cb), (ev_window_init):
7022         
7023         Move attachments bar to sidebar.
7024
7025 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7026
7027         * pdf/ev-poppler.cc:
7028         * shell/ev-application.[ch]:
7029         * shell/main.c:
7030
7031         Fix some memory leaks.
7032
7033 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7034
7035         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7036
7037         Change the properties dialog response to
7038         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7039         will make the dialog go away when the user presses
7040         enter. With gtk+ >= 2.9 this will happen anyway, but for
7041         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7042         escape by default. Fixes bug #340539. See also bug
7043         #101293 for the gtk+ part.
7044
7045 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7046
7047         * shell/ev-view.c (tip_from_action_named): Replace some strings
7048         that were wrong. Closes #340970.
7049
7050 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7051
7052         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7053
7054         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7055         #341049
7056
7057 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7058
7059         * djvu/Makefile.am:
7060         * dvi/Makefile.am:
7061         * dvi/mdvi-lib/Makefile.am:
7062         * properties/Makefile.am:
7063         * ps/Makefile.am:
7064         * shell/Makefile.am:
7065         * thumbnailer/Makefile.am:
7066         
7067         Due to broken libtool that is unable to track dependencies
7068         of noinst libraries we are forced to explicitely point
7069         libraries for binary. Fix for the bug #333334.
7070
7071 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7072
7073         * data/evince.desktop.in.in:
7074         * shell/ev-view.c: (view_update_range_and_current_page),
7075         (ev_view_next_page), (ev_view_previous_page):
7076         * shell/ev-window.c: (update_chrome_visibility),
7077         (setup_sidebar_from_metadata), (ev_window_setup_document),
7078         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7079         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7080         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7081         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7082         (ev_window_stop_presentation), (ev_window_focus_in_event),
7083         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7084         (ev_window_init):
7085         * thumbnailer/Makefile.am:
7086         
7087         Update fullscreen and presentation timeout handling. Hide
7088         cursor in presentation after timeout. Fix for the bugs
7089         #136359 and #336981.
7090
7091 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7092
7093         * backend/ev-link-action.[ch]:
7094         * pdf/ev-poppler.cc: (ev_link_from_action):
7095         * shell/ev-view-private.h:
7096         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7097         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7098
7099         Add support for Named Action links
7100
7101 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7102
7103         * backend/Makefile.am:
7104         * backend/ev-document-links.[ch]:
7105         * backend/ev-document.[ch]:
7106         * backend/ev-link-action.[ch]:
7107         * backend/ev-link-dest.[ch]:
7108         * backend/ev-link.[ch]:
7109         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7110         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7111         * shell/ev-page-action.c: (build_new_tree_cb):
7112         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7113         (links_page_num_func), (update_page_callback):
7114         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7115         (tip_from_link):
7116         * shell/ev-jobs.c:
7117         * shell/ev-window.[ch]: (ev_window_open_uri),
7118         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7119         * shell/ev-application.[ch]: (ev_application_open_window),
7120         (ev_application_open_uri):
7121
7122         Rework links system, it adds support for remote links now and it makes
7123         easier to add new kinds of actions and destinations. Fixes bug #317292
7124
7125 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7126
7127         * data/Makefile.am:
7128         * data/evince.png:
7129         * data/evince-16.png:
7130         * data/evince-22.png:
7131         * data/evince.svg:
7132         * shell/main.c: (main):
7133         
7134         Evince use it's own icon. Fix for the bug #313392.
7135
7136         * shell/ev-window.c: (fullscreen_timeout_cb),
7137         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7138         (ev_window_cmd_help_about), (ev_window_dispose):
7139         
7140         Simplify fullscreen timeout code.
7141
7142 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7143
7144         * backend/ev-attachment.c: 
7145         * shell/ev-attachment-bar.c:
7146         * shell/ev-window.c:
7147
7148         Allow multiple selection of attachments
7149
7150 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7151
7152         * shell/ev-view.c: (view_update_range_and_current_page),
7153         (ev_view_scroll):
7154         
7155         Fix for the bug #312573 – Optimal selection of current 
7156         page among visible pages.
7157
7158 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7159
7160         * configure.ac:
7161         * djvu/Makefile.am:
7162         * djvu/djvu-text.h:
7163         
7164         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7165         for the bug 339868.
7166
7167 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7168
7169         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7170
7171 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7172
7173         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7174         dictated by the GNOME HIG. Fixes bug #339235.
7175
7176 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7177
7178         * data/evince-ui.xml:
7179         * shell/ev-view.c: (ev_view_can_find_previous):
7180         * shell/ev-view.h:
7181         * shell/ev-window.c: (ev_window_update_actions),
7182         (ev_window_cmd_edit_find_previous):
7183
7184         Add support for "Find Previous" as dictated by the GNOME HIG. A
7185         menu item is added and some glue code to make it all work is added
7186         to various files.
7187
7188 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7189
7190         * configure.ac: Award myself the "useless use of cat" award.
7191
7192 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7193
7194         * po/LINGUAS: New file listing all supported languages.
7195
7196         * configure.in: Use po/LINGUAS instead of including all languages
7197         directly in this file. See the wiki for more information:
7198         http://live.gnome.org/GnomeGoals/PoLinguas
7199
7200 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7201
7202         * backend/ev-document-factory.c:
7203
7204         Do not load the document twice when there isn't errors
7205
7206 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7207
7208         * backend/ev-attachment.c: 
7209
7210         Fix a crash when there isn't a default application to open an
7211         attachment
7212
7213 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7214
7215         * backend/ev-attachment.[ch]:
7216         * shell/ev-attachment-bar.[ch]:
7217
7218         Added missing files. 
7219
7220 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7221
7222         * backend/Makefile.am:
7223         * data/evince-ui.xml:
7224         * backend/ev-attachment.[ch]:
7225         * backend/ev-document.[ch]: (ev_document_has_attachments),
7226         (ev_document_get_attachments):
7227         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7228         (attachment_save_to_buffer), (pdf_document_get_attachments),
7229         (pdf_document_document_iface_init):
7230         * shell/Makefile.am:
7231         * shell/ev-attachment-bar.[ch]:
7232         * shell/ev-window.c:
7233
7234         Add support for PDF attachments. Fixes bug #325143
7235
7236 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7237
7238         * backend/ev-document-factory.c: (get_document_from_uri),
7239         (ev_document_factory_get_document):
7240         * backend/ev-document-factory.h:
7241         * properties/ev-properties-main.c: (ev_properties_get_pages):
7242         * shell/Makefile.am:
7243         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7244         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7245         (ev_job_queue_remove_job):
7246         * shell/ev-job-queue.h:
7247         * shell/ev-job-xfer.c:
7248         * shell/ev-job-xfer.h:
7249         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7250         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7251         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7252         (ev_job_xfer_run):
7253         * shell/ev-jobs.h:
7254         * shell/ev-window.c: (ev_window_is_empty),
7255         (password_dialog_response), (ev_window_clear_xfer_job),
7256         (ev_window_xfer_job_cb), (ev_window_open_uri),
7257         (ev_window_cmd_focus_page_selector),
7258         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7259         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7260         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7261         (ev_window_dispose):
7262         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7263         
7264         * Cleanup mime type detection on document load. Fix for the
7265         bug #336448.
7266
7267 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7268
7269         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7270         
7271         Fix crash on exit, described in the bug #336825.
7272
7273 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7274
7275         * backend/ev-document-factory.c:
7276         (ev_document_factory_get_from_mime),
7277         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7278         (ev_document_factory_get_document),
7279         (file_filter_add_mime_list_and_free),
7280         (ev_document_factory_add_filters):
7281         * backend/ev-document-factory.h:
7282         * properties/ev-properties-main.c: (ev_properties_get_pages):
7283         * shell/Makefile.am:
7284         * shell/ev-application.c:
7285         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7286         * shell/ev-window.c: (ev_window_cmd_file_open),
7287         (ev_window_cmd_save_as):
7288         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7289         
7290         Rework factory functions so they are placed now in a single 
7291         file ev-document-factory.c
7292
7293 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7294
7295         * shell/ev-window.c: (update_chrome_visibility):
7296         
7297         Fix for the bug 166566 - don't show menubar in fullscreen
7298         mode.
7299
7300 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7301
7302         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7303
7304 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7305
7306         * shell/ev-view.c: (ev_view_expose_event):
7307         
7308         More correctly draw loading text when document
7309         is empty.
7310
7311 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7312
7313         * shell/ev-view.c: (ev_view_scroll):
7314         
7315         Fix for the bug #334854, page down and page up switch
7316         pages in presentation mode.
7317
7318 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7319
7320         * shell/ev-window.c: (ev_window_set_action_sensitive),
7321         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7322         (ev_window_set_view_accels_sensitivity),
7323         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7324         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7325         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7326         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7327         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7328         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7329         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7330         (view_actions_focus_in_cb), (ev_window_init):
7331         
7332         Fix for the bug #333902, now it's possible to search
7333         words with slash.
7334
7335 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7336
7337         * configure.ac: Added Breton translation.
7338         * po/br.po: Added Breton translation.
7339
7340 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7341
7342         * shell/ev-window-title (ev_window_title_update):
7343
7344         Fix memory leak in window title. Fixes bug #333944
7345
7346 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7347
7348         * shell/ev-metadata-manager.c (parseItem):
7349
7350         Fix memory leaks. Fixes bug #333945
7351
7352 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7353         
7354         * NEWS, configure.ac, TODO:
7355         
7356         Update for release 0.5.2.
7357
7358 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7359
7360         * shell/ev-view.c: (view_update_range_and_current_page),
7361         (page_changed_cb):
7362         
7363         Don't jump on scrolling, fix for the bug #333127.
7364
7365 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7366
7367         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7368         
7369         Scroll by one page in presentation mode. Fix for the bug
7370         #332993.
7371
7372 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7373
7374         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7375
7376 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7377
7378         * configure.ac  Added lv in ALL_LINGUAS line.
7379
7380 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7381         
7382         * NEWS, configure.ac:
7383         
7384         Update for release 0.5.1
7385
7386 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7387
7388         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7389         * backend/ev-document-misc.h:
7390         * shell/ev-view.c: (draw_one_page):
7391         
7392          Clairfy what page the toolbar page number applies to. Fix
7393          for the bug #328102.
7394
7395 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7396
7397         * shell/ev-view-private.h:
7398         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7399         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7400         (ev_view_search_changed):
7401         * shell/ev-view.h:
7402         * shell/ev-window.c: (find_bar_search_changed_cb):
7403         
7404         Dont't jump to find result if window was scrolled during search.
7405         Fix for the bug #313266.
7406
7407 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7408
7409         * shell/eggfindbar.c: (egg_find_bar_class_init):
7410         * shell/eggfindbar.h:
7411         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7412         * shell/ev-view-private.h:
7413         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7414         (ev_view_class_init), (ev_sizing_mode_get_type),
7415         (ev_scroll_type_get_type):
7416         * shell/ev-view.h:
7417         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7418         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7419         (ev_window_init):
7420         
7421         Fix for the bug 319133 - Find entry should allow text scroll.
7422
7423 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7424
7425         * shell/ev-view-private.h:
7426         * shell/ev-view.c: (view_update_range_and_current_page),
7427         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7428         (ev_view_set_document), (update_find_status_message),
7429         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7430         (ev_view_find_previous):
7431         
7432         Fix for the bug #319137. Search now takes account for scrolling.
7433
7434 2006-02-19  Michael Hofmann <mh21@piware.de>
7435
7436         * configure.ac:
7437         * djvu/Makefile.am:
7438         * djvu/djvu-document-private.h:
7439         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7440         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7441         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7442         (djvu_document_can_get_text), (djvu_document_get_text),
7443         (djvu_document_document_iface_init),
7444         (djvu_document_thumbnails_get_thumbnail),
7445         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7446         (djvu_document_find_get_result),
7447         (djvu_document_find_page_has_results),
7448         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7449         (djvu_document_find_iface_init):
7450         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7451         (djvu_text_page_selection), (djvu_text_page_limits_process),
7452         (djvu_text_page_limits), (djvu_text_page_copy),
7453         (djvu_text_page_position), (djvu_text_page_union),
7454         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7455         (djvu_text_page_box), (djvu_text_page_append_text),
7456         (djvu_text_page_search), (djvu_text_page_prepare_search),
7457         (djvu_text_page_new), (djvu_text_page_free):
7458         * djvu/djvu-text-page.h:
7459         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7460         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7461         (djvu_text_n_results), (djvu_text_has_results),
7462         (djvu_text_get_result), (djvu_text_get_progress):
7463         * djvu/djvu-text.h:
7464         
7465         Text search in djvu. Fix for the bug #303415.
7466
7467 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7468
7469         * configure.ac:
7470         * shell/ev-window.c: (ev_window_cmd_save_as):
7471         
7472         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7473         Thanks to Gary Coady <gary@lyranthe.org>
7474
7475 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7476
7477         * shell/ev-print-job.c: (idle_print_handler):
7478         
7479         Inverse order printing, bug #320919.
7480
7481 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7482
7483         * data/evince-toolbar.xml:
7484         * shell/ev-window.c:
7485         
7486         Allow to add sidebar checkbutton on toolbar. Fix
7487         for the bug #144577.
7488
7489 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7490
7491         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7492         
7493         Add checks that have sense for empty ps document.
7494
7495 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7496
7497         * configure.ac: Include PS in mime types list. 
7498
7499 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7500
7501         * configure.ac:
7502         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7503         * ps/gsdefaults.h:
7504         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7505         
7506         Runtime check for gs interpreter. Fix for the bug #320868.
7507         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7508
7509 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7510
7511         * shell/ev-application.c: 
7512
7513         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7514         dbus>=0.60, so that the request is not queued. 
7515
7516 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7517
7518         * configure.ac:
7519         * shell/Makefile.am:
7520         * shell/ev-sidebar-links.c: (print_section_cb):
7521         * shell/ev-utils.c:
7522         * shell/ev-utils.h:
7523         * shell/ev-window.c: (update_action_sensitivity),
7524         (ev_window_close_dialogs), (ev_window_print):
7525         * shell/ev-window.h:
7526         
7527         Make printing support optional. Patch from Eduardo de Barros Lima
7528         <eduardo.lima@indt.org.br> for the bug #330546.
7529
7530 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7531
7532         * shell/ev-view-private.h:
7533         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7534         (ev_view_set_document):
7535         * shell/ev-view.h:
7536         * shell/ev-window.c: (ev_window_load_job_cb),
7537         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7538         (ev_window_init):
7539
7540         Draw Loading message during xfer job. Fix for the bug #329495.
7541
7542 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7543
7544         * comics/comics-document.c: (comics_regex_quote),
7545         (comics_document_load), (extract_argv):
7546         
7547         Correcly quote regexp before passing it to unzip.
7548
7549 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7550
7551         * shell/ev-page-cache.c: (build_height_to_page),
7552         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7553         (ev_page_cache_get_dual_even_left):
7554         * shell/ev-page-cache.h:
7555         * shell/ev-view.c: (view_update_range_and_current_page),
7556         (get_page_y_offset), (get_page_extents):
7557         
7558         Place even pages to the left if document has less then
7559         two pages. Fix for the bug #328856.
7560
7561 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7562
7563         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7564         
7565         Correct comics scheme. This make evince create thumbnails
7566         for comic books. Fix for the bug 329088.
7567
7568 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7569
7570         * data/evince-password.glade: Don't explicitly set
7571         invisible_char to the current default value in case
7572         the default changes; let GTK+ do its magic.
7573
7574 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7575
7576         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7577         real filename to tmp filename since often document
7578         type is determined by extension.
7579
7580 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7581
7582         * shell/ev-view.c: (add_scroll_binding_keypad),
7583         (ev_view_binding_activated), (ev_view_class_init):
7584         
7585         Add keybindings for percision-scrolling of display area. 
7586         Fix for the bug #314072.
7587
7588 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7589
7590         * data/evince.desktop.in.in:
7591         
7592         Add GTK to the list of categories. Fix for the bug #328034.
7593
7594 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7595
7596         * shell/ev-application.c: (ev_application_shutdown),
7597         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7598         * shell/ev-application.h:
7599         * shell/ev-window.c: (file_open_dialog_response_cb),
7600         (ev_window_cmd_file_open):
7601         
7602         Save last uri in file chooser dialog. Fix for the bug #327950.
7603
7604 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7605
7606         * NEWS:
7607         * README:
7608         
7609         Final update for release 0.5.0
7610         
7611         * shell/Makefile.am:
7612         
7613         Remove disable deprecated until we'll require libgnome-2.13.7
7614         and port to GOption argument parsing. See bug 327518.
7615
7616 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7617
7618         * comics/comics-document.c: (comics_document_save):
7619         * djvu/djvu-document.c: (djvu_document_save):
7620         * dvi/dvi-document.c: (dvi_document_save):
7621         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7622         * lib/ev-file-helpers.h:
7623         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7624         * tiff/tiff-document.c: (tiff_document_save):
7625         
7626         Use common save function for backends.
7627
7628 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7629
7630         * backend/ev-document-types.c:
7631         
7632         Fix crash on saving pixbuf.
7633
7634 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7635
7636         * cut-n-paste/recent-files/egg-recent-item.c:
7637         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7638         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7639         (parse_info_free), (valid_element), (start_element_handler),
7640         (end_element_handler), (text_handler), (egg_recent_model_filter),
7641         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7642         (egg_recent_model_monitor), (egg_recent_model_read),
7643         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7644         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7645         (egg_recent_model_set_property), (egg_recent_model_class_init),
7646         (egg_recent_model_init), (egg_recent_model_add_full),
7647         (egg_recent_model_delete), (egg_recent_model_get_list),
7648         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7649         (egg_recent_model_set_filter_mime_types),
7650         (egg_recent_model_clear_group_filter),
7651         (egg_recent_model_set_filter_groups),
7652         (egg_recent_model_clear_scheme_filter),
7653         (egg_recent_model_set_filter_uri_schemes),
7654         (egg_recent_model_remove_expired):
7655         * cut-n-paste/recent-files/egg-recent-util.c:
7656         (egg_recent_util_get_icon):
7657         * cut-n-paste/recent-files/egg-recent-util.h:
7658         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7659         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7660         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7661         (egg_recent_view_uimanager_set_property),
7662         (egg_recent_view_uimanager_get_property),
7663         (egg_recent_view_uimanager_class_init),
7664         (egg_recent_view_uimanager_init),
7665         (egg_recent_view_uimanager_set_label_width),
7666         (egg_recent_view_uimanager_get_label_width):
7667         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7668         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7669         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7670         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7671         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7672         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7673         
7674         Update from libegg.
7675
7676 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7677
7678         * shell/ev-page-cache.c: (build_height_to_page),
7679         (ev_page_cache_get_height_to_page):
7680         * shell/ev-page-cache.h:
7681         * shell/ev-view.c: (view_update_range_and_current_page),
7682         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7683         (ev_view_previous_page):
7684         
7685         Dual mode places even pages to the left. Fix for the bug #309393.
7686
7687         * shell/ev-view.h:
7688         * shell/ev-window.c: (update_action_sensitivity),
7689         (setup_view_from_metadata), (view_menu_popup_cb):
7690         
7691         Don't restore presentation in empty windows, more intelligent
7692         next page behaviour in dual mode.
7693
7694         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7695         (ev_pixbuf_cache_clear_job_sizes):
7696         
7697         Cleanup job callback on removal. Fix for the bug #325886.
7698
7699 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7700
7701         * ps/ps.c: (psscan):
7702         
7703         Commit workaround Mozilla problem. Fix for the bug #325919
7704         
7705         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7706         (save_item):
7707         
7708         Fix for year 2038 problem.
7709
7710 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7711
7712         * shell/ev-window.c: (setup_document_from_metadata),
7713         (ev_window_cmd_view_reload):
7714
7715         Clamp page recieved from metadata in valid values. Fix
7716         for the bug #325986.
7717
7718 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7719
7720         * MAINTAINERS: 
7721         Add MAINTAINERS as requested on desktop-devel-list.
7722
7723 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7724
7725         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7726         (mime_type_supported_by_gdk_pixbuf),
7727         (ev_document_factory_get_mime_types),
7728         (ev_document_factory_get_all_mime_types):
7729         
7730         Don't add pixbuf mime types if pixbuf backend is disabled.
7731         
7732         * shell/ev-application.c: (ev_application_get_uri_window):
7733         
7734         Fix for the bug 325815 - unhandled MIME type message doesn't 
7735         appear a second time. 
7736         
7737         * shell/ev-document-types.c: (ev_document_types_add_filters):
7738         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7739         (password_dialog_response), (ev_window_popup_password_dialog),
7740         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7741         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7742         (ev_window_run_presentation), (ev_window_stop_presentation),
7743         (save_sizing_mode), (ev_window_zoom_changed_cb),
7744         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7745         (ev_window_dual_mode_changed_cb),
7746         (ev_window_sidebar_current_page_changed_cb),
7747         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7748         (window_state_event_cb), (window_configure_event_cb):
7749         
7750         Cleanup additional uris holded by EvWindow.
7751
7752 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7753
7754         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7755         (ev_view_can_previous_page), (ev_view_can_next_page):
7756         * shell/ev-view.h:
7757         * shell/ev-window.c: (update_action_sensitivity):
7758         
7759         Two page scrolling with Space and PageUp in dual mode. Second fix 
7760         for the bug #316608.
7761
7762 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7763
7764         * shell/ev-view.c: (scroll_to_current_page):
7765         
7766         Correctly clamp adjustment value. Fix for the bug
7767         #325808.
7768
7769 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7770
7771         * shell/ev-sidebar-links.c: (print_section_cb):
7772         * shell/ev-window.c: (ev_window_get_uri),
7773         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7774         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7775         (ev_window_dispose):
7776         
7777         Make print dialog non-modal. Fix for the bug #325622.
7778
7779 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7780
7781         * shell/ev-metadata-manager.c:
7782         * shell/ev-utils.c: (using_pdf_printer),
7783         (using_postscript_printer), (load_print_config_from_file),
7784         (save_print_config_to_file):
7785         * shell/ev-utils.h:
7786         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7787         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7788         (setup_view_from_metadata), (ev_window_setup_document),
7789         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7790         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7791         (ev_window_run_presentation), (ev_window_stop_presentation),
7792         (save_sizing_mode), (ev_window_zoom_changed_cb),
7793         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7794         (ev_window_dual_mode_changed_cb),
7795         (ev_window_sidebar_current_page_changed_cb),
7796         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7797         (window_state_event_cb), (window_configure_event_cb),
7798         (ev_window_init):
7799         
7800         Setting saving behaviour fixes.
7801
7802 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7803
7804         * configure.ac:
7805         
7806         Make antialiasing gs options better and allow
7807         to change them during configure. Fix for the 
7808         bug #319049.
7809
7810 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7811
7812         * shell/ev-window.c: (setup_view_from_metadata):
7813         
7814         Remember if last window was maximized. Fix for the
7815         bug #323797.
7816
7817 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7818
7819         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7820
7821 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7822
7823         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7824         * shell/ev-page-action.c: (build_new_tree_cb):
7825         * shell/ev-sidebar-links.c: (links_page_num_func),
7826         (update_page_callback_foreach), (update_page_callback):
7827         * shell/ev-view.c: (scroll_to_current_page):
7828         
7829         Fix for the bug #325067 with more intelligent selection
7830         of current link in sidebar. Make sidebar handle links
7831         of FITR-like type more correctly.
7832
7833         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7834         (dvi_pixbuf_put_pixel):
7835         
7836         Fix memory consumtion with disabled alpha channel.
7837
7838 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7839
7840         * data/evince-ui.xml:
7841         * shell/ev-window.c: (view_menu_popup_cb),
7842         (ev_popup_cmd_open_link), (ev_window_init):
7843         
7844         Update context menu for internal links. Fix for the bug
7845         #325066.
7846
7847 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7848
7849         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7850         
7851         Bind context menu to keyboard also. Fix for the bug
7852         #325065.
7853
7854 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7855
7856         * shell/ev-view.c: (selection_scroll_timeout_cb):
7857         
7858         Horizontal scroll on selection also.
7859
7860 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7861
7862         * shell/ev-metadata-manager.c: (parse_value):
7863         * shell/ev-view.c: (goto_xyz_link):
7864         
7865         Correct zoom setup and metadata save broken in 
7866         some locales.
7867
7868 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7869
7870         * shell/ev-view-private.h:
7871         * shell/ev-view.c: (scroll_to_current_page),
7872         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7873         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7874         (page_changed_cb), (ev_view_set_continuous),
7875         (ev_view_set_dual_page), (ev_view_set_presentation):
7876         
7877         Delay scroll until allocation to correctly position page. Fix
7878         for the bug #317334.
7879
7880 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7881
7882         * NEWS:
7883         * configure.ac:
7884         
7885         Update NEWS and require poppler 0.5.0.
7886
7887 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7888         
7889         * data/evince-ui.xml:
7890         * shell/ev-view-private.h:
7891         * shell/ev-view.c: (ev_view_get_link_at_location),
7892         (handle_link_over_xy), (ev_view_button_press_event),
7893         (ev_view_button_release_event), (ev_view_class_init):
7894         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7895         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7896         (ev_window_init):
7897         
7898         Implement right-click context menu.
7899
7900 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7901
7902         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7903         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7904         (mdvi_pixbuf_device_render):
7905         * pdf/ev-poppler.cc:
7906
7907         Don't generate thumbnails with alpha. See bug #324077.
7908         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7909
7910 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7911
7912         * shell/ev-window.c: (setup_chrome_from_metadata):
7913         
7914         Fix typo that was hiding toolbar.
7915
7916 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7917
7918         * shell/ev-view-private.h:
7919         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7920         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7921         (ev_view_button_release_event), (ev_view_destroy):
7922         
7923         Small cleanup and autoscrolling during selection. Thanks to 
7924         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7925
7926 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7927
7928         * configure.ac:
7929         
7930         Correctly check for comics option.
7931
7932 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7933         * Makefile.am:
7934         * configure.ac:
7935         * backend/Makefile.am:
7936         * backend/ev-document-factory.c:
7937         * shell/ev-document-types.c:
7938
7939         Included option in configure to make ps backend 
7940         compilation optional with --disable-ps.
7941
7942 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7943
7944         * backend/ev-document-factory.c:
7945         * comics/Makefile.am:
7946         * comics/comics-document.c: (comics_document_load):
7947         * comics/ev-cbr-mime.xml:
7948         * configure.ac:
7949         
7950         Comics mime types are added to shared-mime-info CVS. Now
7951         we don't need to install our own mime types.
7952
7953 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7954
7955         * shell/ev-window.c:
7956         
7957         Add shortcut for "save a copy" menu entry. Fix for
7958         the bug #324582.
7959
7960 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7961
7962         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7963         (job_finished_cb), (new_selection_pixbuf_needed),
7964         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7965         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7966         
7967         Rework selection job info logic and fix critical warning.
7968
7969 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7970
7971         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7972
7973 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7974
7975         * data/evince-ui.xml:
7976         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7977         
7978         Enter as shortcut key for next page. Fix for the bug
7979         #321394.
7980
7981 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7982
7983         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7984
7985 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7986
7987         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7988         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7989         (new_selection_pixbuf_needed),
7990         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7991         (clear_job_selection):
7992         
7993         Too early for 0.5. Pixbuf cache code cleaned a bit.
7994
7995 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7996
7997         * NEWS:
7998         * configure.ac:
7999         
8000         Release 0.5.0 preparation
8001
8002 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8003
8004         * comics/Makefile.am:
8005         * configure.ac:
8006         * shell/ev-document-types.c: (ev_document_types_add_filters):
8007         
8008         More advanced handling of custom mime type installation.
8009
8010 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8011
8012         * data/evince.schemas.in:
8013         * shell/ev-metadata-manager.c: (value_free),
8014         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8015         (ev_metadata_manager_get), (ev_metadata_manager_set):
8016         * shell/ev-metadata-manager.h:
8017         * shell/ev-window.c: (update_chrome_flag),
8018         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8019         (setup_document_from_metadata), (setup_chrome_from_metadata),
8020         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8021         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8022         (ev_window_view_toolbar_cb),
8023         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8024         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8025         
8026         Save last document settings and reuse them for new documents.
8027
8028 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8029
8030         * Makefile.am:
8031         * backend/Makefile.am:
8032         * backend/ev-document-factory.c:
8033         * backend/ev-document-factory.h:
8034         * comics/Makefile.am:
8035         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8036         (comics_document_load), (comics_document_save),
8037         (comics_document_get_n_pages), (comics_document_get_page_size),
8038         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8039         (comics_document_class_init), (comics_document_can_get_text),
8040         (comics_document_get_info), (comics_document_document_iface_init),
8041         (comics_document_init), (get_supported_image_extensions),
8042         (comics_document_thumbnails_get_geometry),
8043         (comics_document_thumbnails_get_thumbnail),
8044         (comics_document_thumbnails_get_dimensions),
8045         (comics_document_document_thumbnails_iface_init), (extract_argv):
8046         * comics/comics-document.h:
8047         * comics/ev-cbr-mime.xml:
8048         * configure.ac:
8049         * po/POTFILES.in:
8050         * shell/ev-application.c: (ev_application_register_service):
8051         * shell/ev-document-types.c: (ev_document_types_add_filters):
8052         * thumbnailer/Makefile.am:
8053         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8054         
8055         New CBR/CBZ backend for comic books.
8056
8057 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8058
8059         * shell/main.c: (load_files_remote):
8060
8061         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8062         warning on startup of second instance is fixed. It
8063         is bug #320353.
8064
8065 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8066
8067         * shell/ev-window.c: (ev_window_finalize):
8068         
8069         Fix double free that cause crash.
8070
8071 2005-10-29  Bastien Nocera <hadess@hadess.net>
8072
8073         * tiff/tiff-document.c: (tiff_document_load):
8074         
8075         Fix memory leak.
8076
8077 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8078
8079         * po/POTFILES.in:
8080         * shell/Makefile.am:
8081         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8082         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8083         (ev_view_accessible_get_text),
8084         (ev_view_accessible_get_character_at_offset),
8085         (ev_view_accessible_get_text_before_offset),
8086         (ev_view_accessible_get_text_at_offset),
8087         (ev_view_accessible_get_text_after_offset),
8088         (ev_view_accessible_get_character_count),
8089         (ev_view_accessible_get_caret_offset),
8090         (ev_view_accessible_set_caret_offset),
8091         (ev_view_accessible_get_run_attributes),
8092         (ev_view_accessible_get_default_attributes),
8093         (ev_view_accessible_get_character_extents),
8094         (ev_view_accessible_get_offset_at_point),
8095         (ev_view_accessible_get_n_selections),
8096         (ev_view_accessible_get_selection),
8097         (ev_view_accessible_add_selection),
8098         (ev_view_accessible_remove_selection),
8099         (ev_view_accessible_set_selection),
8100         (ev_view_accessible_text_iface_init),
8101         (ev_view_accessible_idle_do_action),
8102         (ev_view_accessible_action_do_action),
8103         (ev_view_accessible_action_get_n_actions),
8104         (ev_view_accessible_action_get_description),
8105         (ev_view_accessible_action_get_name),
8106         (ev_view_accessible_action_set_description),
8107         (ev_view_accessible_action_iface_init),
8108         (ev_view_accessible_get_type), (ev_view_accessible_new),
8109         (ev_view_accessible_factory_get_accessible_type),
8110         (ev_view_accessible_factory_create_accessible),
8111         (ev_view_accessible_factory_class_init),
8112         (ev_view_accessible_factory_get_type):
8113         * shell/ev-view-accessible.h:
8114         * shell/ev-view-private.h:
8115         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8116         * shell/ev-view.h:
8117         
8118         Initial accessibility support.
8119
8120 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8121
8122         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8123
8124 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8125
8126         * shell/ev-print-job.c: (idle_print_handler):
8127         
8128         Fix for bug Bug 318916: Printing multiple pages.
8129
8130 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8131
8132         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8133
8134 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8135
8136         * pdf/ev-poppler.cc:
8137         
8138         Thumnail dimensions unified with other backends.
8139         
8140         * shell/ev-window-title.c: (ev_window_title_update):
8141         
8142         Fix warning.
8143
8144 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8145
8146         * data/ev-stock-zoom-fit-width.png:
8147         
8148         Remove unused file.
8149
8150 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8151
8152         * configure.ac:
8153         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8154         (djvu_document_finalize):
8155         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8156         (dvi_document_finalize):
8157         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8158         (pixbuf_document_save), (pixbuf_document_finalize):
8159         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8160         (tiff_document_finalize):
8161         
8162         Save a copy implemented for various backends.
8163
8164 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8165
8166         * configure.ac:
8167         
8168         Don't link with ltiff if tiff is disabled.
8169
8170 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8171
8172         * pdf/GDKSplashOutputDev.cc:
8173         * pdf/GDKSplashOutputDev.h:
8174         * pdf/Thumb.cc:
8175         * pdf/Thumb.h:
8176         * pdf/pdf-document.cc:
8177         * pdf/pdf-document.h:
8178         * pdf/test-gdk-output-dev.cc:
8179         
8180         Remove old unused files.
8181
8182 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8183
8184         * shell/ev-window.c: (ev_window_setup_document):
8185         
8186         Fixed warnings on reload and probably crash reason.
8187
8188 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8189
8190         * properties/ev-properties-view.c:
8191         (ev_properties_view_format_date):
8192         
8193         Check if date is invalid. Fix for bug 318134.
8194
8195 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8196
8197         * shell/ev-window-title.c:
8198         
8199         Add .indd files (Adobe Indesign) to the list of "bad
8200         extensions".
8201
8202 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8203
8204         * data/evince-ui.xml:
8205         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8206         
8207         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8208
8209 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8210
8211         * shell/ev-window.c: (launch_link), (launch_external_uri),
8212         (view_external_link_cb):
8213
8214         URL-escape link before passing it to gnome_vfs_url_show.
8215
8216 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8217
8218         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8219         there isn't text selected.
8220
8221 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8222
8223         * shell/ev-view.c: (handle_link_over_xy):
8224
8225         Check tooltip is valid utf8 before showing it
8226
8227 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8228
8229         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8230
8231 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8232
8233         * shell/ev-window-title.c: (ev_window_title_update):
8234
8235         Guard against using g_strstrip on NULL. Fixes bug #317291.
8236
8237 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8238
8239         * pdf/ev-poppler.cc:
8240
8241         Show title even for unknown links
8242
8243 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8244
8245         * shell/ev-window-title.c: (ev_window_title_update):
8246
8247         Strip the title string
8248
8249 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8250
8251         * shell/ev-window-title.c:
8252
8253         Add .rtf to the bad extensions list
8254
8255 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8256
8257         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8258         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8259
8260         Ignore link coordinates if they are outside page bounds
8261
8262 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8263
8264         * backend/ev-link.c: (ev_link_type_get_type),
8265         (ev_link_get_filename), (ev_link_get_params),
8266         (ev_link_get_property), (ev_link_set_property),
8267         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8268         * backend/ev-link.h:
8269         * pdf/ev-poppler.cc:
8270         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8271         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8272         (ev_window_init):
8273
8274         Implement launch links. Delegate external link opening to
8275         the window.
8276
8277 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8278
8279         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8280         (ev_link_get_right), (ev_link_get_property),
8281         (ev_link_set_property), (ev_link_class_init),
8282         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8283         * backend/ev-link.h:
8284         * pdf/ev-poppler.cc:
8285         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8286
8287         Implement fitr links
8288
8289 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8290
8291         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8292         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8293         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8294         (ev_view_size_request_continuous),
8295         (ev_view_size_request_dual_page),
8296         (ev_view_size_request_single_page), (ev_view_size_allocate),
8297         (ev_view_zoom_for_size_continuous_and_dual_page),
8298         (ev_view_zoom_for_size_continuous),
8299         (ev_view_zoom_for_size_dual_page),
8300         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8301         (ev_sizing_mode_get_type):
8302         * shell/ev-view.h:
8303         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8304
8305         Do not use modes for link, we need to calculate size ad hoc.
8306         Still not perfect because of the usual scrollbar issues grrr.
8307
8308 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8309
8310         * backend/ev-link.c: (ev_link_type_get_type),
8311         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8312         * backend/ev-link.h:
8313         * pdf/ev-poppler.cc:
8314         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8315         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8316         (ev_view_size_request_continuous),
8317         (ev_view_size_request_dual_page),
8318         (ev_view_size_request_single_page), (ev_view_size_allocate),
8319         (zoom_for_size_fit_height),
8320         (ev_view_zoom_for_size_continuous_and_dual_page),
8321         (ev_view_zoom_for_size_continuous),
8322         (ev_view_zoom_for_size_dual_page),
8323         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8324         (ev_sizing_mode_get_type):
8325         * shell/ev-view.h:
8326         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8327
8328         Implement FIT_HEIGHT mode (only for links).
8329         Implement FITH links
8330
8331 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8332
8333         * shell/ev-window-title.c: (get_filename_from_uri),
8334         (ev_window_title_sanitize_extension), (ev_window_title_update),
8335         (ev_window_title_set_document), (ev_window_title_set_uri),
8336         (ev_window_title_free):
8337         * shell/ev-window-title.h:
8338         * shell/ev-window.c: (ev_window_setup_document),
8339         (ev_window_popup_password_dialog):
8340
8341         Refactor window title building while fixing it for
8342         password documents.
8343
8344 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8345
8346         * pdf/ev-poppler.cc:
8347
8348         Escape link title before setting it in the model
8349
8350 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8351
8352         * shell/ev-application.c: (removed_from_session), (save_session),
8353         (init_session), (ev_application_get_empty_window),
8354         (ev_application_init), (ev_application_get_windows):
8355         * shell/ev-application.h:
8356         * shell/ev-window.c: (ev_window_finalize):
8357
8358         Add a function to retrieve window list and share it where
8359         necessary.
8360         Implement session handling, works pretty well thanks to the
8361         metadata system.
8362
8363 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8364
8365         * shell/ev-password.c: (ev_password_item_created_callback),
8366         (ev_password_dialog_save_password):
8367         
8368         Fix for bug 316972. Use async gnome-keyring API.
8369
8370 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8371
8372         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8373         Remove unused unrealize handler. Add scroll handling to
8374         ev_view_scroll_event for presentation mode (bug #316708),
8375         and fix the event state checks there.
8376
8377 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8378
8379         * shell/ev-page-action.c: (page_changed_cb):
8380
8381         "marco, maybe we should be crazy and jump right to 6! :)"
8382
8383         Bryan Clark, Sep 2005
8384
8385 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8386
8387         * ps/ps-document.c: (save_document), (ps_document_save),
8388         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8389         (ps_document_ps_export_end):
8390
8391         Fix unstructured documents save and print
8392
8393 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8394
8395         * shell/ev-application.c: (ev_application_open_uri):
8396
8397         Fix window size persistance
8398
8399 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8400
8401         * shell/ev-view.c: (ev_view_button_release_event):
8402
8403         Based on a patch from carlosgc@gnome.org. Mouse buttons
8404         switch pages in presentation mode.
8405
8406 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8407
8408         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8409
8410         Dont cast to int before scaling
8411
8412 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8413
8414         * backend/ev-link.c: (ev_link_type_get_type),
8415         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8416         (ev_link_new_page_fith):
8417         * backend/ev-link.h:
8418         * pdf/ev-poppler.cc:
8419         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8420
8421         Implement FIT and FITH links
8422
8423 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8424
8425         * pdf/ev-poppler.cc:
8426
8427         Return 0 results when search is not in progress.
8428
8429         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8430         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8431
8432         Update menu sensitivity when cancelling search
8433
8434 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8435
8436         * shell/ev-view.c: (ev_view_can_find_next):
8437
8438         Take all pages in consideration, not just current one
8439
8440 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8441
8442         * shell/ev-page-cache.c:
8443         * shell/ev-page-cache.h:
8444         * shell/ev-view.c: (ev_view_binding_activated),
8445         (ev_view_next_page), (ev_view_previous_page),
8446         (ev_sizing_mode_get_type):
8447         * shell/ev-view.h:
8448         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8449         (ev_window_cmd_go_next_page):
8450
8451         Move page next/previous functions from page chace to
8452         view and change it to move by 2 page steps in dual mode.
8453
8454 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8455
8456         * shell/ev-window.c: (update_sidebar_visibility),
8457         (setup_sidebar_from_metadata), (ev_window_setup_document),
8458         (setup_view_from_metadata):
8459
8460         Show the index by default when there is one     
8461
8462 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8463
8464         * shell/ev-window-title.c: (ev_window_title_set_document):
8465
8466         Missing null check
8467
8468 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8469
8470         * shell/ev-view.c: (view_update_range_and_current_page):
8471         
8472         Allow display of last odd page in dual view. Fix for 316347.
8473
8474 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8475
8476         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8477         
8478         Make close button default. Fix for 316383.
8479
8480 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8481
8482         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8483         
8484         Mark close button as default. Fix for 316381.
8485
8486 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8487
8488         * backend/ev-link.c: (ev_link_class_init):
8489
8490         Allow negative doubles in left/top properties
8491
8492 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8493
8494         * shell/ev-window.c:
8495
8496         Remove a bunch of strings that was used only
8497         by the statusbar.
8498
8499 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8500
8501         * shell/ev-window-title.c: (get_filename_from_uri),
8502         (ev_window_title_set_document):
8503
8504         When title has a confusing extension, show also
8505         the document filename inside ()
8506
8507 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8508
8509         * shell/Makefile.am:
8510         * shell/ev-window-title.c: (ev_window_title_new),
8511         (ev_window_title_update), (ev_window_title_set_type),
8512         (ev_window_title_set_document), (ev_window_title_free):
8513         * shell/ev-window-title.h:
8514         * shell/ev-window.c: (ev_window_setup_document),
8515         (password_dialog_response), (ev_window_popup_password_dialog),
8516         (ev_window_dispose), (ev_window_init):
8517
8518         Factor out and cleanup window title code
8519
8520 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8521
8522         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8523         (unable_to_load):
8524
8525         Make dialog transient so it doesnt block other windows
8526
8527 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8528
8529         * pdf/ev-poppler.cc:
8530         
8531         Fix pdf thumbnails rendering.
8532
8533 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8534
8535         * shell/ev-window.c: (fullscreen_set_timeout):
8536         
8537         Increase timeout to hide full screen popup. Bug 
8538         316123. 
8539
8540 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8541
8542         * data/evince.schemas.in:
8543         * shell/ev-window.c: (update_action_sensitivity):
8544
8545         Allow the user to override document restrictions. Fix for bug
8546         305818.
8547
8548 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8549
8550         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8551         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8552         (ev_window_class_init): Fix multihead behaviour of fullscreen
8553         toolbar popup. Fixes bug #315451.
8554
8555 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8556
8557         * configure.ac:
8558         * data/evince-password.glade:
8559         * shell/ev-password.c: (ev_password_dialog_set_property),
8560         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8561         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8562         (ev_password_dialog_entry_changed_cb),
8563         (ev_password_dialog_entry_activated_cb),
8564         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8565         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8566         (ev_password_dialog_set_bad_pass):
8567         * shell/ev-password.h:
8568         * shell/ev-window.c: (password_dialog_response),
8569         (ev_window_popup_password_dialog):
8570         
8571         Support for gnome-keyring for encrypted PDF's.
8572
8573 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8574
8575         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8576         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8577         (ev_view_enter_notify_event), (ev_view_class_init):
8578         
8579         More precise handling of enter_notify/leave_notify events
8580         in EvView. Fix for bug 315470.
8581
8582 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8583
8584         * shell/ev-window.c: (fullscreen_timeout_cb),
8585         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8586         (ev_window_dispose):
8587
8588         leak fix: unref fullscreen_timeout_source before clearing it
8589
8590 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8591
8592         * configure.ac, dvi/mdvi/Makefile.am: 
8593         
8594         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8595
8596 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8597
8598         * backend/ev-link.c: (ev_link_new_page_xyz):
8599         * pdf/ev-poppler.cc:
8600         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8601
8602         Fix some bugs with xyz links, respect zoom
8603
8604 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8605
8606         * shell/ev-window.c: (page_changed_cb),
8607         (setup_document_from_metadata), (update_sidebar_visibility),
8608         (setup_view_from_metadata), (ev_window_run_fullscreen),
8609         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8610         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8611         (ev_window_dual_mode_changed_cb),
8612         (ev_window_sidebar_current_page_changed_cb):
8613
8614         null check uri before setting and getting metadata
8615
8616 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8617
8618         * dvi/Makefile.am:
8619         * properties/Makefile.am:
8620         * shell/Makefile.am:
8621         * thumbnailer/Makefile.am:
8622
8623         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8624
8625 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8626
8627         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8628         (selection_changed_callback):
8629         * shell/ev-sidebar-links.h:
8630
8631         Add a signal for link activation.
8632
8633         * shell/ev-view.c: (ev_view_goto_link),
8634         (ev_view_button_release_event):
8635         * shell/ev-view.h:
8636         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8637         (ev_window_init):
8638
8639         Implement the signal so that we can handle all link types.
8640
8641         * shell/ev-page-cache.c:
8642
8643         Remove unused set_link function
8644
8645 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8646
8647         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8648
8649         Add some space from the cursor, hardcoded but I couldnt
8650         find a better way.
8651
8652 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8653
8654         * lib/ev-tooltip.c:
8655
8656         Use mozilla style vs gtk style, way better for links.
8657
8658         * shell/ev-view.c: (ev_view_motion_notify_event),
8659         (ev_view_destroy), (ev_view_init):
8660
8661         Deactive tooltip when the link hovered is changed.
8662
8663 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8664
8665         * backend/ev-document.h:
8666         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8667         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8668         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8669         (ev_link_new_page), (ev_link_new_page_xyz):
8670         * backend/ev-link.h:
8671         * pdf/ev-poppler.cc:
8672         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8673         (go_to_link), (tip_from_link):
8674
8675         Implement xyz links, still not functional. Links are a total
8676         mess, will need to refactor and bugfix a lot :(
8677
8678 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8679
8680         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8681
8682 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8683
8684         * data/evince-ui.xml:
8685         * data/evince.schemas.in:
8686         * shell/Makefile.am:
8687         * shell/ev-window.c: (update_chrome_visibility),
8688         (password_dialog_response), (ev_window_load_job_cb),
8689         (ev_window_xfer_job_cb), (ev_window_open_uri),
8690         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8691         (ev_window_init):
8692
8693         Remove the statusbar. This regress loading feedback, need to
8694         check with Bryan what we want to do there...
8695
8696 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8697
8698         * lib/ev-tooltip.c: (ev_tooltip_init):
8699
8700         Fix tooltip border and size handling
8701
8702 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8703
8704         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8705         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8706         (ev_tooltip_timeout), (ev_tooltip_activate),
8707         (ev_tooltip_deactivate):
8708         * lib/ev-tooltip.h:
8709         * shell/ev-view.c: (ev_view_motion_notify_event):
8710
8711         Delay popup showing. Mirror gtk logic/times.
8712
8713 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8714
8715         * lib/Makefile.am:
8716         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8717         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8718         (ev_tooltip_set_text), (ev_tooltip_set_position):
8719         * lib/ev-tooltip.h:
8720
8721         Simple widget to show tooltips at a custom position
8722
8723         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8724         (ev_view_destroy):
8725
8726         Use it for links. First go, needs work
8727
8728 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8729
8730         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8731         HIG fixes.  Use title capitalization for window title. Use 12 
8732         pixels of space between the dialog's vbox and action area.
8733
8734 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8735
8736         * shell/ev-window.c: (file_open_dialog_response_cb),
8737         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8738         (ev_window_cmd_save_as):
8739
8740         Make file pickers not modal and refactor code some
8741
8742 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8743
8744         * shell/ev-sidebar.h:
8745         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8746         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8747         (ev_sidebar_class_init), (ev_sidebar_select_page),
8748         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8749         (ev_sidebar_set_page):
8750
8751         Add a current page property and allow to get/set it
8752
8753         * shell/ev-window.c: (setup_view_from_metadata),
8754         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8755
8756         Persist current sidebar page per document
8757
8758 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8759
8760         * data/evince.schemas.in:
8761         * shell/ev-window.c: (update_chrome_visibility),
8762         (setup_document_from_metadata), (update_sidebar_visibility),
8763         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8764         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8765         (ev_window_run_presentation), (ev_window_stop_presentation),
8766         (ev_window_view_sidebar_cb),
8767         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8768         (load_chrome), (ev_window_init):
8769
8770         Persist size/visibility of sidebar per document
8771
8772 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8773
8774         * shell/ev-view.c (draw_loading_text): Draw loading text.
8775
8776 2005-09-02  Dan Damian  <dand@gnome.ro>
8777
8778         * configure.in: Added "ro" to ALL_LINGUAS.
8779
8780 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8781
8782         * shell/ev-view.c: (clear_caches):
8783
8784         ev_page_cache_get doesnt return a reference,
8785         dont try to unref it.
8786
8787 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8788
8789         * shell/main.c: (load_files_remote):
8790
8791         Fix timestamp parameter with dbus <= 0.33
8792
8793 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8794
8795         * data/evince.schemas.in:
8796
8797         Add missing full stop
8798
8799 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8800
8801         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8802         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8803
8804         Plug some memory leaks
8805
8806 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8807
8808         * configure.ac:
8809         * lib/ev-debug.c: (trap_handler):
8810
8811         Check for execinfo.h and use it only if it exists.
8812         Ported from Epiphany (bug #314776).
8813
8814 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8815
8816         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8817
8818 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8819
8820         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8821         * po/id.po      : Added Indonesian translation
8822
8823 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8824
8825         * shell/main.c:
8826         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8827         * NEWS: Release 0.4.0
8828
8829 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8830
8831         * configure.ac: catch another gtk+-2.8ism
8832         * shell/main.c: Make work with gtk+-2.6
8833
8834 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8835
8836         * shell/ev-application-service.xml: Add 'timestamp' argument to
8837           ev_application_open_window and ev_application_open_uri methods.
8838
8839         * shell/ev-application.h: Add 'timestamp' argument to
8840           ev_application_open_window, ev_application_open_uri,
8841           and ev_application_open_uri_list functions.
8842
8843         * shell/ev-application.c (ev_application_open_window,
8844           ev_application_open_uri, ev_application_open_uri_list): Change
8845           functions that show/present windows to use a timestamp if one
8846           is passed in.
8847
8848         * shell/ev-window.c (ev_window_cmd_file_open,
8849           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8850         * shell/main.c (load_files): Modify calls to ev_application to
8851           include GDK_CURRENT_TIME as timestamp.
8852
8853         * shell/main.c (load_files_remote): Obtain timestamp for client
8854           instance from GDK and pass to server instance so new windows are
8855           focused properly.  Fix dbus_g_proxy_call() calls by including second
8856           G_TYPE_INVALID.
8857           
8858         Closes bug #314475.
8859
8860 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8861
8862         * shell/ev-window.c (ev_window_finalize): Check for
8863         avail. EvWindows when quiting to handle the finalize better,
8864         #314497
8865
8866 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8867         
8868         * properties/ev-properties-view.c: 
8869         
8870         Set textdomain to libglade. Fixes translation problem in property page.
8871
8872 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8873
8874         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8875         * dvi/Makefile.am:
8876         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8877         * dvi/mdvi-lib/Makefile.am:
8878         
8879         Fix rotation of thumbnails, ported to new API. Moved library
8880         dependencies earlier, probably it will fix linkage problem.
8881
8882 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8883
8884         * backend/ev-document-misc.c:
8885         (ev_document_misc_get_thumbnail_frame):
8886         * backend/ev-document-misc.h:
8887         * configure.ac:
8888         * pdf/ev-poppler.cc:
8889         * shell/Makefile.am:
8890         * shell/ev-sidebar-thumbnails.c: (add_range),
8891         (ev_sidebar_thumbnails_set_loading_icon),
8892         (ev_sidebar_thumbnails_refresh),
8893         (ev_sidebar_thumbnails_set_document):
8894         * shell/ev-sidebar-thumbnails.h:
8895         * shell/ev-view.c: (ev_view_motion_notify_event),
8896         (ev_view_set_property), (ev_view_get_property),
8897         (ev_view_class_init), (ev_view_set_rotation):
8898         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8899         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8900         (ev_window_init):
8901         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8902         Redo rotation (again).  prepare for 0.4.0
8903
8904 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8905
8906         * configure.ac: Bump poppler requirement to 0.4.1.
8907
8908         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8909         argument to poppler_page_render_selection() call.
8910
8911 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8912
8913         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8914         (djvu_document_thumbnails_get_thumbnail):
8915         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8916         (dvi_document_thumbnails_get_thumbnail):
8917         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8918         (pixbuf_document_thumbnails_get_thumbnail):
8919         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8920         
8921         Update rotation direction of backends to fit with pdf and ps.
8922
8923 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8924
8925         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8926         * backend/ev-async-renderer.h:
8927         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8928         (setup_page), (ps_document_get_page_size),
8929         (ps_async_renderer_render_pixbuf):
8930         * ps/ps-document.h:
8931         * shell/ev-jobs.c: (ev_job_render_run):
8932
8933         Fix orientation in the postscript document
8934
8935 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8936
8937         * pdf/ev-poppler.cc:
8938         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8939         * shell/ev-view.c: (highlight_find_results):
8940
8941         Adapt to the new poppler rotation API. Fix text maps on landscape
8942         documents.
8943
8944 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8945
8946         * shell/ev-view.c (compute_new_selection_text): get the correct
8947         region when selecting in modes other than continuous.
8948
8949 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8950
8951         * shell/main.c (main): remove redundant g_warnings.
8952
8953 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8954
8955         * shell/Makefile.am: Don't include autogenerated
8956         file ev-application-service.h into distribution, since
8957         it causes dbus crash. Fix for bugs 313724 and 313443. 
8958
8959 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8960
8961         * configure.ac: Fix sed expression for FreeBSD. Thanks
8962         to Joe Marcus Clark <marcus@freebsd.org>
8963         
8964         * shell/eggfindbar.c: (entry_activate_callback),
8965         (entry_changed_callback), (egg_find_bar_init),
8966         (egg_find_bar_set_search_string):
8967         
8968         Made findbar buttons unsensitive if there is no text in
8969         entry. Fix for the bug 313285.
8970
8971 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8972
8973         * ps/ps-document.c: Use g_filename_display_name for displaying
8974         filenames and revert string freeze breackage
8975
8976 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8977
8978         * NEWS:
8979         * configure.ac:
8980
8981         Update for 0.3.4
8982
8983         * shell/Makefile.am:
8984
8985         Add ev-application-service.xml to extra dist
8986
8987         * shell/ev-view.c: (find_page_at_location):
8988
8989         Remove unused function (fix warning)
8990
8991 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8992
8993         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8994         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8995         
8996         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8997         bug 313623.
8998
8999 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9000
9001         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9002         * shell/ev-window.c:
9003         Fix build warnings
9004
9005 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9006
9007         * configure.ac: Update script to get dbus version.
9008         Fix for the bug #313443.
9009
9010 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9011
9012         * shell/ev-window.c: (ev_window_cmd_escape):
9013         
9014         Return focus back to view on escape. Fix for bug 313295.
9015
9016 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9017
9018         * shell/ev-window.c: (update_window_title),
9019         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9020         (ev_window_cmd_save_as):
9021         
9022         Correct conversion from uri to displayable string. Fix for
9023         bug 313296.
9024
9025 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9026
9027         * ps/ps-document.c: convert filename to utf8 when there is an error
9028         loading document. Fixes #309915
9029
9030 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9031
9032         * configure.ac:
9033
9034         We depend on poppler 0.4.0
9035
9036 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9037
9038         * configure.ac:
9039         * NEWS: Release 0.3.3.
9040         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9041
9042 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9043
9044         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9045         add a couple missing mnemonics to menu items, use title 
9046         capitalization for menu items and window titles, and add 
9047         ellipsis to open menu item.     
9048
9049 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9050
9051         * pdf/ev-poppler.cc:
9052         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9053         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9054         (ev_view_get_rotation):
9055         * shell/ev-view.h:
9056         * shell/ev-window.c: (setup_view_from_metadata),
9057         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9058         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9059         disk.
9060
9061 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9062
9063         * configure.ac: Added tr to ALL_LINGUAS
9064
9065 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9066
9067         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9068         requires several clicks to find word. Thanks to 
9069         Colin Slater <kiltedtaco@gmail.com>.
9070
9071 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9072
9073         * data/evince.desktop.in.in: Hide menu entry and
9074         rename it to "Document Viewer". Fix for bug 
9075         #312399.
9076
9077 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9078
9079         * shell/ev-page-action.c (ev_page_action_class_init): 
9080
9081         Point to the correct function in constructor of the
9082         activate_label signal
9083
9084 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9085
9086         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9087         * shell/ev-jobs.h: Make thread safe.
9088
9089 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9090
9091         * shell/ev-view.c: (view_update_range_and_current_page):
9092         Don't update page range if we are scrolling to some document
9093         point.
9094
9095 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9096
9097         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9098         when getting max_page_width, fix drawing in dual mode.
9099
9100 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9101
9102         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9103         getting the area for select_all.
9104
9105 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9106
9107         * backend/ev-selection.c: (ev_selection_render_selection):
9108         * backend/ev-selection.h:
9109         * pdf/ev-poppler.cc:
9110         * shell/ev-jobs.c: (ev_job_render_new):
9111         * shell/ev-jobs.h:
9112         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9113         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9114         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9115         (ev_view_class_init):
9116
9117         Change selection color on focus in and focus out events.  Also,
9118         poppler now uses GdkColor for specifying the selection colors, so
9119         drop some awkward conversion code.
9120
9121 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9122
9123         * configure.ac: Added Hebrew translation
9124
9125 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9126
9127         * NOTES:
9128         * backend/ev-selection.c: (ev_selection_render_selection):
9129         * backend/ev-selection.h:
9130         * pdf/ev-poppler.cc:
9131         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9132         (ev_job_render_run):
9133         * shell/ev-jobs.h:
9134         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9135         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9136         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9137         (ev_pixbuf_cache_style_changed),
9138         (ev_pixbuf_cache_get_selection_pixbuf),
9139         (ev_pixbuf_cache_set_selection_list),
9140         (ev_pixbuf_cache_get_selection_list):
9141         * shell/ev-pixbuf-cache.h:
9142         * shell/ev-utils.c: (ev_print_region_contents):
9143         * shell/ev-utils.h:
9144         * shell/ev-view.c: (ev_view_queue_draw_page),
9145         (selection_update_idle_cb), (ev_view_motion_notify_event),
9146         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9147         (setup_caches), (ev_view_find_next), (merge_selection_region),
9148         (selection_free):
9149         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9150
9151         Clean up selection to be much smoother!
9152
9153 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9154
9155         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9156         to poppler_page_render_selection().
9157
9158 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9159
9160         * ps/ps-document.c: (save_page_list): Use
9161         unzipped document when printing. Thanks to 
9162         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9163         311016.
9164
9165 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9166
9167         * shell/ev-window.c: (update_action_sensitivity):
9168         
9169         Disable print and save respect to lockdown gconf keys. Fix
9170         for 312342.
9171
9172 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9173
9174         * configure.ac:
9175         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9176         (write_to_temp_file), (ev_file_set_contents):
9177         * shell/ev-utils.h:
9178         * shell/ev-window.c: (save_print_config_to_file):
9179         
9180         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9181         Fix for bug 312238
9182
9183 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9184
9185         * shell/ev-window.c: (load_print_config_from_file),
9186         (save_print_config_to_file), (ev_window_print_range):
9187
9188         Persist the print settings. Fixes bug #311578.
9189
9190 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9191
9192         * djvu/djvu-document.c: (djvu_document_get_page_size),
9193         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9194         (djvu_document_thumbnails_get_thumbnail):
9195         * dvi/dvi-document.c: (dvi_document_get_page_size),
9196         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9197         (dvi_document_thumbnails_get_dimensions),
9198         (dvi_document_thumbnails_get_thumbnail):
9199         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9200         (pixbuf_document_render_pixbuf),
9201         (pixbuf_document_document_iface_init),
9202         (pixbuf_document_thumbnails_get_thumbnail):
9203         
9204         Update backends to make them build with new rotation system.
9205
9206 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9207
9208         * help/C/figures/evince_start_window.png:
9209         
9210         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9211
9212 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9213
9214         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9215         * shell/ev-pixbuf-cache.h:
9216         * shell/ev-sidebar-thumbnails.c:
9217         (ev_sidebar_thumbnails_get_property), (add_range),
9218         (adjustment_changed_cb):
9219         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9220         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9221         we were thumbnailing the entire docment on startup, slowing us
9222         down hugely. 
9223
9224 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9225
9226         * shell/ev-page-cache.c: (ev_page_cache_new):
9227         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9228         == 0, fixes #310306.
9229
9230 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9231
9232         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9233         (ev_view_rotate_left):
9234
9235         Account rotation in doc_rect_to_view_rect.
9236         Ensure rotation doesnt go out of bounds.
9237
9238 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9239
9240         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9241
9242         Correct and cleanup w/h swapping
9243
9244 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9245
9246         * backend/ev-document-thumbnails.c:
9247         (ev_document_thumbnails_get_thumbnail):
9248         * backend/ev-document-thumbnails.h:
9249         * backend/ev-document.c:
9250         * backend/ev-document.h:
9251         * backend/ev-render-context.c: (ev_render_context_new),
9252         (ev_render_context_set_rotation):
9253         * backend/ev-render-context.h:
9254         * pdf/ev-poppler.cc:
9255         * ps/ps-document.c: (ps_document_document_iface_init):
9256         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9257         * shell/ev-jobs.h:
9258         * shell/ev-page-cache.c: (build_height_to_page),
9259         (ev_page_cache_new), (ev_page_cache_get_size),
9260         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9261         (ev_page_cache_get_height_to_page):
9262         * shell/ev-page-cache.h:
9263         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9264         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9265         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9266         (ev_pixbuf_cache_get_selection_pixbuf):
9267         * shell/ev-pixbuf-cache.h:
9268         * shell/ev-print-job.c: (idle_print_handler):
9269         * shell/ev-sidebar-thumbnails.c: (add_range):
9270         * shell/ev-view.c: (view_update_range_and_current_page),
9271         (get_page_y_offset), (get_page_extents),
9272         (ev_view_size_request_continuous_dual_page),
9273         (ev_view_size_request_continuous),
9274         (ev_view_size_request_dual_page),
9275         (ev_view_size_request_single_page), (draw_one_page),
9276         (ev_view_set_rotation), (ev_view_rotate_right),
9277         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9278         (ev_view_zoom_for_size_continuous_and_dual_page),
9279         (ev_view_zoom_for_size_continuous),
9280         (ev_view_zoom_for_size_dual_page),
9281         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9282         (ev_view_select_all):
9283         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9284         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9285         (tiff_document_document_iface_init),
9286         (tiff_document_thumbnails_get_thumbnail):
9287
9288         Use rotation rather than orientation. It's easier and enough
9289         for our needs.
9290
9291 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9292
9293         * shell/ev-page-cache.c: (build_height_to_page),
9294         (ev_page_cache_new), (ev_page_cache_get_size),
9295         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9296         (ev_page_cache_get_height_to_page):
9297         * shell/ev-page-cache.h:
9298         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9299         (ev_view_size_request_continuous_dual_page),
9300         (ev_view_size_request_continuous),
9301         (ev_view_zoom_for_size_continuous_and_dual_page),
9302         (ev_view_zoom_for_size_continuous):
9303
9304         Make the page cache aware of page orientation.
9305
9306 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9307
9308         * backend/ev-document-thumbnails.c:
9309         (ev_document_thumbnails_get_thumbnail):
9310         * backend/ev-document-thumbnails.h:
9311         * backend/ev-document.c:
9312         * backend/ev-document.h:
9313         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9314         * backend/ev-ps-exporter.h:
9315         * pdf/ev-poppler.cc:
9316         * ps/ps-document.c: (ps_document_document_iface_init),
9317         (ps_document_ps_export_do_page):
9318         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9319         * shell/ev-jobs.h:
9320         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9321         (ev_page_cache_get):
9322         * shell/ev-page-cache.h:
9323         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9324         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9325         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9326         * shell/ev-pixbuf-cache.h:
9327         * shell/ev-print-job.c: (idle_print_handler):
9328         * shell/ev-sidebar-thumbnails.c: (add_range):
9329         * shell/ev-view.c: (view_update_range_and_current_page),
9330         (get_page_extents), (ev_view_size_request_dual_page),
9331         (ev_view_size_request_single_page), (draw_one_page),
9332         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9333         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9334         (ev_view_zoom_for_size_dual_page),
9335         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9336         (ev_view_select_all):
9337         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9338         * tiff/tiff-document.c: (tiff_document_get_page_size),
9339         (tiff_document_get_orientation), (rotate_pixbuf),
9340         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9341         (tiff_document_thumbnails_get_thumbnail),
9342         (tiff_document_ps_export_do_page), (tiff_document_init):
9343
9344         Really make use of the orientation bit of the render context.
9345         Use the render context in a few more places in the backend API.
9346         This regress orientation, but now it's done right. Will try to
9347         fix it up asap...
9348
9349 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9350
9351         * shell/ev-view.c: (ensure_rectangle_is_visible):
9352
9353         Patch by Nickolay V. Shmyrev to fix find flickering
9354
9355 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9356
9357         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9358         duplex parameters to ::begin.
9359
9360         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9361         * shell/ev-print-job.c (idle_print_handler): 
9362         * ps/ps-document.c (ps_document_ps_export_begin): 
9363         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9364         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9365         implementations. Poppler backend needs poppler cvs. Rest has
9366         unchanged behavior.
9367
9368 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9369
9370         * shell/ev-window.c (using_pdf_printer): new function.
9371         (ev_window_print_range): print a less techy message if someone
9372         tries to print to PDF.
9373
9374 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9375
9376         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9377         from "unknown font" string. Bug #311431
9378
9379 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9380
9381         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9382
9383 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9384
9385         Bug #311280
9386         
9387         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9388         name for PopplerFontTypes
9389         (pdf_document_fonts_fill_model): add font type to the detail column
9390
9391         * backend/ev-document-fonts.h: added
9392         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9393
9394         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9395         font name and font details, add a little markup.
9396         (ev_properties_fonts_init): use the new cell data func, specify ypad
9397         property for the cell renderer.
9398         (ev_properties_fonts_set_document): add the details column.
9399
9400 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9401
9402         * configure.ac: Added "pl" to ALL_LINGUAS.
9403
9404 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9405
9406         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9407
9408 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9409
9410         * help/ChangeLog: Started this for translations of manual.
9411         * configure.ac, autogen.sh, .cvsignore: Migrated to
9412         gnome-doc-utils. Patch in bug #311222.
9413
9414 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9415
9416         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9417         #ifdef this away to fix an unused-function warning.
9418
9419 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9420
9421         * configure.ac: Added 'gl' to ALL_LINGUAS.
9422
9423 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9424
9425         * configure.ac: Added ne in ALL_LINGUAS
9426         
9427 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9428
9429         * shell/ev-view.c: (ev_view_leave_notify_event):
9430         
9431         Clear status message when pointer leaves view. Fix for bug
9432         #310818 
9433
9434 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9435
9436         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9437
9438 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9439
9440         * shell/ev-view.c: (ev_view_leave_notify_event),
9441         (ev_view_class_init):
9442         
9443         Set cursor to normal then leaving view.
9444
9445 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9446
9447         * configure.ac:
9448         
9449         Fix required djvulibre version.
9450
9451 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9452
9453         *configure.ac: Hindi (hi) language added
9454
9455 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9456
9457         *configure.ac: Punjabi (pa) Language added
9458
9459 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9460
9461         * data/evince-ui.xml, shell/ev-window.c:
9462         
9463         Add keypad accelerators for zooming. Fix for bug 308128.
9464
9465 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9466
9467         * Makefile.am:
9468         * backend/Makefile.am:
9469         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9470         * configure.ac:
9471         * shell/ev-document-types.c: (ev_document_types_add_filters):
9472
9473         Allow to enable/disable the pixbuf backend.
9474         Default to off for now. If we want it enabled we should
9475         really put mime types in the desktop, implement properties etc.
9476
9477         * properties/evince-properties.c:
9478
9479         Initialize error to NULL.
9480         Check error is not NULL before freeing.
9481
9482 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9483
9484         * shell/ev-window.c:
9485
9486         Use F5 as presentation accell
9487
9488 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9489
9490         * shell/ev-window.c: (update_chrome_visibility),
9491         (ev_window_create_fullscreen_popup), (ev_window_init):
9492
9493         Do not leak the fullscreen toolbar
9494
9495 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9496
9497         * shell/ev-window.c: (view_actions_focus_in_cb),
9498         (view_actions_focus_out_cb):
9499
9500         These has a return value! Fix totally random focus
9501         issues we was seeing.
9502
9503 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9504
9505         * shell/main.c: (load_files_remote):
9506
9507         Allow open more than one file
9508
9509 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9510
9511         * shell/main.c: (load_files_remote):
9512
9513         Fix for dbus 0.33. bug #309975
9514
9515 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9516
9517         * properties/ev-properties-main.c: (ev_properties_get_pages):
9518
9519         Actually return NULL for types we dont support
9520
9521 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9522
9523         * po/POTFILES.in:
9524
9525         Remove empty lines.
9526
9527 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9528
9529         * backend/ev-document-factory.c:
9530         (ev_document_factory_get_document):
9531
9532         Do not try to create the object if type
9533         is invalid.
9534
9535 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9536
9537         * ps/ps-document.c: (ps_document_dispose),
9538         (ps_async_renderer_render_pixbuf):
9539         * ps/ps-document.h:
9540
9541         Do not leak the target window
9542
9543 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9544
9545         * shell/ev-application.c: (ev_application_init):
9546
9547         Let tbe check file existence for us.
9548         Add a comment about eggrecent mime filter.
9549
9550 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9551
9552         * data/evince-ui.xml:
9553         * shell/ev-application.c: (ev_application_shutdown),
9554         (ev_application_init), (ev_application_get_toolbars_model),
9555         (ev_application_get_recent_model),
9556         (ev_application_save_toolbars_model):
9557         * shell/ev-application.h:
9558         * shell/ev-window.c: (ev_window_add_recent),
9559         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9560         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9561         (ev_window_init):
9562
9563         Use common toolbar and recent models for all windows.
9564         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9565
9566 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9567
9568         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9569         successfully check for gtk_icon_view_get_visible_range.
9570
9571 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9572
9573         * djvu/Makefile.am:
9574         * dvi/Makefile.am:
9575         
9576         Fix djvu and dvi backend build.
9577
9578 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9579
9580         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9581         (new_separator_pixbuf):
9582
9583         Don't leak windows.
9584
9585 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9586
9587         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9588
9589         HIGification of toolbar editor dialogue.
9590
9591 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9592
9593         * configure.ac:
9594         * shell/Makefile.am:
9595
9596         Ever build metadata manager since it's just
9597         disabled at runtime now.
9598
9599 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9600
9601         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9602         (ev_metadata_manager_get), (ev_metadata_manager_set):
9603         * shell/ev-metadata-manager.h:
9604
9605         Add an _init functions that enabled metadata management
9606         at runtime.
9607
9608         * shell/ev-window.c: (page_changed_cb),
9609         (setup_document_from_metadata), (ev_window_setup_document),
9610         (setup_view_from_metadata), (ev_window_open_uri),
9611         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9612         (ev_window_run_presentation), (ev_window_stop_presentation),
9613         (save_sizing_mode), (ev_window_zoom_changed_cb),
9614         (ev_window_continuous_changed_cb),
9615         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9616         (window_configure_event_cb):
9617
9618         Remove all ugly metadata define since we deal with it
9619         at runtime now.
9620
9621         * shell/main.c: (load_files_remote), (main):
9622
9623         Add support for dbus cvs head. Hopefully didnt break one
9624         of the other versions now!
9625
9626         If we dont get a response from the dbus server just
9627         give up with it and not enable metadata.
9628
9629 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9630
9631         * Makefile.am:
9632         * backend/Makefile.am:
9633         * configure.ac:
9634         * cut-n-paste/recent-files/Makefile.am:
9635         * cut-n-paste/toolbar-editor/Makefile.am:
9636         * cut-n-paste/zoom-control/Makefile.am:
9637         * lib/Makefile.am:
9638         * pdf/Makefile.am:
9639         * pixbuf/Makefile.am:
9640         * properties/Makefile.am:
9641         * ps/Makefile.am:
9642         * shell/Makefile.am:
9643         * thumbnailer/Makefile.am:
9644         * tiff/Makefile.am:
9645
9646         Make frontends depend on just libev.
9647         Rework and group CFLAGS/LIBS definitions.
9648         Cleanups.
9649
9650 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9651
9652         * shell/ev-window:
9653
9654         do not unnecessarily save zoom
9655
9656         * configure.ac:
9657         * lib/ev-file-helpers.c: (ev_dot_dir):
9658         * shell/Makefile.am:
9659         * shell/dummy.cc:
9660
9661         Some cleanups
9662
9663 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9664
9665         * configure.ac:
9666         
9667         Remove unnecessary dependencies
9668
9669 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9670
9671         * properties/Makefile.am:
9672         * thumbnailer/Makefile.am:
9673         * tiff/Makefile.am:
9674
9675         Some more cleanups. Was really necessary
9676         but I probably introduced bugs, feel free
9677         to flame :)
9678
9679 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9680
9681         * backend/Makefile.am:
9682         * configure.ac:
9683         * cut-n-paste/recent-files/Makefile.am:
9684         * cut-n-paste/toolbar-editor/Makefile.am:
9685         * cut-n-paste/zoom-control/Makefile.am:
9686         * lib/Makefile.am:
9687         * pdf/Makefile.am:
9688         * pixbuf/Makefile.am:
9689         * properties/Makefile.am:
9690         * ps/Makefile.am:
9691         * shell/Makefile.am:
9692         * thumbnailer/Makefile.am:
9693         * tiff/Makefile.am:
9694
9695         Use gnome-common macros when possible.
9696         Cleanup dependencies.
9697         Actually disable deprecated where possible.
9698
9699 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9700
9701         * Makefile.am:
9702         * backend/Makefile.am:
9703         * properties/Makefile.am:
9704         * shell/Makefile.am:
9705         * thumbnailer/Makefile.am:
9706
9707         This should solve the circular dep without
9708         requiring dir reorg!
9709
9710         * shell/ev-window.c: (setup_view_from_metadata):
9711
9712         Never restore window size/position when the
9713         window is already visible.
9714
9715 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9716
9717         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9718
9719         Return a boolean from timeout func. Fix ported from gedit.
9720
9721 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9722
9723         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9724
9725 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9726
9727         * shell/ev-document-types.c: set "All Documents" as default filter in
9728         open dialog
9729
9730 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9731
9732         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9733         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9734         (ev_metadata_manager_set_boolean): fix value/val thinko.
9735
9736 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9737
9738         * shell/ev-window.c: (setup_view_from_metadata),
9739         (window_state_event_cb), (window_configure_event_cb),
9740         (ev_window_init):
9741
9742         Remember window position and maximized state
9743
9744 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9745
9746         * configure.ac:
9747
9748         Fix DBUS configure checks.
9749
9750         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9751         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9752         (ev_metadata_manager_set_boolean):
9753
9754         Plug mem leaks.
9755
9756         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9757         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9758         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9759         (ev_window_continuous_changed_cb),
9760         (ev_window_dual_mode_changed_cb), (ev_window_new):
9761
9762         Fix the build without DBUS.
9763
9764 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9765
9766         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9767         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9768         (ev_metadata_manager_set_string),
9769         (ev_metadata_manager_set_boolean):
9770         * shell/ev-metadata-manager.h:
9771
9772         Add support for some more types
9773
9774         * shell/ev-view.c: (scroll_to_current_page),
9775         (ev_view_get_continuous), (ev_view_set_continuous),
9776         (ev_view_get_dual_page):
9777         * shell/ev-view.h:
9778         * shell/ev-window.c: (page_changed_cb),
9779         (setup_document_from_metadata), (ev_window_setup_document),
9780         (setup_view_from_metadata), (ev_window_open_uri),
9781         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9782         (ev_window_run_presentation), (ev_window_stop_presentation),
9783         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9784         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9785         (ev_window_update_dual_page_action),
9786         (ev_window_continuous_changed_cb),
9787         (ev_window_dual_mode_changed_cb), (ev_window_init):
9788
9789         Remember a bunch of view/document properties. Prolly some
9790         are still missing but it's getting interesting.
9791
9792 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9793
9794         * configure.ac: check if dbus-binding-tool is installed. Not the
9795         case on current Ubuntu breezy, it seems.
9796
9797 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9798
9799         * data/evince.desktop.in.in:
9800         
9801         Allow open uri lists and add TryExec field.
9802
9803 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9804
9805         * configure.ac:
9806
9807         Enable dbus when available, do not require a configure
9808         option.
9809
9810 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9811
9812         * configure.ac:
9813
9814         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9815         disabled.
9816
9817 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9818         Marco Pesenti Gritti  <mpg@redhat.com>
9819
9820         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9821         
9822         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9823         functions to the format required by dbus
9824
9825         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9826         errors. Use the RPC parameters in the expected way
9827
9828 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9829
9830         * Makefile.am:
9831         * properties/Makefile.am:
9832         * properties/ev-properties-main.c: (ev_properties_get_pages):
9833
9834         Support all mime types
9835
9836         * shell/Makefile.am:
9837         * thumbnailer/Makefile.am:
9838         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9839         (evince_thumbnail_pngenc_get):
9840
9841         Use the document factory
9842
9843 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9844
9845         * backend/Makefile.am:
9846         * backend/ev-document-factory.c:
9847         (mime_type_supported_by_gdk_pixbuf),
9848         (ev_document_type_get_from_mime),
9849         (ev_document_factory_get_document),
9850         (ev_document_factory_get_backend),
9851         (ev_document_factory_get_mime_types),
9852         (ev_document_factory_get_all_mime_types):
9853         * backend/ev-document-factory.h:
9854         * shell/Makefile.am:
9855         * shell/ev-document-types.c: (get_document_from_uri),
9856         (ev_document_types_get_document),
9857         (file_filter_add_mime_list_and_free),
9858         (ev_document_types_add_filters):
9859         * shell/ev-document-types.h:
9860         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9861         * shell/ev-properties-dialog.c:
9862         (ev_properties_dialog_set_document):
9863         * shell/ev-window.c: (ev_window_cmd_file_open),
9864         (ev_window_cmd_save_as):
9865         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9866
9867         Rework document types managing to avoid code duplication
9868         and actually abstract from backend implementations.
9869         Also provide a minimal factory api that can be used by
9870         thumbnailer/properties.
9871
9872 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9873
9874         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9875         Plug a mem leak.
9876         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9877         HIG spacings.
9878
9879 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9880
9881         * shell/ev-properties-dialog.c
9882         (ev_properties_dialog_set_document): only call
9883         ev_properties_fonts_set_document() if the document implements the
9884         fonts interface
9885
9886 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9887
9888         * configure.ac:
9889         * properties/Makefile.am:
9890         * properties/ev-properties-view.c:
9891         (ev_properties_view_register_type):
9892         * properties/ev-properties-view.h:
9893         * properties/ev-properties-main.h:
9894
9895         Implement nautilus plugin for properties.
9896         Works only for pdf atm, I need to rework the
9897         document types stuff to get this to work
9898         for all backends...
9899
9900 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9901
9902         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9903         (ev_properties_fonts_set_document): use
9904         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9905
9906 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9907
9908         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9909         them
9910         (PlaceImage, tiff2ps_process_page): use
9911         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9912
9913
9914 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9915
9916         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9917         (main): to call gnome_authentication_manager_init. Should fix
9918         Bug #308510
9919
9920         * configure.ac: that requires libgnomeui 2.6.0.
9921
9922 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9923
9924         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9925         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9926         use the new tiff2ps interfaces
9927
9928         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9929         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9930
9931         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9932         structure instead of global variables.  Remove use of static
9933         variables in functions.
9934
9935 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9936
9937         * shell/ev-page-action.c: unref the completion after setting it to the
9938         entry
9939
9940 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9941
9942         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9943         postscript files
9944
9945 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9946
9947         * shell/ev-window.c (update_action_sensitivity): disable
9948         File->Print if the document does not implement the ps exporter
9949         interface
9950
9951 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9952
9953         * Makefile.am:
9954         * configure.ac:
9955         * data/evince-properties.glade:
9956         * properties/.cvsignore:
9957         * properties/Makefile.am:
9958         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9959         (ev_properties_view_class_init), (ev_properties_view_format_date),
9960         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9961         (ev_properties_view_init), (ev_properties_view_new):
9962         * properties/ev-properties-view.h:
9963         * shell/Makefile.am:
9964         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9965         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9966         (ev_properties_dialog_new):
9967         * shell/ev-properties-dialog.h:
9968         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9969         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9970         (update_progress_label), (job_fonts_finished_cb),
9971         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9972         * shell/ev-properties-fonts.h:
9973         * shell/ev-properties.c:
9974         * shell/ev-properties.h:
9975         * shell/ev-window.c: (ev_window_setup_document),
9976         (ev_window_cmd_file_properties):
9977
9978         Split the properties pages in two different objects, depend
9979         only on the backend where possible, use widgets instead
9980         of gobject for the glade part, reimplement the dialog
9981         itself with gtk.
9982         I need this to implement nautilus properties page.
9983
9984 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9985
9986         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9987         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9988         (tiff_document_document_ps_exporter_iface_init): implement the ps
9989         exporter interface for tiff documents
9990
9991         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9992         libtiff to implement TIFF postscript export
9993
9994         * tiff/tiff2ps.h: added a header file for external tiff2ps
9995         functions.
9996
9997         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9998         tiff2ps.h
9999
10000 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10001
10002         * shell/ev-view.c: (scroll_to_current_page),
10003         (ev_view_set_fullscreen), (ev_view_set_presentation):
10004         
10005         Scroll to current page when exit from presentation
10006
10007 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10008
10009         * shell/ev-window.c: (update_document_mode),
10010         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10011         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10012         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10013         
10014         Exit from fullscreen mode when switch to presentation. Fix for
10015         bug 309365
10016
10017 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10018
10019         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10020         return NULL if the document does not implement the selection
10021         interface.
10022
10023 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10024
10025         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10026         reported height by using the resolution aspect ratio
10027         (tiff_document_render_pixbuf): scale the pixbuf using the
10028         resolution aspect ratio
10029
10030 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10031
10032         * configure.ac:
10033         
10034         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10035         <kiltedaco@gmail.com>
10036         
10037         * djvu/djvu-document.c: (djvu_document_get_orientation),
10038         (djvu_document_set_orientation), (djvu_document_get_page_size),
10039         (rotate_pixbuf), (djvu_document_render_pixbuf),
10040         (djvu_document_document_iface_init):
10041         * dvi/dvi-document.c: (dvi_document_get_orientation),
10042         (dvi_document_set_orientation), (dvi_document_get_page_size),
10043         (rotate_pixbuf), (dvi_document_render_pixbuf),
10044         (dvi_document_document_iface_init):
10045         
10046         Dvi and djvu backends are ported to new API
10047
10048 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10049
10050         * backend/ev-selection.c: (ev_selection_get_selection_region),
10051         (ev_selection_get_selection_map):
10052         * backend/ev-selection.h:
10053         * pdf/ev-poppler.cc:
10054         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10055         * shell/ev-jobs.h:
10056         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10057         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10058         (ev_pixbuf_cache_get_text_mapping):
10059         * shell/ev-pixbuf-cache.h:
10060         * shell/ev-view.c: (location_in_text),
10061         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10062         support to EvView.  Now we can see where we can select!  Sweet!
10063
10064 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10065
10066         * shell/ev-view.c (ev_view_button_press_event): Fix
10067         event->y + view->scroll_x typo.
10068
10069 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10070
10071         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10072         sub-GdkPixbuf instead of passing dest_x and dest_y.
10073         
10074         * shell/ev-view.c: (view_point_to_doc_point),
10075         (view_rect_to_doc_rect), (ev_view_button_press_event),
10076         (ev_view_motion_notify_event), (compute_new_selection_rect),
10077         (gdk_rectangle_point_in), (compute_new_selection_text),
10078         (compute_selections): Update selection code to keep the selection
10079         around as two points and not as a normalized rectangle, and fix
10080         page level selection in two-column mode.
10081
10082 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10083
10084         * shell/ev-window.c: (window_configure_event_cb): 
10085         
10086         Fix compilation
10087         
10088 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10089
10090         * pdf/ev-poppler.cc:
10091
10092         Fix compilation
10093
10094 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10095
10096         * shell/Makefile.am:
10097         * shell/ev-metadata-manager.c: (item_free),
10098         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10099         (parse_value), (parseItem), (load_values),
10100         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10101         (save_values), (save_item), (get_oldest), (resize_items),
10102         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10103         * shell/ev-metadata-manager.h:
10104
10105         Metadata manager from gedit but modified to use GValue, so that
10106         we dont need to keep converting from strings.
10107
10108         * configure.ac:
10109
10110         ENABLE_METADATA conditional, on when dbus is on
10111
10112         * shell/ev-application.c: (ev_application_open_uri):
10113
10114         Show the window after load so that we can initialize
10115         window size before it's showed.
10116
10117         * shell/ev-window.c: (ev_window_setup_from_metadata),
10118         (ev_window_open_uri), (window_configure_event_cb),
10119         (ev_window_init):
10120
10121         Save and load metadata information about window size.
10122         Not yet keeping states in account.
10123
10124         * shell/main.c: (main):
10125
10126         Shutdown metadata manager.
10127
10128 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10129
10130         * shell/ev-application-service.xml:
10131         * configure.ac:
10132         * shell/Makefile.am:
10133         * shell/ev-application.c:
10134         * shell/ev-application.h:
10135         * shell/ev-window.c:
10136         * shell/ev-window.h:
10137         * shell/main.c:
10138
10139         Add an optional dbus interface (--enable-dbus).
10140         Rework application code, mainly to be easier to
10141         use "remotely".
10142         Do not open multiple windows with the same document,
10143         spatial evince!
10144
10145 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10146
10147         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10148         pixbuf iff it exists.
10149
10150 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10151
10152         * shell/*:
10153         * backend/ev-render-context.[ch]:
10154         * backend/ev-selection.[ch]:
10155
10156         Massive changes.  We now support text selection of pdfs, and not
10157         just rectangular selection.  This is pretty broken still, but I
10158         want to get something into CVS.
10159
10160 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10161
10162         * pdf/ev-poppler.cc:
10163         
10164         Fix for Bug 309080: crash on window close.
10165         
10166         * shell/ev-page-action.c: (page_changed_cb):
10167         
10168         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10169         jensgr@gmx.net (Jens Granseuer).
10170
10171 2005-06-25  Marcel Telka  <marcel@telka.sk>
10172
10173         * configure.in (ALL_LINGUAS): Added sk.
10174
10175 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10176
10177         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10178         not a document open
10179
10180 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10181
10182         * NEWS:
10183         * configure.ac:
10184
10185         Release 0.3.2
10186
10187         * cut-n-paste/recent-files/Makefile.am:
10188
10189         Fix make distcheck
10190
10191 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10192
10193         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10194         (pixbuf_document_set_orientation), (rotate_pixbuf),
10195         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10196         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10197
10198         Implement rotation and cleanup the code a bit.
10199
10200         * tiff/tiff-document.c: (tiff_document_get_page_size),
10201         (tiff_document_get_orientation), (tiff_document_set_orientation),
10202         (rotate_pixbuf), (tiff_document_render_pixbuf),
10203         (tiff_document_document_iface_init), (tiff_document_init):
10204
10205         Implement rotation. Was the quicker solution for the release
10206         but we really need to share this code in the shell.
10207
10208 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10209
10210         * pdf/ev-poppler.cc:
10211
10212         Enable rotation, require poppler cvs. Fix a leak.
10213
10214 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10215
10216         * shell/ev-window.c: (update_action_sensitivity):
10217         
10218         Make properties unsensitive if document backend doesn't provide
10219         any info
10220
10221 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10222
10223         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10224         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10225         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10226         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10227         (bitmap_flip_rotate_counter_clockwise):
10228         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10229         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10230         (buff_gets):
10231         * dvi/mdvi-lib/common.h:
10232         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10233         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10234         (opendvi), (mdvi_reload), (mdvi_init_context),
10235         (mdvi_destroy_context), (mdvi_dopage), (special):
10236         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10237         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10238         (file_hash_free), (register_encoding), (parse_spec),
10239         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10240         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10241         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10242         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10243         (mdvi_register_font_type), (mdvi_unregister_font_type),
10244         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10245         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10246         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10247         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10248         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10249         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10250         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10251         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10252         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10253         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10254         (mdvi_unregister_special), (mdvi_flush_specials):
10255         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10256         (t1_font_remove):
10257         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10258         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10259         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10260         (free_font_metrics), (flush_font_metrics):
10261         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10262         (tt_font_remove):
10263         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10264         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10265         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10266         (dstring_insert), (dstring_new), (dstring_reset):
10267         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10268         
10269         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10270         avoid conflict with libtool on FC4
10271         
10272         * shell/ev-window.c: (ev_window_cmd_help_about):
10273         
10274         Update copyright year. Fix for bug 308828.
10275
10276 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10277
10278         * shell/ev-view.c: (add_scroll_binding_keypad),
10279         (ev_view_binding_activated), (ev_view_class_init),
10280         (on_adjustment_value_changed):
10281         
10282         Bug 170874: Arrow keys switch pages in presentation mode
10283
10284 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10285
10286         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10287         
10288         Fix for Bug 308265: Sidebar dissappears coming out of 
10289         Presentation mode
10290
10291 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10292
10293         * shell/ev-application.c: (ev_application_open):
10294         * shell/ev-document-types.c: (ev_document_types_add_filters),
10295         (ev_document_types_add_filters_for_type):
10296         * shell/ev-document-types.h:
10297         * shell/ev-window.c: (ev_window_cmd_save_as):
10298         
10299         Suggest basename as template when saving, provide filters
10300         for save dialog. It's bug 308402
10301
10302 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10303
10304         * pdf/ev-poppler.cc:
10305         * shell/ev-sidebar-links.c: (job_finished_callback):
10306         * shell/ev-view.c: (update_find_status_message):
10307         
10308         Some leaks fixed
10309
10310 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10311
10312         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10313         (egg_recent_view_uimanager_set_list):
10314
10315         Fix buglet in !show_numbers case.
10316
10317 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10318
10319         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10320         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10321
10322         Use pango ellipsisation.
10323
10324         * pdf/ev-poppler.cc:
10325
10326         Fix refcount leak, from nsh.
10327
10328 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10329
10330         * cut-n-paste/recent-files/Makefile.am:
10331         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10332         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10333         
10334         Removed EggRecentViewGtk
10335         
10336         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10337         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10338         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10339         (ev_window_setup_recent):
10340         
10341         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10342         with other projects
10343
10344 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10345
10346         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10347         (egg_recent_view_gtk_finalize):
10348
10349         Fix memory leak
10350
10351         * cut-n-paste/toolbar-editor/Makefile.am:
10352         
10353         Fix location of cursor icon.
10354         
10355         * pdf/ev-poppler.cc:
10356         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10357         (display_completion_text), (match_completion):
10358         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10359         (selection_changed_callback), (create_loading_model),
10360         (print_section_cb), (links_page_num_func),
10361         (update_page_callback_foreach):
10362         * shell/ev-window.c: (ev_window_dispose):
10363         
10364         Small memory fixes. Links model now store objects instead
10365         of pointers to improve memory management. 
10366
10367 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10368
10369         * shell/ev-window.c: (zoom_control_changed_cb):
10370         
10371         Fix update of zoom control (bug 308268).
10372
10373 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10374
10375         * shell/ev-properties.c (set_property): escape the text correctly.
10376         Handles non-UTF-8 properties and escaped properties.  Also, sets
10377         the text to "<i>None</i>" if the property isn't set.
10378
10379         * data/evince-properties.glade: Change the label to be ellipsized,
10380         and give it a minimum size.
10381
10382 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10383
10384         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10385         * shell/ev-sidebar-links.c: (create_loading_model):
10386         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10387         * shell/ev-view.c: (ev_view_set_document):
10388         * shell/ev-window.c: (ev_window_dispose):
10389         
10390         Various small fixes, mostly memory leaks. Thanks to valgrind.
10391
10392 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10393
10394         * ps/ps-document.c: remove the locale.h include again ;-). And
10395         kill the (bogus) setlocale/savelocale business.
10396
10397 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10398
10399         * ps/ps-document.c:
10400         
10401         Include locale.h to fix build
10402         
10403         * shell/ev-sidebar.c:
10404         
10405         Remove unnecessary includes
10406
10407 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10408
10409         * dvi/dvi-document.c: (dvi_document_load):
10410         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10411         * po/POTFILES.in:
10412         
10413         Check for incorrect dvi files. Fix parsing dvi on AMD64
10414         platform. Thanks to tester@tester.ca (Olivier Crete).
10415
10416 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10417
10418         * shell/ev-page-action.c: (match_selected_cb),
10419         (display_completion_text), (match_completion), (update_model):
10420         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10421         (expand_open_links):
10422         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10423         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10424         (ev_sidebar_set_document):
10425         * shell/ev-window.c: (ev_window_xfer_job_cb),
10426         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10427         
10428         Fixed lot's of memory leaks, for example, memory leak on reload, 
10429         described in bug 307793.
10430
10431 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10432
10433         * pdf/ev-poppler.cc:
10434         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10435         (update_visible_range), (adjustment_changed_cb),
10436         (ev_sidebar_thumbnails_fill_model),
10437         (ev_sidebar_thumbnails_refresh),
10438         (ev_sidebar_tree_selection_changed),
10439         (ev_sidebar_icon_selection_changed),
10440         (ev_sidebar_thumbnails_use_icon_view),
10441         (ev_sidebar_thumbnails_set_document):
10442         * shell/ev-sidebar-thumbnails.h:
10443         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10444         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10445
10446         Refresh thumbnails when changing orientation. Not fully
10447         working yet becuase of a sidebar bug.
10448
10449         Set page orientation to poppler page everywhere. This sucks
10450         really need to fix poppler.
10451
10452 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10453
10454         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10455         (egg_recent_view_gtk_new_menu_item),
10456         (egg_recent_view_gtk_set_property),
10457         (egg_recent_view_gtk_get_property),
10458         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10459         (egg_recent_view_gtk_set_tooltip_func),
10460         (egg_recent_view_gtk_set_label_width),
10461         (egg_recent_view_gtk_get_label_width):
10462         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10463
10464         Sync with libegg (ellipsize labels)
10465
10466 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10467
10468         * data/evince-ui.xml:
10469         * shell/ev-window.c: (ev_window_cmd_go_forward),
10470         (ev_window_cmd_go_backward):
10471         
10472         Shift + PageUp moves 10 Pages. Fix for 306125
10473
10474 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10475
10476         * pdf/ev-poppler.cc:
10477
10478         Add a flag to check if orientation has been overriden
10479
10480 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10481
10482         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10483         field if necessary.
10484
10485         * ps/ps.h: add creator field to document.
10486
10487         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10488         set creator field.
10489
10490 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10491
10492         * data/evince-properties.glade:
10493         * shell/ev-properties.c: (ev_properties_set_document):
10494
10495         s/PDF Version/Format
10496
10497 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10498
10499         * shell/ev-properties.c: (ev_properties_set_document):
10500
10501         Remove unnecessary translations
10502
10503 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10504
10505         * cut-n-paste/toolbar-editor/Makefile.am:
10506
10507         Correct library name    
10508
10509 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10510
10511         * configure.ac:
10512         * cut-n-paste/recent-files/egg-recent-model.c:
10513         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10514         (egg_recent_model_unlock_file):
10515         * cut-n-paste/recent-files/egg-recent-util.c:
10516         (egg_recent_util_get_unique_id):
10517         * cut-n-paste/recent-files/update-from-egg.sh:
10518         * cut-n-paste/toolbar-editor/Makefile.am:
10519         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10520         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10521         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10522         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10523         (egg_toolbars_model_get_type):
10524         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10525
10526         Better makefile for toolbar editor and update everything
10527         to latest libegg.
10528
10529 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10530
10531         * shell/ev-window.c: (update_document_mode):
10532
10533         Prefer presentation mode when the document
10534         require fullscreen.
10535
10536 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10537
10538         * data/evince-ui.xml:
10539         * shell/ev-window.c:
10540
10541         Add control-equal for zooming
10542
10543 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10544
10545         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10546
10547 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10548
10549         * backend/ev-document.c: (ev_document_get_orientation):
10550         * backend/ev-document.h:
10551         * pdf/ev-poppler.cc:
10552         * ps/ps-document.c: (ps_document_get_orientation),
10553         (ps_document_set_orientation), (ps_document_document_iface_init):
10554
10555         Add a get_orientation api. Improve set_orientation.
10556
10557         * data/evince-ui.xml:
10558         * shell/ev-view.c: (ev_view_set_orientation),
10559         (ev_view_rotate_right), (ev_view_rotate_left):
10560         * shell/ev-view.h:
10561         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10562         (ev_window_cmd_edit_rotate_right):
10563
10564         Better ui for changing document orientation
10565
10566 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10567
10568         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10569         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10570         * shell/ev-sidebar-links.h:
10571         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10572         (ev_sidebar_page_iface_init):
10573         * shell/ev-sidebar-page.h:
10574         * shell/ev-sidebar-thumbnails.c:
10575         (ev_sidebar_thumbnails_get_property),
10576         (ev_sidebar_thumbnails_class_init),
10577         (ev_sidebar_thumbnails_set_document):
10578         * shell/ev-sidebar-thumbnails.h:
10579         * shell/ev-view.c: (ev_view_motion_notify_event):
10580         * shell/ev-window.c: (update_chrome_visibility),
10581         (ev_window_cmd_focus_page_selector),
10582         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10583         (sidebar_page_main_widget_update_cb), (ev_window_init):
10584         
10585         Autoraise toolbar on GoToPage binding and fix bindings in
10586         EvSidebarThumbnails page.
10587
10588 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10589
10590         * shell/ev-properties.c: (update_progress_label):
10591
10592         Hide the progress label when finished; bug #307697.
10593
10594 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10595
10596         * pdf/ev-poppler.cc:
10597
10598         Enable is_open for links, you will need poppler cvs
10599
10600         * shell/ev-properties.c: (job_fonts_finished_cb):
10601
10602         Get a lock on the document when filling the tree view
10603
10604 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10605
10606         * backend/ev-document-links.h:
10607         * pdf/ev-poppler.cc:
10608         * shell/ev-sidebar-links.c: (create_loading_model),
10609         (expand_open_links), (job_finished_callback):
10610
10611         Expand links when specified by the document.
10612         Depend on a poppler api (defined out for now)
10613
10614 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10615
10616         * shell/ev-properties.c: (ev_properties_dispose),
10617         (ev_properties_class_init), (dialog_destroy_cb),
10618         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10619         (ev_properties_set_document), (ev_properties_new),
10620         (ev_properties_show):
10621         * shell/ev-properties.h:
10622
10623         Make it an object, cleanup the code, api to show it as transient
10624         and to set the document.
10625
10626         * shell/ev-window.c: (ev_window_setup_document),
10627         (ev_window_cmd_file_properties):
10628
10629         Adapt to EvProperties changes, do not show multiple
10630         times, update it when document changes.
10631
10632 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10633
10634         * ps/gstypes.h:
10635         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10636         (ps_document_set_orientation), (ps_document_document_iface_init):
10637         * ps/ps-document.h:
10638
10639         Implement orientation here too
10640
10641         * shell/ev-properties.c: (ev_properties_new):
10642         * data/evince-properties.glade:
10643
10644         Hide the fonts page for backends that doesnt
10645         support it.     
10646
10647 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10648
10649         * backend/ev-document.c: (ev_document_set_orientation):
10650         * backend/ev-document.h:
10651         * pdf/ev-poppler.cc:
10652
10653         Add orientation api. Currently poppler api is not optimal,
10654         we need to set orientation every time we _get a page.
10655         I will try to fix that at some point.
10656
10657         * data/evince-ui.xml:
10658         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10659         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10660
10661         Add orientation menu items
10662
10663         * shell/ev-page-cache.c: (ev_page_cache_clear):
10664         * shell/ev-page-cache.h:
10665
10666         Add api to clear the cache
10667
10668         * shell/ev-view.c: (setup_caches), (clear_caches),
10669         (ev_view_set_document), (ev_view_zoom_out),
10670         (ev_view_set_orientation):
10671         * shell/ev-view.h:
10672
10673         Implement orientation changing
10674
10675 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10676
10677         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10678         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10679         * backend/ev-document-fonts.h:
10680
10681         Separate scan and fill so that we can incrementally fill from
10682         the main thread. Add a progress api.
10683
10684         * data/evince-properties.glade:
10685         * pdf/ev-poppler.cc:
10686         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10687         * shell/ev-jobs.h:
10688         * shell/ev-properties.c: (update_progress_label),
10689         (job_fonts_finished_cb), (setup_fonts_view):
10690
10691         Incrementally feel the list and show the progress
10692         percentage in a label like acrobat does.
10693
10694         You are going to need poppler cvs
10695
10696 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10697
10698         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10699         * backend/ev-document-fonts.h:
10700         * pdf/ev-poppler.cc:
10701
10702         Make fonts model fill incrementally.
10703
10704         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10705         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10706         (ev_job_queue_remove_job):
10707         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10708         (ev_job_fonts_new), (ev_job_fonts_run):
10709         * shell/ev-jobs.h:
10710
10711         New job for fonts scanning
10712
10713         * shell/ev-properties.c: (job_fonts_finished_cb),
10714         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10715         * shell/ev-properties.h:
10716         * shell/ev-window.c: (ev_window_cmd_file_properties):
10717
10718         Incrementally feel the treeview using the new job. Show Loading...
10719         message until scanning is completed.
10720
10721         Hopefully I didnt break the build without the poppler patch.
10722
10723 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10724
10725         * shell/ev-application.c: (ev_application_open):
10726         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10727         (ev_document_type_get_type), (ev_document_type_lookup):
10728         * shell/ev-document-types.h:
10729         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10730         * shell/ev-job-xfer.h:
10731         * shell/ev-window.c: (ev_window_clear_local_uri),
10732         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10733         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10734         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10735         
10736         Transfer remote documents to tmp directory to display them later.
10737
10738 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10739
10740         * backend/ev-document-info.h:
10741         * shell/ev-properties.c: (ev_properties_new):
10742
10743         s/GTime*/GTime. Not sure why we was using a pointer
10744         at all there!
10745
10746 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10747
10748         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10749         situations.  That situation is that you're using GTK+-HEAD with
10750         the patch at #306726 is applied, and you have a document with <
10751         1500 pages in it.  It's not quite as uniformly nice as the
10752         TreeView, but should be better in the long run.
10753
10754         I'm pretty sure I guarded against breaking compilation with
10755         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10756         I missed some.
10757
10758         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10759         widget yet, so I commented that code out
10760         enable_view_actions_for_widget() for now.  Need to figure this
10761         out.
10762
10763         * shell/ev-page-action.c (match_selected_cb): emit the right
10764         signals.  Our cool C-l completion now works.
10765
10766 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10767
10768         * backend/Makefile.am:
10769         * backend/ev-document-fonts.c:
10770         * backend/ev-document-links.c:
10771         * backend/ev-document.c: (ev_document_load):
10772         * backend/ev-document.h:
10773         * backend/ev-job-queue.c:
10774         * backend/ev-job-queue.h:
10775         * backend/ev-jobs.c:
10776         * backend/ev-jobs.h:
10777         * backend/ev-page-cache.c:
10778         * backend/ev-page-cache.h:
10779
10780         EvPageCache and EvJobs are moved to shell.
10781
10782         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10783         (ev_tmp_filename):
10784         * lib/ev-file-helpers.h:
10785         
10786         New helper to work with temporary files
10787         
10788         * shell/Makefile.am:
10789         * shell/ev-application.c: (ev_application_open):
10790         * shell/ev-application.h:
10791         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10792         (remove_job_from_async_queue), (add_job_to_async_queue),
10793         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10794         (handle_job), (search_for_jobs_unlocked),
10795         (no_jobs_available_unlocked), (ev_render_thread),
10796         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10797         (ev_job_queue_add_job), (move_job_async), (move_job),
10798         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10799         * shell/ev-job-queue.h:
10800         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10801         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10802         * shell/ev-job-xfer.h:
10803         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10804         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10805         (ev_job_links_class_init), (ev_job_render_init),
10806         (ev_job_render_dispose), (ev_job_render_class_init),
10807         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10808         (ev_job_thumbnail_class_init), (ev_job_load_init),
10809         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10810         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10811         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10812         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10813         * shell/ev-jobs.h:
10814         * shell/ev-page-action.c: (ev_page_action_set_document):
10815         * shell/ev-page-cache.c: (ev_page_cache_init),
10816         (ev_page_cache_class_init), (ev_page_cache_finalize),
10817         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10818         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10819         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10820         (ev_page_cache_get_title), (ev_page_cache_get_size),
10821         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10822         (ev_page_cache_get_height_to_page),
10823         (ev_page_cache_get_max_label_chars),
10824         (ev_page_cache_get_page_label),
10825         (ev_page_cache_has_nonnumeric_page_labels),
10826         (ev_page_cache_get_info), (ev_page_cache_next_page),
10827         (ev_page_cache_prev_page), (ev_page_cache_get):
10828         * shell/ev-page-cache.h:
10829         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10830         (ev_pixbuf_cache_clear_job_sizes),
10831         (ev_pixbuf_cache_add_jobs_if_needed),
10832         (ev_pixbuf_cache_set_page_range):
10833         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10834         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10835         * shell/ev-sidebar-thumbnails.c:
10836         (ev_sidebar_tree_selection_changed),
10837         (ev_sidebar_thumbnails_set_document):
10838         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10839         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10840         (ev_statusbar_get_context_id), (ev_statusbar_push),
10841         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10842         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10843         (ev_statusbar_set_progress):
10844         * shell/ev-statusbar.h:
10845         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10846         (ev_view_find_previous):
10847         * shell/ev-window.c: (ev_window_is_empty),
10848         (ev_window_setup_document), (password_dialog_response),
10849         (ev_window_clear_jobs), (ev_window_load_job_cb),
10850         (ev_window_xfer_job_cb), (ev_window_open_uri),
10851         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10852         (ev_window_print), (ev_window_print_range),
10853         (ev_window_state_event), (ev_window_cmd_view_reload),
10854         (menu_item_select_cb), (menu_item_deselect_cb),
10855         (view_status_changed_cb), (ev_window_dispose),
10856         (drag_data_received_cb), (ev_window_init):
10857         * shell/ev-window.h:
10858         * shell/main.c: (load_files):
10859         
10860         New statusbar to show progress on idle. Two new jobs - 
10861         xfer job and load job to load document in background. And update
10862         of page_cache clients to new location of code.
10863
10864 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10865
10866         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10867         selection in open dialog. It also remembers the last visited directory 
10868         in the current session.
10869
10870 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10871
10872         * shell/ev-properties.c: (ev_properties_new):
10873         * shell/ev-properties.h:
10874         * shell/ev-window.c: (ev_window_cmd_file_properties):
10875         
10876         Get document info from page cache instead of document itself.
10877         This should fix crash related to race conditions described in
10878         bug 306545.
10879
10880 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10881
10882         * ps/ps-document.c: (ps_document_init),
10883         (send_ps), (get_page_box), (output), (catchPipe), (input),
10884         (stop_interpreter), (file_length), (file_readable),
10885         (check_filecompressedb), (ps_document_enable_interpreter),
10886         (document_load), (ps_async_renderer_render_pixbuf):
10887         * ps/ps-document.h:
10888
10889         Big cleanup of the ps code
10890
10891 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10892
10893         * backend/Makefile.am:
10894         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10895         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10896         * backend/ev-async-renderer.h:
10897
10898         Add an async renderer interface (method + callback) which
10899         is useful for backends like ps.
10900
10901         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10902         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10903         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10904         (ev_job_queue_add_job), (move_job_async), (move_job),
10905         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10906
10907         Add queues for async renderer, these are executed on the
10908         main thread.
10909
10910         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10911         (ev_job_render_run):
10912         * backend/ev-jobs.h:
10913
10914         If the backend support async renderer interface use it.
10915
10916         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10917         (setup_pixmap), (ps_document_get_type),
10918         (ps_async_renderer_render_pixbuf),
10919         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10920
10921         Implement async renderer interface.
10922
10923 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10924
10925         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10926
10927         Cleanup links job on exit.
10928
10929 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10930
10931         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10932         (drag_data_get_cb), (drag_data_received_cb):
10933         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10934         (drag_data_get_cb), (parse_item_list),
10935         (egg_toolbar_editor_load_actions):
10936         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10937         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10938         (parse_item_list), (parse_toolbars):
10939         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10940         (dvi_pixbuf_put_pixel):
10941         
10942         Fix gcc 4.0 warnings
10943
10944 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10945
10946         * ps/ps-document.c: (start_interpreter):
10947
10948         Fix warning when loading ps
10949
10950 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10951
10952         * ps/ps-document.c: (output):
10953
10954         Fix crash when priting gs error messages.
10955
10956 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10957
10958         * backend/ev-page-cache.c: (_ev_page_cache_new):
10959         * backend/ev-page-cache.h:
10960
10961         Use a const to return title so that we dont double
10962         free it. Small cleanup and fix a leak.
10963
10964         * shell/ev-window.c: (update_window_title):
10965
10966         strdup value from get_title.
10967
10968 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10969
10970         * shell/ev-sidebar-links.c: (job_finished_callback),
10971         (ev_sidebar_links_set_document):
10972
10973         Cleanup the old job when changing document
10974
10975 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10976
10977         * shell/ev-stock-icons.c:
10978         * shell/ev-stock-icons.h:
10979         * shell/ev-window.c:
10980         
10981         Add stock icons for actions that can appear in toolbar. Fix for
10982         bug 306566.
10983
10984 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10985
10986         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10987         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10988         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10989         * backend/ev-page-cache.h:
10990         * shell/ev-view.c: (scroll_to_current_page),
10991         (view_update_range_and_current_page), (get_page_y_offset),
10992         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10993         (ev_view_size_request_continuous),
10994         (ev_view_zoom_for_size_continuous_and_dual_page),
10995         (ev_view_zoom_for_size_continuous):
10996         
10997         More compact EvView layout in document with pages of different size.
10998
10999 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11000
11001         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11002         compilation.
11003
11004 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11005
11006         * shell/ev-view.c: (view_set_adjustment_values):
11007         * shell/ev-window.c: (ev_window_cmd_file_properties):
11008         
11009         A bit different fix for rounding problem but it has no
11010         problems on startup. Make properties window transient to parent.
11011
11012 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11013
11014         * pdf/ev-poppler.cc:
11015         
11016         More commenting of font stuff.
11017
11018 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11019
11020         * pdf/ev-poppler.cc:
11021
11022         Comment out some more fonts stuff. Should really
11023         work without the poppler patch now.
11024
11025 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11026
11027         * pdf/ev-poppler.cc:
11028
11029         Adapt to api change
11030
11031 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11032
11033         * data/evince-properties.glade:
11034         * pdf/ev-poppler.cc:
11035         * shell/ev-properties.c: (setup_fonts_view):
11036
11037         Set the column title. Show the dialog only
11038         once everything is setup.
11039         Getting font info can be very slow... will
11040         prolly need to make this threaded too.
11041
11042 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11043
11044         * backend/Makefile.am:
11045         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11046         (ev_document_fonts_get_fonts_model):
11047         * backend/ev-document-fonts.h:
11048         * data/evince-properties.glade:
11049         * pdf/ev-poppler.cc:
11050         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11051         * shell/ev-properties.h:
11052         * shell/ev-window.c: (ev_window_cmd_file_properties):
11053
11054         Implement fonts list. Defined out for now, since it depends
11055         on a not yet committed poppler patch.
11056
11057 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11058
11059         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11060         page + 1.
11061
11062         * shell/ev-window.c: Make sure we add the timeout when we get a
11063         focus-in event.
11064
11065         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11066         adjustment->value before calculating the zoom factor to average
11067         out all of our rounding errors.  The page no longer 'drifts' when
11068         resizing.
11069
11070 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11071
11072         * data/evince-properties.glade:
11073         * shell/ev-properties.c: (ev_properties_format_date),
11074         (set_property):
11075         
11076         Labels don't expand when the dialogue is resized.
11077         strftime result needs to be converted to UTF-8. Thanks
11078         to Christian Persch <chpe@gnome.org>.
11079
11080 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11081
11082         * data/evince-properties.glade:
11083
11084         Hide the fonts tab
11085
11086 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11087
11088         * backend/ev-document-info.h:
11089         * backend/ev-document.c: (ev_document_info_free):
11090         * data/evince-properties.glade:
11091         * pdf/ev-poppler.cc:
11092         * ps/ps-document.c: (ps_document_get_info):
11093         * shell/ev-properties.c: (ev_properties_format_date),
11094         (set_property), (ev_properties_new):
11095         * shell/ev-properties.h:
11096         * shell/ev-window.c: (ev_window_cmd_file_properties):
11097
11098         Rework properties code to take only EvPropertyInfo
11099         in the constructor so that it can be useful for
11100         nautilus plugin too.
11101
11102         Deal with backends that doesnt support some properties.
11103         Make set property code generic.
11104
11105 2005-06-04  Christian Persch <chpe@gnome.org>
11106
11107         * data/evince-properties.glade:
11108
11109         fix spacings, make resizeable, and make data labels
11110         selectable + ellipsised
11111
11112 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11113
11114         * backend/ev-document-info.h:
11115         * data/Makefile.am:
11116         * data/evince-ui.xml:
11117         * pdf/ev-poppler.cc:
11118         * shell/Makefile.am:
11119         * shell/ev-window.c: (update_action_sensitivity),
11120         (ev_window_cmd_file_properties):
11121
11122         Initial go at file properties. Patch by
11123         Emil Soleyman-Zomalan <emil@soleyman.com>.
11124         Needs love see #169583
11125
11126 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11127
11128         * ps/ps-document.c: (output):
11129         * ps/ps.c: (psscan):
11130
11131         Try to render even if psscan fails.
11132
11133 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11134
11135         * ps/ps.c: (psscan), (pscopydoc):
11136
11137         Port buffered reading code from gv
11138
11139 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11140
11141         * ps/ps-document.c: (interpreter_message), (output):
11142
11143         Do not fail on interpreter messages
11144
11145 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11146
11147         * backend/ev-document-misc.c:
11148         (ev_document_misc_get_thumbnail_frame):
11149
11150         Pages can be 0 x 0, dont assert on this case
11151
11152 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11153
11154         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11155         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11156
11157         Correctly manage our reference on document. Finally the reload
11158         huge leak is gone...
11159
11160 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11161
11162         * ps/ps-document.c: (ps_document_dispose):
11163
11164         Forgot to chain it to the parent. Thanks chpe.
11165
11166 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11167
11168         * ps/ps-document.c: (ps_document_dispose),
11169         (ps_document_class_init), (stop_interpreter), (document_load):
11170
11171         Cleanup dispose a bit. Dont leak the whole pixmap.
11172
11173 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11174
11175         * pdf/ev-poppler.cc:
11176
11177         Release the poppler document on dispose
11178
11179 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11180
11181         * shell/ev-view.c: (ev_view_set_document):
11182
11183         Release ref on the pixbuf cache when changing
11184         document.
11185
11186 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11187
11188         * ps/ps-document.c: (ps_document_get_info):
11189
11190         Fix a double free
11191
11192 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11193
11194         * backend/ev-page-cache.c: (ev_page_cache_init),
11195         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11196         * backend/ev-page-cache.h:
11197         * shell/ev-page-action.c: (page_changed_cb):
11198         
11199         Set page action entry width depending on labels width. Fix
11200         for bug 305202.
11201
11202 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11203
11204         * backend/ev-link.c: (ev_link_class_init):
11205
11206         Allow -1 as page value (error)
11207
11208 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11209
11210         * shell/ev-sidebar-thumbnails.c:
11211         (ev_sidebar_thumbnails_set_document):
11212         * shell/ev-view.c: (scroll_to_current_page),
11213         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11214         (page_changed_cb), (on_adjustment_value_changed),
11215         (ev_view_set_document):
11216
11217         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11218         Fix bug 305377
11219
11220 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11221
11222         * configure.ac:
11223         * djvu/djvu-document.c: (djvu_document_get_page_size):
11224
11225         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11226         bug 301993.
11227
11228 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11229
11230         * shell/ev-view.c (draw_one_page): modify the expose handling to
11231         get the shadows.
11232
11233         * shell/ev-window.c (update_action_sensitivity): Respect
11234         permissions field.  Kowtow to the man.
11235
11236         * pdf/ev-poppler.cc: Get the permissions field.
11237
11238         * tiff/*c: Make a tiny bit more robust.
11239
11240 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11241
11242         * djvu/djvu-document.c:
11243         
11244         Pop messages from djvu context message queue.
11245
11246 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11247
11248         * configure.ac, Makefile.am, shell/Makefile.am:
11249         * tiff/Makefile.am, shell/ev-document-types.c:
11250         
11251         Cleanup tiff configure checks. Fix for bug 305218.
11252
11253 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11254
11255         * configure.ac: Added "uk" to ALL_LINGUAS.
11256
11257 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11258
11259         * cut-n-paste/zoom-control/ephy-zoom.c:
11260         (ephy_zoom_get_changed_zoom_level):
11261         * cut-n-paste/zoom-control/ephy-zoom.h:
11262         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11263         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11264         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11265         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11266         (zoom_control_changed_cb), (ev_window_init):
11267         
11268         Fix minor points related to moving best fit up. Introduce
11269         "zoom" property and make zoom control change it's value on
11270         notify::zoom signals. Fix for 305080.
11271
11272 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11273
11274         * data/evince-ui.xml:
11275         * shell/ev-window.c: (set_view_actions_sensitivity):
11276         
11277         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11278
11279 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11280
11281         * configure.ac:
11282
11283         Depends on poppler 0.3.2
11284
11285 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11286
11287         * cut-n-paste/recent-files/egg-recent-item.c:
11288         (egg_recent_item_get_short_name):
11289         * cut-n-paste/toolbar-editor/Makefile.am:
11290         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11291         (new_pixbuf_from_widget):
11292         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11293         * cut-n-paste/toolbar-editor/egg-marshal.c:
11294         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11295         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11296
11297         Sync
11298
11299 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11300
11301         * tiff/tiff-document.c: Rough TIFF backend.
11302
11303 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11304
11305         * NEWS:
11306         * configure.ac:
11307         * cut-n-paste/toolbar-editor/Makefile.am:
11308
11309         Release 0.3.1
11310
11311 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11312
11313         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11314         (ev_view_find_next), (ev_view_find_previous):
11315
11316         Remove the locks around get_n_results   
11317
11318 2005-05-21  Juerg Billeter  <j@bitron.ch>
11319
11320         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11321
11322         Pass correct number of pages to poppler.
11323
11324 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11325
11326         * configure.ac:
11327         * data/Makefile.am:
11328         * data/evince.desktop.in: 
11329         * data/evince.desktop.in.in:
11330         * po/POTFILES.in:
11331         
11332         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11333
11334 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11335
11336         * shell/ev-view.c: (view_update_adjustments),
11337         (view_set_adjustment_values): cast adjustmen->value to (int)
11338         before using it.  Otherwise, we get off by a pixel in some
11339         situations.
11340
11341         (draw_one_page): Draw the border on expose.
11342
11343 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11344
11345         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11346         adjustment when the mode changes, #304923
11347
11348 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11349
11350         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11351         flickering on resize but still use gdk_window_scroll on
11352         scrolling
11353
11354 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11355
11356         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11357         option, #170458
11358
11359 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11360
11361         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11362         second page on page_changed if possible, #304669
11363
11364 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11365
11366         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11367         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11368
11369 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11370
11371         * .cvsignore:
11372         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11373         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11374         (ev_view_zoom_for_size_presentation),
11375         (ev_view_zoom_for_size_continuous_and_dual_page),
11376         (ev_view_zoom_for_size_continuous),
11377         (ev_view_zoom_for_size_dual_page),
11378         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11379         * shell/ev-view.h:
11380         * shell/ev-window.c: (update_view_size),
11381         (ev_window_sizing_mode_changed_cb):
11382
11383         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11384         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11385         an infinite loop, #304769
11386
11387
11388 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11389
11390         * data/evince-ui.xml:
11391         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11392         * shell/ev-window.c: (set_view_actions_sensitivity):
11393
11394         Make PgUp/Down behave like Space
11395
11396 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11397
11398         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11399         * backend/ev-ps-exporter.h:
11400         * pdf/ev-poppler.cc:
11401         * ps/ps-document.c: (ps_document_ps_export_begin):
11402         * shell/ev-print-job.c: (idle_print_handler):
11403
11404         Adapt to new poppler api
11405
11406 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11407
11408         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11409         (ephy_zoom_control_init):
11410
11411         Translate zoom levels
11412
11413 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11414
11415         * cut-n-paste/zoom-control/ephy-zoom.c:
11416         (ephy_zoom_get_zoom_level_index):
11417
11418         Fix current zoom -> zoom control match
11419
11420 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11421
11422         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11423         rather than the scrolled_window that it's in. Fixes bug #304655.
11424
11425 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11426
11427         * shell/ev-view.c: (view_update_adjustments),
11428         (view_set_adjustment_values), (view_update_range_and_current_page),
11429         (view_scroll_to_page), (set_scroll_adjustment),
11430         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11431         (ev_view_scroll), (ev_view_scroll_view),
11432         (ensure_rectangle_is_visible), (find_page_at_location),
11433         (get_link_at_location), (go_to_link), (status_message_from_link),
11434         (ev_view_size_request_continuous_dual_page),
11435         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11436         (ev_view_unrealize), (ev_view_expose_event),
11437         (ev_view_button_press_event), (ev_view_motion_notify_event),
11438         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11439         (draw_rubberband), (highlight_find_results), (draw_one_page),
11440         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11441         (ev_view_init), (find_changed_cb), (page_changed_cb),
11442         (on_adjustment_value_changed), (ev_view_new),
11443         (ev_view_set_document), (ev_view_set_zoom),
11444         (ev_view_set_continuous), (ev_view_set_dual_page),
11445         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11446         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11447         (ev_view_zoom_for_size_presentation),
11448         (ev_view_zoom_for_size_continuous_dual_page),
11449         (ev_view_zoom_for_size_continuous),
11450         (ev_view_zoom_for_size_dual_page),
11451         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11452         (ev_view_get_status), (ev_view_set_status),
11453         (update_find_status_message), (ev_view_get_find_status),
11454         (ev_view_set_find_status), (jump_to_find_result),
11455         (jump_to_find_page), (compute_selections), (clear_selection),
11456         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11457         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11458         (ev_view_update_primary_selection),
11459         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11460         * shell/ev-view.h:
11461         * shell/ev-window.c: (ev_window_open_page_label),
11462         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11463         (ev_window_init):
11464         * shell/ev-window.h:
11465         * shell/main.c: (load_files):
11466
11467         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11468         when resizing.  Remove the bin_window().  Also, patch from James
11469         Bowes to fix command line page, #300641
11470         
11471 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11472
11473         * data/evince-ui.xml:
11474         * shell/ev-view.c:
11475         * shell/ev-view.h:
11476         * shell/ev-window.c: (update_action_sensitivity):
11477
11478         Get rid of View->Normal Size, it's just confusing
11479
11480 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11481
11482         * backend/ev-document-info.h:
11483         * backend/ev-document.c: (ev_document_info_free): Free the
11484         EvDocumentInfo.
11485
11486         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11487         (clear_range), (add_range), (update_visible_range),
11488         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11489         (ev_sidebar_thumbnails_set_document):
11490         * shell/ev-window.c: (ev_window_setup_document): Only render the
11491         visible thumbnails.  It takes an instant to render, but it uses
11492         much less memory.
11493
11494 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11495
11496         * shell/ev-sidebar-links.c: (popup_menu_cb):
11497
11498         Select first item
11499
11500 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11501
11502         * lib/Makefile.am:
11503         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11504         (button_press_cb), (ev_sidebar_links_construct):
11505
11506         Show the popup menu also on keybindings
11507
11508 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11509
11510         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11511         * shell/ev-window.h:
11512
11513         Expose api to print a range (with dialog). Make private _print use
11514         it.
11515
11516         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11517         (ev_sidebar_links_construct):
11518
11519         Show a print context menu on linkx, it prints the selected
11520         section.
11521
11522 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11523
11524         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11525         button.
11526
11527 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11528
11529         * AUTHORS:
11530
11531         Update
11532
11533         * shell/ev-window.c: (build_comments_string),
11534         (ev_window_cmd_help_about):
11535
11536         Show poppler version/backend and authors
11537
11538 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11539
11540         * cut-n-paste/zoom-control/ephy-zoom.c:
11541         (ephy_zoom_get_zoom_level_index):
11542         * cut-n-paste/zoom-control/ephy-zoom.h:
11543
11544         Move the best fit items at the top of the list
11545
11546 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11547
11548         * shell/ev-marshal.list:
11549         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11550         (activate_cb), (match_selected_cb), (activate_link_cb),
11551         (connect_proxy), (ev_page_action_class_init):
11552         * shell/ev-page-action.h:
11553
11554         Use signals to notify action activation. Hopefully
11555         I did not break completion since I cant test...
11556
11557         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11558         (register_custom_actions):
11559
11560         Connect to page selector actions and also grab focus on
11561         the view when activated.
11562
11563 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11564
11565         * pdf/ev-poppler.cc:
11566         * backend/ev-page-cache.c: make page size calculation consistent
11567         and set it to (int)( width * scale + 0.5).  This makes the weird
11568         line going through the middle of the page go away.
11569
11570         * shell/ev-view.c: move painting the background page after
11571         checking the expose area covers us.
11572
11573 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11574
11575         * data/evince-password.glade:
11576         
11577         Mark labels as not translatable. Fix for bug 302842.
11578
11579 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11580
11581         * configure.ac: Added "es" to ALL_LINGUAS.
11582
11583 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11584
11585         * data/evince-toolbar.xml:
11586         * shell/ev-window.c: (update_action_sensitivity),
11587         (ev_window_setup_document), (ev_window_set_page_mode),
11588         (ev_window_init):
11589
11590         Remove some leftover code from jrb first continous
11591         attempt. Use the new actions, we still need good icons
11592         though...
11593
11594 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11595
11596         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11597
11598         Update label when connecting proxy. Fix a warning with NULL
11599         page_cache.
11600
11601 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11602
11603         * data/evince-ui.xml:
11604         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11605         * shell/ev-page-action.h:
11606         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11607
11608         Add mnemonic for edit toolbar.
11609         ctrl+l focus the page entry.
11610
11611 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11612
11613         * lib/Makefile.am:
11614         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11615         (ev_window_init):
11616         * shell/main.c: (main):
11617
11618         Put the toolbar xml in evince own dot dir
11619
11620 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11621
11622         * shell/ev-window.c: (ev_window_init):
11623
11624         Make the toolbar not removable
11625
11626 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11627
11628         * data/evince-ui.xml:
11629         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11630         * shell/ev-sidebar-links.h:
11631         * shell/ev-sidebar-thumbnails.c:
11632         (ev_sidebar_thumbnails_get_treeview):
11633         * shell/ev-sidebar-thumbnails.h:
11634         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11635         (ev_view_class_init):
11636         * shell/ev-view.h:
11637         * shell/ev-window.c: (update_action_sensitivity),
11638         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11639         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11640         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11641         (ev_window_init):
11642
11643         This is evil... Make space/backspace global accelerators but
11644         enable them only for some widgets (sidebars and view).
11645         I dont like it, but I dont know a better way... :/
11646
11647 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11648
11649         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11650         (ev_page_action_widget_finalize),
11651         (ev_page_action_widget_class_init), (update_page_cache):
11652
11653         Keep a weak reference on proxy->page_cache so that we
11654         dont try to disconnect the signal if the object is already
11655         gone. Maybe there is a better way to cleanup reference handling
11656         in page action though...
11657
11658 2005-05-10  Juerg Billeter  <j@bitron.ch>
11659
11660         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11661         * backend/ev-ps-exporter.h:
11662         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11663         * ps/ps-document.c: (ps_document_ps_export_begin):
11664         
11665         Change api to pass print range to ps_exporter_begin. The pdf backend
11666         requires this information.
11667         
11668         * shell/ev-print-job.c: (idle_print_handler):
11669         
11670         Adapt to api change
11671
11672 2005-05-10  Juerg Billeter  <j@bitron.ch>
11673
11674         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11675         (idle_print_handler)
11676         * shell/ev-window.c: (ev_window_print):
11677
11678         Support printing page range, based on patch by Amaury Jacquot
11679
11680 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11681
11682         * data/evince-toolbar.xml:
11683
11684         Add zoom control to available items
11685
11686 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11687
11688         * shell/ev-window.c: (update_action_sensitivity):
11689
11690         Set slash action insensitive when appropriate
11691
11692 2005-05-10  Christian Persch <chpe@gnome.org>
11693
11694         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11695
11696         Fix warning on the overflow menu
11697
11698 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11699
11700         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11701
11702         Check for uri correctness/existence
11703
11704 2005-05-09  Juerg Billeter  <j@bitron.ch>
11705
11706         * shell/ev-window.c: (using_postscript_printer):
11707
11708         LPD printers use postscript, too
11709
11710 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11711
11712         * shell/ev-window.c: (register_custom_actions):
11713
11714         The zoom one is actually sort of useful,
11715         put it back
11716
11717 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11718
11719         * shell/ev-window.c: (register_custom_actions):
11720
11721         Hide page/zoom controls from overflow, they
11722         are useless.
11723
11724 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11725
11726         * cut-n-paste/update-from-egg.sh:
11727         
11728         Share it between all cut-n-paste subdirs
11729
11730         * cut-n-paste/recent-files/Makefile.am:
11731
11732         Fix to use "global" update-from-egg.sh
11733
11734         * cut-n-paste/recent-files/egg-recent-model.c:
11735         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11736         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11737         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11738         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11739
11740         Update from libegg
11741
11742         * cut-n-paste/toolbar-editor/Makefile.am:
11743
11744         Fix to use "global" update-from-egg.sh
11745
11746         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11747
11748         Update from libegg
11749
11750 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11751
11752         * configure.ac:
11753         * cut-n-paste/Makefile.am:
11754         * cut-n-paste/recent-files/Makefile.am:
11755         * cut-n-paste/toolbar-editor/.cvsignore:
11756         * cut-n-paste/toolbar-editor/Makefile.am:
11757         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11758         (egg_editable_toolbar_get_type), (get_toolbar_position),
11759         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11760         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11761         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11762         (set_item_drag_source), (create_item_from_action), (create_item),
11763         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11764         (popup_toolbar_context_menu_cb), (free_dragged_item),
11765         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11766         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11767         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11768         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11769         (item_added_cb), (item_removed_cb),
11770         (egg_editable_toolbar_construct),
11771         (egg_editable_toolbar_disconnect_model),
11772         (egg_editable_toolbar_deconstruct),
11773         (egg_editable_toolbar_set_model),
11774         (egg_editable_toolbar_set_ui_manager),
11775         (egg_editable_toolbar_set_property),
11776         (egg_editable_toolbar_get_property),
11777         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11778         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11779         (egg_editable_toolbar_new_with_model),
11780         (egg_editable_toolbar_get_edit_mode),
11781         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11782         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11783         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11784         (new_pixbuf_from_widget), (new_separator_pixbuf),
11785         (update_separator_image), (style_set_cb),
11786         (_egg_editable_toolbar_new_separator_image),
11787         (egg_editable_toolbar_get_model):
11788         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11789         * cut-n-paste/toolbar-editor/egg-marshal.c:
11790         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11791         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11792         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11793         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11794         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11795         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11796         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11797         (editor_drag_data_delete_cb), (drag_data_get_cb),
11798         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11799         (editor_create_item), (update_editor_sheet), (setup_editor),
11800         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11801         (parse_item_list), (model_has_action), (update_actions_list),
11802         (egg_toolbar_editor_load_actions):
11803         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11804         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11805         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11806         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11807         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11808         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11809         (egg_toolbars_model_add_separator), (impl_add_item),
11810         (parse_item_list), (egg_toolbars_model_add_toolbar),
11811         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11812         (impl_get_item_data), (impl_get_item_type),
11813         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11814         (egg_toolbars_model_init), (free_toolbar),
11815         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11816         (egg_toolbars_model_remove_toolbar),
11817         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11818         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11819         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11820         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11821         (egg_toolbars_model_get_item_data),
11822         (egg_toolbars_model_get_item_type):
11823         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11824         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11825         * data/Makefile.am:
11826         * data/evince-toolbar.xml:
11827         * data/evince-ui.xml:
11828         * data/hand-open.png:
11829         * po/POTFILES.in:
11830         * shell/Makefile.am:
11831         * shell/ev-window.c: (update_chrome_visibility),
11832         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11833         (ev_window_dispose), (ev_window_init):
11834
11835         Implement epiphany like toolbar editor. Based on patch by
11836         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11837
11838 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11839
11840         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11841
11842         Use set_cursor instead of set_selection, so that
11843         the keyboard focus moves too.
11844
11845 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11846
11847         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11848
11849         Fix infinite loop when loading Type1 fonts
11850
11851 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11852
11853         * data/evince-ui.xml:
11854         * shell/ev-window.c:
11855
11856         Slash -> Find
11857
11858 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11859
11860         * configure.ac:
11861
11862         Make --disable really disable
11863
11864 2005-05-07  Juerg Billeter  <j@bitron.ch>
11865
11866         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11867
11868         Compare page labels even without has_labels set, fixes setting page
11869         with entry
11870
11871 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11872
11873         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11874         (ev_view_set_cursor), (ev_view_button_press_event),
11875         (ev_view_motion_notify_event), (ev_view_button_release_event),
11876         (ev_view_init):
11877
11878         Implement middle button scrolling. Based on a patch
11879         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11880
11881 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11882
11883         * shell/ev-document-types.c: (get_slow_mime_type),
11884         (get_document_type_from_mime), (ev_document_type_lookup):
11885         * shell/ev-document-types.h:
11886
11887         Change api to lookup from uri. Do fast lookup first, if the
11888         type is unknown try with data sniffing.
11889
11890         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11891         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11892
11893         Adapt to api change
11894
11895 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11896
11897         * thumbnailer/Makefile.am:
11898
11899         Fix distcheck
11900
11901 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11902
11903         * NEWS:
11904         * configure.ac:
11905
11906         Release 0.3.0
11907
11908         * data/evince-ui.xml:
11909
11910         Hide presentation mode for now
11911
11912         * shell/ev-view.c: (highlight_find_results):
11913
11914         Show current find selection only on current page
11915
11916 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11917
11918         * shell/ev-view.c: (ev_view_select_all):
11919
11920         Compute size of the actual page, not of
11921         the current one.
11922
11923 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11924
11925         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11926         (view_rect_to_doc_rect), (compute_selections),
11927         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11928         (ev_view_copy), (ev_view_primary_get_cb),
11929         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11930         (ev_view_button_press_event), (ev_view_motion_notify_event),
11931         (ev_view_button_release_event), (page_changed_cb):
11932
11933         Fix text selection
11934
11935 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11936
11937         * shell/ev-view.c: (compute_border), (get_page_extents),
11938         (doc_rect_to_view_rect), (highlight_find_results),
11939         (ev_view_bin_expose), (ev_view_select_all),
11940         (ev_view_motion_notify_event), (update_find_status_message),
11941         (jump_to_find_result), (jump_to_find_page):
11942
11943         First go at fixing search, still buggy
11944
11945 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11946
11947         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11948         dropdown box and button at the top of the sidebar.
11949
11950 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11951
11952         * configure.ac: Output zoom-control Makefile.
11953         * cut-n-paste/Makefile.am: build zoom-control subdir.
11954         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11955         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11956         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11957         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11958         * cut-n-paste/zoom-control/ephy-zoom.c:
11959         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11960         from epiphany, and modified to add a separator into the menu.
11961         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11962         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11963         zoom-control action.
11964         * shell/Makefile.am: Include zoom-control flags.
11965         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11966         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11967         (ev_view_zoom_for_size_presentation),
11968         (ev_view_zoom_for_size_continuous_and_dual_page),
11969         (ev_view_zoom_for_size_continuous),
11970         (ev_view_zoom_for_size_dual_page),
11971         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11972         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11973         ev_view_get_zoom and ev_view_get_sizing_mode.
11974         * shell/ev-view.h:
11975         * shell/ev-window.c: (update_action_sensitivity),
11976         (update_sizing_buttons), (zoom_control_changed_cb),
11977         (register_custom_actions): Initialize and use the zoom-control 
11978         widget.
11979
11980 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11981
11982         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11983         preview cache back to 1.  Don't know when it got set to 0.
11984         
11985         * shell/ev-view.c: (compute_border), (ev_view_realize),
11986         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11987         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11988         (ev_view_get_fullscreen), (ev_view_set_presentation),
11989         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11990         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11991         * shell/ev-view.h:
11992         * shell/ev-window.c:
11993         (update_chrome_visibility),
11994         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11995         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11996         (update_document_mode), (ev_window_update_fullscreen_action),
11997         (ev_window_fullscreen), (ev_window_unfullscreen),
11998         (ev_window_cmd_view_fullscreen),
11999         (ev_window_update_presentation_action),
12000         (ev_window_run_presentation), (ev_window_stop_presentation),
12001         (ev_window_cmd_view_presentation), (ev_window_state_event),
12002         (ev_window_focus_in_event), (ev_window_focus_out_event),
12003         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12004         * data/evince-ui.xml: Initial presentation mode.  We should
12005         probably hide this until it's done, as it's quite rough.  Also,
12006         change full-screen to fullscreen and add two getters to EvView.
12007
12008 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12009
12010         * shell/ev-page-action.c: (update_page_cache),
12011         (ev_page_action_dispose):
12012         * shell/ev-window.c: (destroy_fullscreen_popup),
12013         (ev_window_create_fullscreen_popup):
12014
12015         Use connect_object rather than explicitly
12016         disconnect on dispose.
12017
12018 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12019
12020         * shell/ev-page-action.c: (update_page_cache),
12021         (ev_page_action_dispose):
12022
12023 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12024
12025         * backend/ev-page-cache.c: (_ev_page_cache_new),
12026         (ev_page_cache_set_page_label),
12027         (ev_page_cache_has_nonnumeric_page_labels):
12028         * backend/ev-page-cache.h:
12029         * shell/ev-page-action.c: (update_pages_label):
12030         
12031         If all page labels are numeric, fallback to default
12032         way to display number of pages. See bug 173185.
12033
12034 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12035
12036         * shell/ev-page-action.c: (ev_page_action_dispose):
12037         * shell/ev-view.c: (view_update_range_and_current_page):
12038         * shell/ev-window.c: (ev_window_dispose):
12039         
12040         Set page on scroll in continuous mode. Fixes bug 301986.
12041         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12042
12043 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12044
12045         * configure.ac:
12046
12047         Require poppler 0.3.0
12048
12049 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12050         
12051         * shell/Makefile.am, configure.ac: Fix build problems
12052         with t1lib. Bug 301996.
12053
12054 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12055
12056         * shell/ev-view.c: (ev_view_scroll_event):
12057         
12058         Scroll up increase zoom
12059
12060 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12061
12062         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12063         (ev_view_set_sizing_mode),
12064         (ev_view_zoom_for_size_continuous_and_dual_page),
12065         (ev_view_zoom_for_size_continuous):
12066         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12067         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12068         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12069         (ev_window_init):
12070
12071         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12072         Fix for 165473 and 165472.
12073
12074 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12075
12076         * po/POTFILES.in:
12077         * thumbnailer/Makefile.am:
12078         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12079         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12080         * thumbnailer/evince-thumbnailer.schemas.in:
12081         
12082         Make thumbnailer schemas translatable. Fix for bug 301773
12083         
12084         * thumbnailer/evince-thumbnailer-djvu.schemas:
12085         * thumbnailer/evince-thumbnailer-dvi.schemas:
12086         * thumbnailer/evince-thumbnailer.schemas:
12087
12088         Removed files
12089
12090 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12091
12092         * shell/ev-view.c (ev_view_init): forgot to set this.
12093
12094 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12095
12096         * shell/ev-view.c: (find_page_at_location),
12097         (get_link_at_location),
12098         (ev_view_set_show_border), (ev_view_set_spacing),
12099         (ev_view_zoom_for_size_continuous_and_dual_page),
12100         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12101         Also, add a quick fix measuring of widths.  Also, removed
12102         ev_view_set_spacing and ev_view_set_show_border.
12103         
12104         * shell/ev-window.c: (ev_window_unfullscreen),
12105         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12106
12107 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12108
12109         * shell/ev-view.c: (view_update_range_and_current_page),
12110         (page_changed_cb):
12111         
12112         Fix crash on exit and scrolling to page in continuous view.
12113
12114 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12115
12116         * TODO:
12117         * backend/ev-page-cache.c: (_ev_page_cache_new),
12118         (ev_page_cache_get_max_width_size),
12119         (ev_page_cache_get_max_height_size):
12120         * backend/ev-page-cache.h:
12121         * data/evince-ui.xml:
12122         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12123         * shell/ev-view.c: (view_update_adjustments),
12124         (view_update_range_and_current_page), (get_bounding_box_size),
12125         (ev_view_size_request_continuous_and_dual_page),
12126         (ev_view_size_request_continuous),
12127         (ev_view_size_request_dual_page),
12128         (ev_view_size_request_single_page), (ev_view_size_request),
12129         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12130         (ev_view_bin_expose), (ev_view_expose_event),
12131         (ev_view_set_property), (ev_view_get_property),
12132         (ev_view_class_init), (ev_view_init), (ev_view_new),
12133         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12134         (ev_view_set_dual_page), (ev_view_set_full_screen),
12135         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12136         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12137         (ev_view_zoom_out), (zoom_for_size_fit_width),
12138         (zoom_for_size_best_fit),
12139         (ev_view_zoom_for_size_continuous_and_dual_page),
12140         (ev_view_zoom_for_size_continuous),
12141         (ev_view_zoom_for_size_dual_page),
12142         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12143         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12144         * shell/ev-view.h:
12145         * shell/ev-window.c: (update_action_sensitivity),
12146         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12147         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12148         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12149         (ev_window_cmd_view_zoom_out), (update_view_size),
12150         (ev_window_set_sizing_mode), (ev_window_init):
12151
12152         Add Continuous and Dual page modes.
12153
12154 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12155
12156         * dvi/dvi-document.c: (dvi_document_load),
12157         (dvi_document_thumbnails_get_thumbnail),
12158         (dvi_document_init_params): Fix up some mixups between
12159         width and height to correct thumbnail rendering.
12160
12161 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12162
12163         * dvi/mdvi-lib/private.h:
12164         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12165         
12166         Suppess output for kpathsea during font generation. Thanks to
12167         James Bowes
12168
12169 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12170
12171         * NEWS:
12172         * configure.ac:
12173
12174         Release 0.2.1
12175
12176         * Makefile.am: fix distcheck.
12177
12178 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12179
12180         * shell/ev-sidebar-links.c: (selection_changed_callback),
12181         (update_page_callback), (row_activated_callback),
12182         (job_finished_callback), (ev_sidebar_links_set_document):
12183         
12184         Fix for bug #169901. Double click on links expands tree.
12185
12186 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12187
12188         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12189         hard-coded style. Fix for bug 170111
12190
12191 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12192
12193         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12194         locking.
12195
12196 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12197
12198         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12199
12200 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12201
12202         * pdf/ev-poppler.cc:
12203         * shell/ev-view.c: (highlight_find_results):
12204
12205         Fix find on single page documents
12206
12207 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12208
12209         * data/evince.schemas.in: fix for bug 301390
12210
12211 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12212
12213         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12214         (ev_view_zoom_out), (ev_view_zoom_normal):
12215         * shell/ev-view.h:
12216         * shell/ev-window.c: (update_action_sensitivity),
12217         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12218         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12219         (ev_window_cmd_view_normal_size):
12220
12221         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12222         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12223         better than oom. 
12224
12225 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12226
12227         * configure.ac:
12228
12229         Depend on 2.57, 2.59 doesnt seem to be necessary
12230
12231 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12232
12233         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12234         (create_tool_item):
12235
12236         Put back total number of pages as (1 of 1234)
12237
12238 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12239
12240         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12241         remove the job.
12242
12243         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12244         function.  This helps debugging.
12245
12246 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12247
12248         * djvu/djvu-document.c: (djvu_document_class_init),
12249         (djvu_document_get_info), (djvu_document_document_iface_init):
12250         * dvi/dvi-document.c: (dvi_document_class_init),
12251         (dvi_document_get_info), (dvi_document_document_iface_init):
12252
12253         Dummy implementation of get_info method for dvi and
12254         djvu. Fix crashes with those backends
12255
12256 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12257
12258         * data/evince.desktop.in:
12259
12260         Add application/x-gzpostscript
12261
12262 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12263
12264         * data/evince.schemas.in: Added real long descriptions, 
12265         closes bug 172496 
12266
12267         * README: Added actual text, closes bug 171869
12268
12269 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12270
12271         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12272
12273         Thumbnail page 0
12274
12275 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12276
12277         * backend/ev-document-info.h:
12278
12279         s/GDate */GDate so we can just use g_free
12280
12281 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12282
12283         * shell/ev-window.c: (update_document_mode),
12284         (ev_window_setup_document):
12285
12286         Show the window in fullscreen when specified by
12287         the document
12288
12289 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12290
12291         * backend/ev-document.c: (ev_document_class_init),
12292         (ev_document_get_info), (ev_document_render_pixbuf):
12293         * backend/ev-document.h:
12294         * backend/ev-page-cache.c: (_ev_page_cache_new):
12295         * pdf/ev-poppler.cc:
12296         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12297         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12298         * ps/ps-document.c: (ps_document_class_init), (document_load),
12299         (ps_document_get_info), (ps_document_document_iface_init):
12300
12301         Remove get_title from the interface, we can just use document info
12302
12303 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12304
12305         * backend/Makefile.am:
12306         * backend/ev-document.c: (ev_document_render_get_info):
12307         * backend/ev-document.h:
12308         * pdf/ev-poppler.cc:
12309
12310         Initial support for document info. Based on jrb patch.
12311
12312 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12313
12314         * shell/ev-window.c: (ev_window_state_event),
12315         (ev_window_class_init), (ev_window_init):
12316         
12317         Doesn't show resize grip when maximized. See bug #301053
12318
12319 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12320
12321         * po/POTFILES.in:
12322         
12323         ev-sidebar-thumbnails now has translatable labels
12324         
12325         * shell/Makefile.am:
12326         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12327         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12328         (ev_sidebar_links_page_iface_init):
12329         * shell/ev-sidebar-links.h:
12330         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12331         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12332         (ev_sidebar_page_get_label):
12333         * shell/ev-sidebar-page.h:
12334         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12335         (ev_sidebar_thumbnails_set_document),
12336         (ev_sidebar_thumbnails_support_document),
12337         (ev_sidebar_thumbnails_get_label),
12338         (ev_sidebar_thumbnails_page_iface_init):
12339         * shell/ev-sidebar-thumbnails.h:
12340         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12341         (ev_sidebar_set_document):
12342         * shell/ev-sidebar.h:
12343         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12344         
12345         Small rework of sidebar code. Now sidebar pages should implement
12346         EvSidebarPage interface. That makes page management in EvSidebar
12347         easier. See bug #164811 for details
12348
12349 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12350
12351         * shell/ev-application.c: (ev_application_open):
12352         * shell/ev-document-types.c:
12353         
12354         Fix build error and small problem with application exit
12355
12356 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12357
12358         * thumbnailer/Makefile.am:
12359         * thumbnailer/evince-thumbnailer-djvu.schemas:
12360         * thumbnailer/evince-thumbnailer-dvi.schemas:
12361         
12362         Conditionally install schemas for djvu/dvi thumbnailer
12363
12364 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12365
12366         * shell/ev-document-types.h: 
12367         * shell/ev-document-types.c: 
12368         New files, handling the mapping from mimetypes to backends
12369         
12370         * shell/ev-window.c: 
12371         * thumbnailer/evince-thumbnailer.c:     
12372         Use the ev-document-types code
12373         
12374         * shell/Makefile.am: 
12375         Added new convenience library libevbackendfactory_la, containing
12376         the new mimetype->backend logic; moved the backends into it.
12377
12378         * thumbnailer/Makefile.am:
12379         Make the thumbnailer link with the libevbackend.la convenience
12380         library, rather than having a duplicate of the backend logic here.
12381
12382 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12383
12384         * shell/ev-stock-icons.c: constify some vars.
12385         * shell/ev-window.c: ditto.
12386
12387 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12388
12389         * ps/ps-document.c (get_page_orientation):
12390
12391         Respect document orientation 
12392
12393 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12394
12395         * djvu/Makefile.am:
12396         * dvi/Makefile.am:
12397         * shell/Makefile.am:
12398         
12399         Move library dependencies to components.
12400         
12401         * shell/ev-window.c: (update_window_title),
12402         (start_loading_document):
12403         
12404         Fix display of uris with spaces. Bug 168358.
12405
12406 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12407
12408         * shell/ev-sidebar-links.c: (selection_changed_cb):
12409         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12410         (ev_view_button_release_event), (ev_view_set_document):
12411         * shell/ev-view.h:
12412         * shell/ev-window.c: (find_bar_search_changed_cb):
12413         * shell/ev-window.h: Minor cleanups removing some dead code.
12414
12415 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12416
12417         * backend/ev-page-cache.c: (_ev_page_cache_new):
12418         
12419         Set current page to 0 if document has pages.
12420
12421 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12422
12423         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12424
12425         Initialize GError to NULL, fix a crash when loading fails.
12426
12427 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12428
12429         * shell/ev-window.c: (update_view_size):
12430
12431         Calculate shadow size only when there is actually
12432         a shadow.
12433
12434 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12435
12436         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12437         * shell/ev-view.h:
12438
12439         Allow setting view spacing, default to 0
12440
12441         * shell/ev-window.c: (ev_window_unfullscreen),
12442         (ev_window_cmd_view_fullscreen), (ev_window_init):
12443
12444         Remove spacing in fullscreen mode
12445
12446 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12447
12448         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12449         (ev_view_size_request), (expose_bin_window),
12450         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12451         * shell/ev-view.h:
12452         * shell/ev-window.c: (ev_window_unfullscreen),
12453         (ev_window_cmd_view_fullscreen):
12454
12455         Do not draw the border in fulscreen
12456
12457 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12458
12459         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12460         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12461         (find_page_at_location), (page_changed_cb):
12462
12463         Rework border calculation, so that I can more easily disable it.
12464         Code somewhat cleaner too.
12465
12466 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12467
12468         * backend/ev-page-cache.c: (ev_page_cache_init),
12469         (_ev_page_cache_new):
12470
12471         Remove some assertions, documents can have 0 pages.
12472         Make initial current page -1.
12473
12474         * shell/ev-page-action.c: (page_changed_cb):
12475
12476         Show "" if current page is -1
12477
12478         * shell/ev-window.c: (update_action_sensitivity),
12479         (ev_window_setup_document):
12480
12481         When document has 0 pages do not set the view
12482         and make nearly everything insensitive.
12483
12484 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12485
12486         * shell/ev-page-view.c:
12487         * shell/ev-page-view.h:
12488
12489         Remove unused files.
12490         
12491         * shell/ev-sidebar-thumbnails.c:
12492         (ev_sidebar_thumbnails_set_document):
12493         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12494         (ev_sidebar_supports_document):
12495         * shell/ev-sidebar.h:
12496         * shell/ev-window.c: (ev_window_setup_document):
12497         
12498         Doesn't show thumbnails if document has 1 page. Make
12499         sidebar menu entries sensitive only if if they have 
12500         sense. Fix bug 164811. 
12501
12502 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12503
12504         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12505         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12506         (ev_view_zoom_out), (ev_view_set_size):
12507
12508         Rework sizing to deal with documents with not uniform page
12509         size.
12510
12511 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12512
12513         * backend/ev-page-cache.c: (_ev_page_cache_new):
12514
12515         Fix several page size caching bugs
12516
12517 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12518
12519         * shell/ev-window.c: (set_action_properties):
12520
12521         Make all toolbar items translatable
12522
12523 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12524
12525         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12526         (save_page_list), (ps_document_save),
12527         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12528         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12529         (ps_document_ps_exporter_iface_init):
12530         * ps/ps-document.h:
12531
12532         Based on a patch by J�rg Billeter <j@bitron.ch>
12533         
12534         Implement print and save a copy for the ps backend.
12535
12536 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12537
12538         * backend/ev-document.h:
12539         * djvu/djvu-document.c: (djvu_document_can_get_text),
12540         (djvu_document_document_iface_init):
12541         * dvi/dvi-document.c: (dvi_document_can_get_text),
12542         (dvi_document_document_iface_init):
12543         * pdf/ev-poppler.cc:
12544         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12545         (pixbuf_document_document_iface_init):
12546         * ps/ps-document.c: (ps_document_can_get_text),
12547         (ps_document_document_iface_init):
12548         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12549         * shell/ev-window.c: (update_action_sensitivity):
12550
12551         Fix the crash when trying to copy in backends that doesnt
12552         support it. We can implement a better solution once we
12553         do real text selection.
12554
12555 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12556
12557         * data/evince-ui.xml:
12558         * shell/ev-window.c: (ev_window_cmd_escape):
12559         
12560         Work around the Escape conflict (find bar and unfullscreen)
12561
12562 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12563
12564         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12565         
12566         Fix for #300233. Next page correctly handles document end.
12567         
12568         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12569         (ev_sidebar_thumbnails_class_init),
12570         (ev_sidebar_thumbnails_set_document),
12571         (ev_sidebar_thumbnails_clear_job),
12572         (ev_sidebar_thumbnails_clear_model):
12573         
12574         Cleanup thumbnail jobs on document changes.
12575         
12576         * shell/ev-view.c: (add_scroll_binding_keypad),
12577         (add_scroll_binding_shifted), (ev_view_class_init):
12578         
12579         Shift + Space scrolls up. Fix for #173184
12580         
12581         * shell/ev-window.c: (ev_window_open_page),
12582         (ev_window_cmd_view_reload):
12583         
12584         Fix reload (Bug #300094)
12585
12586 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12587
12588         
12589         * dvi/mdvi-lib/assoc.c:
12590         * dvi/mdvi-lib/assoc.h: Removed garbage files
12591         
12592         * dvi/mdvi-lib/bitmap.c:
12593         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12594         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12595         * dvi/mdvi-lib/color.h: Antialias of rules
12596         
12597         * dvi/mdvi-lib/common.h:
12598         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12599         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12600         * dvi/mdvi-lib/files.c:
12601         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12602         * dvi/mdvi-lib/mdvi.h:
12603         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12604         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12605         * dvi/mdvi-lib/util.c: Fix compile warnings
12606         
12607         * dvi/dvi-document.c:
12608         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12609         (dvi_document_thumbnails_get_thumbnail),
12610         (dvi_document_document_thumbnails_iface_init):
12611         * dvi/mdvi-lib/Makefile.am:
12612         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12613         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12614         
12615         Dvi backend now renders thumbnails
12616
12617 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12618
12619         * shell/main.c: (main): 
12620         
12621         Save accelerators on exit. Fixes bug #172095.
12622
12623 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12624
12625         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12626         update priority" comment.
12627
12628         * backend/ev-job-queue.c: Give a way to change priority.
12629
12630 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12631
12632         * shell/ev-page-action.c: Fix logic.
12633
12634 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12635
12636         * shell/ev-view.c: (ev_view_can_find_next):
12637         * shell/ev-window.c: (ev_window_setup_document):
12638
12639         Check that the document supports find
12640
12641 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12642
12643         * data/evince-ui.xml:
12644         * shell/ev-view.c: (ev_view_can_find_next):
12645         * shell/ev-view.h:
12646         * shell/ev-window.c: (update_action_sensitivity),
12647         (find_changed_cb), (ev_window_setup_document),
12648         (ev_window_cmd_edit_find_next):
12649
12650         Add Edit->Find Next
12651
12652 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12653
12654         * pdf/ev-poppler.cc:
12655         * shell/ev-print-job.c: (idle_print_handler):
12656
12657         Make printing work again
12658
12659 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12660
12661         * shell/ev-page-action.h:
12662         * shell/ev-page-action.c: (ev_page_action_widget_init),
12663         (ev_page_action_widget_class_init), (page_changed_cb),
12664         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12665         (get_filter_model_from_model), (match_selected_cb),
12666         (display_completion_text), (match_completion), (update_model),
12667         (connect_proxy), (ev_page_action_set_property),
12668         (ev_page_action_get_property), (ev_page_action_set_document),
12669         (ev_page_action_set_model), (ev_page_action_class_init): Big
12670         reworking to make completions work iff we have >= GTK-2.7.0
12671                 
12672         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12673         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12674         (job_finished_cb): We now have a 'model' property that is set when
12675         the links are loaded.  This can be caught with "notify::model"
12676
12677         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12678         listen for the model to be set, and propagate it to the action.
12679
12680 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12681
12682         * cut-n-paste/recent-files/egg-recent-item.c:
12683         (egg_recent_item_set_uri), (make_valid_utf8),
12684         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12685         * cut-n-paste/recent-files/egg-recent-item.h:
12686         
12687         Update egg-recent from libegg. This should fix long
12688         startup problem. For details see
12689         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12690
12691 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12692
12693         * cut-n-paste/recent-files/Makefile.am:
12694         * data/evince-ui.xml, shell/Makefile.am:
12695         * shell/ev-application.c, shell/ev-application.h:
12696         * shell/ev-window.c: Recent files support.
12697         
12698         * configure.ac: Added "ru" to ALL_LINGUAS.
12699         
12700         * dvju: new backend to support DJVU files.
12701         * dvi: new backend to support DVI.
12702
12703         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12704         * ev-application.c: Support for new backends.
12705         
12706         * help, ev-window.c, main.c shell/Makefile.am: 
12707         Evince user documentation.
12708
12709 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12710
12711         * po/POTFILES.in:
12712         * shell/ev-window.c:
12713         * thumbnailer/evince-thumbnailer.c:
12714
12715         s/pdf-document/ev-poppler
12716
12717 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12718
12719         * NEWS:
12720         * configure.ac:
12721
12722         Release 0.2.0
12723
12724         * ps/ps-document.c: (setup_pixmap):
12725
12726         Remove debug code
12727
12728 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12729
12730         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12731         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12732         (ev_window_cmd_go_first_page): Fix of by one errors.
12733
12734 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12735
12736         * ps/ps-document.c: (get_page_box):
12737
12738         Fix page size calculation
12739
12740 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12741
12742         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12743         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12744         (get_page_orientation), (setup_page), (document_load),
12745         (ps_document_get_page_size), (render_pixbuf_idle):
12746         * ps/ps-document.h:
12747
12748         More refactoring to adapt to EvDocument changes
12749
12750 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12751
12752         * ps/ps-document.c: (start_interpreter):
12753
12754         Actually add alpha args
12755
12756 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12757
12758         * pdf/ev-poppler.cc:
12759
12760         Make clipboard work again
12761
12762 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12763
12764         Make searching work again.
12765         
12766         * backend/ev-document.c:
12767         * backend/ev-document.h:
12768         * backend/ev-document-find.c:
12769         * backend/ev-document-find.h: Change EvDocumentIface so we no
12770         longer store the current page or zoom level in the document.  The
12771         consequence is that all calls that operate on the current page now
12772         instead take the page number as an extra argument, and all
12773         coordinates are now doubles in document coordinate system.
12774
12775         * pdf/ev-poppler.cc:
12776         * pixbuf/pixbuf-document.c:
12777         * ps/ps-document.c: Update backends accordingly.
12778
12779 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12780
12781         * autogen.sh:
12782
12783         Add required gettext version
12784
12785 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12786
12787         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12788         make F1 bring up non-existent help.
12789
12790         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12791         epiphany's find bar, #167477
12792
12793         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12794         <emil@nishra.com> to add space-bar scrolling, 
12795
12796         * shell/ev-window.c (static GtkActionEntry entries): add default
12797         keybinding for Help (F1)
12798         Fixes #171068
12799
12800         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12801         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12802         170110
12803
12804 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12805
12806         * Makefile.am: 
12807         * pixbuf/pixbuf-document.c: 
12808
12809         Got pixbuf backend working again
12810
12811 2005-04-01  Steve Murphy  <murf@e-tools.com>
12812
12813         * configure.in: Added "rw" to ALL_LINGUAS.
12814
12815 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12816
12817         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12818         model types, noticed by Martin Kretzschmar.
12819
12820 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12821
12822         * pdf/ev-poppler.cc: Implement search based on
12823         poppler_page_find_text().  Currently a bit crude since we remember
12824         all matches from all pages.  Also, we grab the big document lock
12825         when we search since searching changes the underlying stream and
12826         thus conflicts with the rendering thread.
12827         
12828         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12829         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12830         (ev_view_find_previous): Fix some page indexes to be 0 based,
12831         offset rubber band by view offset,
12832
12833 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12834
12835         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12836
12837 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12838
12839         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12840         completely because I didn't understand GtkActions.  I should
12841         read Marco's code more carefully in the future.
12842
12843         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12844         function
12845
12846 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12847
12848         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12849         PopplerRectangle change from poppler CVS.
12850
12851 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12852
12853         * backend/ev-document.c: (ev_document_get_page_label):
12854         * backend/ev-document.h:
12855         * backend/ev-page-cache.c: (_ev_page_cache_new),
12856         (ev_page_cache_get_page_label):
12857         * backend/ev-page-cache.h:
12858         * pdf/ev-poppler.cc:
12859         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12860         (links_page_num_func):
12861         * shell/ev-sidebar-thumbnails.c:
12862         (ev_sidebar_thumbnails_set_document):
12863         * shell/ev-view.c: (status_message_from_link),
12864         (ev_view_motion_notify_event):
12865         * shell/ev-window.c: (document_supports_sidebar): Add in page
12866         label support.  It's not perfect yet, but it's the first 'feature'
12867         in a while.
12868         Also, fix a bogus comment noticed by crispin. 
12869
12870 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12871
12872         * Makefile.am: Remove pixbuf backend for now
12873
12874         * configure.ac: Require poppler-glib instead of just poppler.
12875
12876         * backend/ev-document-thumbnails.h: Add a comment
12877
12878         * backend/ev-document.h:
12879         * backend/ev-document.c: (ev_document_class_init),
12880         (ev_document_load), (ev_document_get_link),
12881         (ev_document_get_links): Remove 3 methods and add get_links.
12882         Also, made 0 based.
12883
12884         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12885         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12886
12887         * backend/ev-link.c: (ev_link_set_title),
12888         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12889         (ev_link_mapping_find):
12890         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12891         
12892         * backend/ev-page-cache.c: (ev_page_cache_init),
12893         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12894         (ev_page_cache_get_size), (ev_page_cache_next_page),
12895         (ev_page_cache_prev_page): Fix to be 0 based.
12896
12897         * pdf/Makefile.am: 
12898         * pdf/ev-poppler.h:
12899         * pdf/ev-poppler.cc: New backend.
12900         
12901         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12902         (ps_document_get_page), (ps_document_document_iface_init):
12903
12904         * shell/ev-pixbuf-cache.h:
12905         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12906         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12907         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12908         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12909         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12910         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12911         based.
12912         
12913         * shell/ev-sidebar-thumbnails.c:
12914         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12915         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12916
12917         * shell/ev-view.c: (status_message_from_link),
12918         (find_page_at_location), (get_link_at_location),
12919         (ev_view_motion_notify_event), (ev_view_button_release_event),
12920         (ev_view_init): Use the new link code.  Fix to be 0 based.
12921
12922         * shell/ev-window.c: (update_action_sensitivity),
12923         (document_supports_sidebar): 0 based.
12924
12925 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12926
12927         * pdf/pdf-document.cc: Patch from Fernando Herrera
12928         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12929         *blush*
12930
12931 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12932
12933         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12934         1 to the page, as this seems to be 1 based.  I thought we has this
12935         fixed.  grump.
12936
12937 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12938
12939         * TODO:
12940         * backend/Makefile.am:
12941         * backend/ev-document-links.c:
12942         (ev_document_links_has_document_links),
12943         (ev_document_links_get_links_model):
12944         * backend/ev-document-links.h:
12945         * backend/ev-document.c: (ev_document_get_page_cache),
12946         (ev_document_get_doc_mutex), (ev_document_load),
12947         (ev_document_save), (ev_document_get_title),
12948         (ev_document_get_n_pages), (ev_document_set_page),
12949         (ev_document_get_page), (ev_document_set_target),
12950         (ev_document_set_scale), (ev_document_set_page_offset),
12951         (ev_document_get_page_size), (ev_document_get_text),
12952         (ev_document_get_link), (ev_document_render),
12953         (ev_document_render_pixbuf), (ev_document_scale_changed):
12954         * backend/ev-document.h:
12955         * backend/ev-job-queue.c: (remove_object_from_queue),
12956         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12957         (no_jobs_available_unlocked), (ev_render_thread),
12958         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12959         (ev_job_queue_remove_job):
12960         * backend/ev-job-queue.h:
12961         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12962         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12963         (ev_job_links_class_init), (ev_job_render_init),
12964         (ev_job_render_dispose), (ev_job_render_class_init),
12965         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12966         (ev_job_thumbnail_class_init), (ev_job_finished),
12967         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12968         (ev_job_render_run), (ev_job_thumbnail_new),
12969         (ev_job_thumbnail_run):
12970         * backend/ev-jobs.h:
12971         * backend/ev-link.c:
12972         * backend/ev-link.h:
12973         * backend/ev-page-cache.c: (ev_page_cache_init),
12974         (ev_page_cache_class_init), (ev_page_cache_finalize),
12975         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12976         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12977         (ev_page_cache_set_link), (ev_page_cache_get_title),
12978         (ev_page_cache_get_size), (ev_page_cache_next_page),
12979         (ev_page_cache_prev_page):
12980         * backend/ev-page-cache.h:
12981         * pdf/pdf-document.cc:
12982         * ps/gsdefaults.c:
12983         * ps/gsdefaults.h:
12984         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12985         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12986         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12987         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12988         (is_interpreter_ready), (output), (catchPipe), (input),
12989         (start_interpreter), (check_filecompressed), (compute_dimensions),
12990         (ps_document_enable_interpreter), (document_load),
12991         (ps_document_next_page), (render_page), (ps_document_set_page),
12992         (ps_document_set_scale), (render_pixbuf_idle),
12993         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12994         * ps/ps-document.h:
12995         * shell/Makefile.am:
12996         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12997         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12998         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12999         (ev_pixbuf_cache_new), (job_finished_cb),
13000         (check_job_size_and_unref), (move_one_job),
13001         (ev_pixbuf_cache_update_range), (find_job_cache),
13002         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13003         (ev_pixbuf_cache_add_jobs_if_needed),
13004         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13005         * shell/ev-pixbuf-cache.h:
13006         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13007         (idle_print_handler):
13008         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13009         (selection_changed_cb), (create_loading_model),
13010         (ev_sidebar_links_construct), (links_page_num_func),
13011         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13012         (update_page_callback), (job_finished_cb),
13013         (ev_sidebar_links_set_document):
13014         * shell/ev-sidebar-thumbnails.c:
13015         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13016         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13017         (page_changed_cb), (thumbnail_job_completed_callback),
13018         (ev_sidebar_thumbnails_set_document):
13019         * shell/ev-sidebar-thumbnails.h:
13020         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13021         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13022         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13023         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13024         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13025         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13026         (ev_view_button_release_event), (ev_view_scroll_view),
13027         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13028         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13029         (ev_view_new), (job_finished_cb), (page_changed_cb),
13030         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13031         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13032         (ev_view_find_previous):
13033         * shell/ev-view.h:
13034         * shell/ev-window.c: (update_action_sensitivity),
13035         (ev_window_open_page), (update_window_title), (update_total_pages),
13036         (page_changed_cb), (ev_window_setup_document),
13037         (password_dialog_response), (ev_window_cmd_save_as),
13038         (ev_window_print), (ev_window_cmd_go_previous_page),
13039         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13040         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13041         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13042         * shell/main.c: (main):
13043
13044         Merge evince-threads branch
13045
13046 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13047
13048         * configure.ac: Added "lt" to ALL_LINGUAS.
13049
13050 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13051
13052         * NEWS:
13053         * configure.ac:
13054
13055         Release 0.1.9
13056
13057 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13058
13059         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13060
13061         Fix here also the thumbnails 1-basedness :)
13062
13063 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13064
13065         * NEWS:
13066         * configure.ac:
13067
13068         Release 0.1.8
13069
13070 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13071
13072         * pdf/pdf-document.cc:
13073         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13074         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13075
13076         Fix the mess we did with thumbnails and 1-basedness
13077
13078 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13079
13080         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13081
13082 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13083
13084         * NEWS:
13085         * configure.ac:
13086
13087         Release 0.1.7
13088
13089 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13090
13091         * ps/Makefile.am:
13092         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13093         (gtk_gs_defaults_get_alpha_parameters),
13094         (gtk_gs_defaults_get_ungzip_cmd),
13095         (gtk_gs_defaults_get_unbzip2_cmd):
13096         * ps/gsdefaults.h:
13097         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13098         (ps_document_get_orientation), (document_load),
13099         (ps_document_goto_page), (ps_document_set_page_size):
13100         * ps/ps-document.h:
13101
13102         Some more sanitization of the ps backend. Remove a lot
13103         of unused code and do not base our defaults on ggv
13104         preferences (ugh!)
13105
13106 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13107
13108         * thumbnailer/evince-thumbnailer.schemas:
13109         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13110         (main): add -s option for thumbnail size.
13111
13112 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13113
13114         * configure.ac:
13115
13116         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13117         remove it.
13118
13119 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13120
13121         * pdf/pdf-document.cc:
13122
13123         Remove 4 pixels of useless border from the
13124         thumbnail.
13125
13126 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13127
13128         * backend/ev-document-thumbnails.c:
13129         (ev_document_thumbnails_get_thumbnail):
13130         * backend/ev-document-thumbnails.h:
13131
13132         Rework API a bit. Add a border flag and
13133         change sizing logic (now the size we specify
13134         applies to the bigger dimension).
13135
13136         * pdf/pdf-document.cc:
13137         * pixbuf/pixbuf-document.c:
13138         (pixbuf_document_thumbnails_get_thumbnail):
13139         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13140         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13141
13142         Adapt to the new API and do not draw a border for nautilus
13143         thumbnailer.
13144
13145 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13146
13147         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13148         take thumbnails from page "0" instead of "1". Added a copyright header.
13149
13150 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13151
13152         * ps/ps-document.c: (set_up_page), (start_interpreter):
13153
13154         Make it C89 compliant
13155
13156 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13157
13158         * Makefile.am:
13159         * configure.ac:
13160         * pdf/.cvsignore:
13161         * pdf/pdf-document.cc:
13162         * thumbnailer/Makefile.am:
13163         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13164         (main):
13165         * thumbnailer/evince-thumbnailer.schemas:
13166         * thumbnailer/pdf-icon.png:
13167
13168         Add a nautilus thumbnailer.
13169         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13170
13171 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13172
13173         * NEWS:
13174         * configure.ac:
13175         * po/POTFILES.in:
13176
13177         Release 0.1.6
13178
13179 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13180
13181         Use poppler instead of including xpdf source code.  Poppler is a
13182         fork of xpdf to build it as a shared library. See
13183         http://freedesktop.org/wiki/Software/poppler.
13184
13185         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13186         xpdf fork.
13187         
13188         * pdf/Makefile.am: Build libpdfdocument.a here.
13189         
13190         * pdf/GDKSplashOutputDev.cc:
13191         * pdf/GDKSplashOutputDev.h:
13192         * pdf/GnomeVFSStream.cc:
13193         * pdf/GnomeVFSStream.h:
13194         * pdf-document.cc:
13195         * pdf-document.h:
13196         * test-gdk-output-dev.cc
13197         * Thumb.cc:
13198         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13199         against poppler.
13200
13201 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13202
13203         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13204
13205         Clear idle stack before unsetting the document
13206
13207 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13208
13209         * ps/ps-document.c: (ps_document_widget_event),
13210         (ps_document_set_target), (ps_document_finalize),
13211         (ps_document_get_page):
13212
13213         Disconnect the widget event signal on finalize.
13214         Some code cleanups.
13215
13216 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13217
13218         * ps/ps-document.c: (set_up_page):
13219
13220         If there is no bpixmap create one, even if size
13221         is not changed.
13222
13223 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13224
13225         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13226         (set_up_page), (document_load), (ps_document_set_zoom):
13227
13228         Default page is 0. Calculate size even when we have no
13229         target yet.
13230
13231 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13232
13233         * shell/ev-sidebar.c: expand the selection widget to be always as
13234         wide as the sidebar
13235
13236 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13237
13238         * shell/ev-sidebar-thumbnails.c:
13239         (ev_sidebar_thumbnails_set_document):
13240
13241         Clear the list store when setting document
13242
13243 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13244
13245         * shell/ev-page-action.c: (update_entry), (sync_entry),
13246         (activate_cb), (entry_size_request_cb), (create_tool_item),
13247         (connect_proxy):
13248
13249         Use an entry for the page control instead of spinbuttons
13250
13251 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13252
13253         * data/evince.schemas.in:
13254
13255         Correct confusing string
13256
13257 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13258
13259         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13260         for real.  Gosh, how long has this been broken.
13261
13262         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13263         check for a NULL link.  We crash otherwise.
13264
13265 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13266
13267         * NEWS:
13268         * configure.ac:
13269
13270         Release 0.1.5
13271
13272 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13273
13274         * configure.ac: add the french translation.
13275
13276 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13277
13278         * shell/ev-window.c:
13279
13280         Remove unused header -> fix distcheck
13281
13282 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13283
13284         * shell/ev-window.c: (update_window_title),
13285         (ev_window_popup_password_dialog):
13286
13287         Unescape filename for display
13288
13289 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13290
13291         * pdf/xpdf/pdf-document.cc:
13292
13293         In get_page_size deal with rotation. Also
13294         cleanup the function a bit.
13295
13296 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13297
13298         * pdf/xpdf/pdf-document.cc:
13299
13300         Fix crash when opening in new window
13301
13302 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13303
13304         * configure.ac:
13305
13306         Check ghostscript >= 7
13307
13308 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13309
13310         * shell/ev-window.c:
13311
13312         Make page width the default sizing mode
13313
13314 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13315         Marco Pesenti Gritti <marco@gnome.org>
13316
13317         * shell/ev-window.c: Remember the sidebar size
13318
13319         * data/evince.schemas.in: Add a new gconf key to store the size of
13320         the sidebar
13321
13322 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13323
13324         * data/evince-ui.xml:
13325         * shell/ev-window.c: (update_action_sensitivity),
13326         (ev_window_cmd_view_reload):
13327         
13328         Add a "Reload" action and menu entry
13329
13330 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13331
13332         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13333         iff the type doesn't support thumbnailing and indexing.
13334
13335 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13336
13337         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13338
13339 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13340
13341         * pdf/splash/Splash.cc:
13342
13343         Port fix for a crasher from kde bug
13344         http://bugs.kde.org/show_bug.cgi?id=97131
13345
13346 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13347
13348         * pdf/xpdf/pdf-document.cc:
13349
13350         Return a link even if it's of an unrecognized
13351         type. Otherwise we go in an infinte cycle.
13352
13353 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13354
13355         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13356         (size_allocate_cb), (ev_window_set_sizing_mode):
13357
13358         Update size when switching mode
13359
13360 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13361
13362         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13363         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13364         (ev_window_cmd_view_normal_size):
13365
13366         Fix size toggle buttons behavior
13367
13368 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13369
13370         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13371         (doc_rect_to_view_rect), (ev_view_size_allocate),
13372         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13373         (scale_changed_callback):
13374
13375         Do not cache offsets in size_allocate.
13376
13377 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13378
13379         * shell/ev-view.c: (ev_view_size_allocate):
13380
13381         Calculate offsets before calling the parent
13382         class (which does a redraw)
13383
13384 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13385
13386         * pdf/xpdf/pdf-document.cc:
13387
13388         Fix a crasher on exit. Unused code, put a TODO
13389
13390 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13391
13392         * backend/ev-document.c: (ev_document_class_init),
13393         (ev_document_page_changed), (ev_document_scale_changed):
13394         * backend/ev-document.h:
13395
13396         Separate page/scale notifications
13397
13398         * pdf/xpdf/pdf-document.cc:
13399
13400         Emit the new signals.
13401         Do not display the pdf page in _render, do it
13402         when scale/page are requested.
13403
13404         * ps/ps-document.c: (ps_document_set_zoom),
13405         (ps_document_widget_event):
13406         * ps/ps-document.h:
13407
13408         Emit the new signals.
13409
13410         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13411         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13412         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13413         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13414         * shell/ev-view.h:
13415         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13416         (ev_window_cmd_view_page_width), (size_allocate_cb),
13417         (ev_window_set_sizing_mode):
13418
13419         Rework sizing to be pixel based.
13420         There are bugs but should be already way better.
13421
13422 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13423
13424         * shell/ev-window.c: (ev_window_init):
13425
13426         Do not allow to shrink sidebar smaller then
13427         child requisition
13428
13429 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13430
13431         * shell/ev-sidebar.[ch]
13432         * shell/ev-window.c:
13433
13434         Improved sidebar widget. Fixes #166683
13435
13436 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13437
13438         * shell/ev-view.c (update_find_status_message): Give translators
13439         more flexibility with ngettext plural handling.
13440
13441 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13442
13443         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13444         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13445         page when we get the page size.
13446
13447 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13448
13449         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13450
13451         ps pages are 0 based, convert 
13452
13453 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13454
13455         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13456
13457         Initialize correct parent class. Set GError on document load
13458
13459 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13460
13461         * pdf/xpdf/pdf-document.cc:
13462
13463         Fixup selection offset calculation
13464
13465         * shell/ev-view.c: (view_rect_to_doc_rect),
13466         (doc_rect_to_view_rect), (ev_view_size_allocate),
13467         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13468         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13469
13470         Store selection as document relative, so that zooming
13471         and offset changing doesnt break it.
13472
13473 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13474
13475         * shell/ev-view.c: (ev_view_best_fit):
13476
13477         Do not try to best fit if the view is not realized
13478
13479 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13480           
13481         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13482
13483 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13484
13485         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13486
13487 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13488
13489         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13490         the popup window.  That prevents it resizing when in full screen
13491         mode.
13492
13493         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13494         multiple rerenders.  This pretty much sucks.
13495
13496         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13497         rest of the toolbar.
13498
13499 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13500
13501         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13502
13503 2005-02-17  Alexander Shopov  <ash@contact.bg>
13504
13505         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13506
13507 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13508
13509         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13510
13511 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13512
13513         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13514         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13515         (set_document_page), (document_changed_callback),
13516         (ev_view_set_document), (ev_view_find_previous),
13517         (ev_view_hide_cursor), (ev_view_show_cursor):
13518         * shell/ev-view.h:
13519         * shell/ev-window.c: (update_chrome_visibility),
13520         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13521         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13522         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13523         (ev_window_unfullscreen):
13524         * shell/main.c: (main):
13525
13526         Automatically hide the fullscreen button.
13527         Patch by Kristian Høgsberg <krh@redhat.com>
13528
13529 2005-02-16  Vincent Noel  <vnoel@cox.net>
13530
13531         * shell/main.c (main): Specify an icon for the window. Patch by
13532         Jaap A. Haitsma. Fixes #166177.
13533
13534 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13535
13536         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13537
13538 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13539
13540         * backend/ev-document-misc.h:
13541         * backend/ev-document-misc.c:
13542         (ev_document_misc_get_page_border_size),
13543         (ev_document_misc_paint_one_page): New function to canonicalize
13544         sizing/painting a border.
13545
13546         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13547         used.
13548
13549         * pdf/xpdf/pdf-document.cc: use new function
13550
13551         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13552         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13553         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13554         shell/ev-window.c: (update_sizing_buttons),
13555         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13556         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13557         (ev_window_cmd_view_page_width), (size_allocate_cb),
13558         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13559         and "fit width" values act as toggle buttons so they stay
13560         toggled.  It's not 100% perfect, and it's a little slow, but it's
13561         good enough to commit I think.
13562
13563 2005-02-15  David Lodge  <dave@cirt.net>
13564
13565         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13566
13567 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13568
13569         * shell/ev-window.c (update_window_title): replace newlines in
13570         the title by spaces. Bug #166107.
13571
13572 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13573
13574         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13575         parameters providing allocation width and height without
13576         scrollbars and width of a possible vertical scrollbar. With this
13577         additional information the functions can work as
13578         intended. Unfortunately they're not idempotent. We should
13579         transform these commands to toggles. Fixes Bug #164976
13580         Initial patch by Stephane Loeuillet, then heavily modified.
13581
13582         * shell/ev-view.h: update prototypes.
13583
13584         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13585         (ev_window_cmd_view_page_width): provide EvView fit functions with
13586         all the information they need. Formulas to calculate this
13587         information taken from GtkScrolledWindow.
13588
13589 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13590
13591         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13592         created a thumbnail, the list store is updated to know
13593         that the thumbnail is set. Fixes bug #166792
13594
13595 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13596
13597         * shell/ev-window.c: fixed typo, closes bug 166897
13598
13599         * TODO: updated TODO with bug numbers that are relevant
13600
13601 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13602
13603         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13604
13605 2005-02-09  Vincent Noel  <vnoel@cox.net>
13606
13607         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13608         and "Next" toolbar buttons as important to make them stand out.
13609
13610 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13611
13612         * lib/ev-debug.c:
13613         * lib/ev-debug.h:
13614         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13615         (start_interpreter), (stop_interpreter), (document_load),
13616         (ps_document_next_page), (ps_document_goto_page),
13617         (ps_document_set_page_size), (ps_document_widget_event),
13618         (ps_document_render):
13619         * shell/ev-page-view.c: (ev_page_view_dispose):
13620         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13621
13622         Fix compilation on non-gcc platforms
13623
13624 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13625
13626         * NEWS:
13627         * configure.ac:
13628
13629         Release 0.1.4
13630
13631         * pdf/xpdf/Catalog.cc:
13632         * pdf/xpdf/XRef.cc:
13633
13634         Fix the fix for CAN-2004-0888
13635
13636 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13637
13638         * data/Makefile.am:
13639         * data/evince-ui.xml:
13640         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13641         * shell/ev-stock-icons.h:
13642         * shell/ev-window.c: (update_action_sensitivity),
13643         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13644         (set_action_properties):
13645
13646         Improve toolbar layout/icons
13647
13648 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13649
13650         * pdf/xpdf/pdf-document.cc:
13651
13652         Add warnings about unimplemented/unknown link
13653         types.
13654
13655 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13656
13657         * ps/ps-document.c: (set_up_page):
13658
13659         Log gs property
13660
13661 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13662
13663         * ps/ps-document.c: (start_interpreter):
13664
13665         Log gs env var
13666
13667 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13668
13669         * shell/ev-page-view.c: (ev_page_view_dispose):
13670         * shell/ev-view.c: (ev_view_finalize):
13671         * shell/ev-window.c: (ev_window_setup_document),
13672         (ev_window_dispose), (ev_window_init):
13673
13674         Solve more refs issues.
13675
13676         I commented out the page_view initialization for now:
13677         it was never destroyed (because it's never added
13678         to a container). Because of that we was leaking
13679         gs processes. Couldnt think to a clean fix.
13680         We need to figure this out, password view has the
13681         same issue probably.
13682
13683 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13684
13685         * ps/ps-document.c: (ps_document_finalize),
13686         (ps_document_get_n_pages), (ps_document_get_page):
13687
13688         Some cleanups, stop the interpreter on finalize
13689
13690         * shell/ev-page-view.c: (ev_page_view_dispose),
13691         (ev_page_view_class_init):
13692
13693         Release our reference on the document
13694
13695 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13696
13697         * Makefile.am:
13698         * configure.ac:
13699         * doc/debugging.txt:
13700         * lib/.cvsignore:
13701         * lib/Makefile.am:
13702         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13703         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13704         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13705         * lib/ev-debug.h:
13706
13707         Add debugging helpers
13708
13709         * ps/Makefile.am:
13710         * ps/ps-document.c: (set_up_page), (start_interpreter),
13711         (stop_interpreter), (document_load), (ps_document_next_page),
13712         (ps_document_goto_page), (ps_document_set_page_size),
13713         (ps_document_widget_event), (ps_document_render):
13714         * shell/Makefile.am:
13715         * shell/ev-view.c: (expose_bin_window):
13716         * shell/main.c: (main):
13717
13718         Add some logs
13719         
13720 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13721
13722         * ps/ps-document.c: (ps_document_widget_event):
13723
13724         Initialize message_window, this should make ps
13725         rendering really work! (Never noticed because I was
13726         testing with a ps that is causing gs to exit every time!)
13727
13728 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13729
13730         * data/evince.schemas.in: updated simple error in applyto closing tag
13731
13732 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13733
13734         * Makefile.am:
13735         * configure.ac:
13736         * data/.cvsignore:
13737         * data/Makefile.am:
13738         * data/evince-ui.xml:
13739         A data/evince.schemas.in:
13740         * po/POTFILES.in:
13741         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13742         * shell/ev-stock-icons.h:
13743         * shell/ev-window.c: (update_chrome_visibility),
13744         (update_chrome_flag), (ev_window_cmd_edit_find),
13745         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13746         (ev_window_unfullscreen), (ev_window_focus_in_event),
13747         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13748         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13749         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13750         (ev_window_dispose), (ev_window_class_init),
13751         (set_action_properties), (set_chrome_actions), (load_chrome),
13752         (ev_window_init):
13753
13754         Implement fullscreen mode changes from bug #164776.
13755         Also implement persistent chrome toggles.
13756
13757 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13758
13759         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13760
13761 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13762
13763         * NEWS:
13764         * configure.ac:
13765         * shell/ev-view.c:
13766
13767         Add another check for find interface
13768
13769         Release 0.1.3
13770
13771 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13772
13773         * shell/ev-application.c: (ev_application_open):
13774         * shell/ev-window.c: (ev_window_open):
13775
13776         Open gzipped ps documents
13777
13778 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13779
13780         * TODO:
13781         * shell/ev-view.c: (set_document_page):
13782
13783         Clamp page number, dont try to move to
13784         not existant pages.
13785
13786 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13787
13788         * backend/ev-document-find.c: (ev_document_find_changed):
13789         * backend/ev-document-find.h:
13790         * pdf/xpdf/pdf-document.cc:
13791         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13792         * shell/ev-window.c: (find_bar_search_changed_cb):
13793
13794         Fix several bugs with find
13795
13796 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13797
13798         * shell/ev-sidebar-thumbnails.c
13799         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13800         document. Prevents warning from scroll_to_cell.
13801
13802 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13803
13804         * configure.ac: Add «nb» to ALL_LINGUAS too.
13805
13806 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13807
13808         * NOTES: New file with some random thoughts.
13809
13810         * TODO: Update.
13811
13812         * backend/ev-document-misc.c:
13813         (ev_document_misc_get_page_border_size): New function to
13814         canonicalize shadow drawing sizes.  Possibly goofy.
13815
13816         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13817         (ev_view_best_fit), (ev_view_fit_width):
13818         * pdf/xpdf/pdf-document.cc:
13819         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13820         * ps/ps-document.c: (ps_document_get_page_size):
13821         * backend/ev-document-misc.h:
13822         * backend/ev-document.c: (ev_document_get_page_size):
13823         * backend/ev-document.h: get_page_size now takes a page number
13824         parameter.  Made all the backends/frontends honor it.
13825
13826         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13827         see.  Doesn't work yet.
13828
13829         * shell/Makefile.am:
13830         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13831         Doesn't do anything yet.
13832
13833         * shell/ev-sidebar-thumbnails.c:
13834         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13835         [0..n_pages-1]
13836
13837         * shell/ev-window.c: (update_action_sensitivity),
13838         (ev_window_setup_document), (ev_window_set_page_mode),
13839         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13840         view-swapping code a bit so we can have multiple views on a
13841         document.  Add the multi-page view, though it can't be turned on
13842         yet.
13843
13844 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13845
13846         * shell/ev-application.c: (ev_application_open):
13847         * shell/ev-view.c: (expose_bin_window):
13848         * shell/ev-window.c: (ev_window_open):
13849
13850         Support eps and check document supports find
13851         before drawing highlightings in expose.
13852
13853 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13854
13855         * pixbuf/pixbuf-document.c:
13856         (pixbuf_document_thumbnails_get_dimensions),
13857         (pixbuf_document_document_thumbnails_iface_init):
13858
13859         implement get_dimensions
13860
13861 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13862
13863         * NEWS:
13864         * configure.ac:
13865
13866         Release 0.1.2
13867
13868 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13869
13870         * shell/ev-view.c: (set_document_page):
13871
13872         Scroll at the top of the page when changing page
13873
13874 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13875
13876         * shell/ev-view.c: (ev_view_motion_notify_event):
13877
13878         Do not redraw unnecessarily
13879
13880 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13881
13882         * pdf/xpdf/pdf-document.cc:
13883         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13884         (expose_bin_window), (find_changed_cb):
13885
13886         Yay! find works now... Now to find bugs...
13887
13888 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13889
13890         * backend/ev-document-find.c: (ev_document_find_base_init),
13891         (ev_document_find_changed):
13892         * backend/ev-document-find.h:
13893         * pdf/xpdf/pdf-document.cc:
13894         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13895         (expose_bin_window), (ev_view_init), (set_document_page),
13896         (ensure_rectangle_is_visible), (jump_to_find_result),
13897         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13898         (ev_view_find_next), (ev_view_find_previous):
13899         * shell/ev-view.h:
13900         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13901
13902         More work on find implementation, mostly there now
13903
13904 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13905
13906         * backend/ev-backend-marshalers.list:
13907         * backend/ev-document-find.c: (ev_document_find_base_init),
13908         (ev_document_find_cancel), (ev_document_find_page_has_results),
13909         (ev_document_find_get_n_results), (ev_document_find_get_result),
13910         (ev_document_find_get_progress), (ev_document_find_changed):
13911         * backend/ev-document-find.h:
13912
13913         Enanche the find interface to be really able to do
13914         multi page find.
13915
13916         * pdf/xpdf/pdf-document.cc:
13917
13918         Implement
13919
13920         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13921         (expose_bin_window), (ev_view_init),
13922         (ev_view_get_find_status_message), (find_changed_cb),
13923         (ev_view_set_document), (set_document_page):
13924
13925         Adapt to the new interface. A few things are regressed sorry,
13926         I will finish it soon.
13927
13928 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13929
13930         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13931         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13932         ev_sidebar_thumbnails_parent_class variable, don't define another
13933         parent_class variable.
13934
13935         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13936         (ev_page_action_class_init): ditto.
13937
13938         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13939         (pixbuf_document_class_init): ditto.
13940
13941         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13942         ditto.
13943
13944         * .cvsignore: ignore various valgrind output files.
13945
13946 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13947
13948         * data/evince-ui.xml:
13949         * shell/Makefile.am:
13950         * shell/ev-history.c:
13951         * shell/ev-history.h:
13952         * shell/ev-navigation-action.c:
13953         * shell/ev-navigation-action.h:
13954         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13955         (ev_view_set_page), (ev_view_fit_width):
13956         * shell/ev-view.h:
13957         * shell/ev-window.c: (update_action_sensitivity),
13958         (ev_window_setup_document), (register_custom_actions):
13959
13960         Kill session history
13961
13962 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13963
13964         * shell/ev-window.c: (update_action_sensitivity):
13965
13966         Fix inverted up/down buttons
13967
13968 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13969
13970         * shell/ev-sidebar-thumbnails.c
13971         (ev_sidebar_thumbnails_select_page): make sure the selected
13972         thumbnail stays visible.
13973
13974 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13975
13976         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13977         scrolled window for Federico.
13978
13979 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13980
13981         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13982
13983 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13984
13985         * configure.ac:
13986         * pdf/splash/SplashFTFontEngine.cc:
13987
13988         Fix CID fonts with freetype 2.1.9
13989
13990 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13991
13992         * TODO: added item for desktop icon thumbnailer
13993
13994 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13995
13996         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13997         unloaded docs when the title is accessed.
13998
13999         * shell/ev-password-view.[hc]: New widget for displaying password
14000         state.
14001
14002         * shell/ev-window.[ch]: Refactor password handling code to handle
14003         the new view.
14004
14005 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14006
14007         * NEWS:
14008         * configure.ac:
14009         * data/Makefile.am:
14010
14011         Release 0.1.1
14012
14013 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14014
14015         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14016         ignore page offset here, to make search results independent of it,
14017
14018         * shell/ev-view.c (expose_bin_window): but take offsets into
14019         account here. Bug #164932
14020
14021         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14022         scale at the right time. Bug #164996
14023
14024 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14025
14026         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14027         fix the problem. Now I just removed the Adobe font names and hope
14028         that the URW fonts are always in outline format. Bug #164934
14029
14030         * shell/ev-window.c (update_window_title): empty titles are
14031         useless, use filename in that case too.
14032
14033         * NEWS: Add some content.
14034
14035 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14036
14037         * TODO: added one more TODO item and a TODONE section :)
14038
14039 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14040
14041         * ps/ps-document.h: add page_[xy]_offset fields.
14042
14043         * ps/ps-document.c (ps_document_set_page_offset)
14044         (ps_document_render): Keep offset in consideration in a few
14045         places. Bug #164752 "postscript documents are not centered in
14046         window"
14047
14048         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14049         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14050
14051         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14052         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14053         stub out missing methods for complete EvDocument implementation.
14054         Fixes segfaults with Save A Copy and Copy actions.
14055
14056         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14057         (ps_document_document_iface_init): ditto.
14058         
14059 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14060
14061         * data/.cvsignore:
14062         * data/Makefile.am:
14063         * data/evince.desktop.in:
14064
14065         Add desktop file
14066
14067 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14068
14069         * shell/ev-view.c: (ev_view_button_press_event),
14070         (ev_view_motion_notify_event):
14071
14072         Make selection work in any direction
14073
14074 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14075
14076         * TODO:
14077         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14078
14079         Use shorter labels for some of the toolbars items
14080
14081 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14082
14083         * pdf/xpdf/pdf-document.cc:
14084
14085         Check the links info is initialized before
14086         using it. Should fix a crash on startup.
14087
14088 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14089
14090         * pixbuf/pixbuf-document.c
14091         (pixbuf_document_thumbnails_get_dimensions): force floating point
14092         division to calculate page_ratio. Fixes crash with landscape
14093         format pixbufs.
14094
14095 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14096
14097         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14098
14099 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14100
14101         * shell/ev-view.c (set_document_page): unset has_selection when
14102         the page changes.
14103         (set_document_page): handle paper size changes when the page
14104         changes (test with Free Culture, page 2).
14105
14106 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14107
14108         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14109         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14110
14111         Use normal style color for the widget background and
14112         draw a black box around the page.
14113
14114 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14115
14116         * pdf/xpdf/pdf-document.cc:
14117
14118         Keep offset in consideration in a few places
14119
14120         * shell/ev-view.c: (expose_bin_window):
14121
14122         Set the offsets so that the document is ever centered
14123
14124 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14125
14126         * TODO: Added TODO items and finished off the first todo item
14127
14128         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14129         reflect current authors
14130
14131 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14132
14133         * pdf/xpdf/pdf-document.cc:
14134         * shell/ev-view.c: (ev_view_set_cursor),
14135         (ev_view_motion_notify_event), (document_changed_callback),
14136         (set_document_page):
14137
14138         Show a wait cursor while the page is rendering
14139
14140 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14141
14142         * shell/ev-sidebar-thumbnails.c:
14143         (ev_sidebar_tree_selection_changed),
14144         (ev_sidebar_thumbnails_select_page):
14145         * shell/ev-sidebar-thumbnails.h:
14146         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14147         (ev_view_can_go_forward):
14148         * shell/ev-window.c: (ev_window_open_page),
14149         (ev_window_setup_document), (update_current_page),
14150         (view_page_changed_cb), (ev_window_init):
14151         * shell/ev-window.h:
14152
14153         Ensure thumbnails selection, toolbar page control and
14154         current page are in sync.
14155
14156 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14157
14158         * pdf/xpdf/XRef.cc:
14159
14160         Fix CAN-2005-0064
14161
14162 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14163
14164         * backend/Makefile.am:
14165         * backend/ev-document-links.h:
14166         * backend/ev-document-security.c: (ev_document_security_get_type),
14167         (ev_document_security_has_document_security),
14168         (ev_document_security_set_password):
14169         * backend/ev-document-security.h:
14170         * backend/ev-document.c: (ev_document_error_quark):
14171         * backend/ev-document.h:
14172         * data/Makefile.am:
14173         * data/evince-password.glade:
14174         * pdf/xpdf/pdf-document.cc:
14175         * shell/Makefile.am:
14176         * shell/ev-password.c: (ev_password_set_bad_password_label),
14177         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14178         (ev_password_dialog_get_password),
14179         (ev_password_dialog_set_bad_pass):
14180         * shell/ev-password.h:
14181         * shell/ev-window.c: (ev_window_get_attribute),
14182         (ev_window_set_property), (update_action_sensitivity),
14183         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14184         (ev_window_setup_document), (ev_window_get_password),
14185         (ev_window_open), (ev_window_cmd_save_as),
14186         (using_postscript_printer), (ev_window_print),
14187         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14188         (update_fullscreen_popup), (ev_window_fullscreen),
14189         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14190         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14191         (menu_item_select_cb), (find_bar_search_changed_cb),
14192         (ev_window_dispose), (ev_window_init):
14193
14194         Add initial support for password-supported dialogs.  This could be
14195         a lot cooler, but it'll do for now.
14196
14197 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14198
14199         * pdf/xpdf/pdf-document.cc:
14200         * shell/ev-view.c: (status_message_from_link),
14201         (ev_view_set_status), (ev_view_set_cursor),
14202         (ev_view_motion_notify_event), (ev_view_init):
14203         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14204
14205         Fix bugs in the links implementation and change cursor
14206         when hovering a link.
14207
14208 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14209
14210         * viewer/.cvsignore: added cvsignore file for viewer directory
14211
14212         * TODO: created TODO document
14213
14214 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14215
14216         * shell/ev-view.h:
14217         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14218         new functions to help with implementation of sensitivity code
14219         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14220         of all actions that might require it.  Fixes a crash when you
14221         click on the Zoom actions in a window lacking a document.
14222
14223 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14224
14225         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14226         of the Find action
14227
14228 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14229
14230         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14231         (pixbuf_document_document_iface_init):
14232         * ps/ps-document.c: (ps_document_get_link),
14233         (ps_document_document_iface_init):
14234         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14235         (status_message_from_link), (ev_view_set_status),
14236         (ev_view_set_find_status), (ev_view_motion_notify_event),
14237         (ev_view_button_release_event), (ev_view_set_property),
14238         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14239         (ev_view_get_find_status_message), (update_find_results),
14240         (ev_view_get_status), (ev_view_get_find_status):
14241         * shell/ev-view.h:
14242         * shell/ev-window.c: (view_status_changed_cb),
14243         (view_find_status_changed_cb), (ev_window_init):
14244
14245         View status message support, use it to show the links.
14246         Needs work...
14247
14248 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14249
14250         * backend/ev-document.c: (ev_document_get_link):
14251         * backend/ev-document.h:
14252         * pdf/xpdf/pdf-document.cc:
14253         * shell/ev-application.c: (ev_application_open):
14254         * shell/ev-application.h:
14255         * shell/ev-sidebar-links.c: (selection_changed_cb):
14256         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14257         (ev_view_go_to_link):
14258
14259         Add support for document links
14260
14261 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14262
14263         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14264         (create_tool_item):
14265         Set the spin button limits correctly.
14266         
14267         * shell/ev-sidebar-thumbnails.c:
14268         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14269         Support changing pages by clicking on the thumbnails.
14270         
14271 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14272
14273         * pixbuf/pixbuf-document.c:
14274         (pixbuf_document_thumbnails_get_dimensions),
14275         (pixbuf_document_document_thumbnails_iface_init):
14276
14277         implement get_dimensions
14278
14279 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14280
14281         * ps/ps-document.c: (ps_document_goto_page):
14282
14283         Fix page switching on multipage documents
14284
14285 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14286
14287         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14288         
14289         check for NULL before assigning to width and height parameters
14290
14291 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14292
14293         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14294         (pixbuf_document_set_property), (pixbuf_document_get_property):
14295
14296         implement get/set properties
14297
14298 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14299
14300         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14301         
14302         return NULL instead of "Unknown", letting the title get set to
14303         the filename when the pdf has no title.
14304
14305 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14306
14307         * ps/ps-document.c: (ps_document_get_page_count),
14308         (ps_document_goto_page):
14309
14310 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14311
14312         * shell/ev-history.c: (ev_history_get_property),
14313         (ev_history_set_property), (ev_history_class_init),
14314         (ev_history_add_page), (ev_history_set_current_index):
14315         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14316         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14317         (ev_navigation_action_finalize):
14318         * shell/ev-navigation-action.h:
14319         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14320         (ev_view_go_forward), (ev_view_get_find_status_message),
14321         (history_index_changed_cb), (ev_view_set_history):
14322         * shell/ev-view.h:
14323         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14324         (update_current_page), (register_custom_actions):
14325
14326         Implement history dropdowns
14327
14328 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14329
14330         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14331         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14332         (ev_view_go_forward):
14333         * shell/ev-window.c: (register_custom_actions):
14334
14335         Fix several history bugs
14336
14337 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14338
14339         * configure.ac: Add «nb» to ALL_LINGUAS.
14340
14341 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14342
14343         * backend/Makefile.am:
14344         * backend/ev-bookmark.c:
14345         * backend/ev-bookmark.h:
14346         * backend/ev-document-bookmarks.c:
14347         * backend/ev-document-bookmarks.h:
14348         * backend/ev-document-links.c: (ev_document_links_get_type),
14349         (ev_document_links_has_document_links),
14350         (ev_document_links_begin_read), (ev_document_links_get_link),
14351         (ev_document_links_get_child), (ev_document_links_next),
14352         (ev_document_links_free_iter):
14353         * backend/ev-document-links.h:
14354         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14355         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14356         (ev_link_get_link_type), (ev_link_set_link_type),
14357         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14358         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14359         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14360         (ev_link_new_external):
14361         * backend/ev-link.h:
14362         * pdf/xpdf/pdf-document.cc:
14363         * shell/Makefile.am:
14364         * shell/ev-application.c: (ev_application_open_link):
14365         * shell/ev-application.h:
14366         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14367         (ev_history_get_link_nth):
14368         * shell/ev-history.h:
14369         * shell/ev-sidebar-bookmarks.c:
14370         * shell/ev-sidebar-bookmarks.h:
14371         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14372         (ev_sidebar_links_class_init), (selection_changed_cb),
14373         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14374         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14375         (do_one_iteration), (populate_links_idle),
14376         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14377         * shell/ev-sidebar-links.h:
14378         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14379         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14380         (go_to_index):
14381         * shell/ev-view.h:
14382         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14383         * shell/ev-window.h:
14384
14385         Rename bookmark to link, and use "Index" for the sidebar panel.
14386
14387 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14388
14389         * shell/Makefile.am:
14390         * shell/ev-application.c: (ev_application_open_bookmark):
14391         * shell/ev-application.h:
14392         * shell/ev-history.c: (ev_history_init), (free_links_list),
14393         (ev_history_finalize), (ev_history_class_init),
14394         (ev_history_add_link), (ev_history_add_page),
14395         (ev_history_get_link_nth), (ev_history_get_n_links),
14396         (ev_history_get_current_index), (ev_history_set_current_index),
14397         (ev_history_new):
14398         * shell/ev-history.h:
14399         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14400         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14401         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14402         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14403         (ev_view_set_page):
14404         * shell/ev-view.h:
14405         * shell/ev-window.c: (ev_window_open_bookmark),
14406         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14407         (goto_page_cb), (register_custom_actions):
14408         * shell/ev-window.h:
14409
14410         Initial history implementation. Needs work.
14411
14412 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14413
14414         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14415
14416 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14417
14418         * cut-n-paste/recent-files/egg-recent-item.c:
14419         * cut-n-paste/recent-files/egg-recent-item.h:
14420         * cut-n-paste/recent-files/egg-recent-model.c:
14421         * cut-n-paste/recent-files/egg-recent-util.c:
14422         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14423         * cut-n-paste/recent-files/egg-recent-view.c:
14424
14425         Update
14426
14427 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14428
14429         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14430         (fillGlyph, fillImageMask, drawImage):
14431         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14432         pdf/splash/SplashTypes.h:
14433         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14434         packed mode for Splash.
14435
14436         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14437         RGB8 packed mode, eliminates the pixbuf data creation loop.
14438
14439         * shell/ev-print-job.c (ev_print_job_finalize)
14440         (ev_print_job_set_property, ev_print_job_get_property)
14441         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14442         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14443         (print_closure_finalize, ev_print_job_print): implement
14444         printing (for backends with EvPsExporter)
14445
14446         * shell/ev_print_job.h: update prototypes.
14447
14448         * shell/ev-window.c (ev_window_print): unref print job after
14449         printing.
14450
14451         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14452         unless the document implements the EvDocumentFind interface.
14453
14454 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14455
14456         * configure.ac: Added ja to ALL_LINGUAS.
14457
14458 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14459
14460         * pdf/xpdf/pdf-document.cc:
14461
14462         add a FIXME. We should probably not allocate
14463         a bookmark object every time
14464
14465 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14466
14467         * shell/ev-application.c: (ev_application_open),
14468         (ev_application_open_bookmark):
14469         * shell/ev-application.h:
14470         
14471         Add a way to open bookmarks
14472
14473         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14474         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14475         (ev_bookmark_set_property), (ev_bookmark_class_init),
14476         (ev_bookmark_new_title), (ev_bookmark_new_link),
14477         (ev_bookmark_new_external):
14478
14479         Support for external uris, better constructors.
14480
14481         * backend/ev-bookmark.h:
14482         * pdf/xpdf/pdf-document.cc:
14483         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14484
14485         Handle external uris
14486
14487 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14488
14489         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14490         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14491
14492         Hook up bookmarks navigation
14493
14494 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14495
14496         * backend/Makefile.am:
14497         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14498         (ev_bookmark_get_title), (ev_bookmark_set_title),
14499         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14500         (ev_bookmark_get_page), (ev_bookmark_set_page),
14501         (ev_bookmark_get_property), (ev_bookmark_set_property),
14502         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14503         (ev_bookmark_new):
14504         * backend/ev-bookmark.h:
14505         * backend/ev-document-bookmarks.c:
14506         (ev_document_bookmarks_get_bookmark):
14507         * backend/ev-document-bookmarks.h:
14508         * pdf/xpdf/pdf-document.cc:
14509         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14510
14511         Add a bookmark object to the backend and use it instead of get_values
14512
14513 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14514
14515         * data/evince-ui.xml:
14516
14517         Cleanup and add select all.
14518
14519         * shell/ev-view.c: (ev_view_select_all),
14520         (ev_view_button_press_event):
14521         * shell/ev-view.h:
14522         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14523
14524         Add select all.
14525         Clear selection on click.
14526
14527 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14528
14529         * shell/ev-sidebar-thumbnails.c
14530         (ev_sidebar_thumbnails_set_document): forgot to unref the
14531         loading_icon.
14532
14533 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14534
14535         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14536         at the visible page, not just linearly.  This makes it look fast.
14537
14538 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14539
14540         * backend/ev-document-misc.c
14541         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14542         white.
14543         * backend/ev-document-thumbnails.h: New interface to get the size
14544         of a page.
14545
14546 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14547
14548         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14549         make dist works
14550
14551 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14552
14553         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14554         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14555         things up a bit.
14556
14557         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14558
14559 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14560
14561         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14562         fonts. Should fix font problems on systems that have the base
14563         fonts in bitmap format. Reported by James Henstridge
14564         <james@jamesh.id.au>.
14565
14566 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14567
14568         * pdf/xpdf/Gfx.cc:
14569         * pdf/xpdf/GfxState.cc:
14570
14571         Fix for CAN-2004-1125
14572
14573 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14574
14575         * shell/ev-view.c: (ev_view_copy):
14576         * shell/ev-view.h:
14577         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14578
14579         Implement Edit->Copy
14580
14581 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14582
14583         * backend/ev-document.c: (ev_document_get_text):
14584         * backend/ev-document.h:
14585         * pdf/xpdf/pdf-document.cc:
14586         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14587         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14588         (ev_view_update_primary_selection), (ev_view_button_press_event),
14589         (ev_view_motion_notify_event), (ev_view_button_release_event):
14590
14591         Beginnings of clipboard support. Incomplete but primary sort
14592         of work.
14593
14594 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14595
14596         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14597         (expose_bin_window):
14598
14599         Nicer rubberband drawing, from GtkIconView.
14600
14601 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14602
14603         * backend/ev-document.c: (ev_document_save):
14604         * backend/ev-document.h:
14605         * data/evince-ui.xml:
14606         * pdf/xpdf/pdf-document.cc:
14607         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14608
14609         Implement "Save a copy..." menu item
14610
14611 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14612
14613         * shell/ev-view.c: (ev_view_zoom):
14614
14615         Queue a resize when zoom changes
14616
14617 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14618
14619         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14620         shadows.
14621
14622         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14623         thumbnails..
14624
14625 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14626
14627         * pdf/xpdf/pdf-document.cc
14628         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14629
14630 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14631
14632         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14633         It's slow, but I'll speed it up next!
14634
14635 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14636
14637         * shell/main.c (load_files):
14638
14639         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14640         from the command line and because it seems more appropriate.
14641
14642 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14643
14644         * data/evince-ui.xml:
14645         * shell/ev-window.c: (update_action_sensitivity),
14646         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14647
14648         s/next page/page down
14649         s/previous page/page up
14650
14651 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14652
14653         * data/evince-ui.xml:
14654
14655         Change the layout to match clarkbw design.
14656
14657         * shell/Makefile.am:
14658         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14659         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14660         (ev_navigation_action_finalize),
14661         (ev_navigation_action_set_property),
14662         (ev_navigation_action_get_property),
14663         (ev_navigation_action_class_init):
14664         * shell/ev-navigation-action.h:
14665
14666         Implement clarkbw toolbar navigation controls (incomplete)
14667
14668         * shell/ev-page-action.c: (update_label), (update_spin),
14669         (value_changed_cb), (create_tool_item), (connect_proxy),
14670         (ev_page_action_init), (ev_page_action_finalize),
14671         (ev_page_action_set_property), (ev_page_action_get_property),
14672         (ev_page_action_set_current_page),
14673         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14674         * shell/ev-page-action.h:
14675
14676         Implement a page switcher in the toolbar
14677
14678         * shell/ev-view.c: (ev_view_scroll_view):
14679         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14680         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14681         (register_custom_actions), (ev_window_init):
14682
14683         Change page on PageUp/Down.
14684
14685 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14686
14687         * pdf/xpdf/pdf-document.cc
14688         (pdf_document_thumbnails_get_thumbnail): initial stab at
14689         implementing thumbnail support for pdfs.  It only does documents
14690         with precached pdfs now.
14691
14692 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14693
14694         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14695         thumbnail code into a time-based idle as well.  Also, turn off the
14696         shadow temporarily as it's really slow.
14697
14698 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14699
14700         * backend/ev-document.c: (ev_document_class_init):
14701         * pdf/xpdf/pdf-document.cc:
14702         * shell/ev-window.c: (ev_window_open):
14703
14704         Fix document title bugs and fallback to
14705         filename when not available.
14706
14707 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14708
14709         * backend/ev-document.c: (ev_document_get_type),
14710         (ev_document_class_init), (ev_document_load),
14711         (ev_document_get_title):
14712         * backend/ev-document.h:
14713         * pdf/xpdf/pdf-document.cc:
14714         * ps/ps-document.c: (ps_document_set_property),
14715         (ps_document_get_property), (ps_document_class_init),
14716         (document_load):
14717         * ps/ps-document.h:
14718         * ps/ps.h:
14719         * shell/ev-window.c: (update_window_title), (ev_window_open),
14720         (ev_window_init):
14721
14722         Initial support for document title. Not working yet.
14723
14724 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14725
14726         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14727
14728         Grab focus on the view when clicking it
14729
14730 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14731
14732         * shell/ev-marshal.list:
14733         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14734         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14735
14736         Add key bindings to the view. Now if the focus would work
14737         right...
14738
14739 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14740
14741         * Makefile.am:
14742         * backend/Makefile.am:
14743         * data/Makefile.am:
14744         * dvi/Makefile.am:
14745         * dvi/dvilib/Makefile.am:
14746         * pdf/xpdf/Makefile.am:
14747         * po/POTFILES.in:
14748         * ps/Makefile.am:
14749
14750         Fix distcheck
14751
14752 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14753
14754         * shell/ev-view.c: (ev_view_realize):
14755
14756         Fix mouse wheel scrolling
14757
14758 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14759
14760         * ps/Makefile.am:
14761         * ps/gstypes.h:
14762         * ps/gtkgs.c:
14763         * ps/gtkgs.h:
14764         * ps/ps-document.c: (catchPipe), (ps_document_init),
14765         (ps_document_class_init), (ps_document_cleanup),
14766         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14767         (set_up_page), (close_pipe), (is_interpreter_ready),
14768         (interpreter_failed), (output), (input), (start_interpreter),
14769         (stop_interpreter), (file_length), (file_readable),
14770         (check_filecompressed), (check_pdf), (compute_xdpi),
14771         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14772         (ps_document_get_type), (ps_document_emit_error_msg),
14773         (document_load), (ps_document_next_page),
14774         (ps_document_get_current_page), (ps_document_get_page_count),
14775         (ps_document_goto_page), (ps_document_set_page_size),
14776         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14777         (ps_document_load), (ps_document_get_n_pages),
14778         (ps_document_set_page), (ps_document_get_page),
14779         (ps_document_widget_event), (ps_document_set_target),
14780         (ps_document_set_scale), (ps_document_set_page_offset),
14781         (ps_document_get_page_size), (ps_document_render),
14782         (ps_document_document_iface_init):
14783         * ps/ps-document.h:
14784         * ps/ps.c:
14785         * shell/ev-window.c: (ev_window_open):
14786
14787         Rename GtkGS to PSDocument
14788
14789 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14790
14791         * ps/gtkgs.c: (gtk_gs_class_init):
14792         * ps/gtkgs.h:
14793
14794         Some more leftover...
14795
14796 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14797
14798         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14799         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14800         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14801         * ps/gtkgs.h:
14802
14803         Remove unused code and make a lot of stuff private
14804
14805 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14806
14807         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14808         (gtk_gs_defaults_changed):
14809         * ps/gsdefaults.h:
14810         * ps/gtkgs.c:
14811         * ps/gtkgs.h:
14812         * ps/ps.h:
14813
14814         Cleanup headers dependencies
14815
14816 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14817
14818         * ps/Makefile.am:
14819         * ps/ggvutils.c:
14820         * ps/ggvutils.h:
14821         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14822         * ps/gsdefaults.h:
14823         * ps/gtkgs.c: (file_length), (file_readable),
14824         (check_filecompressed), (check_pdf), (gtk_gs_load),
14825         (gtk_gs_get_postscript):
14826
14827         Get rid of ggvutils
14828
14829 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14830
14831         * ps/ggvutils.c:
14832         * ps/ggvutils.h:
14833         * ps/gsio.h:
14834         * ps/gtkgs.c: (gtk_gs_set_zoom):
14835
14836         Cleanups
14837
14838 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14839
14840         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14841
14842         Ensure the page is rerendered when changing zoom
14843
14844 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14845
14846         * backend/ev-document.c: (ev_document_base_init),
14847         (ev_document_changed):
14848         * backend/ev-document.h:
14849
14850         Add a changed event that is emitted when the page content
14851         changes. This is necessary to deal with the fact that
14852         in ps backend rendering happen asycrounously.
14853         This makes the ps backend mostly work.
14854
14855         * pdf/xpdf/pdf-document.cc:
14856
14857         Emit changed event
14858
14859         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14860         (ps_document_set_target):
14861
14862         Emit changed event
14863
14864         * shell/ev-view.c: (document_changed_callback),
14865         (ev_view_set_document), (ev_view_set_page):
14866
14867         Redraw on the changed signal
14868
14869 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14870
14871         * configure.ac: Added pt_BR to ALL_LINGUAS.
14872
14873 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14874
14875         * backend/ev-document-bookmarks.c:
14876         (ev_document_bookmarks_get_child): *
14877         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14878         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14879         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14880         (ev_sidebar_bookmarks_destroy),
14881         (ev_sidebar_bookmarks_class_init),
14882         (ev_sidebar_bookmarks_construct), (stack_data_free),
14883         (do_one_iteration), (populate_bookmarks_idle),
14884         (ev_sidebar_bookmarks_clear_document),
14885         (ev_sidebar_bookmarks_set_document): *
14886         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14887         (ev_sidebar_add_page),
14888         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14889         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14890         it displays both the topics and the page numbers.
14891
14892 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14893
14894         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14895         toggle.
14896         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14897         visible.
14898
14899 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14900
14901         * configure.ac: Added en_CA to ALL_LINGUAS.
14902
14903 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14904
14905         * ChangeLog: replace bottom of this ChangeLog (merged history of
14906         ggv and gpdf; where all paths were wrong and most of the files are
14907         not even in this tree) with ChangeLog (from arch) of the shell
14908         code.
14909
14910 2004-12-23  Havoc Pennington  <hp@redhat.com>
14911
14912         * shell/ev-window.c: hook up potentially-questionable "find
14913         results status text" feature - something involving the sidebar or
14914         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14915         might be better in the end.
14916
14917         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14918         with corresponding signal when it should be updated
14919
14920         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14921
14922 2004-12-22  Havoc Pennington  <hp@redhat.com>
14923
14924         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14925         find stuff on other pages, sort of (only returns one result on
14926         invisible pages, to show they have results; updates full results
14927         for a page when you view it). Currently repaints the current page
14928         every time a new result is found on any page, which isn't so nice.
14929
14930 2004-12-22  Havoc Pennington  <hp@redhat.com>
14931
14932         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14933         the document doesn't support find (better ideas?)
14934         (find_bar_search_changed_cb): handle missing document or document
14935         that doesn't support find
14936
14937         * pdf/xpdf/pdf-document.cc: port to implement the new
14938         EvDocumentFindIface
14939
14940         * backend/ev-document-find.c: create a new interface for searching
14941
14942         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14943
14944 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14945
14946         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14947         libevbackend.la.
14948
14949         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14950         EvPrintJob constructor arguments.
14951
14952         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14953         for documents that can export PostScript (page by page).
14954
14955         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14956         
14957         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14958         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14959         (pdf_document_ps_exporter_iface_init:
14960         Implement EvPSExporter.
14961
14962         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14963
14964 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14965
14966         * backend/Makefile.am:
14967         * backend/ev-document-thumbnails.c:
14968         (ev_document_thumbnails_get_type),
14969         (ev_document_thumbnails_get_thumbnail):
14970         * backend/ev-document-thumbnails.h:
14971         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14972         (pixbuf_document_thumbnails_get_thumbnail),
14973         (pixbuf_document_document_thumbnails_iface_init):
14974         * shell/Makefile.am:
14975         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14976         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14977         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14978         * shell/ev-sidebar-thumbnails.h:
14979         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14980         (ev_sidebar_set_document):
14981         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14982         (create_shadow), (ev_pixbuf_add_shadow):
14983         * shell/ev-utils.h:
14984         Add thumbnail support.
14985         
14986 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14987
14988         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14989         (using_postscript_printer): Set up a print dialog for "PostScript
14990         injection" method.
14991
14992         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14993         EvPrintJob.
14994
14995         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14996
14997 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14998
14999         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15000         (ps_document_set_target), (ps_document_get_page_size),
15001         (ps_document_render):
15002         * ps/gtkgs.h:
15003
15004         Fix a few bugs
15005
15006 2004-12-22  Christian Rose  <menthos@menthos.com>
15007
15008         * configure.ac: Added "sv" to ALL_LINGUAS.
15009
15010 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15011
15012         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15013         document supports bookmarks.
15014
15015 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15016
15017         * ps/ggvutils.c: (ggv_file_readable):
15018         * ps/ggvutils.h:
15019         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15020         (gtk_gs_get_postscript):
15021
15022         Remove unused utils
15023
15024 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15025
15026         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15027         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15028         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15029         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15030         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15031         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15032         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15033         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15034         (gtk_gs_set_antialiasing), (ps_document_load),
15035         (ps_document_render):
15036         * ps/gtkgs.h:
15037
15038         Another check point for the ps backend. Now I can get it to show
15039         pages!
15040
15041 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15042
15043         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15044         document setting code.
15045
15046 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15047
15048         * shell/eggfindbar.c: (entry_activate_callback):
15049         Animate the next button when activate is pressed.
15050         
15051 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15052
15053         * shell/ev-window.c: (ev_window_cmd_edit_find),
15054         (update_fullscreen_popup), (ev_window_fullscreen),
15055         (ev_window_unfullscreen), (ev_window_state_event_cb),
15056         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15057         Fix bugs in fullscreen code.
15058         
15059 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15060
15061         * Makefile.am:
15062         * configure.ac:
15063         * pixbuf/Makefile.am:
15064         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15065         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15066         (pixbuf_document_set_page), (pixbuf_document_get_page),
15067         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15068         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15069         (pixbuf_document_render), (pixbuf_document_begin_find),
15070         (pixbuf_document_end_find), (pixbuf_document_finalize),
15071         (pixbuf_document_class_init),
15072         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15073         * pixbuf/pixbuf-document.h:
15074         * shell/Makefile.am:
15075         * shell/ev-application.c: (ev_application_open):
15076         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15077         (ev_window_open):
15078         Add pixbuf backend.
15079         
15080 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15081
15082         * Makefile.am: 
15083         * dvi/dvilib/Makefile.am:
15084         * dvi/Makefile.am:
15085         * configure.ac: Auto*ify dvi and dvi/dvilib
15086
15087         * dvi/Makefile: Remove from CVS
15088         
15089         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15090         confusion.
15091
15092         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15093         
15094         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15095         
15096 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15097
15098         * ps/Makefile.am:
15099         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15100         (gtk_gs_value_adjustment_changed), (compute_size),
15101         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15102         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15103         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15104         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15105         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15106         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15107         (ps_document_load), (ps_document_get_n_pages),
15108         (ps_document_set_page), (ps_document_get_page),
15109         (ps_document_set_target), (ps_document_set_scale),
15110         (ps_document_set_page_offset), (ps_document_get_page_size),
15111         (ps_document_render), (ps_document_begin_find),
15112         (ps_document_end_find), (ps_document_document_iface_init):
15113         * ps/gtkgs.h:
15114         * shell/Makefile.am:
15115         * shell/ev-window.c: (ev_window_open):
15116
15117         Some work to integrate gtkgs with EvDocument
15118
15119 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15120
15121         * shell/ev-window.c: (update_fullscreen_popup),
15122         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15123         (exit_fullscreen_button_clicked_cb),
15124         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15125         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15126         (ev_window_state_event_cb), (ev_window_init):
15127         Add fullscreen support from Epiphany.
15128         
15129 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15130
15131         * data/ev-stock-zoom-fit-width.png: fit-width
15132         stock icon from gpdf.
15133         
15134         * shell/ev-stock-icons.[ch]: copied from gpdf.
15135         
15136         * shell/main.c: (main): init stock icons.
15137         
15138         * shell/ev-window.c: use the fit-width icon.
15139         
15140         * data/evince-ui.xml: add zooming toolbar items.
15141
15142 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15143
15144         * shell/ev-view.c: 
15145         (ev_view_best_fit), (ev_view_fit_width): because
15146         get_page_size() returns the scaled page size, we
15147         need to calculate the scale factor relative to
15148         the previous scale factor. Should really just
15149         add get_real_page_size().
15150
15151 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15152
15153         * shell/ev-view.[ch]:
15154         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15155         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15156         add zooming.
15157         
15158         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15159         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15160         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15161         hook it up.
15162         
15163         * pdf/xpdf/pdf-document.cc:
15164         (pdf_document_begin_find),
15165         (pdf_document_end_find): make static.
15166
15167 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15168
15169         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15170
15171         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15172         names to fontconfig patterns.
15173         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15174
15175         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15176         setupBaseFontsFc.
15177
15178 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15179
15180         * Makefile.am:
15181         * configure.ac:
15182         * ps/Makefile.am:
15183         * ps/ggvutils.c:
15184         * ps/ggvutils.h:
15185         * ps/gsdefaults.c:
15186         * ps/gsdefaults.h:
15187         * ps/gsio.c:
15188         * ps/gsio.h:
15189         * ps/gtkgs.c:
15190         * ps/gtkgs.h:
15191         * ps/ps.c:
15192         * ps/ps.h:
15193
15194         Import ggv backend. Not hooked up yet.
15195
15196 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15197
15198         * shell/main.c: (load_files), (main): load files
15199         from the command line.
15200
15201 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15202
15203         * configure.ac: don't require bonobo.
15204         
15205         * cut-n-paste/recent-files/*: kill bonobo recent
15206         view.
15207
15208         * shell/ev-window.c:
15209         (ev_window_is_empty): upd.
15210         (unable_to_load), (ev_window_open): load backend
15211         based on the mime type.
15212
15213 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15214
15215         * backend/.cvsignore: ignore generated marshalers source.
15216
15217         * shell/main.c (main): this is not epiphany.
15218
15219 2004-12-22  Havoc Pennington  <hp@redhat.com>
15220
15221         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15222         (expose_bin_window): draw find highlights
15223
15224         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15225         
15226         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15227         (pdf_document_end_find): implement this interface
15228
15229         * backend/ev-document.c (ev_document_found): add this to emit
15230         signal
15231
15232 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15233
15234         * data/evince-ui.xml: Add a few more toolbar items.
15235
15236         * shell/ev-window.c: Hook up page navigation toolbar 
15237         items.
15238
15239         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15240         a page-changed signal.
15241
15242         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15243         Add ev_document_get_page().
15244
15245         * shell/ev-window.c: Sensitize/desensitize navigation
15246         actions.
15247
15248 2004-12-21  Havoc Pennington  <hp@redhat.com>
15249
15250         * backend/ev-backend-marshal.c,
15251         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15252         marshaler-generator thingy. I'm sure there's a better way to do
15253         this in the modern world.
15254
15255         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15256         end_find methods and "found" signal.
15257
15258         * configure.ac: find glib-genmarshal
15259
15260 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15261
15262         * shell/ev-sidebar.c: Construct an actual sidebar.
15263         * shell/ev-sidebar-bookmarks.[ch]:
15264         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15265
15266 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15267
15268         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15269         Redo size handling.
15270         
15271         * shell/ev-view.c: Track the size from the document.
15272
15273 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15274
15275         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15276         constructor assumes ownership of the string passed in.
15277         
15278         * shell/ev-window.c (ev_window_open): Destroy the error
15279         dialog once we've displayed it.
15280
15281 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15282
15283         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15284         a bit, it works! (sort of)
15285
15286         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15287         Move to .cc since we need to use C++ in the implementation.
15288
15289         * shell/dummy.cc: Add a CC file to force evince
15290         to be linked as a C++ program.
15291
15292 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15293
15294         * shell/ev-view.[ch]: Start of content-area widget.
15295
15296         * shell/ev-window.c: Create a EvView, update it
15297         as we change documents.
15298
15299         * shell/Makefile.am shell/ev-marshal.list: Add
15300         generated marshalers.
15301
15302 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15303
15304         * Makefile.am (SUBDIRS): move shell.
15305
15306 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15307
15308         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15309         .a to libtool convenience libraries.
15310
15311         * shell/ev-window.c (ev_window_open): Hard code loading
15312         a PDF document.
15313         
15314         * backend/ev-document.h: Add a boolean return to load(),
15315         fix GError * to GError **.
15316
15317         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15318         object for a PDF backend EvDocument.
15319
15320 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15321
15322         * dvi/*: New directory with the beginning of a .dvi backend.
15323
15324 2004-12-21  Havoc Pennington  <hp@redhat.com>
15325
15326         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15327         previous/next instead of back/forward
15328
15329 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15330
15331         * backend/ev-document.[ch]: Fix a couple of problems so
15332         it compile.
15333
15334 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15335
15336         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15337         to backend/ directory, rename EvViewer to EvDocument.
15338
15339 2004-12-21  Havoc Pennington  <hp@redhat.com>
15340
15341         * shell/ev-window.c: hook up the find bar widget; now we just need
15342         a document to find things in
15343
15344         * shell/eggfindbar.c: a find bar widget
15345
15346 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15347
15348         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15349
15350 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15351
15352         * pdf/**: Import of xpdf code from gpdf. 
15353
15354         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15355
15356         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15357         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15358         Fix FreeType includes.
15359
15360         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15361         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15362         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15363         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15364         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15365         Include xpdfconfig.h
15366         
15367 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15368
15369         * shell/ev-window.c (ev_window_dispose): dispose can be called
15370         multiple times.
15371
15372 2004-12-21  Havoc Pennington  <hp@redhat.com>
15373
15374         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15375         rather than Evince
15376
15377         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15378         items; really they should be synced with the strings, etc. from
15379         current gpdf, but just getting the boring typing out of the way 
15380
15381 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15382
15383         * po/POTFILES.in:
15384         * shell/ev-application.c: (window_destroy_cb):
15385         * shell/ev-window.c:
15386         * shell/main.c: (main):
15387
15388         Actually show the window...
15389
15390 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15391
15392         * Makefile.am:
15393         * shell/Makefile.am:
15394         * shell/ev-application.c: (ev_application_class_init):
15395         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15396
15397         Make it build again
15398
15399 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15400
15401         Import to gnome cvs.
15402         
15403         * Remove copies of gpdf and ggv trees.
15404         * Rip out all the recursive configure code.
15405         * Remove bonobo machinery.
15406         * viewer/*: GInterfaces that backends should/can implement.
15407
15408 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15409
15410         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15411         typo
15412
15413 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15414
15415         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15416         (ev_application_finalize, ev_application_class_init)
15417         (ev_application_init): use GType instance private data for priv.
15418
15419         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15420         (ev_window_finalize, ev_window_class_init)
15421         (ev_window_init): ditto.
15422
15423 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15424
15425         * shell/ev-application.c (ev_application_new_window): make public
15426         (ev_application_show_initial_window): kill.
15427
15428         * shell/ev-application.h: update prototypes.
15429
15430         * shell/main.cc (main): inline ev_application_show_initial_window.
15431
15432 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15433
15434         * shell/ev-application.c (ev_application_new_window): impl.
15435         (ev_application_show_initial_window): use it.
15436         (is_window_empty, ev_application_get_empty_window): returns an
15437         existing empty window or a new one.
15438         (ev_application_open): from ev_window_cmd_file_open.
15439
15440         * shell/ev-application.h: update prototypes
15441
15442         * shell/ev-window.c (ev_window_is_empty): impl.
15443         (ev_window_open): make public.
15444         (ev_window_cmd_file_open): use ev_application_open
15445
15446         * shell/ev-window.h: update prototypes, remove unused.
15447
15448 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15449
15450         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15451         move destroy handler out of here...
15452
15453         * shell/ev-application.c, shell/ev-application.h: ...into this new
15454         class. Also handles initial window creation.
15455
15456         * shell/main.cc (main): use EvApplication to create initial
15457         window.
15458
15459 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15460
15461         * Makefile.am (SUBDIRS): add cut-n-paste
15462
15463         * cut-n-paste/Makefile.am: add
15464
15465         * configure.ac: generate Makefiles in cut-n-paste
15466
15467 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15468
15469         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15470         (ev_window_class_init): install ev_window_dispose.
15471
15472 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15473
15474         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15475         char (gchar looks stupid).
15476
15477 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15478
15479         * po/de.po: updated German translation.
15480
15481 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15482
15483         * configure.ac: add more pkg-config library checks for gnome-vfs,
15484         bonobo etc.
15485
15486         * gpdf/configure.in: temporarily disable libpaper
15487         checks. Otherwise I'd have to add the checks for the shell, too.
15488
15489 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15490
15491         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15492         and * file filters to the file choose.
15493
15494 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15495
15496         * po/de.po: Updated German translation.
15497
15498 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15499
15500         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15501
15502 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15503
15504         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15505
15506         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15507         (ev_window_init): implement those menuitems.
15508
15509 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15510
15511         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15512
15513         * shell/ev-window.c (ev_window_init): use the toolbar.
15514
15515 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15516
15517         * shell/ev-window.c (ev_window_init): use menu translations
15518
15519 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15520
15521         * configure.ac: add "de" to ALL_LINGUAS.
15522
15523         * po/de.po: add German translation.
15524
15525 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15526
15527         * Makefile.am (SUBDIRS): add po
15528
15529         * configure.ac: check intltool, glib-gettext etc, generate
15530         po/Makefile.in
15531
15532         * po, po/POTFILES.in, po/POTFILES.skip: new.
15533
15534 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15535
15536         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15537         already use (#ifdef ENABLE_NLS)
15538
15539         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15540         pointer indirection thinko.
15541
15542         * shell/main.c: include gi18n.h for bindtextdomain etc.
15543
15544 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15545
15546         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15547         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15548         tooltips for menu items in the statusbar.
15549
15550 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15551
15552         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15553         pkgdatadir drop UIDIR
15554
15555 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15556
15557         * data/evince-ui.xml: Add File->Open menu item
15558
15559         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15560         chooser), hook it up in the ui manager.
15561
15562 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15563
15564         * shell/ev-window.c: fix Help->About tooltip.
15565
15566 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15567
15568         * configure.ac: set CFLAGS for libevprivate.
15569
15570         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15571         definitions, factory etc.
15572
15573         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15574
15575         * shell/Makefile.am: link against libevprivate.a.
15576
15577         * shell/ev-window.c (entries): add stock icon to Help->About.
15578
15579         * shell/main.c (main): init stock icon code.
15580
15581 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15582
15583         * lib/recent-files: egg recent files code
15584
15585         * lib/Makefile.am: add.
15586
15587         * Makefile.am: add lib subdir.
15588
15589         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15590         set CFLAGS for recent-files.
15591
15592 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15593
15594         * configure.ac: disable -ansi and -pedantic gcc flags. They
15595         disable POSIX stuff in stdio.h, but egg-recent uses them.
15596
15597 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15598
15599         * configure.ac: add --disable-deprecated flag (defaults to on in
15600         "cvs" builds).
15601
15602         * shell/Makefile.am (INCLUDES): use it.
15603
15604 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15605
15606         * shell/main.c: add missing #include.
15607
15608         * shell/ev-window.c: fix for pedantic gcc.
15609         (ev_window_cmd_help_about): split license into paragraphs for
15610         translators and pedantic compilers.
15611
15612 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15613
15614         * configure.ac: add more warning flags if compiling with gcc from
15615         cvs (or explicitly requested with --enable-more-warnings).
15616
15617 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15618
15619         * data/evince-ui.xml: add File and File->Close menu.
15620
15621         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15622         (ev_window_destroy): quit after destroy.
15623         (ev_window_class_init): override GtkObject::destroy.
15624         (entries): install close_window callback.
15625
15626 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15627
15628         * Makefile.am (SUBDIRS): add data subdir.
15629
15630         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15631         gtk+ 2.5.0 for GtkAboutDialog.
15632
15633         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15634         main window.
15635
15636         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15637
15638         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15639         manager.
15640         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15641
15642 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15643
15644         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15645
15646 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15647
15648         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15649
15650 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15651
15652         * shell/*: Added shell directory boilerplate, build it.
15653
15654 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15655
15656         * configure.ac, Makefile.am: Added top-level configure.ac and
15657         Makefile.am